@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url(https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Regular.woff) format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), local("NotoSansCJKjp-Medium"), local("NotoSansJP-Medium"), url(https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.woff) format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url(https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Bold.woff) format("woff");
}
.thiscontents .tablet {
  display: none;
}
.thiscontents .sp {
  display: none;
}
.thiscontents .sp_tablet {
  display: none;
}
.thiscontents .hide {
  display: none;
}

@media screen and (max-width: 959px) {
  .thiscontents .pc {
    display: none;
  }
  .thiscontents .pc_tablet,
  .thiscontents .sp_tablet,
  .thiscontents .tablet {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .thiscontents .sp {
    display: block;
  }
  .thiscontents .pc_tablet,
  .thiscontents .tablet {
    display: none;
  }
}
.thiscontents .display-pc {
  display: block !important;
}
.thiscontents .display-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .thiscontents .display-pc {
    display: none !important;
  }
  .thiscontents .display-sp {
    display: block !important;
  }
}

.thiscontents img {
  max-width: 100%;
  vertical-align: top;
}
.thiscontents .fit,
.thiscontents .fit img {
  width: 100%;
  height: auto;
}
.thiscontents .max,
.thiscontents .max img {
  max-width: 100%;
  max-height: auto;
}

.thiscontents .cf {
  *zoom: 1;
}
.thiscontents .cf:after {
  content: "";
  display: table;
  clear: both;
}
.thiscontents .clear {
  clear: both;
}

.thiscontents a:link {
  color: #225383;
}
.thiscontents a:visited {
  color: #222;
}
.thiscontents a:hover {
  color: #225383;
}
.thiscontents a:active {
  color: #225383;
}
.thiscontents a {
  text-decoration: underline;
}
.thiscontents a:hover {
  text-decoration: none;
}
.thiscontents .linkblock {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.01;
  background: rgba(255, 255, 255, 0.01);
}

.thiscontents .br_to_space::after {
  white-space: pre;
  content: " ";
}
@media screen and (max-width: 767px) {
  .thiscontents .br_to_space::after {
    content: "\a";
  }
}

.thiscontents .transition, .thiscontents .btn_common, .thiscontents .catv-area-search__list li, .thiscontents .hover {
  transition: 0.25s;
}

.thiscontents {
  color: #222;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.thiscontents .color_jcom {
  color: #e83416;
}
.thiscontents .color_tv {
  color: #e40177;
}
.thiscontents .color_net {
  color: #0081cf;
}
.thiscontents .color_mobile {
  color: #29a5a9;
}
.thiscontents .color_new {
  color: #fe9b00;
}
.thiscontents .color_add {
  color: #71bb00;
}
.thiscontents .color_au {
  color: #ec5506;
}
.thiscontents .color_notes {
  color: #777;
}
.thiscontents .tar,
.thiscontents .text_right {
  text-align: right;
}
.thiscontents .text_center {
  text-align: center;
}
.thiscontents .strong,
.thiscontents .text_bold {
  font-weight: bold;
}
.thiscontents .text_up {
  font-size: 125%;
}
.thiscontents .text_down {
  font-size: 75%;
}
.thiscontents .em,
.thiscontents .text_em {
  color: #e83416;
}
.thiscontents .sup {
  position: relative;
  vertical-align: top;
  font-size: 9px;
  font-weight: normal;
}
.thiscontents .sup.asterisk {
  letter-spacing: -0.8px;
  display: inline-block;
  padding-right: 2px;
}
.thiscontents .indent_1 {
  padding-left: 1em;
  text-indent: -1em;
}
.thiscontents .indent_1_5 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.thiscontents .indent_2 {
  padding-left: 2em;
  text-indent: -2em;
}

