@charset "UTF-8";

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */

/*
 * "Noto Sans JP" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/*
 * "Roboto" is lisenced under the Apache License, version 2.0
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://www.apache.org/licenses/LICENSE-2.0.html
 */

html,body,div,span,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,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,button{margin:0;padding:0;border:0;outline:0;font-size:100%;/*vertical-align:baseline;*/background:transparent}

body{line-height:1}

article,aside,main,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav 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}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;/*border:0;outline:0;*/ }
table { font-size: 1em; }
td, th { text-align:left; }
caption { text-align:left;}

hr { border:0; height:1px; background:#ccc; }

ul, ol { list-style:none; }

form { margin:0px; padding:0; }
fieldset { border:0; }
address, caption, cite, code, dfn, strong, th, var { font-style:normal; }
q:before, q:after {  content:''; }
abbr, acronym { border:0; }

img { max-width:100%; height:auto; vertical-align:bottom; }


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), 
       local('Roboto-Regular'), 
       url('../font/Roboto-Regular.woff2') format('woff2'), 
       url('../font/Roboto-Regular.woff') format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), 
        local('Roboto-Bold'), 
        url('../font/Roboto-Bold.woff2') format('woff2'), 
        url('../font/Roboto-Bold.woff') format("woff");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Noto Sans Japanese Regular'), 
       local('NotoSansJapanese-Regular'), 
       url('../font/NotoSansJP-Regular.woff2') format('woff2'), 
       url('../font/NotoSansJP-Regular.woff') format("woff");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Noto Sans Japanese Medium'), 
        local('NotoSansJapanese-Medium'), 
        url('../font/NotoSansJP-Medium.woff2') format('woff2'), 
        url('../font/NotoSansJP-Medium.woff') format("woff");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Noto Sans Japanese Bold'), 
        local('NotoSansJapanese-Bold'), 
        url('../font/NotoSansJP-Bold.woff2') format('woff2'), 
        url('../font/NotoSansJP-Bold.woff') format("woff");
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
  -webkit-text-size-adjust : 100%;
  word-break: break-all;
  font-family: 'Roboto', "Helvetica Neue", "Helvetica", 'Noto Sans JP', "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height:1;
  font-size:1rem;
}

.clearfix:after { content: ""; display: block;  clear: both; height: 0; visibility: hidden; }
.clearfix { min-height:1px; }
* html .clearfix { height:1px; }

* { box-sizing: border-box; margin:0; padding:0; }

@media screen and (max-width: 768px) {
  html{
    font-size: 90%;
  }
}

@media screen and (max-width: 540px) {
  html{
    font-size: 85%;
  }
}
