@charset "utf-8";

/* Reset
*********************************************************************/
html,body,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,address,
th,td{
	font-family: メイリオ,ＭＳ Ｐゴシック,Osaka;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.7;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Link
*********************************************************************/
a{
	color: #0000FF;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a img{
	transition: all 0.3s linear;
}
a:hover img{
	filter: alpha(opacity=70);
  	-moz-opacity:0.7;
  	opacity:0.7;
}
a:visited{
	color: #999;
}

/* General
*********************************************************************/
body{
	color: #555;
	text-align: center;
}
p{
	margin-bottom: 1em;
}
hr{
	display: none;
}
object,
embet{
	vertical-align: top;
	outline: none;
}
ol li{
	margin-left: 1.5em;
	list-style-type: decimal;
}
img{
	border: none;
}
i.fa-arrow-circle-right{
	color: #0063b6;
	text-decoration: none;
	margin-right: 0.2em;
}
input,textarea{
	font-family: メイリオ,ＭＳ Ｐゴシック,Osaka;
	font-size: 100%;
}
#main input,
#main textarea{
	font-size: 90%;
}
.ime_off{
	ime-mode: disabled;
}
.short{ width: 100px; }
.normal{ width: 300px; }
.long{ width: 90%; }
.full{ width: 100%; }
.btn{
	text-align: center;
	margin: 10px 0 20px;
}
.red{
	color: #FF0000;
}
.img_r{
	float: right;
	margin: 0 0 1.5em 10px;
}

/* 404error
*********************************************************************/
div.error{
	text-align: center;
	padding: 40px 0 40px 0;
}
div.errortext{
	color: #FF0000;	
	border-top: 1px dashed #FF0000;
	border-bottom: 1px dashed #FF0000;
	padding: 10px 0;
	margin: 30px 0 0;
}

/* Layout
*********************************************************************/
#header{
	margin: -1.5em auto 2em;
	text-align: center;
}
#contents{
	margin: 0 auto;
}
#footer{
	clear: both;
	margin: 0 auto;
	color: #FFF;
	background-color: #459ac1;
}
.sec{
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}
h1{
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
	background-color: #459ac1;
	padding: 0.3em 0;
}
h2{
	text-align: center;
	margin: 0 0 -3em;
}
h2 a:hover img{
	filter: alpha(opacity=100);
  	-moz-opacity:1.0;
  	opacity:1.0;
}

h3{
	color: #FFF;
	font-size: 190%;
	font-weight: bold;
	padding: 0.5em 0;
	margin: 2em 0 1.5em;
	text-align: center;
	position: relative;
}
h3.subtitle_b{
	background-color: #459ac1;
}
h3.subtitle_o{
	background-color: #f29600;
}
h3.subtitle_g{
	background-color: #95C941;
}
h3:before{
	content: "";
	position: absolute;
	bottom: -55px;
	right: 48%;
	border: 30px solid transparent;
}
h3.subtitle_b:before{
	border-top: 30px solid #459ac1;
}
h3.subtitle_o:before{
	border-top: 30px solid #f29600;
}
h3.subtitle_g:before{
	border-top: 30px solid #95C941;
}

dl.qa dt{
	color: #459ac1;
	font-size: 190%;
	font-weight: bold;
	background-image: url(../img/icon_q1.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0.1em 80px;
}
dl.qa dt:nth-of-type(2){ background-image: url(../img/icon_q2.png); }
dl.qa dt:nth-of-type(3){ background-image: url(../img/icon_q3.png); }
dl.qa dd{
	overflow: hidden;
}
dl.qa dd span{
	color: #f29600;
	font-size: 120%;
	font-weight: bold;
}
dl.qa dd img,
dl.rank dd img{
	float: right;
	margin: 0 0 1em 1em;
}
dl.rank dt{
	color: #459ac1;
	font-size: 190%;
	font-weight: bold;
	background-image: url(../img/icon_rank1.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0.5em 0 0.1em 80px;
}
dl.rank dt:nth-of-type(2){ background-image: url(../img/icon_rank2.png); }
dl.rank dt:nth-of-type(3){ background-image: url(../img/icon_rank3.png); }
dl.rank dt:nth-of-type(4){ background-image: url(../img/icon_rank4.png); }
dl.rank dd{
	overflow: hidden;
}
dl.rank dd li{
	text-indent: -1em;
	margin: 0 0 0.2em 1em;
}
dl.rank dd li:before{
	content: "●";
	color: #459ac1;
}
.support,
.entry{
	background-color: #FCE9C9;
}
.support{
	margin: 0 0 3em;
}

.support>.sec>ul>li{
	display: inline-block;
	width: 435px;
	vertical-align: top;
	margin: 0 0 1.5em 0;
}
.support>.sec>ul>li:nth-of-type(2n+1){
	margin: 0 23px 1.5em 0;
}
.support ul ul li{
	text-indent: -1em;
	margin: 0 0 0.2em 1em;
}
.support ul ul li:before{
	content: "●";
	color: #f29600;
}
.voice dt{
	width: 200px;
	font-size: 90%;
	margin: 0 0 1.5em;
}
.voice dd{
	width: 660px;
	background-color: #E9F3DA;
	padding: 0.5em;
	margin: -275px 0 2.5em 220px;
	border-radius: 10px;
	position: relative;
}
.voice dd:before{
	content: "";
	position: absolute;
	top: 20px;
	left: -35px;
	border: 20px solid transparent;
	border-right: 20px solid #E9F3DA;
}
.voice dd:nth-of-type(3){
	margin: -275px 0 3.5em 220px;
}
.voice dd span{
	display: block;
	font-size: 130%;
	color: #95c942;
}
.voice dd span:nth-of-type(2){
	margin: 1em 0 0 0;
}
.detail{
	background-color: #FFF;
	padding: 0.5em;
	margin: 1em 0 2em;
}
.detail table{
	border: 2px solid #f29600;
	width: 100%;
	border-collapse:collapse;
}
.detail table th,
.detail table td{
	padding: 0.3em 0.5em 0.3em 1em;
}
.detail table th{
	font-weight: bold;
}
.detail table th.title{
	text-align: center;
	color: #f29600;
	font-size: 150%;
}
.form dt{
	color: #FFF;
	width: 200px;
	padding: 0.4em;
	background-color: #f29600;
}
.form dd{
	margin: -2.2em 0 1em 220px;
}
form dd input,
form dd textarea{
	border: none;
	font-size: 100%;
	padding: 0.2em;
}
form input[type=submit]{
	color: #FFF;
	padding: 1em 3em;
	background-color: #F00;
	border-radius: 10px;
}

/* #footer
*********************************************************************/
#footer .sec{
	margin: 0 auto;
	padding: 1.5em 0;
}
#footer small{
	display: block;
	text-align: center;
}

/* table
*********************************************************************/
