@charset "UTF-8";
/* =========================================================
 0_layer_foundation
========================================================= */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

html, body, button, input, select, textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
}

body, button, input, select, textarea {
  font-size: 12px;
  color: #000;
  line-height: 1.5;
}
@media (min-width: 768px) {
  body, button, input, select, textarea {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  body, button, input, select, textarea {
    font-size: 16px;
  }
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

img, object, embed, video {
  border: none;
}

figure {
  margin: 0;
}

a {
  color: #000 #1c6abe;
  text-decoration: underline;
}
a:link, a:active, a:hover, a:visited {
  outline: 0 none;
}
a:hover {
  text-decoration: none;
}

ol, ul {
  list-style: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

p {
  margin-bottom: 15px;
  margin-top: 15px;
}

textarea {
  resize: vertical;
}

em {
  font-weight: bold;
  font-style: normal;
}

input, textarea, select {
  color: #000;
}

input, select {
  border: 1px solid #ababab;
}

/* =========================================================
 1_layer_base
========================================================= */
/* layout
--------------------------------------------------------- */
.container, .article-body, fixed-footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .article-body:before, .container:after, .article-body:after {
  content: "";
  display: table;
}
.container:after, .article-body:after {
  clear: both;
}
@media (min-width: 992px) {
  .container, .article-body, fixed-footer {
    max-width: 1020px;
  }
}
@media (min-width: 1200px) {
  .container, .article-body, fixed-footer {
    width: 1020px;
  }
}

.underline{
	text-decoration:underline;
}
.bold{
	font-weight: bold;
}
.in-period{
	display: none;
}
.out-period{
	display: block;
}

.popup {
  margin: 20px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.article-body {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.container .article-body, .article-body .article-body {
  padding-right: 0;
  padding-left: 0;
}
.container .article-body.insetshaow, .article-body .article-body.insetshaow {
  padding: 15px;
}
.article-body > p:first-child {
  margin-top: 0;
}
.article-body > p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .article-body {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.insetshaow {
  -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.6);
  padding: 15px;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .insetshaow {
    padding: 15px 25px;
  }
}

.sec-baselv1, .sec-baselv2, .sec-encircle {
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .sec-baselv1, .sec-baselv2, .sec-encircle {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.sec-encircle {
  border-style: solid;
  border-width: 1px;
}
@media (max-width: 767px) {
  .row [class^="col-sm"]:first-child .sec-encircle {
    margin-top: 0;
  }
  .row [class^="col-sm"]:last-child .sec-encircle {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .row [class^="col-md"]:first-child .sec-encircle {
    margin-top: 0;
  }
  .row [class^="col-md"]:last-child .sec-encircle {
    margin-bottom: 0;
  }
}
.sec-encircle .sec-encircle__title {
  font-size: 0.75rem;
  color: #FFF;
  padding: 5px 10px;
}
.sec-encircle .sec-encircle__title a {
  color: #FFF;
}
.sec-encircle .sec-encircle__cnt {
  padding: 10px;
}
.sec-encircle .sec-encircle__cnt > p:first-child {
  margin-top: 0;
}
.sec-encircle .sec-encircle__cnt > p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  [class^="col-sm"] .sec-encircle {
    margin: 0;
  }
}
@media (min-width: 992px) {
  [class^="col-md"] .sec-encircle {
    margin: 0;
  }
  .sec-encircle .sec-encircle__title {
    font-size: 1.125rem;
    padding: 15px 20px;
  }
  .sec-encircle .sec-encircle__cnt {
    padding: 20px;
  }
}

.box-line {
  border: 1px solid #b3b3b3;
  padding: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.box-line h1, .box-line h2, .box-line h3, .box-line h4, .box-line h5, .box-line h6 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .box-line {
    padding: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

/* typography
--------------------------------------------------------- */
h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 25px;
}

h3, .h3 {
  font-size: 21px;
}

h4, .h4 {
  font-size: 15px;
}

h5, .h5 {
  font-size: 13px;
}

h6, .h6 {
  font-size: 12px;
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 41px;
  }

  h2, .h2 {
    font-size: 34px;
  }

  h3, .h3 {
    font-size: 28px;
  }

  h4, .h4 {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 18px;
  }

  h6, .h6 {
    font-size: 16px;
  }
}
h1, h2, h3, h4, h5, h6, .com-head h1, .com-head h2, .com-head h3, .com-head h4, .com-head h5, .com-head h6, .com-head p {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.sec-headings--hfull .sec-headings__title {
  font-size: 0.9375rem;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 41px;
  color: #FFF;
  position: relative;
}
.sec-headings--hfull .sec-headings__title [class^="icn-"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
}
@media (min-width: 992px) {
  .sec-headings--hfull .sec-headings__title {
    font-size: 1.375rem;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 72px;
  }
  .sec-headings--hfull .sec-headings__title [class^="icn-"] {
    margin-top: -26px;
  }
}

.start-title {
  font-size: 1.5rem;
  font-weight: normal;
  color: #11b819;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
@media (min-width: 992px) {
  .start-title {
    font-size: 3rem;
  }
}

.h-basecl, .h-baseln, .h-redln, .h_undline {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .h-basecl, .h-baseln, .h-redln, .h_undline {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.h-basecl {
  font-size: 0.75rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .h-basecl {
    font-size: 1.125rem;
  }
}

.h-baseln {
  font-size: 0.8125rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
@media (min-width: 992px) {
  .h-baseln {
    font-size: 1.4rem;
    border-bottom-width: 2px;
  }
}

.h-redln {
  font-size: 0.8125rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #323C99;
}
@media (min-width: 992px) {
  .h-redln {
    font-size: 1.4rem;
    border-bottom-width: 2px;
  }
}

.h_undline {
  font-size: 0.75rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px dotted #b3b3b3;
}
@media (min-width: 992px) {
  .h_undline {
    font-size: 1.125rem;
  }
}

.h-circle {
  position: relative;
  font-size: 0.75rem;
  padding-left: 16px;
}
.h-circle::after {
  position: absolute;
  left: 0;
  top: .4em;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
}
@media (min-width: 992px) {
  .h-circle {
    font-size: 1.125rem;
    padding-left: 20px;
  }
  .h-circle::after {
    border-width: 3px;
  }
}

.p-ast, .p-ast--red {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-ast::before, .p-ast--red::before {
  content: "※";
  margin-right: .5em;
  color: red;
}

.p-ast--red {
  color: red;
}

/* table
--------------------------------------------------------- */
.table-scroll {
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 8px;
  margin: 15px 0;
}
.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.table-scroll table {
  width: 100%;
  margin: 0;
}

.tbl-def {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tbl-def th, .tbl-def td {
  border: 1px solid #d6d6d6;
  padding: 8px;
}

/* list
--------------------------------------------------------- */
.lst-ast, .lst-ast--red {
  margin: 15px 0;
}
.lst-ast li, .lst-ast--red li {
  margin-bottom: 15px;
}

.lst-ast, .lst-ast--red {
  padding-left: 1.5em;
}
.lst-ast li, .lst-ast--red li {
  text-indent: -1.5em;
}
.lst-ast li::before, .lst-ast--red li::before {
  content: "※";
  margin-right: .5em;
}

.lst-ast--red li::before {
  color: red;
}

.lst-decimal, .lst-disc {
  padding-left: 1.5em;
  margin: 15px 0;
}
.lst-decimal li, .lst-disc li {
  margin-bottom: .5em;
}

.lst-decimal {
  list-style: decimal;
}

.lst-disc {
  list-style: disc;
}
/* buttom
--------------------------------------------------------- */
.btn-area, .btn-area--left {
  text-align: center;
  display: block;
}
.btn-area p, .btn-area--left p {
  margin: 5px 0;
}
.btn-area li:not(:last-child), .btn-area--left li:not(:last-child) {
  margin-bottom: 15px;
}
.btn-area li [class^="btn-"], .btn-area--left li [class^="btn-"] {
  margin: 0;
}
@media (min-width: 992px) {
  .btn-area, .btn-area--left {
    margin: 25px 0;
  }
  .btn-area li:not(:last-child), .btn-area--left li:not(:last-child) {
    margin-bottom: 25px;
  }
}

.btn-area--left {
  text-align: left;
}

.btn-primary, .btn-emphasis {
  position: relative;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  min-width: 240px;
  display: inline-block;
  color: #FFF;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.btn-primary::before, .btn-emphasis::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 5px;
}
.btn-primary:hover, .btn-emphasis:hover {
  color: rgba(255, 255, 255, 0.7);
}
.btn-primary::before, .btn-emphasis::before {
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.btn-primary:hover::before, .btn-emphasis:hover::before {
  left: 11px;
}
p + .btn-primary, p + .btn-emphasis {
  margin: 0;
}
@media (min-width: 992px) {
  .btn-primary, .btn-emphasis {
    border-radius: 10px;
    min-width: 300px;
    padding: 20px 40px;
  }
}
.fixed-footer {
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  bottom: 0;
}
.btn-start {
  background-size: 5px 5px;
  padding: 3px;
}
.btn-start .btn-start__cnt {
  background-color: #fff;
  padding: 15px 8px;
}
.btn-start .btn-start__cnt li {
  text-align: center;
}
.btn-start .btn-start__cnt li:not(:last-child) {
  margin-bottom: 20px;
}
.btn-start .btn-start__cnt li p {
  margin: 0;
  font-size: 12px;
}
.btn-start .btn-start__cnt li a {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .btn-start .btn-start__cnt {
    padding: 15px;
    text-align: center;
  }
  .btn-start .btn-start__cnt ul {
    width: 95%;
    display: inline-block;
  }
  .btn-start .btn-start__cnt ul:before, .btn-start .btn-start__cnt ul:after {
    content: "";
    display: table;
  }
  .btn-start .btn-start__cnt ul:after {
    clear: both;
  }
  .btn-start .btn-start__cnt li {
    float: left;
    width: 50%;
  }
  .btn-start .btn-start__cnt li p {
    margin: 0;
    font-size: 13px;
  }
  .btn-start .btn-start__cnt li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .btn-start {
    padding: 5px;
  }
  .btn-start .btn-start__cnt {
    padding: 30px;
  }
  .btn-start .btn-start__cnt li p {
    margin: 0;
    font-size: 16px;
  }
}

.pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 40px;
  background-image: url(../img/pagetop.png);
  background-size: cover;
  width: 35px;
  height: 35px;
  font-size: 0;
}
@media (min-width: 992px) {
  .pagetop {
    bottom: 80px;
    width: 56px;
    height: 56px;
  }
}
/* link
--------------------------------------------------------- */
.lk-dl {
  font-size: 0;
  display: block;
  background-image: url(../img/icn_dl.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
}
.lk-dl:hover {
  opacity: .7;
}

/* icn
--------------------------------------------------------- */
[class^="icn-"] {
  width: 31px;
  height: 31px;
  display: inline-block;
  content: "";
  font-size: 0;
  background-size: cover;
}
@media (min-width: 992px) {
  [class^="icn-"] {
    width: 52px;
    height: 52px;
  }
}

.icn-device {
  background-image: url(../img/icn_device.svg);
}

.icn-doc {
  background-image: url(../img/icn_doc.svg);
}

.icn-dvr {
  background-image: url(../img/icn_dvr.svg);
}

.icn-file {
  background-image: url(../img/icn_file.svg);
}

.icn-post {
  background-image: url(../img/icn_post.svg);
}

.icn-prces {
  background-image: url(../img/icn_prces.svg);
}

.icn-prnt {
  background-image: url(../img/icn_prnt.svg);
}

.icn-win {
  background-image: url(../img/icn_win.svg);
}

.icn-faq {
  background-image: url(../img/icn_faq.svg);
}

/* img
--------------------------------------------------------- */
.top_img {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.top_img img {
	width: 100%;
}
.img-rigt {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.img-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

@media (min-width: 480px) {
  .img-responsive-pc {
    max-width: 100%;
    height: auto;
  }
  .img-responsive-sp {
    display: none !important; 
  }
}

@media (max-width: 480px) {
  .img-responsive-sp {
    max-width: 100%;
    height: auto;
  }
  .img-responsive-pc {
    display: none !important; 
  }
}

.figure-halfcol {
  margin: 5px 0 15px;
}
.figure-halfcol .figure-halfcol__img {
  text-align: center;
  margin: 0;
  font-size: 0;
}
@media (min-width: 992px) {
  .top_img{
	text-align: center;
	margin: 0 auto;
  }
  .top_img img {
	max-width: 960px;
  }
	.figure-halfcol {
    margin: 15px 0 30px;
  }
  .figure-halfcol:before, .figure-halfcol:after {
    content: "";
    display: table;
  }
  .figure-halfcol:after {
    clear: both;
  }
  .figure-halfcol .figure-halfcol__img {
    float: left;
    width: 56.25%;
  }
  .figure-halfcol .figure-halfcol__txt {
    float: right;
    width: 40.625%;
  }
  .figure-halfcol .figure-halfcol__txt p:first-child {
    margin-top: 0;
  }
}

/* Helper
--------------------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* =========================================================
 2_layer_project
========================================================= */
/* com-head
--------------------------------------------------------- */
.com-head {
  padding: 8px 0;
  min-height: 84px;
  overflow: hidden;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.com-head > .container, .com-head > .article-body {
  position: relative;
}

.head__logo {
  padding-right: 43px;
}
.head__logo a {
  display: inline-block;
  padding: 5px 5px 5px 0;
  height: 40px;
}
.head__logo img {
 height: 100%;
  width: auto;
}

.head__heading {
  font-size: 1.5625rem;
  font-weight: normal;
  padding-right: 43px;
}
@media (min-width: 480px) {
  .head__logo a {
    display: inline-block;
    padding: 5px 5px 5px 0;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .com-head {
    padding: 10px 0;
    border-bottom: 1px solid #d5d5d5 !important;
  }

  .head__logo {
    display: inline-block;
    margin-right: 13px;
    float: left;
    padding-right: 0;
  }
  .head__logo a {
    padding: 14px 5Px;
    height: 100%;
  }
  .head__logo a:hover {
    opacity: .7;
  }
	.head__logo img {
	 max-height: 45px !important;
	  width: auto;
	}
  .head__heading {
    font-size: 1.75rem;
    padding-right: 0;
    float: left;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
  }
}
/* gnav
--------------------------------------------------------- */
/* ----- hamburger ----- */
.head__hamburger {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  right: 10px;
  width: 33px;
  height: 40px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .head__hamburger {
    display: none;
  }
}
.head__hamburger b {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 0.625rem;
  line-height: 1;
}
.head__hamburger span {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
}
.head__hamburger span:nth-of-type(1) {
  top: 0;
}
.head__hamburger span:nth-of-type(2) {
  top: 10px;
}
.head__hamburger span:nth-of-type(3) {
  bottom: 15px;
}
.head__hamburger.active span:nth-of-type(1) {
  -moz-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.head__hamburger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -moz-animation: active-menu-bar 0.8s forwards;
  -webkit-animation: active-menu-bar 0.8s forwards;
  animation: active-menu-bar 0.8s forwards;
}
.head__hamburger.active span:nth-of-type(3) {
  -moz-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/* ----- gnav ----- */
@media (max-width: 991px) {
  .gnav {
    display: none;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
  }
  .gnav .container, .gnav .article-body {
    padding: 0;
  }
}
.gnav li {
  font-size: 0.75rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.gnav a {
  display: block;
  padding: 15px;
  height: 65px;
  text-decoration: none;
  position: relative;
}
.gnav .head{
  padding-top:20px;
}
.gnav .nyushiyoko{
  padding-top:10px;
}
.gnav a::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  border-top: solid 1px #E85533;
  border-right: solid 1px #E85533;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
}
@media (min-width: 992px) {
  .gnav {
    background-color: #fff !important;
    box-shadow: 0 2px rgba(25,25,86,1);
    position: relative;
  }
  .gnav[data-loca="home"] {
    box-shadow: none;
  }
  .gnav li {
    font-size: 1rem;
    text-align: center;
    font-weight: normal;
    width: 16.66667%;
    float: left;
    border-bottom: none;
    border-right: 1px solid #d5d5d5;
  }
  .gnav li:first-child {
    border-left: 1px solid #d5d5d5;
  }
  .gnav a {
    color: #000;
    position: relative;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1;
  }
  .gnav a::before {
    display: none;
  }
  .gnav a::after {
    position: absolute;
    bottom: -5px;
    left: -1px;
    content: "";
    height: 5px;
    width: calc(100% + 2px);
    opacity: 0;
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .gnav a:hover {
    opacity: .6;
  }
  .gnav a:hover::after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  .gnav a.current::after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    width: 100%;
    left: 0;
    opacity: 1;
  }
}

/* main-contents
--------------------------------------------------------- */
.main-contents {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .main-contents {
    margin-bottom: 30px;
  }
}

/* ----- Accordion ----- */
.acdn-area, .acdn-area--topline, .acdn-area--noline {
  margin-top: 10px;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: #b3b3b3;
}
.acdn-area .acdn-area__sec-lv1, .acdn-area--topline .acdn-area__sec-lv1, .acdn-area--noline .acdn-area__sec-lv1 {
  border-bottom: 1px dotted #b3b3b3;
}
.acdn-area .acdn-area__title, .acdn-area--topline .acdn-area__title, .acdn-area--noline .acdn-area__title {
  font-size: 12px;
  position: relative;
  cursor: pointer;
  padding: 0.3em 15px 0.3em 13px;
  font-weight: bold;
}
.acdn-area .acdn-area__title::after, .acdn-area--topline .acdn-area__title::after, .acdn-area--noline .acdn-area__title::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
	content: "＋";
	font-weight: 900;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
	transition: 0.2s;
}
.acdn-area .acdn-area__title.active::after, .acdn-area--topline .acdn-area__title.active::after, .acdn-area--noline .acdn-area__title.active::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
	content: "－";
	font-weight: 900;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
	transition: 0.2s;

}

.acdn-area .acdn-area__title mark, .acdn-area--topline .acdn-area__title mark, .acdn-area--noline .acdn-area__title mark {
  background-color: transparent;
  margin-right: 5px;
}
.acdn-area .acdn-area__cnt, .acdn-area--topline .acdn-area__cnt, .acdn-area--noline .acdn-area__cnt {
  padding-bottom: 10px;
  padding-left: 13px;
}
@media (min-width: 768px) {
  .acdn-area .acdn-area__title, .acdn-area--topline .acdn-area__title, .acdn-area--noline .acdn-area__title {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .acdn-area, .acdn-area--topline, .acdn-area--noline {
    margin-top: 30px;
  }
  .acdn-area .acdn-area__title, .acdn-area--topline .acdn-area__title, .acdn-area--noline .acdn-area__title {
    padding: 0.9em 20px 0.9em 20px;
    font-size: 1.375rem;
  }
  .acdn-area .acdn-area__title mark, .acdn-area--topline .acdn-area__title mark, .acdn-area--noline .acdn-area__title mark {
    font-size: 1.375rem;
    margin-right: 20px;
  }
  .acdn-area .acdn-area__cnt, .acdn-area--topline .acdn-area__cnt, .acdn-area--noline .acdn-area__cnt {
    padding-left: 20px;
    padding-right: 20px;
  } 
}
@media (max-width: 600px){
  .acdn-area .acdn-area__cnt dd, .acdn-area--topline .acdn-area__cnt dd, .acdn-area--noline .acdn-area__cnt dd{
    margin-left: 0px;
    font-size: 12px;
  }
  .acdn-area .acdn-area__cnt dd span, .acdn-area--topline .acdn-area__cnt dd span, .acdn-area--noline .acdn-area__cnt dd span{
    display: inline-block;
  }
  .acdn-area .acdn-area__title mark, .acdn-area--topline .acdn-area__title mark, .acdn-area--noline .acdn-area__title mark {
    margin-right: 0px;
  }
}
.acdn-area--topline {
  border-top-style: solid;
  border-top-width: 1px;
}

.acdn-area--noline {
  border-top-width: 0;
}
/* 20210924馬場追加_支払方法アコーディオン削除 */
.payment__title{
  font-size: 12px;
  position: relative;
  padding: 6px 0 6px 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .payment__title{
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .payment__title{
    padding: 18px 0 18px 0;
    font-size: 1.125rem;
  }
}
/* ここまで */

/* ----- 出願の流れ ----- */
.lst-prces {
  margin: 0 auto;
}
.lst-prces li {
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  position: relative;
  -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.lst-prces li:not(:last-child) {
  margin-bottom: 20px;
}
.lst-prces li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.lst-prces .lst-prces--stg {
  border-width: 2px;
  border-style: solid;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px;
}
.lst-prces b {
  display: block;
  font-size: 1.25em;
}


@media (min-width: 992px) {
  .lst-prces {
    margin: 0 auto;
  }
  .lst-prces li {
    font-size: 1.100rem;
    padding: 30px 35px;
    width: 100%;
    display: table;
  }
  .lst-prces li:not(:last-child) {
    margin-bottom: 30px;
  }
  .lst-prces li:not(:last-child)::after {
    bottom: -20px;
  }
  .lst-prces .lst-prces--stg {
    border-width: 3px;
  }
  .lst-prces b, .lst-prces span {
    vertical-align: middle;
    display: table-cell;
  }
  .lst-prces b {
    font-size: 1em;
    width: 30%;
    padding-left: 22%;
  }
}

/* ----- よくある質問(base) ----- */
.faq--base {
  margin: 10px 0;
  border-bottom: 1px dotted #d6d6d6;
}
.faq--base dt {
  position: relative;
  cursor: pointer;
  padding: 0.5em 0 0.5em 13px;
  padding-left: 33px;
  text-indent: -10px;
  font-weight: bold;
  border-top: 1px dotted #d6d6d6;
}
.faq--base dt::after {
  position: absolute;
  top: 1.1em;
  left: 3px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 4px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.faq--base dt.active::after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .faq--base dt {
    padding: 1.5em 0 1.5em 20px;
  }
  .faq--base dt::after {
    top: 2.1em;
    left: 3px;
    border-width: 3px 0 3px 7px;
  }
}
.faq--base dt::before {
  font-size: 0.8125rem;
  display: inline-block;
  content: "Q.";
  color: #E85533;
  margin-right: 5px;
}
.faq--base dt::after {
  border-left-color: #E85533;
}
.faq--base dd {
  position: relative;
  padding: .8em 0 .8em 33px;
  margin: 0;
}
.faq--base dd > p:first-child {
  margin-top: 0;
}
.faq--base dd::before {
  font-size: 0.8125rem;
  font-weight: bold;
  display: block;
  position: absolute;
  top: .7em;
  left: 13px;
  content: "A.";
  color: #E85533;
}
@media (min-width: 992px) {
  .faq--base dt {
    padding-left: 72px;
    font-size: 1.125rem;
    text-indent: -22px;
  }
  .faq--base dt::before {
    font-size: 1.375rem;
    margin-right: 20px;
  }
  .faq--base dd {
    padding: 0 0 2.08em 72px;
  }
  .faq--base dd::before {
    top: -3px;
    font-size: 1.375rem;
    left: 29px;
  }
}

/* ----- よくある質問(red) ----- */
.faq--red {
  margin: 10px 0;
  border-bottom: 1px dotted #d6d6d6;
}
.faq--red dt {
  position: relative;
  cursor: pointer;
  padding: 0.5em 0 0.5em 13px;
  padding-left: 33px;
  text-indent: -10px;
  font-weight: bold;
  border-top: 1px dotted #d6d6d6;
}
.faq--red dt::after {
  position: absolute;
  top: 1.1em;
  left: 3px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 4px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.faq--red dt.active::after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .faq--red dt {
    padding: 1.5em 0 1.5em 20px;
  }
  .faq--red dt::after {
    top: 2.1em;
    left: 3px;
    border-width: 3px 0 3px 7px;
  }
}
.faq--red dt::before {
  font-size: 0.8125rem;
  display: inline-block;
  content: "Q.";
  color: red;
  margin-right: 5px;
}
.faq--red dt::after {
  border-left-color: red;
}
.faq--red dd {
  position: relative;
  padding: .8em 0 .8em 33px;
  margin: 0;
}
.faq--red dd > p:first-child {
  margin-top: 0;
}
.faq--red dd::before {
  font-size: 0.8125rem;
  font-weight: bold;
  display: block;
  position: absolute;
  top: .7em;
  left: 13px;
  content: "A.";
  color: red;
}
@media (min-width: 992px) {
  .faq--red dt {
    padding-left: 72px;
    font-size: 1.125rem;
    text-indent: -22px;
  }
  .faq--red dt::before {
    font-size: 1.375rem;
    margin-right: 20px;
  }
  .faq--red dd {
    padding: 0 0 2.08em 72px;
  }
  .faq--red dd::before {
    top: -3px;
    font-size: 1.375rem;
    left: 29px;
  }
}

/* com-foot
--------------------------------------------------------- */
.com-foot {
  margin-top: 15px;
  border-top: 1px solid #d6d6d6;
  box-shadow: inset 0 2px #ededed;
}
.com-foot .com-foot__copy {
  text-align: center;
  margin: 30px;
}
/* =========================================================
 3_cosmetic
========================================================= */
/* z-index
--------------------------------------------------------- */
.pagetop, .gnav {
  z-index: 1;
}

/* keyframes
--------------------------------------------------------- */
@-moz-keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
@-webkit-keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
/* color
--------------------------------------------------------- */
.clr-red {
  color: red;
}

/* JS
--------------------------------------------------------- */
.js_acdn_trigger {
  cursor: pointer;
}

.js_acdn_cnt {
  display: none;
}

@media print {
  *, *:before, *:after {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  body {
    -webkit-print-color-adjust: exact;
    width: 1000px;
  }
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* pading
--------------------------------------------------------- */
.p-left-05e {
  padding-left: 0.5em;
}

.p-left-1e {
  padding-left: 1em;
}
