@charset "UTF-8";
/* ===================================================================
CSS information

サイト毎に設定テンプレート

=================================================================== */

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body{
    background:#fff;
    margin: 0px;
    padding: 0px;
    min-width:1024px;
    font-size: 13px;
    line-height: 1.7em;
    color: #404040;
    text-align: justify;
    text-justify: inter-ideograph;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans Japanese','Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
    font-weight: 200;
}

.smt,.scrEvent_smt{
    display:none;
}

a{
    text-decoration: none;
    color: #36B;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a:hover{
    text-decoration: underline;
    color: #69D;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.opa_link:hover{
    filter: Alpha(opacity=70);
    opacity: 0.7;
}

img{
    border: 0px;
}

form{
    margin: 0px;
    padding: 0px;
}

input,textarea{
    font-size: 14px;
    font-family: "ＭＳ ゴシック","Osaka-mono";
}

.normal{font-weight:200; !important}
.bold{font-weight:400; !important}



/* ■■■■■■■ 共通（文字色） ■■■■■■ */

.tx_black{color: #000000; !important}
.tx_gray{color: #cecece; !important}
.tx_red1{color: red; !important}
.tx_red2{color: #d20000; !important}
.tx_pink{color: #CC6699; !important}
.tx_blue{color: #2754a4; !important}
.tx_blue2{color: #009ae3; !important}
.tx_yell{color: #ffee00; !important}


/* header */

.head_pullmenu{
    position:fixed;
    top:26px;
    right: 30px;
    z-index:1000;
}
.head_pullmenu dl{
    border-radius:5px;
    background:url(../img/common/head_pullmenu_dt.png) repeat left top;
    border:1px solid #009fe5;
    text-align:right;
}
.head_pullmenu dl dt{
    display:inline-block;
    height:52px;
    width:56px;
    cursor:pointer;
    background:url(../img/common/head_pullmenu_dt2.png) no-repeat center center;
}
.head_pullmenu dl dt p{
    display:none;
}
.head_pullmenu dl dt.open{
    height:38px;
    background:url(../img/common/head_pullmenu_dt_x.png) no-repeat 22px 16px;
}
.head_pullmenu dl dd{
    display:none;
    width:200px;
    font-size:14px;
    font-weight: 300;
    padding:0 13px 10px;
    border-radius:0 0 5px 5px;
    text-align:left;
}
.head_pullmenu dl dd p a{
    color:#009fe5;
    text-decoration:none;
}
.head_pullmenu dl dd p.menu_online,.head_pullmenu dl dd p.menu_contact{
    height:41px;
    padding:8px 0 8px 2px;
    border-bottom:1px solid #009fe5;
}
.head_pullmenu dl dd p.menu_online a{
    display:block;
    height:41px;
    line-height:41px;
    padding:0 0 0 45px;
    background:url(../img/common/head_pullmenu_dd_menu_online.png) no-repeat 8px center;
}
.head_pullmenu dl dd p.menu_online a:hover{
    background:url(../img/common/head_pullmenu_dd_menu_online.png) no-repeat 8px center #fff000;
}
.head_pullmenu dl dd p.menu_contact a{
    display:block;
    height:41px;
    line-height:41px;
    padding:0 0 0 45px;
    background:url(../img/common/head_pullmenu_dd_menu_contact.png) no-repeat 9px center;
}
.head_pullmenu dl dd p.menu_contact a:hover{
    background:url(../img/common/head_pullmenu_dd_menu_contact.png) no-repeat 9px center #fff000;
}
.head_pullmenu dl dd p.menu_sns{
    height:70px;
    padding:10px 0 0;
    text-align:center;
}
.head_pullmenu dl dd p.menu_sns span.title{
    color:#009fe5;
    display:block;
    text-align:center;
    font-size:12px;
    padding:0 0 5px;
}
.head_pullmenu dl dd p.menu_sns a{
    display:inline-block;
    width:40px;
    height:40px;
    margin:0 6px;
}
.head_pullmenu dl dd p.menu_sns a.facebook{
    background:url(../img/common/head_pullmenu_dd_fb.png) no-repeat left top;
}
.head_pullmenu dl dd p.menu_sns a.twi{
    background:url(../img/common/head_pullmenu_dd_tw.png) no-repeat left top;
}
.head_pullmenu dl dd p.menu_sns a.facebook:hover{
    background:url(../img/common/head_pullmenu_dd_fb_on.png) no-repeat left top;
}
.head_pullmenu dl dd p.menu_sns a.twi:hover{
    background:url(../img/common/head_pullmenu_dd_tw_on.png) no-repeat left top;
}
.head_pullmenu dl dd p.menu_sns a span{
    display:none;
}

body.other_box header{
    height:90px;
    min-width:1024px;
    margin:0 auto;
    position:relative;
    z-index:900;
    background:#009de3;
}
body.other_box header a.head_logo{
    display:block;
    height:149px;
    width:108px;
    background:url(../img/common/head_logo.png) no-repeat left top;
    position:absolute;
    top:0;
    left:20px;
}
body.other_box header a.head_logo span{
    display:none;
}
body.other_box header h1{
    font-size: 21px;
    padding: 0 160px;
    letter-spacing: 3px;
    text-align: center;
    line-height: 90px;
    color: #fff;
    font-weight: 200;
}

body.other_box nav.head_pullmenu{
    position:fixed;
    top:16px;
    right: 30px;
    z-index:1000;
}

.smt_menu_close{
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    z-index:900;
    width: 100%;
    height:100%;
    background-color: rgba(255,255,255,0.9);
}


/* footer */

.foot_kuruma{
    margin:100px 0 0;
    height:100px;
    width:100%;
    overflow:hidden;
    background:url(../img/common/kuruma_line.gif) repeat-x left top;
    position:relative;
}
.concept_foot .foot_kuruma{
    margin:0px 0 0;
    background:url(../img/other/kuruma_line_other.gif) repeat-x left top;
}
.foot_kuruma_img{
    margin:0;
    height:100px;
    width:178px;
    position:absolute;
    top:0;
}
.foot_reloop_logo{
    height:270px;
    text-align:center;
    padding:60px 0 0;
}
.foot_reloop_logo a{
    display:inline-block;
    width:301px;
    height:131px;
    background:url(../img/common/foot_reloop_logo.png) no-repeat center center;
}
.foot_reloop_logo a:hover{
    background:url(../img/common/foot_reloop_logo_on.png) no-repeat center center;
}
.foot_reloop_logo a span{
    display:none;
}
.foot_link{
    background:#009de3;
    color:#fff;
    text-align:center;
    position:relative;
}
.foot_link .for_top_area{
    width:100%;
    position:absolute;
    top:-50px;
    text-align:center;
}
.foot_link .for_top_area .for_top{
    display: inline-block;
    height:100px;
    width: 100px;
    line-height:106px;
    border: 1px solid #009de3;
    border-radius:100px;
    color: #009de3;
    font-size: 12px;
    background:url(../img/common/for_top.png) no-repeat center 15px #fff;
    text-decoration:none;
}
.foot_link .for_top_area .for_top:hover{
    background:url(../img/common/for_top.png) no-repeat center 15px #fff000;
}
.foot_link p.foot_menu{
    padding:70px 0 75px;
    font-size:12px;
}
.foot_link p.foot_menu a{
    color:#fff;
}
.foot_link address{
    font-size:10px;
    padding:0 0 10px;
}
.foot_link address a{
    color:#fff000;
}


/* 共通 */

.pankuzu{
    margin:0px 0 0 155px;
    padding:15px 0 0;
    color:#2660a7;
}
.pankuzu a,.pankuzu span{
    display:inline-block;
    margin:0 5px;
    color:#2660a7;
}



