/*=============================================================
 clinic
=============================================================*/

/*! #contents 
------------------------------------------------- */
#main {
	padding: 10px;
}
@media (min-width: 600px) {
	#main {
		padding: 0 0 10px;
		margin: auto;
		width: 1200px;
	}
}

/*! #mainImg
------------------------------------------------- */
#mainImg {
	padding-top: 0px;
	background: url("../img/scared/bg_main01_sp.png") center center no-repeat;
	background-size: cover;
}
#mainImg .tit {
	padding-top: 32px;
}
@media (min-width: 600px) {
	#mainImg {
		background: url("../img/scared/bg_main01_pc.png") top center no-repeat;
	}
	#mainImg .tit {
		padding-top: 140px;
	}
}


#main .txt {
	margin: 0 0 1em 0;
	font-size: 1.2rem;
	line-height: 1.5;
}
@media (min-width: 600px) {
	#main .txt {
		margin: 0 0 1em 0;
		font-size: 1.6rem;
		line-height:  1.875;
		line-height:  calc(30/16);
	}
}


/*! #trouble
------------------------------------------------- */
#trouble {
	margin-bottom: 20px;
}
@media (min-width: 600px) {
	#trouble {
			margin-bottom: 80px;
	}
}
#trouble .pic01 {
	margin: 10px 0;
}
@media (min-width: 600px) {
	#trouble .pic01 {
		float: right;
		margin: 0 0 15px 30px;
		width: 450px;
	}
}

/*! #case
------------------------------------------------- */
#main .box01 {
	margin: 20px 0 30px;
	padding: 15px 20px 5px;
	background: #eceef0;
}
#main .box01 .tit01 {
	margin-bottom: 8px;
	font-family: "Noto Serif CJKjp";
	font-size: 1.7rem;
	font-weight: 600;
	line-height: calc(44/34);
	color: #1b519e;
}
#main .box01 .pic02 {
	float: right;
	margin: 0 0 10px 15px;
	width: 115px;
}
@media (min-width: 600px) {
	#main .box01 {
		margin: 50px 0 85px;
		padding: 40px 40px 30px;
	}
	#main .box01 .tit01 {
		margin-bottom: 15px;
		font-size: 2.6rem;
		line-height:  1.54;
		line-height:  calc(40/26);
	}
	#main .box01 .pic02 {
		margin: -82px 0 10px 15px;
		width: 410px;
	}
}

/*! #afraid
------------------------------------------------- */
#afraid {
	margin-bottom: 15px;
}
@media (min-width: 600px) {
	#afraid {
			margin-bottom: 80px;
	}
}
#afraid .pic01 {
	margin: 10px 0;
}
@media (min-width: 600px) {
	#afraid .pic01 {
		float: right;
		margin: 0 0 15px 20px;
		width: 450px;
	}
}

/*! #denture
------------------------------------------------- */

#main #denture {
	margin-bottom: 30px;
}
@media (min-width: 600px) {
	#main #denture {
		margin-bottom: 105px;
	}
}

#main .box02 {
	margin: 20px 0 20px;
	padding: 15px 15px 5px;
	background: #eceef0;
}
@media (min-width: 600px) {
	#main .box02 {
		margin: 30px 0 20px;
		padding: 40px 50px;
	}
	#main .box02 .txt {
			text-align: center;
	}
}
#main .tit02 {
	position: relative;
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 600;
	font-family: "Noto Serif CJKjp";
	text-align: center;
}
@media (min-width: 600px) {
	#main .tit02 {
		margin-bottom: 40px;
		font-size: 3rem;
	}
}
#main .tit02:after {
	position: relative;
	display: block;
	margin: auto;
	content: "";
	bottom: -5px;
	width: 200px;
	height: 1px;
	border-top: 2px solid #1b519e;
}
@media (min-width: 600px) {
	#main .tit02:after {
	width: 262px;
	}
}
#main .box03 {
	padding: 15px 20px 20px;
	background: #fff;
}
@media (min-width: 600px) {
	#main .box03 {
		margin: 30px 0;
		padding: 30px;
	}
}
#main .tit03 {
	font-size: 1.6rem;
	font-weight: 600;
	font-family: "Noto Serif CJKjp";
}
@media (min-width: 600px) {
	#main .tit03 {
		font-size: 2.3rem;
	}
}
#main .box03 .list01 {
	margin: 5px 0 0;
}
#main .box03 .list01 li {
	position: relative;
	padding: 7px 0 7px 20px;
	font-size: 1.2rem;
	border-bottom: 1px solid #d2d2d2;
}

