@charset "UTF-8";

.contents {
	/*width: 100%;
	max-width: 1240px;*/
}
#fixedSeminarBtn {
	z-index: 1000;
}
/* 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: 20px auto 0;
	padding: 40px 50px 25px;
}
#rashCalc h2.title .f_s {
	font-size: 85%;
}
#rashCalc h2.title+.contents-page-tag {
	margin-top: 1.2em;
}
#rashCalc .comm_txt {
	width: 100%;
	margin: 3rem auto;
	line-height: 1.6;
}
#rashCalc .comm_txt p {
	font-size: 1.6rem;
	line-height: 1.9;
	margin: 1rem 0;
}
#rashCalc .indA {
	padding-left: 1em;
	text-indent: -1em;
}
#rashCalc #content {
	width: 100%;
	max-width: 700px;
	padding: 0 1rem;
	margin: 3rem auto 6rem;
}
#rashCalc .answercatttl {
	margin: 1rem auto;
	margin-left: 5em;
}
#rashCalc .answercatttl ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#rashCalc div.answercatttl ul li {
	width: 25%;
	padding: 1rem .5rem;
	max-width: 140px;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #1a9bfc;
	background: #e9f2fb;
	letter-spacing: 1em;
	padding-left: calc(1em + .5rem);
}
#rashCalc div.answercatttl ul li.answercatttlrange {
	color: #fff;
	background: #1a9bfc;
	letter-spacing: 0;
	padding-left: .5rem;
}
#rashCalc .answelist {
	margin: 0 auto 1.5rem;
	border-top: 1px #b5b5b5 solid;
	border-bottom: 1px #b5b5b5 solid;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#rashCalc .answertitle {
	width: 2.5em;
	writing-mode: vertical-rl;
	font-size: 1.75rem;
	font-weight: bold;
	color: #fff;
	background: #334c9a;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 1em;
	padding-top: 1em;
}
#rashCalc ul.answeritemlist {
	width: calc(100% - 5em);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#rashCalc li.answeritem {
	width: 25%;
	padding: 1.5rem .75rem;
}
#rashCalc .answerpoint {
	width: 75%;
	max-width: 90px;
	min-height: 70px;
	margin: 0 auto 1rem;
	font-size: 3rem;
	font-weight: bold;
	line-height: 2.25;
	text-align: center;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}
#rashCalc a.modallink {
	color: #fff;
	display: block;
	margin: 0 auto;
	max-width: 120px;
}
#rashCalc .answerbtn {
	width: 100%;
	padding: .5rem 1.5rem;
	background: #ed6c1f;
	border-radius: 5px;
}
#rashCalc .answerbtn:hover {
	background: #f9a979;
}
#rashCalc .answerbtn .btncaption {
	font-size: 1.5rem;
	line-height: 1.2;
	padding-left: 2.5rem;
	display: block;
	position: relative;
}
#rashCalc .answerbtn .btncaption:before {
	content: '»';
	font-size: 3rem;
	padding-right: .5rem;
	padding-bottom: .5rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#rashCalc .calcbtn {
	width: 65%;
	max-width: 480px;
	margin: 3rem auto 0;
	background: #09f;
	border-radius: 5px;
	box-shadow: 0 6px 0 0 #354c9a;
	text-align: center;
}
#rashCalc .calcbtn:hover {
	filter: brightness(1.15);
}
#rashCalc .calcbtn a {
	display: block;
	padding: 15px 0;
}
#rashCalc .calcbtn .calcbtncaption {
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
}
#rashCalc .disabledarea .calcbtn,
#rashCalc .disabledarea .calcbtn:hover {
	background: #ccc;
	box-shadow: 0 6px 0 0 #787878;
	filter: none;
}
#rashCalc .disabledarea .calcbtn .calcbtncaption {
	color: #999;
}
#rashCalc .disabledarea #calcbtn,
#rashCalc .disabledarea #calcbtn:hover {
	cursor: default;
	pointer-events: none;
}
#rashCalc .scorearea {
	display: none;
	width: 65%;
	max-width: 480px;
	margin: 3rem auto 0;
	text-align: center;
	line-height: 1;
	border: 1px solid #000;
}
#rashCalc .scoretitle {
	font-size: 2.5rem;
	font-weight: bold;
	color: #354c9a;
	background: #e9f2fb;
	padding: 20px;
}
#rashCalc .scoredisp {
	font-size: 4rem;
	font-weight: bold;
	color: #ef6c00;
	min-height: 80px;
	padding: 20px 0;
}
/* modal ---------- */
#rashCalc .pcarea {
	display: block;
}
#rashCalc .sparea {
	display: none;
}
#rashCalc .modalpcbg {
	overflow: hidden;
	height: 100%;
}
#rashCalc #modalmask {
	display: none;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, .75);
}
#rashCalc #modalwindow {
	display: none;
	z-index: 1001;
	position: fixed;
	width: 767px;
	max-width: 767px;
	padding-top: 0;
	padding-bottom: 0;
	background: #fff;
}
#rashCalc .modalclosebtnarea.pcclosebtn {
	display: none;
}
#rashCalc .modalclosebtnarea.spclosebtn {
	display: none;
}
#rashCalc .modalclosebtnarea {
	margin: 0 0 55px !important;
	padding: 0;
	width: 300px;
	text-align: center;
}
#rashCalc .modalclosebtn {
	position: absolute;
	right: 0;
	top: 0;
}
#rashCalc .modalclosebtn:hover img {
	opacity: .7;
}
/* modal - rank */
#rashCalc .rankmodalarea {
	position: relative;
	width: 100%;
	padding-top: 0;
	padding-bottom: 6%;
	background: #fff;
	text-align: center;
}
#rashCalc .ranktitle {
	color: #e95609;
	font-size: 2.25rem;
	font-weight: bold;
}
#rashCalc .rankmessage {
	margin-top: 4.25%;
}
#rashCalc .rankitemlistarea {
	margin-top: 5.5%;
}
#rashCalc .rankpositonimage {
	float: left;
	margin: 0 3.35%;
}
#rashCalc .rankitem {
	float: left;
	margin-left: 1.25%;
}
#rashCalc .rankitem:first-child {
	margin-left: 0;
}
#rashCalc .rankitem a:hover .rankimage {
	opacity: .7;
}
#rashCalc .rankitem .rankimage img {
	width: 120px;
}
#rashCalc .rankitem a:hover .rankcaption {
	color: #ed6d00;
}
#rashCalc .rankitem .btncaption {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2.5;
}
/* modal - size */
#rashCalc .sizemodalarea {
	position: relative;
	width: 100%;
	padding-top: 0;
	padding-bottom: 6%;
	background: #fff;
	text-align: center;
}
#rashCalc .sizetitle {
	color: #e95609;
	font-size: 2.25rem;
	font-weight: bold;
}
#rashCalc .sizemessage {
	margin-top: 4.25%;
}
#rashCalc .sizeitemlistarea {
	margin-top: 5.5%;
}
#rashCalc .sizeitem {
	float: left;
	width: 13%;
	margin-left: 1.25%;
}
#rashCalc .sizeitem:first-child {
	margin-left: .75%;
}
#rashCalc .sizeitem a:hover {
	opacity: .7;
}
#rashCalc .sizeitem .sizebtn {
	width: 100%;
	height: 48px;
	margin: 7.5% auto 0;
	padding: 5px;
	border-radius: 5px;
	color: #fff;
	background: #1a9bfc;
}
#rashCalc .sizeitem .btncaption {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2;
}
#rashCalc .sizeitem .sizebtn .sizebtncaptionmark {
	display: table-cell;
	color: #fff;
	font-size: 3rem;
	line-height: 1.15;
	vertical-align: middle;
}
#rashCalc .sizeitem .sizebtn .sizebtncaption {
	display: table-cell;
	height: 2.45rem;
	padding-left: 1rem;
	text-align: left;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: middle;
}
#rashCalc .sizeitem .sizebtn .sizebtncaption.singlesize {
	padding-top: 5px;
}
#rashCalc .sizeitem .sizepointcaption {
	font-weight: bold;
	line-height: 2.5rem;
}
/* indicates breakpoint from js */
#rashCalc #respomarker {
	display: inline;
	width: 0;
	height: 0;
	line-height: 0;
}
/* .btmNavi
-------------------------- */
#rashCalc .btmNavi {
	width: 100%;
	margin: 3rem auto;
	padding: 3rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #999;
}
#rashCalc .btmNavi a {
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
	color: #fff;
	background: #f57c00;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	min-height: 42px;
	padding: .75rem;
	border-radius: .5rem;
	position: relative;
}
#rashCalc .btmNavi a: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 .btmNavi a.btnBack {
	width: 15%;
	margin: 0 42.5% 1.5rem;
}
#rashCalc .btmNavi a.btnBack:after {
	display: none;
}
#rashCalc .btmNavi a.current {
	background: #999;
	pointer-events: none;
}
#rashCalc .btmNavi a:hover {
	filter: brightness(1.2);
}
#rashCalc .btmNavi a>span {
	font-size: 85%;
	padding-left: .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: 1000;
}
#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;
}