@charset "utf-8";

html,
body,
div,
span,
h1,
h2,
p,
a,
address,
img,
s,
sup,
ul,
li,
label,
th,
footer,
header,
nav,
time {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 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;
}
footer,
header,
nav {
  display: block;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}

body {
  text-align: center;
  line-height: 1.3em;
  -webkit-text-size-adjust: none;
  font-family: "Roboto", "Segoe UI", "Helvetica Neue", sans-serif;
}
:lang(ja) body {
  font-family: "Noto Sans JP", "Hiragino Sans" , "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
:lang(ko) body {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Gulim", "Malgun Gothic", sans-serif;
}
:lang(zh-CN) body {
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
:lang(zh-TW) body {
  font-family: "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif;
}
:lang(th) body {
  font-family: "Noto Sans Thai", "Leelawadee", "thonburi", Tahoma, sans-serif;
}

img {
  max-width: 100%;
}

h2 {
  font-weight: bold;
}

.clearfix {
  width: 100%;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}

p,
li {
  font-size: 13px;
}

h2 {
  font-size: 16px;
}

.tos {
  background: #ffffff;
  border: 1px solid #c9c9c9;
  box-shadow: inset 0px 1px 4px #cfcfcf;
  padding: 0;
  font-size: 12px;
}

.tos .title {
  font-size: 20px;
  text-align: center;
  text-decoration: underline;
}

@media screen and (min-width: 640px) {
  p,
  li {
    font-size: 14px;
  }
  h2 {
    font-size: 18px;
  }
}

/* -------641px以上-------- */
#header .con {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

/* -------640px以下-------- */
@media screen and (max-width: 640px) {
  #header .con {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ----- レイアウト ------- */
#wrap {
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
}

#main {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  min-width: 300px;
  max-width: 490px;
  margin: 0 auto 13px;
}

#main_box {
  padding: 10px; /* 利用条件の余白 */
  margin: 0 auto;
}

#main_box label {
  font-size: 15px;
  text-align: left !important;
}

.topPage h1 {
  margin: 0 auto;
  max-width: 480px;
  height: auto;
  text-align: center;
  padding: 5px 5px 0; /* メイン画像の余白 */
}

.topPage h1 img {
  vertical-align: bottom;
}

#main ul {
  margin: 0 auto;
  padding: 6px 0 3px;
  max-width: 450px;
}

#footer {
  padding-top: 15px;
  color: #666;
}

@media screen and (min-width: 640px) {
  #wrap {
    padding: 0;
  }
  #main {
    margin: 0 auto 20px;
    width: 490px;
  }
  .topPage h1 {
    max-width: 480px;
    padding: 5px; /* メイン画像の余白 */
  }
  #main ul {
    padding: 0 0 6px;
    width: 100%;
    max-width: 640px;
  }
  #footer {
    padding-top: 17px;
  }
}

/* ----- 条件 ------- */
.stList {
  margin: 0 auto 10px;
  text-align: left;
}
.stList li {
  margin: 0px 0px 4px;
  padding-left: 10px;
  line-height: 1.3;
}

@media screen and (min-width: 640px) {
  .stList {
    margin: 10px auto;
    padding: 0 0 6px;
  }
  .stList li {
    padding-left: 18px;
    margin: 0px 10px 5px;
  }
}

/* ------- 災害切り替え ------- */
.emergeBnr {
  display: none;
}

/* ------- 災害時トップページ ------- */
#disaster2 {
  width: 96%;
  max-width: 600px;
  margin: 0 auto 10px;
  line-height: 1.3;
  padding-bottom: 1px;
}

#disaster2 h2 {
  line-height: 1.6;
  padding: 10px 0 5px;
  color: #da132c;
  border-bottom: 2px solid #da132c;
  font-size: 108%;
}

#disaster2 p {
  text-align: left;
  padding: 10px 14px 4px;
  line-height: 1.4;
  font-size: 72%;
}

@media screen and (min-width: 640px) {
  #disaster2 h2 {
    font-size: 22px;
  }

  #disaster2 p {
    font-size: 80%;
  }
}

