@charset "utf-8";

@import "common.css"; /* 追加設定 */


/**** バージョンベクタの記入例 ****
.eq-ie6 body { ××× }
***********************************/


/*************
/* 全体
*************/
*{margin:0;padding:0;}

html{
	font-size: 16px;
	line-height: 1.4em;
}
body{
	color:#292929;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 16px;
	line-height: 1.4em;
	background-color: #fff;
}

a{color:#292929; text-decoration:none;}
a:hover{color:#292929; text-decoration:underline;}
img{border:0;}

.clear{clear:both;}
div{display:block;}


/*************
/* wrapper
*************/
#wrapper{
	display:block;
}
.container{
	display:block;
	margin: 0 auto;
	padding: 0 0px;
	width: 800px;
	clear:both;
}
@media screen and (max-width : 816px){
	.container{
		width: 100%;
	}
}
#mainarea{
	display:block;
	width:94%;
	margin:0 auto;
}



/*************
/* 
*************/
#logo{
	display:block;
	width:100%;
	margin:0 auto 0.3em auto;
	font-size:1em;
}
#logo img{
	width:30%;
	max-width:150px;
}
#entry_text{
	display:block;
	width:100%;
	margin:0 auto 1em auto;
	font-size:1em;
	background-color:#f8f8fa;
	border-right:solid 1px #cacacf;
	border-bottom:solid 1px #cacacf;
	border-left:solid 1px #cacacf;
	box-sizing:border-box;
}
#entry_text p{
	display:block;
	font-size:0.9em;
	padding:0.6em 0.8em;
	line-height:1.5em;
}
#entry_text a{
	text-decoration:underline;
}
#entry_text p.end{
	padding:1.6em 0.8em;
	text-align:center;
}
#entry_ttl{
	font-size:1.5em;
	text-align:center;
}

#set_no{
	display:block;
	width:100%;
	margin:0 auto;
	font-size:1.1em;
}
#set_no p{
	display:block;
	padding:0.3em 0.3em 0em 0.1em;
}

/*************
/* フッター
*************/
#totop{
	cursor:pointer;
}



/*************
/* form
*************/
#fmtbl{
	width:100%;
	margin:0 auto;
	border-top:solid 1px #cacacf;
	border-right:solid 1px #cacacf;
	border-bottom:solid 1px #cacacf;
	border-left:solid 1px #cacacf;
}
#fmtbl th{
	width:10em;
	font-size:1em;
	padding:0.5em 0.5em 0.5em 0.5em;
	border-bottom:solid 1px #eaeaf0;
	border-right:dashed 1px #eaeaf0;
	text-align:right;
	font-weight:normal;
	height:3em;
}
#fmtbl td{
	width:auto;
	position:relative;
	font-size:1em;
	padding:0.5em 0.5em;
	border-bottom:solid 1px #eaeaf0;
}
#fmtbl tr.dash th, #fmtbl tr.dash td{
	border-bottom:dashed 1px #eaeaf0;
}
#fmtbl tr.dot th, #fmtbl tr.dot td{
	border-bottom:dotted 1px #eaeaf0;
}
#fmtbl tr.noboder th, #fmtbl tr.noboder td{
	border-bottom:none;
	padding:0.5em 0.5em 0em 0.5em;
}
#fmtbl tr.solid th, #fmtbl tr.solid td{
	border-bottom:solid 1px #cacacf;
}
#fmtbl tr.bgc th, #fmtbl tr.bgc td{
	background-color:#eaeaf0;
	border-top:solid 1px #cacacf;
	border-bottom:solid 1px #cacacf;
}
#fmtbl tr.noboder2 th{
	border-right:none;
}
#fmtbl tr.subttl td{
	text-indent:-1em;
	padding-left:2em;
}
#fmtbl a{color:#014099 !important; text-decoration:underline !important;}
#fmtbl a:hover{color:#6680dd !important; text-decoration:underline !important;}

