/* 
===================================================================
CSS index

	common


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

/* 
-------------------------------------------------------------------

	common

------------------------------------------------------------------- */

/* low_line */
.low_line {
  background: url(../images/low/u_line.png) repeat-x bottom center;
}

/* block
-------------------------------------------------------------------*/
.block {
  padding: 30px 0;
}
@media screen and (max-width: 1250px) {
  .block {
    padding: 30px 15px;
  }
}
.bg_wht {
  background: #fff;
}
.block .inner {
  width: 1200px;
  margin: 40px auto;
}
@media screen and (max-width: 1250px) {
  .block .inner {
    width: auto;
    margin: 20px auto;
  }
}

.block .wrapper {
  width: 1000px;
  margin: 40px auto;
}
@media screen and (max-width: 1250px) {
  .block .wrapper {
    width: auto;
    margin: 20px auto;
  }
}

/* common head
------------------------------------------------------------------- */
.haed_cmn {
  margin-bottom: 70px;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  font-family: "M PLUS 1p", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
}
@media screen and (max-width: 560px) {
  .haed_cmn {
    margin-bottom: 60px;
  }
}

.haed_cmn span {
  line-height: 1.2;
  background: linear-gradient(transparent 70%, #f4f042 70%);
}
.haed_cmn b {
  padding: 3px;
  font-size: 13px;
  background: #f4f042;
  display: inline-block;
  white-space: nowrap;
}

/* wp-pagenavi
------------------------------------------------------------------- */
.wp-pagenavi {
  margin: 30px 0 30px;
  text-align: center;
}
.wp-pagenavi a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  border: 1px #000 solid;
  background: #fff;
}
.wp-pagenavi a,
.pages,
.current {
  margin: 0 5px;
  text-decoration: none;
  color: #034429;
  background: #fff;
  display: inline-block;
}
.wp-pagenavi a:hover,
.current {
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 5px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: 1px #000 solid;
  background: #000;
  transition: 0.3s ease-in-out;
}

/* 
-------------------------------------------------------------------

single

------------------------------------------------------------------- */

/* inner_flex */
.inner_flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .inner_flex {
    display: block;
  }
}
/* contents
------------------------------------------------------------------- */
.contents {
  width: 860px;
  margin-right: 40px;
  padding: 40px;
  border: 1px #e4e4e4 solid;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contents {
    width: auto;
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 20px;
  }
}
@media screen and (max-width: 414px) {
  .contents {
    padding: 20px;
  }
}
/* post_info */
.contents .post_info {
  margin-bottom: 20px;
  display: flex;
}
.contents .post_info dt a {
  margin-right: 10px;
  padding: 3px 5px;
  text-align: center;
  background: #f4f042;
  text-decoration: none;
}
.contents .post_info dt a:hover {
  color: #fff;
  background: #000;
  transition: all 0.4s;
}
.contents .post_info dd {
  color: #666;
  font-weight: normal;
}
/* title */
.contents .title {
  line-height: 1.4;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 25px;
  border-bottom: 1px #dbdbdb solid;
}
@media screen and (max-width: 414px) {
  .contents .title {
    font-size: 20px;
  }
}
.contents .overview_ttl {
  margin-bottom: 15px;
  font-size: 20px;
}

/* img_visual */
.img_visual {
  width: 100%;
  text-align: center;
}
.img_visual img {
  max-width: 100%;
}
/* txt */
.contents .txt {
  line-height: 2;
  word-break: break-all;
}
/* youtube */
.contents .youtube {
  width: 100%;
  margin-top: 15px;
  padding-top: 56.25%;
  position: relative;
}
.contents .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* table */
.contents .info_table {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  border-top: 1px #ccc solid;
  border-left: 1px #ccc solid;
}
.contents .info_table th {
  width: 130px;
  margin: 0;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  background: #e3e3e3;
}
.contents .info_table td {
  line-height: 1.5;
  margin: 0;
  padding: 10px;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  word-break: break-all;
}
@media screen and (max-width: 414px) {
  .contents .info_table th {
    width: auto;
    display: block;
  }
  .contents .info_table td {
    width: auto;
    display: block;
  }
}

/* btn_apply */
.btn_apply a {
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #42aacc;
  border-radius: 3px;
  border: 1px #42aacc solid;
  text-decoration: none;
  display: block;
}
.btn_apply a:hover {
  color: #42aacc;
  border: 1px #42aacc solid;
  background: #fff;
  transition: all 0.4s;
}

/* aside
------------------------------------------------------------------- */
aside {
  width: 300px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  aside {
    width: auto;
  }
}
/* expired */
.expired {
  margin-bottom: 20px;
  padding: 25px 0;
  color: #fff;
  font-size: 17px;
  text-align: center;
  background: #ff3333;
}
/* aside_wrap */
.aside_wrap {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
  border-bottom: 2px #d3d3d3 solid;
}
.aside_wrap .aside_ttl {
  margin-bottom: 10px;
  padding: 3px 5px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 100%;
  background: #000;
  display: inline-block;
}
.aside_wrap .date {
  font-size: 18px;
}
.aside_wrap .sub_ttl {
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  border-bottom: 1px #dbdbdb solid;
}

/* google map */
.aside_wrap .gmap {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  text-align: center;
  border-bottom: 1px #dbdbdb solid;
}
.aside_wrap .gmap iframe {
  width: 270px;
  height: 270px;
  display: block;
}
@media screen and (max-width: 768px) {
  .aside_wrap .gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border-bottom: none;
  }
  .aside_wrap .gmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 98%;
    height: 98%;
  }
}

