@charset "UTF-8";
/* CSS Document */

/*======= 基本設定 =======*/

html{
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
}

section,
nav,
article,
figure,
aside,
header,
footer,
main{
display: block;
}

body,
h1,
h2,
h3,
ul,
li,
figure{
margin: 0;
padding: 0;
}
li{
list-style:none;
}

img{
border: none;
vertical-align: bottom;
}

p{
margin: 0 0 0 0;
font-size: 1.15em;
	letter-spacing: 0.09em;
	line-height: 1.5em;
	font-family: "Lato","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

strong{
font-weight: bold;
}

.roll-over{
opacity: 1.0;
transition: all  0.3s ease;
}

.roll-over:hover{
opacity: 0.65;
}

.roll-over2{
opacity: 1.0;
transition: all  0.3s ease;
}

.roll-over2:hover{
opacity: 0.6;
}

script+img{
display:none;
}


/*リンク*/

a {
    color: #00aeeb;
    text-decoration: none;
}

.link-pdf{
background-image:url(../images/pdf.png);
background-position: 0 50%;
background-repeat:no-repeat;
text-indent: 23px;
}

.link-txt1,#sec-contents section p.link-txt1{
background-image:url(../images/lnavi1a.png);
background-position:0 50%;
background-repeat:no-repeat;
text-indent: 17px;
display:block;
padding:0;
}

.link-txt2,#sec-contents section p.link-txt2{
background-image:url(../images/lnavi1b.png);
background-position:0 50%;
background-repeat:no-repeat;
text-indent: 17px;
display:block;
padding:0;
}

.link-txt3,#sec-contents section p.link-txt3{
background-image:url(../images/arrow01.png);
background-position:0 50%;
background-repeat:no-repeat;
text-indent: 15px;
display:block;
padding:0;
}


.linktxt-right{
text-align:right;
}

.linktxt-right span{
display:inline-block;
background-image:url(../images/lnavi1b.png);
background-position:0 50%;
background-repeat:no-repeat;
text-indent:20px;
}

/*余白調整*/

.mga{
margin-left:auto;
margin-right:auto;
}

.mg0{
margin:0;
}

.mgt10{
margin-top:10px;
}

.mgt20{
margin-top:20px;
}

.mgt30{
margin-top:30px;
}

.mgr10{
margin-right:10px;
}

.mgr20{
margin-right:20px;
}

.mgr30{
margin-right:30px;
}

.mgb10{
margin-bottom:10px;
}

.mgb20{
margin-bottom:20px;
}

.mgb30{
margin-bottom:30px;
}

.mgl10{
margin-left:10px;
}

.mgl20{
margin-left:20px;
}

.mgl30{
margin-left:30px;
}

.pd0{
padding:0;
}
.pdt5{
padding-top:10px;
}
.pdt10{
padding-top:10px;
}

.pdt20{
padding-top:20px;
}

.pdt30{
padding-top:30px;
}

.pdt60{
padding-top:60px;
}

.pdr10{
padding-right:10px;
}

.pdr20{
padding-right:20px;
}

.pdr30{
padding-right:30px;
}

.pdb10{
padding-bottom:10px;
}

.pdb20{
padding-bottom:20px;
}

.pdb30{
padding-bottom:30px;
}

.pdb60{
padding-bottom:60px;
}

.pdb90{
padding-bottom:90px;
}

.pdl10{
padding-left:10px;
}

.pdl20{
padding-left:20px;
}

.pdl30{
padding-left:30px;
}

/*見出し*/

h2.type-a,.h4-large1{
font-size:2.2em;
font-weight:normal;
line-height:1.2em;
margin-bottom:55px;
}

h2.type-gr{
font-size:2.2em;
font-weight:normal;
line-height:1.2em;
margin-bottom:55px;
text-align:center;
width:320px;
margin:0 auto 50px auto;
}

