@charset "UTF-8";

.red {
	color: #FF0000;
}
.bg_blue {
		background: #d9eeee;
	}
.lato_font {
    font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#chanel_injection_contents .slide_in_image {
    width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
}
#chanel_injection_contents .isPlay {
  animation-name: play;
  animation-duration: 0.55s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
  animation-timing-function: ease;
}

/*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
#chanel_injection_contents .isPlay:before {
  animation-name: maskOut;
  animation-duration: 0.55s;
  animation-delay: 0.55s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background:linear-gradient(to right, #f3f6f7, #edf4f7);
}
/*//「slide_in_image」をスライドインする*/
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

/*//マスク要素をスライドアウトする*/
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}
@media screen and (min-width: 770px){
	
section.sec_box {
	padding: 70px 0 0;
	display: table;
	margin: auto;
	width: 100%;
}

#single_contents {
	font-size: 16px;
	line-height: 2;
}
#single_contents .mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
}
#single_contents .pc_none {
    display: none;
}
#single_contents .auto {
	width: 1000px;
	margin: 0 auto;
}
#single_contents #link4 .auto {
	width: 1200px;
	margin: 0 auto;
}
	
.single_mv_bg {
	width: 100%;
	height: 46vw;
	min-height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	margin-bottom: 20px;
}

.single_mv_bg.mayu {
	background-image: url(../images/mayu/mayu_mv_bg2.jpg);
}

.single_mv_inner {
	width: 90vw;
	max-width: 1400px;
	margin: auto;
	position: relative;
}
.single_mv_inner img {
	height: 17vw;
	position: absolute;
	right: 0;
	top: 15vw;
}

.single_mv_bg.photosilkplus .single_mv_inner,
.single_mv_bg.bihakuset .single_mv_inner,
.single_mv_bg.pico .single_mv_inner,
.single_mv_bg.pico2 .single_mv_inner,
.single_mv_bg.cvt .single_mv_inner {
	width: 100% !important;
	max-width: 100% !important;
}
.single_mv_bg.photosilkplus .single_mv_inner img,
.single_mv_bg.bihakuset .single_mv_inner img,
.single_mv_bg.pico .single_mv_inner img,
.single_mv_bg.pico2 .single_mv_inner img,
.single_mv_bg.cvt .single_mv_inner img {
	min-height: 100% !important;
	height: auto !important;
	left: 0 !important;
	top: 0 !important;
}

.single_navi {
	width: 1200px;
	margin: 0 auto 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-left: 1px solid #333;
	padding: 10px 0;
	height: 50px;
}
.single_navi a {
	border-right: 1px solid #333;
	text-align: center;
	display: flex;
	font-size: 18px;
	width: 20%;
	height: 50px;
	line-height: 1.2;
	align-items: center;
	justify-content: center;
}
.single_bnr_area {
	width: 800px;
	margin: 0 auto 40px;
}
.single_bnr_area p {
	text-align: center;
}
.pickup {
	width: 100%;
	height: 37vw;
	min-height: 480px;
	clear: both;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0%;
}

.pickup.mayu {
	background-image: url(../images/mayu/mayu_pickup.jpg);
}

.pickup_inner {
	width: 100%;
	margin: auto;
	position: relative;
	height: 35vw;
	min-height: 480px;
}
.pickup_ul {
	width: 45vw;
	position: absolute;
	right: 10vw;
	bottom: 60px;
}
.pickup_ul li {
	width: 31%;
	margin-right: 3.5%;
	background: #fff;
	text-align: center;
	padding: 15px 0;
	height: 70px;
	float: left;
	margin-bottom: 17px;
	align-items: center;
	display: flex;
	justify-content: center;
	border-radius: 30px;
	font-size: 1.2vw;
	line-height: 1.2;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.pickup_ul li:nth-of-type(3n) {
	margin-right: 0;
}
.pickup_ul li span {
	color: orange;
	display: contents;
}
#single_contents .single_h2 {
	text-align: center;
	font-size: 34px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	display: block;
	margin: 0 auto 60px;
	line-height: 1.4;
}
.single_means_box {
	width: 900px;
	margin: auto;
	display: table;
}
.single_means_box .img {
	float: right;
	width: 50%;
	text-align: center;
}
.single_means_box .img img {
	width: 70%;
}
.single_means_box p {
	width: 100%;
	position: relative;
}
	.single_mean_box_long {
		margin: 40px auto;
		width: 900px;
		display: table;
	}
	.single_mean_box_long p {
		position: relative;
		left: 10%;
		width: 80%;
	}
