* {
    margin:0;
    padding:0;
    zoom:1;
}

fieldset, form, input, label, legend, select, textarea {  
    font-family:inherit;  
    font-size:100%;  
    font-style:inherit; 
    font-weight:inherit; 
}

h1, h2, h3, h4, h5, h6, p, address {
    font-size:100%;
    font-style:normal;
    font-weight:normal;
}

img {
    border:0;
}

h2 img, h3 img, h4 img {
    vertical-align:bottom;
}

ol,ul {
    list-style:none;
}

button {
    background:transparent none repeat scroll 0 0;
    border:none;
    cursor:pointer;
    overflow: visible;
    font-family:inherit;  
    font-size:100%;  
    font-style:inherit;  
    font-weight:inherit;  
    vertical-align:middle;  
}
   
table {  
    border-spacing:0;  
    font-size:100%;  
}

*:first-child+html * {
    letter-spacing:0;
}


/*======================================
基本
======================================*/
html {
    overflow-y:scroll;
    height:100%;
    word-break:break-all;
}


body {
    margin:0 auto;
    font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:16px;
    color:#000;
	background:#fff;
    line-height:1.6em;
}

input {
    vertical-align:middle;
    border:none;
    border:solid 1px #9fa0a0;
}

textarea {
    vertical-align:middle;
    border:none;
    border:solid 1px #9fa0a0;
}


a {
    text-decoration:none;
    color:#221815;
}

a:link {
    color:#000;
    text-decoration:none;
}

a:visited {
    color:#000;
}

a:hover,
a:focus{
    color:#000;
    text-decoration:underline;
}

a:active {
    text-decoration:underline;
}

a img {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: “alpha( opacity=60 )”;
}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

/*----clearfix----*/

.clearfix:after {
  content: ".";   
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {    
    clear:both;
}

/*------*/
.container {
	width:950px;
	margin:0 auto;
    word-break: normal;
    word-wrap: break-word;
}

#header {
	background:url(../img/bg_top_02.jpg) no-repeat center top;
	height:480px;
}

#header .container{
	position:relative;
}

#header h1{
	position:absolute;
	top:50px;
}

#header h1 span{
	display:block;
	margin:54px 0 0 0;
}

#header .lower-title_01 {
	position:absolute;
	top:348px;
}

#contents {
	background:url(../img/bg_body.png) repeat;
}

.lower_01 {
	background:#fff;
	padding:0 0 50px 0;
}

.lower_01 .left_block{
	float:left;
	width:446px;
	margin:30px 0 0 25px;
}

.lower_01 .right_block{
	float:right;
	margin:30px 25px 0 0;
	width:446px;
}

.lower_01 .center-text{
	text-align:center;
	padding:30px 0;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    font-size: 21px;
    letter-spacing: -0.05em;
    text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -1px 1px 0 #fff, -2px -2px 0 #fff, 4px 3px 3px rgba(4, 0, 0, 0.60);

}
.lower_01 .center-text span{
    color: #e80000;
    font-size: 26px;
}

.lower_01 .list_01 {
	background:url(../img/bg_lower_01.png) no-repeat center;
	width:836px;
	height:120px;
	margin:0 auto 20px auto;
}

.lower_01 .list_01 li{
	background:url(../img/img_check.png) no-repeat left;
	padding:3px 0 3px 30px;
	position:relative;
	top:13px;
	left:220px;
}
.lower_01 .list_02 {
	margin:0 35px 20px 35px;
}

.lower_01 .list_02 li{
	float:left;
	width:248px;
	margin-right:25px;
	background:#e5e5e5;
	font-size:13px;
	padding:6px;
    min-height: 315px;
}

.lower_01 .list_02 li span{
	display:block;
	text-align:center;
	margin:5px 0 5px 0;
}

