@charset "utf-8";

/*=====tb_mode=====*/
@media screen and (max-width: 1260px) {
  a.top_logo {
    width: 280px;
    margin-left: 10px;
  }
  ul.pc_nav a {
    font-size: 15px;
  }
  ul.pc_nav li {
    margin-right: 1.3em;
  }
  ul.pc_nav .btn_line a {
    font-size: 15px;
  }
  ul.pc_nav .btn_line a:after {
    top: 15px;
  }
    .main_visual {
 padding-top: 55px;
}
  #foryou:after {
    padding: 60px 50%;
  }
}

@media screen and (max-width: 1024px) {
  /*======header=====*/
  /*------header_nav------*/
  .pc_nav {
    display: none !important;
  }
    .content_wrap{
        width: 92%;
    }
  #header_nav {
    display: none;
  }
  .sp_header {
    display: block;
    position: fixed;
    width: 100%;
    height: 65px;
    background: #fff;
    top: 0;
    padding-top: 3px;
    z-index: 200;
  }
  a.top_logo_sp {
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  /*------ハンバーガーメニュー------*/
  #sp_nav {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 101;
    padding-bottom: 20px;
    top: 0;
    padding-top: 80px;
    text-align: center;
  }
  #sp_nav a {
    display: block;
    color: #000;
    text-align: center;
    line-height: 1.4;
    padding: 23px;
  }
  #sp_nav li {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
  }
  #sp_nav li.btn_line {
    border-bottom: none;
  }
  #sp_nav li.btn_line a {
    color: #fff;
    padding: 0.6em;
    box-shadow: none;
    width: 80%;
    max-width: 360px;
    margin-top: 1em;
  }
#sp_nav li.btn_line a:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 100;
  right: 20px;
  top: 16px;
  transition: 0.3s;
}
  /*--------開閉ボタン--------*/
  #nav_toggle {
    position: fixed;
    top: 5px;
    right: 0;
    height: 58px;
    width: 60px;
    padding: 15px 10px 0;
    margin-left: auto;
    z-index: 999;
  }
  #nav_toggle div {
    position: relative;
    width: 35px;
    height: 35px;
  }
  #nav_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 11px;
  }
  #nav_toggle span:nth-child(3) {
    top: 22px;
  }

  /*--------開閉ボタンopen時--------*/
  .open #nav_toggle span {
    background: #000;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .cta_top .flex {
    font-size: 20px;
  }
 .btn_line a {
  font-size: 16px;
  display: block;
  background: #06c155;
  position: relative;
  padding: .8em 2.5em .7em 2.5em;
  border-radius: 50px;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 3px 3px #008a1e;
  text-align: center;
}
.cta_top .heading:after {
  content: "";
  padding: 2px 30px;
  background-image: url("../images/triangle.png");
  background-size: 42px;
  background-repeat: no-repeat;
  background-position: bottom;
}
.btn_line a:after {
  top: 20px;
}
  #foryou .pc_style,#price.pc_style {
    display: none;
  }
  #price .pricelist {
    width: 95%;
  }
  #line ul li {
    width: 30%;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #line .arrow {
    width: 28px;
    margin-top: 10%;
  }
  #faq {
    background-size: 150px;
    background-position: right 25% bottom;
  }
    .footer_wrap {
  padding-top: 80px;
  padding-bottom: 40px;
}
    footer{
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 768px) {
  /*------共通------*/
  body {
    line-height: 1.5;
  }
  .pc_style {
    display: none;
  }
  .sp_style {
    display: block;
  }

  /*------sp_nav------*/
  #sp_nav .btn_line a:after {
    top: 16px;
  }
/*======main=====*/
 /*------cta_top------*/