.single_means_img{
	width:700px;
	margin: 50px auto;
}
.single_means_box:nth-of-type(2) {
	margin-top: -20px;
}
.single_means_box:nth-of-type(2) .img {
	float: left;
}
.single_means_box:nth-of-type(2) p {
	width: 40%;
	position: relative;
	top: 75px;
	right: 10%;
	left: auto;
	float: right;
}
.youtube_box {
	width: 800px;
	margin: 70px auto;
	text-align: center;
}
.youtube_box iframe {
	width: 100%;
	height: 450px;
}
section.single_reason {
	padding: 70px 0;
}

.single_reason_photo {
	margin: 20px 0 20px;
}
.single_reason_dl {
	margin: 60px auto;
}
.single_reason_ttl_sub{
    margin: 2em 0 1em;
    font-size: 24px;
    text-align: center;
}
.single_reason_dt {
    font-size: 24px;
    margin: 0 0 12px;
    line-height: 1.4;
	font-weight: bold;
}
.single_reason_dd {
	overflow: hidden;
	margin-bottom: 60px;
}
.single_reason_dd .single_reason_dd_img {
	float: right;
	margin: 0 0 0 60px;
	width: 40%;
}
.single_reason_dd .single_reason_dd_list {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border: 10px solid #b4d6d6;
	margin-top: 15px;
	padding: 0 15px 15px;
}
.single_reason_dd .single_reason_dd_list .item dl {
	margin: 15px -15px 0 0;
	padding-right: 15px;
}
.single_reason_dd .single_reason_dd_list .item dt {
	color: #30b3bd;
	font-weight: bold;
}
.single_reason_dd .single_reason_dd_list .item dd {
	font-size: 14px;
	text-indent : -1em;
	padding-left : 1em;
	padding-right: 15px;
}
.single_reason_dd .single_reason_dd_list .item dd::before {
	content: "○";
	color: #30b3bd;
}

.single_reason_difference {
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position: -100px center;
	background-size: 100%;
	padding: 30px 0;
	margin-bottom: 60px;
	border: 10px solid #b4d6d6;
}
.single_reason_difference {
	background-image: url(../images/single/shimi-bihaku-photosilkplus_difference_pc.png);
}
.single_reason_difference h3,
.single_reason_difference ol {
	flex-basis: 50%;
	font-size: 24px;
	font-weight: bold;
}
.single_reason_difference h3 {
	/*flex-basis: 30%;*/
	text-align: center;
}
.single_reason_difference ol {
	/*flex-basis: 70%;*/
	color: #30b3bd;
}

.single_reason_table {
	width: 100%;
	border: 10px solid #b4d6d6;
}
.single_reason_table th,
.single_reason_table td {
	padding: 15px;
	border: 1px solid #b4d6d6;
	text-align: center;
}
.single_reason_table thead th,
.single_reason_table tbody th {
	font-weight: bold;
}
.single_reason_table thead th {
	background: #b4d6d6;
	color: #fff;
}
.single_reason_table thead th.otherlaser {
	
}
.single_reason_table thead th.recommend {
	background: #30b3bd;
}
.single_reason_table tbody th {

}
.single_reason_table tbody td {
	
}
.single_reason_table tbody td.recommend {
	background: #fff;
	color: #30b3bd;
	font-weight: bold;
}
.single_reason_instrument {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 50px;
	margin: 40px 0 20px;
}
.single_reason_instrument h3 {
    font-size: 24px;
    margin: 0 0 20px;
    line-height: 1.4;
	font-weight: bold;
}
.single_reason_instrument .single_reason_instrument_txt {
	flex-basis: 70%;
}
.single_reason_instrument .single_reason_instrument_img {
	flex-basis: 20%;
}
.listLisk{
	font-size:80%;
}

.reason_case {
	width: 100%;
	margin: 60px 0;
	padding: 70px 150px 100px;
	background: #fff;
}
.reason_case .case-list {
	    padding: 0;
}
.reason_case .case-list li {
	margin: 0;
}
.reason_case .case-list .case-img {
	margin-bottom: 0;
}
.reason_case .case-list .case-img-wrap {
	position: relative;
}
.reason_case .case-list .case-img .lo_lo {
	width: 100%;
}
.reason_case .case-list .single_reason p {
	margin-top: 0;
}

