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

 style info: 楽天チェック用CSS

 *Last Modified: 2016-02-01
=================================================================== */


/* ----------------------------------------------------
	reset
---------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em,textarea {
	font-size: 1em;
	font-style: normal;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
html {
	overflow-y: /scroll;
}
body {
}
img {
	border: 0px;
	vertical-align: bottom;
}
ul, ol {
	list-style-type: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
th, caption {
	text-align: left;
}
legend {
	color: #000;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a img {
	vertical-align: top;
	text-decoration: none;
}


/* ----------------------------------------------------
	fontColor
---------------------------------------------------- */
body {
	color: #333;
}
 a,
a:link {
	vertical-align: baseline;
	text-decoration: none;
	color: #0086ee;
}
a:visited {
	color: #1FA2E1;
}
a:hover {
	color: #75bbe5;
} 

/* ----------------------------------------------------
	clearfix
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {
	zoom: 1; /* IE5.5〜E7 */
}


/* ---------- 要素の状態 ---------- */
.is-none { display: none; }
.is-hidden { visibility: hidden; }


/* ---------- 文字揃え ---------- */
.al-l { text-align: left; }
.al-r { text-align: right; }
.al-c { text-align: center; }


/* ---------- マージン ---------- */
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
/**/
.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
/**/
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
/**/
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }


/* ----------------------------------------------------
	article
---------------------------------------------------- */
img {
	height: auto;
	width: 100%;
}
header {
	background: url(../img/bg.png) repeat scroll #BF0000;
}
header h1 {
	color: #FFF;
	font-size: 6.4vw;
	margin: 0 auto 20px;
	padding: 20px 0;
	width: 90%;
}
.content {
	margin: 0 auto;
	width: 90%;
}
.content .date {
	color: #777777;
	font-size: 3.2vw;
	text-align: right;
}
.content h2 {
	color: #F14F4F;
	font-size: 6.4vw;
	font-weight: bold;
	padding: 15px 0 3px;
	margin: 20px auto 10px;
}
.content p {
    font-size: 4.266vw;
	margin-bottom: 20px;
}
.content ol li {
	margin-bottom: 40px;
}
.content ol figure {
	margin: 15px auto 0;
	width: 70%;
}
.content .result {
	background-color: #FFEEEE;
	border-radius: 8px;
	padding: 20px 5% 5px;
	width: 90%;
}
.content .result h3 {
	font-size: 4.8vw;
	margin-bottom: 10px;
	text-align: center;
}
footer {
	background-color: #EDEDED;
	margin-top: 50px;
	padding: 30px 5% 30px;
	width: 90%;
}
footer p {
    font-size: 4.266vw;
	margin-bottom: 15px;	
}
.btn-support {
	margin-bottom: 0;
}
.btn-support a {
	background-color: #F14F4F;
	border-radius: 4px;
	color: #FFF;
	display: block;
	font-weight: bold;
    font-size: 4.8vw;
	text-align: center;
	padding: 15px 0;
}
footer .note {
	font-size: 3.7333vw;
	font-weight: bold;
	margin: 15px auto 0;
}