@charset "UTF-8";

.contents {
	/*width: 100%;
	max-width: 1240px;*/
}
/* responsive
-------------------------- */
#rashCalc .pcSet {
	display: block !important;
}
#rashCalc .spSet {
	display: none !important;
}
/* base
-------------------------- */
#rashCalc {
	line-height: 1.6;
	color: #333;
	margin: auto;
	box-shadow: 0 3px 7px rgba(0, 0, 0, .12);
	background: #fff;
}
#rashCalc .inner {
	width: 100%;
	margin: 0 auto;
	padding: 40px 50px 25px;
}
#rashCalc h2.title .f_s {
	font-size: 85%;
}
#rashCalc h2.title+.contents-page-tag {
	margin-top: 1.2em;
}
#rashCalc h3 {
	width: 100%;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.25;
	color: #333;
	margin: 3rem 0 1.5rem;
	padding: 0 1rem .5rem;
	border-left: 10px solid #ef6b00;
	border-bottom: 5px solid #ef6b00;
}
#rashCalc h4 {
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	color: #fff;
	background: #ef6b00;
	border-radius: 1rem 1rem 0 0;
	margin: 1.5rem 0 .5rem;
	padding: 1rem 1.5rem;
}
#rashCalc h4.h4sub {
	font-size: 2.2rem;
	text-align: left;
	color: #333;
	background: none;
	border-radius: 0;
	padding: 0 0 0 1rem;
	border-left: 5px solid #f57c00;
}
#rashCalc h4.h4sub>span {
	font-size: 85%;
}
#rashCalc p:not(.txt-cmn-note) {
	font-size: 1.6rem;
	line-height: 1.9;
	margin: 1.5rem 0;
}
#rashCalc p:first-child {
	margin-top: 0;
}
/* #sec00
----------------------------- */
#rashCalc #sec00 {
	margin: 3rem 0 7.5rem;
}
#rashCalc #sec00 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#rashCalc #sec00 .flex>.flex {
	width: 48%;
}
#rashCalc a.btnAch {
	width: 49%;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	color: #fff;
	margin: .5rem 0 1.5rem;
	padding: 1rem 1.5rem;
	/*background: #ef6b00;*/
	background: #2442ac;
	border-radius: .5rem;
	position: relative;
}
#rashCalc a.btnAch:after {
	content: '';
	width: 7.5px;
	height: 7.5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 15px;
	margin: auto;
	vertical-align: middle;
}
#rashCalc a.btnAch:hover {
	filter: brightness(1.2);
}
/* .blockCat
----------------------------- */
#rashCalc .blockCat {
	border: 2px solid #ef6b00;
	border-radius: 1.5rem;
	padding: .5rem 3rem;
	margin: 6rem auto;
	position: relative;
}
#rashCalc .blockCat>h4 {
	display: inline-block;
	width: auto;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: left;
	margin: 0;
	padding: 0 3rem;
	position: absolute;
	top: -3.5rem;
	left: 1.5rem;
	border-radius: 1rem 1rem 0 0;
}
#rashCalc .blockCat>section {
	padding: 3rem 0;
}
#rashCalc a.btnLink {
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
	color: #fff;
	/*background: #f57c00;*/
	background: #2849bf;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 340px;
	min-height: 42px;
	padding: .75rem;
	margin: 1.5rem auto 0;
	border-radius: .5rem;
	position: relative;
}
#rashCalc a.btnLink:after {
	content: '';
	width: 7.5px;
	height: 7.5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 15px;
	margin: auto;
}
#rashCalc a.btnLink:hover {
	filter: brightness(1.2);
}
#rashCalc a.btnLink>span {
	font-size: 130%;
	padding-right: .5rem;
}
#rashCalc .box_wht_b {
	width: 100%;
	max-width: 680px;
	border: 4px solid #E9F2FB;
	border-radius: 1rem;
	padding: 2rem 3rem;
	margin: 1.5rem auto;
}
#rashCalc .box_wht_b .ttl {
	color: #354c9a;
	font-size: 1.75rem;
	font-weight: bold;
	margin: 0 auto 2rem;
	text-align: center;
}
#rashCalc .box_wht_b p {
	line-height: 1.7;
}
#rashCalc .box_wht_b>img {
	width: 100%;
	margin-top: 1.5rem;
}
/* .foot
-------------------------- */
#rashCalc .foot {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
#rashCalc .foot>img {
	width: 25%;
}
#rashCalc .foot>p.note {
	font-size: 95%;
	line-height: 1.5;
	width: 25%;
	text-align: right;
	margin: 0;
}
/* #pagetop
-------------------------- */
#rashCalc a#pagetop {
	width: 45px;
	height: 45px;
	background: #ef6b00;
	position: fixed;
	right: 19.5px;
	bottom: 100px;
	z-index: 100;
}
#rashCalc a#pagetop:hover {
	filter: brightness(1.2);
}
#rashCalc a#pagetop:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	margin: auto;
	transform: rotate(-45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
/* fancyBox (diagnosis.html)
------------------------------ */
#attn {
	display: none;
	width: 100%;
	min-width: 640px;
	max-width: 800px;
	font-size: 1.6rem;
}
#attn p {
	text-align: left;
	padding: 2rem 1.5rem 3rem;
	margin: 0 0 3rem;
	border-bottom: 1px solid #CCC;
}
#attn h6 {
	font-size: 90%;
	font-weight: bold;
	padding: 0 2rem;
}
#attn .outer_btn {
	padding: 0 1.5rem;
	text-align: center;
}
#attn .jump_btn {
	display: inline-block;
	width: 8em;
	padding: 1rem;
	margin: 1.5rem;
	border: 1px solid #CCC;
	background: #828089;
	color: #FFF;
	border-radius: .5rem;
	text-decoration: none;
}
#attn .jump_btn:hover {
	border: 1px solid #CCC;
	background: #DEDCE5;
	color: #333;
}