/* sponsor_ttl */
.aside_wrap .sponsor_ttl {
  margin-bottom: 15px;
  padding: 10px 0;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #666;
}
.aside_wrap .tel a {
  text-decoration: none;
}
.aside_wrap .fa-phone-square {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
}
.aside_wrap .url {
  word-break: break-all;
}
.aside_wrap .fa-external-link-alt {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
}
/* sponsor_ttl */
.aside_wrap .sponsor_contact a {
  padding: 12px 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #000;
  border: 1px #000 solid;
  display: block;
}
.aside_wrap .sponsor_contact a:hover {
  color: #000;
  border: 1px #000 solid;
  background: #fff;
  transition: all 0.4s;
}
/* relation
------------------------------------------------------------------- */
.rel_ttl {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 414px) {
  .rel_ttl {
    font-size: 16px;
  }
}
.rel_ttl:before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
}
.rel_ttl span {
  padding: 0 20px;
  background: #f4f3f0;
  position: relative;
  z-index: 1;
}
/* 
-------------------------------------------------------------------

about

------------------------------------------------------------------- */
.howto_sub_ttl {
  line-height: 1.5;
  color: #ff6666;
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 414px) {
  .howto_sub_ttl {
    font-size: 24px;
  }
}
/* flow */
.about_flow {
  margin: 80px 0;
  display: grid;
  grid-template: repeat(1, 1fr) / repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .about_flow {
    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
    gap: 40px 30px;
  }
}
@media screen and (max-width: 414px) {
  .about_flow {
    grid-template: repeat(1, 1fr) / repeat(1, 1fr);
    gap: 40px 0px;
  }
}
.about_flow li {
  padding: 20px 30px 30px;
  text-align: center;
  border-radius: 10px;
  border: 3px #000 solid;
  background: #fff;
  flex: 1;
}
.about_flow_list dt {
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-bottom: -50px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50px;
  border: 3px #000 solid;
  background: #fff;
  display: inline-block;
  position: relative;
  top: -40px;
}
.about_flow_list dd:nth-child(2) {
  margin-bottom: 30px;
}
.about_flow_list dd {
  font-weight: bold;
  font-size: 15px;
}
/* 
-------------------------------------------------------------------

paid

------------------------------------------------------------------- */
.fee {
  width: 850px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 900px) {
  .fee {
    width: auto;
    padding: 50px 15px;
  }
}
.fee .fee_ttl {
  margin-bottom: 25px;
  text-align: center;
  font-size: 35px;
}
@media screen and (max-width: 414px) {
  .fee .fee_ttl {
    font-size: 20px;
  }
}
/* 谿九ｊ蜒・° */
.fee .fee_ttl .extra {
  margin-bottom: 15px;
  font-size: 25px;
  display: block;
}

