@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
html{position:}
body{
font:100%/1.4 'Comfortaa',"游ゴシック","Lucida Sans Unicode", "Lucida Grande", "Arial", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif,cursive;
font-weight:500;
color:#000;
-webkit-text-size-adjust: none;
margin:0;
padding:0;
}
/*スクロールバー全体*/
::-webkit-scrollbar {
    width: 12px;
}
/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
}
/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
    background: #999;
}
/* リンク設定
------------------------------------------------------------*/
a{
}

a:hover, a:active{
}

a img:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
}

a img {
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}

/**** Clearfix ****/
.nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after, article:before, article:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after,article:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle,article{zoom: 1;}
*:first-child+html input[type="submit"]{padding:3px;}
/* レイアウト
------------------------------------------------------------*/
.clear{
	clear:both;
}
a{
	transition: all .3s;
}
button{
	transition: all .3s;
	cursor: pointer;
}
/* リンク
------------------------------------------------------------*/
a:link {color: #0A9F86; text-decoration:none;} 
a:visited {color:#0A9F86;} 
a:hover {color:#72CB2A;} 
a:active {color:#0A9F86;}
/* タイポグラフィ
*****************************************************/
html>body h2.title span{padding: 7px 10px;} /* IE7, IE8 */

/* コンテンツ
*****************************************************/
/*--------------------●共通---------------------*/
.mincho{
    font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN","Hiragino Mincho Pro","Sawarabi Mincho","ＭＳ 明朝", serif;
}
.center{
    text-align: center!important;
}
.right{
	text-align:right!important;
}
.left{
	text-align:left!important;
}
.textSizing-s{
	font-size:0.8em!important;
	margin:0 0.3em;
}
.textSizing-l{
	font-size:1.3em!important;
	margin:0 0.3em;
}
.mt{
    margin-top: 20px!important;
}
.bgW100{
    background: rgba(255,255,255,1)!important;
}
.bgW75{
    background: rgba(255,255,255,0.70)!important;
}
.mtL{
    margin-top: 35px!important;
}
.mtLL{
    margin-top: 55px!important;
}
.mt0{
    margin-top: 0!important;
}
.mb{
    margin-bottom: 20px!important;
}
.mbL{
    margin-bottom: 35px!important;
}
.mb0{
    margin-bottom: 0!important;
}
.no-pdg{
    padding: 0!important;
}
.mw100{
    max-width: 100%;
    margin: 0 auto;
}
.w100{
    width:100%;
}
.w90{
    width:90%!important;
    margin: 0 auto;
    display: block;
}
.w80{
    width:80%!important;
    margin: 0 auto;
    display: block;
}
.w50{
    width:50%!important;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
}
    .w50 img{
        display: block;
        margin: 0 auto;
    }
.no-border{
    border: none!important;
}
.pc-display{
	display:block;
}
.tblt-display{
	display:none;
}
.sp-display{
	display:none!important;
}
.sp-hidden{
	display:block!important;
}
.tblt-hidden{
	display:block;
}
.annotationA{
    color: #FF0004;
}
.orange{
    color: #FF8600!important;
}
.relative{
    position: relative;
}
div#WholeWrap{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
/*******HEAD********/
header{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}
    div#HeadInner{
        width: 1300px;
        max-width: 100%;
        height: 70px;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }
        img.logoHead{
            height: 50px;
            margin: 10px auto;
            padding: 0;
            box-sizing: border-box;
        }

/* 画面外にいる状態 */
footer{
    background:url("../img/common/footer.png"),#0A9F86;
    background-repeat: repeat-x, no-repeat;
    background-size: 500px;
    background-position: center top;
    padding: 50px 0 0;
    color: #fff;
    position: relative;
}
    div#footerInner{
        width: 1200px;
        max-width: 96%;
        margin: 0 auto;
        padding: 1em 0 2em;
        box-sizing: border-box;
        text-align: center;
    }
        div#footerLink{
            text-align: center;
            width: 100%;
        }
            div#footerLink ul{
                margin: 2em auto 1em;
                padding: 3px 5px;
                box-sizing: border-box;
                width: 80%;
                text-align: center;
                background: #fff;
                border-radius: 30px;
            }
                div#footerLink ul li{
                    margin: 0 2%;
                    display: inline-block;
                    font-size: 0.9em;
                }
                    div#footerLink ul li a{
                    }
                    div#footeInfo{
                        width: 70%;
                        margin: 2em auto 0;
                        display: inline-flex;
                    }
                        div.footerInfoLeft{
                            width: 35%;
                            margin: 0 auto;
                            padding: 0;
                            box-sizing: border-box;
                            text-align: right;
                        }
                            div.footerInfoLeft img{
                                width: 24%;
                            }
                        div.footerInfoRight{
                            width: 55%;
                            margin: 0 auto;
                            padding: 0;
                            box-sizing: border-box;
                            text-align: left;
                        }
                            div.footerInfoRight h2{
                                font-size: 1.2em;
                                margin: 0 auto 10px;
                            }
                            div.footerInfoRight p{
                                line-height: 1.2;
                                margin: 0 auto 10px;
                            }
#copyright{
    text-align: center;
    font-size: 0.9em;
    color: #fff;
    padding: 10px 0 10px;
    font-weight: normal;
    margin: 10px auto 0;
}

@media screen and (max-width : 1300px) {
}
@media screen and (max-width : 1100px) {
}
@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
/*--------------------●共通---------------------*/
.pc-display{
	display:none;
}
.tblt-display{
	display:block!important;
}
.sp-display{
}
.sp-hidden{
}
.tblt-hidden{
	display:none!important;
}
/*******HEAD********/
header{
}
    div#HeadInner{
        width: 100%;
        max-width: auto;
        height: 60px;
    }
        img.logoHead{
            height: 40px;
            margin: 10px auto;
        }
footer{
}
    div#footerInner{
        width: 96%;
        max-width: auto;
    }
        div#footerLink{
        }
            div#footerLink ul{
                background: none;
            }
                div#footerLink ul li{
                    margin: 0 auto 10px;
                    width: 100%;
                    display: block;
                    font-size: 1em;
                    text-align: left;
                }
                    div#footerLink ul li a{
                        color: #fff;
                    }
                    div#footeInfo{
                        width: 100%;
                        margin: 2em auto 0;
                        display: block;
                    }
                        div.footerInfoLeft{
                            width: 100%;
                            margin: 0 auto 20px;
                            padding: 0;
                            text-align: center;
                        }
                            div.footerInfoLeft img{
                                width: 24%;
                            }
                        div.footerInfoRight{
                            width: 90%;
                            margin: 0 auto;
                            padding: 0;
                        }
                            div.footerInfoRight h2{
                                font-size: 1.3em;
                            }
                            div.footerInfoRight p{
                                line-height: 1.4;
                            }
#copyright{
    text-align: center;
    font-size: 0.9em;
    color: #fff;
    padding: 10px 0 10px;
    font-weight: normal;
    margin: 10px auto 0;
}
}

@media screen and (max-width : 634px) {
}

@media screen and (max-width : 480px) {
/*--------------------●共通---------------------*/
span.textSizing-s{
}
    .no-pdg-sp{
        padding: 0!important;
    }
.pc-display{
}
.tblt-display{
}
.sp-display{
	display:block;
}
.sp-hidden{
	display:none!important;
}
.tblt-hidden{
}
}

@media screen and (max-width : 320px) {
}