@charset "UTF-8";


/*----------------------------------------------------
人工透析 
-----------------------------------------------------*/
.dia-pagettl {
	background: url("../img/dialysis/pagettl.jpg") no-repeat top right #efefef;
	background-size: auto 100%;
	text-shadow: #fff 1px 0 5px;
}

.dia-tebura-list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.dia-tebura-list li {
	display: inline-block;
	width: 30%;
	text-align: center;
}

.dia-tebura-list img {
	width: 80%;
}

.dia-tokucho-ttl {
	font-size: 22px;
	padding: 0 0 0.6em;
}

.dia-incho-img {
	margin-bottom: 0.5em;
}

@media (min-width:992px) {
	.dia-tebura-list img {
		width: 105px;
	}

	.dia-tokucho-ttl {
		font-size: 28px;
		text-align: left !important;
	}

	.dia-tokucho-img {
		padding-top: 0.6em;
	}
}

@media (max-width:991.9px) {
	.dia-incho-img {
		width: 50%;
	}
}

@media (max-width:400px) {
	.dia-pagettl {
		background: url("../img/dialysis/pagettl.jpg") no-repeat 100px 0 #efefef;
		background-size: auto 100%;
	}
}



/*----------------------------------------------------
健康診断
-----------------------------------------------------*/
.che-pagettl {
	background: url("../img/check/pagettl.jpg") no-repeat top right #f2f6f9;
	background-size: auto 100%;
	text-shadow: #f2f6f9 1px 0 10px;
}

.check-yobo-table-01 img {
	width: 32px;
}

@media (min-width:992px) {
	.check-yobo-table-01 img {
		width: 46px;
	}
}

@media (max-width:400px) {
	.che-pagettl {
		background: url("../img/check/pagettl.jpg") no-repeat 0 0 #f2f6f9;
		background-size: auto 100%;
	}
}

/*----------------------------------------------------
CT・各種検査
-----------------------------------------------------*/
.ct-pagettl {
	background: url("../img/ct/pagettl.jpg") no-repeat top right #fbfbfb;
	background-size: auto 100%;
	text-shadow: #f7f2ec 1px 0 10px;
}


/*囲み*/
.ct-box-01 {
	border: 2px solid rgba(236, 92, 147, 0.2);
	border-radius: 5px;
}

.ct-box-02 {
	border: 2px solid rgba(236, 92, 147, 0.2);
	border-radius: 5px;
	padding: 15px 15px;
}

