@charset "UTF-8";
/* CSS Document */

.fco0001 {
	color: #ef7f1e;
}

.select_box {
	width:100%;
	padding:2% 0;
	text-align:center;
	font-size:20px; }

.select_box h2 {
	font-size:30px;
	color:#026EB7; }

.page_content .select_box h2 {
	font-size:30px;
	color:#026EB7;
	border-bottom: none;
	margin:0 0 0;
	padding:0 0 0; }

.select_box h3 {
	font-size:24px;
	color:#026EB7; }

.select_box h2 img {
	width:34.5px;
	vertical-align:top;
	padding:0 0.5em 0 0; }

.select_box p.subtitle {
	font-size:20px;
	padding:1em 0; }

p.quote {
	font-size:20px;
    color:#555555;
    font-weight:bold; }

.select_box dl {
	width:100%;
	margin:0 0; }

.select_box dt {
	color:#006CBA;
	font-family:'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight:600;
	padding:1.2em 0 0; }

.select_box dd {
	padding:0.3em 0 1.0em 0;
	border-bottom:1px solid #cccccc; }

.select_box select {
	font-size:20px;
	padding:0.2em;
	margin:0.2em 0 0.5em 0; }

.select_box input[type=submit] {
-webkit-appearance: none; -webkit-border-radius:0px; outline: none; }

.select_box input[type=submit] {
	font-size:24px;
	padding:0.5em 1.5em;
	background:#d6132d;
	border:none;
	cursor: pointer;
	text-align:center;
	font-family:'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight:600;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(102,102,102,1);
	box-shadow: 0px 1px 0px 0px rgba(102,102,102,1);
	color:#ffffff;
	margin-top:1.2em;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; }

.select_box input[type=submit]:hover { background:#bb001c; }

/* ラジオボタン */
input[type=radio] {
	opacity:0;
	filter: alpha(opacity=0);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
	-moz-opacity:0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0;              /* Safari 1.x */	position: absolute;
	left: -1000px;
	outline: none;
/*	display: none; */ }

.select_box input[type=radio] + label {
	font-size:18px;
	display: inline-block;
	cursor: pointer;
	margin:0.2em 0.2em 0.7em;
	background-color: #e6e6e6;
	color: #000000;
	text-align: center;
	line-height:1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 1px 0px 0px rgba(102,102,102,1);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(102,102,102,1);
	padding:1.2em 1.2em; }

.select_box input[type=radio] + label:hover {background-color:#C4C5C4; }

.select_box input[type=radio]:checked + label {
	background-color: #036eb7;
	color: #ffffff; }


@media only screen and (max-width: 640px) {



}


@media screen and (max-width: 478px) { /*sp  320*/

.page_content .select_box h2 {
	font-size:22px; }

.select_box h2 img {
	width:28.5px;
	padding:0 0.3em 0 0; }

.select_box p.subtitle {
	font-size:16px;
	padding:1em 0 0; }

.select_box input[type=radio] + label {
	font-size:16px;
	padding:1.2em 0.8em; }

.select_box input[type=submit] {
	font-size:22px;
	padding:0.5em 1.5em; }

}



/* kekka ----------------------------------------- */



.yaku_title_box {
	margin: 0 0 2.2em;
}

.page_content .yaku_title_box h2 {
	font-size:28px;
	color:#003E54;
	border-bottom: none;
	margin:0 0 0;
	padding:0 0 0.2em; } 

.page_content .yaku_title_box h3 {
	font-size:20px;
	color:#003E54;
	padding:0 0 1.2em;
	line-height:1.4; }

.in_block {
	display: inline-block;
}


@media screen and (max-width: 478px) { /*sp  320*/

.yaku_title_box {
	margin: 0 0 1.4em;
}

.page_content .yaku_title_box h2 {
	font-size:20px; }

.page_content .yaku_title_box h3 {
	font-size:15px; }

}


/* result_box --------- */

.result_box {
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	
}

.result_box01,
.result_box02,
.result_box03 {
	font-feature-settings:"palt" 1;
	box-sizing: border-box;
	width: 32%;
}

.result_box01 {
	border: 3px solid #ff436f;
	margin: 0 2% 0 0;
}

.result_box02 {
	border: 3px solid #ef7f1e;
	margin: 0 2% 0 0;
}

.result_box03 {
	border: 3px solid #808080;
	margin: 0;
}


.text_uline {
	text-decoration: underline;
}

.rbp01 {
	display: block;
	background-color: #ff8ba6;
	padding: 0.2em 0;
}

.page_content .rbh01,
.page_content .rbh02,
.page_content .rbh03 {
	color: #FFFFFF;
	padding: 0.3em 0;
}

.page_content .rbh01 {
	background-color: #ff436f;
	font-size: 26px;
}

.page_content .rbh02 {
	background-color: #ef7f1e;
	font-size: 22px;
}

.page_content .rbh03 {
	background-color: #808080;
	font-size: 18px;
}

.rbhs01 {
	font-size: 120%;
}

.result_box_in {
	padding: 0.7em 0.2em;
}

.page_content .rbih01 {
	font-size: 18px;
	color: #000000;
}

.en_kingaku01 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 130%;
}

.rbp_in01 {
	color: #6a6a6a;
}

.rbp_in02 {
	font-size: 15px;
}

@media screen and (max-width: 478px) { /*sp  320*/

.rbp01 {
	font-size: 12px;
	line-height: 1.4 !important;
}

.page_content .rbh01 {
	font-size: 18px;
	line-height: 1.4 !important;
}

.page_content .rbh02 {
	font-size: 16px;
	line-height: 1.4 !important;
}

.page_content .rbh03 {
	font-size: 14px;
	line-height: 1.4 !important;
}

.page_content .rbih01 {
	font-size: 14px;
	line-height: 1.4 !important; }

.page_content .rbih01 .fc_red {
	display: inline-block;
}

.rbp_in01 {
	font-size: 12px; }

.rbp_in02 {
	font-size: 12px;
	line-height: 1.4 !important;
}

}



/* result_box --------- */

.select_box_w {
	width: 100%;
}

.select_box_w .select_box {
	width:100%;
	padding:0 0;
	margin: -1% 0 0 0; }

.select_box01 {
	width: 76%;
	margin: 0 auto;
	background-image: url(../img/ya_aka.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;
}

.select_box dd.result_year {
	padding:0.3em 0 1.0em 0;
	border-bottom:none; }

.select_box dd.result_year input[type=radio] + label {
	padding:1.2em 2.2em;
}

.page_content .difference h4 {
	color: #ffffff;
	font-size: 18px;
	padding: 0.4em 0;
}

.difference {
	width: 72.2%;
	background-color: #d6132d;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-weight:bold;
}

.dspan01 {
	font-size: 130%;
}

.dspan02 {
	font-size: 180%;
	font-family: Arial, Helvetica, "sans-serif";
}

@media screen and (max-width: 478px) { /*sp  320*/

.select_box01 {
	width: 86%; }

.difference {
	width: 81.6%;
	font-size: 18px; }

.page_content .difference h4 {
	font-size: 14px;
	line-height: 1.2 !important;
}

.dspan02w {
	display: inline-block;}

}


/* page_in_box --------- */

.page_in_box {
	width: 76%;
	margin: 0 auto; }

.shinsai_box {
	font-size: 18px;
	background-color: #dff2fc;
	padding: 1em 0.5em;
}

.sarani01 {
	font-size: 20px;
}

.h4_2maru {
	vertical-align:middle;
	padding:0 5px 5px 0;
	width:20px; 
}

.table01 table {
	margin:0.4em 0 1em;
	width:100%; }

.table01 td {
	font-size: 16px;
	border: 1px solid #cccccc;
	padding:0.3em 0.5em; }

.s_td01_1 {
	vertical-align: top;
	background-color: #e0e8ea;
}

.s_td01_1,
.s_td01_3 {
	text-align: center;
}

.table01 a {
	font-size: 16px;
}

@media screen and (max-width: 478px) { /*sp  320*/

.page_in_box {
	width: 100%; }

.shinsai_box {
	font-size: 16px;
	padding: 1em 1em; }

.br_spin {
	display: none;
}

.sarani01 {
	font-size: 16px;
}

.table01 td {
	font-size: 14px; }

.s_td01_1 {
	width:4em; }

.s_td01_3 {
	width:2em; }

}



.hikekn_p {
	font-size: 28px;
	color: #036eb7;
}

.hikken_box {
	border: 1px solid #036eb7;
	box-sizing: border-box;
	padding:2% 3%;
}

.hb_t01 {
	font-size: 20px;
}

.hb_p01 {
	font-size: 16px;
}

.table02 { padding-bottom:0em; }

.table02 table {
	margin:0.5em 0;
	width:100%; }

.table02 td {
	font-size: 17px;
	border: 1px solid #cccccc;
	padding:0.6em 0.3em;
	font-weight: bold;}

.rei_suuji {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 120%;
}

.rei_td01_1 { background-color: #d2eccf; }
.rei_td01_2 { background-color: #e5f4e3; }

.rei_td02_1 { background-color: #c0e5f9; }
.rei_td02_2 {
	color: #D6132D;
	background-color: #dff2fc;
}

@media screen and (max-width: 478px) { /*sp  320*/

.hikekn_p {
	font-size: 18px;
	margin: -1em 0 0;}

.hb_t01 {
	font-size: 16px;
}

.hb_p01 {
	font-size: 14px;
}

.table02 td {
	font-size: 12px; }

}

.mktks {
	height: 22px;
	vertical-align: middle;
	margin: 0 5px 0 0; }

@media screen and (max-width: 478px) { 		

.mktks {
	height: 18px;
}

}




/* add_20240625 */
#result_type1 .result_box {
  display: block;
}
.result_box04 {
	border: 3px solid #eee;
	margin: 0 0 1em 0;
}
.result_box04 p.rbp_in02 {
  line-height:1.8 !important;
}