.thiscontents .vam {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .thiscontents .br_pc {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .thiscontents .br_sp {
    display: none;
  }
}

.thiscontents .mt0 {
  margin-top: 0;
}
.thiscontents .mb0 {
  margin-bottom: 0;
}
.thiscontents .mt5 {
  margin-top: 5px;
}
.thiscontents .mb5 {
  margin-bottom: 5px;
}
.thiscontents .mt10 {
  margin-top: 10px;
}
.thiscontents .mb10 {
  margin-bottom: 10px;
}
.thiscontents .mt15 {
  margin-top: 15px;
}
.thiscontents .mb15 {
  margin-bottom: 15px;
}
.thiscontents .mt20 {
  margin-top: 20px;
}
.thiscontents .mb20 {
  margin-bottom: 20px;
}
.thiscontents .mt25 {
  margin-top: 25px;
}
.thiscontents .mb25 {
  margin-bottom: 25px;
}
.thiscontents .mt30 {
  margin-top: 30px;
}
.thiscontents .mb30 {
  margin-bottom: 30px;
}
.thiscontents .mt35 {
  margin-top: 35px;
}
.thiscontents .mb35 {
  margin-bottom: 35px;
}
.thiscontents .mt40 {
  margin-top: 40px;
}
.thiscontents .mb40 {
  margin-bottom: 40px;
}
.thiscontents .mt45 {
  margin-top: 45px;
}
.thiscontents .mb45 {
  margin-bottom: 45px;
}
.thiscontents .mt50 {
  margin-top: 50px;
}
.thiscontents .mb50 {
  margin-bottom: 50px;
}

@media screen and (orientation: landscape) {
  .thiscontents .portrait {
    display: none;
  }
}
@media screen and (orientation: portrait) {
  .thiscontents .landscape {
    display: none;
  }
}

.thiscontents .hover:hover {
  opacity: 0.65;
}

.thiscontents .btn_common, .thiscontents .catv-area-search__list li {
  position: relative;
  display: block;
  width: 100%;
  font-family: YakuHanJPs, "NotoSansJP", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
}
.thiscontents .btn_basic, .thiscontents .catv-area-search__list li {
  border: solid #ccc 1px;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
}
.desktop .thiscontents .btn_basic:hover, .desktop .thiscontents .catv-area-search__list li:hover {
  opacity: 0.7;
}
.desktop .thiscontents .btn_basic:hover .add_arrow:before, .desktop .thiscontents .catv-area-search__list li:hover .add_arrow:before {
  right: -5px;
}
.thiscontents .btn_basic[data-type=flat], .thiscontents .catv-area-search__list li[data-type=flat] {
  background: none;
}
.thiscontents .btn_basic[data-color=moving], .thiscontents .catv-area-search__list li[data-color=moving] {
  color: #5ea700;
  border-color: #5ea700;
}
.desktop .thiscontents .btn_basic[data-color=moving]:hover, .desktop .thiscontents .catv-area-search__list li[data-color=moving]:hover {
  color: #5ea700;
}
.thiscontents .btn_basic[data-color=moving] .add_arrow:before, .thiscontents .catv-area-search__list li[data-color=moving] .add_arrow:before {
  border-color: #5ea700;
}
.thiscontents .btn_new {
  color: #fff;
  border: solid #e83416 1px;
  background: -moz-linear-gradient(top, #ee6749 0%, #e8350d 100%);
  background: -webkit-linear-gradient(top, #ee6749 0%, #e8350d 100%);
  background: linear-gradient(to bottom, #ee6749 0%, #e8350d 100%);
}
.desktop .thiscontents .btn_new:hover {
  opacity: 0.7;
}
.desktop .thiscontents .btn_new:hover .arr:before,
.desktop .thiscontents .btn_new:hover .add_arrow:before {
  right: -5px;
}
.thiscontents .btn_new > .add_arrow::before {
  border-color: #fff;
}
.thiscontents .btn_moving {
  color: #fff;
  background: -moz-linear-gradient(top, #72c30b 0%, #5ea700 100%);
  background: -webkit-linear-gradient(top, #72c30b 0%, #5ea700 100%);
  background: linear-gradient(to bottom, #72c30b 0%, #5ea700 100%);
}
.desktop .thiscontents .btn_moving:hover {
  opacity: 0.7;
}
.desktop .thiscontents .btn_moving:hover .arr:before,
.desktop .thiscontents .btn_moving:hover .add_arrow:before {
  right: -5px;
}
.thiscontents .btn_moving > .add_arrow::before {
  border-color: #fff;
}
.thiscontents .add_arrow {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
.thiscontents .add_arrow::before {
  transition: 0.25s;
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  transform: rotate(45deg);
  right: 0;
  top: 47.5%;
  margin-top: -3.5px;
}
.thiscontents .add_blank {
  position: relative;
}
.thiscontents .add_blank::after {
  margin-left: 10px;
  content: "\e94f";
  font-family: "icomoon";
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  vertical-align: -2.5px;
}

/*　幅　*/
/*-------------------------------------------------------------
	font 
-------------------------------------------------------------*/
.thiscontents p {
  font-size: 16px;
  /* タブレット以下 */
  /* for tablet max-width: $width_content */
  /* SP向けレイアウトの指定：～$width_sp */
}
@media screen and (max-width: 1070px) {
  .thiscontents p {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .thiscontents p {
    font-size: 3.6vw;
  }
}

/*-------------------------------------------------------------
	.headline_diagonal　左右に斜線
-------------------------------------------------------------*/
.headline_diagonal {
  text-align: center;
}

.headline_diagonal .title {
  text-align: center;
  font-size: 30px;
  position: relative;
  width: 22em;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
}

.headline_diagonal .title:before,
.headline_diagonal .title:after {
  content: "";
  position: absolute;
  top: 2px;
  height: 30px;
  border-left: solid 1px #333;
}

.headline_diagonal .title:before {
  left: 0px;
  transform: rotate(-30deg);
}

.headline_diagonal .title:after {
  right: 0px;
  transform: rotate(30deg);
}

/* タブレット以下 */
/* for tablet max-width: $width_content */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 767px) {
  .headline_diagonal .title {
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .headline_diagonal .title:before,
  .headline_diagonal .title:after {
    height: 50px;
  }
  .headline_diagonal .title:before {
    left: 10px;
  }
  .headline_diagonal .title:after {
    right: 10px;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	content_entry

===============================================================*/
.content_entry {
  padding: 30px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.content_entry h3 {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .content_entry {
    padding: 5vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .content_entry h3 {
    margin: 0 0 3vw 0;
  }
}

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

	hayawari_entry

===============================================================*/
.thiscontents {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.thiscontents .tab > .tab-nav > li span {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .thiscontents h2 {
    font-size: 6.8vw;
  }
  .thiscontents .fixed-header-sp {
    display: none;
  }
}

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

	data_table

===============================================================*/
.data_table {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.data_table th {
  width: 20%;
}
.data_table td {
  width: 80%;
}
.data_table h4 {
  text-align: left;
  font-size: 16px;
}
.data_table .plan_name {
  display: block;
  word-break: break-all;
  color: #ff8600;
}
.data_table .plan_name .plan_black {
  color: #222;
}
.data_table .em {
  color: #e83416;
}
.data_table li {
  margin: 0;
}
.data_table li + li {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .data_table th, .data_table td {
    display: block;
    width: 100%;
  }
}

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

	keiyaku_table

===============================================================*/
.keiyaku_table {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.keiyaku_table th, .keiyaku_table td {
  display: block;
  width: 100%;
}
.keiyaku_table td {
  border-top: 0;
}
.keiyaku_table .txtAlert {
  color: #e83416;
}
.keiyaku_table li {
  margin: 0;
}
.keiyaku_table li + li {
  margin-top: 5px;
}
.keiyaku_table ul {
  margin-bottom: 20px;
}
.campaign_offer {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .campaign_offer {
    margin-top: 20px;
  }
}
.campaign_offer h3 {
  font-size: 20px;
  line-height: 1.2;
  font-family: YakuHanJPs, "NotoSansJP", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .campaign_offer h3 {
    line-height: 1.3;
    text-align: center;
  }
}
@media (min-width: 320px) {
  .campaign_offer h3 {
    font-size: calc(1.875rem + (1vw - 9.6px) * 1.5625);
  }
}
@media (min-width: 960px) {
  .campaign_offer h3 {
    font-size: 30px;
  }
}
.campaign_offer h3 .em {
  color: #5ea700;
}
.campaign_offer .example {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 15px;
  /*
  .this_img {
  	width: 134px;
  	margin-right: 20px;
  }

  .this_txt {
  	font-size: 30px;
  	line-height: 1.3;
  	@include notosans(700);

  	.t1 {
  		font-size: 20px;
  		line-height: 1.2;
  		margin-bottom: 0;
  	}

  	.t2 {
  		font-family: 'Roboto', sans-serif;
  		font-feature-settings: 'palt' 1;
  		font-weight: 700;
  		font-size: 70px;
  		line-height: 1.0;
  		color: #e83416;
  		display: inline-block;
  		position: relative;
  		top: 2px;
  		margin-top: -4px;
  		padding: 0 3px;
  	}

  	.zei {
  		font-size: 14px;
  	}
  }
  */
}
@media screen and (max-width: 767px) {
  .campaign_offer .example {
    margin-top: 10px;
  }
}
.campaign_offer .example .group1 {
  text-align: center;
}
.campaign_offer .example .group1 .zaq {
  width: 50px;
  margin: 0 auto 2px;
}
@media (min-width: 320px) {
  .campaign_offer .example .group1 .zaq {
    width: calc(3.125rem + (1vw - 3.2px) * 15.625);
  }
}
@media (min-width: 768px) {
  .campaign_offer .example .group1 .zaq {
    width: 120px;
  }
}
.campaign_offer .example .group1 .t1 {
  font-family: YakuHanJPs, "NotoSansJP", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 700;
}
@media (min-width: 320px) {
  .campaign_offer .example .group1 .t1 {
    font-size: calc(1rem + (1vw - 3.2px) * 3.125);
  }
}
@media (min-width: 768px) {
  .campaign_offer .example .group1 .t1 {
    font-size: 30px;
  }
}
.campaign_offer .example .group2 {
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .campaign_offer .example .group2 {
    padding-left: 4px;
  }
}
.campaign_offer .example .group2 > .t2 {
  font-size: 14px;
  font-family: YakuHanJPs, "NotoSansJP", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 700;
}
@media (min-width: 320px) {
  .campaign_offer .example .group2 > .t2 {
    font-size: calc(0.875rem + (1vw - 3.2px) * 1.3393);
  }
}
@media (min-width: 768px) {
  .campaign_offer .example .group2 > .t2 {
    font-size: 20px;
  }
}
.campaign_offer .example .group2 .this_inner1 {
  display: flex;
  align-items: flex-end;
}
.campaign_offer .example .group2 .this_inner1 > .t3 {
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  font-weight: 700;
  position: relative;
  margin-bottom: -12px;
  color: #e83416;
}
@media (min-width: 320px) {
  .campaign_offer .example .group2 .this_inner1 > .t3 {
    font-size: 10vw;
  }
}
@media (min-width: 768px) {
  .campaign_offer .example .group2 .this_inner1 > .t3 {
    font-size: 70px;
  }
}
.campaign_offer .example .group2 .this_inner1 .this_inner2 {
  padding-left: 4px;
}
.campaign_offer .example .group2 .this_inner1 .this_inner2 > .t4 {
  font-size: 14px;
  font-family: YakuHanJPs, "NotoSansJP", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 700;
}
@media (min-width: 320px) {
  .campaign_offer .example .group2 .this_inner1 .this_inner2 > .t4 {
    font-size: calc(0.625rem + (1vw - 3.2px) * 0.8929);
  }
}
@media (min-width: 768px) {
  .campaign_offer .example .group2 .this_inner1 .this_inner2 > .t4 {
    font-size: 14px;
  }
}
.campaign_offer .example .group2 .this_inner1 .this_inner2 > .t5 {
  font-size: 18px;
  font-family: YakuHanJPs, "NotoSansJP", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 700;
}
@media (min-width: 320px) {
  .campaign_offer .example .group2 .this_inner1 .this_inner2 > .t5 {
    font-size: calc(1.125rem + (1vw - 3.2px) * 3.125);
  }
}
@media (min-width: 768px) {
  .campaign_offer .example .group2 .this_inner1 .this_inner2 > .t5 {
    font-size: 32px;
  }
}
.campaign_offer .example p {
  line-height: 1.2;
  margin-bottom: 0;
}
.campaign_offer .example_notes {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campaign_offer .example_notes {
    font-size: 11px;
  }
}

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

	btn_common

===============================================================*/
.thiscontents .transition, .thiscontents .hover, .thiscontents .btn_common, .thiscontents .catv-area-search__list li {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.thiscontents .hover:hover {
  opacity: 0.65;
}

.thiscontents .btn_common, .thiscontents .catv-area-search__list li {
  position: relative;
  display: block;
  width: 100%;
  font-family: YakuHanJPs, "NotoSansJP", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 700;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.thiscontents .btn_basic, .thiscontents .catv-area-search__list li {
  border: solid #ccc 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
}

.desktop .thiscontents .btn_basic:hover, .desktop .thiscontents .catv-area-search__list li:hover {
  opacity: 0.7;
}

.desktop .thiscontents .btn_basic:hover .add_arrow:before, .desktop .thiscontents .catv-area-search__list li:hover .add_arrow:before {
  right: -5px;
}

.thiscontents .btn_basic[data-type=flat], .thiscontents .catv-area-search__list li[data-type=flat] {
  background: none;
}

.thiscontents .btn_basic[data-color=moving], .thiscontents .catv-area-search__list li[data-color=moving] {
  color: #5ea700;
  border-color: #5ea700;
}

.desktop .thiscontents .btn_basic[data-color=moving]:hover, .desktop .thiscontents .catv-area-search__list li[data-color=moving]:hover {
  color: #5ea700;
}

.thiscontents .btn_basic[data-color=moving] .add_arrow:before, .thiscontents .catv-area-search__list li[data-color=moving] .add_arrow:before {
  border-color: #5ea700;
}

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

	catv-area-search

===============================================================*/
.thiscontents .img_kojihi0 {
  padding: 30px;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thiscontents .img_kojihi0 {
    padding: 20px 0;
  }
}
.thiscontents .catv-area-search {
  position: relative;
  width: 100%;
}
.thiscontents .catv-area-search .btns {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .thiscontents .catv-area-search {
    width: 100%;
    min-width: auto;
    min-height: auto;
    background: none;
  }
  .thiscontents .catv-area-search .btns {
    position: relative;
  }
}
.thiscontents .catv-area-search__list {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .thiscontents .catv-area-search__list {
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.thiscontents .catv-area-search__list li {
  margin: auto;
  font-size: 13px;
  line-height: 1.4;
  padding: 6px 10px;
  width: auto;
  min-width: 110px;
  box-sizing: border-box;
  border-radius: 4px;
  height: 30px;
}
.thiscontents .catv-area-search__list li.hokkaidotohoku {
  position: absolute;
  top: 128px;
  right: 29px;
}
.thiscontents .catv-area-search__list li.tohoku {
  position: absolute;
  top: 130px;
  right: 48px;
  top: 32%;
  right: 9%;
}
.thiscontents .catv-area-search__list li.kanto {
  position: absolute;
  top: 200px;
  right: 30px;
  top: 61%;
  right: 12%;
}
.thiscontents .catv-area-search__list li.kansai {
  position: absolute;
  top: 200px;
  right: 143px;
  top: 64%;
  right: 40%;
}
.thiscontents .catv-area-search__list li.chubu {
  position: absolute;
  top: 251px;
  right: 69px;
  top: 74%;
  right: 26%;
}
.thiscontents .catv-area-search__list li.chugokushikoku {
  position: absolute;
  top: 251px;
  right: 185px;
  top: 83%;
  right: 49%;
}
.thiscontents .catv-area-search__list li.kyushu {
  position: absolute;
  top: 213px;
  right: 263px;
  top: 66%;
  right: 71%;
}
@media screen and (max-width: 767px) {
  .thiscontents .catv-area-search__list li {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    height: auto;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    padding: 12px 10px;
    width: calc(50% - 4px);
    min-width: auto;
    margin: 0 0 8px;
  }
  .thiscontents .catv-area-search__list li .add_arrow {
    display: block;
  }
  .thiscontents .catv-area-search__list li .add_arrow::before {
    position: absolute;
    right: 0;
  }
}

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

	overview

===============================================================*/
.thiscontents .overview {
  margin-bottom: 10px;
}
.thiscontents .overview .overview__tit {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  box-sizing: border-box;
  padding: 15px 10px;
  background: #5ea700;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 767px) {
  .thiscontents .overview .overview__tit {
    font-size: 16px;
    padding: 10px 10px;
  }
}
.thiscontents .overview .overview__inner {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border: solid #5ea700 1px;
  border-top: none;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .thiscontents .overview .overview__inner {
    display: block;
    padding-bottom: 0;
  }
}
.thiscontents .overview .overview-item {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
.thiscontents .overview .overview-item:nth-of-type(1) {
  border-right: dotted #5ea700 1px;
}
.thiscontents .overview .overview-item p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .thiscontents .overview .overview-item {
    width: 100%;
    padding: 5px 15px 24px 15px;
  }
  .thiscontents .overview .overview-item:nth-of-type(1) {
    border-right: none;
    border-bottom: dotted #5ea700 1px;
  }
}
.thiscontents .overview .overview-item__link {
  font-size: 13px;
  text-align: right;
  margin: -20px 0 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thiscontents .overview .overview-item__link {
    margin-top: 2vw;
  }
}
.thiscontents .overview .btn-detail {
  margin: 15px auto;
}

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

	page_moving_top

===============================================================*/
.page_moving_top {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.page_moving_top .under_marker {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.page_moving_top .under_marker::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background: #ff0;
  bottom: -3px;
  left: 0;
  z-index: -1;
}
.page_moving_top .txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}
.page_moving_top .caption {
  color: #666666;
  font-size: 12px;
}
/*===============================================================

	icn-member

===============================================================*/
.icn-member {
  background: #F5D200 url(/common_v10/images/icn-member.svg) no-repeat 20px center;
  background-size: 32px 32px;
  padding: 3px 40px 10px 40px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
/*===============================================================

	section_top_entry

===============================================================*/
.section_top_entry {
  padding: 30px 0 30px 0;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      left_block

  ===============================================================*/
}
.section_top_entry .content_top_entry {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section_top_entry .left_block {
  width: 655px;
  text-align: center;
}
.section_top_entry .right_block {
  width: calc(100% - 655px);
}
.section_top_entry .right_block .title {
  font-size: 20px;
  margin: 0;
}
.section_top_entry .right_block .btn-white-gray {
  width: 100%;
  min-width: inherit;
}
.section_top_entry .right_block_inner {
  padding: 30px;
  background: #FFD9D8;
  border-radius: 16px;
  text-align: center;
  max-width: 400px;
}
.section_top_entry .btn-member .text {
  display: block;
}
@media screen and (max-width: 1070px) {
  .section_top_entry {
    padding: 50px 0;
  }
  .section_top_entry .left_block {
    width: calc(100% - 380px);
    padding-right: 30px;
    text-align: center;
  }
  .section_top_entry .right_block {
    max-width: 380px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section_top_entry {
    padding: 0 0 40px 0;
  }
  .section_top_entry h3 {
    font-size: 20px;
  }
  .section_top_entry .content_top_entry {
    flex-direction: column;
  }
  .section_top_entry .left_block {
    width: 100%;
    padding: 0;
  }
  .section_top_entry .right_block {
    width: 100%;
  }
  .section_top_entry .right_block .title {
    font-size: 20px;
  }
  .section_top_entry .right_block p {
    font-size: 14px;
    margin-top: 10px;
  }
  .section_top_entry .right_block .btn-white-gray {
    width: 100%;
    min-width: inherit;
  }
  .section_top_entry .right_block_inner {
    padding: 20px;
    max-width: inherit;
  }
  .section_top_entry .btn_area .btn-member,
  .section_top_entry .btn_area .btn-white-primary {
    width: 100%;
    min-width: inherit;
  }
}
.section_top_entry .left_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //  left_block
  ===============================================================*/
}
.section_top_entry .left_block .txt_sub {
  display: block;
  font-size: 14px;
  padding-top: 10px;
}
.section_top_entry .left_block .txt_sub a {
  color: #406FAF;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section_top_entry .left_block .txt_sub {
    padding-top: 3vw;
  }
  .section_top_entry .left_block .txt {
    font-size: 3.4vw;
  }
}

/*===============================================================
	section_entry_offer
===============================================================*/
.section_top_entry_offer {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_top_entry_offer img {
  width: 100%;
  height: auto;
}
.section_top_entry_offer .container {
  max-width: 750px;
  position: relative;
  padding-bottom: 100px;
  margin: 0 auto;
}
.section_top_entry_offer .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 225px 0 225px;
  border-color: #c9c9c9 transparent transparent transparent;
}
.section_top_entry_offer .fig_block {
  width: 165px;
  position: absolute;
  top: 0px;
  left: -50px;
  margin: auto;
}
.section_top_entry_offer .txt_block {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_top_entry_offer {
    display: block;
  }
  .section_top_entry_offer .container {
    width: 100%;
    margin: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 50px;
  }
  .section_top_entry_offer .container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 100px 0 100px;
    border-color: #c9c9c9 transparent transparent transparent;
  }
  .section_top_entry_offer .fig_block {
    width: 35%;
    margin: 0 auto;
    position: static;
  }
  .section_top_entry_offer .txt_block {
    width: 100%;
    text-align: center;
  }
  .section_top_entry_offer h3 {
    font-size: 18px;
    margin-top: 10px;
  }
}

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

	section_top_flow

===============================================================*/
.section_top_flow {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_top_flow .h-appeal {
  background: #F2F2F2;
  border-radius: 13px;
  padding: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_top_flow .h-appeal .ttl {
  margin-top: 0;
}
.section_top_flow .fig_block {
  width: 225px;
  position: relative;
}
.section_top_flow .fig_block .label {
  width: 88px;
  position: absolute;
  top: -20px;
  right: -20px;
}
.section_top_flow .txt_block {
  width: calc(100% - 245px);
}
@media screen and (max-width: 767px) {
  .section_top_flow .h-appeal {
    padding: 20px;
    flex-direction: column;
  }
  .section_top_flow .h-appeal .ttl {
    margin-top: 0;
  }
  .section_top_flow .fig_block {
    width: 100%;
  }
  .section_top_flow .fig_block .label {
    width: 88px;
    position: absolute;
    top: -10px;
    right: -10px;
  }
  .section_top_flow .txt_block {
    width: 100%;
  }
}

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

	section_top_newlife

===============================================================*/
.section_top_newlife {
  background: url("../images_v10/newlife_bg.png") no-repeat top center;
  background-size: cover;
  padding-top: 50px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_top_newlife .title_block {
  width: 483px;
  margin: 0 auto;
}
.section_top_newlife .slide-recommend-card {
  background: #fff;
}
.section_top_newlife .slide-recommend-card a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}
.section_top_newlife .slide-recommend-card a:hover {
  opacity: 0.7;
}
.section_top_newlife .slide-recommend-card .card-header {
  color: #fff;
}
.section_top_newlife .slide-recommend-card .card-body {
  padding: 20px;
}
.section_top_newlife .detail_txt {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section_top_newlife {
    background: url("../images_v10/newlife_bg.png") no-repeat top right -650px;
    padding-top: 0px;
  }
  .section_top_newlife .title_block {
    width: 100%;
    height: auto;
  }
  .section_top_newlife .title_block h3 {
    margin-bottom: 0;
  }
}

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

	section_top_support

===============================================================*/
.section_top_support {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_top_support .container {
  width: 880px;
  margin: 0 auto;
}
.section_top_support .item_wrp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_top_support .item {
  width: calc((100% - 20px) / 2);
  min-height: 230px;
  padding: 20px;
  text-align: left;
  margin-top: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff url("../images_v10/service_fig01.png") no-repeat right bottom;
  background-size: 50% auto;
  position: relative;
}
.section_top_support .item .link {
  margin-top: auto;
  position: absolute;
  bottom: 20px;
}
.section_top_support .item .label {
  font-size: 14px;
  line-height: 2;
  display: inline-block;
  color: #fff;
  background: #000;
  border-radius: 14px;
  padding: 0 1em;
}
.section_top_support .item .label_blue {
  background: #0085CD;
}
.section_top_support .item .label_pink {
  background: #E40077;
}
.section_top_support .item h3 {
  text-align: left;
  margin: 10px 0 20px;
  font-size: 24px;
}
.section_top_support .item_01 {
  background-image: url("../images_v10/service_fig01.png");
}
.section_top_support .item_02 {
  background-image: url("../images_v10/service_fig02.png");
}
.section_top_support .item_03 {
  background-image: url("../images_v10/service_fig03.png");
}
.section_top_support .item_04 {
  background-image: url("../images_v10/service_fig04.png");
}
.section_top_support .item_05 {
  background-image: url("../images_v10/service_fig05.png");
}
.section_top_support .item_06 {
  background-image: url("../images_v10/service_fig06.png");
}
.section_top_support .link a {
  display: inline-block;
  padding-right: 1em;
  position: relative;
  text-align: left;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
}
.section_top_support .link a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: solid 2px #000;
  width: 10px;
  height: 10px;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
@media screen and (max-width: 940px) {
  .section_top_support .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .section_top_support .container {
    width: 100%;
    margin: 0 auto;
  }
  .section_top_support .item_wrp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section_top_support .item {
    width: 100%;
    min-height: 150px;
    padding: 15px;
    padding-bottom: 20px;
    margin-top: 24px;
    background-size: 40% auto;
  }
  .section_top_support .item h3 {
    text-align: left;
    margin: 10px 0 15px;
    font-size: 20px;
  }
  .section_top_support .item .link {
    position: static;
    margin-top: 15px;
  }
  .section_top_support .link a {
    font-size: 16px;
  }
}

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

	section_top_special

===============================================================*/
.section_top_special {
  position: relativere;
  background: url("../images_v10/special_bg.png") no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_top_special .container {
  max-width: 1120px;
  background: #fff;
  padding: 34px;
  border-radius: 16px;
}
.section_top_special .container + .container {
  margin-top: 60px;
}
.section_top_special .content_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_top_special .special_02 .content_inner {
  flex-direction: row-reverse;
}
.section_top_special .txt_block {
  width: calc(100% - 550px);
}
.section_top_special .txt_block .txt {
  padding-left: 147px;
}
.section_top_special .fig_block {
  width: 512px;
  position: relative;
  padding-bottom: 60px;
}
.section_top_special .fig {
  position: absolute;
  width: 80%;
  bottom: 0;
}
.section_top_special .special_01 .fig {
  bottom: -80px;
  right: -80px;
}
.section_top_special .special_02 .fig {
  bottom: 0;
  left: 0;
}
.section_top_special .special_02 .price_block .fig {
  position: absolute;
  width: 220px;
  top: 0;
  bottom: 0;
  right: -280px;
  left: auto;
  margin: auto;
}
.section_top_special .special_02 .caption_block {
  width: 650px;
  margin: 0 auto;
}
.section_top_special .special_02 .content_pricelist .fig {
  position: absolute;
  width: 220px;
  top: 0;
  bottom: 0;
  right: -280px;
  left: auto;
  margin: auto;
}
.section_top_special .special_03 .fig {
  bottom: 50px;
  right: -60px;
}
.section_top_special .special_03 .fig_track {
  width: 120px;
  bottom: 0;
  right: -80px;
}
@media screen and (max-width: 1070px) {
  .section_top_special .container {
    width: calc(100% - 40px);
    padding: 34px;
    margin: 0 auto;
  }
  .section_top_special .txt_block .txt {
    padding-left: calc((100% - 108px) * 0.38);
  }
  .section_top_special .content_inner,
  .section_top_special .special_02 .content_inner {
    flex-direction: column;
  }
  .section_top_special .txt_block {
    width: 100%;
  }
  .section_top_special .txt_block .title {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .section_top_special .txt_block .txt {
    padding-left: 0;
  }
  .section_top_special .fig_block {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
  }
  .section_top_special .fig {
    position: absolute;
    width: 80%;
    bottom: 0;
  }
  .section_top_special .special_01 .fig {
    bottom: -50px;
    right: -30px;
  }
  .section_top_special .special_02 .fig {
    bottom: 0;
    left: -30px;
  }
  .section_top_special .special_02 .price_block {
    width: 100%;
    margin-top: 20px;
  }
  .section_top_special .special_02 .price_block img {
    width: 100%;
    height: auto;
  }
  .section_top_special .special_02 .price_block .fig {
    position: absolute;
    width: 200px;
    top: 0;
    bottom: 0;
    right: -240px;
    left: auto;
    margin: auto;
  }
  .section_top_special .special_02 .caption_block {
    width: 100%;
  }
  .section_top_special .special_02 .content_pricelist .fig {
    width: 140px;
    top: 240px;
    right: -30px;
  }
  .section_top_special .special_03 .fig {
    bottom: 10px;
    right: -60px;
  }
  .section_top_special .special_03 .fig_track {
    width: 80px;
    bottom: -15px;
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .section_top_special {
    background: #E3F3FB url("../images_v10/special_bg_sp.png") no-repeat top center;
    background-size: 100% auto;
    background-attachment: inherit;
    overflow-x: visible;
    overflow-y: visible;
  }
  .section_top_special .container {
    width: calc(100% - 40px);
    padding: 20px;
    margin: 0 auto;
  }
  .section_top_special .container + .container {
    margin-top: 40px;
  }
  .section_top_special .content_inner,
  .section_top_special .special_02 .content_inner {
    flex-direction: column;
  }
  .section_top_special .txt_block .title {
    margin-bottom: 15px;
  }
  .section_top_special .special_02 .fig_zaq {
    width: 25vw;
  }
  .section_top_special .special_02 .content_pricelist .fig {
    width: 25vw;
    bottom: 30vw;
    right: -10vw;
    left: auto;
    margin: auto;
    top: inherit;
  }
}

/*===============================================================
content_pricelist
===============================================================*/
.content_pricelist {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* タブレット */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 767px) {
  .content_pricelist {
    flex-direction: column;
    gap: 6vw;
  }
}

/*===============================================================
price_block
===============================================================*/
.price_block {
  max-width: 470px;
  width: 100%;
  padding: 28px 30px;
  background: #F7F7F7;
  border-radius: 30px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  txt_box
  ===============================================================*/
  /*===============================================================
  icon-plus
  ===============================================================*/
  /*===============================================================
  price_arrow
  ===============================================================*/
}
.price_block .item {
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: space-between;
}
.price_block .item + .item {
  margin-top: 20px;
}
@media screen and (max-width: 1070px) {
  .price_block {
    max-width: 430px;
    padding: 28px 20px;
  }
}
@media screen and (max-width: 767px) {
  .price_block {
    max-width: 100%;
    padding: 4vw;
    border-radius: 3vw;
  }
  .price_block .item + .item {
    margin-top: 2vw;
  }
}
.price_block .txt_box {
  line-height: 0.8;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.price_block .txt_box .num_title {
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 14px;
}
.price_block .txt_box .num_txt {
  font-size: 18px;
}
.price_block .txt_box .tax {
  font-size: 60%;
}
@media screen and (max-width: 1070px) {
  .price_block .txt_box .num_title {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .price_block .txt_box .num_title {
    margin-bottom: 3vw;
    font-size: 3.6vw;
  }
  .price_block .txt_box .num_txt {
    margin-bottom: 2.4vw;
    font-size: 3.6vw;
  }
  .price_block .txt_box .tax {
    margin-left: 0.5vw;
  }
}
.price_block .icon-plus {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.price_block .icon-plus .real {
  writing-mode: vertical-rl;
}
.price_block .icon-plus {
  color: #333;
  width: 24px;
  height: 24px;
  position: relative;
}
.price_block .icon-plus:before,
.price_block .icon-plus:after {
  content: "";
  position: absolute;
  top: 12px;
  width: 24px;
  height: 24px;
  background-color: currentColor;
}
.price_block .icon-plus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.price_block .price_arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  height: 100px;
}
.price_block .price_arrow::before,
.price_block .price_arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.price_block .arrow_ {
  position: relative;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.price_block .arrow_:before {
  content: "";
  left: 28px;
  box-sizing: border-box;
  width: 16px;
  height: 10px;
  border: 14px solid transparent;
  border-left: 14px solid #ccc;
}
.price_block .arrow_:after {
  content: "";
  left: 10px;
  width: 16px;
  height: 12px;
  border-left: 20px solid #ccc;
}
@media screen and (max-width: 1070px) {
  .price_block .arrow_::before {
    left: 23px;
  }
  .price_block .arrow_::after {
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .price_block .arrow_ {
    margin: 8vw 0 6vw;
    height: 5.5vw;
  }
  .price_block .arrow_:after {
    left: 0vw;
    width: 6vw;
    height: 2.1vw;
    border-left: 5vw solid #ccc;
  }
  .price_block .arrow_:before {
    left: 3vw;
    width: 6vw;
    border: 2.8vw solid transparent;
    border-left: 3.2vw solid #ccc;
  }
}

/*===============================================================
dli-plus
===============================================================*/
.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 2em;
  height: 0.5em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.dli-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .dli-plus {
    width: 1.5em;
    height: 0.4em;
  }
}

/*===============================================================
set_block
===============================================================*/
.set_block {
  font-weight: bold;
  text-align: center;
  background: #f7f7f7;
  padding: 30px;
  max-width: 200px;
  width: 100%;
  border-radius: 50%;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.set_block .txt {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1070px) {
  .set_block {
    max-width: 190px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .set_block {
    max-width: 38vw;
    padding: 7.4vw;
  }
  .set_block .txt {
    margin-bottom: 1vw;
    font-size: 3.2vw;
  }
}

/*===============================================================
num_box
===============================================================*/
.num_box {
  display: flex;
  align-items: end;
  justify-content: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.num_box .real {
  writing-mode: vertical-rl;
  font-size: 20px;
  letter-spacing: 4px;
}
.num_box .num {
  font-size: 100px;
  color: #eb5c1f;
  line-height: 0.7;
}
.num_box .en {
  font-size: 25px;
  padding-left: 1px;
}
.num_box.no_num {
  width: 130px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .num_box .real {
    font-size: 3.2vw;
    letter-spacing: 0.6vw;
  }
  .num_box .num {
    font-size: 17vw;
    line-height: 0.7;
  }
  .num_box .en {
    font-size: 3.4vw;
  }
  .num_box.no_num {
    width: 17.5vw;
    padding-left: 4.6vw;
  }
}

/*===============================================================
    special
===============================================================*/
.special {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      special_txt
  ===============================================================*/
}
.special .title {
  display: flex;
}
.special .num_img {
  width: 100px;
}
@media screen and (max-width: 1070px) {
  .special .num_img {
    width: 16vw;
  }
  .special .title {
    justify-content: center;
  }
}
.special .din {
  font-family: "din-2014", sans-serif;
  font-style: normal;
}
.special .c_orenge {
  color: #eb5c1f;
}
.special .special_txt {
  padding-left: 38px;
  text-align: left;
  font-size: 22px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.special .special_txt .txt_gp {
  line-height: 1.05;
  display: block;
  margin-top: 15px;
}
.special .special_txt .txt_flex {
  display: flex;
  align-items: center;
  line-height: 2;
}
.special .special_txt .bold {
  font-weight: 900;
}
.special .special_txt .txt_small {
  font-size: min(32px, 2vw);
}
.special .special_txt .txt_nomal {
  font-size: 40px;
}
.special .special_txt .txt_big {
  font-size: 50px;
}
.special .special_txt .tax {
  font-size: 14px;
  font-weight: normal;
}
.special .special_txt .kihon {
  font-size: 45px;
}
.special .special_txt .wari {
  font-size: 50px;
}
.special .special_txt .num {
  font-size: min(70px, 5.5vw);
}
.special .special_txt .num_big {
  font-size: 85px;
  color: #eb5c1f;
  line-height: 1;
  padding-right: 2px;
}
.special .special_txt .zero {
  margin-top: -10px;
  padding: 0 4px;
}
.special .special_txt .en {
  font-size: min(32px, 2vw);
}
.special .special_txt .percent {
  margin-top: 15px;
}
@media screen and (max-width: 1070px) {
  .special .special_txt {
    padding-left: 5vw;
    font-size: 3vw;
  }
  .special .special_txt .txt_small, .special .special_txt .en {
    font-size: 5vw;
  }
  .special .special_txt .txt_nomal {
    font-size: 6vw;
  }
  .special .special_txt .en {
    padding-left: 0.2vw;
  }
  .special .special_txt .saidai {
    padding-right: 0.5vw;
  }
  .special .special_txt .kihon {
    font-size: 6vw;
  }
  .special .special_txt .num {
    font-size: 9vw;
  }
  .special .special_txt .num_big {
    font-size: 12vw;
  }
  .special .special_txt .zero {
    margin-top: -2vw;
    padding: 0 0.6vw;
  }
  .special .special_txt .tax {
    font-size: 2vw;
  }
  .special .special_txt .wari {
    font-size: 7vw;
  }
  .special .special_txt .txt_big {
    font-size: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .special .special_txt {
    font-size: 4vw;
  }
  .special .special_txt .txt_gp {
    margin-top: 2vw;
  }
  .special .special_txt .txt_flex {
    line-height: 2.2;
  }
  .special .special_txt .txt_flex_n {
    align-items: anchor-center;
  }
  .special .special_txt .thirty {
    margin-top: -1vw;
  }
  .special .special_txt .txt_nomal {
    font-size: 6.8vw;
  }
  .special .special_txt .kihon {
    font-size: 7.2vw;
  }
  .special .special_txt .num {
    font-size: 11.2vw;
    line-height: 1.1;
  }
  .special .special_txt .num_big {
    font-size: 15vw;
  }
  .special .special_txt .tax {
    font-size: 2.6vw;
  }
  .special .special_txt .wari {
    font-size: 8vw;
  }
  .special .special_txt .txt_big {
    font-size: 8vw;
  }
  .special .special_txt .percent {
    margin-top: 2vw;
    padding-right: 0.8vw;
  }
}

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

	section_top_special

===============================================================*/
.section_top_special {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_top_special .detail {
  border-radius: 17px;
  padding: 40px 100px;
  text-align: center;
  margin-top: 50px;
}
.section_top_special .detail .title {
  width: 20em;
  font-size: 24px;
  margin: 0 auto;
}
.section_top_special .bnr_wrp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.section_top_special .bnr_wrp .bnr {
  width: calc((100% - 120px) / 3);
  text-align: left;
}
.section_top_special .bnr_wrp .bnr p {
  margin: 0;
  margin-top: 10px;
}
@media screen and (max-width: 1070px) {
  .section_top_special .detail {
    padding: 40px 50px;
  }
  .section_top_special .bnr_wrp {
    margin-top: 50px;
  }
  .section_top_special .bnr_wrp .bnr {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .section_top_special .detail {
    padding: 20px;
    margin-top: 30px;
  }
  .section_top_special .detail .title {
    width: 100%;
    font-size: 4.6vw;
    margin: 0;
  }
  .section_top_special .bnr_wrp {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
  }
  .section_top_special .bnr_wrp .bnr {
    width: 100%;
    text-align: left;
    margin-top: 25px;
  }
  .section_top_special .bnr_wrp .bnr img {
    width: 100%;
    height: auto;
  }
  .section_top_special .bnr_wrp .bnr p {
    margin: 0;
    margin-top: 5px;
  }
}

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

	section_top_special

===============================================================*/
.section_top_special {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_top_special .title_block {
  text-align: center;
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.section_top_special .title_block .fig {
  position: absolute;
  width: 257px;
  top: -35px;
  left: -60px;
}
.section_top_special .pop_title {
  width: 440px;
  margin: 0 auto;
  text-align: center;
  background: #5EA700;
  position: relative;
  border-radius: 40px;
}
.section_top_special .pop_title .title {
  color: #fff;
  font-size: 28px;
  line-height: 1.9;
}
.section_top_special .pop_title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 10px solid #5EA700;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
@media screen and (max-width: 1020px) {
  .section_top_special .title_block {
    width: 100%;
    padding: 0 40px;
    padding-bottom: 30px;
  }
  .section_top_special .title_block .fig {
    position: absolute;
    width: 25vw;
    top: -5vw;
    left: -5vw;
  }
  .section_top_special .pop_title {
    width: 440px;
    border-radius: 40px;
  }
  .section_top_special .pop_title .title {
    font-size: 28px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) {
  .section_top_special .title_block {
    padding: 0 20px;
    padding-bottom: 0px;
  }
  .section_top_special .title_block .fig {
    position: relative;
    width: 40vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -75px;
    z-index: 10;
  }
  .section_top_special .pop_title {
    width: 100%;
  }
  .section_top_special .pop_title .title {
    font-size: 28px;
    line-height: 1.9;
  }
}

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

	section_reason

===============================================================*/
.section_reason {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_reason .txt_block {
  width: 760px;
  margin: 0 auto;
}
.section_reason .item_block {
  margin-top: 50px;
}
.section_reason .item {
  background: #EDF5E2;
  border-radius: 32px;
  text-align: center;
  padding: 20px;
}
.section_reason .item h3 {
  margin: 0;
  margin-top: 20px;
  line-height: 1.3;
  height: 3.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_reason a {
  text-decoration: none;
  display: block;
  padding-bottom: 20px;
  position: relative;
}
.section_reason a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 2px #5EA700;
  width: 12px;
  height: 12px;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translate(-1px, -1px);
  transition: all 0.3s;
}
.section_reason .fig_plus {
  margin-top: 20px;
}
.section_reason .pop_label {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background: #5EA700;
  position: relative;
  border-radius: 40px;
  padding: 0 1.5em;
  color: #fff;
  font-size: 14px;
  line-height: 1.9;
  font-weight: bold;
}
.section_reason .pop_label::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 15%;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 5px solid #5EA700;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #5EA700;
  border-right: 5px solid transparent;
}
@media screen and (max-width: 1070px) {
  .section_reason .item h3 {
    font-size: 20px;
  }
  .section_reason .pop_label {
    padding: 0 1em;
    font-size: 12px;
  }
  .section_reason .txt_block {
    width: 100%;
  }
  .section_reason .item {
    width: 100%;
    border-radius: 16px;
    padding: 20px;
    margin-top: 0;
  }
  .section_reason .item h3 {
    margin: 0;
    margin-top: 15px;
    font-size: 24px;
    height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section_reason .item .fig {
    margin-top: -10px;
  }
  .section_reason .item .fig_plus {
    margin-top: 20px;
  }
  .section_reason .pop_label {
    padding: 0 1.5em;
    font-size: 14px;
  }
}
/*===============================================================

	section_top_localmenu

===============================================================*/
.section_top_localmenu {
  padding: 15px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_top_localmenu .localmenu {
  margin: 0 auto;
  justify-content: center;
}
.section_top_localmenu .localmenu .menu {
  margin: 0 20px;
}
.section_top_localmenu a {
  text-decoration: none;
}
.section_top_localmenu .loocal_link {
  font-size: min(18px, 2vw);
}
@media screen and (max-width: 767px) {
  .section_top_localmenu {
    padding: 3vw 5vw 5vw;
  }
  .section_top_localmenu .localmenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section_top_localmenu .localmenu .menu {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    width: 50%;
  }
  .section_top_localmenu .loocal_link {
    font-size: 3.8vw;
    padding-right: 8vw;
  }
  .section_top_localmenu .i {
    display: inline-block;
  }
}

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

	section_top_kv

===============================================================*/
.section_top_kv {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_top_kv h1 {
  margin: 0 auto;
  margin-top: 40px;
  padding: 0;
  border: none;
  max-width: 1140px;
  text-align: center;
}
.section_top_kv h1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 48px;
  overflow: hidden;
}
.section_top_kv h1::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .section_top_kv h1 {
    height: auto;
    margin-top: 0;
  }
  .section_top_kv h1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
  }
}

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

	section_faq

===============================================================*/
.section_faq {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_faq .faq-list-accordion dt {
  padding-right: 50px;
}
/*===============================================================

	hayawari_mv

===============================================================*/
.hayawari_mv {
  max-width: 908px;
  margin: 0 auto;
  padding-bottom: 50px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 767px) {
  .hayawari_mv {
    padding-bottom: 30px;
  }
}

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

	moving_modal

===============================================================*/
.moving_modal {
  /*===============================================================
  	//	moving_modal
  ===============================================================*/
}
.moving_modal a {
  display: inline-block;
}
.moving_modal a span {
  pointer-events: none;
}
.moving_modal .btn-white-primary {
  min-width: inherit;
  width: 100%;
}
.moving_modal .btn-white-primary::after {
  display: none;
}
.moving_modal .modal-footer {
  /* SP */
  /* for SP */
}
.moving_modal .modal-footer a {
  min-width: auto;
  width: 150px !important;
}
.moving_modal .modal-footer a + a {
  margin-left: 20px;
}
.moving_modal .modal-footer .info {
  width: 100%;
  margin-top: 10px;
  text-align: left;
}
.moving_modal .modal-footer .info a {
  min-width: auto;
  width: auto !important;
}
.moving_modal .modal-footer .ttl_sub {
  padding-top: 10px;
  font-weight: bold;
}
.moving_modal .modal-footer .txt_sub {
  font-size: 80%;
  padding-top: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .moving_modal .modal-footer a + a {
    margin: 0 2vw;
  }
}
.moving_modal .form-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.moving_modal .form-group label {
  width: 15em;
  margin-left: auto;
  margin-right: auto;
  font-size: 120%;
}
@media screen and (max-width: 767px) {
  .moving_modal .form-group label {
    width: 14em;
  }
}

/*===============================================================
	btn_member_not ※2024/5/10 追加
===============================================================*/
.btn_member_not {
  width: 380px;
  min-width: 380px;
  display: block;
  margin: 10px auto 0;
  background-size: 32px 32px;
  padding: 10px 0 10px 0;
  border: solid 3px #F5D200;
  border-radius: 100px;
  background: #fff;
  color: #000 !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.btn_member_not:hover {
  opacity: 0.6;
}
.btn_member_not .txt_sub {
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .btn_member_not {
    width: 100%;
    min-width: inherit;
    margin: 10px auto 10px;
  }
}

/*===============================================================
	btn_member_not_wari
===============================================================*/
.btn_member_not_wari {
  width: 352px;
  min-width: 352px;
  font-size: 14px;
  margin: 0 auto 12px;
  /* SP */
  /* for SP */
}
@media screen and (max-width: 767px) {
  .btn_member_not_wari {
    width: 100%;
    min-width: inherit;
    margin: 10px auto 10px;
  }
}

/*===============================================================
	photo_block_giga
===============================================================*/
.photo_block_giga {
  display: block;
  max-width: 1030px;
  margin: 40px auto;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.photo_block_giga a {
  display: block;
}
.photo_block_giga a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1070px) {
  .photo_block_giga {
    margin: 3vw auto;
  }
}
@media screen and (max-width: 767px) {
  .photo_block_giga {
    width: 100%;
    margin: 5vw auto 2vw;
    padding: 0 5vw;
  }
}

/*===============================================================
	btn_area
===============================================================*/
.btn_area {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.btn_area .data_show {
  display: block;
}
.btn_area .data_hide {
  display: none;
}
.btn_area .reshow {
  display: block;
}
/*===============================================================
	btn_area_w
===============================================================*/
.btn_area_w {
  /* for TABLET */
  /* SP */
  /* for SP */
}
.btn_area_w .col {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .btn_area_w {
    width: 100%;
  }
  .btn_area_w .col + .col {
    margin-top: 10vw;
  }
}

/*===============================================================
	show_entry_btn
===============================================================*/
.show_entry_btn .row.row-cs-lg {
  margin: 0;
  align-items: center;
  /* for TABLET */
  /* SP */
  /* for SP */
}
.show_entry_btn .row.row-cs-lg .col {
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .show_entry_btn .row.row-cs-lg .col {
    margin: 0;
    margin-bottom: 10px;
  }
  .show_entry_btn .row.row-cs-lg .tel {
    margin-top: 3vw;
  }
  .show_entry_btn .row.row-cs-lg .tel p {
    margin-bottom: 10px;
  }
}

/*===============================================================
	bg-pink-top
===============================================================*/
.bg-pink-top {
  /* for TABLET */
  /* SP */
  /* for SP */
}
.bg-pink-top .btn_area {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .bg-pink-top .btn_area {
    margin-bottom: 6vw;
  }
}

.id_link {
  margin-top: 10px;
}

/*===============================================================
	btn_application
===============================================================*/
.btn_application + .btn_application {
  margin-top: 16px;
  /* SP */
}
@media screen and (max-width: 767px) {
  .btn_application + .btn_application {
    margin-top: 4vw;
  }
}

/*===============================================================
	btn_application_child
===============================================================*/
.btn_application_child {
  margin-bottom: 30px;
  /* SP */
}
@media screen and (max-width: 767px) {
  .btn_application_child {
    margin-bottom: 1vw;
  }
}/*# sourceMappingURL=style.css.map */