@charset "utf-8";
/* デフォルトスタイル
**********************************************************************/
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  width: 100%;
}
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style-type: none;
  line-height: 150%;
  color: #333232;
  text-align: left;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  /*width: 100%;*/
  display: block;
}
header {
  padding: 7px 15px 5px;
}
* {
  box-sizing: border-box;
}
header .logo {
  float: left;
  width: 180px !important;
  margin: 20px auto 0;
}

@media (max-width: 768px) {
    header .logo {
  float: left;
  width: 140px !important;
  margin: 10px auto 0;
}
    header .logo {
  float: left;
  width: 120px !important;
  margin: 10px auto 0;
}
    
}


header .logo img{
    width: 100%;
}
header .line {
  float: right;
  width: 50% !important;
 /* margin-top: 8px;*/
}
.yellow {
  color: #fff100;
}

.mb15 {
  margin-bottom: 15px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb35 {
  margin-bottom: 35px;
}

/*title_a*/
.title_a {
  background: url("../images/t1_bg.png") no-repeat 0 0 / 100%;
  overflow: hidden;
  text-align: center;
  color: #FFF;
  padding: 10px 0 5px;
  font-weight: bold;
  font-size: 30px;
  text-shadow: 0px 0px 4px #e46a9f, 0px 0px 5px #e46a9f, 0px 0px 5px #e46a9f, 0px 0px 5px #e46a9f, 0px 0px 10px #e46a9f;
    padding: 30px 0;
}
.title_a span {
  display: block;
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 4px #e46a9f, 0px 0px 5px #e46a9f, 0px 0px 5px #e46a9f, 0px 0px 5px #e46a9f, 0px 0px 10px #e46a9f;
}

.title_b {
  overflow: hidden;
  position: relative;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 20px 0;
  line-height: 1.2;
  background: url("../images/t1_bg.png") no-repeat 0 0 /100%;
}


.open, .close {
  margin: 10px auto 50px;
  width: 80%;
}
.open a, .close a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #3c3b3b;
  padding: 10px 40px 10px 30px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  text-decoration: none;
  font-size: 15px;
}
.open2 a, .close2 a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #3c3b3b;
  padding: 10px 30px 10px 20px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  text-decoration: none;
  font-size: 15px;
}
.open a span.btn_more_link_ico {
  background: url(../images/btn_arrow_open.gif) no-repeat right 9px / 9% auto;
  padding: 7px 32px 7px 0;
}

.close, .close2 {
  display: none !important;
}
/*メインビジュアル*/
#divbox1 .divbox1_in::after {
  content: "";
  display: block;
  padding-top: 80%;
}
#divbox1 .divbox1_in {
  background: rgba(0, 0, 0, 0) url(../images/mv.jpg) no-repeat scroll 0 0 / 100% auto;
  margin: 1% auto 0;
  position: relative;
  width: 100%;
}
.header_img_txt {
  width: 100%;
  /*background-color: #e660a5;*/
  background: url("../images/mv_bg.png");
  color: #fff;
  opacity: 0.9;
  font-size: 14px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0%;
  z-index: 2;
  padding: 5px 0;
  font-weight: bold;
  text-shadow: 0px 0px 4px #fb4c69, 0px 0px 5px #fb4c69, 0px 0px 5px #fb4c69, 0px 0px 5px #fb4c69, 0px 0px 10px #fb4c69;
}
.header_img_txt .yellow {
  font-weight: bold;
  text-shadow: 0px 0px 4px #fb4c69, 0px 0px 5px #fb4c69, 0px 0px 5px #fb4c69, 0px 0px 5px #fb4c69, 0px 0px 10px #fb4c69;
}
/*お問い合わせ*/
.inquiry {
  width: 90%;
  margin: 0 auto 30px;
}

.inquiry_btn {
  /*margin-bottom: 15px;*/
}
/*divbox2*/
.divbox2 {
  border-top: 1px solid #e5e5e5;
  padding: 40px 0 0 0;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.divbox2 .divbox2_txt1_a {
  text-align: center;
  color: #1dc7f3;
  font-size: 50px;
  font-weight: bold;
  display: block;
  line-height: 1.1;
}
.divbox2 .divbox2_txt1 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 8px;
}

.divbox3 {
  background: rgba(0, 0, 0, 0) url(../images/cont1_img3.jpg) no-repeat scroll 0 0 / 100% auto;
  margin: 0 auto 30px;
  position: relative;
  width:80%;
}
.divbox3:after {
  content: "";
  display: block;
  padding-top: 65%;
}
.divbox3 p {
  position: absolute;
  left: 30px;
  bottom: 0%;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0px 0px 4px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff;
  line-height: 1.2;
}






.reason1, .reason2, .reason3, .reason4, .reason15, .reason6 {
  margin-bottom: 45px;
}