.lower_01 .list_02 li:first-child{
	margin-left:25px;
}
.lower_01 .list_02.short li{
    min-height: 250px;
}
.lower_01 .chmove{
    text-align: center;
    padding: 8px 0;
    font-weight: bold;
    line-height: 1.8;
    color: #000;
    font-size: 21px;
    letter-spacing: -0.05em;
    text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -1px 1px 0 #fff, -2px -2px 0 #fff, 4px 3px 3px rgba(4, 0, 0, 0.60);
}
.lower_01 .triangle {
	background:url(../img/img_triangle_02.png) no-repeat top;
	height:70px;
	display:block;
}

.lower_01 .bottom_block {
	margin:0 auto;
	width:808px;
	border:solid 4px #bababa;
	padding:10px;
}

.lower_01 .bottom_block h3{
	padding:10px 0 15px 0;
    font-weight: bold;
    line-height: 1.5;
    color: #931010;
    font-size: 23px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 3px 3px 3px rgba(4, 0, 0, 0.75);
}

.lower_01 .bottom_block dl {
/*	background:url(../img/img_disc.jpg) no-repeat 20px 0; */
	padding:20px 0 20px 320px;
	font-weight:bold;
}
.lower_01 .bottom_block dl.disc01 {background:url(../img/img_disc01.png) no-repeat 20px center;}
.lower_01 .bottom_block dl.disc02 {background:url(../img/img_disc02.png) no-repeat 20px center; background-size: 275px;}
.lower_01 .bottom_block dl.disc03 {background:url(../img/img_disc03.png) no-repeat 15px center; background-size: 285px;}
.lower_01 .bottom_block dl.disc04 {background:url(../img/img_disc04.png) no-repeat 20px 25px; background-size: 275px;}
.lower_01 .bottom_block dl.disc05 {background:url(../img/img_disc05.png) no-repeat 20px 25px; background-size: 275px;}
.lower_01 .bottom_block dl.disc06 {background:url(../img/img_disc06.png) no-repeat 20px 25px; background-size: 275px;}
.lower_01 .bottom_block dl.disc07 {background:url(../img/img_disc07.png) no-repeat 20px center; background-size: 260px;}
.lower_01 .bottom_block dl.disc08 {background:url(../img/img_disc08.png) no-repeat 20px 25px; background-size: 275px;}
.lower_01 .bottom_block dl.disc09 {background:url(../img/img_disc09.png) no-repeat 20px center; background-size: 275px;}
.lower_01 .bottom_block dl.disc10 {background:url(../img/img_disc10.png) no-repeat 20px center; background-size: 275px;}
.lower_01 .bottom_block dl.disc11 {background:url(../img/img_disc11.png) no-repeat 20px 30px; background-size: 275px;}
.lower_01 .bottom_block dl.disc12 {background:url(../img/img_disc12.png) no-repeat 20px 25px; background-size: 275px;}

.lower_01 .bottom_block dl dt{
	margin:0 0 30px 0;
	line-height:1.8em;
}

.lower_02 {
	background:#fff;
	padding:0 0 10px 0;
}

.lower_02 h3 {
	width:836px;
	margin:30px auto 30px auto;
}

.lower_02 dl {
	width:546px;
	padding:0 0 20px 290px;
	margin:0 auto;
	font-weight:bold;
}
.lower_02 dl.disc01 {background:url(../img/img_disc01.png) no-repeat 20px 15px; background-size: 225px;}
.lower_02 dl.disc02 {background:url(../img/img_disc02.png) no-repeat 20px center;}
.lower_02 dl.disc03 {background:url(../img/img_disc03.png) no-repeat 15px center; background-size: 285px;}
.lower_02 dl.disc04 {background:url(../img/img_disc04.png) no-repeat 20px 20px; background-size: 235px;}
.lower_02 dl.disc05 {background:url(../img/img_disc05.png) no-repeat 20px 10px; background-size: 240px;}
.lower_02 dl.disc06 {background:url(../img/img_disc06.png) no-repeat 20px 10px; background-size: 240px;}
.lower_02 dl.disc07 {background:url(../img/img_disc07.png) no-repeat 20px center; background-size: 225px;}
.lower_02 dl.disc08 {background:url(../img/img_disc08.png) no-repeat 20px 10px; background-size: 240px;}
.lower_02 dl.disc09 {background:url(../img/img_disc09.png) no-repeat 20px 10px; background-size: 240px;}
.lower_02 dl.disc10 {background:url(../img/img_disc10.png) no-repeat 20px 15px; background-size: 240px;}
.lower_02 dl.disc11 {background:url(../img/img_disc11.png) no-repeat 20px center; background-size: 225px;}
.lower_02 dl.disc12 {background:url(../img/img_disc12.png) no-repeat 20px 10px; background-size: 240px;}