.reason_case_inner　　{
	
}
.reason_case_box{
	display:flex;
	flex-flow:wrap;
	gap:20px;
	border:4px solid #ccc;
	padding:20px;
	margin-bottom:40px
}
.reason_case_box h3{
	display:block;
	width:100%;
	font-weight:bold;
}
	
.reason_case_box img{
	width:calc((100%  - 20px )/2 );
}

.single_price_box {
	width: 800px;
	margin: 0 auto 70px;
	display: flex;
}
.single_price_box .single_price_box_left {
	width: 40%;
	text-align: center;
	margin-right: 20%;
	position: relative;
}
.single_price_box .single_price_box_left:after {
	background-image: url(../images/single/single_price_box_cross.png);
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	font-weight: 900;
	width: 120px;
	height: 150px;
	margin: auto;
	height: 120px;
	position: absolute;
	font-size: 25px;
	right: -140px;
	color: #363737;
	top: 105px;
}

.single_price_box .single_price_box_right {
	width: 40%;
	text-align: center;
}
.single_price_box p {
	font-weight: bold;
}
.single_price_area {
	width: 1000px;
	background: #888888;
	padding: 10px;
	margin: 20px auto;
	text-align: center;
}
.single_price_area_inner {
	background: #fff;
	padding: 20px 150px;
}
.single_price_area img {
	width: 100%;
}
.single_price_area_inner h3 {
	font-size: 24px;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin: 10px 0 20px;
	line-height: 1.4;
}
.single_price_area ul {
	width: 100%;
	margin: 10px auto 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.single_price_area ul li {
	padding: 5px;
	border: 1px solid #333;
	line-height: 1.2;
	width: 32%;
	height: 46px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.single_price_title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
}
.single_price_text {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.single_price_comment {
	margin-top: 15px;
	text-align: left;
}
.large {
	font-size: 34px;
}
.title_block {
	display: block;
	font-size: 14px;
}
.single_price_area_other {
	width: 1000px;
	background: #eaeaea;
	padding: 10px;
	margin: 60px auto;
	text-align: center;
}

.single_price_area_other p {
	text-align: left;
	margin: 20px 0;
}
.single_price_area_plan {
	display:flex;
	flex-flow:wrap;
	margin:3em 0 0;
}
.single_price_area_plan dt{
	width:30%;
	text-align: left;
}
.single_price_area_plan dd{
		width:70%;
		text-align: left;
		margin-bottom:2.5em
	}
.single_point_ul {
	display: flex;
	width: 1000px;
	margin: 40px auto;
}
.single_point_ul li {
	width: 31%;
	margin-right: 3.5%;
}
.single_point_ul li:last-child {
	margin-right: 0;
}
.single_point_ul li img {
	margin-bottom: 10px;
}
.single_point {
	padding: 70px 0;
}
#flow_conts .title_box {
	margin-bottom: 245px;
}
#flow_conts .flow_list li {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 107px;
}
#flow_conts .flow_list li:last-of-type {
	margin-bottom: 0;
}
#flow_conts .flow_list li .text_box {
	width: 557px;
	min-height: 363px;
	float: left;
	position: relative;
	z-index: 9;
}
#flow_conts .flow_list li:nth-of-type(2n) .text_box {
	float: right;
}
#flow_conts .flow_list li .text_box .number {
	font-size: 90px;
	line-height: 1.2;
	margin-bottom: 20px;
}
#flow_conts .flow_list li .text_box h4 {
	font-size: 31px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
}
#flow_conts .flow_list li .text_box .gray_text {
	font-size: 100px;
    line-height: 1;
	color: #f6f6f6;
	position: absolute;
    bottom: -42px;
    left: 0;
	z-index: -1;
	letter-spacing: .1em;
}
#flow_conts .flow_list li:nth-of-type(2n) .text_box .gray_text {
    left: auto;
	right: 0;
	text-align: right;
}
#flow_conts .flow_list li .img {
	width: 557px;
	float: right;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