/*理由5*/
.reason5 {
  margin-bottom: 35px;
}



/*.divbox7*/

.divbox7_photo1 {
  display: block;
  margin-bottom: 10px;
}
/*divbox8*/
.divbox8 {}
.divbox8_in {
  background: #fdeff5;
  padding: 20px;
  margin-bottom: 30px;
}
.divbox8_cont1 {
  border: 2px solid #ec5898;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 3px #ccc;
  padding: 20px;
  overflow: hidden; /*margin-bottom:2px;*/
  background: #fff;
}
.divbox8_cont1_photo {
  float: left;
  width: 25%;
}
.divbox8_cont1_rt {
  width: 73%;
  float: right;
}
.divbox8_cont1_rt1 {
  color: #371026;
  font-weight: bold;
  /*font-size: 16px;*/
  margin-bottom: 2px;
}

.divbox8_cont1_rt2 {
  line-height: 1.2;
  font-size: 14px;
  display: block;
  /*margin-bottom: 25px;*/
}
.divbox8_arrow {
  display: block;
  width: 25px;
  margin: 15px auto;
  /*padding: 15px;*/
}


.divbox8_ul2_no, .divbox10_ul2_no {
  display: block;
  /*background: #1dc7f3;
	color: #fff;*/
  border-radius: 50%;
  height: 18px;
  width: 18px;
  float: left;
  line-height: 1.1;
  text-align: center;
  font-weight: bold;
  padding: 3px 0 0 0;
  margin: 0px 3px 0 0;
  font-size: 13px;
}

.divbox10_ul2_no {
  /*background: #e660a5;*/
  border: 1px solid #3c3b3b;
}

/*divbox10*/
.divbox10 {
  padding: 0 0px 35px;
}

.divbox10-in {
  background-color: #fff;
  padding: 20px 40px;
}
.divbox10_dl dt {
  color: #de5488;
  font-weight: bold;
  border-bottom: 1px dashed #cdc9cb;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 16px;
}
.divbox10_dl dd {
  margin-bottom: 25px;
}
.divbox10_ul2 {}
.divbox10_ul2 li {
  margin-top: 10px;
  margin-bottom: 15px;
  /*font-weight: bold;*/
}
.divbox10_ul2 span {
  display: block;
}


.divbox11_in {
  min-height: 670px;
  position: relative;
}

.divbox2_txt3 img{ width: 100%; margin-bottom: 20px;}

/* clearfix
**********************************************************************/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* **********************
  button-set
********************** */
.button_set {
  margin-bottom: 45px;
  text-align: center;
  background-color: white;
}
.button_set div {
  padding-top: 15px;
    width: 90%;
margin: 0 auto;
}
.button_set div a {
  display: block;
}

.inquiry_btn {
    width: 60%;
margin: 0 auto;}

.inquiry_btn img {width: 100%;}

#faq {
  margin-bottom: 45px;
}