@media screen and (max-width : 640px){
	/*
	#logo{
		width:98%;
	}
	#entry_text{
		width:98%;
	}
	#set_no{
		width:98%;
	}
	#fmtbl{
		width:98%;
	}
	*/
	#fmtbl th{
		width: 6.2em;
		padding:0.5em 0.2em 0.5em 0.2em;
	}
	#fmtbl tr.noboder th{
		padding:0.5em 0.2em 0em 0.2em;
	}
	#fmtbl tr.subttl td{
		text-indent:-1em;
		padding-left:1em;
	}
}

.hissu{
	color:#F00;
	font-size:0.8em;
	display:inline;
	padding-right:0em;
	padding-left:0.3em;
}
.hissu2{
	color:#F00;
	font-size:0.8em;
	display:block;
	padding-right:0.5em;
}

#pname{
	display:block;
	line-height:1.6em;
	padding-top:0.8em;
	width:11%;
	float:left;
}
.dispnone3{
	display:none;
}

@media screen and (max-width : 816px){
	#pname{
		display:block;
		width:96%;
		float:none;
	}
	.dispnone3{
		display:inline-block;
	}
}

.kc{
	color:#f8a010;
}
.aka{
	display:block;
	font-size:95%;
	color:#F00;
	line-height:1.5em;
	font-weight:bold;
}
.sbtn{
	display:block;
	width:86%;
	max-width:220px;
	margin:0 auto;
	text-align:center;
	color:#FFF;
	font-size:1.0em;
	line-height:2.5em;
	padding-top:0.1em;
	letter-spacing:0.1em;
	background: #3da0c7;
	cursor:pointer;
	border-radius: 0.4em;        /* CSS3草案 */  
	-webkit-border-radius: 0.4em;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 0.4em;   /* Firefox用 */  
}
.sbtn:hover{
	color:#FFF;
	background: #46d6ec;
}
.LR{
	display:block;
	width:100%;	
}
.LR:after{
	clear:both;
	display:block;
	content:"";
}
.W3{
	display:block;
	width:35%;
	float:left;
}
.W4{
	display:block;
	width:40%;
	float:left;
}
.W5{
	display:block;
	width:50%;
	float:left;
}
.W6{
	display:block;
	width:60%;
	float:left;
}
.W7{
	display:block;
	width:65%;
	float:left;
}
	
.nextback{
	display:block;
	width:80%;
	margin:0 auto;
	text-align:center;
	font-size:1em;
	line-height:3.2em;
	padding-top:0.1em;
	letter-spacing:0.1em;
	cursor:pointer;
	border-radius: 0.3em;        /* CSS3草案 */  
	-webkit-border-radius: 0.3em;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 0.3em;   /* Firefox用 */  
}
@media screen and (max-width : 640px){
	.nextback{
		width:85%;
		font-size:0.9em;
	}
}
.next{
	background-color:#3da0c7;
	color:#FFF;
}
.back{
	background-color:#7faff4;
	color:#000;
}
.clr{
	background-color:#88888c;
	color:#FFF;
}
.tbls{
	display:block;
	width:90%;
	padding:3em 0 3em;
	margin:0 auto;
}
.tbls2{
	display:block;
	width:100%;
	padding:2.0em 0 5em;
}

#formstatus{
	display:block;
	width:100%;
	margin:0 auto;
	height:1.5em;
	position:relative;
}
@media screen and (max-width : 640px){
	/*
	#formstatus{
		width:98%;
	}
	*/
}
#formstatus:after{
	display:block;
	content:"";
	clear:both;
}
#formstatus p{
	display:block;
	width:33%;
	color:#FFF;
	background-color:#222;
	text-align:center;
	position:absolute;
	top:0;
	font-size:0.8em;
	line-height:1.9em;
	padding-top:0.1em;
	padding:0;
}
#formstatus p.gray{
	background-color:#555;
}
#formstatus p:nth-child(1){
	left:0;
}
#formstatus p:nth-child(2){
	left:33%;
}
#formstatus p:nth-child(3){
	left:66%;
	width:34%;
}

