@charset "UTF-8";
/* CSS Document */
/*スマホ用スタイル*/
@media screen and (max-width: 767px) {

/*セクション間余白----------------------------------------------------------- */
  section {
    padding: 40px 0;
  }
  footer {
    padding: 15px 0;
  }
  .font_l {
    font-size: 16px;
}
/*Header----------------------------------------------------------- */
header .container{
  padding-right: 0;
}
header .contact {
  padding-left: 0;
  margin-left: auto;
}
  header .logo {
    height: 30px;
  }
  header .logo img {
    max-height: 30px;
  }
  p.contact_form {
    height: 60px;
}
.contact_form img{
  height: 100%;
}
/*MV----------------------------------------------------------- */
.mv {
  padding: 0 0 20px;
  background: none;
}
.mv .btn_box{
  position: relative;
  left: auto;
  right: auto;
  width: 100%;
  height: auto;
  padding: 20px 15px 15px;
  margin-top: -25px;
}
/*CTA----------------------------------------------------------- */
.btn_area {
  margin-top: 15px;
}

/*CTA2----------------------------------------------------------- */


/*sec01----------------------------------------------------------- */
.sec01 h2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sec01 .arrow {
  border-width: 25px 70px 0 70px;
  border-color: #00abbb transparent transparent transparent;
  margin: 0 auto;
}
.sec01 .box {
  border: solid 2px #00aabb;
  border-radius: 10px;
  position: relative;
  padding: 15px 15px 15px 80px;
}
.sec01 .icon {
  position: absolute;
  left: 15px;
  top: 0;
  width: 50px;
}
/*sec02----------------------------------------------------------- */
.sec02 h2 {
  padding-bottom: 15px;
}
.sec02 .white_box {
  padding: 15px;
}

/*sec03----------------------------------------------------------- */
.sec03 .sp_font_s{
  font-size: 12px;
}
.sec03 .inner {
  padding: 15px;
  background-color: #FFF;
}
.sec03 .white_box {
  border-radius: 10px;
  margin-bottom: 15px;
}
/*sec04----------------------------------------------------------- */
.sec04 h4 {
  padding: 15px;
}
.sec04 ul {
  padding: 0;
}
.sec04 ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sec04 .txt {
  padding: 15px;
}
.sec04 .brett {
  border: solid 3px #00aabb;
  padding: 15px;
}
/*sec05----------------------------------------------------------- */


/*sec06----------------------------------------------------------- */
.sec06 .white_box {
  border: solid 3px #00aabb;
  border-radius: 10px;
  padding: 15px;
}

/*sec07----------------------------------------------------------- */
.sec07 .box {
  padding: 15px;
}
.sec07 h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
/*sec08----------------------------------------------------------- */
.sec08 h2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sec08 .txt {
  padding: 15px;
}
/*sec09----------------------------------------------------------- */
.brett{
  padding: 15px;
}
.brett ul {
  margin-top: 0;
}
.brett ul li {
  font-size: 16px;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.brett ul li img{
  width: 2rem;
  margin-right: 5px;
}
.brett ul li i {
  padding-top: 3px;
}
/*sec10----------------------------------------------------------- */
.sec10 .f_item {
  margin-top: 15px;
}

/*sec11----------------------------------------------------------- */
.qa .icon {
  width: 30px;
  flex-shrink: 0;
}
.qa .q .txt {
  padding-top: 5px;
  font-size: 16px;
  margin-left: 10px;
}
.qa .a .txt {
  padding-top: 0;
  font-size: 14px;
}
.qa .txt {
  margin-left: 10px;
}
.qa .box:not(:last-child) {
  margin-bottom: 15px;
}
/*sec12----------------------------------------------------------- */


/*sec13----------------------------------------------------------- */


/*sec14----------------------------------------------------------- */


/*sec15----------------------------------------------------------- */


/*sec16----------------------------------------------------------- */


/*sec17----------------------------------------------------------- */


/*sec18----------------------------------------------------------- */


/*sec19----------------------------------------------------------- */

/*sec20----------------------------------------------------------- */


/*Footer----------------------------------------------------------- */
.foot_logo{
  height: 40px;
}
.foot_logo img{
  max-height: 100%;
}
}

/*スマホ用スタイルend*/