h3.type-a,.h4-large2{
color:#40b9e1;
font-size:1.9em;
font-weight:normal;
line-height:100%;
margin-bottom:45px;
padding-top:65px;
}

h3.type-b{
font-size:1.9em;
font-weight:normal;
line-height:120%;
margin-bottom:45px;
padding-top:65px;
}

h3.type-c{
color:#40b9e1;
font-size:1.4em;
font-weight:normal;
line-height:100%;
background-color:#f3f9fb;
margin:65px 0 35px 0;
padding:12px 20px;
}

.voi-section h3.type-c{
color:#40b9e1;
font-size:1.4em;
font-weight:normal;
line-height:100%;
background-color:#f3f9fb;
margin:15px 0 35px 0;
padding:12px 20px;
}

#result-comment h3.type-c{
color:#40b9e1;
font-size:1.4em;
font-weight:normal;
line-height:100%;
background-color:#f3f9fb;
margin:0 0 35px 0;
padding:12px 20px;
}

h3.type-d{
color:#40b9e1;
font-size:1.9em;
font-weight:normal;
line-height:100%;
margin-bottom:45px;
padding-top:0;
}

h4.type-a{
font-size:1.7em;
font-weight:normal;
line-height:120%;
margin-bottom:25px;
}
h4.type-b{
font-size:1.7em;
font-weight:normal;
line-height:120%;
margin-bottom:10px;
}

h4.type-c{
color:#40b9e1;
font-size:1.4em;
font-weight:normal;
line-height:100%;
background-color:#f3f9fb;
margin:65px 0 35px 0;
padding:12px 20px;
}

/*テキスト調整*/

.stx {
font-size: 0.75em;
}

.mstx {
font-size: 0.95em;
}

.mtx {
font-size: 1.2em;
}

.ltx {
font-size: 1.6em;
}

.xltx {
font-size: 2.2em;
}

.txt-bold{
font-weight:bold;
}

.txt-nomal{
font-weight:normal;
}

.txt-black{
color:#222;
}

.txt-red {
color: #ff0000;
}

.txt-blue{
color:#32baeb;
}

.txt-blue2{
color:#40b9e1;
}

.txt-orange{
color:#f79e23;
}

.txt-green{
color:#6bb92f;
}

.txt-mossgreen{
color:#49b334;
}

.txt-navy{
color:#279dcf;
}

.txt-darkred{
color:#e54343;
}

.txt-pink{
color:#e62987;
}

/*配置調整*/

.dis-block{
display:block;
}

.clr{
	clear: both;
}

.ofl{
overflow:hidden;
}

.f-left{
float:left;
}

.f-right{
float:right;
}

.img-left{
float:left;
margin:0 25px 0 0;
display:block;
}

.img-right{
float:right;
margin:0 0 0 25px;
}

.txt-center{
text-align:center;
}

.txt-right{
text-align:right;
}

/*テーブル*/

table.type-a,table-style-f{
border-collapse:collapse;
border-top:1px solid #b9d6df;
border-left:1px solid #b9d6df;
width:280px;
margin-bottom:2em;
}

table.type-b{
border-collapse:collapse;
border-top:1px solid #b9d6df;
border-left:1px solid #b9d6df;
width:280px;
margin-bottom:2em;
}

table.type-c{
border-collapse:collapse;
border-top:1px solid #b9d6df;
border-left:1px solid #b9d6df;
clear: both;
float: right;
width:50%;
margin-bottom:2em;
}

table.type-a th,table.type-b th,table.type-c th,table-style-f th{
background-color:#f3f9fb;
color:#32baeb;
padding:15px;
border-right:1px solid #b9d6df;
border-bottom:1px solid #b9d6df;
text-align:left;
}

table.type-a td,table.type-b td,table.type-c td,table-style-f td{
padding:15px;
border-right:1px solid #b9d6df;
border-bottom:1px solid #b9d6df;
}

.table-in{
padding:0;
margin:0;
border-collapse:collapse;
}

table .table-in td{
margin:0;
padding:5px;
border:none;
}