.question_cont .q {
  background: url(../images/faq_icon1.png) no-repeat 10px 33%;
  background-size: 40px;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 25px 10px 56px;
  margin: 10px 10px 5px 10px;
  /*min-height: 50px*/
  position: relative;
  letter-spacing: -1px;
}
.question_cont .q:after {
  content: "";
  background: url(../images/faq_arrow.png) no-repeat;
  width: 15px;
  height: 15px;
  right: 0px;
  position: absolute;
  background-position: 0% 100%;
  top: 30%;
}
div.ui-state-active.q:after {
  background-position: 0% 0% !important;
}
.question_cont {
  border-bottom: 1px dashed #dddcdc;
}
.question_cont .a {
  padding: 10px 0 0 0px;
  /*color: #313131;*/
  font-size: 23px;
  /*border-top: 1px dashed #313131;*/
  font-size: 16px;
  /*width: 100%;*/
  margin: 0 30px 30px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
}
.question_cont .a p {
  background-color: #F1F1F1;
  margin-top: 10px;
  padding: 20px 20px 25px;
  font-size: 22px;
}
#button_set_bottom {
  position: fixed;
  bottom: 0;
  padding-top: 8px;
  -webkit-box-shadow: 0px -2px 2px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -2px 2px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -2px 2px -1px rgba(0, 0, 0, 0.4);
  background: white;
  width: 100%;
  z-index: 9999;
  display: block;
  padding: 10px 10px 5px
}
#button_set_bottom img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#button_set_bottom a {
  width: 45%;
  margin: 0 auto;
  display: block;
}
/* **********************
  slider01
********************** */
.slide01 .slick-prev, .slide01 .slick-next{
  position: absolute;
  top: 45%;
  z-index: 9999;
  border: none;
  color: transparent;
}
.divbox10 .slide01 .slick-prev, .divbox10 .slide01 .slick-next {
  /*top: 100px;*/
}
.slide01 .slick-prev {
  left: 0;
  background: url(../images/slide01/slide01_left.png) no-repeat 0 0 / 100%;
  width: 31px;
height: 37px;
  margin-left: 5px;
}
.slide01 .slick-next {
  right: 5px;
  background: url(../images/slide01/slide01_right.png) no-repeat 0 0 / 100%;
  width: 31px;
  height: 37px;
  cursor: pointer;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  height: 33px;
}
.slick-dots li button:before {
  font-size: 15px;
  width: 10px;
  height: 10px;
  line-height: 25px;
  content: '●';
  display: block;
  text-align: center;
  color: #812A5B;
}
.slick-dots li.slick-active button:before {
  color: #f76ba8;
}
/*.slide03 img {
  width: 100%;
}*/
.slick-slide img {
  width: 100%;
}
/* **********************
  slider02
********************** */
.slide02, .slide03 {
  margin-bottom: 30px;
}
.slide02 .slick-prev, .slide02 .slick-next, .slide03 .slick-prev, .slide03 .slick-next {
  position: absolute;
  top: 45%;
  border: none;
  text-indent: -999999px;
  color: transparent;
}
.slide02 .slick-prev, .slide03 .slick-prev {
  left: 5px;
  background: url(../images/slide02/slide02_left.png) no-repeat 0 0 / 100%;
  width: 31px;
  height: 37px;
}
.slide02 .slick-next, .slide03 .slick-next {
  right: 5px;
  background: url(../images/slide02/slide02_right.png) no-repeat 0 0 / 100%;
  width: 31px;
  height: 37px;
}
.slide02 > div{
  width: 90%;
  margin: auto;
}
.slide02 .title {
  background: #544538;
  line-height: 70px;
  text-align: center;
  color: white;
  font-size: 30px;
}
.slide02 table {
  width: 100%;
}
.slide02 table tr td {
  background: white;
  border: 2px solid #f1f1f1;
  box-sizing: border-box;
  padding: 12px !important;
  font-size: 20px;
  height: 20px;
}
.slide02 table tr td.blue {
  font-weight: bold;
  color: #544538;
}
/* メールフォーム
**********************************************************************/
input, textarea {
  background: white none repeat scroll 0 0;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 18px;
  padding: 13px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 35px
}

  .cont1_img1 {
    display: block;
    width: 87.19%;
    margin: 20px auto 40px;
    ;
  }

/* PC閲覧
------------------------------------------------------------*/
@media only screen and (min-width: 641px) {
 body {
    width: 640px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
  }
  .question_cont .q {
    font-size: 20px;
    background: url(../images/faq_icon1.png) no-repeat 10px 33%;
    background-size: 79px;
    padding: 25px 35px 25px 120px;
  }
     #button_set_bottom {
    width: 640px;
  }
}
.button_txt {
  text-align: center;
}
.button_txt:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 49px;
  background-image: url(../images/info_l.png);
  background-size: contain;
  vertical-align: middle;
}
.button_txt:after {
  content: '';
  display: inline-block;
  width: 34px;
  height: 49px;
  background-image: url(../images/info_r.png);
  background-size: contain;
  vertical-align: middle;
}
.button_txt span {
  display: inline-block;
  margin: 0 10px;
  font-size: 24px;
  font-weight: bold;
}

