@charset "UTF-8";

/* -------------------------------
 * * ▼ SP表示
 * * -------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual .keyvisual-title {
    width: 85%;
  }
}

.section-medical {
  background-color: #faf5f3;
}

.section-medical .medical-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-medical .medical-item .button-common-primary {
  margin-right: 0;
}

.section-medical .medical-content {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.biyou-detail_ct_wrap {
	position: relative;
}
.biyou-detail_ct_wrap::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/common/bg_decor.png) center/cover no-repeat;
    pointer-events: none;
	height: 5rem;
}

.section-medical .medical-content p {
  position: relative;
  margin-bottom: 0;
}
.biyou-detail_ct_wrap p {
	font-size: 0.3rem;
	line-height: 1.75;
	margin-bottom: 0;
}
.red_txt {
	color: #f06251;
}
.u_l {
	background: linear-gradient(transparent 60%, rgba(188,173,226,0.3) 30%);
	padding: 2px 5px
}
strong {
	font-weight: bold;
}

.examination-list .is-active .accordion_ct {
  display: block;
}

.examination-list .accordion_ct {
  display: none;
  position: relative;
	padding: 20px 0 30px 0;
}
.js-accordion02 .accordion_ttl {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	background-color: #9d79b0;
	cursor: pointer;
	color: #fff;
	padding: 10px 4%;
	border-radius: 6px;
	font-size: 0.36rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", Georgia, serif;
	font-weight: 500;
}
.js-accordion02 .accordion_ttl span.num {
	font-size: 0.43rem;
	margin-right: 10px;
}
.js-accordion02.examination-list {
	border-bottom: none;
}

.js-accordion02 .list-item {
	margin-bottom: 10px;
}
.biyou-detail .container {
	overflow: inherit;
}
.section-common-keyvisual {
	overflow: hidden;
}
.sticky_table {
	margin-bottom: 5px;
}
.sticky_table th , .sticky_table td {
	border: none;
	font-size: 0.28rem;
}
.sticky_table thead {
	position: -webkit-sticky;
	position: sticky;
	top: 25vw;
	z-index: 1;
	background: #74d2ca;
	color: #fff;
}
.sticky_table.no_sticky_table thead {
	position: relative;
	top: 0;
}
.sticky_table thead th {
	text-align: right;
}
.sticky_table thead th:first-of-type {
	text-align: left;
}
.biyou_05 .sticky_table thead th:first-of-type {
	text-align: right;
}
.biyou_05 .sticky_table .chart_tit th:first-of-type {
	text-align: left;
}
.sticky_table tbody th {
	padding-top: 15px;
	border-bottom: 1px dotted #999;
}
.sticky_table tbody td {
	width: 30%;
	border-bottom: 1px dotted #999;
	text-align: right;
}
.sticky_table tbody td:first-of-type {
	width: 40%;
	text-align: left;
}
.biyou_05 .sticky_table tbody td:first-of-type {
	width: 40%;
	text-align: right;
}
.sticky_table tbody tr.b_line td {
	border-bottom: 1px solid #999;
}
.align-r {
	text-align: right;
}
/*.sticky_table thead, .sticky_table tbody {
  display: block;
}
.sticky_table tbody {
	height: 400px;
	overflow-x: hidden;
  overflow-y: scroll;
}*/

.th_blue.sticky_table tbody th {
	background: #74d2ca;
	color: #fff;
	border-bottom: none;
}
.th_blue.sticky_table tbody tr.b_line td {
	border-bottom: none;
}