/*------cta_top------*/
  .cta_top {
    padding: 10px 0;
  }
  .cta_top > div {
    padding: .6em 0.6em;
  }
  .cta_top .heading:after {
    content: none;
  }
  .cta_top .flex {
    font-size: 18px;
    display: block;
    text-align: center;
    color: #5e4141;
  }
  .btn_line a {
    font-size: 16px;
    position: relative;
    padding: 1em;
    margin: 5px auto;
    box-shadow: 3px 3px #008a1e;
    text-align: center;
  }
  .btn_line a:after {
    top: 22px;
  }
  /*------section/foryou------*/
    .balloon1 {
    margin: 1.3em auto;
  padding: 7px 10px;
    width: 94%;
  max-width: 1100px;
  color: #fff;
  font-size: 26px;
}
  #foryou {
    padding-top: 20px;
  }
  #foryou h3 {
    font-size: 19px;
    margin-bottom: 0.4em;
    line-height: 1.4;
  }
    #foryou h3.third{
        font-size: 16px;
        line-height: 1.3;
    }
  #foryou > div {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 50px;
  }
  #foryou .image {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
  }

  #foryou ul.flex li {
    width: 30%;
    text-align: center;
  }
  #foryou ul.flex li.middle {
    width: 37%;
    padding-right: 10px;
    padding-left: 10px;
  }
  #foryou:after {
    padding: 30px 50%;
  }
  /*------section/price------*/
  #price {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
  background-image: url("../images/price_bg_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  }
  #price h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  #price h2:after {
    content: "";
    display: block;
    padding: 5px;
    background-image: url("../images/wave.png");
    background-size: 254px;
    background-repeat: no-repeat;
    background-position: center;
  }
  #price h2 br {
    display: block;
  }
  #price .heading {
    font-size: 24px;
    padding: 0.6em 1.5em;
    line-height: 1.4;
  }
  #price .heading span {
    font-size: 28px;
  }
  #price .under_text {
    margin: 0 auto 10px;
  }
  #price h3 {
    font-size: 18px;
  }    
    #price .pricelist table tr:nth-child(3) td {
  background-color: transparent;
}
    #price .pricelist table th.nocolor{
background-color: #fff;       
    }
    #price .pricelist table th.yellow{
 background-color: #fff5b3;        
    }
#price .pricelist table tr td.blue{
 background-color: #eff5f5;        
    }
#price .pricelist table tr td.yellow{
 background-color: #fff5b3;        
    }

  /*------section/price------*/
  #line {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #line h2 {
    padding: 0.1em;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
  }
  #line ul li {
    width: 46%;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #line .arrow {
    width: 32px;
    margin-top: 16%;
  }


  /*------section/qanda------*/
  #faq {
    padding-top: 20px;
    padding-bottom: 120px;
    background-image: url("../images/ill_m2.png");
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: right 3% bottom;
  }
  #faq .backtext_style {
    font-size: 28px;
    background-image: url("../images/text_qanda.png");
    background-size: 540px;
  }
  #faq .backtext_style:after {
    content: "";
    padding: 12px;
    background-image: url("../images/fukidashi2.png");
    background-size: 200px;
  }
  .btn_faq a:after {
    top: 18px;
  }
  .btn_faq a:hover:after {
    right: 35px;
  }

  /*======footer=====*/
  footer {
    padding-bottom: 120px;
      font-size: 16px;
  }
.footer_wrap {
    padding-top: 60px;
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
    footer .r_content {
    width: 280px;
}
.footer_logo {
 width: 180px;
 margin: 0 auto;
}
}

/*=====sp_mode=====*/
@media screen and (max-width: 599px) {
    body{
        font-size: 16px;
    }
  /*-----共通------*/
  .content_wrap {
    width: 93%;
  }

  /*------sp_header------*/
  a.top_logo_sp {
    width: 260px;
    position: absolute;
    left: 5px;
    right: auto;
  }
  .sp_header {
    height: 60px;
  }

  /*--------開閉ボタン--------*/
  #nav_toggle {
    width: 60px;
    padding: 13px 10px 0;
  }

  /*------ハンバーガーメニュー------*/
  #sp_nav {
    padding-top: 60px;
  }
  #sp_nav a {
    padding: 20px;
  }

  /*======main=====*/
  /*------main_visual------*/
  .main_visual {
    padding-top: 60px;
  }
  /*------section/foryou------*/
        .balloon1 {
    margin: 1.3em auto;
  padding: 7px 10px;
    width: 94%;
  max-width: 1100px;
  color: #fff;
  font-size: 24px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 8px solid transparent;
  border-top: 15px solid #fa9600;
}
  #foryou {
    background-size: 4px 4px;
  }
  #foryou h3 {
    font-size: 19px;
    margin-bottom: 0.4em;
    line-height: 1.4;
  }
  #foryou > div {
    background-color: #fff;
    border-radius: 20px;
    border: 4px solid #fa9600;
    padding: 10px;
    margin-bottom: 40px;
  }
  #foryou .image {
    margin: 0 auto 15px;
  }
  #foryou ul.flex {
    display: block;
  }
  #foryou ul.flex li {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #foryou ul.flex li.middle {
    width: 100%;
    border: none;
    border-top: 4px solid #fa9600;
    border-bottom: 4px solid #fa9600;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #foryou:after {
    padding: 20px 50%;
  }
  /*------section/price------*/
  #price {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #price h2 {
    font-size: 24px;
    color: #bd3c00;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  #price h2:after {
    content: "";
    display: block;
    padding: 5px;
    background-image: url("../images/wave.png");
    background-size: 234px;
    background-repeat: no-repeat;
    background-position: center;
  }
  #price .heading {
    font-size: 18px;
    padding: 0.6em 0.5em;
    line-height: 1.4;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 20px;
    width: 95%;
  }
  #price .heading span {
    font-size: 24px;
  }
  #price .under_text {
    width: 92%;
    max-width: 1100px;
    margin: 0 auto 20px;
  }
    #price .note{
    font-size: 15px;
  width: 92%;
  max-width: 1100px;
  margin: 0 auto 20px;
}
  #price h3 {
    font-size: 18px;
    padding: 0.1em 2em;
    border: solid 1px #333;
    border-radius: 50px;
    background: #fff;
    display: inline-block;
    margin-bottom: 20px;
  }
  #price .pricelist {
    width: 90%;
    max-width: 500px;
    margin: 20px auto 0;
  }
