@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, header, footer{margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6{font-size: 100%; font-weight: normal;}
ol, ul{list-style:none;}
fieldset, img{border:0;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
address, caption, cite, code, dfn, em, strong, th, var{font-style: normal; font-weight: normal;}
object{outline: none;}
audio{margin:0;padding:0;position:absolute;top:0;left:0;display:none;}

*{
	box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
}

/* 基本 */
body{
	margin:0;
	padding:0;
	text-align:center;
	background:#F6F9FC url(/img/background.png);
	background-size: 320px;
	-webkit-text-size-adjust: none;
}
body,tr,td,th,input,select{
	font-family:"KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color:#444;
	font-size:14px;
	line-height:20px;
}
p{
	text-indent:14px;
	padding:5px 0;
}
table{
	margin:0 auto;
	border-collapse:collapse;
}

tr,td,th{
	vertical-align:middle;
	line-height:18px;
	text-align:left;
	padding:7px;
}
th{
	font-weight:bold;
	font-size:16px;
}
td.send{
	text-align:center;
}
table.displayTable{
	border:1px solid #aaa;
}
table.displayTable tr,table.displayTable td,table.displayTable th{
	border:1px solid #aaa;
	padding:7px;
}
table.formTable tr,table.formTable td,table.formTable th{
	padding:7px 0;
}
label{
	margin-right:10px;
}
#pc .select label{
	padding:1px 4px;
	border:1px solid transparent;
	display:block;
	float:left;
}
#smart .select label{
	margin:0;
	display:block;
	line-height:30px;
	outline:1px solid #aaa;
	background:#fff;
	padding-left:10px;
}
#pc .select label:hover {
	background: #eaffe8;
	border:1px solid #83d96c;
}
#pc .select label input{
	margin: -3px 5px 0 0;
	padding: 0;
	border:none !important;
}

h1{
	clear: both;
	position:relative;
	color:#444;
	font-weight:bold;
	font-size:20px;
	line-height:20px;
	padding:15px 0;
}
h1 span{
	margin-left:5px;
	font-size:12px;
}
h1 span span{
	margin-left:inherit;
	font-size:inherit;
}
h2 span{
	margin-left:10px;
	font-size:70%;
	font-weight:normal;
}

a{
	color:#09f;
}
a:hover, a:active{
	background-color:#09f;
	color:#fff;
}
a.button{
	padding:8px 20px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	background: #009CFF;
	border:none;
	border-radius:5px;
	box-shadow: 0 1px 2px rgb(32 33 36 / 28%);
}
a img:hover{
	filter:brightness(120%);
	-webkit-filter:brightness(120%);
}
strong{
	font-weight:bold;
}
button{
	padding:0 20px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	background: #009CFF;
	border:none;
	border-radius:5px;
	box-shadow: 0 1px 2px rgb(32 33 36 / 28%);
	height:35px;
	cursor: pointer;
}
button.cancel{
	background: #7b9eaf;
	min-width: 50px;
}
button:active, a.button:hover{
	background: #FF499F;
}
h1 button.back{
	position:absolute;
	left:5px;
	top:8px;
	padding:0 5px 0 2px;
	height:32px;
	font-size:11px;
}

input,textarea{
	border:1px solid #C1CDD2;
	vertical-align:middle;
	padding:5px;
	*padding:5px 5px 0 5px;
	margin-right:5px;
}
input{
	height: 32px;
}
input[type="checkbox"], input[type="radio"]{
	height:inherit;
}
input[type="search"]{
	background: #fff url(/img/search.svg);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 20px;
	padding: 5px 5px 5px 30px;
	-webkit-appearance: none;
}
input::placeholder{
	color: #ddd;
}
textarea{
	height:inherit;
	resize: vertical;
}
input:hover, textarea:hover, input.selected, textarea.selected{
	background-color:#eaffe8;
	border:1px solid #83d96c;
}
input.error, textarea.error{
	background:#ffe8f8;
	border:1px solid #FE48D9;
}

.im{
	color:#f66;
	font-weight:bold;
}
.my{
	color:#66f;
}
.note{
	color:#999;
	font-size:11px;
}
th .note{
	font-weight:normal;
}
p.note, .note p{
	line-height:12px;
}
.block{
	display:block;
}
.box{
	margin:10px;
	padding:10px;
	border:1px solid #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.more{
	text-align:right;
}
span.length{
	margin-left:5px;
	color:#999;
	font-size:11px;
	font-weight:bold;
}

#base{
	margin:0 auto;
	padding:5px 20px;
	width:865px;
	position:relative;
	background: rgba(250,250,250,.7);
}
#smart #base{
	width:100%;
	padding:5px 0;
}