.attention {
	margin-top: 20px;
}
.attention p {
	position: relative;
	margin-bottom: 10px;
	padding-left: 3em;
}
.attention p span {
	position: absolute;
	left: 0;
	top: 0;
}
.biyou-detail_ct_wrap p.white-back {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", Georgia, serif;
	font-weight: 500;
	font-size: 0.34rem;
	text-align: center;
	padding: 15px 4%;
	background: #fff;
	border-radius: 100px;
	margin-top: 20px;
}
.check_list li {
	list-style: none;
	line-height: 1.75;
	font-size: 0.3rem;
	margin: 15px 0;
	position: relative;
}
.check_list li::before {
	content: '';
	display: block;
	background: url("../img/biyou/detail/check.svg") no-repeat;
	width: 0.3rem;
	height: 0.3rem;
	background-size: contain;
	position: absolute;
	left: -1.5em;
	top: 0.12rem;
}
.check_list02 li {
	list-style: none;
	line-height: 1.75;
	font-size: 0.3rem;
	margin: 15px 0;
	position: relative;
	font-weight: bold;
}
.check_list02 li::before {
	content: '';
	display: block;
	background: url("../img/biyou/detail/check02.svg") no-repeat;
	width: 0.3rem;
	height: 0.3rem;
	background-size: contain;
	position: absolute;
	left: -1.5em;
	top: 0.12rem;
}
.attention_list {
	padding-left: 0;
	margin-top: 1em;
}
.attention_list li {
	list-style: none;
	line-height: 1.75;
	font-size: 0.3rem;
	margin: 8px 0;
	position: relative;
	padding-left: 3em;
}
.attention_list li span {
	position: absolute;
	left: 0;
	top: 0;
}

.attention_list_red {
	padding-left: 0;
	list-style: none;
}
.attention_list_red li {
	list-style: none;
	line-height: 1.75;
	font-size: 0.3rem;
	margin: 3px 0;
	position: relative;
	padding-left: 1.2em;
}
.attention_list_red li span {
	position: absolute;
	left: 0;
	top: 0;
}

.maru_list {
	padding-left: 1em;
	margin-top: 20px;
}
.maru_list li {
	list-style: none;
	line-height: 1.75;
	font-size: 0.3rem;
	margin: 3px 0;
	position: relative;
}
.maru_list li::before {
	content: '';
	display: block;
	background: url("../img/biyou/detail/maru_blue.svg") no-repeat;
	width: 0.2rem;
	height: 0.2rem;
	background-size: contain;
	position: absolute;
	left: -1em;
	top: 0.17rem;
}
.diamond_list {
	margin-top: 20px;
}
.diamond_list li {
	list-style: none;
	line-height: 1.75;
	font-size: 0.3rem;
	margin: 3px 0;
	position: relative;
}
.diamond_list li::before {
	content: '';
	display: block;
	background: url("../img/biyou/detail/diamond.svg") no-repeat;
	width: 0.3rem;
	height: 0.3rem;
	background-size: contain;
	position: absolute;
	left: -1.5em;
	top: 0.12rem;
}
.image {
	line-height: 1;
	margin: 20px 0!important;
	text-align: center;
}
.sub_tit {
	margin-top: 30px;
}
.sub_tit3 {
	margin-bottom: 30px;
}
.examination-list.js-accordion02 .accordion_ttl {
	position: relative;
	padding-right: 30px;
}
.examination-list.js-accordion02 .accordion_ttl::before {
	content: "";
	display: block;
	position: absolute;
	transition: 0.3s ease;
	width: 1px;
	height: 20px;
	border-right: 1px solid #fff;
	right: 20px;
}
.examination-list.js-accordion02 .accordion_ttl::after {
	content: "";
	display: block;
	position: absolute;
	transition: 0.3s ease;
	width: 20px;
	height: 1px;
	border-bottom: 1px solid #fff;
	right: 10px;
}

.examination-list.js-accordion02 .is-active::before {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.examination-list.js-accordion02 .is-active::after {
  opacity: 0;
}
.list-dots.inline-block {
	margin-bottom: 20px;
}
.list-dots.inline-block>li {
	display: inline-block;
	margin-right: 1em;
	font-weight: bold;
}
.two-col04 .r_ct table th , .two-col04 .r_ct table td {
	display: block;
	width: 100%;
	padding: 6px 2%;
}
.two-col04 .r_ct table th {
	border: none;
	border-top: 1px solid #000;
	border-bottom: 1px dotted #999;
}
#biyou-detail_ct03_in .two-col04 .r_ct table th {
	border: none;
	border-top: none;
	border-bottom: 1px dotted #999;
}
.two-col04 .r_ct table td {
	border: none;
	border-bottom: 1px solid #000;
	text-align: right;
}
.biyou_04 .biyou-detail_ct_wrap p.white-back {
	margin-top: 50px;
}