.line_txt_2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0;
}
.line_txt_2 span {
  color: #fb4c69;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  margin: 0 10px;
}
.line_txt_2::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 43px;
  background-image: url(../images/t2_l.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.line_txt_2::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 43px;
  background-image: url(../images/t2_r.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/**/
.line_txt_4 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 25px 0 5px;
}
.line_txt_4 span {
  color: #fb4c69;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  margin: 0 10px;
}
.line_txt_4::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 58px;
  background-image: url(../images/t4_l.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.line_txt_4::after {
  content: '';
  display: inline-block;
  width: 38px;
  height: 58px;
  background-image: url(../images/t4_r.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.title_b_ico1 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 4px #e46a9f, 0px 0px 5px #e46a9f, 0px 0px 5px #e46a9f, 0px 0px 5px #e46a9f, 0px 0px 10px #e46a9f;
  display: inline-block;
  float: left;
  margin: 8px 10px 0 0;
}
.title_txt_1 {
  background-color: #fff;
  padding: 10px 10px;
  font-weight: bold;
  color: #e26595;
  line-height: 1.0;
  font-size: 30px;
  display: block;
  margin: 0 0 0 80px;
}
.reason1, .reason2, .reason3, .reason4, .reason5, .reason6, .reason7, .reason8 {
  background: #fdeff5;
  margin: 0 35px 40px;
  padding: 0 0 30px 0;
}
.txt_cl_red {
  color: #eb428c;
}
.reason_img {
  display: block;
  width: 131px;
  float: left;
  margin: 0 15px 0 0;
}
.reason1_ttl {
  text-align: center;
  font-weight: bold;
  margin: 0 0 15px 0;
  font-size: 20px;
}
.reason1_txt {
  position: relative;
  background-color: #fff;
  padding: 10px 50px 10px 10px;
  text-align: right;
  font-size: 40px;
  width: 90%;
  float: right;
  line-height: 1.0;
  margin-bottom: 20px;
}
.reason1_sec {
  overflow: hidden;
  margin: 20px 40px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
}
.title_b_ico1 {}
.reason1_sub {
  display: inline;
  background: url("../images/cont2_img1.png");
  font-size: 20px;
  width: 160px;
  height: 37px;
  position: absolute;
  top: -10px;
  left: -60px;
  text-align: center;
  line-height: 2.0;
}
.line_txt_3 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin: 25px 0;
}
.line_txt_3 span {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  margin: 0 10px;
}
.line_txt_3::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 58px;
  background-image: url(../images/t3_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.line_txt_3::after {
  content: '';
  display: inline-block;
  width: 38px;
  height: 58px;
  background-image: url(../images/t3_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.balloon1 {
  position: relative;
  display: block;
  margin: 0px auto 40px;
  /* padding: 0px auto 30px;*/
  /* min-width: 120px;
  max-width: 100%;*/
  font-size: 30px;
  background: #56b726;
  border-radius: 10px;
  width: 70%;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #56b726;
}
.balloon1 p {
  margin: 0;
  /*padding: 0　20px;*/
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.txt_green {
  color: #56b726;
}
.st_list li {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.st_list li span.txt_green {
  font-weight: bold;
}
.st_list img {
  display: inline-block;
  width: 23px;
  vertical-align: middle;
}
.st_list {
  width: 70%;
  margin: 0 auto 30px;
}
.cont2_photo4 {
  width: 70%;
  margin: 0 auto;
}
.ac-box {
  width: auto;
  margin: 30px auto 5px;
    text-decoration: none;
}
.ac-box label {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background: #fdeff5;
  margin: auto;
  line-height: 50px;
  position: relative;
  display: block;
  height: 50px;
  cursor: pointer;
  transition: all 0.5s;
    text-decoration: none;

}
.ac-box label:hover {
text-decoration: none;
}
.ac-box input {
  display: none;
}
.ac-box label:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
  background-image: url(../images/arrow_bottom.png);
  background-size: contain;
  vertical-align: middle;
}
.ac-box input:checked ~ label::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
  background-image: url(../images/arrow_top.png);
  background-size: contain;
  vertical-align: middle;
}
.ac-box div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
.ac-box input:checked ~ div {
  height: auto;
  padding: 5px;
  /*background: #eaeaea;*/
  opacity: 1;
}
.ac-box div p {
  color: #777;
  line-height: 23px;
  font-size: 14px;
  padding: 20px;
  text-align: justify;
}
.ac-small p {
  margin-bottom: 0px;
}
.ac-small ul {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0 0;
  background: url("../images/cont2_no.png") no-repeat right bottom;
}
.ac-small ul li {
  margin-bottom: 10px;
}
.cont2_photo5 {
  display: block;
  float: left;
  width: 39.34%;
  margin: 0 0 10px 0;
}
.txt_right {
  float: right;
  width: 56.66%;
  line-height: 1.7;
}
.reason_p {
  width: 90%;
  margin-bottom: 30px;
    margin: 0 auto;
}
.reason_p_txt {
  color: #fb4c69;
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}
.reason_p_in {
  position: relative;
}
.cont2_img2 {
  position: absolute;
  bottom: -10px;
  left: 30px;
    width: 90%;
}
.cont2_img3 {
   width: 80%;
  margin: 0 auto 15px;
  display: block;
}
.t_1 {
  font-weight: bold;
  font-size: 30px;
  text-shadow: 0px 0px 4px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff;
  display: block;
  text-align: center;
  /*background: url("../images/cont2_img4.png") no-repeat 0 0 / 90px;*/
  margin-bottom: 15px;
}
.cont2_img4 {
  width: 90px;
  display: inline-block;
  vertical-align: middle;
}
.t_1 span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 -50px;
  font-weight: bold;
}
.txt_red {
  color: #fb4c69;
}
.p_read {
  line-height: 1.7;
}
.g_imb01 {
  display: block;
  margin: 0 auto 25px;
    width: 70%
}
.reason4_in .g_imb01 {width: 90%!important; }

.cont2_photo7 {
  display: block;
  float: left;
  width: 201px;
  margin: 0 0 10px 0;
}
.g_list1_in_sec {
  float: right;
  width: 360px;
  line-height: 1.7;
}
.g_list1_in_sec2 {
  float: right;
  width: 220px;
  line-height: 1.7;
}
.g_list1_in {}
.g_list1_in li {
  margin-bottom: 15px;
  font-size: 20px;
}
.g_list1_in li:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 19px;
  background-image: url(../images/ico_heart.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.g_txt_a {
  background-color: #fff;
  position: relative;
  height: 109px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
  padding: 15px 0;
  line-height: 1.3;
}
.g_txt_a span {
  display: inline-block;
  margin: 0 0 0 50px;
  font-weight: bold;
}
.cont2_img6 {
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  width: 162px;
}
.about_sec_txt {
  color: #fb4c69;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
}
.g_list_l {
  display: block;
  float: left;
  width: 48%;
  margin: 0 0 10px 0;
}
.g_list_r {
  display: block;
  float: left;
  width: 48%;
  margin: 0 0 10px 0;
}
.g_list_l li::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 12px;
  background-image: url(../images/ico_arrow2.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.g_list_r li::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 12px;
  background-image: url(../images/ico_arrow2.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.g_list_l_wp {
  display: block;
  width: 90%;
  margin: 0 auto 30px;
}
.g_list_l li, .g_list_r li {
  margin-bottom: 10px;
}
.oub_sec {
  background: url("../images/cont2_img16.png") no-repeat 0 0 / 100%;
  height: 102px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 0px 4px #be4c00, 0px 0px 5px #be4c00, 0px 0px 5px #be4c00, 0px 0px 5px #be4c00, 0px 0px 10px #be4c00;
  font-weight: bold;
  padding: 8px 0 0 0;
  width: 100%;
  margin: 0 auto;
}
.vo_sec {
  background-color: #eaf6fd;
  padding: 30px;
  margin: 30px 30px 20px;
  position: relative;
}
.vo_sec_t {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 25px;
  font-weight: bold;
}
.vo_sec_img {
  display: block;
  float: left;
  width: 131px;
  margin: 0 0 10px 0;
}
.vo_sec_txt {
  float: right;
  width: 220px;
  line-height: 1.7;
}
.vo_sec_img2 {
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
}
.g_step_no {
  width: 126px;
  display: block;
  margin-bottom: 15px;
}
.divbox8_cont1_fl {
  overflow: hidden;
  margin-bottom: 15px;
}
.b_ad_cont {
  position: relative;
  font-weight: bold;
  margin-bottom: 30px;
}
.b_ad_ttl {
  background: #fff33f;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
}
.b_ad_img {
  position: absolute;
  top: -8px;
  right: 0;
}
.b_ad_read {
  width: 350px;
}
.b_ad_fl_wp {
  margin-bottom: 20px;
    overflow: hidden;
}
.b_ad_fl_l {
  float: left;
  width: 47%;
    overflow: hidden;
}
.b_ad_fl_r {
  float: right;
  width: 47%;
}
.b_ad_fl_l .t_1 .cont2_img4, .b_ad_fl_r .t_1 .cont2_img4 {
  width: 70px;
}
.b_ad_fl_l .t_1, .b_ad_fl_r .t_1 {
  font-size: 16px;
}
.b_ad_fl_img {
  display: block;
  margin: 0 auto 20px;
    width: 100px;
}
.j_cnt {
  margin-bottom: 25px;
}
.j_sec_txt {
  margin-bottom: 20px;
}
.j_sec {
  border: 1px solid #a575af;
  padding: 80px 30px 30px;
  margin: 0 20px;
}
.sl_sec_ttl {
  background: url("../images/cont3_img8_5.png") no-repeat 0 0 / 100%;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  height: 50px;
  padding: 5px;
  text-shadow: 0px 0px 4px #a575af, 0px 0px 5px #a575af, 0px 0px 5px #a575af, 0px 0px 5px #a575af, 0px 0px 10px #a575af;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}
.j_step, .j_step_p {
  background: #a575af;
  padding: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}
.j_step span, .j_step_p span {
  text-shadow: 0px 0px 4px #a575af, 0px 0px 5px #a575af, 0px 0px 5px #a575af, 0px 0px 5px #a575af, 0px 0px 10px #a575af;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 5px 10px;
  width: 85px;
  float: left;
  text-align: center;
}
.j_step p, .j_step_p p {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  font-weight: bold;
  width: 350px;
  float: right;
}
.j_step_p {
  background: #de5488;
}
.j_step_p span {
  text-shadow: 0px 0px 4px #e6387a, 0px 0px 5px #e6387a, 0px 0px 5px #e6387a, 0px 0px 5px #e6387a, 0px 0px 10px #e6387a;
  width: 85px;
}
.j_step_p p {
  width: 465px;
}
.j_dl_st dt {
  display: block;
  color: #a575af;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 0;
}
.j_dl_st dd {
  display: block;
  margin-bottom: 10px;
}
.cont3_img9 {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 265px;
}
.c_point_read {}
.c_point_sec {
  background-color: #E4679A;
  position: relative;
  padding: 15px;
  border-radius: 2px;
}
.c_point_txt1 {
  background-color: #fff;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  color: #de5488;
  margin-bottom: 10px;
  font-size: 22px;
}
.c_point_txt2 {
  color: #fff;
}
.ico_arrow3 {
  display: block;
  position: absolute;
  top: -25px;
  left: 30%;
}
.a_child_sec {
  padding: 20px 40px;
}
.a_child_ttl {
  position: relative;
  display: inline-block;
  margin: 0 0 30px;
  padding: 7px 10px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #56b726;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}
.a_child_ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #56b726;
}
.a_child_ttl p {
  margin: 0;
  padding: 0;
}
.cont3_photo2 {
  display: block;
  margin: 35px auto 35px;
    width: 80%;
}
.dt_green dt {
  color: #56b726;
}
.cont3_img10 {
  display: block;
  margin: 20px auto;
     width: 80%;
}
.t_st_1 {}
.t_st_1 tr {}
.t_st_1 th {
  width: 22%;
  color: #de5488;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 0 0px 30px;
  vertical-align: top;
}
.t_st_1 td {
  width: 78%;
  padding: 0 0px 30px;
}
.slide03 {
  padding: 10px 50px;
}
.shop_data {
  border: 1px solid #f4a23b;
  border-radius: 5px;
  box-shadow: 0 0 8px #f4a23b;
  margin: 10px;
}
.shop_data_in {
  padding: 30px;
}
.shop_data .company_t {
  display: block;
  margin: 5px 0 5px 0;
  font-weight: bold;
  text-align: center;
}
.shop_data table {
  width: 100%;
}
.shop_data table tr {
  display: block;
  border-bottom: 1px dashed #ccc;
  padding: 5px 0 10px;
  margin: 5px 0;
}
.shop_data table tr:last-child {
  border-bottom: 1px dashed #ccc;
}
.shop_data table tr th {
  letter-spacing: 0em;
  display: inline-block;
  text-align: center;
  color: #f4a23b;
  width: 20%;
  vertical-align: top;
  font-weight: bold;
}
.shop_data table tr td {
  letter-spacing: 0em;
  text-align: left;
  padding: 0;
  max-width: 76%;
  display: inline-block;
}
.shop_data table tr td span {
  font-size: 11px;
  display: block;
}
.shop_data p {
  margin: 10px 0 0 0;
}
.shop_data a {
  text-decoration: underline;
  color: #3e68ca !important;
}
.shop_data_ttl {
  background: url("../images/shop_data_t.png") no-repeat 0 0 / 100%;
  height: 184px;
  position: relative
}
.shop_data_ttl h3 {
  color: #ff9920;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 4px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  line-height: 1.2;
}
.slide03 .slick-slide img {
  width: 120px;
  display: block;
  margin: 5px auto 0;
  background: #fff;
  padding: 2px 5px;
}
.r2_li {
  width: 80%;
  margin: 20px auto;
  display: block;
  font-size: 24px;
}
.r2_li span {
  color: #56b726;
  font-weight: bold;
}
.r_wrp_1 .fl_l {
  width: 70%;
  float: left;
  display: block;
}
.r_wrp_1 .fl_r {
  width: 30%;
  float: right;
  display: block;
}

.reason_img {
    width: 30%;
}
   .reason_ul {
    display: block;
    float: right;
    width: 65%;
        }

.br_sp { display: none;}

   .reason3_in {margin: 0 60px;}
.reason_p_in {
    margin-bottom: 30px;
}

.reason4_in { margin: 0 40px;}

.reason5_in {margin: 0 50px;}

.slide01{padding:0 50px;}

@media (max-width: 768px) {
    .br_sp { display: block;}
.button_txt span {
  font-size: 16px;
}
    
.button_txt::before {
    width: 20px;
    height: 29px;
}
    .button_txt::after {
    width: 20px;
    height: 29px;
}
    .cont1_img1 {
    margin: 0px auto 30px;
}
    .inquiry {
  margin: 0 auto 20px;
}
    .button_set {
  margin-bottom: 0px;
}
    
    .divbox2 {
    padding: 20px 0 0 0;
}
    .divbox2 .divbox2_txt1_a {
    text-align: center;
    color: #1dc7f3;
    font-size: 30px;
    }
    .divbox2 .divbox2_txt1 {
    font-size: 18px;
}
    .divbox3:after {
  content: "";
  display: block;
  padding-top: 75%;
        
}
    
    .divbox3 p {
    font-size: 15px;
   left: 5px;
        width: 100%;
    }
    .title_a {font-size: 20px; line-height: 1.0; }
    .title_a span {font-size: 28px;}
    .line_txt_2 span {
    color: #fb4c69;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    line-height: 1.0;
    margin: 0 0px;
}
    .line_txt_2 {
    font-size: 18px;
}
    .title_txt_1 {
    font-size: 18px;
}
    .title_b_ico1 {
    font-size: 16px;
    }

    .title_txt_1 {
    padding: 10px 10px;
    margin: 0 0 0 60px;
        /*width: 100%;*/
}

    .title_b_ico1 {
    font-size: 18px;
    }
    
    .title_b {padding: 10px 10px;}

    .reason1, .reason2, .reason3, .reason4, .reason5, .reason6, .reason7, .reason8 {
    margin: 0 10px 40px;
    }
    
    .reason1_sec {
    margin: 20px 10px;
}
    
    .reason1_sub {
    background: url(../images/cont2_img1.png) no-repeat 0 0 /100%;
    font-size: 16px;
        width: 130px;
    height: 30px;
    top: -10px;
    left: -60px;
        font-weight: bold;
}
    
    .reason1_txt {
    font-size: 20px;
    width: 80%;
        font-weight: bold;
            padding: 10px 20px 10px 10px;
}
    .reason1_ttl {
    font-size: 16px;
}
    
    .reason_img {
    width: 30%;
}
   .reason_ul {
    display: block;
    float: right;
    width: 65%;
        }
    
    .line_txt_3 {
    font-size: 24px;
            margin: 15px 0;
}
    .line_txt_3::after {
    width: 25px;
    height: 38px;
    }
    .line_txt_3::before {
    width: 25px;
    height: 38px;
    }
    
    .balloon1 {
    margin: 0px auto 30px;
    font-size: 18px;
    border-radius: 10px;
    width: 80%;
}
    .r2_li {
    width: 85%;
    font-size: 18px;
}
    
    .ac-box label {
    width: 100%;
    font-size: 20px;
    line-height: 10px;
    height: 10px;
   
}
    .ac-box label::after {
    width: 10px;
    height: 9px;
        margin-left: 5px;
    }
    
    .ac-box input:checked ~ label::after {
  width: 10px;
    height: 9px;
        margin-left: 5px;
    }
    
    .reason_p_txt {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2;
}
    
    .cont2_photo5 {
    width: 25%;
}

    .txt_right {
    width: 73%;
}
    
    .reason_p_in {
    margin-bottom:80px;
}
    
    .cont2_img2 {
    bottom: -60px;
}

    .cont2_img3 {
    width: 80%;
}
    .t_1 {
    font-size: 18px;
}
    
    .reason3_in {margin: 0 20px;}
   .cont2_img4 {
    width: 50px;
       margin: 0 20px 0 0;
} 
    .line_txt_4 {
    font-size: 20px;
}
    .line_txt_4::after {
    content: '';
    display: inline-block;
    width: 26px;
    height: 39px;
    }
    .line_txt_4::before{
    width: 26px;
    height: 39px;
}
    .line_txt_4 span {
    margin: 0 10px;
}
    .g_imb01 {
    display: block;
    margin: 0 auto 25px;
    width: 85%;
}
    .g_list1_in li {
    margin-bottom: 15px;
    font-size: 16px;
}
    .g_list1_in_sec2 {
    width: 50%;
}
    .cont2_photo7 {
    width: 45%;
}
    .g_list1_in li:before {
    width: 18px;
    height: 16px;
    }
    .g_txt_a { font-size: 20px;
    height: inherit;}
    
    .cont2_img6 {
    top: -25px;
        width: 150px;
}
    
    .g_txt_a span {
    margin: 0 0 0 100px;
    }
    .reason4_in { margin: 0 20px;}
    .reason5_in {margin: 0 20px;}
    
    .slide01 .slick-next, .slide03 .slick-next {
    width: 20px;
    height: 25px;
}
    .slide01 .slick-prev, .slide03 .slick-prev {
         width: 20px;
    height: 25px;
    }
    .slide01{padding:0 30px;}
    .r_wrp_1 .fl_r {
    width: 25%;
}
    .slide01 .slick-prev, .slide01 .slick-next, .slide03 .slick-prev, .slide03 .slick-next {top: 40%;}
    
    .line_txt_2::before {
    width: 25px;
    height: 37px;
    }
    .line_txt_2::after {
        width: 25px;
    height: 37px;
    }
    .about_sec_txt {
  font-size: 18px;
    }
  .ab_ttl .g_imb01 {
    width: 70%;
}
    .g_list_r li::before {
        margin-right: 5px;
        width: 8px;
    height: 9px;}
    
    .g_list_l li::before {
margin-right: 5px;
        width: 8px;
    height: 9px;
    }
    .g_list_l li, .g_list_r li {
    margin-bottom: 5px;
}
    .g_list_r li,.g_list_l li {font-size: 13px;} 
    .slide03 {
    padding: 0px 25px;
}
    .shop_data_ttl {
    height: 100px;
}
    .shop_data_ttl h3 { font-size:24px;}
    
    .oub_sec {
    height: 55px;
    font-size: 18px;
    color: #fff;
    padding: 2px 0 0 0;
    width: 90%;
    margin: 0 auto;
}
    .shop_data_in {
    padding: 10px 15px;
}
    .shop_data table tr th { font-size: 13px;}
    
    .vo_sec_img {
    width: 30%;
}
    .g_list1_in_sec {
    width: 65%;
}
    
    .vo_sec {
    padding: 20px;
    margin: 30px 10px 20px;
}
    
    .vo_sec_t {
    padding: 5px;
    font-size: 14px;
        margin-bottom: 10px;
    }
    .vo_sec_img2 {width: 100px;left: -5px;}
    
    .title_a span { font-size: 24px}
    .g_step_no {
    width: 80px;
        margin-bottom:5px;
}
    .divbox8_cont1_photo {
    float: left;
    width: 20%;
}
    .divbox8_cont1_rt {
    width: 75%;
    float: right;
}
    .divbox8_cont1 {
        padding:15px 10px;}
    
    .line_txt_2 {
    font-size: 16px;
    margin: 20px 0;
}
    
    .line_txt_2::before {
    width: 20px;
    height: 31px;
    }
    
    .line_txt_2::after {width: 20px;
    height: 31px;}
    
    .b_ad_ttl {
    padding: 5px 10px;
    margin-bottom: 15px;
    font-size: 16px;
}
.b_ad_img {
   width: 35%;     
  top:50px;
  right: 0px;
}
    
.b_ad_read {
    width: 64%;
}
    .b_ad_fl_l .t_1 .cont2_img4, .b_ad_fl_r .t_1 .cont2_img4 {
    width: 30px;
}
    
    .b_ad_fl_l .t_1, .b_ad_fl_r .t_1 {
    font-size: 14px;
}
    .b_ad_fl_l {
    width: 45%;
}
        .b_ad_fl_r {
    width: 45%;
}
    
    .b_ad_fl_img {
    width: 60px;
    margin: 0 auto 20px;
}

    .t_1 {text-align: center;margin-bottom: 10px;}
    .reason_p_txt {
    font-size: 18px;
    }
    
    .sl_sec_ttl {
         font-size: 18px;
        padding:2px 5px;
        top: 10px;
    }
    
    .slide02 .slick-prev, .slide03 .slick-prev {
  width: 20px;
    height: 25px;
}
    
    .slide02 .slick-next, .slide03 .slick-next{width: 20px;
    height: 25px;}
    
    .j_sec {
    border: 1px solid #a575af;
    padding: 45px 15px 0px;
    margin: 0 10px;
}
    
    .j_step p, .j_step_p p {
    width: 75%;
}
    
    .j_step span, .j_step_p span {width: 20%; font-size: 13px;}
    .cont3_img9 {
    display: block;
        position: static;
    width: 70%;;
        margin: 0 auto;
}
    .divbox10-in {
    padding: 20px 20px;
}
    .c_point_txt1 {
    padding: 3px 0;
    font-size: 17px;
}
    .ico_arrow3 {
    display: block;
    position: absolute;
    top: -25px;
    left: 20%;
}
    
    .divbox8_ul2_no, .divbox10_ul2_no {
    padding: 2px 0 0 0;
    margin: 0px 3px 0 0;
    font-size: 12px;
}
    
    .divbox10_ul2 li {
    margin-top: 5px;
    margin-bottom: 5px;
}
    
    .cont3_photo2 {
    display: block;
    margin: 25px auto 15px;
    width: 90%;
}
    
    .a_child_ttl {
    padding: 7px 10px;
    font-size: 16px;
        margin: 0 0 15px;
}
    
    .cont3_img10 {
    width: 100%;
}
    
    .title_a {padding: 15px 0;}
    
    .divbox10-in {
    padding: 20px 20px;
}
   /* #faq {
    margin-bottom: 0px;
}*/
    .divbox10 {
    padding: 0 0px 0px;
}
    .r2_li {
    font-size: 20px;
}
    
    .t_st_1 td {
    width: 70%;
    padding: 0 0px 15px;
}
    
    .t_st_1 th {
    width: 30%;
    }
    
    .slide03 .slick-slide img {
  width: 80px;
}
    
}


          .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

