@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

h1, h2, h3, h4 {
  font-weight: 500;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background: #f1f1f1;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  line-height: 1.8em;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

input, button, select,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a:link,
a:visited {
  color: #53439b;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #53439b;
  text-decoration: none;
}

small {
  font-size: 77%;
}

.l-wrap {
  background-size: cover;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .l-wrap {
    height: auto;
  }
}

.l-login, .l-contents {
  width: 540px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  margin: 3em auto;
}
@media screen and (max-width: 599px) {
  .l-login, .l-contents {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    width: 100%;
  }
}

.l-login-inner {
  padding: 4em;
  position: relative;
}
.l-login-inner::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #53439b;
  transform: translate(-50%, 0) rotate(45deg);
  top: -20px;
  left: 50%;
}
@media screen and (max-width: 599px) {
  .l-login-inner {
    padding: 3em 2em;
  }
}

.l-head {
  background: #53439b;
  border-radius: 6px 6px 0 0;
  padding: 2.8em 0 1.6em;
  position: relative;
}
@media screen and (max-width: 599px) {
  .l-head {
    border-radius: 0;
  }
}

.l-contents {
  padding-bottom: 4em;
}

.l-head-row {
  background: #53439b;
  padding: 1.3em 1em;
  position: relative;
}
.l-head-row h1 {
  color: #fff;
  font-size: 116%;
  text-align: center;
}

.l-inner {
  padding: 2em 1em;
}

.l-count {
  background: #d9d9d9;
  padding: .01em 1em;
}

input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
}

input[type="text"], input[type="date"], input[type="password"], textarea {
  background: #eef5fb;
  border: 2px solid #ccdee9;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 108%;
  margin-top: 6px;
  padding: 1em .5em;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
input[type="text"]:focus, input[type="date"]:focus, input[type="password"]:focus, textarea:focus {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  border: 2px solid #53439b;
}
@media screen and (max-width: 599px) {
  input[type="text"], input[type="date"], input[type="password"], textarea {
    font-size: 16px;
  }
}

input::placeholder {
  color: #808080;
}

textarea {
  width: 100%;
}

input.f-calender {
  background: url(../img/icon_calender.png) no-repeat #eef5fb 10px;
  background-size: 28px 25px;
  padding: 1em .5em 1em 3em;
}

.f-text {
  position: relative;
}
.f-text::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #ccdee9;
  border-left: 7px solid transparent;
  top: -7px;
  left: 20px;
}

.f-select {
  -moz-appearance: none;
  background: url(../img/icon_select_arrow.svg) no-repeat right 10px center;
  border: 2px solid #d9d9d9;
  border-radius: 6px;
  padding: .2em;
  position: relative;
}