.biyou_03 .two-col04 table th , .biyou_03 .two-col04 table td {
	display: block;
	width: 100%;
	padding: 6px 2%;
}
.biyou_03 .two-col04 table th {
	border: none;
	border-top: 1px solid #000;
	border-bottom: 1px dotted #999;
}
.biyou_03 .two-col04 table td {
	border: none;
	border-bottom: 1px solid #000;
	text-align: right;
}
/* -------------------------------
 * * ▼ SP表示
 * * -------------------------------- */
@media only screen and (max-width: 767.98px) {
	.ls_0 {
		letter-spacing: 0;
	}
	.biyou-detail_anchor {
		padding-top: 70px;
		margin-top: -70px;
		padding-bottom: 50px;
		position: relative;
		z-index: 2;
		margin-bottom: 10px;
	}
	.biyou-detail_ct_wrap {
		background: #faf5f3;
	}
	.biyou-detail .section-common-keyvisual {
		height: 5.5rem;
	}
	.biyou-detail .section-common-keyvisual .keyvisual-title {
		bottom: 2.6rem;
		text-align: center;
	}
	.biyou-detail .section-common-keyvisual .keyvisual-title img {
		width: auto;
	}
	.section-common-anchor {
		padding-bottom: 30px;
		margin-bottom: 0;
	}
	.btn_ct {
		padding: 100px 0 140px 0;
	}
	.biyou-detail-secondaryct {
		padding-top: 40px;
	}
	#biyou-detail_ct01 .two-col02 {
		margin-top: 40px;
	}
	#biyou01_ttl {
		width: 62%;
	}
	#biyou02_ttl {
		width: 55%;
	}
	#biyou03_ttl {
		/*width: 55.869%;*/
		width: 60%;
	}
	#biyou04_ttl {
		width: 51.086%;
	}
	#biyou07_ttl {
		width: 25%;
	}
	#biyou08_ttl {
		width: 60%;
	}
	#price_table01 , #price_table02 {
		padding-top: 50px;
		margin-top: -50px;
	}
	.biyou_03 #biyou-detail_ct01 .two-col01:nth-of-type(2) , .biyou_03 #biyou-detail_ct01 .two-col01:nth-of-type(3) {
		padding-top: 30px;
	}
	.biyou_04 .two-col01 {
		margin-bottom: 50px;
	}
	.biyou_04 .js-accordion02 .accordion_ttl {
		padding: 15px 30px;
	}
	.biyou_04 .js-accordion02 .list-item {
		margin-bottom: 20px;
	}
	.biyou_04 .btn_ct {
		padding-top: 50px;
	}
	.biyou_05 .js-accordion02 .accordion_ttl {
		padding: 15px 30px;
	}
	.biyou_05 .js-accordion02 .list-item {
		margin-bottom: 20px;
	}
	.biyou_06 .js-accordion02 .accordion_ttl {
		padding: 15px 30px;
	}
	.biyou_06 .js-accordion02 .list-item {
		margin-bottom: 20px;
	}
}

/* -------------------------------
 * * ▼ PC表示
 * * -------------------------------- */
