﻿@charset "utf-8";
/* ===================================================================
CSS information

=================================================================== */

/* =====================================================================
*
*    INDEX
*
*    1. 共通
*	 2. #contents_area
*
* =================================================================== */
@import "http://fonts.googleapis.com/earlyaccess/notosansjapanese.css";

div.container { margin: 0 10px; position: relative; width: auto !important;}
#contents_main { float:none; width: auto;}
.column { margin-bottom: 30px;}
/* ---------- font */
h2,h3,h4,strong { font-family:'Noto Sans Japanese'; font-weight: bolder;}
h2 { color:#004098; font-size:197%; margin-bottom: 10px; margin-top: 20px;}
h3 { font-size:138.5%; font-weight:bold; margin-bottom:20px;}
h4 { font-size:116%; font-weight:bold; margin-bottom:10px;}
p { font-size: 108%; margin-bottom: 10px;}
strong { font-weight:bold; margin-right:10px;}
img { width: auto; max-width: 100%;}
.right { display: block; float:right; margin-left:40px; padding-top:15px;}

/* ---------- pointBlock */
#pointBlock {
	border:solid 2px #e6240f;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin:0;
	padding:15px;
	text-align:center;
	}
#pointBlock h3 { color:#e6240f; margin:0 0 10px 0; padding:0;}
#pointBlock p { font-family:'Noto Sans Japanese';}
#pointBlock p + p { margin-top: 15px;}
#pointBlock p.btn { margin-bottom: 0; margin-left: auto; margin-right: auto; width:60%;}
#pointBlock p.btn a {
	border-radius: 4px;
	padding: 15px 30px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background: #e6240f;
	display:block;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	}
#pointBlock p.btn a:hover { opacity:0.6;}
/* ---------- titleBlock */
.titleBlock { padding:30px 0 0 0; text-align:left;}
.titleBlock h1 { margin:0 0 20px 0;}
.titleBlock #pointBlock { margin:30px 0 0 0;}
/* ---------- step0Block */
#step0Block { text-align:center;}
#step0Block h3 {
	display: block;
	background: #004098;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	padding:9px;
	color:#fff;
	font-size:131%;
	margin-bottom:15px;
	}
#step0Block ol { margin-left:1.6em; margin-top:8px;}
#step0Block ol li {
	list-style:decimal;
	font-weight:bold;
	line-height:1.5em;
	font-family:'Noto Sans Japanese';
	}
#step0Block strong { color:#e6240f;}
#step0Block table { text-align:left; width:100%;}
#step0Block table th {
	width:30%;
	padding:8px 12px;
	background-color:#DFE5EF;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	}
#step0Block table td { background-color:#F0F2F7; border-bottom:2px solid #fff; padding:8px 12px;}
/* ---------- step1Block */
#step1Block { text-align:center;}
/* ---------- step2Block */
#step2Block { border-top:#ddd 1px solid; padding:20px 0 10px 0;}
/* ---------- step4Block */
#step4Block { text-align:center;}
#step4Block h3{
	display: block;
	background: #004098;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	padding:9px;
	color:#fff;
	font-size:131%;
	margin-bottom:15px;
	}
#step4Block #usableBlock ul {
	align-content: stretch;
	border: none;
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 -10px;
	padding: 0;
	text-align: left;
	}
#step4Block #usableBlock ul li {
	border:2px solid #DFE5EF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size:12px;
	margin: 10px 0 0 10px;
	padding: 10px;
	position:relative;
	text-align:center;
	width: calc((100% / 2) - 10px) !important;
	z-index:80;
	}
#step4Block #usableBlock li p {
	margin: 0;
	position:relative;
	z-index:100;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:2px 0 1px 0;
	background-color:#333;
	border-radius: 12px;        /* CSS3草案 */  
	-webkit-border-radius: 12px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 12spx;   /* Firefox用 */
	}
#step4Block #usableBlock li p.check {
	margin:8px 0 0 0;
	position:relative;
	z-index:101;
	color:#000;
	font-weight:bold;
	font-size:12px;
	padding:8px 0 0 10px;
	background-color:#fff;
	border-top:1px solid #DFE5EF;
	border-radius: 0;        /* CSS3草案 */  
	-webkit-border-radius: 0;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 0;   /* Firefox用 */
	line-height:1.3em;
	text-align:left;
	background: url("../img/link_arrow_black.png") left 1.1em no-repeat;
	}
#step4Block #usableBlock li p.check a { color:#cc0000; text-decoration:none;}
#step4Block #usableBlock li p.check a:hover { opacity:0.5;}
/* ---------- モータルウィンドウ */
#lean_overlay {
	position: fixed;
	z-index:9999;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
	}
.modal-block {
	background: #fff;
	border-radius: 6px; /* CSS3草案 */  
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px; /* Firefox用 */
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	display: none;
	left: 10px !important;
	margin: 0 !important;
	max-height: 90vh;
	overflow-y: auto;
	padding: 20px 10px !important;
	right: 10px;
	text-align: center;
	top: 5vh;
	width: auto;
	}
.modal-block h4 {
	color: #ee0000;
	font-family:'Noto Sans Japanese';
	font-size: 130%;
	line-height:1.3em;
	margin: 0 0 20px 0 !important;
	padding:0;
	text-align: center;
	}
.modal-block img { margin:0 auto 30px auto !important;}
.modal_close {
	position: relative;
	top: auto;
	right: auto;
	display: block;
	width: 65px !important;
	height: 25px !important;
	z-index: 10000;
	background: url("../img/btn_close.gif") 0 0 no-repeat;
	margin:auto;
	}
.modal_close:hover { opacity:0.6;}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

min-width: 468px

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (min-width:468px){
div.container { margin: 0 20px;}
.column { margin-bottom: 40px;}
/* ---------- step4Block */
#step4Block #usableBlock ul li { width: calc((100% / 3) - 10px) !important;}
/* ---------- モータルウィンドウ */
.modal-block {
	left: 20px !important;
	padding: 30px !important;
	right: 20px;
	margin: auto !important;
	width: 410px;
	}
.modal-block h4 {
	color: #ee0000;
	font-size: 150%;
	margin: 0 0 30px 0 !important;
	padding:0;
	text-align: center;
	}
.modal-block img { margin:0 auto !important;}
.modal_close { position: absolute; right: 10px; top: 10px;}
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

min-width: 768px

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (min-width:768px){
div.container { margin: 0 20px; padding: 0;}
.column { margin-bottom: 60px;}
/* ---------- font */
h2 { margin-top: 0;}
/* ---------- titleBlock */
.titleBlock h1 { margin:0 0 40px 0;}
/* ---------- step4Block */
#step4Block #usableBlock ul li { width: calc((100% / 4) - 10px) !important;}
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

min-width: 980px

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (min-width:980px){
div.container { margin: 0 auto; width: 945px !important;}
/* ---------- step4Block */
#step4Block #usableBlock ul li { width: calc((100% / 6) - 10px) !important;}
}