#flow_conts .flow_list li:nth-of-type(2n) .img {
	float: left;
}
.detail_box {
	width: 1000px;
	margin: 150px auto;
	clear: both;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
	border-radius: 6px;
	padding: 60px 50px 82px;
}
.detail_box h4 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.detail_box table tr:nth-of-type(2n) {
	background-color: #f8f8f8;
}
.detail_box table th {
	width: 217px;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	padding: 15px 23px 12px 35px;
}
.detail_box table td {
	font-size: 16px;
	line-height: 27px;
	padding: 15px 23px 12px 0;
}
#faq {
	margin: 150px auto;
}
.faqArea {
	border-top: 2px solid #40b1bf;
}
.faqArea dl {
	border-bottom: 2px solid #40b1bf;
	padding: 10px 0;
}
.faqArea dl dt {
	padding: 10px 10px 10px 70px;
	position: relative;
}
.faqArea dl dt:before {
	position: absolute;
	content: "";
	background-image: url("../images/kogao-b/q.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
}
.faqArea dl dd {
	padding: 10px 10px 10px 70px;
	background: #f3f3f3;
	position: relative;
	display: none;
}
.faqArea dl dd:before {
	position: absolute;
	content: "";
	background-image: url("../images/kogao-b/a.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
}
.price_box {
	width: 100%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 20px 12px;
	border-radius: 6px;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
}
#title_conts .price_box {
	padding-bottom: 18px;
}
.price_box h4 {
	font-size: 23px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
    font-style: italic;
}
.price_box h4 .small {
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	display: inline-block;
}
.price_box .terms {
	display: inline-block;
	width: 182px;
	border-radius: 16px;
	background-color: #e43c83;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	padding: 2px 0 1px;
}
.price_box .price_wrap .range {
	display: inline-block;
	font-size: 21px;
	line-height: 1.3;
	font-weight: bold;
}
.price_box .price_wrap .price {
	display: inline-block;
	font-size: 49px;
	line-height: 1.3;
	font-weight: bold;
	font-style: italic;
	color: #e43c83;
	position: relative;
}
#title_conts .price_box .price_wrap .price {
	line-height: 1;
}
.price_box .price_wrap .price .small {
	display: inline-block;
	font-size: 29px;
	line-height: 1.3;
	font-weight: bold;
	color: #e43c83;
}
.price_box .price_wrap .price .tax {
	position: absolute;
	font-size: 11px;
	top: 12px;
	right: -6px;
}
#title_conts .price_box .price_wrap .price .tax {
	top: 6px;
}
#price_conts {
	display: table;
	margin: 50px auto 0;
    padding: 100px 0 0;
}
#price_conts .price_wrapper {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	padding: 0 100px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-bottom: 33px;
}
#price_conts .price_wrapper .price_box {
	width: 90%;
	margin: auto;
    margin-bottom: 35px;
}

#price_conts .price_box:nth-of-type(7) {
	padding: 24px 10px 22px;
}
#price_conts .price_box h4 {
	font-size: 25px;
}
#price_conts .price_box:nth-of-type(7) h4 {
	margin-bottom: 0;
}
#price_conts .price_box h4 .small {
	font-size: 22px;
}
#price_conts .price_box .terms {
	width: 223px;
	font-size: 21px;
}
#price_conts .price_box .price_wrap .price {
	font-size: 60px;
}
#price_conts .price_box.green .price_wrap .price {
	color: #30b3bd;
}
#price_conts .price_box .price_wrap .price .small {
	font-size: 36px;
}
#price_conts .price_box.green .price_wrap .price .small {
	color: #30b3bd;
}
#price_conts .price_box .price_wrap .price .tax {
	font-size: 13px;
    font-weight: bold;
	top: 16px;
}
#price_conts .price_box .price_wrap .price .taxplus {
	position: relative;
	top: auto;
	left: 5px;
	font-size: 28px;
}
#price_conts .price_box .price_wrap .taxcourse {
	font-weight: bold;
}
.mp100 {
	padding: 100px 0 0;
	margin-top: -100px;
}

.linkarea_wrap{
	margin: 40px auto 70px;
	padding: 0 0 70px;
	text-align: center;
}
	.linkarea_wrap img{
	width: 80%;
    margin: 20px auto 0;
	}
    
    
    
.kodawari_wrap
    {
            margin-top: 100px;
    }
    .kodawari_img{
        margin-bottom: 50px;
    }
    
    .kodawari_wrap p{
        margin-bottom: 1em;
    }    
    .kodawari_subttl{
     margin: 2em 0 1em;
    font-size: 24px;
    text-align: center;
    }
    .kodawari_case{
        width: 40%;
        height: auto;
        float: left;
        margin-right: 20px;
        display: block;
    }
}