@media (min-width: 600px) {
	#main .box03 .list01 {
		margin: 5px 0 20px;
	}
	#main .box03 .list01 li {
		float: left;
		margin-right: 20px;
		padding: 12px 0 10px 20px;
		width: 500px;
		font-size: 1.6rem;
	}
	#main .box03 .list01 li:nth-child(2n) {
		margin-right: 0;
	}
}
#main .box03 .list01 li:before {
	position: absolute;
	top: 11px;
	left: 0;
	content: "";
	width: 10px;
	height: 10px;
	background: #1b519e;
}

@media (min-width: 600px) {
	#main .box03 .list01 li:before {
		top: 20px;
		width: 12px;
		height: 12px;
	}
}

#main .bnr01 a,
#main .bnr02 a {
	position: relative;
	display: block;
	margin: 15px 0;
	width: 100%;
	height: 86px;
	box-sizing: border-box;
}
#main .bnr01 a:after,
#main .bnr02 a:after {
	position: absolute;
	display: block;
	content: "";
	bottom: 7px;
	right: 7px;
	border: 7px solid transparent;
	border-bottom: 7px solid #1b519e;
	border-right: 7px solid #1b519e;
}
@media (min-width: 600px) {
	#main .bnr01 a:after,
	#main .bnr02 a:after {
		bottom: 10px;
		right: 10px;
	}
}

#main .bnr01 a {
	padding: 15px;
	background: url("../img/scared/bg_bnr01_sp.png") top center no-repeat;
	background-size: auto 86px;
}
#main .bnr02 a {
	padding: 25px 15px 0;
	background: url("../img/scared/bg_bnr02_sp.png") top center no-repeat;
	background-size: auto 86px;
	box-sizing: border-box;
}

@media (min-width: 600px) {
	#main .bnr01 a,
	#main .bnr02 a {
		margin: auto;
		width: 765px;
		height: 168px;
	}
	#main .bnr01 a {
		padding: 45px 40px 0;
		background: url("../img/scared/bg_bnr01_pc.png") top center no-repeat;
	}
	#main .bnr02 a {
		padding: 50px 40px 0;
		background: url("../img/scared/bg_bnr01_pc.png") top center no-repeat;
	}
}

.bnrTxt01 {
	margin-bottom: 5px;
	font-size: 1.2rem;
	line-height: 1;
	color: #262626;
}
.bnrTxt02 {
	margin-bottom: 5px;
	font-family: "Noto Serif CJKjp";
	font-size: 1.2rem;
	line-height: 1;
	color: #1b519e;
}
.bnrTxt03 {
	font-family: "Noto Serif CJKjp";
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1;
	color: #1b519e;
}
@media (min-width: 600px) {
	.bnrTxt01 {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	.bnrTxt02 {
		margin-bottom: 5px;
		font-family: "Noto Serif CJKjp";
		font-size: 1.8rem;
	}
	.bnrTxt03 {
		font-family: "Noto Serif CJKjp";
		font-size: 4.0rem;
	}
	.bnrTxt02,
	.bnrTxt03 {
		display: inline-block;
		vertical-algn: bottom;
	}
	.bnr02 a .bnrTxt03 {
		position: relative;
		margin-left: -10px;
	}
}