﻿@charset "utf-8";



h1,h2,h3,h4{
margin:0;
padding:0;
/*font-family: 'Noto Sans Japanese', sans-serif;*/
font-weight: 400;
}

h1,h2,h3,h4{
margin:0;
padding:0;

}

ul,dl{
margin:0;
padding:0;}

ul li{
list-style-type:none;
}

form{
margin:0;
}

p{
margin:0 0 1em;
}

figure{
margin:0;
}

img{border:none;
margin:0;
}

img.imgleft{margin-right:10px;
margin-bottom:10px;
float:left;
}

img.imgright{margin-left:10px;
margin-bottom:10px;
float:right;

}


.tleft{
text-align:left;
}

.tright{
text-align:right;
}

.tcenter{
text-align:center;
}

.vmiddle{
vertical-align:middle;
}

.fclear
{
clear:both;

}
.fleft{
float:left;
}

.fright{
float:right;
}

img.fleft{
float:left;
margin-right:10px;
margin-bottom:10px;
}

img.fright{
float:right;
margin-left:10px;
margin-bottom:10px;

}

.fsmall{
font-size:80%;
line-height:140%;

}
.big{
font-size:120%;
line-height:160%;
}

.big110{
	font-size:110%;
	line-height:200%;
}


.red{
color:#CC3300;
}

.orenge{
color:#CC6600;
}

.blue{
color:#006699;
}

.white{
color:#fff;
}
.yellow{
color:#ffff00;

}

.pink{
color:#CC0066;
}

.green{
color:#7D9157
}


.fbold{
font-weight:bold;
}

.hidden {
text-indent:-999999px;
text-decoration:none;

}

.none{
display:none;
}


.fc{
clear:both;
width:100%;
display:block;
height:1px;
overflow:hidden;
}



@media only screen and (min-width: 768px) {/*sp*/
.pc_block{
display:block;
}


a.call{
text-decoration:none!important;
cursor:default;
}



}


/*main*/





.btn{
clear:both;
width:65%;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;

background: #ececec; /* Old browsers */
background: -moz-linear-gradient(top, #BB0000 0%, #A80000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BB0000), color-stop(100%,#A80000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #BB0000 0%,#A80000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #BB0000 0%,#A80000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #BB0000 0%,#A80000 100%); /* IE10+ */
background: linear-gradient(to bottom, #BB0000 0%,#A80000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BB0000', endColorstr='#A80000',GradientType=0 ); /* IE6-8 */


margin:2.5em auto;

}

.btn:hover{
background:#D50000;
}

.btn:hover{
background: #ececec; /* Old browsers */
background: -moz-linear-gradient(top, #F40000 0%, #BB0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F40000), color-stop(100%,#BB0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #F40000 0%,#BB0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #F40000 0%,#BB0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #F40000 0%,#BB0000 100%); /* IE10+ */
background: linear-gradient(to bottom, #F40000 0%,#BB0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F40000', endColorstr='#BB0000',GradientType=0 ); /* IE6-8 */


}

.btn a{
display:block;
font-size:160%;
color:#fff!important;
text-decoration:none!important;
padding:1em 0.5em;
text-align:center;
line-height:120%;
}

.btn a span{
background:url(img/icon_02.png) left center no-repeat;
padding:1em 0em 1em 1.5em;}


@media only screen and (max-width: 767px) {/*sp*/
.btn{
width:100%;
}
.btn a{
padding:0.5em;
font-size:130%;
}

.btn a span{
display:block;
padding:0.5em 0 0.5em 42px;}


}

#contents section{zoom:1;} 
#contents section:after {content:"";}


section .box{
display:block;
padding:1em 1.5em 3em;
}

section .box2{
display:block;
padding:0 20px;
}

section .box3{
display:block;
padding:0 30px;
}

@media only screen and (max-width: 767px) {/*sp*/

section .box{
display:block;
padding:1em 1em 2em;
}

section .box2{
display:block;
padding:0 1em;
}

section .box3{
display:block;
padding:0 1em 1em;
}
}


section dl.dlstyle1{
margin:1em 1em 1.5em;}

section dl.dlstyle1 dt{
background:url(img/icon_list.png) 8px center no-repeat #E9F3F5;;
padding:8px 5px 5px 28px;
font-weight:bold;
color:#006699;
border-bottom:1px dotted #333;
margin-bottom:1em;
}

section dl.dlstyle1 dd{
margin-left:4em;
margin-bottom:2em;
}

@media only screen and (max-width: 767px) {/*sp*/

section dl.dlstyle1 dd{
margin-left:1em;
margin-bottom:2em;
}
}




/*table*/



.table1{
font-size:100%;
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
border-top:1px solid #B8C9D6;
margin-bottom:1.5em;
width:100%;
}

.table1 caption{
text-align:left;
}

.table1 th{
background-color:#EFFCF9;
border:1px solid #B8C9D6;

line-height:1.5em;
font-weight:normal;
color:#004B64;
padding:5px 5px;
text-align:center;
white-space:nowrap;
}

.table1 td{
background-color:#ffffff;
border:1px solid #B8C9D6;
line-height:130%;
color:#333333;
padding:5px 10px;

}



@media only screen and (max-width: 767px) {/*sp*/

.table1{
margin-left:0;
}
.table1 th{
white-space:normal;
}
}



a:link { text-decoration: underline;color:#023494;}
a:active {text-decoration: underline;}
a:visited {text-decoration: underline;color:#336699;}
a:hover { text-decoration: underline;color:#CC0000;}



