@charset "UTF-8";
@import "./reset.css";

*, *:before, *:after {
    box-sizing: border-box;
}
body{
    background-color: #f8f5f1;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 14px;
    color: #555;
}
a {
    text-decoration: none;
}
figure{
    margin: 0;
}
.pc-show{
    display: initial;
}
.sp-show{
    display: none;
}
.bcolor{
  color: #a04023 !important;
}
em{
  font-weight: bold;
}
/* .inner
-------------------------------- */
.inner{
    width: 980px;
    margin: 0 auto;
}
.inner-center{
    padding: 50px 0 50px;
    text-align: center;
}
/* clearfix
-------------------------------- */
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
/* .btn-type
-------------------------------- */
.btn-type{
    display: inline-block;
    background-color: #d80202;
    border-radius: 10px;
    color:#fff;
    text-align: center;
    font-size: 24px;
    padding: 10px 30px;
    cursor: pointer;
}
.btn-trial:hover{
    opacity: 0.7;
}

.btn-type:disabled{
  background: #acacac;
}
.btn-type.btn-gray{
  background: #aaa;
  font-size: 16px;
}
/* --------------------------------
header
-------------------------------- */
.header{
  overflow: hidden;
  padding: 10px 2% 5px;
  box-sizing: border-box;
  min-width: 960px;
  background: white;
}
.header-logo{
  float: left;
  width: 234px;
  margin-right: 20px;
}
.header-txt{
  float: left;
  font-size: 12px;
  margin-top: 10px;
}
.header-btn{
  float: right;
  margin-top: 0;
}
.header-btn .btn-type{
  font-size: 14px;
}