.bevel1 {
  background:
    linear-gradient(225deg, transparent 0.7em, #3da0c7 0.7em),
    linear-gradient(315deg, transparent 0.7em, #3da0c7 0.7em);
  background-position: top right, bottom right;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
.bevel2 {
  background:
    linear-gradient(45deg, transparent 0.7em, #555555 0.7em),
    linear-gradient(135deg, transparent 0.7em, #555555 0.7em);
  background-position: top left, bottom left;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
.bevel3 {
  background:
    linear-gradient(45deg, transparent 0.7em, #3da0c7 0.7em),
    linear-gradient(135deg, transparent 0.7em, #3da0c7 0.7em),
    linear-gradient(225deg, transparent 0.7em, #3da0c7 0.7em),
    linear-gradient(315deg, transparent 0.7em, #3da0c7 0.7em);
  background-position: top left, bottom left, top right, bottom right;
  background-size: 51% 50%;
  background-repeat: no-repeat;
}
.bevel4 {
  background:
    linear-gradient(45deg, transparent 0.7em, #3da0c7 0.7em),
    linear-gradient(135deg, transparent 0.7em, #3da0c7 0.7em);
  background-position: top left, bottom left;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
.bevel5 {
  background:
    linear-gradient(225deg, transparent 0.7em, #555555 0.7em),
    linear-gradient(315deg, transparent 0.7em, #555555 0.7em);
  background-position: top right, bottom right;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
#privacypolicytext{
	display:block;
	font-size:0.9em;
	line-height:1.3em;
	padding:0.6em;
	border:solid 4px #eaeaf0;
}
#takujitext{
	display:block;
	font-size:0.85em;
	line-height:1.3em;
	padding:0.4em 0.4em;
}
@media screen and (max-width : 640px){
	#takujitext{
		font-size:0.75em;
		padding:0.4em 0.2em;
	}
}
.waku3{
	display:block;
	width:400px;
	padding:3em 0 2em;
	margin:0 auto;
}
div.innr{
	display:block;
	padding:0 2em;
}
@media screen and (max-width : 400px){
	.waku3{
		width:94%;
	}
	div.innr{
		padding:0 0em;
	}
}
#naiyouok{
	display:block;
	font-size:1em;
	line-height:1.3em;
	color:#3AE;
	padding-top:2em;
	text-align:center;
}
.comm{
	display:block;
	font-size:10px;
	line-height:12px;
	text-align:left;
	color:#292929;
}
.b{
	font-weight:bold;
}

#radio1_6x,#radio4_6x,#radio4_9x{
	display:none;
}

.waku p.foot1{
	display:block;
	font-size:1em;
	line-height:1.3em;
	padding-left:1em;
	padding-right:2em;
	padding-bottom:2em;
	text-indent:-1em;
	border-bottom:dashed 1px #333;
}
.waku p.foot2{
	display:block;
	font-size:1em;
	line-height:1.5em;
	padding-top:1em;
	padding-left:1em;
	padding-right:1em;
	text-indent:-1em;
}
@media screen and (max-width : 640px){
	.waku p.foot1{
		font-size:1em;
		padding-left:1em;
		padding-right:1em;
	}
	.waku p.foot2{
		font-size:1em;
		padding-left:1em;
		padding-right:1em;
	}
}
.chu{
	display:block;
	padding:0 2em;
}
.chu li{
	list-style:none;
	padding-left:1em;
	text-indent:-1em;
	line-height:1.2em;
	padding-bottom:0.5em;
}
.chui{
	display:block;
	padding:0 1em;
}
.chui li{
	list-style:none;
/*	padding-left:2em;
	text-indent:-2em;*/
}
.liClass{
	display:block;
    font-size:0.8em;
    line-height:1.4em;
	padding-top:1em;
	padding-left:1em;
    color:#F80000;
}
.liClass li{
    position: relative;
}
.liClass li:before {
    content: "※";
    position: absolute;
    top: 0px;
    left: -1em;
    font-family:inherit;
}
#radio1_5x{
	display:none;
}

/*************
/* プリント
*************/
@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
	#totop{
		display:none;
	}
}
