@charset "utf-8";

@font-face {
    font-family: 'MyYuGothicM';
    font-weight: normal;
    src: local('YuGothic-Medium'), /* PostScript Name = localの正式な指定方法 */
        local('Yu Gothic Medium'),     /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
        local('YuGothic-Regular');     /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
    font-family: 'MyYuGothicM';
    font-weight: bold;
    src: local('YuGothic-Bold'), /* PostScript Name = localの正式な指定方法 */
        local('Yu Gothic');          /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
body{
    font-family:MyYuGothicM,YuGothic, sans-serif;
    color:#081c35;
    letter-spacing: 0.15em;
}


a{
    color: #4574d1;;
}

a.outside{
    background-image: url(../img/re_window.png);
    display: inline-block;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: right center;
}


.bold{
    font-weight: bold;
}

#wrapper {
    position: relative;
    visibility:hidden;
}

#naviset{
    position: relative;
    z-index: 999;
}


#naviset .inner{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}





#header {
    background-image: url(../img/hd_back.png);
    background-position: center center;
    position: relative;
    height: 85px;
    overflow: hidden;
    border-bottom-color: #9ab9de;
    border-bottom-width: 1px;
    border-bottom-style: solid;

}
#header .logo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
}

#header .inner{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#header .inner .contact a{
    position: absolute;
    top: 24px;
    right: 0;
    background-color: #b1b5b9;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    text-decoration: none;
    color: #fff;
    font-size:115%;
    line-height: 1em;
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
}



#navi{
    background-color: #fff;
    border-top-color: #fff;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #eceff5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#navi ul{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}


#navi ul li{
    display: inline;
    float: left;
}

#navi ul li a{
    display: block;
    text-decoration: none;
    font-size:107%;
    color: #444;
    background-image: url(../img/navi_arrow.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: center;
    transition-property:background-color;
    transition-duration:0.4s;
    padding-top: 15px;
    height: 32px;
    overflow: hidden;
    vertical-align: middle;
}

#navi ul li a:hover,#navi ul li a.active{
    background-color: #4574d1;
    background-image: url(../img/navi_arrow_active.png);
    color: #fff;
}

#navi ul li.navi1 a{
    display: block;
    width: 140px;
    position: relative;
}

#navi ul li.navi1 a .ou{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
}

#navi ul li.navi1 a .ou .in{
    display: block;
    padding-top: 15px;
    height: 32px;
    width: 140px;
    vertical-align: middle;
}

#navi ul li.navi1 a:hover .ou .in.in2,#navi ul li.navi1 a.active .ou .in.in2{
    color: #fff;
}

#navi ul li.navi1 a .ou .in.in2{
    padding-top: 7px;
    height: 40px;
    font-size:90%;
    color: #4574d1;
}

#navi ul li.navi2 a{
    width: 270px;
}

#navi ul li.navi3 a{
    width: 310px;
}

#navi ul li.navi4 a{
    width: 260px;
}



#footer {
    background-color: #f1f1f1;
    border-top-width: 1px;
    border-top-color: #fff;
    border-top-style: solid;
    padding-bottom: 70px;
    letter-spacing: 0;

}

#footer .inner{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#footer .totop{
    position: absolute;
    top: -22px;
    right: 0;
}

#footer .logo{
    position: absolute;
    top: -22px;
    left: 0;
}

#footer .links{
    padding-left: 250px;
    padding-top: 50px;
}

#footer .links a{
    text-decoration: none;
}

#footer .links .st a{
    color: #3847a4;
    display: inline-block;
    background-image: url(../img/ft_arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer .links ul li a{
    display: inline-block;
    background-image: url(../img/ft_arrow_s.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #333;
    font-size:84%;
    margin-top: 10px;
    padding-left: 20px;
}

#footer .links ul li a .outside{
    margin-left: 5px;
    position: relative;
    top:2px;
}

#footer .links table td {
    padding-right: 30px;
}

#footer .links table td.end {
    padding-right: 0px;
}


#copyright{
    background-color: #fff;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #4585d2;
    padding-top: 20px;
    padding-bottom: 20px;
}

#copyright .inner{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    font-size:76%;
}


#subnavi{
    background-color: #fff;
    position: relative;
}

#subnavi ul{
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-color: #eceff5;
    border-bottom-style: solid;
}


#subnavi ul li{
    display: inline;
}
#subnavi ul li a{
    display: inline-block;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333;
    font-size:107%;
    padding-left: 20px;
    padding-right: 20px;

}

#subnavi ul li a:hover,#subnavi ul li a.active{
    border-bottom-width:2px;
    border-bottom-color: #4574d1;
    border-bottom-style: solid;
    padding-bottom: 13px;
    background-image: url(../../common/img/snavi_current.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}


.anchor{
    display: block;
    position: relative;
}


.clumb{
    padding-top: 15px;
    line-height: 1em;
    padding-bottom: 15px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.clumb li{
    display: inline-block;
    font-size:92%;
    margin-right: 10px;
}

.clumb li a{
    display: inline-block;
    padding-right: 20px;
    background-image: url(../../common/img/clumb_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #4574d1;
}




.titlearea{
    height: 230px;
    position: relative;
}
.titlearea .mv{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.titlearea .mv img{
    position: absolute;
    left: 0;
    top: 0;
}
.titlearea .texts{
    position: relative;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.titlearea h1{
    padding-top: 80px;
    display: block;
    font-size:123%;
    letter-spacing: 0.2em;
}


.titlearea h2{
    font-size:292%;
    margin-top: 20px;
    letter-spacing: 0.2em;
}


h3{
    background-image: url(../../common/img/stit.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height:28px;
    min-width: 273px;
    font-size:220%;
    letter-spacing: 0.2em;
    display: block;
    text-align: center;
    line-height: 1.35em;
    padding-bottom: 40px;
    margin-bottom: 30px;
}



.footimage{
    clear: both;
    position: relative;
    overflow: hidden;
}



.footimage img{
    position: relative;
    width: 100%;
}