/* --------------------------------
main-vi
-------------------------------- */
.main-vi{
  width: 100%;
  height: 400px;
  background: url(../img/thai_main.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
/*  background-attachment:fixed;*/
}

.main-vi__txt{
  position: absolute;
  left: 50%;
  top:50px;
  margin-left: -220px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  background: url(../img/Flag_of_Indonesia.svg) left center no-repeat;
  background-size: 70px auto;
  padding-left: 80px;
}
.main-vi__title{
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: white;
  position: absolute;
  top: 140px;
  width: 100%;
  text-shadow: 0 3px 9px rgba(0,0,0,0.96);
  line-height: 1.3;
}
.main-vi__btn{
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: -140px;
}

/* --------------------------------
content
-------------------------------- */
.contents-section{
  width: 100%;
  
}
.contents-inner{
  width: 960px;
  margin: 0 auto;
  padding: 50px 0;
}
.contents-head{
  background: #A7402C;
  width: 100%;
  padding: 28px 0;
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
}
.contents-head__title em{
  font-size: 40px;
}


/* .about
-------------------------------- */
.about-point{
  display: -webkit-box; /*box仕様：旧Safari・Chrome・Android4.3以前*/
  display: -moz-box;    /*box仕様：旧Firefox*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*旧Safari・Chrome・Android*/
  display: flex;　/*最新ブラウザ*/
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 100px;
}
.about-point li{
  width: 230px;
  text-align: center;
}
.about-point li figure{
  width: 230px;
  height: 230px;
  
}
.about-point li figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.about-point li figure figcaption{
  font-size: 15px;
}

.about-copy{
  font-size: 30px;
  font-weight: 900;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}
.about-copy img{
  width: 300px;
  vertical-align: middle;
}

.about-merit{
  display: -webkit-box; /*box仕様：旧Safari・Chrome・Android4.3以前*/
  display: -moz-box;    /*box仕様：旧Firefox*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*旧Safari・Chrome・Android*/
  display: flex;　/*最新ブラウザ*/
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-right: 1px solid #707070;
}

.about-merit li{
  width: 33%;
  font-size: 18px;
  color: #A7402C;
  text-align: center;
  border-left: 1px solid #707070;
  padding: 20px 0;
}
.about-merit li em{
  font-size: 28px;
}

.about-cap{
  text-align: center;
  font-size: 16px;
  color: #707070;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-txt{
  color: #A7402C;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

/* .reccomend
-------------------------------- */
.reccomend-items{
  
}
.reccomend-item{
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.reccomend-item__img{
  float: left;
}
.reccomend-item__body{
  float: right;
  width: 630px;
  padding: 20px 0;
}
.reccomend-item__title{
  font-size: 24px;
  font-weight: bold;
  color: #A7402C;
  margin-bottom: 10px;
}
.reccomend-item__txt{
  font-size: 16px;
  line-height: 1.8;
}

.user-voice{
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #A7402C;
  background: #FDF7EB;
  padding: 15px;
}
.user-voice__img{
  float: left;
}
.user-voice__img img{
  vertical-align: bottom;
}
.user-voice__body{
  float: left;
  margin-left: 20px;
  padding-top: 20px;
}
.user-voice__title{
  font-size: 24px;
  font-weight: bold;
  color: #A7402C;
  margin-bottom: 10px;
}
.user-voice__company{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.user-voice__txt{
  font-size: 16px;
}

/*--------------------------------
package
-------------------------------- */
.package{
  width: 814px;
  margin: 0 auto;
}
.package-txt{
  font-size: 16px;
  margin-bottom: 30px;
}
.package-table{
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #A7402C;
}
.package-table th,
.package-table td{
  padding: 12px;
  border-top: 1px solid #A7402C;
}

.package-table th{
  background: #FDF7EB;
  color: #A7402C;
  width: 150px;
  font-weight: bold;
}

.package-title{
  margin-top: 30px;
  margin-bottom: 10px;
  color: #A7402C;
  font-weight: bold;
  font-size: 18px;
}


/*--------------------------------
step
-------------------------------- */
.step-items{
  display: -webkit-box; /*box仕様：旧Safari・Chrome・Android4.3以前*/
  display: -moz-box;    /*box仕様：旧Firefox*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*旧Safari・Chrome・Android*/
  display: flex;　/*最新ブラウザ*/
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 100px;
}
.step-items li{
  width: 230px;
  text-align: center;
}
.step-items li figure{
  width: 230px;
  height: 230px;
}

.step-items li figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.step-item__title{
  font-size: 16px;
  font-weight: bold;
  color: #A7402C;
  margin-top: 20px;
  margin-bottom: 15px;
}
.step-item__title em{
  font-size: 24px;
}
.step-item__txt{
  font-size: 14px;
}
.step-copy{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.step-copy em{
  color: #A7402C;
}

/*--------------------------------
form
-------------------------------- */
.form-section{
  background: #EDEDED;
}
.form_tbl{
  width: 100%;
  background: white;
  margin-bottom: 60px;
}
.form_tbl th,
.form_tbl td{
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #B2B1B1;
}

.form_tbl th{
  background: #A7402C;
  color: white;
  width: 25%;
}
.form_tbl td{
  width: 75%;
}
.form_tbl th .required{
  padding-right: 40px;
  position: relative;
}
.form_tbl th .required:after{
  content: "必須";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 11px;
  color: #a6310e;
}

input[type="text"], textarea{
  box-sizing: border-box;
  padding: 4px;
  vertical-align: middle;
  background: #ffffff;
  border: solid 1px #d8d6d6;
  min-height: 30px;
}

.size-m{
  width: 420px;
}
.size-l{
  width: 600px;
}

.form-agree{
  text-align: center;
  margin-bottom: 20px;
}
.form_gray{
  background-color: #D8D8D8;
  padding: 5px;
  width: 660px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.form-btn{
  text-align: center;
  
}
.form-btn .btn-type{
  width: 660px;
}

.base_box{
  padding: 30px;
  width: 100%;
  height: 100%;
}

.error-box{
  
}
.base_box p{
  margin-bottom: 30px;
}
.c_red{
  color: #A7402C;
}
.align_c{
  text-align: center;
}
/*--------------------------------
footer
-------------------------------- */
footer{
    text-align: center;
    color: #fff;
    font-size: 76%;
    background: #a04023;
    padding: 8px 0;
}


/* --------------------------------
sp用css
-------------------------------- */
@media only screen and (max-width: 600px) {
    .pc-show{
        display: none;
    }
    .sp-show{
        display: initial;
    }
    body{
        font-size: 13px;
    }
    img.sp-show{
        width: 100%;
    }
    /* .header
    -------------------------------- */
  .header{
    min-width: 100%;
    padding-bottom: 0;
  }
  .header-logo{
    width: 50%;
  }
  .header-txt{
    display: none;
  }
  .header-btn .btn-type{
    font-size: 12px;
    padding: 5px 10px;
  }
  /* .main-vi
    -------------------------------- */
  .main-vi{
    
  }
  .main-vi__txt{
    font-size: 12px;
    margin-left: -42%;
  }
  .main-vi__title{
    font-size: 28px;
  }
    /* .inner
    -------------------------------- */
    .contents-inner{
        width: 100vw;
      padding: 30px 0;
    }
  .contents-head{
    padding: 10px;
    font-size: 16px;
  }
  /* .about
    -------------------------------- */
  .about-point{
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
        margin-bottom: 20px;
  }
  .about-point li{
    margin: 0 auto 80px;
  }
  .about-copy{
    font-size: 12px;
    margin-bottom: 20px;
  }
  .about-copy img{
    width: 250px;
  }
  .about-merit{
    margin-left: 20px;
    margin-right: 20px;
    
  }
  .about-merit li{
    font-size: 12px;
  }
  .about-merit li em{
    font-size: 16px;
  }
  .about-cap{
    margin: 20px;
  }
  .about-txt{
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }
  
  /* .reccomend-item
    -------------------------------- */
  .reccomend-item{
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .reccomend-item__img{
    float: none;
    text-align: center;
  }
  .reccomend-item__body{
    width: 100%;
    float: none;
    padding: 10px 0 0;
  }
  .reccomend-item__title{
    font-size: 18px;
  }
  .reccomend-item__txt{
    font-size: 13px;
    line-height: 1.6;
  }
  .user-voice{
    width: 90%;
    margin: 0 auto;
  }
  .user-voice__img{
    float: none;
    text-align: center;
  }
  .user-voice__body{
    float: none;
    padding-top: 10px;
    margin-left: 0;
  }
  .user-voice__title{
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
  }
  .user-voice__company{
    font-size: 13px;
    margin-bottom: 5px;
  }
  .user-voice__txt{
    font-size: 12px;
  }
  
  /* .package
    -------------------------------- */
  .package{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .package-txt{
    font-size: 13px;
  }
  .package-table{
    font-size: 12px;
  }
  .package-table th{
    width: 120px;
  }
  
  /* .step-items
    -------------------------------- */
  .step-items{
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .step-items li{
    margin: 0 auto 20px;
  }
  .step-item__title{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .step-copy{
    font-size: 14px;
  }
  
  /* .form
    -------------------------------- */
  .form-section .contents-inner{
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .form_tbl{
    margin-bottom: 20px;
  }
  .form_tbl th{
    display: block;
    width: 100%;
  }
  .form_tbl td{
    display: block;
    width: 100%;
  }
  .form_tbl td .size-l,
  .form_tbl td .size-m{
    width: 100%;
  }
  .form_gray{
    width: 100%;
  }
  .form-btn .btn-type{
    width: 100%;
  }
}