/*リスト*/

ul.type-a,ul.type-b,ul.type-c,ul.type-d,ul.type-e{
list-style-type:none;
margin:0;
padding:0 0 2em 0;
}

ul.type-a li{
background-image:url(../images/lnavi1a.png);
background-repeat:no-repeat;
background-position:0 5px;
padding:0 0 0 20px;
}

ul.type-b li{
background-image:url(../images/lnavi1b.png);
background-repeat:no-repeat;
background-position:0 5px;
padding:0 0 0 20px;
}

ul.type-c li{
background-image:url(../images/lnavi2a.png);
background-repeat:no-repeat;
background-position:5px 50%;
padding:0 0 0 20px;
}

ul.type-d li{
background-image:url(../images/lnavi2b.png);
background-repeat:no-repeat;
background-position:5px 50%;
padding:0 0 0 20px;
}

ul.type-e{
list-style-type:none;
margin:0;
padding:0 0 2em 0;
width:50%;
float:left;
}

ul.type-e li{
background-image:url(../images/lnavi1b.png);
background-repeat:no-repeat;
background-position:0 5px;
padding:0 0 0 20px;
}


ul.type-a ul,ul.type-b ul,ul.type-e ul{
margin:0;
padding:0;
list-style-type:none;
}

ul.type-a li li{
background-image:url(../images/lnavi2a.png);
background-position:0 50%;
padding:0 0 0 10px;
}

ul.type-b li li,ul.type-e li li{
background-image:url(../images/lnavi2b.png);
background-position:0 50%;
padding:0 0 0 10px;
}

/*囲み*/

.border-type1{
border:1px dashed #94c2d0;
padding:30px 20px;
margin:0 0 2em 0;
overflow:hidden;
clear:both;
}

.border-type2{
background-color:#f3f9fb;
padding:12px;
clear:both;
margin:0 0 2em 0;
}

.border-type3{
border:1px dashed #94c2d0;
padding:30px 20px;
margin:0 0 2em 0;
overflow:hidden;
font-size:1.1em;
color:#32baeb;
clear:both;
}

.border-type4{
background-color:#f3f9fb;
padding:12px;
clear:both;
margin:2em 0 2em 0;
}

.border-type5{
background-color:#f3f9fb;
padding:12px;
margin:2em 0 2em 0;
width:610px;
}

.w3c-action1{
width:280px;
float:left;
}

.w3c-action{
width:280px;
float:left;
margin-left:20px;
}

.w3c-action figure,.w3c-action1 figure{
margin-bottom:10px;
}


.border-in{
background-color:#fff;
box-shadow:0 0 3px 0 rgba(0,0,0,0.1);
padding:30px 20px;
}

.border-title1{
font-weight:bold;
margin:0;
padding:0 0 1em 0;
color:#32baeb;
}

.border-title2{
font-weight:bold;
margin:0;
padding:0 0 1em 0;
color:#222;
}

.border-title3{
font-weight:bold;
margin:0;
padding:0 0 1em 0;
color:#32baeb;
}

.border-type1 .border-title3{
padding:2em 0 1em 0;
}


#sec-contents .border-type1 p,#sec-contents .border-type1 ul,#sec-contents .border-type2 p{
margin:0;
padding:0;
}

#sec-contents p.border-title4{
font-weight:bold;
margin:0;
padding:0 0 1em 0;
color:#32baeb;
}

/*ボタン*/

.btn-orange{
display:block;
background-color:#ffaf00;
border-radius:3px;
color:#fff;
text-decoration:none;
text-align:center;
padding:10px;
line-height:100%;
transition: all  0.3s ease;
}

.btn-orange:hover{
background-color:#ffca00;
}

.btn-orange span{
background-image:url(../images/btn_arrow.png);
background-repeat:no-repeat;
background-position:0 50%;
display:inline-block;
padding-left:20px;
}

