@charset "utf-8";

html,
body,
div,
h2,
p,
a,
address,
img,
ins,
s,
sup,
b,
u,
i,
dl,
dt,
dd,
li,
article,
details,
footer,
header,
time,
mark {
  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;
}
article,
details,
footer,
header {
  display: block;
}
body {
  line-height: 1;
}

html {
  height: 100%;
}

body {
  height: 100%;
  text-align: center;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  background-color: #f7f9fb;
  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;
}

#wrap {
  position: relative;
  min-height: 100%;
}

#main {
  text-align: left;
}

.bottom #main {
  text-align: left;
  padding-bottom: 70px;
}

img {
  max-width: 100%;
}

h2 {
  font-weight: bold;
}

a {
  text-decoration: none;
}
.clearfix {
  width: 100%;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

body {
  font-size: 16px;
}

.con {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }

  .con {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

.bottom h2 {
  background: url(../img/bg_blue.png) repeat;
  color: #fff;
  text-shadow: 0px 1px #000000;
  font-size: 18px;
  padding: 10px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

.mtS {
  margin-top: 15px;
}
.mtM {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .bottom h2 {
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .mtS {
    margin-top: 10px;
  }
  .mtM {
    margin-top: 20px;
  }
}

#header02 {
  background: url(../img/bg_main.png) repeat;
  box-shadow: inset 0px 0px 3px #9b9696;
}
.owner img {
  float: left;
}

.owner .owner_wrap {
  float: right;
  width: 100%;
}
.owner p {
  text-align: left;
}

#header02 {
  padding: 25px 0 12px;
}

#header02 h2 {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.bottom #header02 {
  display: none;
}

.bottom #header02 {
  padding: 12px 0 12px;
}

.bottom .owner .owner_wrap {
  margin-left: -88px;
}
.bottom .owner p {
  margin-left: 98px;
  font-size: 14px;
  padding-top: 5px;
}

@media screen and (max-width: 640px) {
  #header02 {
    padding: 12px 0 12px;
  }
  #header02 h2 {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .language_on .owner img {
    max-width: 74px;
    float: right;
  }

  .bottom #header02 {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .bottom .owner_wrap {
    display: none;
  }
}

.bottom #footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
.totop {
  text-align: right;
}

.totop a {
  float: right;
  display: block;
  width: 57px;
  text-align: center;
  background: #191919;
  border-radius: 5px 5px 0 0;
  padding: 10px;
}

#copyright {
  background: #191919;
  color: #dddddd;
  font-size: 10px;
  padding: 5px 0;
}

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

.tos dt {
  font-weight: bold;
  margin-top: 15px;
}

.tos dd {
  margin-top: 7px;
  margin-left: 5px;
}

.tos dd li {
  list-style: disc;
  list-style-position: inside;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.chapter {
  color: #003c6a;
  border-bottom: 1px solid #b7ccd1;
  padding-bottom: 5px;
  font-size: 18px;
  margin: 15px 0 10px;
  font-size: 14px;
}

.confirm {
  background: #e0e7ea;
  padding: 5px;
}

.service {
  background: #ffffff;
  border: 1px solid #c9c9c9;
  padding: 20px 0 20px 10px;
}

.service li {
  float: left;
  text-align: center;
  width: 120px;
  height: 90px;
  margin-right: 5px;
}

.image_center {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 35px;
}

.image_center img {
  border: none;
  height: 30px;
  margin-right: 6px;
  display: flex;
  align-items: center;
}

#text_center {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
