@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */



/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

ol, ul {
	list-style: none;
	margin:0;
}
img {
	vertical-align: top;
	max-width: 100%;
}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}

body {
	padding-top: 0;
}
body p {
	margin:0;
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
body ul {
	padding:0;
}

.visible-pc {
	display: block;
}
.visible-sp {
	display: none;
}
.inner {
	width:980px;
	margin:0 auto;
}
@media screen and (max-width: 640px) {
	.visible-sp {
		display: block;
	}
	.visible-pc {
		display: none;
	}
	.inner {
		width:100%;
		padding:0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
}


.wrap {
	line-height:1.5;
}
.mainimg {
	text-align:center;
	background-image:url(https://www.s-b-c.net/assets/eyelid/maibotsu/teen/images/mainimg_bg.jpg?20220114);
	background-repeat:no-repeat;
	background-position:center center;
	margin: 0 0 30px;
	height: 600px;
}
@media screen and (max-width: 640px) {
	.mainimg {
		margin: 0 0 2%;
		height:auto;
	}
}

.ttl_stroke {
	margin-bottom: 40px;
	text-align: center;
	color: white;
	text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
}
.ttl_stroke .en {
	position: relative;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
.ttl_stroke .en:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 5px;
	background-image: linear-gradient(
	90deg, #27c4d6 0%, #fb77ee 100%);
	transform: translateX(-50%);
}
.ttl_stroke .jp {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
	.ttl_stroke {
		margin-bottom: 20px;
	}
	.ttl_stroke .en {
		margin-bottom: 10px;
	}
	.ttl_stroke .en img {
		width: auto;
		height: 20.5vw;
		max-height: 125px;
	}
	.ttl_stroke .en:after {
		width: 50px;
		height: 3px;
	}
	.ttl_stroke .jp {
		display: inline-block;
		font-size: 20px;
		line-height: 1.5;
		color: #FFFFFF;
	}
}

.dir-area02 {
	padding-bottom: 123px;
	background: url(https://www.s-b-c.net/assets/eyelid/maibotsu/teen/images/intro_bg.png) no-repeat;
	background-position: center top;
	z-index: 0;
}
.dir-area02 .intro__text {
	margin-top: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 2.5;
}
@media screen and (max-width: 640px) {
	.dir-area02 {
		padding-bottom: 60px;
		background-image: none;
		position: relative;
		overflow: hidden;
	}
	.dir-area02 .intro__text {
		font-size: 3.2vw;
		text-shadow: 1px 1px 0 #fff, 0px 0 #fff, -1px 1px 0 #fff, 0px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff
	}
	.dir-area02:before,
	.dir-area02:after {
		content: '';
		display: block;
		position: absolute;
		z-index: -1;
		bottom: 0;
	}
	.dir-area02:before {
		width: 51vw;
		height: 55vw;
		background: url(https://www.s-b-c.net/assets/eyelid/maibotsu/teen/images/mv_sp_left.png) no-repeat;
		background-size: cover;
		left: -30vw;
	}
	.dir-area02:after {
		width: 52vw;
		height: 55vw;
		background: url(https://www.s-b-c.net/assets/eyelid/maibotsu/teen/images/mv_sp_right.png) no-repeat;
		background-size: cover;
		right: -30vw;
	}
}


.dir-area03 {
	padding-bottom: 27px;
	background: url(https://www.s-b-c.net/assets/eyelid/maibotsu/teen/images/teen_point_bg.png) no-repeat;
	background-position: center top;
}
.dir-area03 .teen_point {
	margin-left: auto;
	margin-right: 0;
	padding-top: 214px;
	width: 680px;
}
.dir-area03 .teen_point p {
	display: inline-block;
	padding: 4px 20px 4px 25px;
	background-color: #63c8e7;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}
.dir-area03 .teen_point p span {
	color: #fffc17;
}
.dir-area03 .teen_point p:nth-of-type(2) {
	margin-left: 87px;
}
.dir-area03 .teen_point p:nth-of-type(3) {
	margin-left: 52px;
}
.dir-area03 .teen_point p+p {
	margin-top: 24px
}
.dir-area03 .btn-grad {margin-top: 187px;}
@media screen and (max-width: 640px) {
	.dir-area03 {
		background-size: auto 80vw;
		background-position: 66% -3px;
	}
	.dir-area03 .teen_point {
		width: 100%;
		padding-left: 0;
		padding-top: 30vw;
	}
	.dir-area03 .teen_point p {
		font-size: 3.5vw;
		padding: 0.7vw 2vw;
	}
	.dir-area03 .teen_point p:nth-of-type(2) {
		margin-left: 11vw;
	}
	.dir-area03 .teen_point p:nth-of-type(3) {
		margin-left: 6vw;
	}
	.dir-area03 .teen_point p+p {
		margin-top: 3.5vw;
	}
	.dir-area03 .btn-grad {
		margin-top: 20vw;
	}
}
.btn-grad {
	width: 584px;
	max-width: 100%;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #2997d6;
	text-decoration: none;
}
.btn-grad__text {
	position: relative;
	width: 79.1%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.15em;
	line-height: 83px;
	color: #fff;
	overflow: hidden;
	z-index: 0;
}
.btn-grad__text:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #84dbe0;
	background: linear-gradient(
	145deg, #84dbe0 0%, #84dbe0 30%, #6fb3ee 55%, #c68ee0 75%, #c68ee0 100%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.btn-grad__arrow {
	width: 20.9%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-grad__arrow span {
	position: relative;
	width: 48%;
	padding-top: 2px;
	border-bottom: 1px solid #2997d6;
}
.btn-grad__arrow span:before {
	content: '';
	display: inline-block;
	width: 15px;
	border-bottom: 1px solid #2997d6;
	transform: rotate(
	45deg);
	transform-origin: right bottom;
	position: absolute;
	bottom: -1px;
	right: 0;
}
@media screen and (max-width: 640px) {
	.btn-grad__text {
		font-size: 3vw;
		line-height: 5em;
	}
}

.dir-area04 .col3 {
	margin-top: -5px;
	float: left;
	width: 480px;
	font-size: 20px;
	line-height: 2;
}
.dir-area04 .col4 {
	float: right;
}
@media screen and (max-width: 640px) {
	.dir-area04 .col3 {
		width: 100%;
		float: none;
		font-size: 16px;
	}
	.dir-area04 .col4 {
		float: none;
		margin-top: 30px;
		text-align: center;
	}
}


.block_point {
	position: relative;
	padding: 60px 0 85px;
	overflow-x: hidden;
	z-index: 0;
}
.block_point:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(
	305deg, #7b27d6 0%, #419fe9 25%, #fb77ee 50%, #dbceac 75%, #12d6df 100%);
	opacity: 0.302;
	z-index: -1;
}
.block_point .point_box {
	margin-top: 80px;
}
.block_point .point_box .item {
	position: relative;
	padding: 80px 30px 52px 40px;
	border: 4px solid #63c8e7;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: rgba(45, 52, 106, 0.15) 20px 20px 30px 10px;
}
.block_point .point_box .item:not(:last-child) {
	margin-bottom: 105px;
}
.block_point .point_box .item .lb {
	position: absolute;
	top: -63px;
	left: 51px;
}
.block_point .point_box .item .point_body {
	display: flex;
	justify-content: space-between;
}
.block_point .point_box .item .point_body .point_text {
	flex: 0 1 400px;
	padding-top: 5px;
	font-size: 20px;
	line-height: 40px;
}
.block_point .point_box .item .point_body .point_text .catch {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #2997d6;
}
.block_point .point_box .item .point_body .point_text .txt-fz02 {
	font-size: 18px;
}
.block_point .point_box .item .hl01 {
	font-weight: bold;
	color: #fa91b5;
}
.block_point .point_box .item .point_body02 {
	margin-top: 55px;
}
.block_point .point_box .item .point_body02 .ttl {
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	border-bottom: 1px solid #000;
}
.block_point .point_box .item .point_body02 .cnt_wrap {
	display: flex;
	justify-content: space-between;
}
.block_point .point_box .item .point_body02 .cnt_wrap.reverse {
	flex-direction: row-reverse;
}
.block_point .point_box .item .point_body02 .cnt_wrap:not(:last-child) {
	margin-bottom: 35px;
}
.block_point .point_box .item .point_body02 .cnt_wrap .text {
	flex: 1 0;
	font-size: 18px;
	line-height: 30px;
}
.block_point .point_box .item .point_body02 .cnt_wrap .text .catch {
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}



.block_point .point_box .item .point_body .point_img {
	flex: 0 1 auto;
}
.block_point .point_box .item .point_body02 .cnt_wrap .img {
	flex: 0 1 auto;
	padding-top: 5px;
	margin-left: 30px;
}
.block_point .point_box .item .point_body02 .cnt_wrap.reverse .img {
	margin-right: 40px;
	margin-left: 0;
}
.block_point .security_box {
    margin-top: 72px;
}
.ttl_bg {
    width: 1096px;
    margin-left: -58px;
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 34px;
    font-weight: bold;
    line-height: 67px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    background: url(https://www.s-b-c.net/assets/eyelid/maibotsu/teen/images/point_bg.png) no-repeat;
}
.ttl_bg span {
    position: relative;
    display: inline-block;
}
.ttl_bg span .ic {
    position: absolute;
    top: 50%;
    left: -98px;
    transform: translateY(-50%);
}
.el-table,
.table-box {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.block_point .security_box .table-box table {
    font-size: 24px;
    border: 2px solid #63c8e7;
}
.block_point .security_box .table-box table ._width-70 {
    width: 73%;
}
.block_point .security_box .table-box table tbody tr td {
    padding: 8px 30px;
}



@media screen and (max-width: 640px) {
	.block_point .point_box {
		margin-top: 50px;
	}
	.block_point .point_box .item {
		padding: 30px 10px 20px;
		border-width: 2px;
		border-radius: 10px;
	}
	.block_point .point_box .item:not(:last-child) {
		margin-bottom: 50px;
	}
	.block_point .point_box .item .lb {
		top: -34px;
		left: 25px;
		width: 60px;
	}
	.block_point .point_box .item .point_body {
		display: block;
	}
	.block_point .point_box .item .point_body .point_text {
		flex: auto;
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.625;
	}
	.block_point .point_box .item .point_body .point_text .catch {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.block_point .point_box .item .point_body .point_img {
		flex: auto;
		display: block;
		text-align: center;
	}
	.block_point .point_box .item .point_body02 {
		margin-top: 30px;
	}
	.block_point .point_box .item .point_body02 .ttl {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.block_point .point_box .item .point_body02 .cnt_wrap {
		display: block;
	}
	.block_point .point_box .item .point_body02 .cnt_wrap .text {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.625;
	}
	.block_point .point_box .item .point_body02 .cnt_wrap .text .catch {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 1.625;
	}
	.block_point .point_box .item .point_body02 .cnt_wrap .img {
		display: block;
		padding-top: 0;
		margin-left: 0;
		text-align: center;
	}
	.block_point .point_box .item .point_body02 .cnt_wrap:not(:last-child) {
		margin-bottom: 25px;
	}
	.block_point .security_box {
		margin-top: 40px;
	}
	.ttl_bg {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
		padding-left: 0;
		font-size: 22px;
		line-height: 2;
		background-size: 100% 100%;
	}
	.ttl_bg span .ic {
		width: 53px;
		left: -63px;
	}
	.el-table.-scroll, .-scroll.table-box {
		position: relative;
		padding-top: 20px;
	}
	.block_point .security_box .table-box table {
		width: 100%;
		font-size: 16px;
	}
	.block_point .security_box .table-box table ._width-70 {
		width: 73%;
	}
	.block_point .security_box .table-box table tbody tr td {
		padding: 5px 10px;
	}
}

.block_price {
    padding: 70px 0 80px;
    background-color: #deeaf6;
    overflow-x: hidden;
}
.block_price .price_box {
    margin: 45px 0 72px;
}
.block_price .price_box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 78px 20px 116px;
    letter-spacing: 0.1em;
    color: #2997d6;
    background-color: #fff;
}
.block_price .price_box .item:not(:last-child) {
    margin-bottom: 35px;
}
.block_price .price_box .item .b_point {
    font-size: 32px;
    font-weight: bold;
}
.block_price .price_box .item .b_price {
    display: flex;
	align-items: center;
}
.block_price .price_box .item .b_price .both {
    width: 152px;
    margin-right: 15px;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
}
.block_price .price_box .item .b_price .both span {
    display: block;
    margin-bottom: 2px;
    line-height: 30px;
    font-weight: 600;
    border: 1px solid #2997d6;
}
.block_price .price_box .item .b_price .num {
    font-size: 88px;
    line-height: 1;
}
.block_price .price_box .item .b_price .num small {
    position: relative;
    display: inline-block;
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
}
.block_price .price_box .item .b_price .num small span {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    font-size: 20px;
    line-height: 1;
}
.block_price .ttl_bg {
    margin-bottom: 40px;
}
.block_price .price_box-bd {
    padding: 25px 40px 35px;
	background-color: #FFFFFF;
    border: 1px solid #000;
}
.block_price .price_box-bd:not(:last-child) {
    margin-bottom: 42px;
}
.block_price .price_box-bd .ttl {
    margin-bottom: 25px;
    padding-bottom: 4px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px dotted #707083;
}
.block_price .price_box-bd p {
    font-size: 20px;
    line-height: 40px;
}
.block_price .price_box-bd p+p {
    margin-top: 40px;
}
@media screen and (max-width: 640px) {
	.block_price {
		padding: 50px 0;
	}
	.block_price .price_box {
		margin: 30px 0 35px;
	}
	.block_price .price_box .item {
		padding: 4vw;
	}
	.block_price .price_box .item:not(:last-child) {
		margin-bottom: 20px;
	}
	.block_price .price_box .item .b_point {
		font-size: 4.5vw;
	}
	.block_price .price_box .item .b_price .both {
		width: 20vw;
		margin-right: 2vw;
		font-size: 3vw;
	}
	.block_price .price_box .item .b_price .both span {
		line-height: 1.5;
	}
	.block_price .price_box .item .b_price .num {
		font-size: 10vw;
	}
	.block_price .price_box .item .b_price .num small {
		font-size: 4.6vw;
	}
	.block_price .price_box .item .b_price .num small span {
		font-size: 2vw;
	}
	.block_price .ttl_bg {
		margin-bottom: 25px;
	}
	.block_price .price_box-bd {
		padding: 10px;
	}
	.block_price .price_box-bd:not(:last-child) {
		margin-bottom: 25px;
	}
	.block_price .price_box-bd .ttl {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 10px;
		border-bottom-width: 1px;
	}
	.block_price .price_box-bd p {
		font-size: 16px;
    	line-height: 1.625;
	}
	.block_price .price_box-bd p+p {
		margin-top: 20px;
	}
}

.block_detail {
    padding-bottom: 85px;
    background-color: #deeaf6;
}
.block_detail .table-box {
    font-size: 15px;
}
.block_detail .table-box table {
    border-collapse: separate;
    table-layout: fixed;
    border: 1px solid #707083;
}
.block_detail .table-box table thead tr th:first-child {
    border-left: none;
}
.block_detail .table-box table .w-100 {
    width: 100px;
}
.block_detail .table-box table thead tr th {
    line-height: 20px;
    border-bottom: none;
    border-top: none;
    border-right: none;
    background-color: #63c8e7;
}
.block_detail .table-box table thead tr th._color-hl {
    background-color: #fa91b5;
}
.block_detail .table-box table tbody tr ._color-sub2 {
    background-color: #fee0f0 !important;
}
.block_detail .table-box table tbody tr td._colorbk-sub3 {
    padding: 10px 0 !important;
    line-height: 22px;
}
.block_detail .table-box table tbody tr td {
    border-bottom: none;
    border-right: none;
}
.block_detail .table-box table tbody tr td:first-child {
    border-left: none;
}
.block_detail .table-box table tbody tr .min-h {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 50px;
}

@media screen and (max-width: 640px) {
	.block_detail {
		padding-bottom: 50px;
	}
	.block_detail .ttl_stroke {
		margin-bottom: 10px;
	}
	.block_detail .table-box {
		margin-top: 10px;
	}
	.el-table table,
	.table-box table {
		width: calc(980px);
	}
}


.dir-area05 {
    padding-top: 60px;
}
.dir-area05 .faq_list {
    margin-top: 65px;
}
.dir-area05 .faq_list .tabacc.-pc-accordion .contents .title {
    display: flex;
    align-items: center;
    position: relative;
    margin: -1px;
    padding: 10px 75px 10px 20px;
    min-height: 75px;
    color: #fff;
	background-color: #63c8e7;
    border-radius: 7px;
    cursor: pointer;
    text-decoration: none;
	font-size: 20px;
}
.dir-area05 .faq_list .tabacc.-pc-accordion .contents .title + .content + .title {
	margin-top: 5px;
}
.dir-area05 .faq_list .tabacc.-pc-accordion .contents .title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    background: #fff url(https://www.s-b-c.net/assets/images/common/ico_plus.png) 50% 50% no-repeat;
    background-size: 13px auto;
    border-radius: 50%;
}
.dir-area05 .faq_list .tabacc.-pc-accordion .contents .title::before {
	content: "Q";
    color: #FFFFFF;
	padding-right: 10px;
}
.dir-area05 .faq_list .tabacc.-pc-accordion .contents .answer {
    margin-top: 20px;
}
.dir-area05 .faq_list .tabacc.-pc-accordion .contents .answer {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 44px;
    padding-left: 62px;
}
.dir-area05 .faq_list .tabacc.-pc-accordion .contents .answer::before {
	content: "A";
	position: absolute;
    left: 0;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    font-weight: bold;
    font-family: arial,sans-serif;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
	background-color: #fa91b5;
}
.dir-area05 .faq_list .tabacc.-pc-accordion .contents .content {
	margin-bottom: 15px;
}
.dir-area05 .faq_list .tabacc.-pc-accordion .contents .answer .content {
    font-size: 18px;
    line-height: 1.61em;
}
@media screen and (max-width: 640px) {
	.dir-area05 .faq_list .tabacc.-pc-accordion .contents .title {
		font-size: 16px;
	}
	.dir-area05 .faq_list .tabacc.-pc-accordion .contents .answer {
		margin-top: 0;
		padding-left: 32px;
	}
}



@media screen and (max-width: 640px) {
	#yoyaku img {
		width:90%;
		height:auto;
	}
}

.pickbox {
    font-size: 14px;
    border: 1px solid #000;
    padding: 0;
    margin: 20px 0 0;
}
.mhlw-risk-single {
    background-color: #FFFFFF;
    padding: 10px !important;
    font-size: 8pt!important;
    text-align: left;
    line-height: 2;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    color: #000!important;
    font-weight: normal;
    font-family: sans-serif;
}
@media screen and (max-width: 640px) {
	.pickbox {
		font-size: 12px;
		padding: 0;
		margin: 10px 3% 0;
	}
	.mhlw-risk-single {
		padding: 10px;
		font-size: 8pt;
		line-height: 1.4;
	}
}

.mainText {
	margin: 0 auto 30px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.mainText {
		margin: 0 2% 4%;
	}
}

.hdL {
	text-align:center;
	color:#000;
	font-size:22px;
}
.hdL span {
	display:block;
	font-size:54px;
	position:relative;
	margin-bottom:10px;
}
.hdL span:before {
	background:#000;
	width:95px;
	height:1px;
	bottom:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	content:"";
	z-index:2;
	position:absolute;
}
@media screen and (max-width: 640px) {
	.hdL {
		font-size:16px;
	}
	.hdL span {
		font-size:38px;
		margin-bottom:10px;
	}
	.hdL span:before {
		width:45px;
	}
}

.hdL,
.hdL span {
	font-weight: normal;
	padding: 0;
}


.form-area * {
	font-size: 16px;
}
@media screen and (max-width: 640px) {
	.form-area * {
		font-size: 15px;
	}
}
.shop-detail {width: 304px; box-sizing: border-box !important;}
.shop-detail ul li.person .text .name {font-size: 16px !important;}
#form1 .form-table select {
	width: auto;
    display: inline;
	padding: 0 36px 0 15px;
	height: 40px;
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	cursor: pointer;
}
.bg-pr-de {
	padding: 75px 0;
	background: url(/assets/eyelid/maibotsu/forever/images/bg06.png) no-repeat center center;
	background-size: cover;
}
.sec-price .tbl-price {
	padding: 10px 20px;
	background: #fff;
}
.sec-price .tbl-price > table td {
	border: none;
	text-align: center;
	color: #707083;
}
.sec-price .tbl-price tr td:first-child {
	width: 38%;
}
.sec-price img + img {
	border-top: 2px dotted #777789;
}
.sec-price .tbl-detail {
	line-height: 1.3;
}
.sec-price .tbl-detail th,  .sec-price .tbl-detail td {
	padding: 3px 0 !important;
}

@media (max-width: 979px) {
	.sec-price .tbl-detail th,  .sec-price .tbl-detail td {
		font-size: 60% !important;
	}
}
.sec-price .table-box th {
	line-height: 1.3;
	padding: 3px 0;
}
.sec-price .table-box td {
	padding: 3px 0;
}
.sec-price .table-box .w-140 {
	width: 140px;
}
.sec-comment .cmt-name {
	line-height: 38px;
}
.mhlw-risk-single {
	border: 1px solid #000;
}
._bg-main {
	background-color: #707083 !important;
}
._clr-main {
	color: #707083;
}
._brd-clr-main {
	border-color: #707083;
}
.table-box>table>thead>tr>th {
	color: #fff;
	background-color: #fb637e;
}
.sec-price table, .table-box>table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.sec-price .detailstab-color {background-color: #ffdfea !important;}
.sec-price .table-box {margin: 20px 0 0;}
.sec-price .table-box>table>thead>tr>th,
.sec-price .table-box>table>thead>tr>td {
    padding: 5px 0;
    border: 1px solid #c2c2c2;
    font-size: 15px;
}
.sec-price .table-box>table>tbody>tr>td {
    padding: 5px 0;
    border: 1px solid #c2c2c2;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
}
.sec-price .table-box>table>tbody>tr>td ._text-s {font-size: 14px !important;}
.bg-table-detail {background-color: #707083 !important;}
.sec-price .table-box>table>thead>tr>th {
    padding: 3px 0;
    line-height: 1.3
}
.half-star4 {
	position: relative;
	color: #000;
	margin: 0;
	padding: 0;
}
.half-star4:before {
	content: "\2605\2605\2605\2605\2605";
	position: absolute;
	color: #000;
	width: calc( 5em - .2 * ( 3em - 0.5em ));
	overflow: hidden;
	white-space: nowrap;
}
@media (max-width: 979px) {
	.bg-pr-de {padding: 30px 0 60px;}
	.sec-price {width: 96%; padding: 0;}
	.sec-price .table-box {width: 100%; overflow-x: scroll;}
	.sec-price .table-box table {width: 840px; margin-bottom: 0;}
	.sec-price .table-box>table>thead>tr>th span {color: #fff;}
}
.shoreiDetail {
	margin: 10px auto 0;
	max-width: 670px;
	width: 100%;
}
.shoreiDetail .detail-hdl {
	color: #f84084;
	font-size: 32px;
	font-weight: bold;
}
.shoreiDetail ._text-l {
	font-size: 20px !important;
	margin: 5px 0;
}
.shoreiDetail ._text-s {font-size: 14px !important;}
.shoreiDetail .detail-hdl span {background: linear-gradient(transparent 60%, #ff6 60%);}
@media screen and (max-width: 640px) {
	.shoreiDetail {
		margin: 2vw auto 0;
		padding: 0 3vw;
	}
	.shoreiDetail .detail-hdl span {
		color: #f84084;
		font-size: 5.5vw;
	}
	.shoreiDetail ._text-l {
		font-size: 4vw !important;
		margin: 1vw 0;
	}
	.shoreiDetail ._text-s {font-size: 2.5vw !important;}
}

.movie {
	text-align: center;
	margin: 50px 0 30px;
}
.movie .inner {
	max-width: 900px;
	width: 100%;
	background: #FFFFFF;
	padding: 20px 3% 40px;
}
.movie h3 {
	font-size: 36px;
	font-weight: bold;
	color: #799FE8;
}
.movie video {
	max-width: 800px;
	width: 100%;
}
@media screen and (max-width: 979px) {
	.movie {
		padding: 0 2%;
		margin: 30px 0 15px;
	}
	.movie .inner {
		padding: 2%;
	}
	.movie h3 {
		font-size: 30px;
	}
}

.movie_cm {
  text-align: center;
  margin: 50px auto;
}
.movie_cm p {
  font-size: 30px;
  font-weight: bold;
}
.movie_cm p span {
  background-image: linear-gradient(34deg, #59ccc0 0%, #4988e5 35%, #9c82e1 65%, #ec82d3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.movie_cm video {
  width: 450px;
  height: auto;
  margin-top: 0;
}
@media screen and (max-width: 979px) {
  .movie_cm {
    margin: 5vw 10vw;
  }
  .movie_cm p {
    font-size: 6vw;
  }
  .movie_cm p span {
    font-weight: bold;
  }
 .movie_cm video {
   width: 94%;
  }
}
