@charset "UTF-8";

/*font*/
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:  url('../fonts/MPLUSRounded1c-Medium.woff') format('woff');
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:  url('../fonts/MPLUSRounded1c-Bold.woff') format('woff');
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src:  url('../fonts/MPLUSRounded1c-ExtraBold.woff') format('woff');
}

/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pc_size{
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp_size{
    display: none !important;
  }
}


body{
  color: #333;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
	width:100%;
}

/*.wrapper img{
	width:100%;
}*/
img{
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  flex-shrink: 0;
}

/*a, a img{ transition: .2s; }*/
a:hover, a img:hover { opacity: 0.8; }

.wrapper{
	/*width:960px;*/
  width: 94%;
  max-width: 960px;
	margin: 0 auto;
}
.bg_white{
  width:100%;
  padding:80px 0;
}
.bg_pink{
  width:100%;
  background:#ffe7e6;
  padding:60px 0;
}
@media screen and (max-width: 767px) {
  body{
    font-size: 14px;
    font-size: 3.733vw;
  }
  .wrapper{
    width: 94%;
  }
  .bg_white, .bg_pink{
    padding: 35px 0;
    padding: 9.333vw 0;
  }
}

p, a{
  transform: rotate(0.03deg);
  font-weight: 700;
}
span{
  font-weight: inherit;
}

.font_s{
  font-size: .8em;
}
.font_xs{
  font-size: 10px;
}
.align_c{
  text-align: center !important;
}
.align_l{
  text-align: left !important;
}

