<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    common.css
*
*
------------------------------------------------------------------------------------------ */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}/*HTML5display-roleresetforolderbrowsers*/article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

body{
    font-family: '秀英角ゴシック銀 L','游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #000;
    font-size : 16px;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    position: relative;
    z-index: 1;
}

body, html{
    width: 100%;
    height: 100%;
}

a, li, p, div, button{ outline: none !important; }
a{ color: #f35818; text-decoration: none;}
a, p, div, li, dd, dt{ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

.indent_half_top{ position: relative; margin-left: -.5em !important;}
.indent_half{ position: relative; margin-left: -.5em;}

img{ height: auto; backface-visibility: hidden; -webkit-backface-visibility: hidden;}
a img{ transition: opacity .15s ease 0s;}
.is_sp a img.touch,
.is_pc a img:hover{ transition: opacity .15s ease .05s; opacity: .7;}


a.bdb{ display: inline-block; position: relative;}

a.bdb:before{
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #ff8200;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: bottom .15s ease 0s, opacity .15s ease 0s;
}

.is_pc a.bdb:hover:before,
.is_sp a.bdb.touch:before{
    width: 100%;
    bottom: 3px;
    opacity: 1;
    transition: bottom .15s ease .05s, opacity .15s ease .05s;
}

a[target="_blank"]::after{
    margin: 0 3px 0 1px;
    font-family:'Hobonichi-Icons'!important;
    content: "\e914";
    font-size: 85%;
    position: relative;
    top: -3px;
}

a.ico_none[target="_blank"]::after{
    display: none;
}

#wrap{
    width: 100%;
    height: 100%;
    position: relative;
}

.d_none{
    display: none !important;
}

.c_anim{ opacity: 0;}


.talk_nav .disabled{ visibility: hidden;}

/* --------------------------------------------------
*
    font-face
*
-------------------------------------------------- */
.ff_b{
    font-family: '秀英角ゴシック銀 B', sans-serif !important;
}

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
body{
    overflow: auto !important;
}

br.sp{ display: none;}
img.sp{ display: none;}
.switch_sp{ display: none;}

#wrap{
    min-width: 1020px;
    position: relative;
}


/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
#footer{
    width: 100%;
    min-width: 960px;
    background-color: #404c5c;
    overflow: hidden;
}

#footer .footer_inner{
    width: 860px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    position: relative;
}

#footer .footer_inner:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#footer .footer_inner .col_left{
    padding: 0 0 0 0;
    float: left;
    position: relative;
}

#footer .footer_inner .sns_share{
    float: right;
}

#footer .footer_inner .sns_share h5{
    margin: 0 5px 0 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: .06em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 10px;
}

#footer .footer_inner .sns_share ul{
    display: inline-block;
    vertical-align: top;
    letter-spacing: -.40em;
}

#footer .footer_inner .sns_share li{
    margin: 0 0 0 15px;
    display: inline-block;
    letter-spacing: normal;
}

#footer .footer_inner .sns_share li img{
    width: 33px;
}

#footer .footer_inner .col_left ul{
    padding: 3px 0 0 0;
}

#footer .footer_inner .col_left .mail img{ width: 136px;}
#footer .footer_inner .col_left .home img{ width: 155px;}

#footer .footer_inner .col_left li{
    margin: 0 0 15px 0;
    background-repeat: no-repeat;
    background-size: 197px;
    background-position: center top;
}

#footer .copyright{
    font-size: 11px;
    letter-spacing: .2em;
    color: #fff;
    padding: 30px 0 30px 0;
    text-align: center;
    clear: both;
}

#footer .copyright img{
    width: 221px;
}

    
} /* ----- min-width : 641px ----- */




/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
body{
    z-index: 10;
    overflow-x: hidden;
}

body, html{
    width: 100%;
    min-width: 100%;
}

br{ display: none;}
br.sp{ display: inherit !important;}
img.pc{ display: none;}
.switch_pc{ display: none;}

.indent_half_top{ position: relative; margin-left: -.5em !important;}
.indent_half{ position: relative; margin-left: 0;}


/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
#footer{
    width: 100%;
    background-color: #404c5c;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

#footer .footer_inner{
    margin: 0 auto;
    padding: 30px 0 0 0;
    text-align: center;
    position: relative;
}

#footer .footer_inner:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#footer .footer_inner .col_left{
    padding: 0 0 25px 0;
    position: relative;
}

#footer .footer_inner .sns_share{
    margin: 0 0 25px 0;
}

#footer .footer_inner .sns_share h5{
    margin: 0 5px 0 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: .06em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 10px;
}

#footer .footer_inner .sns_share ul{
    display: inline-block;
    vertical-align: top;
    letter-spacing: -.40em;
}

#footer .footer_inner .sns_share li{
    margin: 0 0 0 15px;
    display: inline-block;
    letter-spacing: normal;
}

#footer .footer_inner .sns_share li img{
    width: 33px;
}

#footer .footer_inner .col_left ul{
    padding: 3px 0 0 0;
}

#footer .footer_inner .col_left .mail img{ width: 136px;}
#footer .footer_inner .col_left .home img{ width: 155px;}

#footer .footer_inner .col_left li{
    margin: 0 0 15px 0;
    background-repeat: no-repeat;
    background-size: 197px;
    background-position: center top;
}

#footer .copyright{
    font-size: 10px;
    letter-spacing: .2em;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    clear: both;
}

} /* ----- max-width: 640px ----- */



</pre></body></html>