@media screen and (max-width: 770px){
/*=========================
▼▼共通▼▼
===========================*/
#single_contents .mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
}
#single_contents .pc_none {
    display: none;
}
#single_contents .auto {
	width: 100%;
	margin: 0 auto;
}
#single_contents {
	font-size: 3.4vw;
	line-height: 2;
}
.single_navi {
	width: 100%;
	display: table;
	margin-bottom: 8vw;
}
.single_navi a {
	width: 50%;
	border-top: 1px solid #333;

	border-bottom: 1px solid #333;
	display: flex;
	align-items: center;
	height: 14vw;
	float: left;
	border-collapse: collapse;
	font-size: 3vw;
	padding: 0 3vw;
	position: relative;
	line-height: 1.2;
}
.single_navi a:nth-of-type(4), .single_navi a:nth-of-type(5), .single_navi a:nth-of-type(3), .single_navi a:nth-of-type(6) {
	margin-top: -1px;
}
.single_navi a:nth-of-type(1),.single_navi a:nth-of-type(3),.single_navi a:nth-of-type(5) {
	border-right: 1px solid #333;
}
.single_mv_inner img {
	vertical-align: bottom;
}
.single_navi a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f078';
	font-weight: 900;
	width: 4vw;
	margin: auto;
	height: 3vw;
	position: absolute;
	font-size: 4vw;
	right: 2vw;
	color: #363737;
	top: 5vw;
}
.single_bnr_area {
	width: 90%;
	margin: 0 auto 8vw;
}
.single_bnr_area p {
	text-align: center;
}
.pickup {
	width: 100%;
	height: 112vw;
	clear: both;
	position: relative;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	margin: 0 auto 8vw;
}
.pickup.mayu {
	background-image: url(../images/mayu/mayu_pickup_sp.jpg);
	background-color: #dde6eb;
}
.pickup_inner {
	width: 100%;
	margin: auto;
	position: relative;
	height: 110vw;
}
.pickup_ul {
	width: 94%;
	position: absolute;
	right: 3%;
	bottom: 0;
}
.pickup_ul li {
	width: 47%;
	margin-right: 6%;
	background: #fff;
	text-align: center;
	padding: 15px 0;
	height: 13vw;
	float: left;
	margin-bottom: 3vw;
	align-items: center;
	display: flex;
	justify-content: center;
	border-radius: 20px;
	font-size: 3.6vw;
	line-height: 1.2;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.pickup_ul li:nth-of-type(2n) {
	margin-right: 0;
}
.pickup_ul li span {
	color: orange;
	display: contents;
}
#single_contents .single_h2 {
	text-align: center;
	font-size: 6vw;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	display: block;
	margin: 0 auto 6vw;
	line-height: 1.4;
}
.single_means_box {
	width: 90%;
	margin: 0 auto 10vw;
	display: table;
}
.single_means_box .img {
	text-align: center;
}
.single_means_box .img img {
	width: 80%;
	text-align: center;
	margin: auto;
}
	.single_mean_box_long {
		margin: 4vw auto;
		width: 90%;
		display: table;
	}

.youtube_box {
	width: 90%;
	margin: 7vw auto;
	text-align: center;
}
.youtube_box iframe {
	width: 100%;
	height: 50vw;
}
section.single_reason {
	padding: 7vw 3vw;
}
.single_reason p {
	margin: 3vw 0 3vw;
}
.listLisk{
	font-size:80%;
}

.single_reason_ttl_sub{
    font-size: 4vw;
    text-align: center;
    margin: 1em 0 0;
}
    
.single_reason_dl {

}
.single_reason_dt {
    font-size: 4vw;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin: 4vw 0 5vw;
    line-height: 1.4;
}
.single_reason_dd {
	margin-bottom: 6vw;
}