.lower_02 dl dt{
	margin:0 0 10px 0;
	line-height:1.4em;
	font-size:20px;
}



.lower_02 .list_01 {
	background:url(../img/bg_lower_01.png) no-repeat center;
	width:836px;
	height:120px;
	margin:0 auto 20px auto;
}

.lower_02 .list_01 li{
	background:url(../img/img_check.png) no-repeat left;
	padding:3px 0 3px 30px;
	position:relative;
	top:13px;
	left:220px;
}

.lower_02 .list_02 {
	margin:0 35px 20px 35px;
}

.lower_02 .list_02 li{
	float:left;
	width:248px;
	margin-right:25px;
	background:#e5e5e5;
	font-size:13px;
	min-height:330px;
	padding:6px
}

.lower_02 .list_02 li span{
	display:block;
	text-align:center;
	margin:5px 0 5px 0;
}

.lower_02 .list_02 li:first-child{
	margin-left:25px;
}
.lower_02 .list_02.short li{
    min-height:250px;
}

.btn_shindan {
	padding:20px 0 30px 0;
	text-align:center;
}

/* shindan */
#shindan #header {
    background: url(../img/bg_top_02.jpg) no-repeat center 0;
    height: 600px;
}
#header .shindan-title_01 {
    position: absolute;
    top: 350px;
}
.shindan_box{
    background: #fff;
    padding: 0 0 50px;
    margin: 0 0 30px;
}
.shindan_box a:hover{
    opacity: 0.6;
}
.shindan_box .question_box{
    background: url(../img/title_shindan_q.png) no-repeat 0 0;
    padding: 40px 25px;
    width: 900px;
    height: 135px;
    text-align: center;
}
.question_box{
    color: #FFF;
    font-size: 30px;
}
.question_box .number{
    height: 60px;
}
.question_box .item-question{
    height: 100px;
    line-height: 1.5;
}
.question_box .item-question p{
    font-weight: bold;
}
.question-item{
    display: none;
}

.item-answer{
    width: 835px;
    margin: 30px auto;
}
.item-answer .number{
    font-size: 30px;
    color: #931010;
    text-align: center;
}
.col_01, .col_02, .col_03{
    margin: 30px 0;
}
.col_01 a{
    display: block;
    background:url(../img/btn_shindan_02.png) no-repeat 0 0;
    height: 82px;
    line-height: 82px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    
}
.col_02 a{
    display: block;
    background:url(../img/btn_shindan_01.png) no-repeat 0 0;
    height: 82px;
    line-height: 82px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.col_03 a{
    display: block;
    background:url(../img/btn_shindan_03.png) no-repeat 0 0;
    height: 82px;
    line-height: 82px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.box-body {
    display: block;
    text-align: right;
    text-decoration: underline;
    padding: 0 30px 15px;
}
.box-body a{
    color: #2366ab;
}

footer {
	padding:10px;
	font-size:12px;
	text-align:center;
	color:#fff;
}
footer .ft_top a{
	font-size:20px;
	color:white;
	text-decoration:underline;
}
footer .ft_top a:hover{
	text-decoration:none;
}


/* hack */
.lh12{line-height: 1.2!important;}
.lh15{line-height: 1.5!important;}
.lh20{line-height: 2.0!important;}
.ls05{letter-spacing: -0.05em!important;}
.ls08{letter-spacing: -0.08em!important;}
.ls10{letter-spacing: -0.10em!important;}
.ls12{letter-spacing: -0.12em!important;}
.fs12{font-size:12px!important;}
.mb20{margin-bottom:20px!important;}