select {
  outline: none;
  -moz-appearance: none;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: .6em 1.6em .6em 1em;
  border: none;
  width: 100%;
}
@media screen and (max-width: 599px) {
  select {
    font-size: 16px;
  }
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.f-radio input[type="radio"] {
  display: none;
}
.f-radio input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #53439b;
}
.f-radio input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.f-radio label {
  border: 2px solid #d9d9d9;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 108%;
  position: relative;
  padding: 15px 10px 15px 45px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.f-radio label:hover, .f-radio label:focus, .f-radio label:active {
  background-color: rgba(83, 67, 155, 0.15);
  border-color: #53439b;
}
.f-radio label.is-active {
  color: #53439b;
  border-color: #53439b;
  background-color: rgba(83, 67, 155, 0.15);
}
.f-radio label::before, .f-radio label::after {
  content: '';
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.f-radio label::before {
  background: #fff;
  border: 1px solid #777;
  left: 15px;
  margin-top: -11px;
  height: 24px;
  width: 24px;
}
.f-radio label:hover::before {
  background: #fff;
}
.f-radio label::after {
  background: #53439b;
  left: 19px;
  opacity: 0;
  margin-top: -7px;
  -webkit-transform: scale(2);
  transform: scale(2);
  width: 16px;
  height: 16px;
}

.f-check input[type="checkbox"] {
  display: none;
}
.f-check input[type="checkbox"]:checked + label::before {
  background: #fff;
  border: 1px solid #777;
}
.f-check input[type="checkbox"]:checked + label::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.f-check label {
  box-sizing: border-box;
  border: 2px solid #d9d9d9;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 108%;
  position: relative;
  padding: 15px 10px 15px 45px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.f-check label:hover, .f-check label:focus, .f-check label:active {
  color: #53439b;
  background-color: rgba(83, 67, 155, 0.15);
  border-color: #53439b;
}
.f-check label.is-active {
  color: #53439b;
  background-color: rgba(83, 67, 155, 0.15);
  border-color: #53439b;
}
.f-check label::before, .f-check label::after {
  content: '';
  position: absolute;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.f-check label::before {
  background: #f4f4f4;
  border: 1px solid #777;
  border-radius: 3px;
  margin-top: -8px;
  left: 15px;
  top: 50%;
  height: 20px;
  width: 20px;
}
.f-check label::after {
  border-left: 3px solid #53439b;
  border-bottom: 3px solid #53439b;
  margin-top: -3px;
  opacity: 0;
  left: 20px;
  top: 50%;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
  height: 7px;
  width: 11px;
}
.f-check label:hover::before {
  background: #fff;
}

.f-w-xs {
  width: 3em;
}
@media screen and (max-width: 599px) {
  .f-w-xs {
    width: 100%;
  }
}

.f-w-sm {
  width: 7em;
}
@media screen and (max-width: 599px) {
  .f-w-sm {
    width: 100%;
  }
}

.f-w-md {
  width: 18em;
}
@media screen and (max-width: 599px) {
  .f-w-md {
    width: 100%;
  }
}

.f-w-lg {
  width: 100%;
}

.f-error, .p-qa-ttl span.f-error {
  display: inline-block;
  padding: .1em;
  border-radius: 5px;
  color: #ff3737;
}

a.c-btn, .c-btn {
  box-sizing: border-box;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.14);
  display: inline-block;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
  transition: all .3s ease 0s;
  font-size: 100%;
  font-weight: 500;
}

a.c-btn-default, .c-btn-default {
  border: none;
  box-shadow: 0 2px 0 0 rgba(119, 119, 119, 0.5);
  background: #d9d9d9;
  border-radius: 6px;
  color: #333;
  font-size: 116%;
}
a.c-btn-default:hover, a.c-btn-default:focus, a.c-btn-default:active, .c-btn-default:hover, .c-btn-default:focus, .c-btn-default:active {
  background: #b3b3b3;
  border-color: #53439b;
}

.c-btn-primary {
  border: none;
  background: #ff6028;
  border-radius: 5px;
  color: #fff;
  font-size: 116%;
}
.c-btn-primary:link, .c-btn-primary:visited {
  color: #fff;
}
.c-btn-primary:hover, .c-btn-primary:focus {
  background: #db3900;
}

.c-btn-xs {
  padding: .8em 1.4em;
}

.c-btn-md {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1em;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .c-btn-md {
    padding: .5em 1em;
    width: 100%;
  }
}

.c-btn-xl {
  box-sizing: border-box;
  font-size: 124%;
  margin: 0 auto;
  padding: 1em;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .c-btn-xl {
    width: 100%;
  }
}

.p-head-ttl {
  margin: 0 auto;
  padding: 0 0 1.5em 0;
  position: relative;
  width: 190px;
  z-index: 10;
}

.p-head-lead {
  color: #fff;
  font-size: 154%;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

.p-login-description {
  text-align: justify;
}

.p-head-ttl-thanks {
  margin: 0 auto;
  padding: 1.5em 0;
  position: relative;
  width: 300px;
  z-index: 10;
}

.p-count {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  letter-spacing: .1em;
}
.p-count dt {
  padding-right: 1em;
}
.p-count dd {
  font-size: 139%;
}

.p-cate-ttl {
  border: 1px solid #777;
  font-size: 108%;
  padding: .5em;
  margin-bottom: 1em;
}

.p-qa-ttl {
  font-size: 124%;
  padding-bottom: 1em;
  font-weight: normal;
}
.p-qa-ttl dl {
  display: flex;
}
.p-qa-ttl dl dt {
  color: #53439b;
  display: inline-block;
  padding-right: .4em;
  width: 4em;
}
.p-qa-ttl dl dd {
  text-align: justify;
  width: calc(100% - 5em);
}
.p-qa-ttl.is-in dt {
  width: 5em;
}
.p-qa-ttl.is-in dd {
  width: calc(100% - 6em);
}

.p-qa-ttl2 {
  font-size: 124%;
}

.p-qa-item dt {
  font-size: 116%;
  padding-bottom: .5em;
}
.p-qa-item dd {
  padding-bottom: .8em;
}

.p-check-list li {
  padding-bottom: .65em;
}
.p-check-list.is-5 li:nth-of-type(5n) {
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #d9d9d9;
  margin-bottom: 1.5em;
}

.p-radio-list li {
  padding-bottom: .65em;
}

.p-hosoku {
  background: #f2f2f2;
  font-size: 93%;
  line-height: 1.45;
  padding: 1em;
}

.p-error {
  color: #fff;
  background: red;
  padding: .5em;
  text-align: center;
  margin-bottom: 1em;
}

.p-submit {
  text-align: center;
  padding: 1em 0 0;
}
.p-submit li:first-of-type {
  margin: 0 0 1.8em;
}
@media screen and (max-width: 599px) {
  .p-submit {
    padding: 1.5em;
  }
  .p-submit li {
    display: block;
  }
  .p-submit li:first-of-type {
    margin: 0 0 1.5em 0;
  }
}

.p-tel-link a[href^="tel:"] {
  letter-spacing: normal;
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .p-tel-link a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.u-pb-xs {
  padding-bottom: 1em;
}

.u-pb-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .u-pb-sm {
    padding-bottom: 1.5em;
  }
}

.u-pb-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 599px) {
  .u-pb-md {
    padding-bottom: 2em;
  }
}

.u-pb-lg {
  padding-bottom: 6em;
}
@media screen and (max-width: 599px) {
  .u-pb-lg {
    padding-bottom: 3em;
  }
}

.u-mb-xs {
  margin-bottom: 1em;
}

.u-mb-sm {
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .u-mb-sm {
    margin-bottom: 1.5em;
  }
}

.u-mb-md {
  margin-bottom: 4em;
}
@media screen and (max-width: 599px) {
  .u-mb-md {
    margin-bottom: 2em;
  }
}

.u-mb-lg {
  margin-bottom: 6em;
}
@media screen and (max-width: 599px) {
  .u-mb-lg {
    margin-bottom: 3em;
  }
}