.single_reason_dd .single_reason_dd_list {
	background: #fff;
	border: 2vw solid #b4d6d6;
	margin-top: 4vw;
	padding: 0 4vw 4vw;
}
.single_reason_dd .single_reason_dd_list .item dl {
	margin-top: 4vw;
}
.single_reason_dd .single_reason_dd_list .item dt {
	color: #30b3bd;
	font-weight: bold;
}
.single_reason_dd .single_reason_dd_list .item dd {
	font-size: 3vw;
	text-indent : -1em;
	padding-left : 1em;
	padding-right: 4vw;
}
.single_reason_dd .single_reason_dd_list .item dd::before {
	content: "○";
	color: #30b3bd;
}



.single_reason_difference {
	padding: 4vw 0;
	margin-bottom: 6vw;
	border: 2vw solid #b4d6d6;
}
.single_reason_difference {
	
}
.single_reason_difference h3,
.single_reason_difference ol {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.4;
}
.single_reason_difference h3 {
	background-image: url(../images/single/shimi-bihaku-photosilkplus_difference_sp.png);
	background-repeat: no-repeat;
	background-position: center 6vw;
	background-size: 100%;
	padding-bottom: 4vw;
	text-align: center;
}
.single_reason_difference ol {
	width: 90%;
	margin: 2vw auto 0;
	color: #30b3bd;
}

.single_reason_table {
	width: 100%;
	border: 2vw solid #b4d6d6;
}
.single_reason_table th,
.single_reason_table td {
	padding: 4vw 0;
	border: 1px solid #b4d6d6;
	text-align: center;
	vertical-align: middle;
}
.single_reason_table thead th,
.single_reason_table tbody th {
	font-weight: bold;
}
.single_reason_table thead th {
	background: #b4d6d6;
	color: #fff;
}
.single_reason_table thead th.otherlaser {
	
}
.single_reason_table thead th.recommend {
	background: #30b3bd;
}
.single_reason_table tbody th {

}
.single_reason_table tbody td {
	
}
.single_reason_table tbody td.recommend {
	background: #fff;
	color: #30b3bd;
	font-weight: bold;
}
.single_reason_instrument {
	background: #fff;
	padding: 8vw 6vw;
    margin-bottom: 4vw;
}
.single_reason_instrument h3 {
    font-size: 4vw;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin: 0 0 5vw;
    line-height: 1.4;
}
.single_reason_instrument .single_reason_instrument_txt {

}
.single_reason_instrument .single_reason_instrument_img {
	margin: 0;
	text-align: center;
}
.single_reason_instrument .single_reason_instrument_img img {
	width: 30%;
}
.single_reason_instrument .single_reason_instrument_txt p {
	margin: 0 0 5vw;
}

.reason_case {
	width: 100%;
	margin: 6vw 0;
	padding: 7vw 0;
	background: #fff;
}
.reason_case .case-list {
	    padding: 0;
}
.reason_case .case-list li {
	margin: 0;
}
.reason_case .listLisk {
	margin: 0 4vw;
	font-size: 3vw;
}
.reason_case .case-list .case-img {
	margin-bottom: 0;
}
.reason_case .case-list .case-img-wrap {
	position: relative;
}
.reason_case .case-list .single_reason p {
	margin-top: 0;
}


.reason_case_inner　　{
	
}
.reason_case_box{
	gap:20px;
	border:4px solid #ccc;
	padding:20px;
	margin-bottom:40px
}
.reason_case_box h3{
	display:block;
	width:100%;
	font-weight:bold;
	margin-bottom:1em;
}
	
.reason_case_box img{
	width:100%;
}

	