.fee .fee_ttl2 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 414px) {
  .fee .fee_ttl2 {
    font-size: 16px;
  }
}
.fee .fee_ttl2 span img {
  height: 17px;
  margin-right: 5px;
}
@media screen and (max-width: 414px) {
  .fee .fee_ttl2 span img {
    height: 13px;
  }
}
/* fee_catch */
.fee_catch {
  margin-bottom: 100px;
  padding: 50px 0 150px;
  text-align: center;
  border-top: 2px #f4f3f0 solid;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fee_catch {
    margin-bottom: 150px;
    border-top: none;
  }
}
@media screen and (max-width: 375px) {
  .fee_catch {
    margin-bottom: 120px;
  }
}
.fee_catch .fee_title {
  margin-bottom: 50px;
  font-size: 30px;
}
@media screen and (max-width: 560px) {
  .fee_catch .fee_title {
    margin-bottom: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .fee_catch .fee_title {
    margin-bottom: 30px;
    font-size: 17px;
  }
}
.fee_catch .fee_title2 {
  font-size: 90px;
}
@media screen and (max-width: 560px) {
  .fee_catch .fee_title2 {
    font-size: 65px;
  }
}
.fee_catch .fee_title2 .span_wrap {
  position: relative;
}
.fee_catch .fee_title2 .span_wrap:before {
  width: 42px;
  height: 73px;
  content: "";
  background: url(../images/low/bg_fee_line_lt.svg) no-repeat left bottom;
  position: absolute;
  bottom: 5px;
  left: -65px;
}
@media screen and (max-width: 560px) {
  .fee_catch .fee_title2 .span_wrap:before {
    width: 31px;
    height: 55px;
    left: -45px;
  }
}
.fee_catch .fee_title2 .span_wrap:after {
  width: 42px;
  height: 73px;
  content: "";
  background: url(../images/low/bg_fee_line_rt.svg) no-repeat right bottom;
  position: absolute;
  bottom: 5px;
  right: -65px;
}
@media screen and (max-width: 560px) {
  .fee_catch .fee_title2 .span_wrap:after {
    width: 31px;
    height: 55px;
    right: -45px;
  }
}
.fee_catch .fee_title2 .sub {
  margin-bottom: 10px;
  font-size: 35px;
  display: block;
}
@media screen and (max-width: 560px) {
  .fee_catch .fee_title2 .sub {
    font-size: 26px;
  }
}
.fee_catch .fee_title2 .bl {
  color: #7fd4fa;
}
.fee_catch .img_price {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -150px;
}
.fee_catch .img_price img {
  width: 267px;
}
/* arw_apply_btm */
.arw_apply_btm {
  text-align: center;
}
.arw_apply_btm img {
  width: 34px;
}

/* fee_flow */
.fee .fee_flow {
  margin-bottom: 50px;
  padding: 50px;
  border-radius: 15px;
  background: #fff;
}
@media screen and (max-width: 414px) {
  .fee .fee_flow {
    padding: 30px;
  }
}
.fee .fee_flow_ttl {
  margin-bottom: 50px;
  text-align: center;
  font-size: 25px;
}
.fee .fee_flow_ttl2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: clamp(17px, 3vw, 25px);
}
/* step_block */
.fee_flow .step_block {
  margin-bottom: 60px;
  padding: 25px 50px;
  border-radius: 5px;
  border: 3px #eee solid;
  position: relative;
}
.fee_flow .step_block:last-of-type {
  margin-bottom: 0px;
}
@media screen and (max-width: 414px) {
  .fee_flow .step_block {
    margin-bottom: 50px;
    padding: 25px 25px;
  }
}
.step_block .step_ttl {
  position: absolute;
  top: -40px;
  left: -40px;
}
@media screen and (max-width: 414px) {
  .step_block .step_ttl {
    position: absolute;
    top: -25px;
    left: -25px;
  }
}
.step_block .step_ttl img {
  width: 84px;
}
@media screen and (max-width: 414px) {
  .step_block .step_ttl img {
    width: 65px;
  }
}
/* step_list */
.step_block .step_list {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 414px) {
  .step_block .step_list {
    display: block;
  }
}
.step_block .step_list li:first-child {
  width: 120px;
}
@media screen and (max-width: 414px) {
  .step_block .step_list li:first-child {
    width: auto;
    margin-bottom: 20px;
    text-align: center;
  }
}
.step_block .step_list li:first-child img {
  width: 60px;
}
.step_block .step_list li:last-child {
  flex: 1;
}
.step_block .step_col dt {
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 25px;
}
@media screen and (max-width: 414px) {
  .step_block .step_col dt {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.step_block .step_col dd {
  line-height: 1.5;
}
.step_block .flow_nxt {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 0;
}
@media screen and (max-width: 414px) {
  .step_block .flow_nxt {
    bottom: -38px;
  }
}
.step_block .flow_nxt img {
  width: 160px;
}
@media screen and (max-width: 414px) {
  .step_block .flow_nxt img {
    width: 120px;
  }
}
/* invoice */
.invoice_ttl {
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: clamp(17px, 3vw, 20px);
  position: relative;
}
.invoice_ttl:before {
  width: 15px;
  height: 15px;
  content: "";
  background: #f4f042;
  border-radius: 50%;
  border: 3px #000 solid;
  position: absolute;
  top: 0px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .invoice_ttl:before {
    top: 0px;
  }
}
@media screen and (max-width: 414px) {
  .invoice_ttl {
    padding-left: 25px;
  }
  .invoice_ttl:before {
    width: 13px;
    height: 13px;
    top: 1px;
    border: 2px #000 solid;
  }
}
/* invoice_block */
.fee_flow .invoice_block {
  margin-bottom: 30px;
  padding: 30px 50px;
  border-radius: 5px;
  border: 3px #eee solid;
  position: relative;
}
.fee_flow .invoice_block:last-of-type {
  margin-bottom: 0px;
}
@media screen and (max-width: 414px) {
  .fee_flow .invoice_block {
    margin-bottom: 30px;
    padding: 25px 25px;
  }
}
.invoice_info {
  line-height: 1.5;
  display: flex;
}
@media screen and (max-width: 414px) {
  .invoice_info {
    display: block;
  }
  .invoice_info dd {
    font-size: 15px;
  }
}
/* fee_term */
.fee .fee_term {
  margin-bottom: 50px;
  padding: 50px;
  border-radius: 15px;
  background: #f4f042;
}
@media screen and (max-width: 414px) {
  .fee .fee_term {
    padding: 30px;
  }
}
.fee .fee_term_ttl {
  margin-bottom: 50px;
  text-align: center;
  font-size: 25px;
}
/* fee_term_list */
.fee .fee_term_list {
  margin-bottom: 50px;
  padding: 35px;
  border-radius: 10px;
  background: #fff;
}
.fee .fee_term_list li {
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 0.8em;
  text-indent: -0.8em;
  font-size: 14px;
}
.fee .fee_term_list li:last-child {
  margin-bottom: 0px;
}
.fee .fee_term_list .fa-check {
  margin-right: 5px;
  color: #f4f042;
}

/* ad
---------------------------------------*/
.fee_ad {
  margin-bottom: 50px;
  padding: 30px 20px;
  text-align: center;
  border-radius: 15px;
  border: 5px #ffcf0d solid;
  background: #ffeb52;
}
.fee_ad_ttl {
  margin-bottom: 30px;
  font-size: clamp(30px, 3vw, 40px);
}
.fee_ad_ttl span {
  margin-bottom: 15px;
  font-size: clamp(13px, 2vw, 15px);
  display: block;
}
.fee_ad_ttl b {
  position: relative;
}
.fee_ad_ttl b::before {
  content: "";
  width: 2px;
  height: 80%;
  transform: rotate(-35deg);
  background: #000;
  position: absolute;
  bottom: 0;
  left: -12px;
}
.fee_ad_ttl b::after {
  content: "";
  width: 2px;
  height: 80%;
  transform: rotate(35deg);
  background: #000;
  position: absolute;
  bottom: 0;
  right: -10px;
}
.fee_ad_txt {
  line-height: 1.8;
  margin-bottom: 20px;
}
.fee_ad_btn a {
  width: 200px;
  margin: 0 auto;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  border: 1px #000 solid;
  background: #000;
  display: block;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.fee_ad_btn a:hover {
  color: #000;
  background: #ffeb52;
}

/* 
-------------------------------------------------------------------

faq

------------------------------------------------------------------- */

/* faq */
.faq {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  .faq {
    width: auto;
    padding: 0 15px;
  }
}
/* faq_block */
.faq .faq_block {
  margin-bottom: 50px;
  padding: 50px;
  border-radius: 15px;
  background: #fff;
}
@media screen and (max-width: 414px) {
  .faq .faq_block {
    padding: 30px 10px;
  }
}
.faq .faq_ttl {
  margin-bottom: 50px;
  text-align: center;
  font-size: 25px;
}
@media screen and (max-width: 414px) {
  .faq .faq_ttl {
    margin-bottom: 30px;
  }
}
/* faq_list */
.faq .faq_list {
  margin-bottom: 20px;
  padding: 5px 15px;
  border-radius: 5px;
  border: 2px #f4f042 solid;
  background: #fff;
}
.faq .faq_list:last-of-type {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .faq .faq_list {
    margin: 0 10px 20px;
  }
}
.faq .faq_list li:first-child {
  padding: 10px 25px 10px 0;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  background: url(../images/low/img_plus.svg) no-repeat right center;
  background-size: 15px auto;
  transition: all 0.3s;
}
/*ie10 hack*/
_:-ms-lang(x),
.faq .faq_list li:first-child {
  background-size: 15px 15px;
}
.faq .faq_list li.up:first-child {
  background: url(../images/low/img_minus.svg) no-repeat right center;
  background-size: 15px auto;
  transition: all 0.3s;
}
_:-ms-lang(x),
.faq .faq_list li.up:first-child {
  background-size: 15px 15px;
}
.faq .faq_list li:last-child {
  padding: 10px 0;
  display: none;
}
/* faq_unit */
.faq .faq_unit {
  align-items: center;
  display: flex;
}
.faq .faq_unit dt {
  width: 30px;
  margin-right: 15px;
}
.faq .faq_unit dd {
  line-height: 1.5;
  flex: 1;
}
.faq .faq_unit dd span.block {
  display: block;
}

/* 
-------------------------------------------------------------------

terms/privacypolicy/company

------------------------------------------------------------------- */
.terms,
.privacypolicy,
.company {
  width: 1200px;
  margin: 50px auto;
  font-weight: normal;
  font-family: "繝｡繧､繝ｪ繧ｪ", Meiryo, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "貂ｸ繧ｴ繧ｷ繝・け", "Yu Gothic", YuGothic, Osaka, "・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け", "MS PGothic", sans-serif;
}
@media screen and (max-width: 1250px) {
  .terms,
  .privacypolicy,
  .company {
    width: auto;
  }
}
.terms_list {
  margin: 0 0 30px 0;
  padding: 0;
}
.terms_list dt {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.terms_list dd {
  line-height: 2;
}
.terms_list dd.indent {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
/* company_list */
.company_list {
  width: 600px;
  line-height: 1.5;
  margin: 0 auto;
  align-items: center;
  display: flex;
  border-bottom: 1px #ccc solid;
}
@media screen and (max-width: 650px) {
  .company_list {
    width: auto;
  }
}
.company_list dt {
  width: 25%;
  margin-right: 15px;
  padding: 25px 0;
  font-weight: bold;
}
.company_list dd {
  padding: 25px 0;
  flex: 1;
}

/* 
-------------------------------------------------------------------

form

------------------------------------------------------------------- */
.form {
  width: 1200px;
  margin: 50px auto;
}
@media screen and (max-width: 1250px) {
  .form {
    width: auto;
  }
}
@media screen and (max-width: 414px) {
  .form {
    margin: 30px auto;
  }
}
/* form_table */
.form .form_table {
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
  border-top: 1px #c7c7c7 solid;
  border-left: 1px #c7c7c7 solid;
  background: #fff;
}
.form .form_table th {
  width: 220px;
  padding: 15px;
  vertical-align: middle;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  background: #e3e3e3;
}
@media only screen and (max-width: 414px) {
  .form .form_table th {
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
}
.form .form_table td {
  padding: 15px;
  vertical-align: middle;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
@media only screen and (max-width: 414px) {
  .form .form_table td {
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
}

.form .form_table td input[type="text"] {
  width: 70%;
  height: 40px;
  margin: 0 5px;
  padding: 0 10px;
  color: #333;
  border: 1px #ccc solid;
  box-sizing: border-box;
}
@media only screen and (max-width: 414px) {
  .form .form_table td input[type="text"] {
    width: 100%;
    margin: 0;
  }
}
.form .form_table td.middle input[type="text"] {
  width: 15%;
  height: 40px;
  margin: 0 5px;
  padding: 0 10px;
  color: #333;
  border: 1px #ccc solid;
  box-sizing: border-box;
}
@media only screen and (max-width: 414px) {
  .form .form_table td.middle input[type="text"] {
    width: 25%;
  }
}
.form .form_table td.small input[type="text"] {
  width: 10%;
  height: 40px;
  margin: 0 5px;
  padding: 0 10px;
  color: #333;
  border: 1px #ccc solid;
  box-sizing: border-box;
}
@media only screen and (max-width: 414px) {
  .form .form_table td.small input[type="text"] {
    width: 20%;
  }
}
.form .form_table td input[type="radio"] {
  margin: 0 5px;
}
.form select {
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  padding: 0 5px;
  border: 1px #ccc solid;
}
@media only screen and (max-width: 768px) {
  .form select {
    font-size: 16px;
  }
}
@media only screen and (max-width: 414px) {
  .form select {
    margin: 0 0px;
    appearance: none;
    padding: 0px 20px 0px 5px;
    background: url(../images/low/arw_down.svg) no-repeat right 5px center;
    background-size: 10px auto;
  }
}
.form .form_table td textarea {
  width: 100%;
  height: 150px;
  line-height: 1.5;
  margin: 0;
  padding: 10px;
  border: 1px #ccc solid;
  box-sizing: border-box;
}
.form .agree {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}
.form .agree input[type="checkbox"] {
  width: 15px;
  height: 15px;
}
/* replace checkbox */
.agree .mwform-checkbox-field {
  width: auto;
  display: inline;
  margin-bottom: 0px;
}
.agree .mwform-checkbox-field-text {
  display: inline;
  cursor: pointer;
}
.agree .mwform-checkbox-field-text:hover {
  background-color: transparent;
  color: #000;
  border: none !important;
}
.agree input[type="checkbox"] {
  cursor: pointer;
}

/* send */
.btn_send {
  justify-content: center;
  display: flex;
}
.btn_send li {
  margin: 0 10px;
}
.btn_send li:first-child input[type="submit"] {
  width: 150px;
  padding: 20px 0;
  color: #666;
  letter-spacing: 0.1em;
  border-radius: 3px;
  border: 1px #d7d7d7 solid;
  background: #d7d7d7;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
}
@media screen and (max-width: 414px) {
  .btn_send li:first-child input[type="submit"] {
    width: 80px;
  }
}
.btn_send li:first-child input[type="submit"]:hover {
  color: #666;
  border: 1px #d7d7d7 solid;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s;
}

.btn_send li:last-child input[type="submit"] {
  width: 280px;
  padding: 20px 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: #42aacc;
  border-radius: 3px;
  border: 1px #42aacc solid;
  cursor: pointer;
  -webkit-appearance: none;
}
@media screen and (max-width: 414px) {
  .btn_send li:last-child input[type="submit"] {
    width: 240px;
  }
}
.btn_send li:last-child input[type="submit"]:hover {
  color: #42aacc;
  border: 1px #42aacc solid;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s;
}

/* submit */
.form input[type="submit"] {
  width: 280px;
  padding: 20px 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: #42aacc;
  border-radius: 3px;
  border: 1px #42aacc solid;
  cursor: pointer;
  -webkit-appearance: none;
}
.form input[type="submit"]:hover {
  color: #42aacc;
  background: #fff;
  border: 1px #42aacc solid;
  transition: all 0.4s;
}
.form span.note {
  margin: 10px 5px 0;
  display: block;
}
@media screen and (max-width: 414px) {
  .form span.note {
    font-size: 12px;
  }
}

/* thanks_txt
------------------------------------------------------------------- */
.form .thanks_txt {
  text-align: center;
}
@media only screen and (max-width: 414px) {
  .form .thanks_txt {
    text-align: left;
  }
}
/* complete
-----------------------------------------*/

.form .comp {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 20px 0;
  border-top: 1px #dbdbdb solid;
  border-bottom: 1px #dbdbdb solid;
}

.form .comp dt {
  line-height: 1.5;
  margin: 0 0 10px 0;
  font-weight: bold;
}

/* apply sponcer
------------------------------------------------------------------- */

.form .apply_ttl {
  margin-bottom: 15px;
  padding: 13px 13px 13px 30px;
  color: #fff;
  font-size: 16px;
  background: #444;
  position: relative;
}
@media only screen and (max-width: 414px) {
  .form .apply_ttl {
    font-size: 15px;
  }
}
.form .apply_ttl:before {
  width: 6px;
  height: 28px;
  content: "";
  background: #f4f042;
  position: absolute;
  top: 0;
  left: 12px;
}

/* 
-------------------------------------------------------------------

blog

------------------------------------------------------------------- */
.block .blog_inner {
  width: 1200px;
  margin: 50px auto;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 1250px) {
  .block .blog_inner {
    width: auto;
  }
}
@media screen and (max-width: 414px) {
  .block .blog_inner {
    margin: 30px auto;
  }
}
/* top
-----------------------------------------*/
.blog_wrapper {
  padding: 45px 0 80px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 414px) {
  .blog_wrapper {
    padding: 45px 0 60px;
  }
}
.blog_wrapper:before {
  width: 48%;
  height: 280px;
  content: "";
  background: #ffd446;
  position: absolute;
  top: 0;
  left: 0;
}
.blog_block_ttl {
  width: 1000px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1050px) {
  .blog_block_ttl {
    width: auto;
    margin: 0 15px 50px;
  }
}
@media screen and (max-width: 414px) {
  .blog_block_ttl {
    width: auto;
    margin: 0 15px 30px;
  }
}
.blog_block_ttl > h2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .blog_block_ttl > h2 img {
    width: 300px;
  }
}
@media screen and (max-width: 414px) {
  .blog_block_ttl > h2 img {
    width: 250px;
  }
}
.blog_block_ttl > p {
  font-size: 12px;
}
/* archive
-----------------------------------------*/
.blog_ttl {
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .blog_ttl {
    padding-top: 20px;
  }
}
.blog_ttl img {
  width: 300px;
}
.blog_lead {
  margin-bottom: 70px;
  color: #999;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .blog_lead {
    margin-bottom: 50px;
  }
}
/* blog_archive */
.blog_archive {
  flex-wrap: wrap;
  display: flex;
}
.blog_archive li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
}
.blog_archive li a {
  text-decoration: none;
  display: block;
}
.blog_archive li:nth-child(3n) {
  margin-right: 0%;
}
@media screen and (max-width: 768px) {
  .blog_archive li {
    width: 48.25%;
  }
  .blog_archive li:nth-child(even) {
    margin-right: 0%;
  }
  .blog_archive li:nth-child(3),
  .blog_archive li:nth-child(9) {
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 414px) {
  .blog_archive li {
    width: 100%;
    margin-right: 0%;
  }
  .blog_archive li:nth-child(3),
  .blog_archive li:nth-child(9) {
    margin-right: 0%;
  }
}
.blog_list dt {
  margin-bottom: 10px;
}
.blog_list dt a {
  transition: 0.3s ease-in-out;
}
.blog_list dt a:hover {
  opacity: 0.5;
}
.blog_list dt img {
  width: 100%;
}
.blog_list dd.date {
  color: #666;
  margin-bottom: 5px;
  font-size: 12px;
}
.blog_list dd.ttl {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  word-break: break-all;
}
.blog_list dd.ttl a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.blog_list dd.ttl a:hover {
  opacity: 0.5;
}

/* single
-----------------------------------------*/
.blog_contents_wrap {
  width: 860px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .blog_contents_wrap {
    width: auto;
    margin-right: 0px;
  }
}
.blog_contents {
  padding: 40px;
  border: 1px #e4e4e4 solid;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .blog_contents {
    width: auto;
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 20px;
  }
}
@media screen and (max-width: 414px) {
  .blog_contents {
    padding: 20px;
  }
}

/* single */
.lesson_date {
  margin-bottom: 5px;
  color: #666;
  font-size: 13px;
  font-weight: normal;
}
@media screen and (max-width: 414px) {
  .lesson_date {
    margin-bottom: 15px;
  }
}
.lesson_date span {
  margin-right: 10px;
  padding: 3px 5px;
  color: #ffd446;
  letter-spacing: 0.03em;
  font-weight: bold;
  background: #000;
  vertical-align: middle;
  display: inline-block;
}
.blog_title {
  line-height: 1.4;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 25px;
  border-bottom: 6px #f4f042 solid;
}
@media screen and (max-width: 414px) {
  .blog_title {
    font-size: 20px;
  }
}
.blog_title2 {
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 10px 20px;
  font-size: 20px;
  background: #fff4bb;
}
@media screen and (max-width: 414px) {
  .blog_title2 {
    font-size: 15px;
  }
}
.blog_title3 {
  line-height: 1.4;
  margin-bottom: 15px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 15px;
}
.blog_title3:first-letter {
  margin-right: 5px;
  color: #ffd446;
}
/* lead_block */
.lead_block {
  margin-bottom: 40px;
  padding: 60px 40px;
  border-radius: 10px;
  background: #f5f5f5;
  position: relative;
}
@media screen and (max-width: 414px) {
  .lead_block {
    padding: 50px 20px;
  }
}
.lead_block:before {
  content: "";
  width: 70px;
  height: 50px;
  background: url(../images/low/quote-left-solid-full.svg) no-repeat left top;
  background-size: 30px auto;
  position: absolute;
  top: 20px;
  left: 20px;
}
.lead_block:after {
  content: "";
  width: 70px;
  height: 50px;
  background: url(../images/low/quote-left-solid-full.svg) no-repeat left top;
  background-size: 30px auto;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transform: rotate(180deg);
}

@media screen and (max-width: 414px) {
  .lead_block:before {
    background-size: 20px auto;
  }
  .lead_block:after {
    background-size: 20px auto;
  }
}
.lead_block > p {
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 14px;
  word-break: break-all;
}
.lead_block > p:last-of-type {
  margin-bottom: 0px;
}

/* text */

.text strong {
  color: #ff6666;
}
.text {
  line-height: 1.8;
  color: #333;
  font-size: 14px;
  word-break: break-all;
}
.blog_note {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 10px;
  background: #ffeed5;
}

/* img */
.img_blog {
  text-align: center;
}
.img_blog img {
  max-width: 100%;
  vertical-align: bottom;
}
.img_blog_row {
  margin-bottom: 30px;
  display: flex;
}
@media screen and (max-width: 414px) {
  .img_blog_row {
    display: block;
  }
}
.img_blog_row li {
  width: 100%;
  margin-right: 15px;
}
@media screen and (max-width: 414px) {
  .img_blog_row li {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
.img_blog_row li:last-child {
  margin-right: 0px;
}
/* img_row */
.img_row {
  align-items: center;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 414px) {
  .img_row {
    display: block;
  }
}
.img_row li {
  margin-right: 15px;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .img_row li {
    margin-bottom: 15px;
    margin-right: 0px;
  }
}
.img_row li img {
  max-width: 100%;
  vertical-align: bottom;
}
.img_row li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 414px) {
  .img_row li:last-child {
    margin-bottom: 0px;
  }
}

/* movie */
.blog_youtube {
  width: 100%;
  margin-top: 15px;
  padding-top: 56.25%;
  position: relative;
}
.blog_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* indent */
.indent li {
  line-height: 1.5;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.indent li strong {
  color: #ff6666;
}
/* icon_indent */
.icon_indent li {
  line-height: 1.5;
  margin-left: 0.8em;
  padding-left: 0.8em;
  text-indent: -0.8em;
}

/* table */
.blog_table {
  width: 100%;
  text-align: left;
  border-top: 1px #c7c7c7 solid;
  border-left: 1px #c7c7c7 solid;
  background: #fff;
}
.blog_table th {
  line-height: 1.5;
  padding: 12px;
  vertical-align: middle;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  background: #e3e3e3;
}
.blog_table td {
  line-height: 1.5;
  padding: 12px;
  vertical-align: middle;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}

/* google map */
.blog_contents .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 46.25%;
  position: relative;
}
@media screen and (max-width: 560px) {
  .blog_contents .gmap {
    padding-bottom: 66.25%;
  }
}
.blog_contents .gmap iframe,
.blog_contents .gmap object,
.blog_contents .gmap embed {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* btn_blog */
.btn_blog {
  margin: 25px 0;
  font-size: 17px;
  text-align: center;
  background: #000;
  position: relative;
}
.btn_blog a {
  padding: 20px 0;
  color: #fff;
  text-decoration: none;
  border: 1px #000 solid;
  display: block;
  position: relative;
}
.btn_blog a:hover {
  color: #000;
}
@media screen and (max-width: 768px) {
  .btn_blog a:hover {
    color: #fff;
  }
}
.btn_blog::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: "";
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .btn_blog::before {
    display: none;
  }
}
.btn_blog:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .btn_blog:hover::before {
    display: none;
  }
}
/* page_feed */
.page_feed {
  margin-bottom: 50px;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 414px) {
  .page_feed {
    border-top: none;
    border-bottom: none;
    display: block;
  }
}
.page_feed li {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 414px) {
  .page_feed li {
    width: auto;
  }
}
.page_feed li .fa-chevron-left,
.page_feed li .fa-chevron-right {
  font-size: 30px;
  color: #ddd;
}
.page_feed li a {
  width: 100%;
  line-height: 1.5;
  padding: 20px 10px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  transition: 0.3s ease-in-out;
}
.page_feed li a:hover {
  opacity: 0.5;
}
.page_feed li:first-child {
  border-right: 1px #ddd solid;
}
@media screen and (max-width: 414px) {
  .page_feed li:first-child {
    border-right: none;
    border-bottom: 1px #ddd solid;
  }
}
/* sponcer
-----------------------------------------*/
.blog_sponcer {
  margin: 50px 0;
}
@media screen and (max-width: 414px) {
  .blog_sponcer {
    margin: 30px 0;
  }
}
.blog_sp_ttl {
  margin-bottom: 20px;
  text-align: right;
  font-size: 11px;
  font-weight: normal;
}
.blog_sp_block li {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .blog_sp_block li {
    margin-bottom: 20px;
  }
}
.blog_sp_block li img {
  width: 100%;
}

/* aside
-----------------------------------------*/
/* rank_tab */
.rank_tab {
  display: flex;
}
.rank_tab li {
  width: 100%;
  padding: 15px 10px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #000;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .rank_tab li {
    padding: 15px 15px;
  }
}
.rank_tab li:hover {
  color: #000;
  background: #fff;
}
.rank_tab li.on {
  color: #000;
  background: #fff;
}
.disnon {
  display: none;
}
/* rank */
.rank_block {
  margin-bottom: 35px;
  padding: 20px;
  background: #fff;
}
/* aside_archive */
.aside_archive {
  flex-wrap: wrap;
  display: flex;
  counter-reset: rank_number 0;
}
.aside_archive li {
  width: 100%;
  margin-bottom: 20px;
}
.aside_archive li.ranking {
  position: relative;
}
.aside_archive li.ranking:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  counter-increment: rank_number;
  content: counter(rank_number);
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  background: rgba(36, 158, 166, 1);
  color: #fff;
  font-size: 13px;
  text-align: center;
  border-radius: 50%;
}

.aside_archive li:last-child {
  margin-bottom: 0px;
}
.aside_archive li a {
  text-decoration: none;
  display: block;
}
.aside_list dt {
  margin-bottom: 10px;
}
.aside_list dt img {
  width: 100%;
}
.aside_list dd.date {
  color: #666;
  margin-bottom: 5px;
  font-size: 12px;
}
.aside_list dd.ttl {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  word-break: break-all;
}
/* rel */
.rel_blog_ttl {
  margin-bottom: 20px;
  padding: 15px 10px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #000;
}

/* 
-------------------------------------------------------------------

ad

------------------------------------------------------------------- */
/* lead */
.ad_lead {
  padding: 40px 30px;
  border-radius: 15px;
  background: #fff;
}
.ad_lead > h3 {
  margin-bottom: 40px;
  text-align: center;
  font-size: clamp(17px, 3vw, 25px);
}
@media screen and (max-width: 560px) {
  .ad_lead > h3 {
    margin-bottom: 30px;
  }
}
.ad_lead > h3 span {
  position: relative;
}
.ad_lead > h3 span::before {
  content: "";
  width: 2px;
  height: 80%;
  transform: rotate(-35deg);
  background: #000;
  position: absolute;
  bottom: 0;
  left: -20px;
}
.ad_lead > h3 span::after {
  content: "";
  width: 2px;
  height: 80%;
  transform: rotate(35deg);
  background: #000;
  position: absolute;
  bottom: 0;
  right: -20px;
}
@media screen and (max-width: 560px) {
  .ad_lead > h3 span::before {
    left: -15px;
  }
  .ad_lead > h3 span::after {
    right: -15px;
  }
}
.ad_lead p {
  line-height: 1.8;
}
/* data */
.g_data {
  margin-bottom: 5px;
  padding: 10px 0;
  border-bottom: 1px #000 solid;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
/* plan */
.ad_plan_block {
  margin-bottom: 50px;
  padding: 40px;
  border-radius: 15px;
  background: #fff;
}
@media screen and (max-width: 560px) {
  .ad_plan_block {
    padding: 30px;
  }
}
.ad_plan_ttl {
  margin-bottom: 30px;
  padding-left: 10px;
  font-size: clamp(20px, 3vw, 25px);
  border-left: 5px #ffd54d solid;
}
.ad_plan_txt {
  margin-bottom: 20px;
  font-size: clamp(15px, 1.5vw, 18px);
}
.ad_plan_note {
  margin-bottom: 50px;
  padding: 20px;
  border-radius: 5px;
  border: 2px #e1e3e6 solid;
}
.ad_plan_note li {
  line-height: 1.8;
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
.ad_plan_note li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 414px) {
  .ad_plan_note li {
    text-indent: -1.1em;
    padding-left: 1.1em;
  }
}
.ad_plan_note li:before {
  content: "・";
}
.ad_contact_note {
  line-height: 1.5;
  text-align: center;
  font-size: clamp(15px, 3vw, 20px);
}

/* ad_important */
.ad_important {
  margin-bottom: 50px;
  padding: 40px;
  border-radius: 5px;
  background: #eeeaea;
}
@media screen and (max-width: 560px) {
  .ad_important {
    padding: 30px;
  }
}
.ad_important_list {
  margin-bottom: 30px;
}
.ad_important_list li {
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: normal;
}
.ad_important_list li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 414px) {
  .ad_important_list li {
    text-indent: -1.1em;
    padding-left: 1.1em;
  }
}
.ad_important_list li:before {
  content: "※";
}
/* ad_cancel */
.ad_cancel_list li {
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: normal;
}
.ad_cancel_list li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 414px) {
  .ad_cancel_list li {
    text-indent: -1.1em;
    padding-left: 1.1em;
  }
}
.ad_cancel_list li:before {
  content: "・";
}

/* check */
.mwform-checkbox-field {
  width: 200px;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 414px) {
  .mwform-checkbox-field {
    width: auto;
  }
}
.mw_wp_form .horizontal-item + .vertical-item {
  margin-left: 0 !important;
}

.mwform-checkbox-field input {
  margin-right: 0px !important;
}

.mwform-checkbox-field-text {
  display: block;
}

.vertical-item .mwform-checkbox-field-text {
  width: 200px !important;
  border: 2px solid #e1e3e6 !important;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  margin: 0;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
}

@media screen and (max-width: 414px) {
  .vertical-item .mwform-checkbox-field-text {
    width: 100% !important;
    padding: 13px 10px;
  }
}

.vertical-item {
  position: relative;
}

.vertical-item input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.vertical-item .mwform-checkbox-field-text {
  position: relative;
  z-index: 1;
  display: block;
  width: 200px;
  border: 2px solid #e1e3e6;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
}

.vertical-item input[type="checkbox"]:checked + .mwform-checkbox-field-text {
  background-color: #e8cf68;
  color: #000;
  border: 2px solid #e8cf68 !important;
}
.mwform-checkbox-field-text:hover {
  background-color: #e8cf68;
  color: #000;
  border: 2px solid #e8cf68 !important;
}

/* 
-------------------------------------------------------------------

chatbot Dify

------------------------------------------------------------------- */
.chatbot_inner {
  width: 1200px;
  margin: 40px auto;
  padding: 40px 10px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  /* border: 4px #333 solid; */
}
@media screen and (max-width: 1250px) {
  .chatbot_inner {
    width: auto;
    margin: 20px 15px;
  }
}
@media screen and (max-width: 560px) {
  .chatbot_inner {
    padding: 26px 10px;
  }
}
/* cta
-----------------------------------------*/
.chatbot_head {
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
}
@media (max-width: 560px) {
  .chatbot_head {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
/* cta btn
------------------*/
.open-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f3e92f;
  color: #333;
  border: none;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow:
    0 0 0 0 #eee207,
    0 8px 24px rgba(238, 226, 7, 0.3);
  position: relative;
  overflow: hidden;
}

.open-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.25s;
}

.open-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 6px #eee207,
    0 16px 32px rgba(238, 226, 7, 0.4);
}

.open-btn:hover::after {
  opacity: 1;
}
.open-btn:active {
  transform: translateY(0);
}

.open-btn img {
  width: 20px;
  flex-shrink: 0;
  color: #333;
}

/* button
-----------------------------------------*/
#chat-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #f3e92f;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 14px 14px;
  font-size: 15px;
  font-family: sans-serif;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(108, 99, 255, 0.4);
  z-index: 999;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #chat-btn {
    padding: 12px 12px;
    bottom: 10px;
    right: 5px;
  }
}
#chat-btn:hover {
  transform: scale(1.2, 1.2);
}
#chat-btn img {
  width: 25px;
}
@media (max-width: 768px) {
  #chat-btn img {
    width: 25px;
  }
}

/* オーバーレイ
-----------------------------------------*/
#modal-overlay {
  display: flex;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}

/* モーダル
-----------------------------------------*/
#modal {
  background: #fff;
  border-radius: 12px;
  width: 420px;
  height: 600px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(16px) scale(0.97);
  transition: transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1);
}

#modal-overlay.open #modal {
  transform: translateY(0) scale(1);
}

/* スマホ：全画面表示
-----------------------------------------*/

@media (max-width: 480px) {
  #modal-overlay {
    align-items: flex-end;
  }
  #modal {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

/* モーダルヘッダー
-----------------------------------------*/
#modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  z-index: 99999;
}
#modal-header span {
  align-items: center;
  display: flex;
}
#modal-header span img {
  margin-right: 10px;
  height: 25px;
}

#close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #888;
  line-height: 1;
}

/* ── iframe ── */
#dify-frame {
  flex: 1;
  border: none;
  width: 100%;
}
