@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

img {
  vertical-align: bottom;
  border: none;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

input {
  outline: 0;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}

html, body {
  height: 100%;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 62.5%;
  line-height: 1.6;
  min-width: 960px;
  -webkit-text-size-adjust: 100%;
}

a:link, a:visited {
  color: #333;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

/* ステート（状態） */
.is-left {
  float: left;
}

.is-right {
  float: right;
}

.is-center {
  text-align: center;
}

.is-hidden {
  display: none;
}

@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
  }
  body img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
.g-contents .l-contents {
  width: 960px;
  padding: 25px 0 80px;
  margin: 0 auto;
}

.page-title {
  margin-bottom: 50px;
}
.page-title.sub {
  font-size: 300%;
  padding-left: 15px;
  border-left: 3px solid #3bae9b;
}

.square-title {
  font-size: 260%;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 25px;
  background: url(../images/common/icon_square.gif) no-repeat left center;
}

table.standard {
  width: 100%;
}
table.standard th {
  font-size: 160%;
  font-weight: bold;
  padding: 16px 20px;
  border: 1px solid #dbdbdb;
  background: #f6f6f6;
}
table.standard td {
  font-size: 160%;
  padding: 16px 20px;
  border: 1px solid #dbdbdb;
}

.qa-box {
  background: #f6f6f6;
  padding: 29px;
  margin-bottom: 30px;
  border: 1px solid #dbdbdb;
}
.qa-box dt {
  color: #3bae9b;
  font-size: 200%;
  font-weight: bold;
  text-indent: -29px;
  padding-left: 29px;
  margin-bottom: 10px;
}
.qa-box dd {
  font-size: 160%;
  text-indent: -21px;
  padding-left: 21px;
}

@media screen and (max-width: 640px) {
  .g-contents .l-contents {
    width: auto;
    padding: 25px 10px 40px;
  }

  .page-title {
    margin-bottom: 20px;
  }
  .page-title.sub {
    font-size: 160%;
    padding-left: 10px;
  }
  .page-title img {
    zoom: 0.5;
  }

  .square-title {
    font-size: 160%;
    margin-bottom: 15px;
  }

  table.standard th {
    font-size: 140%;
    width: 27%;
    padding: 8px 10px;
  }
  table.standard td {
    font-size: 140%;
    padding: 8px 10px;
  }

  .qa-box {
    padding: 14px;
    margin-bottom: 15px;
  }
  .qa-box dt {
    font-size: 160%;
    text-indent: -23px;
    padding-left: 23px;
  }
  .qa-box dd {
    font-size: 140%;
    text-indent: -18px;
    padding-left: 18px;
  }
}