.single_price {
	padding: 6vw 0;
}
.single_price_box {
	width: 90%;
	margin: 0 auto 7vw;
	display: table;
}
.single_price_box .single_price_box_left {
	width: 100%;
	text-align: center;
	display: table;
	margin: auto;
	position: relative;
}
.single_price_box .single_price_box_left img {
	display: table-cell;
}
.single_price_box .single_price_box_left p {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.single_price_box .single_price_box_left:after {
	background-image: url(../images/single/single_price_box_cross.png);
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	font-weight: 900;
	width: 15vw;
	height: 150px;
	margin: auto;
	height: 15vw;
	position: absolute;
	font-size: 24px;
	right: 40vw;
	color: #363737;
	top: 46vw;
}
.single_price_box .single_price_box_right {
	width: 100%;
	text-align: center;
	display: table;
	margin: 15vw auto 0;
	position: relative;
}
.single_price_box .single_price_box_right img {
	display: table-cell;
	width: 50%;
	float: right
}
.single_price_box .single_price_box_right p {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	float: left;
	margin-top: 8vw;
}
.single_price_box p {
	font-weight: bold;
}
.sp_w90 {
	width: 90%;
	margin: auto;
}
.single_price_area {
	width: 100%;
	background: #888888;
	padding: 2vw;
	margin: 2vw auto;
	text-align: center;
}
.single_price_area_inner {
	background: #fff;
	padding: 1vw 2vw 5vw;
}
.single_price_area_other .single_price_area_inner {
	background: #fff;
	padding: 3vw 0 5vw;
}
.single_price_area img {
	width: 60%;
}
.single_price_area_inner h3 {
	font-size: 4vw;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin: 4vw 0 5vw;
	line-height: 1.4;
}
.single_price_area ul {
	width: 90%;
	margin: 1vw auto 6vw;
	display: table;
}
.single_price_area ul li {
	padding: 5px;
	border: 1px solid #333;
	line-height: 1.2;
	width: 48%;
	height: 12vw;
	align-items: center;
	display: flex;
	justify-content: center;
	float: left;
	margin-right: 4%;
}
.single_price_area ul li:nth-of-type(2n) {
	margin-right: 0;
}
.single_price_area ul li:last-child {
	margin: auto;
	float: none;
	position: relative;
	top: 3vw;
	width: 55%;
}
.single_price_title {
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.4;
}
.single_price_text {
	font-size: 3vw;
	font-weight: bold;
	line-height: 1.2;
}
.single_price_comment {
	width: 90%;
	margin: 6vw auto 0;
	text-align: left;
}
.large {
	font-size: 6vw;
}
.title_block {
	display: block;
	font-size: 2.6vw;
}
.single_price_area_other {
	width: 100%;
	background: #eaeaea;
	padding: 2vw;
	margin: 6vw auto;
	text-align: center;
}

.single_price_area_other p {
	text-align: left;
	margin: 2vw auto;
	width: 90%;
}
.single_point_ul {
	display: table;
	width: 100%;
	margin: 4vw auto;
}
.single_point_ul li {
	width: 90%;
	margin: 0 auto 6vw;
	text-align: center;
}
.single_point_ul li img {
	margin-bottom: 2vw;
	width: 70%;
}
.single_point_ul li p {
	text-align: left;
}
.single_point {
	padding: 7vw 0;
}
#flow_conts {
	width: 90%;
    margin: 10vw auto;
	clear: both;
}
#flow_conts .title_box {
	
}
#flow_conts .flow_list {
	margin: 14vw 0;
}
#flow_conts .flow_list li {
	width: 100%;
	margin-bottom: 50px;
}
#flow_conts .flow_list li .text {
	font-size: 3vw;
}
#flow_conts .flow_list li:last-of-type {
	margin-bottom: 0;
}
#flow_conts .flow_list li .text_box {
	width: 100%;
	position: relative;
	z-index: 9;
}
#flow_conts .flow_list li .text_box .number {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 12px;
}
#flow_conts .flow_list li .text_box h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 12px;
	text-align: center;
}
#flow_conts .flow_list li .text_box .gray_text {
	font-size: 40px;
    line-height: 1;
	color: #f6f6f6;
	position: absolute;
    top: 0;
    right: 0;
	z-index: -1;
    text-align: right;
	letter-spacing: .1em;
}
#flow_conts .flow_list li .img {
	width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 20px;
    overflow: hidden;
}
.detail_box {
    width: 100%;
    margin: 10vw auto;
    clear: both;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 1px 4px 3px rgb(0 0 0 / 6%);
    border-radius: 6px;
    padding: 6vw 2vw;
}
.detail_box h4 {
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 3vw;
	text-align: center;
}
.detail_box table tr:nth-of-type(2n) {
	background-color: #f8f8f8;
}
.detail_box table th {
	width: 30%;
	font-size: 2.6vw;
	line-height: 1.6;
	font-weight: bold;
	padding: 12px 5% 10px 5%;
}
.detail_box table td {
	font-size: 2.6vw;
	line-height: 1.6;
	padding: 12px 5% 10px 0;
}
#faq {
	margin: 5vw auto;
	font-size: 3vw;
}
.faqArea {
	border-top: 2px solid #40b1bf;
}
.faqArea dl {
	border-bottom: 2px solid #40b1bf;
	padding: 10px 0;
}
.faqArea dl dt {
	padding: 10px 10px 10px 70px;
	position: relative;
}
.faqArea dl dt:before {
	position: absolute;
	content: "";
	background-image: url("../images/kogao-b/q.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
}
.faqArea dl dd {
	padding: 10px 10px 10px 70px;
	background: #f3f3f3;
	position: relative;
	display: none;
}
.faqArea dl dd:before {
	position: absolute;
	content: "";
	background-image: url("../images/kogao-b/a.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
}
.price_box {
	width: 100%;
	text-align: center;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 20px 12px;
	border-radius: 6px;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
}
#title_conts .price_box {
	padding-bottom: 18px;
}
.price_box h4 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 6px;
    font-style: italic;
}
.price_box h4 .small {
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	display: inline-block;
}
.price_box .terms {
	display: inline-block;
	width: 140px;
	border-radius: 16px;
	background-color: #e43c83;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	padding: 2px 0 1px;
}
#title_conts .price_box .terms {
	margin-bottom: 8px;
}
.price_box .price_wrap .range {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
}
.price_box .price_wrap .price {
	display: inline-block;
	font-size: 40px;
	line-height: 1.3;
	font-weight: bold;
	font-style: italic;
	color: #e43c83;
	position: relative;
}
#title_conts .price_box .price_wrap .price {
	line-height: 1;
}
.price_box .price_wrap .price .small {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	color: #e43c83;
}
.price_box .price_wrap .price .tax {
	position: absolute;
	font-size: 10px;
	top: 8px;
	right: -10px;
}
#price_conts .price_wrapper {
	width: 92%;
	text-align: center;
	margin: auto;
    margin-bottom: 33px;
}
#price_conts .price_wrapper .price_box {
	width: 100%;
    margin-bottom: 20px;
}
#price_conts .price_box:nth-of-type(3) h4, #price_conts .price_box:nth-of-type(4) h4 {
	margin-bottom: 0;
}
#price_conts .price_box.green .price_wrap .price {
	color: #30b3bd;
}
#price_conts .price_box.green .price_wrap .price .small {
	color: #30b3bd;
}
#price_conts .price_box .price_wrap .price .tax {
	top: 13px;
}
#price_conts .price_box .price_wrap .price .taxplus {
	font-size: 20px;
	display: block;
}
#price_conts .price_box .price_wrap .taxcourse {
	font-weight: bold;
}
.linkarea_wrap{
    margin: 0 auto 5vw;
    padding: 0 0 5vw;
    text-align: center;
}
.linkarea_wrap img{
    width: 80%;
    margin: 20px auto 0;
	}
    
