@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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#lay_wrap {
  font-size: 15px;
  line-height: 1.5;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
  color: #2C2C2C;
}

#lay_wrap * {
  box-sizing: border-box;
}

#lay_wrap sup {
  font-size: 6px;
  vertical-align: top;
}

#lay_wrap a {
  color: #000;
}

#lay_wrap p small {
  font-size: 10px;
}

#lay_wrap hr {
  margin: 0.2rem 0;
  border: none;
  height: 1px;
}

#lay_wrap img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.lay_inner {
  width: 100%;
  max-width: 414px;
  margin: 0 auto;
  padding: 0 10px;
}

.elm_colOrange {
  color: #e95504;
}

.elm_ind1 {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

.elm_ind2 {
  padding-left: 2em;
  text-indent: -2em;
}

.elm_lead, #mod_header p {
  line-height: 1.3;
}

.elm_title1, #mod_blank, .mod_nextStep p, #mod_header h1 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  margin: 1.5rem 0 1.2rem;
  color: #F18000;
}

.elm_smallP {
  padding: 0.5rem 1rem 1.6rem 1rem;
}

.elm_label {
  display: inline-block;
  background: #ABF3FF;
  font-size: 13px;
  border-radius: 3px;
  margin: 0 0.2rem;
  padding: 3px 5px 1px 5px;
  line-height: 14px;
}

.elm_btn, .mod_nextStep a {
  background: #EB5505;
  color: #fff;
  padding: 0.9rem;
  display: block;
  text-decoration: none;
  color: #fff !important;
  font-weight: 600;
  max-width: 320px;
  margin: 1rem auto;
  border-radius: 4px;
}

.elm_tabUi, #mod_header ul {
  padding: 0 0.5rem;
  max-width: 375px;
  margin: 0 auto;
}

.elm_tabUi:after, #mod_header ul:after {
  content: "";
  display: block;
  clear: both;
}

.elm_tabUi li, #mod_header ul li {
  padding: 0 0.2rem;
  float: left;
  width: 20%;
  font-size: 16px;
  vertical-align: bottom;
}

.elm_tabUi li small, #mod_header ul li small {
  display: block;
  font-size: 11px;
}

.elm_tabUi li span, #mod_header ul li span {
  display: block;
  font-size: 11px;
  margin: 0.2em 0;
}

.elm_tabUi a, #mod_header ul a {
  display: block;
  text-decoration: none;
  line-height: 1.1;
  color: #EB5505;
  padding: 0.7rem 0 0.5rem 0;
  background: rgba(235, 85, 4, 0.14);
  border-radius: 6px 6px 0 0;
}

.elm_tabUi a.js-active, #mod_header ul a.js-active {
  color: #fff;
  background: #EB5505;
}

#mod_header {
  position: relative;
  z-index: 100;
  border-bottom: 4px solid #EB5505;
  padding-top: 1px;
}

#mod_header p {
  margin-bottom: 1.5rem;
}

