@charset "utf-8";

/* online.css：PC
 * ======================================
 * Main
 * ======================================
 */

/* Main
------------------------------------------------------------------ */
/* mainvisual */
#subPage #content .mainvisual p {
    margin: 40px 0 0 0;
}

/* chart */
#subPage #content .chart {
    margin: 60px auto;
    text-align: center;
    width: 78%;
}

/* section */
#subPage section.medical section + section {
	border-top: 1px dotted #dadada;
	padding: 50px 0 0 0;
}

/* 見出し */
#subPage #content h1 > span {
	font-size: 2.5em;
	color: #d6809a;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#subPage #content h1 > span > span {
	font-size: 0.7em;
}
#subPage #content section.medical h2 {
	padding: 30px 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px dotted #dadada;
}
#subPage #content section.medical .medicalSubImg {
	width: 580px;
	margin: 30px 0 0 0;
	float: left;
}
#subPage #content h3 {
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	padding: 0 0 30px;
}
#subPage #content h3 span img {
	width: 2em;
	height: 2em;
	margin: 0 0.5em 0 0;
	position: relative;
	top: 0.15em;
}

/* その他共通 */
.floatL {
	float: left;
}
.floatR {
	float: right;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
p + p {
	margin: 1em 0 0 0;
}


/* anchorLink */
#subPage #content .anchorLink dd {
	display: none;
}
#subPage #content .anchorLink a:after {
	border: none;
}
#subPage #content .anchorLink dt {
	font-size: 1.4em;
	background: #f0f0f0;
	padding: 32px 42px;
	text-align: center;
}
#subPage #content .anchorLink dt span {
	position: relative;
}
#subPage #content .anchorLink dt span:after {
    border: 8px solid #444444;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: '';
    margin-top: -4px;
    position: absolute;
    top: 50%; right: -25px;
}
#subPage #content .anchorLink dt.active span:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid #444444;
    top: 20%;
}
#subPage #content .anchorLink dt.active span + dd {
	display: block;
}
#subPage #content .anchorLink dd li a {
	border-bottom: 1px solid #f0f0f0;
	padding: 16px 42px;
}
/* table */
table {
	border: 1px solid #dadada;
	width: 80%;
	margin: 30px auto;
}
table th,
table td {
	vertical-align: middle;
	padding: 10px;
}
table th {
	background-color: #f0f0f0;
}
table tr + tr th,
table tr + tr td {
	border-top: 1px solid #dadada;
}
table td {
	border-left: 1px solid #dadada;
}
table tbody th {
	width: 10em;
}
.priceList table + .notes {
	width: 80%;
	margin: 0 auto;
}

/* button */
.button {
	background: #ffffff;
	margin: 56px auto 0;
	text-align: center;
	width: 54%;
}
.button a {
	border: 1px solid #dadada;
	padding: 14px 0;
}
/* discList */
p + .discList {
	margin: 30px 0 0 0;
}
.discList {
	background: #f9f9f9;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
}
.discList li {
	list-style-type: none;
	position: relative;
	padding: 0.5em 1em 0.5em 1em;
	box-sizing: border-box;
}
.discList li:before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	position: absolute;
	top: 1.1em; left: 0;
	background: url(../images/li_round.png) no-repeat center center;
	background-size: contain;
}
.discList li + li {
	border-top: 1px dotted #ccc;
}
.discList li span {
	color: #d6809a;
	display: block;
}

/* referenceLink */
dl.referenceLink {
	margin: 30px 0 0 0;
	padding: 30px;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
	border-radius: 10px;
}
.referenceLink dt {
	border-left: 5px solid #d6809a;
	padding: 0 0 0 0.5em;
	margin: 0 0 0.5em 0;
	background: #f9f9f9;
}
.referenceLink dd a {
	color: #d6809a;
	text-decoration: underline;
}
.referenceLink dd a:after {
	border: none!important;
}
/* #online_index */
#subPage #content #online_index article{
	padding: 0;
}
#online_index article p{
	text-align: center;
	margin:60px 0 ;
}
#online_index .sec h2{
	font-size: 1.6em;
    color: #da809e;
    margin: 0 0 1em;
}
#online_index .sec .topTxt{
	text-align: center;
}
#online_index .sec .t-bold{
	font-weight: bold;
	color: black;
	margin: 0 0.1em;
	text-decoration: underline;
}
#online_index .sec1 .list{
	margin:60px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
}
#online_index .sec1 .list  li{
	width: 30%;	
	margin-bottom: 30px;
}
#online_index .sec1 .list:after{
	content: "";
	width: 30%;
}
#online_index .sec1 .list li img{
	width: 100%;
}
#online_index .sec2 .row{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
#online_index .sec2 .row .num{
	margin: 0 20px;
}
#content #online_index  .sec2 .row .num a:after{
	content: none;
}
#online_index .sec3 .list{
	padding: 0;
	list-style-type: none;
}
#online_index .sec3 .list li{
	padding-left: 1em;
	text-indent: -1.3em;
	margin-bottom: 20px;
}
#online_index .sec4 dl dt{
	margin-bottom: 5px;
	font-size: 1.1em;
}
#online_index .sec4 dl dd{
	margin-bottom: 30px;
}
#online_index .sec5 .photo{
	margin-bottom: 40px;	
}
#online_index .sec5 .photo img{
	width: 100%;
}
#online_index .sec5 .payment-wrap{
margin-top: 30px;
padding: 0 30px;	
}
#online_index .sec5 .payment-box{
background: #eee;
padding: 30px;
margin: 20px 0;	
}