.ct-hai-kakomi-01 {
	padding: 25px 15px;
	text-align: center;
	background: #fef7f9;
	background: -moz-linear-gradient(#fef7f9 0%, #fef7f9 25%, #fff 50%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fef7f9), color-stop(25%, #fef7f9), color-stop(50%, #fef7f9), to(#fff));
	background: -webkit-linear-gradient(#fef7f9 0%, #fef7f9 25%, #fff 50%, #fff 100%);
	background: -o-linear-gradient(#fef7f9 0%, #fef7f9 25%, #fff 50%, #fff 100%);
	background: linear-gradient(#fef7f9 0%, #fef7f9 25%, #fff 50%, #fff 100%);
}

.ct-hai-kakomi-02 {
	/*border: 2px solid #DEF3FC;*/
	border: 2px solid rgba(236, 92, 147, 0.2);
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
}

.ct-hai-kakomi-03 {
	padding: 25px 15px;
}


@media (min-width:992px) {
	.ct-box-02 {
		padding: 25px 35px;
	}

	.ct-hai-box-01 {
		border-radius: 10px;
	}

	.ct-hai-kakomi-01 {
		padding: 30px 35px;
		text-align: center;
	}

	.ct-hai-kakomi-02 {
		border-radius: 10px;
		padding: 20px;
	}

	.ct-hai-kakomi-03 {
		padding: 30px 35px;
	}
}

/*テキスト*/
.ct-hai-txt-01 {
	background: #fff;
	border-radius: 20px;
	padding: 5px 20px;
	font-size: 110%;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3em;
	box-shadow: 0px 0px 16px -6px rgba(236, 92, 147, 0.5);
}

.ct-hai-txt-02 {
	font-size: 120%;
}

.ct-hai-txt-03 {
	font-size: 150%;
}

.ct-hai-txt-04 {
	text-align: left;
	border-top: 2px solid #EB74A1;
	padding-top: 1em;
	margin-top: 0.5em;
}


@media (min-width:992px) {

	.ct-hai-txt-01 {
		border-radius: 30px;
		padding: 10px 40px;
	}

	.ct-hai-txt-02 {
		font-size: 130%;
	}

	.ct-hai-txt-03 {
		font-size: 32px;
		margin-top: 10px;
	}

	.ct-hai-txt-04 {
		text-align: center;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		padding-left: 30px;
		padding-right: 30px;
	}
}

/*その他*/
.ct-hai-list-01 li {
	display: inline-block;
	width: 30%;
	text-align: left;
}

.ct-hai-list-01 li:before {
	content: "●";
	font-size: 80%;
	/*color: #78B2E4;*/
	color: rgba(236, 92, 147, 0.7);
}

@media (min-width:992px) {

	.ct-hai-list-01 {
		margin-left: auto;
		margin-right: auto;
	}

	.ct-hai-list-01 li {
		display: inline-block;
		width: auto;
		padding: 0 0.5em;
	}

	.ct-hai-list-02 li {
		width: 49%;
		display: inline-block
	}
}


/*----------------------------------------------------
トップページ
-----------------------------------------------------*/
.ind-news-list a {
	text-decoration: none;
}

/*お知らせ*/
.ind-mds-01 {
	color: #7f6037;
	font-size: 17px;
	padding-left: 1.5em;
	padding-bottom: 5px;
	border-bottom: 2px solid #7f6037;
	position: relative;
}

.ind-icn-01:before,
.ind-icn-02:before {
	content: "";
	width: 1em;
	height: 1.2em;
	background: url("../img/index/news-01.png") center bottom no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	left: 0.2em;
	top: 0;
}


.ind-news-date {
	color: #777;
	display: block;
}

.ind-icn-02:before {
	background: url("../img/index/an-01.png") center bottom no-repeat;
	background-size: contain;
}

.ind-news-list {
	border-top: 1px solid #ddd;
}

.ind-news-list-toppage {
	border-top: none;
}

.ind-news-list li {
	padding: 5px;
	line-height: 1.4em;
	border-bottom: 1px solid #ddd;
	font-size: 95%;
}

.ind-news-btn-01 {
	text-align: right;
	height: 35px;
	margin-top: -35px;
	font-size: 90%;
}

.ind-news-btn-01 span {
	position: relative;
	padding-left: 12px;
}

.ind-news-btn-01 span:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #7f6037;
	border-right: solid 2px #7f6037;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	left: 0
}

@media (min-width:992px) {
	.ind-mds-01 {
		font-size: 22px;
	}

	.ind-news-list li {
		padding: 10px;
	}

	.ind-news-list li a {
		display: table;
	}

	.ind-news-date {
		display: table-cell;
		width: 6em;
	}

	.ind-news-ttl {
		display: table-cell;
	}

}

/*診療案内*/
.ind-an-box {
	padding: 10px 0 20px 0;
	border-radius: 5px;
	border: 2px solid rgba(236, 92, 147, 0.6);
}

.ind-an-row {
	margin-left: -5px;
	margin-right: -5px;
}

.ind-an-row .col-6.col-lg-3 {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.ind-an-icn img {
	width: 34px;
}

.ind-an-ttl {
	color: rgba(236, 92, 147, 1);
	font-size: 125%;
	line-height: 1.4em;
	margin-top: .5em;
	font-weight: bold;
	font-feature-settings: "palt";
}

.ind-an-ttl a {
	color: rgba(236, 92, 147, 1);
}

.ind-an-list {
	line-height: 1.4em;
	color: rgba(236, 92, 147, 1);
	font-size: 100%;
	line-height: 1.4em;
	margin-top: .5em;
	font-weight: bold;
	font-feature-settings: "palt";
}

.ind-an-list li {
	padding: 0.4em 0 0 0;
}

.ind-an-ttl .fs-small {
	font-size: 14px;
	line-height: 1.3em;
	display: block;
	font-weight: normal;
	letter-spacing: 0;
}

@media (min-width:992px) {
	.ind-an-box {
		padding: 20px 0 30px 0;
		border-radius: 10px;
	}

	.ind-an-icn img {
		width: 54px;
	}

	.ind-an-ttl .fs-small {
		font-size: 16px;
	}

	.ind-an-list {
		font-size: 108%;
	}

}

/*医師紹介*/

.ind-dr-box {
	margin: 10px 0 20px;
}

.ind-dr-box:nth-child(2-n) {
	margin-top: 0;
}

.ind-dr-pic img {
	max-width: 200px;
}

.ind-dr-txt {
	line-height: 1.5em;
}

.ind-dr-txt dt {
	font-weight: bold;
	font-size: 110%;
	padding-top: 0.5em;
	font-family: dnp-shuei-mgothic-std, sans-serif;
}

.ind-dr-btn {
	text-align: center;
}

.ind-dr-btn a {
	display: inline-block;
	padding: 1em 0;
	width: 80%;
	max-width: 400px;
	background: #7f6037;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-size: 105%;
	font-weight: bold;
}

.ind-dr-btn a:after {
	content: "";
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 8px;
	height: 8px;
	transform: rotate(135deg);
	position: absolute;
	right: 20px;
	top: calc(50% - 4px);
	font-weight: bold;
}


.ind-dr-box .ind-dr-btn {
	margin-top: 12px;
	line-height: 1.3;
}


.ind-dr-box .ind-dr-btn a {
	padding: 0.5em 1.5em 0.5em 1em;
	display: inline-block;
	margin: 0 auto;
	width: auto;
}

.ind-dr-box .ind-dr-btn a:after {
	right: 0.8em;
}

@media (max-width:768px) {

	.ind-dr-box .ind-dr-btn a {
		width: 100%;
		padding: 0.5em 0;
	}

	.ind-dr-box .ind-dr-btn a:after {
		content: "";
		display: none;
	}
}

@media (min-width:992px) {
	.ind-dr-box {
		margin: 10px 0 25px;
	}

	.ind-dr-box:nth-child(3-n) {
		margin-top: 0;
	}

	.ind-dr .mds-02 {
		margin-left: 66px;
	}

}

.ind-set-box {
	background: #fff;
	padding: 15px;
	border-radius: 5px;
}


.ind-set-txt dt {
	text-align: center;
	font-weight: bold;
	font-size: 125%;
	padding: 0.7em 0 0.3em;
	font-family: dnp-shuei-mgothic-std, sans-serif;
}

@media (min-width:992px) {
	.ind-set-box {
		background: #fff;
		padding: 25px;
		border-radius: 10px;
	}
}

/*メインビジュアル*/
main .mainv img {
	border-radius: 0;
}

.mainv li img {
	width: 100%;
	height: 100vw;
	object-fit: cover;
	object-position: 50% 50%;
}

@media (min-width:992px) {
	.mainv li img {
		width: 100%;
		height: 90vh;
		max-height: 700px;
		object-fit: cover;
		object-position: 50% 50%;
	}
}


/*アクセス*/


.ind-acc-map {
	width: 100%;
}

@media (max-width:991.9px) {
	.ind-acc-img {
		width: 60%;
	}
}

/*アンカーリンク*/

#tanto,
#access {
	margin-top: -60px;
	padding-top: 60px;
}

.toppage header {
	background: none;
}

.toppage header.fixed {
	background: #fff;
	transition: .5s;
}

.toppage main {
	padding-top: 0;
}

/*ご注意*/

.ind-news-attention {
	display: flex;
	line-height: 1.5;
	margin: -45px 0 20px;
}

.ind-news-attention-icn {
	margin-right: 8px;
}

.ind-news-attention-icn img {
	width: 15px;
	max-width: 15px;
	vertical-align: middle;
}

.ind-news-attention-txt {
	color: red;
}

@media (min-width:992px) {
	.ind-news-attention {
		margin: -65px 0 30px;
	}
}

/*----------------------------------------------------
ニュース 
-----------------------------------------------------*/

.new-pagettl {
	background: url("../img/news/pagettl.jpg") no-repeat top right #f7f2ec;
	background-size: auto 100%;
	text-shadow: #f2f6f9 1px 0 10px;
}

.container.w-1column {
	max-width: 900px;
}


.new-list-01 {
	border-top: 1px solid #e3e3e3;
}

.new-list-01 li {
	padding: 1.2em 0.5em;
	line-height: 1.4em;
	border-bottom: 1px solid #e3e3e3;
}

.new-list-01 li a {
	text-decoration: none;
}

.new-side {
	padding: 1.5em 0.5em;
}

.new-side dt {
	font-size: 120%;
	color: rgba(236, 92, 147, 1);
	font-family: dnp-shuei-mgothic-std, sans-serif;
	padding-bottom: 0.2em;
}

.new-side select {
	width: 100%;
}

@media (min-width:992px) {
	.new-side {
		border-top: 1px solid #e3e3e3;
	}
}

/*記事詳細*/
.new-detail {
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	padding: 15px 15px 40px 15px;
}


.new-detail-date {
	color: #666;
	font-size: 95%;
	display: inline-block;
	padding-right: 1em;
}

.new-detail-cat {
	font-size: 95%;
	display: inline-block;
}

.new-detail-ttl h1 {
	color: #7f6037;
	font-size: 140%;
	padding: 0.3em 0 0.5em 0;
	margin-bottom: 1.5em;
	border-bottom: 2px solid #7f6037;
}

@media (min-width:992px) {
	.new-detail {
		border-radius: 10px;
		padding: 30px 40px 80px 40px;
	}

	.new-detail-ttl h1 {
		font-size: 160%;
	}
}

/*ページ送り*/

.news-pager {
	margin: 2em 0 0 0;
	text-align: center;
}

.page-numbers {
	display: inline-block;
	padding: 0 0.8em;
}

.page-numbers.current {
	color: #7f6037;
}

.news-pager {
	color: #aaa;
}

.news-pager a {
	font-weight: normal;
	text-decoration: none;
	color: #aaa;
}

/*内視鏡、各種検査*/

.ct-txt-01 {
	font-size: 18px;
	color: rgba(236, 92, 147, 1);
	font-weight: bold;
}

.ct-txt-02 {
	font-size: 16px;
	border-bottom: 2px solid rgba(236, 92, 147, 0.2);
	padding-bottom: 0.3em;
	color: rgba(236, 92, 147, 1);
	font-weight: bold;
	padding-left: 1.5em;
	line-height: 1.5;
	position: relative;
}

.ct-txt-03 {
	font-size: 16px;
}

.ct-txt-02:before {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background: url("../img/ct/icn-point.svg") no-repeat center bottom;
	background-size: contain;
	position: absolute;
	left: 0;
}

@media (min-width:992px) {
	.ct-txt-01 {
		font-size: 24px;
	}

	.ct-txt-02,
	.ct-txt-03 {
		font-size: 22px;
	}
}

.ct-naishikyo-ul-01 li {
	padding-left: 1.5em;
	position: relative;
	line-height: 2em;
}

.ct-naishikyo-ul-01 li:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 2em;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/common/icn-check.svg") no-repeat center center;
	background-size: contain;
}

.w-sp-80 {
	max-width: 80%;
}

@media (min-width:992px) {
	.d-lg-flex {
		display: flex;
	}

	.ct-naishikyo-box-01 {
		width: 60%;
	}

	.ct-naishikyo-box-02 {
		width: 40%;
		margin-left: auto;
	}

	.w-sp-80 {
		max-width: 100%;
	}
}

.ct-naishikyo-ul-02 li {
	display: inline-block;
	padding-right: 1em;
}

.ct-naishikyo-ul-02 li:before {
	content: "・";
}

.h-100p {
	height: 100%;
}

@media (min-width:992px) {
	.ct-naishikyo-box-03 {
		width: 48%;
	}
}

.ct-naishikyo-box-03+.ct-naishikyo-box-03 {
	margin-left: auto;
}

/*超音波*/

@media (min-width:992px) {
	.ct-choonpa-table-01 th {
		width: 7em;
		box-sizing: content-box
	}
}

.ct-choonpa-ul-01 li {
	padding-left: 1em;
	position: relative;
}

.ct-choonpa-ul-01 li:before {
	content: "・";
	display: inline-block;
	position: absolute;
	left: 0;
}

img.ct-choonpa-icn-check {
	height: 1em;
	width: auto !important;
	border-radius: 0;
	margin-right: 0.5em;
}

.kakomi-white.kakomi-pd-narrow {
	padding: 15px;
}

@media (min-width:992px) {
	.kakomi-white.kakomi-pd-narrow {
		padding: 30px;
	}
}

/*骨密度*/
.ct-kotsumitsudo-table-01 th {
	background: #fff !important;
}

.ct-ct-ul-01 li {
	display: inline-block;
	padding-left: 1em;
}

.ct-ct-ul-01 li:first-child {
	padding-left: 0;
}

.ct-ct-ul-01 li:before {
	content: "●";
	color: rgba(236, 92, 147, 1);
}


/*----------------------------------------------------
生活習慣病トレーニング
-----------------------------------------------------*/

.tra-pagettl {
	background: url("../img/training/pagettl.jpg") no-repeat top right #EFEFEF;
	background-size: auto 100%;
	text-shadow: #EFEFEF 1px 0 10px;
}

/*概要*/
@media (min-width:992px) {
	.tra-box-01 {
		max-width: 940px;
		margin-left: auto;
		margin-right: auto;
	}

	.tra-box-01-inner {
		display: flex;
		justify-content: space-between;
	}
}

@media (max-width:991px) {
	.tra-box-02-item {
		display: flex;
		justify-content: space-between;
	}

	.tra-box-02-item:not(:last-child) {
		padding-bottom: 25px;
		background: url("../img/training/about-04.svg") no-repeat center bottom;
		background-size: 25px 25px;
		margin-bottom: 5px;
		align-items: center;
	}

	.tra-box-02-item-img {
		width: 30%;
	}

	.tra-box-02-item-text {
		width: 65%;
		line-height: 1.5;
	}

	.tra-box-02-item-text>p>br {
		display: none;
	}

	.tra-box-02-item-ttl {
		font-weight: bold;
		line-height: 1.3;
		padding-bottom: 5px;
		color: #7F6037;
	}
}

@media (min-width:992px) {
	.tra-box-02 {
		display: flex;
		text-align: center;
		justify-content: center;
	}

	.tra-box-02-item {
		width: 30%;
		position: relative;
	}

	.tra-box-02-item:not(:last-child):after {
		content: "";
		background: url("../img/training/about-04.svg") no-repeat center center;
		background-size: contain;
		width: 50px;
		height: 50px;
		display: block;
		position: absolute;
		top: 100px;
		right: -25px;
	}


	.tra-box-02-item-02 {
		padding: 100px 10px 0 10px;
	}

	.tra-box-02 img {
		width: 80%;
		max-width: 235px;
	}

	.tra-box-02-item-ttl {
		font-weight: bold;
		line-height: 1.3;
		padding: 15px 0 5px 0;
		color: #7F6037;
		font-feature-settings: "palt";
		font-size: 120%;
	}

	.tra-box-02-item-02 {
		display: none;
	}

	.tra-box-02-item-text {
		line-height: 1.4;
	}

	.tra-box-03 {
		display: flex;
		justify-content: space-between;
	}

	.tra-box-03-item {
		width: 49%;
	}

}

/*見出し*/

.tra-ttl-01 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #7F6037;
}


@media (min-width:992px) {
	.tra-ttl-01 {
		font-size: 24px;
	}
}

/*初回*/
@media (min-width:992px) {
	.w-860 {
		max-width: 860px;
	}
}

/*料金*/
.tra-box-04 {
	border: 1px solid #CCCCCC;
}

.tra-box-04-ttl {
	color: #7F6037;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	padding: 10px;
	background: #F8F3EE;
	border-bottom: 1px solid #CCC;
}

.tra-box-04-text {
	text-align: center;
	font-weight: bold;
}

.tra-box-04-text {
	padding: 15px;
}

.flex-spacebetween {
	justify-content: space-between;
}

.tra-text-big {
	display: inline-block;
	margin-left: 20px;
	font-size: 140%;
}

@media (min-width:992px) {
	.tra-box-04-item {
		width: 49%;
	}

	.tra-box-04.tra-box-04--flex {
		justify-content: space-between;
	}

	.tra-box-04-text--02 {
		padding-top: 35px;
	}
}

/*初回*/

.tra-box-05 {
	border: 3px solid #EC5C93;
	padding: 25px 0 10px 0;
	position: relative;
	text-align: center;
}

.tra-box-05-ttl {
	position: absolute;
	top: -20px;
	width: 100%;
}

.tra-box-05-ttl img {
	width: 90%;
	max-width: 375px;
}

.tra-box-05-text img {
	width: 80%;
	max-width: 330px;
}

@media (min-width:992px) {
	.tra-box-05 {
		padding: 45px 0 30px 0;
	}
}

/* p-gym-about */

.p-gym-marker {
	background: linear-gradient(transparent 65%, #F7FF04 65%);
}


.p-gym-about-pic {
	display: flex;
	width: 100%;
	margin: 30px 0 0 0;
}

.p-gym-about-pic>p {
	width: 50%;
}

.tra-img-01 img {
	max-width: 440px;
}

@media only screen and (min-width: 992px),
print {

	.p-gym-about {
		padding: 0 40px 100px 40px;
	}

	.p-gym-about-inner {
		max-width: 844px;
	}

	.p-gym-about-ttl {
		position: relative;
		padding: 100px 0 0 0;
		margin: 0 0 20px 0;
	}

	.p-gym-about-ttl:before {
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 54px;
		transform: translate(-50%, 0);
		content: "";
		background: #707070;
	}

	.p-gym-about-ttl-inner-en {
		font-size: 2.0rem;
	}

	.p-gym-about-ttl-inner-ttl {
		font-size: 3.1rem;
		line-height: 1;
		margin: 0 0 40px 0;
	}

	.p-gym-about-ttl-inner-copy {
		font-size: 2.2rem;
	}

	.p-gym-about-pic {
		margin: 60px 0 0 0;
	}

}

/*----------------------------------------------------
自費診療
-----------------------------------------------------*/

.sel-pagettl {
	background: url("../img/self/pagettl.jpg") no-repeat top right #EDF2F8;
	background-size: auto 100%;
	text-shadow: #EDF2F8 1px 0 5px;
}

/*美容点滴・注射*/

.sel-box-01-item {
	border: 3px solid #EEE;
	border-radius: 10px;
	padding: 15px;
}

@media only screen and (min-width: 992px),
print {
	.sel-box-01-item {
		width: 49%;
		padding: 30px;
		box-sizing: border-box;
	}
}

/*オンライン診療*/

.bg-gray-02 {
	background: #EEEEEE;
}

.mds-01.mds-01--lh1 {
	line-height: 1;
}


@media only screen and (min-width: 768px) {

	.sel-box-02 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.sel-box-02 .mds-01 {
		text-align: left;
		padding-bottom: 15px;
	}

	.sel-box-02-item:nth-child(1) {
		width: 50%;
	}

	.sel-box-02-item:nth-child(2) {
		width: 40%;
		position: relative;
	}

	/*
	.sel-box-02-item:nth-child(2) img {
		margin:-25px 0;
	}
	*/
}

@media only screen and (max-width: 767.9px) {
	.sel-box-02-item:nth-child(2) {
		text-align: center;
		margin-top: 20px;
	}

	.sel-box-02-item:nth-child(2) img {
		width: 60%;
		max-width: 300px;
	}

}

/*AGA*/
.sel-dl-01 dt {
	font-weight: bold;
	line-height: 1.3;
}

.sel-dl-01 img {
	max-width: 200px;
	margin-top: 10px;
}

.sel-ttl-01 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #7F6037;
}

.sel-ttl-02 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	color: #7F6037;
	padding-bottom: 10px;
}

@media (min-width:992px) {
	.sel-ttl-01 {
		font-size: 20px;
	}
}

.sel-icn-line {
	position: relative;
	padding-left: 2em;
}

.sel-icn-line:before {
	content: "";
	width: 1.5em;
	height: 1.5em;
	display: inline-block;
	background: url("../img/self/icn-line.png") no-repeat left center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}


.tra-ttl-01 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #7F6037;
}


@media (min-width:992px) {
	.tra-ttl-01 {
		font-size: 24px;
	}
}

/*低用量ピル*/

.sel-ul-01 li {
	padding-left: 1em;
	position: relative;
}

.sel-ul-01 li:before {
	content: "・";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.table-02.table-02--price td {
	text-align: right;
}

.fs-s {
	line-height: 1.7;
}


/*----------------------------------------------------
ペイシェント（カスタマー）ハラスメントに対する基本方針
-----------------------------------------------------*/

.harassment-pagettl {
	background: url("../img/harassment/pagettl.jpg") no-repeat top right #EDF2F8;
	background-size: auto 100%;
	text-shadow: #EDF2F8 1px 0 5px;
}


.har-ttl-01 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #7F6037;
}

@media (min-width:992px) {
	.har-ttl-01 {
		font-size: 20px;
	}
}