@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sidebar,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}span{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
ul{list-style:none; padding-inline-start:0; margin-block:0;}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
*:before, *:after { box-sizing: inherit; }
/*================================================
 *  common main-padding 20px scroll 20px = 40px追加 1040px 790px 540px
 ================================================*/
body {
    /*font-family: "メイリオ",Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,"ＭＳ Ｐゴシック",sans-serif;*/
    font-family:Arial,'Hiragino Sans','Hiragino Kaku Gothic ProN',Meiryo,YuGothic,'Yu Gothic',sans-serif;
   /* background:#fffffd; #f3f3f2*/
    color:#000000;
    line-height:1.7;
    width:100%;
    min-height: 100% !important;
    height: auto;
    margin: 0;
    padding: 0;
    word-wrap:break-word;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    font-size:16px;/*14px*/
    letter-spacing:.8px;
    color:#3c3c3c;
}
_:lang(x)::-ms-backdrop, body {
    font-family: "Segoe UI", Meiryo, sans-serif;
}
b, strong, .bold{
/*	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;*/
}

/*
@media only screen and (max-width:1024px){
body{font-size: -webkit-calc(100vw / 30); font-size: calc(100vw / 30);}
}
@media print, screen and (min-width:1024.1px){
body{font-size:20px;}
}
*/

#wrap {
    width:100%;
    min-height:100%;
    height:auto !important;
    height:100%;
    display:block;
    clear:both;
    overflow:hidden;
    padding-bottom: 0;
    margin-bottom: 0;
margin-top: 40px;
}
@media screen and (max-width:480px) {
#wrap {
margin-top:55px;
}
}

#contents {
    display:block;
    clear:both;
    overflow:hidden;
    word-wrap:break-word;
    width:100%;
    max-width:1150px;
    padding:0;
    margin:0px auto 0px;
}
#main {
    display:block;
    clear:both;
    overflow:hidden;
    word-wrap:break-word;
    width:100%;
   /* max-width: 900px;*/
    margin:0 auto;
    padding:0 0 1.5em;
    float:none;
}
#sidebar {
    display:none;
}
@media print, screen and (min-width: 1150px){
#main {float:left; width:calc(100% - 250px);}
#sidebar {display:block; overflow:hidden; float:right; width:250px; padding-bottom:0;margin-top:25px;}
}
@media print, screen and (min-width:1200px){
#contents {max-width:1200px;}
#main {margin:25px 25px 0 25px; width:calc(100% - 300px);}
}
section{width:100%; margin:0 auto; padding:2.5em 5% 2em; display:block; overflow:hidden;}
#contentsec{padding:0.5em 5% 2em;}
section#subbox{padding-top:0 !important; padding-bottom:0 !important;}
.breadcrumb + section{padding-top:0 !important; padding-bottom:0 !important;}
.inner{max-width:1100px; margin: 0 auto; display: block; overflow: hidden; clear: both;}