.js-target section {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.mod_jyouken {
  background: #F0F0F0;
  padding: 10px 0;
  text-align: left;
  position: relative;
}

.mod_jyouken:after {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background: #F0F0F0;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -39px;
  z-index: -1;
}

.mod_jyouken dl {
  background-color: #fff;
  background-image: url(../images/ico-check.png);
  background-repeat: no-repeat;
  background-position: 21px center;
  background-size: 22.6666666667px;
  border-radius: 6px;
  box-shadow: 0 0 8px #ccc;
  padding: 0.6rem;
  padding-left: 58px;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 320px) {
  .mod_jyouken dl {
    padding-left: 40px;
    background-position: 12px center;
  }
}
.mod_jyouken dl:after {
  content: "";
  display: block;
  clear: both;
}

.mod_jyouken dl + p {
  margin-top: 0.8rem;
  font-size: 13px;
}

@media screen and (max-width: 320px) {
  .mod_jyouken dl + p {
    font-size: 11px;
  }
}
.mod_jyouken dl:nth-child(2) dd {
  padding: 1rem 0;
}

.mod_jyouken dd {
  padding: 0.6rem 0;
}

@media screen and (max-width: 320px) {
  .mod_jyouken dd {
    font-size: 13px;
  }
}
.mod_jyouken dd.same {
  padding-right: 63.6666666667px;
  background: url(../images/ico-same.png) no-repeat right center;
  background-size: 58.6666666667px;
}

.mod_jyouken dd.home {
  padding-right: 58.3333333333px;
  background: url(../images/ico-homes.png) no-repeat right center;
  background-size: 53.3333333333px;
}

.mod_jyouken p {
  margin-top: 0.25rem;
  line-height: 1;
}

.mod_jyouken p a {
  font-size: 11px;
  color: #4d4d4d !important;
  text-decoration: none;
}

.mod_jyouken p a:before {
  content: "?";
  display: inline-block;
  background: #F18000;
  color: #fff;
  border-radius: 100px;
  padding: 2px 3px 1px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  margin-right: 3px;
  margin-top: -1px;
}

.mod_jyouken p small {
  color: #4d4d4d !important;
  font-size: 10px;
}

.mod_nextStep {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}

.mod_nextStep p {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.5;
}

.mod_nextStep a {
  margin-bottom: 2rem;
}

.mod_notes {
  background: #F0F0F0;
  font-size: 10px;
  line-height: 1.4;
  color: #595959;
  padding: 20px 0;
}

.mod_notes strong {
  font-weight: 600;
  margin-right: 1rem;
  margin-bottom: 0.5em;
  display: inline-block;
}

.mod_notes i {
  text-decoration: underline;
  display: block;
  margin-bottom: 0.2rem;
}

.mod_notes p {
  text-align: justify;
}

.mod_notes span {
  display: block;
}

.mod_notes a {
  color: #0048ca !important;
  text-decoration: none;
}

.mod_notes dl dt {
  font-weight: 600;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  background-image: url(../images/ico-dn.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px;
}

.mod_notes dl dt.js-active {
  background-image: url(../images/ico-up.png);
}

.mod_notes dl dd {
  padding: 1em 0 0.5em 0;
}

.mod_notes table {
  border-top: 1px dashed #ccc;
  margin: 0 0 1em 0;
}

.mod_notes table tr {
  border-bottom: 1px dashed #ccc;
}

.mod_notes table th, .mod_notes table td {
  vertical-align: middle;
  padding: 1em 0;
}

.mod_notes table th {
  font-size: 13px;
  padding-right: 0.6em;
}

.mod_notes table td {
  text-align: justify;
}

#mod_blank {
  font-size: 16px;
}

#mod_mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 1000;
}

.chu {
  margin: 0 0 1em !important;
  max-width: 100% !important;
  background: none !important;
  font-size: 12px !important;
  color: #333 !important;
  text-align: left !important;
}

.chu:before {
  content: none !important;
}

.chu2 {
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.col_uq {
  color: #6243a0;
}

.col_povo {
  color: #AF7200;
}

.js-acd {
  margin-top: 1em;
  font-size: 13px;
  margin-bottom: 0.7em;
  border-bottom: 1px dashed #ccc;
}

.js-acd .acd-head {
  font-weight: 600;
  display: block;
  font-size: 12px;
  margin-bottom: 0.5em;
  cursor: pointer;
  position: relative;
}

.js-acd .head {
  font-weight: 600;
  display: block;
  font-size: 12px;
  margin-bottom: 0.5em;
  position: relative;
}

.js-acd .acd-head.active:after {
  margin-top: 0;
  transform: rotate(45deg);
  border-top-color: #ccc;
  border-left-color: #ccc;
  border-bottom-color: #F0F0F0;
  border-right-color: #F0F0F0;
}

.js-acd .acd-head:after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  transform: rotate(45deg);
  border-top-color: #F0F0F0;
  border-left-color: #F0F0F0;
}

.js-acd p {
  padding-bottom: 0.8em;
}

.txtCV {
  background: none !important;
  padding: 0 !important;
  font-weight: 400 !important;
  color: #AF7200 !important;
  display: inline-block;
  margin: 0 0 2.5rem 0;
  font-size: 14px;
  text-decoration: underline;
  text-align: center;
}

.txtCV span {
  color: #AF7200 !important;
  text-decoration: underline;
  font-weight: 400 !important;
}