.heading1{
  color: #444;
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}
.heading1 .small{
  font-size: .8em;
}
.color-orange{
  color: #f86450;
}
.bold{
  font-weight: 700;
}
.lineH-m{
  line-height: 1.8;
}
.note{
  font-size: 13px;
  font-weight: 500;
  transform: rotate(0.03deg);
}
.note-mark{
  display: flex;
}
.note-mark .note_text{
  flex: 1;
}
.marker{
  background: linear-gradient(to bottom,rgba(255,248,0,0) 60%,#fff800 40%);
}
sup{
  font-size: .56em;
}
@media screen and (min-width: 768px) {
  .align_c_pc{
    text-align: center;
  }
  .lineH-m_pc{
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .heading1{
    font-size: 20px;
    font-size: 5.333vw;
  }
  .note{
    font-size: 10px;
    font-size: 2.666vw;
  }
}

.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt40{margin-top: 40px;}
@media screen and (max-width: 767px) {
  .mt10_sp{/*margin-top: 10px;*/margin-top: 2.666vw;}
  .mt15_sp{/*margin-top: 15px;*/margin-top: 4vw;}
}


/*------------------------------------------------------------
	header
------------------------------------------------------------*/
.bland_logo{
	width: 100%;
  max-width: 1000px;
	height: 60px;
	margin: 0 auto;
	display: flex;
  align-items: center;
  justify-content: space-between;
}
.bland_logo h1{
	width:405px;
	padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .bland_logo{
    height: 45px;
    /*width:100%;*/
  }
  .bland_logo h1{
    padding-left: 10px;
    padding-bottom: 5px;
    max-width: 252px;
    width: 67%;
  }
  .bland_logo .siryo{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 2px;
    padding-right: 4px;
    max-width: 107px;
    width: 28.5%;
  }
}


/*------------------------------------------------------------
	main visual
------------------------------------------------------------*/
.mv{
  background: #f1f0f0 url("../images/webp/mv_bg.webp") center center / auto 100% no-repeat;
  padding: 30px 0 13px;
  width:100%;
}
.webp .mv{
  background-image: url("../images/webp/mv_bg.webp");
}
.no-webp .mv{
  background-image: url("../images/mv_bg.jpg");
}
.mv .wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 950px;
  margin-inline: auto;
}
.mv .check_btn_top{
  display: block;
  max-width: 475px;
  width:100%;
}
.mv .mv_tatou{
  max-width: 415px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv .left{
    max-width: 475px;
    width: 51%;
  }
  .mv .right{
    padding-bottom: 20px;
    width: 45.6%;
  }
  .mv .mv_product{
    margin-bottom: 18px;
    margin-left: 5%;
    width: 88%;
  }
  .mv .mv_no1{
    margin-bottom: 12px;
    margin-left: 3.8%;
    width: 89.2%;
  }
}
@media screen and (max-width: 767px) {
  .mv{
    background: url("../images/webp/mv_bg_sp.webp") bottom center / cover no-repeat;
    padding: 4.5% 0 2%;
  }
  .webp .mv{
    background-image: url("../images/webp/mv_bg_sp.webp");
  }
  .no-webp .mv{
    background-image: url("../images/mv_bg_sp.jpg");
  }
  .mv .wrapper{
    flex-direction: column;
    width: 100%;
  }
  .mv .left,
  .mv .right{
    margin-inline: auto;
    text-align: center;
  }
  .mv .left{
    margin-bottom: 27%;
    width: 88%;
  }
  .mv .mv_product{
    margin-bottom: 3.5%;
    width: 89%;
  }
  .mv .mv_tatou{
    max-width: initial;
    width: 80%;
  }
  .mv .check_btn_top{
    margin: 1.8% auto 0;
    max-width: initial;
    width: 85.5%;
  }
}


/*------------------------------------------------------------
  cvBtn
------------------------------------------------------------*/
.cvBtn{
  margin-top: 45px;
}
.cvBtn .btn{
  display: block;
  margin-inline: auto;
  max-width: 476px;
  width: 91%;
}
@media screen and (max-width: 767px) {
  .cvBtn{
    margin-top: 30px;
    margin-top: 8vw;
  }
  .cvBtn .btn{
    /*max-width: 380px;*//*vw対応で一旦消し*/
  }
}


/*------------------------------------------------------------
	sectioin-cost
------------------------------------------------------------*/
.sectioin-cost .text1{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 35px;
}
.sectioin-cost .text1 .large{
  font-size: 1.5em;
  font-weight: 800;
}
.sectioin-cost .text2{
  font-weight: 700;
  margin-top: 15px;
  transform: rotate(0.03deg);
}
.sectioin-cost .ranking{
  margin-top: 50px;
}
.ranking .title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.ranking .table{
  border: 2px solid #f86450;
  width: 100%;
}
.ranking .table th,
.ranking .table td{
  line-height: 1.3;
}
.ranking .table thead th{
  background-color: #f86450;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}
.ranking .table thead th:not(:last-of-type){
  border-right: 2px solid #f5aa99;
}
.ranking .table thead th.num{
  width: 7.98%;
}
.ranking .table thead th.disease{
  width: 12.57%;
}
.ranking .table thead th.ex{
  width: 39.63%;
}
.ranking .table thead th.fee{
  width: 14.13%;
}
.ranking .table thead th.subject{
  width: 26.06%;
}
.ranking .table tbody td{
  font-weight: 700;
  padding: 10px 3px;
  text-align: center;
  vertical-align: middle;
  transform: rotate(0.03deg);
}
.ranking .table tbody td:not(:last-of-type){
  border-right: 2px solid #f5aa99;
}
.ranking .table tbody tr:nth-of-type(2n) td{
  background-color: #fff5f3;
}
.ranking .table tbody td.ex{
  padding: 10px 14px;
  text-align: left;
}
.ranking .table .small{
  font-size: .8em;
}
.ranking .note-block{
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sectioin-cost .text1{
    font-size: 18px;
    font-size: 4.8vw;
    font-weight: 800;
    margin-top: 25px;
    margin-top: 6.666vw;
  }
  .sectioin-cost .text1 .large{
    font-size: 2em;
    line-height: 1;
    position: relative;
    top: 4px;
    top: 1.066vw;
  }
  .sectioin-cost .text2{
    margin-top: 15px;
    margin-top: 4vw;
  }
  .sectioin-cost .ranking{
    margin-top: 30px;
    margin-top: 8vw;
  }
  .ranking .title{
    font-size: 16px;
    font-size: 4.266vw;
  }
  .ranking .table:not(:first-of-type){
    margin-top: 15px;
    margin-top: 4vw;
  }
  .ranking .table thead th{
    font-size: 13px;
    font-size: 3.466vw;
    padding: 5px;
    padding: 1.333vw;
    text-align: left;
  }
  .ranking .table thead th:not(:last-of-type),
  .ranking .table tbody td:not(:last-of-type){
    border-right-width: 1px;
    border-right-width: 0.266vw;
  }
  .ranking .table tbody td{
    font-size: 12px;
    font-size: 3.2vw;
    padding: 8px 3px;
    padding: 2.133vw 0.8vw;
    text-align: left;
  }
  .ranking .table tbody td.ex{
    padding: 8px 3px;
    padding: 2.133vw .8vw;
  }
}


/*------------------------------------------------------------
	sectioin-episode
------------------------------------------------------------*/
.sectioin-episode{
  padding: 80px 0;
}
.episode{
  border: 3px solid #f86450;
  border-radius: 8px;
  background-color: #FFF;
  padding: 40px 0 25px;
  position: relative;
}
.episode:not(:first-of-type){
  margin-top: 60px;
}
.episode .box{
  display: flex;
  justify-content: center;
  align-items: center;
}
.episode .box .left{
  text-align: center;
  width: 30%;
}
.episode .box .left .img{
  margin-inline: auto;
  max-width: 150px;
  width: 90%;
}
.episode .box .left .name{
  margin-top: 10px;
  transform: rotate(0.03deg);
}
.episode .box .right{
  width: 70%;
}
/*.episode .box .right .text,
.episode .box .right p span{
  font-weight: 700;
}*/
.episode .box .right .text{
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  padding-right: 30px;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .episode .outline{
    position: absolute;
    top: -26px;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .episode .outline span{
    display: inline-block;
    background-color: #f86450;
    border-radius: 30px;
    color: white;
    font-size: 24px;
    font-weight: 700;
    padding: 6px 25px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sectioin-episode {
    padding: 50px 0;
    padding: 13.333vw 0;
  }
  .sectioin-episode .wrapper{
    width: 87%;
  }
  .episode{
    border-width: 1px;
    border-width: 0.266vw;
    border-radius: 5px;
    border-radius: 1.333vw;
    padding: 25px 20px;
    padding: 6.666vw 5.333vw;
  }
  .episode:not(:first-of-type){
    margin-top: 20px;
    margin-top: 5.333vw;
  }
  .episode .box{
    flex-direction: column;
  }
  .episode .box .left,
  .episode .box .right{
    width: 100%;
  }
  .episode .box .left{
    display: flex;
    justify-content: space-between;
  }
  .episode .box .left .text{
    flex: 1;
  }
  .episode .outline,
  .episode .box .left .name{
    text-align: left;
  }
  /*.episode .outline{
    min-height: 3em;
  }*/
  .episode .outline span{
    /*border-bottom: 2px solid #333;*/
    font-size: 20px;
    font-size: 5.333vw;
    font-weight: 700;
    line-height: 1.3;
  }
  .episode .box .left .name{
    font-size: 16px;
    font-size: 4.266vw;
    margin-top: 5px;
    margin-top: 1.333vw;
  }
  .episode .box .left .img{
    width: 28%;
  }
  .episode .box .right .text{
    font-size: 14px;
    font-size: 3.733vw;
    line-height: 1.5;
    padding: 15px 0 0;
    padding: 4vw 0 0;
  }
}


/*------------------------------------------------------------
	sectioin-cost2
------------------------------------------------------------*/
.sectioin-cost2 .text{
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  transform: rotate(0.03deg);
}
.sectioin-cost2 .cvBtn{
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sectioin-cost2 .text{
    font-size: 14px;
    font-size: 3.733vw;
    margin-top: 15px;
    margin-top: 4vw;
  }
  .sectioin-cost2 .cvBtn{
    margin-top: 20px;
    margin-top: 5.333vw;
  }
}


/*------------------------------------------------------------
	sectioin-about
------------------------------------------------------------*/
.points{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.points .item{
  background-color: #FFF;
  box-shadow: 5px 5px 0 0 rgba(218, 127, 123, .3);
  padding: 38px 0 22px;
  position: relative;
  width: 31.5%;
}
.point-label{
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.point-label span{
  display: inline-block;
  background-color: #f86450;
  border-radius: 30px;
  color: white;
  font-size: 18px;
  font-weight: 800;
  padding: 8px 36px;
  text-align: center;
  transform: rotate(0.03deg);
}
.points .item .point-label{
  position: absolute;
  top: -21px;
  left: 0;
}
.points .item .box{
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  height: 100%;
  /*width: 77.8%;*/
  width: 95%;
}
.points .item .box .textBlock{
  flex: 1;
}
.points .item .box .sub{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  transform: rotate(0.03deg);
}
.points .item .box .title{
  color: #f86450;
  font-size: 20px;
  font-weight: 800;
  margin-top: 15px;
  line-height: 1.3;
  text-align: center;
  transform: rotate(0.03deg);
}
.points .item:nth-of-type(2) .box .title{
  margin-top: 6px;
}
.points .item .box .title .large{
  font-size: 26px;
  font-weight: 800;
  margin: 0 3px;
}
.points .item .box .title sup{
  font-size: 12px;
}
.points .item .box .note{
  margin-top: 5px;
}
.points .item .box .link{
  background-color: #ffefed;
  box-shadow: 0 3px 0 0 rgba(248, 100, 80, .4);
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px 9px;
  margin: 15px auto 0;
  max-width: 239px;
  text-decoration: none;
  /*transform: rotate(0.03deg);*/
  width: 100%;
}
.points .item .box .link:after{
  content: "";
  display: block;
  background: url("../images/icon_arrow3.svg") center center / contain no-repeat;
  margin-left: 10px;
  height: 8px;
  width: 28px;
}
.points .item .box .link .link_inner{
  font-size: 15px;
  font-weight: 700;
}
.sectioin-about .title-slash{
  margin-top: 30px;
}
.sectioin-about .cvBtn{
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .points{
    flex-direction: column;
    margin-top: 40px;
    margin-top: 10.666vw;
  }
  .points .item{
    box-shadow: 4px 4px 0 0 rgba(218, 127, 123, .3);
    padding: 25px 0 18px;
    padding: 6.666vw 0 4.8vw;
    width: 100%;
  }
  .points .item:not(:first-of-type){
    margin-top: 35px;
    margin-top: 9.333vw;
  }
  .points .item .point-label{
    top: -15px;
    top: -4vw;
  }
  .point-label span{
    font-size: 13px;
    font-size: 3.466vw;
    padding: 6px 24px;
    padding: 1.6vw 6.4vw;
  }
  .points .item .box{
    width: 100%;
  }
  .points .item .box .sub{
    font-size: 16px;
    font-size: 4.266vw;
  }
  .points .item .box .title{
    font-size: 17px;
    font-size: 4.533vw;
    margin-top: 7px;
    margin-top: 1.866vw;
  }
  .points .item .box .title .large{
    font-size: 20px;
    font-size: 5.333vw;
  }
  .points .item .box .title sup{
    font-size: 10px;
    font-size: 2.666vw;
  }
  .points .item .box .link{
    /*max-width: 195px;*//*vw対応のためコメントアウト*/
    /*margin: 13px auto 0;*/
    margin-top: 13px;
    margin-top: 3.466vw;
    padding: 7px 5px 6px;
    padding: 1.866vw 1.333vw 1.6vw;
    /*width: 100%;*/
    width: 55.9%;
    max-width: initial;
  }
  .points .item .box .link .link_inner{
    font-size: 12px;
    font-size: 3.2vw;
  }
  .points .item .box .link:after{
    margin-left: 8px;
    margin-left: 2.133vw;
    height: 6px;
    height: 1.6vw;
    width: 23px;
    width: 6.133vw;
  }
}


/*------------------------------------------------------------
	sectioin-detail
------------------------------------------------------------*/
.detail-table{
  margin-top: 45px;
  width: 100%;
  transform: rotate(0.03deg);
}
.detail-table th,
.detail-table td{
  border-bottom: 2px solid #a7a7a7;
  padding: 2px 0;
  text-align: center;
  vertical-align: middle;
}
.detail-table tr:first-child th,
.detail-table tr:first-child td{
  border-top: 2px solid #a7a7a7;
}
.detail-table th > div,
.detail-table td > div{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 13px 10px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.detail-table th{
  background-color: #ffe7e6;
  color: #ee5a4b;
  width: 32.5%;
}
.detail-table th .small{
  font-size: 16px;
  font-weight: inherit;
}
.detail-table td:not(:last-of-type) > div{
  border-right: 2px dotted #a7a7a7;
}
.detail-table td .small{
  font-size: 15px;
  font-weight: inherit;
}
.sectioin-detail .cvBtn{
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .detail-table{
    margin-top: 28px;
    margin-top: 7.466vw;
  }
  .detail-table th{
    width: 28.5%;
  }
  .detail-table th > div,
  .detail-table td > div{
    font-size: 14px;
    font-size: 3.733vw;
    padding: 13px 3px;
    padding: 3.466vw .8vw;
    min-height: 46px;
    min-height: 12.266vw;
  }
  .detail-table td:not(:last-of-type) > div{
    padding: 17px 8px;
    padding: 4.533vw 2.133vw;
  }
  .detail-table th .small{
    font-size: 10px;
    font-size: 2.666vw;
  }
  .detail-table td .small{
    font-size: 11px;
    font-size: 2.933vw;
    font-weight: 500;
  }
  .sectioin-detail .cvBtn{
    margin-top: 25px;
    margin-top: 6.666vw;
  }
}


/*------------------------------------------------------------
	sectioin-point1
------------------------------------------------------------*/
.heading-label{
  margin-bottom: 20px;
}
.feeBlock{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 35px;
}
.feeBlock .item{
  display: flex;
  width: calc(50% - 10px);
}
.feeBlock .item .left{
  background-color: #f86450;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 13px 4px 4px;
  text-align: center;
  width: 151px;
}
.feeBlock .item .left .thum{
  width: 76px;
}
.feeBlock .item .left .title{
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  flex: 1;
  display: flex;
  align-items: center;
  text-align: center;
}
.feeBlock .item .left .link{
  background-color: #FFF;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
  text-decoration: none;
  width: 100%;
}
.feeBlock .item .left .link:after{
  content: "";
  background: url("../images/icon_arrow.svg") center center / contain no-repeat;
  flex-basis: 7px;
  width: 7px;
  height: 8px;
  margin-left: 5px;
}
.feeBlock .item .left .link_inner{
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.feeBlock .item .right{
  background-color: #FFF;
  flex: 1;
}
.feeBlock .item .right th,
.feeBlock .item .right td{
  font-size: 18px;
  font-weight: 700;
  padding: 12px 0 11px;
  vertical-align: middle;
}
.feeBlock .item .right tr:not(:last-of-type) th,
.feeBlock .item .right tr:not(:last-of-type) td{
  border-bottom: 2px solid #ffefed;
}
.feeBlock .item .right th{
  background-color: #dcdcdc;
  text-align: center;
  /*width: 97px;*/
  width: 30.4%;
}
.feeBlock .item .right td *{
  font-weight: 700;
}
.feeBlock .item .right td > div{
  max-width: 170px;
  text-align: right;
  width: 88%;
}
.feeBlock .item .right td .large{
  font-size: 22px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .heading-label{
    margin-bottom: 13px;
    margin-bottom: 3.466vw;
  }
  .heading-label span{
    padding: 4px 19px;
    padding: 1.066vw 5.066vw;
  }
  .feeBlock{
    align-items: center;
    flex-direction: column;
    gap: 12px;
    gap: 3.2vw;
    margin-top: 20px;
    margin-top: 5.333vw;
  }
  .feeBlock .item{
    /*max-width: 400px;*//*vw対応のためコメントアウト*/
    width: 100%;
  }
  .feeBlock .item .left{
    padding: 10px 3px 3px;
    padding: 2.666vw .8vw .8vw;
    /*width: 114px;*/
    width: 32.5%;
  }
  .feeBlock .item .left .thum{
    width: 57px;
    width: 15.2vw;
  }
  .feeBlock .item .left .title,
  .feeBlock .item .right th,
  .feeBlock .item .right td{
    font-size: 13px;
    font-size: 3.466vw;
    padding: 9px 0;
    padding: 2.4vw 0;
  }
  .feeBlock .item .left .link_inner{
    font-size: 10px;
    font-size: 2.666vw;
  }
  .feeBlock .item .right th{
    width: 72px;
    width: 19.2vw;
  }
  .feeBlock .item .right td > div{
    /*max-width: 125px;*//*コメントアウト*/
    max-width: 33.333vw;
  }
  .feeBlock .item .right td .large{
    font-size: 16px;
    font-size: 4.266vw;
  }
}


/*------------------------------------------------------------
	sectioin-point2
------------------------------------------------------------*/
.title-slash{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: rotate(0.03deg);
}
.title-slash:before,
.title-slash:after{
  background: #333;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 65px;
  width: 2px;
}
.title-slash:before{
  margin-right: 30px;
  transform: rotate(-20deg);
}
.title-slash:after{
  margin-left: 30px;
  transform: rotate(20deg);
}
.title-slash p {
  font-size: 18px;
  font-weight: 700;
}
.title-slash .large{
  font-size: 26px;
  font-weight: 700;
}
.title-slash .money{
  font-weight: 800;
  margin-left: 8px;
  position: relative;
  top: 1px;
}

.title-brackets{
  padding: 0 12px 5px;
  position: relative;
  transform: rotate(0.03deg);
}
.title-brackets:before,
.title-brackets:after{
  border: 1px solid #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 12px;
}
.title-brackets:before{
  border-right: none;
  left: 0;
}
.title-brackets:after{
  border-left: none;
  right: 0;
}
.title-brackets .title_inner{
  flex: 1;
  text-align: center;
}
.title-brackets .text{
  font-size: 20px;
  font-weight: 700;
}
.title-brackets .text .large{
  font-size: 22px;
  font-weight: 700;
}
.title-brackets .pattern{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
}
.title-brackets .pattern li{
  background-color: #FFF;
  border-radius: 100px;
  color: #333;
  font-weight: 700;
  line-height: 1;
  padding: 7px 10px;
}

.sectioin-point2 .title-slash{
  margin-top: 50px;
}
.exampleBlock{
  background-color: #ffefed;
  padding: 40px;
  margin-top: 50px;
}
.exampleBlock .item{
  display: flex;
  justify-content: space-between;
}
.exampleBlock .item:not(:first-child){
  border-top: 2px dotted #b2b2b2;
  margin-top: 34px;
  padding-top: 34px;
}
.exampleBlock .item .left{
  /*width: 420px;*/
  max-width: 420px;
  width: 50%;
}
.exampleBlock .plan{
  margin-top: 22px;
}
.exampleBlock .plan .title{
  font-weight: 700;
}
.exampleBlock .plan .graph{
  background-color: #FFF;
  margin-top: 10px;
  width: 100%;
}
.exampleBlock .plan .graph .graph_inner{
  background-color: #f9796b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 5px 14px 8px;
  width: 90%;
}
.exampleBlock .plan .graph .graph_inner .text{
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  transform: rotate(0.03deg);
}
.exampleBlock .plan .graph .graph_inner .text .large{
  font-size: 19px;
  margin-left: 7px;
  margin-right: 3px;
}
.exampleBlock .plan .graph .graph_inner .balloon{
  background-color: #FFF;
  color: #f86450;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-left: 18px;
  padding: 6px 3px 6px 7px;
  position: relative;
  flex-shrink: 0;
  transform: rotate(0.03deg);
}
.exampleBlock .plan .graph .graph_inner .balloon:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: auto;
  margin: auto;
  border: 4px solid transparent;
  border-right: 6px solid #FFF;
  height: 8px;
}
.exampleBlock .plan .cost{
  font-size: 14px;
  margin-top: 12px;
  text-align: right;
  position: relative;
  transform: rotate(0.03deg);
}
.exampleBlock .plan .cost *{
  font-weight: 700;
}
.exampleBlock .plan .cost:before{
  content: "";
  background-color: #333;
  font-size: 14px;
  display: block;
  position: absolute;
  right: 20px;
  top: -30px;
  height: 30px;
  width: 2px;
}
.exampleBlock .plan .cost .large{
  font-size: 19px;
  margin-left: 5px;
}
.exampleBlock .item .right{
  /*width: 405px;*/
  max-width: 405px;
  width: 48%;
}
.expenses-table{
  width: 100%;
  transform: rotate(0.03deg);
}
.expenses-table thead th{
  background-color: #f86450;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 7px;
  text-align: center;
}
.expenses-table tbody td{
  background-color: #FFF;
  border-bottom: 1px solid #ffefed;
  font-weight: 700;
  line-height: 1.3;
  padding: 7px 15px;
  width: 50%;
}
.expenses-table tbody td:first-child{
  border-right: 1px solid #ffefed;
}
.expenses-table .total{
  color: #d0000f;
  font-size: 20px;
  text-align: center;
}
.sectioin-point2 .note-block{
  margin-top: 13px;
}
.sectioin-point2 .cvBtn{
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .title-slash{
    align-items: stretch;
  }
  .title-slash:before, .title-slash:after{
    height: auto;
    width: 1px;
    width: 0.266vw;
  }
  .title-slash p{
    font-size: 12px;
    font-size: 3.2vw;
  }
  .title-slash .large{
    font-size: 16px;
    font-size: 4.266vw;
  }
  .title-slash .money{
    font-size: 17px;
    font-size: 4.533vw;
    margin-left: 4px;
    margin-left: 1.066vw;
  }
  .title-brackets{
    padding-bottom: 2px;
    padding-bottom: 0.533vw;
  }
  .title-brackets:before, .title-brackets:after{
    width: 9px;
    width: 2.4vw;
  }
  .title-brackets .text{
    font-size: 15px;
    font-size: 4vw;
  }
  .title-brackets .text .large{
    font-size: 16px;
    font-size: 4.266vw;
  }
  .title-brackets .pattern{
    gap: 6px;
    gap: 1.6vw;
    margin-top: 5px;
    margin-top: 1.333vw;
  }
  .title-brackets .pattern li{
    font-size: 12px;
    font-size: 3.2vw;
    padding: 5px 8px;
    padding: 1.333vw 2.133vw;
  }
  
  .sectioin-point2 .title-slash{
    margin-top: 25px;
    margin-top: 6.666vw;
  }
  .exampleBlock{
    margin-top: 20px;
    margin-top: 5.333vw;
    padding: 25px 10px 36px;
    padding: 6.666vw 2.666vw 9.6vw;
  }
  .exampleBlock .item{
    flex-direction: column;
    margin-inline: auto;
    width: 93%;
  }
  .exampleBlock .item:not(:first-child){
    margin-top: 23px;
    margin-top: 6.133vw;
    padding-top: 30px;
    padding-top: 8vw;
  }
  .exampleBlock .item .left,
  .exampleBlock .item .right{
    max-width: initial;
    width: 100%;
  }
  .expenses-table{
    margin: 20px auto 0;
    margin: 5.333vw auto 0;
    width: 95%;
  }
  .expenses-table thead th{
    font-size: 13px;
    font-size: 3.466vw;
    padding: 6px;
    padding: 1.6vw;
  }
  .expenses-table tbody td{
    font-size: 12px;
    font-size: 3.2vw;
    padding: 5px 10px;
    padding: 1.333vw 2.666vw;
  }
  .expenses-table .total{
    font-size: 15px;
    font-size: 4vw;
  }
  .exampleBlock .plan{
    margin-top: 18px;
    margin-top: 4.8vw;
  }
  .exampleBlock .plan .title{
    font-size: 12px;
    font-size: 3.2vw;
  }
  .exampleBlock .plan .graph{
    margin-top: 7px;
    margin-top: 1.866vw;
  }
  .exampleBlock .plan .graph .graph_inner{
    padding: 10px 7px 10px 11px;
    padding: 2.666vw 1.866vw 2.666vw 2.933vw;
  }
  .exampleBlock .plan .graph .graph_inner .text,
  .exampleBlock .plan .graph .graph_inner .balloon,
  .exampleBlock .plan .cost{
    font-size: 10px;
    font-size: 2.666vw;
  }
  .exampleBlock .plan .graph .graph_inner .text .large,
  .exampleBlock .plan .cost .large{
    font-size: 14px;
    font-size: 3.733vw;
  }
  .exampleBlock .plan .graph .graph_inner .balloon{
    margin-left: 12px;
    margin-left: 3.2vw;
    padding: 5px 3px 4px 5px;
    padding: 1.333vw .8vw 1.066vw 1.333vw;
  }
  .exampleBlock .plan .graph .graph_inner .balloon:before{
    border: 3px solid transparent;
    border: .8vw solid transparent;
    border-right: 4px solid #FFF;
    border-right-width: 1.066vw;
    height: 4px;
    height: 1.066vw;
  }
  .exampleBlock .plan .cost{
    margin-top: 9px;
    margin-top: 2.4vw;
  }
  .exampleBlock .plan .cost:before{
    right: 4.8%;
    top: -23px;
    top: -6.133vw;
    height: 22px;
    height: 5.866vw;
    width: 1px;
    width: 0.266vw;
  }
  .sectioin-point2 .cvBtn{
    margin-top: 30px;
    margin-top: 8vw;
  }
}

/*------------------------------------------------------------
	sectioin-point3
------------------------------------------------------------*/
.sectioin-point3 .heading1:not(:first-of-type){
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .sectioin-point3 .heading1:not(:first-of-type){
    margin-top: 40px;
    margin-top: 10.666vw;
  }
}


/*------------------------------------------------------------
	sectioin-option
------------------------------------------------------------*/
.optionDetail{
  background-color: #f7f8f8;
  margin-top: 40px;
  padding: 30px;
}
.optionDetail .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 860px;
  margin-inline: auto;
}
.optionDetail .inner .left{
  width: 48%;
}
.optionDetail .inner .left .title{
  font-size: 22px;
  font-weight: 700;
  transform: rotate(0.03deg);
}
.optionDetail .list{
  margin-top: 15px;
}
.optionDetail .list li{
  font-size: 17px;
  font-weight: 700;
  padding-left: 22px;
  position: relative;
  transform: rotate(0.03deg);
}
.optionDetail .list li:not(:first-child){
  margin-top: 8px;
}
.optionDetail .list li:before{
  content: "";
  display: block;
  background: url("../images/icon_check.png") center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 16px;
}
.optionDetail .inner .right{
  width: 46.5%;
}
.optionDetail .fee{
  background-color: #FFF;
  border: 2px solid #f86450;
  border-radius: 8px;
}
.optionDetail .fee .title{
  background-color: #f86450;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  padding: 4px;
  text-align: center;
}
.optionDetail .fee .body{
  padding: 10px 10px 10px;
}
.optionDetail .fee .body p{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.optionDetail .fee .body p .color-orange{
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .optionDetail{
    margin-top: 25px;
    margin-top: 6.666vw;
    padding: 18px 20px;
    padding: 4.8vw 5.333vw;
  }
  .optionDetail .inner{
    flex-direction: column;
  }
  .optionDetail .inner .left,
  .optionDetail .inner .right{
    width: 100%;
  }
  .optionDetail .inner .left .title{
    font-size: 16px;
    font-size: 4.266vw;
  }
  .optionDetail .list{
    margin-top: 8px;
    margin-top: 2.133vw;
  }
  .optionDetail .list li{
    font-size: 13px;
    font-size: 3.466vw;
  }
  .optionDetail .list li:not(:first-child){
    margin-top: 3px;
    margin-top: .8vw;
  }
  .optionDetail .fee .title{
    font-size: 14px;
    font-size: 3.733vw;
  }
  .optionDetail .fee .body{
    padding: 8px;
    padding: 2.133vw;
  }
  .optionDetail .fee .body p{
    font-size: 14px;
    font-size: 3.733vw;
  }
  .optionDetail .fee .body p .color-orange{
    font-size: 18px;
    font-size: 4.8vw;
  }
  .optionDetail .inner .right{
    margin-top: 18px;
    margin-top: 4.8vw;
  }
}

/*------------------------------------------------------------
	sectioin-discount
------------------------------------------------------------*/
.discount .item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
.discount .item .left{
  width: 30%;
}
.discount .item .left .icon{
  max-width: 140px;
  width: 90%;
}
.discount .item .title-block{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.discount .item .title-block .title{
  font-size: 24px;
  font-weight: 700;
  margin-right: 14px;
}
.discount .item .title-block .off{
  background-color: #FFF;
  display: flex;
  padding: 6px 10px;
}
.discount .item .title-block .off p{
  font-size: 14px;
  line-height: 1;
}
.discount .item .title-block .off p:not(:first-child){
  border-left: 1px solid #333;
  margin-left: 10px;
  padding-left: 10px;
}
.discount .item .title-block .off p .color-orange{
  font-size: 18px;
  margin-left: 2px;
}
.discount .item .text{
  font-size: 18px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .discount .item{
    margin-top: 20px;
    margin-top: 5.333vw;
  }
  .discount .item .title-block{
    align-items: center;
    flex-direction: column;
  }
  .discount .item .title-block .title{
    font-size: 18px;
    font-size: 4.8vw;
    margin: 0;
  }
  .discount .item .title-block .icon{
    width: 28vw;
  }
  .discount .item .title-block .off{
    background: none;
    flex-direction: column;
    align-items: center;
  }
  .discount .item .title-block .off p{
    margin-top: 3px;
    margin-top: .8vw;
  }
  .discount .item .title-block .off p:not(:first-child){
    border: none;
    padding: 0;
    margin-left: 0;
  }
  .discount .item .title-block .off p .color-orange{
    font-size: 20px;
    font-size: 5.333vw;
  }
  .discount .item .text{
    font-size: 14px;
    font-size: 3.733vw;
    font-weight: 500;
    margin-top: 10px;
    margin-top: 2.666vw;
  }
}


/*------------------------------------------------------------
	sectioin-faq
------------------------------------------------------------*/
.faq{
  margin-top: 40px;
}
.faq .item:not(:first-child){
  border-top: 2px dotted #f86450;
  margin-top: 35px;
  padding-top: 40px;
}
.faq .item .q,
.faq .item .a{
  font-size: 18px;
  line-height: 1.7;
  padding: 3px 0 2px calc(36px + 24px);
  position: relative;
  transform: rotate(0.03deg);
}
.faq .item .q{
  color: #f86450;
}
.faq .item .q:before,
.faq .item .a:before{
  content: "";
  display: block;
  background: url("../images/faq_q.svg") center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 36px;
}
.faq .item .a{
  margin-top: 20px;
}
.faq .item .a:before{
  background-image: url("../images/faq_a.svg");
}

@media screen and (max-width: 767px) {
  .faq {
    margin-top: 25px;
    margin-top: 6.666vw;
  }
  .faq .item:not(:first-child){
    margin-top: 20px;
    margin-top: 5.333vw;
    padding-top: 25px;
    padding-top: 6.666vw;
  }
  .faq .item .q,
  .faq .item .a{
    font-size: 14px;
    font-size: 3.733vw;
    line-height: 1.5;
    padding: 0 0 2px calc(22px + 8px);
    padding: 0 0 0.533vw calc(5.866vw + 2.133vw);
  }
  .faq .item .q:before,
  .faq .item .a:before{
    height: 22px;
    height: 5.866vw;
    width: 22px;
    width: 5.866vw;
  }
  .faq .item .a{
    margin-top: 10px;
    margin-top: 2.666vw;
  }
  .faq .item .a *{
    font-weight: 500;
  }
}

/*------------------------------------------------------------
	no1
------------------------------------------------------------*/
.no1{
  background-color: #f6f4f7;
  line-height: 0;
  overflow: hidden;
}
.no1 .wrapper{
  width: 118%;
  max-width: initial;
  margin-left: -9%;
  margin-right: -9%;
}
.no1 img{
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .no1, .no1 .wrapper{
    min-width: initial;
    width: 100%;
    margin: 0;
  }
  
}


/*------------------------------------------------------------
	modal
------------------------------------------------------------*/
html.modal_lock, body.modal_lock{
  overflow: hidden;
}
.modal{
  background: rgba(33, 36, 46, 0.95);
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*padding: 40px 20px;*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  text-align: center;
  transition: opacity .3s, visibility .3s;
  visibility: hidden;
  z-index: 10000;
}
.modal:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
.modal.is-active{
  opacity: 1;
  visibility: visible;
}
.modal-close{
  background-color: #FFF;
  border: 2px solid #969696;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: absolute;
  top: -30px;
  left: -30px;
  height: 60px;
  width: 60px;
}
.modal-close:after{
  content: "";
  color: #969696;
  background: url("../images/icon_close.svg") center center / contain no-repeat;
  height: 28px;
  width: 28px;
}
.modal-close:hover, .modal-close:active{
  background-color: #FFF;
}
.modal-container{
  display: inline-block;
  max-width: 530px;
  margin: 40px auto 20px;
  position: relative;
  vertical-align: middle;
  width: 90%;
}
.modal-content{
  background: #fff;
  border-radius: 6px;
  padding: 25px 44px;
}
.modal-content .title{
  background-color: #f86450;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  padding: 3px;
  margin-bottom: 20px;
  text-align: center;
  transform: rotate(0.03deg);
}
.modal-content p{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 767px) {
  .modal-close{
    top: -19px;
    top: -5.066vw;
    left: -16px;
    left: -4.266vw;
    height: 38px;
    height: 10.133vw;
    width: 38px;
    width: 10.133vw;
  }
  .modal-close:after{
    height: 19px;
    height: 5.066vw;
    width: 19px;
    width: 5.066vw;
  }
  .modal-container{
    margin: 30px auto 10px;
    margin: 8vw auto 2.666vw;
  }
  .modal-content{
    padding: 15px 28px;
    padding: 4vw 7.466vw;
  }
  .modal .title{
    font-size: 14px;
    font-size: 3.733vw;
    margin-bottom: 12px;
    margin-bottom: 3.2vw;
  }
  .modal p{
    font-size: 12px;
    font-size: 3.2vw;
  }
}


/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixFooter{
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.fixFooter.show{
  opacity: 1;
  visibility: inherit;
}
.fixBtn{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(255,255,255,.8);
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 108px;
  z-index: 100;
  line-height: 1;
}
.fixBtn .btn{
  margin: 0;
  max-width: 400px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .fixBtn{
    height: 68px;
  }
  .fixBtn .btn{
    max-width: 188px;
  }
  .fixBtn .btn:first-of-type{
    margin-right: -1%;
  }
  .fixBtn .btn:last-of-type{
    margin-left: -1%;
  }
}


/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
.bg_footer{
	background: #eeeeee !important;
	width:100%;
	padding:60px 0 108px;
}
.gray_box {
	text-align: left;
	margin:10px 0 35px;
	font-size: 14px;
  font-weight: 500;
}
#footlink ul {
	list-style: none outside none;
	text-align: center;
  margin: 0 auto;
  transform: rotate(0.03deg);
}
#footlink ul li {
  padding: 0;
	display:inline;
	font-size:85%;
	color: #333;
}
#footlink ul li a{
	color: #ea5532;
  font-weight: 500;
}
.tyusyaku{
  text-align: center;
  margin-top:5px;
  font-size:0.7em;
  font-weight: 500;
  padding:5px 0;
  color:#000000;
  transform: rotate(0.03deg);
}
.copyright {
  text-align: center;
  margin-top:5px;
  font-size:0.7em;
  background:#ea5532;
  padding:5px 0;
  color:#fff;
  transform: rotate(0.03deg);
}
.formno {
  text-align: right;
  font-size:0.7em;
  margin-right: 10px;
  margin-bottom: 25px;
  transform: rotate(0.03deg);
}
li a:link{
  color: #555;
  text-decoration: none;
}
li a:visited {
  color: #666;
}
li a:hover {
  color: #00a0e9;
}
#page-top {
  position: fixed;
  bottom: 130px;
  right: 20px;
  z-index: 100;
}
#page-top a {
  display: block;
}

@media screen and (min-width: 768px) {
  #footlink ul li:not(:first-of-type):before {
    content: "｜";
  }
}
@media screen and (max-width: 767px) {
  .bg_footer{
    padding-top: 30px;
    padding-top: 8vw;
    padding-bottom: 70px;
    padding-bottom: 18.666vw;
  }
  .bg_footer .wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .bg_footer .wrapper img{
    display: block;
    margin-inline: auto;
    width: 94%;
  }
  #footlink{
    margin-top: 40px;
    margin-top: 10.666vw;
  }
  #footlink ul li{
    font-size: 12px;
    font-size: 3.2vw;
    display: block;
    list-style: none;
    text-align: left;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f2), to(#e8e8e4));
  }
  #footlink ul li a{
    display: block;
    padding: 8px 0 8px 20px;
    padding: 2.133vw 0 2.133vw 5.333vw;
    color: #333333;
    text-decoration: none;
  }
  .tyusyaku,
  .gray_box,
  .f11a,
  .formno{
    margin-inline: auto;
    width: 94%;
  }
  .gray_box{
    font-size: 11px;
    font-size: 2.933vw;
    margin-top: 15px;
    margin-top: 4vw;
    margin-bottom: 2em;
    order: 2;
  }
  .f11a{
    font-size: 11px;
    font-size: 2.933vw;
    order: 3;
    transform: rotate(0.03deg);
  }
  .f11a span{
    font-size: 15px;
    font-size: 4vw;
  }
  .formno{
    margin: 15px 0 10px;
    margin: 4vw 0 2.666vw;
  }
  .copyright{
    background: none;
    color: #7d7d7d;
    font-size: 12px;
    font-size: 3.2vw;
    margin: 0;
    padding: 1%;
  }
  #page-top {
    display: none !important;
  }
}