.con {
  margin: 0 auto;
  max-width: 780px;
  font-size: 15px;
}

/* ------- noscript ------- */
.noscript #normal {
  display: block !important;
}

/* ----- footer ------- */
#copyright2 {
  background: #191919;
  color: #dddddd;
  font-size: 10px;
  padding: 5px 0;
}

/* Select Language */
nav {
  height: 44px;
  background-color: #004065;
  display: grid;
  justify-content: right;
}
#language {
  padding: 10px;
  width: 100%;
  height: 44px;
  background-color: #004065;
}
@media screen and (min-width: 640px) {
  nav {
    background-color: white;
  }
  #language {
    width: 240px;
  }
}
#language label {
  color: white;
  font-size: 12pt;
  font-weight: bold;
}
#language label::after {
  content: ':';
}
#language label img {
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  fill: currentColor;
}
#language select {
  color: white;
  background-color: #004065;
  text-align: center;
  border: 0px;
  font-size: 12pt;
}
#language::after {
  content: initial;
}

/* Link to Term of Service */
p.link-tos {
  text-align: left;
}
p.link-tos a {
  text-decoration: underline;
}

/* ----- ボタンボックス ------- */
#main_box {
  margin: 10px auto;
  background: #d7e2e6;
  border-radius: 10px;
}
@media screen and (min-width: 640px) {
  #main_box {
    width: 395px;
  }
}

/* ----- 接続ボタン ------- */
#btn_connect {
  text-align: center;
  height: 40px;
  width: 180px;
  margin: auto;
  border-radius: 10px;
}
#btn_connect a {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  width: 150px;
  height: 30px;
  font-size: 13px;
  padding-top: 8px;
  padding-left: 3px;
  padding-right: 3px;
}
@media screen and (min-width: 640px) {
  #btn_connect {
    height: 65px;
    width: 380px;
    margin: 3px auto;
    border-radius: 10px;
  }
  #btn_connect a {
    width: 380px;
    height: 40px;
    padding-top: 21px;
    font-size: 20px;
  }
}

/* ----- レイアウト ------- */
#main {
  background: #fff;
}

/* ----- 接続ボタン ------- */
.btn_connect {
  border: 1px solid #f39700;
  background-color: #f39700;
  box-shadow: inset 0px 1px 4px #cfcfcf;
  background-image: -moz-linear-gradient(top, #f5a800, #f18800);
  background-image: -ms-linear-gradient(top, #f5a800, #f18800);
  background-image: -o-linear-gradient(top, #f5a800, #f18800);
  background-image: -webkit-linear-gradient(top, #f5a800, #f18800);
  background-image: linear-gradient(top, #f5a800, #f18800);
  background-color: #f39700;
  background-size: 285px 54px;
}
.btn_connect a {
  color: #fff;
  text-shadow: 0 -1px 0 #0a135a;
}
@media screen and (min-width: 640px) {
  .btn_connect {
    background-size: 380px 65px;
  }
}

/* ------- 条件 ------- */
.stList li {
  background: url(../img/arrow01.png) no-repeat;
  background-position: 0px 4px;
  background-size: 7px 7px;
}
@media screen and (min-width: 640px) {
  .stList li {
    background-position: 0px 5px;
    background-size: 10px 10px;
  }
}

#header {
  position: relative;
}

div.tos {
  -webkit-overflow-scrolling: touch;
}
div.tos::-webkit-scrollbar {
  background: #ccc;
  width: 10px;
  height: 0px;
}
div.tos::-webkit-scrollbar-track {
  background: #f0f0f0;
  box-shadow: 1px 1px 4px -2px gray inset;
}
div.tos::-webkit-scrollbar-thumb {
  background: #fff;
  height: 40px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px -2px gray inset;
}

h2 {
  color: #004065;
  text-align: left;
  font-size: 15px;
}
.tos2 {
  background: #ffffff;
  background: #efefef;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: left;
}

.attention {
  text-align: left;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

ul.triangle li {
  background: url(../img/arrow_gray.png) no-repeat;
}
