@charset "UTF-8";

/*---------- ページ全体の指定 ----------*/

body {
margin:0;
padding:0;
font-size:100%;
color:#111;
background-color:#fff;
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}


/*---------- リンク設定 ----------*/

a:link {color:#37859a;text-decoration:underline;}
a:visited {color:#37859a;text-decoration:underline;}
a:hover {color:#139eb1;text-decoration:none;}
a{-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}
a img {border-style:none;}
img {vertical-align:bottom;image-rendering:-webkit-optimize-contrast;}
a:hover img{opacity:0.6;filter:alpha(opacity=60);}
a img {border-style:none;-webkit-transition:all .3s;transition:all .3s;}


/*---------- ベーステキストの指定 ----------*/

p {
font-size:100%;
line-height:180%;
}
@media screen and (min-width:769px){
p {
font-size:18px;
line-height:180%;
letter-spacing:1px;
}
}


/*---------- 見出し ----------*/

h1{}
h2{}
h3{}
h4{}


/*---------- PC・スマホの非表示指定 ----------*/

@media screen and (max-width:768px){.spnone{display:none;}}
@media screen and (min-width:769px){.pcnone{display:none;}}



/*------------------------------ ヘッダー ------------------------------*/

header{
width:100%;
margin:0;
padding:0;
text-align:center;
background:rgba(255,255,255,0.9);
position:fixed;
top:0;
left:0; 
z-index:9990;
}
header img{width:200px;}
@media screen and (min-width:1025px) {
header img{width:280px;}
}

#page_title{
margin:60px 0 0 0;
padding:30px 0;
font-size:140%;
font-weight:bold;
line-height:150%;
text-align:center;
color:#186200;
background:#f3fcf0;
}
#wrapper{
margin:30px 20px;
padding:0;
}
.subtitle{
margin:45px 0 20px 0;
padding:20px 0;
font-size:125%;
font-weight:bold;
line-height:150%;
text-align:center;
color:#186200;
border-top:1px solid #186200;
border-bottom:1px solid #186200;
}
.subject{
margin:30px 0 0 0;
padding:0 0 10px 0;
font-size:110%;
font-weight:bold;
line-height:150%;
border-bottom:1px solid #ddd;
}

@media screen and (min-width:769px){
#page_title{margin:84px 0 0 0;padding:45px 0;font-size:32px;}
#wrapper{width:768px;margin:45px auto;}
.subtitle{margin:60px 0 20px 0;font-size:28px;}
.subject{font-size:21px;}
}




/*------------------------------ フッター ------------------------------*/

#footer{
margin:0;
padding:30px 0;
font-size:75%;
line-height:150%;
text-align:center;
background:#f7f7f7;
font-family: 'Roboto Condensed', sans-serif;
}
#footer a:link {color:#3c3c43;text-decoration:underline;}
#footer a:visited {color:#3c3c43;text-decoration:underline;}
#footer a:hover {color:#3c3c43;text-decoration:none;}

@media screen and (min-width:769px){
#footer{
padding:30px 0;
font-size:12px;
line-height:150%;
}
#footer a:link {color:#3c3c43;text-decoration:underline;}
#footer a:visited {color:#3c3c43;text-decoration:underline;}
#footer a:hover {color:#3c3c43;text-decoration:none;}
}



/*---------- 文字装飾 ----------*/

.bold{font-weight:bold;}
.ul{text-decoration:underline;}
.red {font-weight:bold;color:#c30d23;}
.blue{color:#4ba7d1;}
.green{color: #85b783;}
.navy{color:#29a600;}
.through{text-decoration:line-through;}
.ym{font-weight:bold;background:linear-gradient(transparent 60%, #ffe24d 60%);}
.caption{font-size:75%;color:#666666;font-weight:normal;line-height:180%;}


/*---------- 文字位置 ----------*/

.center{text-align:center;}
.right{text-align:right;}

