@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:unset;}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,header,hgroup,menu,nav,section{display:block}footer{display:inline-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 
 ================================================*/
html{
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
    font-family: Arial,'Hiragino Sans','Hiragino Kaku Gothic ProN',Meiryo,YuGothic,'Yu Gothic',sans-serif;
    text-rendering: geometricPrecision;
    width:100%;
    min-height: 100% !important;
    height: auto;
    margin: 0;
    padding: 0;
    word-wrap:break-word;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
    overflow-x: hidden;
    font-feature-settings: "palt";
    letter-spacing: .8px;
    background:#fffffd;
    color:#3c3c3c;
    line-height:1.8;
    font-weight:300;
}
b, strong, .bold, em {
	font-weiht:500;
}
@media only screen and ( max-width : 414px ){
body{font-size: -webkit-calc(100vw / 26); font-size: calc(100vw / 26);}
}
@media only screen and ( min-width : 414.1px ) and ( max-width : 767.9px ) { 
body{font-size:16px;}
}
@media only screen and ( min-width : 768px ) and ( max-width : 1023.9px ) { 
body{font-size:16px;}
}
@media print, screen and (min-width: 1024px){
body{font-size:16px;}
}

#wrap {
    width:100%;
    min-height:100%;
    height:auto !important;
    height:100%;
    display:block;
    clear:both;
    overflow:hidden;
    padding:0px;
    margin:0px;
}
#contents {
    display:block;
    clear:both;
    overflow:hidden;
    word-wrap:break-word;
    width:100%;
    padding:0;
    margin:80px auto 0px;
}
#sidebar {display:none;}
#wrap {
    width:100%;
    min-height:100%;
    height:auto !important;
    height:100%;
    display:block;
    clear:both;
    overflow:hidden;
    padding:0px;
    margin:0px;
}

#main {
    width:100%;
    height: 100%;
    display:block;
    clear:both;
    overflow:hidden;
    word-wrap:break-word;
    margin:0px auto 0;
    padding:0 0 1.5em;
}
section{width:100%; margin:0; padding:2.5em 0 1em; display:block; overflow:hidden;}
#subbox{padding-top:0;}
@media only screen and (max-width:1023.9px){
.inner{width:92%; margin: 0 auto; display: block; overflow: hidden; clear: both;}
.inners{width:92%; margin: 0 auto; display: block; overflow: hidden; clear: both;}
}
@media print, screen and (min-width:1024px){
#contents {margin:120px auto 0px;}
.inner{width:90%; margin: 0 auto; display: block; overflow: hidden; clear: both;}
.inners{width:800px; max-width: 90%; margin: 0 auto; display: block; overflow: hidden; clear: both;}
}
@media only screen and (max-width:799.9px){
.innerss{width:92%; margin-left:auto !important; margin-right:auto !important; display: block; overflow: hidden; clear: both;}
}
@media print, screen and (min-width:800px){
.innerss{max-width:800px; overflow: hidden; margin-left:-webkit-calc(50% - 400px) !important; margin-left:calc(50% - 400px) !important; margin-right:-webkit-calc(50% - 400px) !important; margin-right:calc(50% - 400px) !important;}
}
main + section, h1 + section,
.inner + h1, .inner + h2, .inner + h3, .inner + h4, .inner + h5, .inner + h6,
.inners + h1, .inners + h2, .inners + h3, .inners + h4, .inners + h5, .inners + h6{margin-top:0 !important;}
.breadcrumb + section{padding-top:0 !important; margin-top:0 !important;}
 section#contentsec{padding-top:3em;}