.kodawari_wrap
    {
            margin-top: 70px;
    }
    .kodawari_img{
        margin-bottom: 10px;
    }
    
    .kodawari_wrap p{
        margin-bottom: 1em;
    }    
    .kodawari_subttl{
     margin: 2em 0 1em;
    font-size: 24px;
    text-align: center;
    }    
    .kodawari_case{
        width: 90%;
        height: auto;
        margin: 20px auto;
        display: block;
    }

}


.ope_price {
  padding: 50px 0;
  background: #d9eeee;
}
@media only screen and (max-width: 761px) {
  .ope_price {
    padding: 6vw 0;
  }
}
.ope_price_title {
  font-size: 40px;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 761px) {
  .ope_price_title {
    font-size: 6vw;
    margin-bottom: 6vw !important;
  }
}
.ope_price_table {
  width: 100%;
  border: #ccc 1px solid;
  border-bottom: none;
  margin: 60px auto;
}
.ope_price_table tbody th, .ope_price_table tbody td {
  padding: 30px;
  border-bottom: #ccc 1px solid !important;
  vertical-align: middle;
}
@media only screen and (max-width: 761px) {
  .ope_price_table tbody th, .ope_price_table tbody td {
    padding: 3vw;
  }
}
.ope_price_table tbody th {
  width: 60%;
  text-align: left;
  background: #f4f3e5;
}
@media only screen and (max-width: 761px) {
  .ope_price_table tbody th {
    font-size: 3vw;
  }
}
.ope_price_table tbody td {
  width: 40%;
  text-align: right;
}
.ope_price_table tbody td .red {
  color: #e3424d;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 761px) {
  .ope_price_table tbody td .red {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 761px) {
  .ope_price_table tbody td .tax {
    font-size: 3vw;
  }
}