header{
	overflow:hidden;
	padding: 0 5px;
	
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
    align-items: center;
}
#logo{
	flex: 1;
}
#logo img{
	display:inline-block;
	height:45px;
}
#logo a:hover{
	background: transparent;
}
#menu button{
	padding:0;
	width:100px;
	height:40px;
}
#menuList{
    flex-grow: 1;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-evenly;
	max-width:500px;
}
#menuList li{
	text-align:center;
	width:100%;
	max-width:100px;
}
#menuList li:not(:last-child){
}
#menuList li a{
	display:inline-block;
	padding:5px 0;
	color:#11a4ff;
	font-weight:bold;
	width:100%;
	
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
#menuList li a:hover{
	color: #fff;
}
article{
	position:relative;
	padding:15px;
	text-align:left;
	background:#fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-shadow: 0 1px 6px rgb(32 33 36 / 18%);
}
#smart article{
	min-height:100vh;
	padding:10px;
	border-right:none;
	border-left:none;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
article h2{
	margin-bottom:5px !important;
	padding:10px 15px;
	background:#F2F2F2;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
}
article h3{
	margin:15px 0 15px 10px;
	padding:5px 5px 5px 10px;
	font-size:18px;
	line-height:22px;
	color:#FF618B;
	font-weight:bold;
	border-left:10px solid #FF618B;
}
article h4{
	margin:15px 0 5px 10px;
	font-size:16px;
	line-height:20px;
	color:#00CC27;
	font-weight:bold;
}
section + section{
	margin-top: 40px;
}

ol li{
	margin:10px 0 10px 35px;
	list-style-type:decimal;
}
ol ol li{
	list-style-type:lower-roman;
}
ul.itemization{
	margin-left:10px;
}
ul.itemization li{
	margin:6px 0;
	padding-left: 25px;
	background: url("/img/list_icon.gif") no-repeat scroll 5px 8px transparent;
	line-height:22px;
}
ul.selectList{
	padding:10px;
	cursor:pointer;
}
article ul.selectList{
	padding:10px 0;
}
ul.selectList li{
	width:100%;
	padding: 10px 20px 10px 10px;
	box-sizing: border-box;
	text-align:center;
	border:1px solid #aaa;
	border-bottom:none;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	background:#fff;
}
#smart ul.selectList li{
	text-align: left;
}
ul.selectList li:first-child{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
ul.selectList li:last-child{
	border-bottom:1px solid #aaa;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
ul.selectList li.selected{
	background:#ffdbe3 url(/img/check.png) right center no-repeat;
	background-size:auto 50%;
}
ul.selectList li span{
	font-size:12px;
	color:#aaa;
	margin-left:10px;
	font-weight:normal;
}
ul.selectList li:hover{
	background-color:#eee;
}
ul.selectList li.selected:hover{
	background:#ffdbe3 url(/img/check.png) right center no-repeat;
	background-size:auto 50%;
}
/*
#smart ul.linkList{
	width:285px;
	margin:0 -10px;
}
*/
ul.linkList li{
	background:#fff url(/img/link_arrow.png) right center no-repeat;
}
/*
#smart ul.linkList li{
	padding-right:15px;
}
*/
ul li.arrowDown{
	background:#fff url(/img/link_arrow_down.png) right center no-repeat;
}
ul.box3{
	padding:5px;
	overflow:hidden;
}
ul.box3 li{
	width:33%;
	float:left;
	border:1px solid #aaa;
}
ul.box3 li:first-child{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 0;
}
ul.box3 li:nth-child(3){
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topright: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 5px;
}
ul.box3 li:nth-child(3n+2), ul.box3 li:nth-child(3n+3){
	border-left:none;
}

ul.socialList{
	margin:10px 0;
	
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-ms-flex-align: flex-end;
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
ul.socialList li{
	margin:0 5px;
}
ul.pager{text-align:center;margin:2px 0;}
ul.pager li{display:inline;padding:5px;}
ul.pager li strong{display:inline-block;padding:10px;border:1px solid #aaa;}
ul.pager li a{display:inline-block;padding:10px;}

#headerAd{
	width:100%;
}
#footerAd{
	text-align:center;
}
div.adContainer div.rectangleAd{
	display:inline-block;
	margin:0 5px;
}
#leftAd{
	position:absolute;
	top:20px;
	left:-200px;
}
#rightAd{
	position:absolute;
	top:20px;
	right:-180px;
	width: 160px;
	height: 100%;
}
#rightAdInner{
	position:sticky;
	top: 20px;
	margin-bottom: 30px;
}

footer{
	margin:0;
	clear:both;
	width:100%;
	padding:20px 0 5px 0;
	background:#F2F2F2;
	filter: drop-shadow(0 1px 5px rgba(32, 33, 36, .2));
}
footer a{
	color:#444;
}
footer ul{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	margin: 0 auto;
	max-width:825px;
}
#pc footer ul{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#smart footer ul{
	-webkit-box-pack: center;
	-ms-flex-pack: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
footer ul li a{
	display: block;
	min-width: 100px;
	padding: 5px 0;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px
}

#smart #copyright{
	clear:both;
	padding-top:10px;
	font-size:9px;
	line-height:10px;
	color:#999;
}