@charset "utf-8";

/*----------------------------------------------------------
    Styles for reset
----------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{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}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';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}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0}

/*----------------------------------------------------------
    Styles for font
----------------------------------------------------------*/
body {
  color: #565454;
  letter-spacing: 0px;
  -webkit-text-size-adjust: none;
  background: #238fb3;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", 'MS PGothic', Helvetica, Arial, sans-serif;
}
table { font-size:inherit;font:100%;}
pre, code, kbd, samp, tt { font-family: monospace; *font-size: 100%; font: 115% monospace; line-height: 150%; }
input,textarea,select { font-family:inherit; font-size:inherit; font-weight:inherit;}
input,textarea,select { *font-size:100%; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; line-height: 1.6;}
img { vertical-align: bottom; max-width :100%; width:100%; }
ul, li { list-style: none;}
p { line-height: 1.6; text-align: left;}
dt, dd { line-height: 1.6; }
.img_center { display:block; margin:0 auto; }
a { color:#2bb9e1; text-decoration:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);　tap-highlight-color: rgba(0, 0, 0, 0); }
.highlight { opacity:.7; }

/*----------------------------------------------------------
    Styles for layout
----------------------------------------------------------*/
.inner { margin: 0 auto; padding: 0 1rem;}
.fixed { position:fixed; left:0; top:0; z-index:9999;}
#wrapper { position: relative; text-align: center; margin: 0 auto; overflow: hidden; background-color:#fff;}
#wrapper_all { position: relative; text-align: center; margin: 0 auto;  background-color:#fff; height: 100%; }
#header { padding:0px;}
#header .logo img { width:122px;margin: -3px 0 0px; }
.upper { padding: 10px; display: flex; justify-content: flex-end; background: #2e2e2e; position: fixed; width: calc(100% - 20px); height: 30px; z-index: 10; }
.upper.bg{
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  display: block;
}

.upper .btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #007297;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  padding: 8px 15px 8px 15px;
  text-decoration: none;
}

.upper .btn:hover {
  color: #fff;
  background: #007297;
  text-decoration: none;
}
.upper .btn2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #e9253c;
  padding: 8px 15px 8px 15px;
  text-decoration: none;
  margin-right: 10px
}



.upper .btn2:hover {
  color: #fff;
  background: #e74683;
  text-decoration: none;
}

.drawer-nav li .btn,
.upper .btn-yellow {
  border-radius: 6px;
  color: #00769C;
  font-size: 14px;
  font-weight: bold;
  background: #FFDB00;
  box-shadow: 2px 2px 0px #CABA29;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  margin-right: 10px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  right:50px;
  top:8px;
  border-bottom: none;
}
.drawer-nav li .btn.primary{
  background: #00769C;
  box-shadow: 2px 2px 0px #125368;
  color: #fff;
}
.upper .btn-red {
  border-radius: 6px;
  background: #EC0044;
  box-shadow: 2px 2px 0px #B41D1D;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  margin-right: 10px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  color:#fff;
  right:40px;
  top:8px;
}

.drawer-nav li .btn{
  position: static;
  margin:10px;
  width: 160px;
}

.drawer--right .drawer-hamburger-icon,
.drawer--right .drawer-hamburger-icon:before,
.drawer--right .drawer-hamburger-icon:after{
  background: #222;
}


.banner_open{margin: 50px auto;}
.banner_open img{width: 100%;}
#footer { width:100%;}

#container { width: 100%;}
.clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }

/*----------------------------------------------------------
    Styles for media queri
----------------------------------------------------------*/
@media (min-width: 840px) {
  #wrapper { max-width: 640px; }
  #wrapper_all { max-width: 640px; }
  #footer { max-width: 640px;}

}

.notice {
  color: #000;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 10px;
}