@media print, (min-width: 768px) {
	.biyou-detail_ct_wrap p , .biyou-detail_ct_wrap li {
		font-size: 0.16rem;
		letter-spacing: 0.05em;
	}
	.sub_tit {
		margin-top: 40px;
	}
	.sub_tit3 {
		margin-bottom: 40px;
	}
	.section-common-keyvisual {
		height: 310px;
	}
	
	.section-common-keyvisual .keyvisual-title {
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		top: 100px;
	}
	.section-common-keyvisual::after {
		background: url("../img/biyou/detail/biyou-detail_bg_keyvisual_decor.png") center;
		height: 458px;
		background-size: 2000px 100%;
		bottom: -246px;
	}
	.section-common-anchor {
		top: -50px;
	}
	.biyou-detail_anchor {
		padding-top: 50px;
		margin-top: -30px;
		padding-bottom: 50px;
		position: relative;
		z-index: 2;
	}
	.section-common-anchor .anchor-list {
		width: 1000px;
	}
	.title-secondary {
		margin-top: 60px;
	}
	.list-dots li {
		margin: 2px 0;
	}
	.check_list li {
		font-size: 0.16rem;
	}
	.check_list li::before {
		width: 0.16rem;
    	height: 0.16rem;
		top: 0.065rem;
	}
	.check_list02 li {
		font-size: 0.16rem;
	}
	.check_list02 li::before {
		width: 0.16rem;
    	height: 0.16rem;
		top: 0.065rem;
	}
	.diamond_list li {
		font-size: 0.16rem;
	}
	.diamond_list li::before {
		width: 0.16rem;
    	height: 0.16rem;
		top: 0.065rem;
	}
	.maru_list li {
		font-size: 0.16rem;
	}
	.maru_list li::before {
		width: 0.12rem;
    	height: 0.12rem;
		top: 0.08rem;
	}
	.js-accordion02 .accordion_ttl {
		font-size: 0.2rem;
	}
	.js-accordion02 .accordion_ttl span.num {
		font-size: 0.31rem;
	}
	.biyou-detail_ct_wrap p.white-back {
		padding: 30px;
		font-size: 0.2rem;
		margin: 50px 0 60px 0;
	}
	.sticky_table th, .sticky_table td {
		font-size: 0.16rem;
	}
	.two-col01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	#biyou-detail_ct03 .two-col01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.two-col01 .l_ct {
		width: 520px;
	}
	.two-col01 .r_ct {
		width: 422px;
	}
	.image {
		margin: 20px 0 0 0!important;
	}
	.two-col01 .sub_tit {
		margin-bottom: 30px;
	}
	.two-col02 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.two-col02 .l_ct {
		width: 570px;
	}
	.two-col02 .r_ct {
		width: 360px;
	}
	#biyou-detail_ct01 .two-col02 .l_ct {
		margin-top: 50px;
	}
	.two-col03 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.two-col03 .l_ct {
		width: 520px;
	}
	.two-col03 .r_ct {
		width: 400px;
	}
	.two-col03 .r_ct p {
		margin-top: 0!important;
	}
	.examination-list .accordion_ct {
		padding: 30px 0;
	}
	.js-accordion02 .accordion_ttl {
		padding: 7px 30px;
		border-radius: 10px;
	}
	.sticky_table thead {
		position: relative;
		top: 0;
	}
	.sticky_table thead th {
		text-align: right;
		padding: 13px 10px;
	}
	.sticky_table tbody th {
		width: 29%;
		border-bottom: 1px solid #999;
		vertical-align: baseline;
		padding: 13px 10px;
	}
	.sticky_table tbody td {
		width: 17%;
		padding: 13px 10px;
	}
	.sticky_table tbody td:first-of-type {
		width: 37%;
	}
	.btn_ct {
		padding: 90px 0 180px 0;
	}
	.btn_ct .button-common-primary .button-link {
		width: 300px;
	}
	.examination-list.js-accordion02 .accordion_ttl {
		padding-right: 50px;
		transition: 0.3s ease;
	}
	.examination-list.js-accordion02 .accordion_ttl:hover {
		opacity: 0.8;
	}
	.examination-list.js-accordion02 .accordion_ttl::before {
		height: 30px;
		right: 35px;
	}
	.examination-list.js-accordion02 .accordion_ttl::after {
		width: 30px;
		right: 20px;
	}
	.biyou_02 #biyou-detail_ct01 .two-col02 .l_ct {
		margin-top: 0;
	}
	.biyou_02 #biyou-detail_ct01 .two-col02 .r_ct {
		margin-top: -10px;
	}
	.biyou_02 #biyou-detail_ct01 .two-col02 .l_ct .check_list02 li:first-child {
		margin-top: 0;
	}
	.biyou_02 .sticky_table tbody td:first-of-type {
		text-align: right;
	}
	.biyou_02 #price_table01 .sticky_table tbody td {
		width: 30%;
	}
	.biyou_03 #biyou-detail_ct01 .two-col01 .sub_tit {
		margin-top: 0;
	}
	.biyou_03 #biyou-detail_ct01 .two-col01:nth-of-type(2) , .biyou_03 #biyou-detail_ct01 .two-col01:nth-of-type(3) {
		margin-top: 70px;
	}
	.biyou_03 #biyou-detail_ct01 .two-col02 .l_ct {
		margin-top: 0;
	}
	.biyou_03 #biyou-detail_ct01 .two-col02 .r_ct {
		margin-top: 70px;
	}
	.biyou_03 .sticky_table tbody td:first-of-type {
		text-align: right;
	}
	.biyou_04 .two-col01 {
		margin-bottom: 70px;
	}
	.biyou_04 .js-accordion02 .accordion_ttl {
		padding: 15px 30px;
	}
	.biyou_04 .js-accordion02 .list-item {
		margin-bottom: 20px;
	}
	.th_blue.sticky_table tbody th {
		width: 13%!important;
		border-bottom: 1px solid #fff;
	}
	.th_blue.sticky_table tbody tr:last-of-type th {
		border-bottom: none;
	}
	.th_blue.sticky_table tbody td:first-of-type {
		text-align: left!important;
	}
	.th_blue.sticky_table tbody tr.b_line td {
		border-bottom: 1px solid #999;
	}
	.th_blue.sticky_table tbody tr:last-of-type.b_line td {
		border-bottom: none;
	}
	.biyou_08 .sticky_table tbody th {
		width: 40%;
	}
	.biyou_08 .sticky_table tbody td:first-of-type {
		text-align: right;
	}
	
	.two-col04 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.two-col04 .l_ct {
		width: 238px;
	}
	.two-col04 .r_ct {
		width: 760px;
	}
	.two-col04 .image {
		margin-top: 0!important;
	}
	.two-col04 .r_ct table th {
		border-bottom: 1px solid #000;
		display: table-cell;
		width: 70%;
		padding: 13px 0 12px 0.5%;
	}
	
	