#price .pricelist table th {
  text-align: center;
  font-weight: bold;
  padding: 1em .2em;
  border: 1px #666666 solid;
  background: #eff5f5;
}
    #price .pricelist table td {
  text-align: center;
  font-weight: bold;
  padding: 1em .2em;
  border: 1px #666666 solid;
}
    #price .pricelist table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #ffffff;
    margin-bottom: 40px;
    font-size: 16px;
}
  /*------section/price------*/
  #line {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #line > div {
    border-radius: 15px;
    padding: 15px;
  }
  #line h2 {
    padding: 0.1em;
    font-size: 22px;
    margin-bottom: 30px;
  }
  #line ul li {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #line ul li:after {
    content: "";
    display: block;
    padding: 25px;
    background-image: url("../images/arrow_down.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 61px;
  }
  #line ul li:last-child:after {
    content: none;
  }
  #line .image {
    width: 80%;
    max-width: 286px;
    margin: 0 auto 20px;
  }
  #line .arrow {
    display: none;
  }

  /*------section/qanda------*/
  #faq {
    padding-top: 30px;
    padding-bottom: 130px;
    background-image: url("../images/ill_m2.png");
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: center bottom;
  }
  #faq .acMenu {
    margin-bottom: 40px;
  }
  .acMenu dl {
    margin-bottom: 10px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 3%);
  }
  .acMenu dt {
    padding: 1em 2.1em 1em 2.8em;
    font-size: 16px;
    background-image: url("../images/icon_q.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left 0.5em center;
    cursor: pointer;
  }
  .acMenu dt:after,
  .acMenu dt:before {
    right: 1.2em;
    top: 1.1em;
    width: 2px;
    height: 20px;
  }
  .acMenu dd {
    background-image: url("../images/icon_a.png");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: left 0.5em center;
  }
  .btn_faq a {
    font-size: 15px;
    padding: 0.6em;
    border-radius: 50px;
    width: 62%;
  }
  .btn_faq a:after {
    width: 6px;
    height: 6px;
    right: 8px;
    top: 17px;
    transition: 0;
  }
  .btn_faq a:hover:after {
    right: 8px;
  }

  /*======footer=====*/
  footer {
    padding-bottom: 110px;
  }
  .footer_wrap {
    background-image: url("../images/footer_bg.jpg");
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: bottom;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 10px;
  }
  .footer_wrap > .flex {
    display: block;
  }
  footer .r_content {
    width: 80%;
    max-width: 320px;
    margin: 0 auto;
  }
  footer .l_content {
    text-align: left;
    width: 90%;
    margin: 0 auto 50px;
  }
  .footer_logo {
    width: 180px;
    margin: 0 auto;
  }
  /*------cta_fixed-----*/
  .cta_fixed .cta_top {
    padding: 5px 0;
  }
  .cta_fixed .cta_top .heading {
    font-size: 16px;
  }
  .cta_fixed .cta_top > div {
    padding: 0.1em;
  }
  .cta_fixed .btn_line a {
    width: 95%;
    padding: 0.5em;
  }
  .cta_fixed .btn_line a:after {
    top: 15px;
  }
}