.btn-blue{
display:block;
background-color:#5bc2dc;
border-radius:3px;
color:#fff;
text-decoration:none;
text-align:center;
padding:20px;
line-height:100%;
transition: all  0.3s ease;
opacity: 1.0;
}

.btn-blue:hover{
background-color:#68cdf1;
opacity: 0.75;
}

.btn-blue span{
background-image:url(../images/btn_arrow.png);
background-repeat:no-repeat;
background-position:0 50%;
display:inline-block;
padding-left:20px;
}



.btn-w300{
width:300px;
margin:auto;
}

#wrap {
    width: 100%;
		background-image: url(../images/texture.jpg);
    color: #333333;

	
}
#wrap2 {
    width: 100%;
		background-image: url(../images/texture2.jpg);
    color: #333333;

}
#wrap3 {
    width: 100%;
		background-image: url(../images/texture3.jpg);
    color: #333333;
}
#wrapper {
    width: 320px;
    padding: 0 2px;
    overflow: hidden;
position: relative;
    margin-right: auto;
    margin-left: auto;

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

/*======= レイアウト設定 =======*/

/*トップページ*/

body{
font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","hiragino kaku gothic pro","Meiryo","メイリオ", sans-serif !important;

}
#wrapper h1 {
    color: #4d4d4d;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 15px;
    padding: 6px;
    text-align: left;
}
#gnavi {
    width: 320px;
float: left;
	    margin-top: 75px;
		margin-bottom: 10px;
}
#btn-w250 {
    width: 253px;
    padding: 15px 0px;
	color:#fff;
	background-color: #777777;
	text-align: center;
	border-radius: 5px;
margin-bottom: 25px;
border: 1px solid #DEDEDE;

}
#btn h3 {
    background-color: #fff;
    border: 1px solid #dedede;
    margin-bottom: 25px;
    padding: 17px 0;
}
#btn-w250 h3 {
color:#fff;
    font-size: 1.9em;
    font-weight: normal;
	letter-spacing: 0.1em;
}
#gnavi h2 {
padding-bottom: 40px;
margin-bottom: 45px;
border-bottom: 1px solid #ABABAB;

}
#nav h3 {
margin-bottom: 50px;
}
#nav {
margin-bottom: 45px;
}
#right_nav {
    float: left;
    width: 320px;
	margin-top: 50px;
	margin-left: 0px
}

#footerWrap {
    margin: 0 auto;
    padding: 0 2px;
    width:320px;
}
#footer{
    width: 320px;
    margin-top: 50px;
    height: 180px;
	    float: left;
		    margin-bottom: 20px;
}

#fleft {
    width: 320px;
	border-right: 1px solid #dedede;
	 height: 130px;
    margin-bottom: 20px;
	float: left;
}
#fleft h2{
font-size: 1.3em;
    color: #4d4d4d;
	    font-weight: normal;
		    line-height: 23px;
}
.fnav {
    float: left;
    margin-right: 2px;
    padding-right: 2px;
    border-right: 1px solid #dedede;
    color: #4d4d4d;
    font-size: 1.3em;
    margin-bottom: 2px;
    margin-top: 2px;
	letter-spacing: 0.09em;
}
#copyright{
    color: #4d4d4d;
clear: left;	
}
#fwrap {
	margin-top: 20px;
}
#fright {
float: right;
padding-right: 50px;
padding-top: 30px;
}

#footerWrap2 {
    width: 320px;
    border-right: 1px solid #dedede;
    height: 130px;
    margin-bottom: 20px;
    float: left;
}
#fsns {
float: right;
margin-right: 40px;
    margin-top: 30px;
}
#fsns img{
margin-right: 10px;
}
#flogo {
    padding: 36px 0 0;
    font-size: 1.15em;
    letter-spacing: 0.09em;
    line-height: 1.5em;
	text-align: center;
	color: #333333;
}
#pt_gallery {
    font-size: 18px;
    margin: 0 0 50px;
    text-align: right;
}