#biyou-detail_ct03_in .two-col04 .r_ct table th {
		border-bottom: 1px solid #000;
		display: table-cell;
		width: 70%;
		padding: 13px 0 12px 0.5%;
		border-top: 1px solid #000;
	}
	.two-col04 .r_ct table td {
		display: table-cell;
		width: 30%;
		border-top: 1px solid #000;
		padding: 13px 0 12px 0.5%;
	}
	
	.biyou_03 .two-col04 {
		display: block;
		/*display: flex;
		justify-content: space-between;
		flex-wrap: wrap;*/
	}
	.biyou_03  .two-col04 table th {
		border-bottom: 1px solid #000;
		display: table-cell;
		width: 70%;
		padding: 13px 0 12px 0.5%;
		border-top: 1px solid #000;
	}
	.biyou_03 .two-col04 table td {
		display: table-cell;
		width: 30%;
		border-top: 1px solid #000;
		padding: 13px 0 12px 0.5%;
	}
	
	.attention_list li {
		display: inline-block;
		margin: 1px 0;
		margin-right: 1em;
	}
	.examination-list .accordion_ct {
		padding-top: 50px;
	}
	.maru_list {
		margin-top: 20px;
	}
	.attention_list_red li , .diamond_list li , .maru_list li {
		margin: 1px 0;
	}
	.biyou_04 #biyou-detail_ct01 .list-item:last-of-type .attention_list li {
		display: block;
	}
	.biyou_04 .btn_ct {
		padding-top: 50px;
	}
	.biyou_05 .js-accordion02 .accordion_ttl {
		padding: 15px 30px;
	}
	.biyou_05 .js-accordion02 .list-item {
		margin-bottom: 20px;
	}
	.biyou_05 .two-col04 .l_ct {
		width: 420px;
	}
	.biyou_05 .two-col04 .r_ct {
		width: 520px;
	}
	.biyou_06 .js-accordion02 .accordion_ttl {
		padding: 15px 30px;
	}
	.biyou_03 .js-accordion02 .accordion_ttl {
		padding: 15px 30px;
	}
	.biyou_06 .js-accordion02 .list-item {
		margin-bottom: 20px;
	}
	.biyou_06 .two-col04 .l_ct {
		width: 320px;
	}
	.biyou_06 .two-col04 .r_ct {
		width: 620px;
	}
}
