@charset "utf-8";
/*====================================================================

INFORMATION
        file name  :common.css
        style info :

====================================================================*/



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
}

html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}
body {
  color: #333;
  height: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", 游ゴシック体, 游ゴシック, 太ゴB101, "Futo Go B101", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  overflow-x:hidden;
  position: relative;
  -webkit-overflow-scrolling: touch; 
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}


}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, th, td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none !important;
  color: #3dbbb4;
}

.bold{font-weight: bold;}
.none{display: none!important;}


hr,
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
small, .small {
    font-size: 75%;
}

@media (max-width: 767px) {
  small, .small {
      font-size: 65%;
  }
}

textarea{
  width: 100%;
}

hr{
  

}

hr{
  max-width: 40px;
  border:2px solid #ffda40;
  margin-top: 25px;
  margin-bottom: 40px;
}
.pl00{padding-left: 0;}
.pr00{padding-right: 0;}

.mb24{margin-bottom: 24px;}

.w20{width: 20%;}
/* ------------------------------
 bottstrap
 ------------------------------ */

.row {
  margin-right: 0;
  margin-left: 0;
  clear: both;
}

.no-gutter {
  padding-right: 0;
  padding-left: 0;
}

.no-gutter > div {
  padding-right: 0;
  padding-left: 0;
}

.img-responsive {
  width: 100%;
}



.pc{display:block!important;}
.sp{display:none!important;}

@media (max-width: 767px) {
 .pc{display:none!important;}
 .sp{display:block!important;}
 .sp-0{
  padding-left: 0;
  padding-right: 0;
 }
}

@media (max-width: 500px) {
	.sp{display:block;}
}
*/

/*
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
*/

@media (max-width: 767px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
  }
}
/*
@media (min-width: 1200px){
  .container {
      width: 80%;
  }
}*/



/* ------------------------------
 button
 ------------------------------ */
.button-wrapper {
    clear: both;
    position: relative;
    max-width:280px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
}

.button {
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 16px 0;
  font-size: 18px;
  font-size: 1.8rem;

  line-height: 1;
  text-align: center;
  border-color: #9b7fb8;
  background-color: #9b7fb8;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.button:hover {
  border-color: #9b7fb8;
  background-color: white;
  color: #9b7fb8;
}



@media screen and (max-width: 767px) {
.table-responsive{border: none;}
}





