@charset "utf-8";

body {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
}

.f-size-px25 {
  font-size: 25px;
}

.f-size-px30 {
  font-size: 30px;
}

.f-bold {
  font-weight: bold;
}

.f-red {
  color: #FF0000;
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div.baseLayout {
  margin: 5px 0px 0px 65px;
}

table.noFrameTable {
  /** 汎用テーブルの設定 幅100% 枠線無し 枠線間隔無し */
  width: 100%;
  border: 0;
  padding: 0px;
  border-collapse: collapse;
}

div.processing {
  text-align: center;
  margin: 80px 0px 275px 0px;
  font-size: 24px;
}

.c-br-sp {

}

@media screen and (min-width: 1240px) {
  .c-br-sp {
    display: none;
  }
}

.l-container {
  min-height: 100vh;
  position: relative;
  padding-bottom: 55px;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .l-container {
    padding-bottom: 60px;
  }
}

.l-container__inner {
  margin-top: 40px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1240px) {
  .l-container__inner {
    margin-top: 120px;
    padding-bottom: 120px;
  }
}

.l-header {
  padding: 3.2vw 4vw;
  box-shadow: 0 0 28px 0 rgb(22 39 59/ 10%);
}

@media screen and (min-width: 769px) {
  .l-header {
    padding: 20px 0;
    box-shadow: 0 0 28px 0 rgb(22 39 59/ 10%);
  }
}

.l-header__inner {

}

@media screen and (min-width: 769px) {
  .l-header__inner {
    margin: 0 2%;
  }
}

@media screen and (min-width: 1240px) {
  .l-header__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.c-logo img {
  width: 50%;
}

@media screen and (min-width: 769px) {
  .c-logo img {
    width: 290px;
  }
}

.c-icon-pdf {
  width: 18px;
  vertical-align: middle;
  margin-left: 6px;
}

.c-icon-card {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .c-icon-card {
    width: 340px;
  }
}

.l-progressbar {
  width: 76%;
  margin: 60px auto 60px;
}

.c-progressbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
  color: #D0D0D0;
  font-weight: 700;
  font-size: 14px;
}

.c-progressbar li:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0px auto 10px auto;
  content: '';
  text-align: center;
  border-radius: 50%;
  background-color: #D0D0D0;
}

.c-progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 8px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #D0D0D0;
}

.c-progressbar li:first-child:after {
  content: none;
}

.c-progressbar li.c-active, .c-progressbar li.c-complete {
  color: #4B89CF;
}

.c-progressbar li.c-active:before, .c-progressbar li.c-complete:before {
  background-color: #4B89CF;
}

.c-progressbar li.c-active:after, .c-progressbar li.c-complete:after {
  background-color: #4B89CF;
}

@media screen and (min-width: 1240px) {
  .l-progressbar {
    width: 100%;
    max-width: 896px;
    margin: 120px auto 100px;
  }
  .c-progressbar li {
    font-size: 20px;
  }
  .c-progressbar li:before {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0px auto 12px auto;
    content: '';
    text-align: center;
    border-radius: 50%;
    background-color: #D0D0D0;
  }
  .c-progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 10px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #D0D0D0;
  }
}

.l-section {
  margin: 0 4%;
}

@media screen and (min-width: 1240px) {
  .l-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.l-container__inner--index .l-section {
  margin-top: 60px;
}

.l-container__inner--index .l-section:first-of-type {
  margin-top: 0px;
}

@media screen and (min-width: 1240px) {
  .l-container__inner--index .l-section {
    margin-top: 120px;
  }
}

.l-section .l-section--background {
  margin: 0 0%;
}

.l-section--background {
  margin: 0 4%;
  padding: 30px 20px;
  background: #F9F8F6;
  border-radius: 6px;
}

@media screen and (min-width: 1240px) {
  .l-section--background {
    width: 100%;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.l-section--background-red {
  margin: 0 4% 40px;
  padding: 20px;
  background: #FEE6E6;
  border-radius: 6px;
  border: solid 1px #FD8383;
}

@media screen and (min-width: 1240px) {
  .l-section--background-red {
    width: 100%;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto 100px;
  }
}

.c-heading {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin: 0 4%;
}

@media screen and (min-width: 1240px) {
  .c-heading {
    font-size: 40px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.c-heading span {
  font-size: 16px;
  color: #ff0000;
}

.c-heading--error {
  margin-top: 162px;
  color: #E1384F;
}

@media screen and (min-width: 1240px) {
  .c-heading--error {
    margin-top: 276px;
  }
}

.c-heading-h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin: 0 4%;
}

@media screen and (min-width: 1240px) {
  .c-heading-h2 {
    font-size: 32px;
  }
}

.c-heading-h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 1240px) {
  .c-heading-h3 {
    font-size: 24px;
  }
}

.c-heading-h3_border {
  border-bottom: solid 2px #F1F1F1;
  position: relative;
  padding: 0 0 12px;
}

.c-heading-h3_border:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #9DADAD;
  bottom: -2px;
  width: 30px;
}

@media screen and (min-width: 1240px) {
  .c-heading-h3_border {
    padding: 0 0 20px;
  }
  .c-heading-h3_border:after {
    width: 60px;
  }
}

.c-heading-h3_indent {

}

.c-heading-h3_indent {
  padding-left: 1em;
  position: relative;
  display: block;
}

.c-heading-h3_indent-num1:before {
  content: "1.";
  position: absolute;
  left: 0;
  top: 0;
}

.c-heading-h3_indent-num2:before {
  content: "2.";
  position: absolute;
  left: 0;
  top: 0;
}

.c-heading-h3_indent-num3:before {
  content: "3.";
  position: absolute;
  left: 0;
  top: 0;
}

.c-heading-h3_indent-num4:before {
  content: "4.";
  position: absolute;
  left: 0;
  top: 0;
}

.c-heading-h3_indent-num5:before {
  content: "5.";
  position: absolute;
  left: 0;
  top: 0;
}

.c-heading-h3_indent-num6:before {
  content: "6.";
  position: absolute;
  left: 0;
  top: 0;
}

.c-heading-h3_indent-num7:before {
  content: "7.";
  position: absolute;
  left: 0;
  top: 0;
}

.c-heading-h3_indent-num8:before {
  content: "8.";
  position: absolute;
  left: 0;
  top: 0;
}

.c-heading-h3_indent-num9:before {
  content: "9.";
  position: absolute;
  left: 0;
  top: 0;
}

.c-heading-h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (min-width: 1240px) {
  .c-heading-h4 {
    font-size: 20px;
  }
}

.c-table-form .c-heading-h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  background: #F1F1F1;
  text-align: center;
  padding: 14px;
}

@media screen and (min-width: 1240px) {
  .c-table-form .c-heading-h4 {
    font-size: 20px;
    padding: 20px;
  }
}

.c-text {
  font-size: 12px;
  line-height: 2;
}

@media screen and (min-width: 1240px) {
  .c-text {
    font-size: 16px;
  }
}

.c-text-s {
  font-size: 10px;
  line-height: 2;
}

@media screen and (min-width: 1240px) {
  .c-text-s {
    font-size: 14px;
  }
}

.c-text-l {
  font-size: 14px;
  line-height: 2;
}

@media screen and (min-width: 1240px) {
  .c-text-l {
    font-size: 18px;
  }
}

.c-text-indent {
  padding-left: 1.1em;
  text-indent: -1em;
}

.c-text-red {
  color: #ff0000;
}

.c-text-border {
  text-decoration: underline;
  display: inline !important;
}

.c-text-center {
  text-align: center;
}

.c-text-bold {
  font-weight: 700;
}

.c-text-link {
  color: #19569A;
  font-weight: 700;
  cursor: pointer;
}

.c-text-link:hover {
  text-decoration: underline;
}

.c-text-alert {
  margin-top: 40px;
  text-align: center;
}

@media screen and (min-width: 1240px) {
  .c-text-alert {
    margin-top: 80px;
  }
}

.c-text-form {

}

@media screen and (min-width: 1240px) {
  .c-text-form {
    margin-left: 415px;
  }
}

.c-text-lead {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 1240px) {
  .c-text-lead {
    margin-bottom: 40px;
  }
}

.c-text-lead-radio {

}

.c-text-result {
  font-size: 16px;
  line-height: 2;
}

@media screen and (min-width: 1240px) {
  .c-text-result {
    font-size: 20px;
  }
}

/* リスト */
.c-list-brackets {
  font-size: 12px;
  line-height: 2;
}

.c-list-brackets li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

@media screen and (min-width: 1240px) {
  .c-list-brackets {
    font-size: 16px;
  }
}

.c-list-dots {
  font-size: 12px;
  line-height: 2;
}

.c-list-dots li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

@media screen and (min-width: 1240px) {
  .c-list-dots {
    font-size: 16px;
  }
}

.c-list-number {
  font-size: 12px;
  line-height: 2;
}

.c-list-number li {
  padding-left: 2.3em;
  text-indent: -2.3em;
}

@media screen and (min-width: 1240px) {
  .c-list-number {
    font-size: 16px;
  }
}

.c-list-asterisk {
  font-size: 16px;
  line-height: 2;
}

.c-list-asterisk li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 1240px) {
  .c-list-asterisk {
    font-size: 20px;
  }
}

/* フォーム関連 */
input[type="text"], input[type="mail"], input[type="password"], input[type=radio] {
  border: solid 1px #D1D1D1;
  border-radius: 6px;
  font-size: 12px;
  background: #fff;
}

input.error {
  border: solid 1px #ff0000;
  background: #FEE6E6;
}

select {
  border: solid 1px #D1D1D1;
  border-radius: 6px;
  width: calc(100% - 0px);
  height: 40px;
  padding: 10px;
  background: #fff url("../../image/arrow-black.png") no-repeat 90% center;
  background-size: 10px 6px;
}

select.error {;
  background: #FEE6E6 url("../../image/arrow-black.png") no-repeat 90% center !important;
  background-size: 10px 6px !important;
}

@media screen and (min-width: 1240px) {
  input[type="text"], input[type="mail"] {
    font-size: 16px;
  }
  select {
    height: 42px;
    background-size: 14px 10px;
  }
  select.error {
    background-size: 14px 10px !important;
  }
}

select.error {
  border: solid 1px #ff0000;
  background: #FEE6E6;
}

.l-section--form {
  margin: 0 4%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #F1F1F1;
}

.l-section--form:first-of-type {
  padding-top: 0px;
}

@media screen and (min-width: 1240px) {
  .l-section--form {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-form-list {
  width: 100%;
  padding-top: 20px;
  line-height: 1.6;
}

@media screen and (min-width: 1240px) {
  .p-form-list {
    padding-top: 40px;
  }
}

.p-form-list dt {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}

.p-form-list dd {
  width: 100%;
  font-size: 14px;
}

.p-form-list dd span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.p-form-list dd input {
  width: 100%;
  height: 40px;
  padding: 10px;
}

.p-form-list--confirm dt {
  margin-bottom: 10px;
}

.p-form-list--result {
  font-size: 16px;
}

.p-mandatory {
  font-size: 11px;
  color: #ff0000;
  padding-left: 4px;
}

.p-form-list:first-of-type {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}

.p-form-list-plus {

}

.p-form-list-plus dd:last-child {
  margin-top: 20px;
}

label.error {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  color: #ff0000;
  cursor: default;
  line-height: 1;
}

label.error::before {
  content: "・ ";
}

#check-error {
  text-align: center;
}

.p-form-year {
  display: flex;
  flex-wrap: wrap;
}

.p-form-year div {
  display: flex;
  align-items: center;
  width: calc(25% - 10px);
  margin-left: 10px;
  font-size: 12px;
}

.p-form-year div.p-form-year__year {
  margin-left: 0px;
}

@media screen and (min-width: 1240px) {
  .p-form-year div {
    font-size: 16px;
  }
  .p-form-year div.p-form-year__year {
    width: calc(20% - 10px);
    margin-left: 10px;
  }
  .p-form-year div {
    width: calc(15% - 10px);
    margin-left: 10px;
  }
  .p-form-year div:last-of-type {
    width: calc(15% - 10px);
    margin-left: 10px;
  }
  .p-form-year span {
    width: 100%;
  }
}

.p-form-year__lead {
  width: 100% !important;
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 1240px) {
  .p-form-year__lead {
    width: auto !important;
    margin-bottom: 0px;
  }
}

.p-form-year__end {
  width: 100% !important;
  display: block;
  margin-left: 0 !important;
  margin-top: 10px;
}

@media screen and (min-width: 1240px) {
  .p-form-year__end {
    display: flex;
    width: auto !important;
    margin-left: 10px !important;
    margin-top: 0px;
  }
}

.p-form-year div:first-of-type {
  margin-left: 0px;
}

.p-form-year div input {
  width: 100%;
  margin-right: 10px;
}

.p-form-license {
  display: flex;
  flex-wrap: wrap;
}

.p-form-license div {
  display: flex;
  align-items: center;
  width: 33.3333%;
  font-size: 12px;
}

.p-form-license div input {
  width: 100%;
}

.p-form-license div:nth-child(2) input {
  width: calc(100% - 20px);
  margin-left: 10px;
}

.p-form-license div:first-of-type input {
  margin-left: 10px;
}

.p-form-license div:last-of-type input {
  margin-right: 10px;
}

@media screen and (min-width: 1240px) {
  .p-form-license div {
    width: calc(20% + 10px);
    font-size: 16px;
  }
  .p-form-license div:nth-child(2) {
    width: calc(20% - 10px);
    margin-right: 10px;
  }
}

.p-form-credit {
  display: flex;
  flex-wrap: wrap;
}

.p-form-credit div {
  display: flex;
  align-items: center;
  width: calc(25% - 8px);
  margin-left: 10px;
}

.p-form-credit div:first-of-type {
  margin-left: 0px;
}

@media screen and (min-width: 1240px) {
  .p-form-credit div {
    width: 140px;
    margin-left: 10px;
  }
}

.p-form-short dd input {
  width: 100%;
}

@media screen and (min-width: 1240px) {
  .p-form-list {
    display: flex;
  }
  .p-form-list dt {
    width: 385px;
    font-size: 20px;
    margin-bottom: 0px;
    margin-right: 30px;
    margin-top: 4px;
  }
  .p-form-list dd {
    width: 785px;
    font-size: 20px;
  }
  .p-form-list dd span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
  }
  .p-form-list dd input {
    width: 470px;
    height: 42px;
    padding: 10px;
    line-height: 1;
  }
  .p-form-list-plus {

  }
  .p-form-list-plus dd {
    width: 380px;
  }
  .p-form-list-plus dd input {
    width: 380px;
  }
  .p-form-list-plus dd:last-child {
    margin-top: 0px;
    margin-left: 10px;
  }
  .p-form-list--confirm dt {
    margin-top: 0px;
  }
  .p-form-list--confirm dd {
    font-size: 18px;
  }
  .p-form-list--result {
    font-size: 20px;
  }
  .p-mandatory {
    font-size: 16px;
    padding-left: 8px;
  }
  label.error {
    margin-top: 20px;
    margin-left: 415px;
    font-size: 20px;
  }
  #check-error {
    margin-top: 20px;
    margin-left: 0px;
    font-size: 20px;
    text-align: center;
  }
  .p-form-list dd.p-form-year input {
    width: 100%;
  }
  .p-form-list dd.p-form-license input {
    width: 100%;
  }
  .p-form-list dd.p-form-credit input {
    width: 100%;
  }
  .p-form-list.p-form-short input {
    width: 140px;
  }
}

.c-check-cont {
  position: relative;
  width: 100%;
  text-align: center;
  user-select: none;
  margin-bottom: 20px;
}

.c-check-box {
  display: inline-block;
  width: 80%;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  color: #19569A;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background: #fff url("../../image/check-no.png") no-repeat 10px center;
  background-size: 26px 26px;
}

@media screen and (min-width: 1240px) {
  .c-check-box {
    width: 332px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    background: #fff url("../../image/check-no.png") no-repeat 20px center;
    background-size: 30px 30px;
  }
}

.c-check-cont--long .c-check-box {
  width: 100%;
}

@media screen and (min-width: 1240px) {
  .c-check-cont--long .c-check-box {
    width: 400px;
    padding-left: 40px;
  }
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  border: solid 1px #D1D1D1;
  border-radius: 1px;
  background: #fff !important;
}

.c-check-box.is-checked {
  color: #fff;
  background: #19569A url("../../image/check.png") no-repeat 10px center;
  background-size: 26px 26px;
}

@media screen and (min-width: 1240px) {
  .c-check-box.is-checked {
    background: #19569A url("../../image/check.png") no-repeat 20px center;
    background-size: 30px 30px;
  }
}

.is-error-check {
  pointer-events: none;
}

.p-form-list-check {
  margin-top: 20px;
}

.p-form-list-check dd input {
  width: 14px;
  height: 14px;
}

.p-form-what {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  padding-top: 20px;
  border-top: dotted 1px #D6D5D5;
}

.p-form-what div {

}

.c-check-what {
  display: flex;
  cursor: pointer;
}

.c-check-what p {
  margin-top: 1px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.c-check-what-cont {
  display: flex;
  width: 33.33333%;
}

input.c-checkbox-what {
  opacity: 1;
  position: static;
}

.p-form-what__end {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-check-what-cont {
    display: flex;
    width: 25%;
  }
}

@media screen and (min-width: 1240px) {
  .p-form-list-check {
    margin-top: 40px;
  }
  .p-form-what {
    margin-left: 415px;
    font-size: 16px;
    padding-top: 40pX;
  }
  .c-check-what p {
    margin-top: -2px;
    margin-bottom: 0px;
    margin-right: 40px;
    padding-left: 10px;
  }
  .c-check-what-cont {
    width: auto;
    flex-basis: auto;
  }
  .p-form-what__end {
    width: auto;
    margin-top: -1px;
    margin-left: -30px;
  }
}

.p-form-list-radio {
  padding-top: 0px;
}

.p-form-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}

.p-form-list-radio dd input {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  margin-top: 0px;
}

.c-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.c-radio p {
  margin-top: 1px;
  margin-bottom: 2px;
}

.c-radio-cont {
  margin-right: 20px;
}

.p-form-list-radio dl {

}

.p-form-list-radio dt {
  font-size: 14px;
  margin-bottom: 16px;
}

.p-form-list-radio dd {
  font-size: 12px;
}

.p-form-list-radio dd p {
  display: inline-block;
  margin-top: 2px;
}

.p-form-radio--result {
  padding-top: 20px;
  border-top: dotted 1px #D6D5D5;
}

@media screen and (min-width: 1240px) {
  .p-form-list-radio {
    display: flex;
    padding-top: 10px;
  }
  .p-form-radio {
    display: flex;
    margin-top: 6px;
    padding-bottom: 10px;
  }
  .p-form-list-radio dd input {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: -4px;
  }
  .c-radio-cont {
    margin-right: 20px;
  }
  .p-form-list-radio dl {

  }
  .p-form-list-radio dt {
    width: 415px;
    font-size: 20px;
    margin-bottom: 0px;
  }
  .p-form-list-radio dd {
    padding-top: 0px;
    font-size: 16px;
  }
  .p-form-list-radio dd p {
    display: inline-block;
    margin-top: -2px;
  }
  .p-form-radio--result {
    width: 785px;
    padding-top: 40px !important;
    border-top: dotted 1px #D6D5D5;
    margin-top: 30px;
  }
}

.p-form-radio-comment {

}

.p-form-radio-comment .c-text-lead {
  margin-top: -6px;
}

.p-form-radio-comment .c-radio-cont .p-form-radio-comment-text {
  display: block;
  margin-top: 10px;
  line-height: 1.6;
}

.p-form-radio-comment .c-radio-cont:last-of-type {
  margin-top: 40px;
}

@media screen and (min-width: 1240px) {
  .p-form-radio-comment {
    width: 785px;
  }
}

.c-table-form {
  border: solid 1px #E5E5E5;
  border-radius: 6px;
}

.c-table-form-list {
  padding: 20px;
}

.c-table-form-list input {
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 14px;
}

.c-table-form-list span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.c-table-form-list__text {
  margin-top: 20px;
}

@media screen and (min-width: 1240px) {
  .c-table-form-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px;
  }
  .c-table-form-list>div {
    width: calc(50% - 10px);
  }
  .c-table-form-list__form {
    margin-right: 10px;
    order: 1;
  }
  .c-table-form-list__form .error {
    display: block;
  }
  .c-table-form-list input {
    width: 100%;
    height: 42px;
    font-size: 20px;
  }
  .c-table-form-list span {
    font-size: 16px;
    margin-top: 10px;
  }
  .c-table-form-list__text {
    margin-top: -8px;
    margin-left: 10px;
    order: 2;
  }
  .c-table-form-list label.error {
    order: 3;
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    font-size: 20px;
  }
}

/* ボタン */
.c-button-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
}

.c-button:hover {
  opacity: .6;
}

a.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-button-blue {
  width: 92%;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 200px;
  background: #4B89CF url("../../image/arrow-round.png") no-repeat 96% center;
  background-size: 26px 26px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

.c-button-blue-down {
  background: #4B89CF url("../../image/arrow-round-down.png") no-repeat 96% center;
  background-size: 26px 26px;
}

.c-button-white {
  width: 92%;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #19569A;
  border-radius: 200px;
  background: #fff url("../../image/arrow.png") no-repeat 6% center;
  background-size: 10px 14px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  border: solid 2px #19569A;
}

.c-button-white--up {
  background: #fff url("../../image/arrow-up.png") no-repeat 6% center;
  background-size: 14px 10px;
}

.c-button-cont>* {
  margin-top: 20px;
}

.c-button-cont>.c-button:first-child {
  order: 2;
}

.c-button-cont>.c-button:last-child {
  order: 1;
  margin-top: 0;
}

.display-none {
  display: none;
}

@media screen and (min-width: 1240px) {
  .c-button-cont {
    flex-direction: row;
  }
  .c-button-blue {
    width: 456px;
    height: 60px;
    font-size: 18px;
    background: #4B89CF url("../../image/arrow-round.png") no-repeat 94% center;
    background-size: 30px 30px;
  }
  .c-button-blue-down {
    background: #4B89CF url("../../image/arrow-round-down.png") no-repeat 94% center;
    background-size: 30px 30px;
  }
  .c-button-white {
    width: 456px;
    height: 60px;
    font-size: 18px;
    background: #fff url("../../image/arrow.png") no-repeat 6% center;
    background-size: 10px 14px;
  }
  .c-button-white--up {
    background: #fff url("../../image/arrow-up.png") no-repeat 6% center;
    background-size: 14px 10px;
  }
  .c-button-cont>* {
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .c-button-cont>.c-button:first-child {
    order: 1;
  }
  .c-button-cont>.c-button:last-child {
    order: 2;
  }
  .display-none {
    display: flex;
  }
}

.l-section--background .c-button {
  width: 100%;
}

@media screen and (min-width: 1240px) {
  .l-section--background .c-button {
    width: 456px;
  }
}

.p-carrier-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-carrier {
  display: flex;
  align-items: center;
  width: 92%;
  height: 70px;
  margin-top: 20px;
  padding: 0px 60px 0px 20px;
  text-align: left;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  background: #fff url("../../image/arrow-right.png") no-repeat 94% center;
  background-size: 10px 14px;
}

.p-carrier:first-of-type {
  margin-top: 0px;
}

.p-carrier:hover {
  color: #fff;
  background: #4B89CF url("../../image/arrow-right-white.png") no-repeat 96% center;
  background-size: 10px 14px;
}

.p-carrier span {
  display: block;
  padding-left: 1em;
  text-indent: -0.9em;
}

@media screen and (min-width: 1240px) {
  .p-carrier-cont {

  }
  .p-carrier {
    width: 656px;
    padding: 0px 60px 0px 30px;
    background: #fff url("../../image/arrow-right.png") no-repeat 96% center;
    background-size: 10px 14px;
  }
}

.p-onlineId-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-onlineId {
  display: flex;
  align-items: center;
  width: 92%;
  height: 70px;
  margin-top: 20px;
  padding: 0px 60px 0px 20px;
  text-align: left;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  background: #fff url("../../image/arrow-right.png") no-repeat 94% center;
  background-size: 10px 14px;
}

.p-onlineId:first-of-type {
  margin-top: 0px;
}

.p-onlineId:hover {
  color: #fff;
  background: #4B89CF url("../../image/arrow-right-white.png") no-repeat 96% center;
  background-size: 10px 14px;
}

.p-onlineId span {
  display: block;
  padding-left: 1em;
  text-indent: -0.9em;
}

@media screen and (min-width: 1240px) {
  .p-onlineId-cont {

  }
  .p-onlineId {
    width: 656px;
    padding: 0px 60px 0px 30px;
    background: #fff url("../../image/arrow-right.png") no-repeat 96% center;
    background-size: 10px 14px;
  }
}

.p-reception-title {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #4B89CF;
}

.p-reception-number {
  margin-right: 20px;
  padding: 6px 12px;
  font-size: 12px;
  color: #333;
  background: #fff;
}

.p-reception-number-four {
  margin-left: 20px;
  padding: 6px 12px;
  font-size: 12px;
  color: #333;
  background: #fff;
}

.p-reception-attention {
  display: block;
  margin-top: 10px;
  line-height: 1.6;
}

@media screen and (min-width: 1240px) {
  .p-reception-title {
    padding: 6px 24px;
    font-size: 16px;
  }
  .p-reception-number {
    margin-right: 20px;
    padding: 6px 24px;
    font-size: 16px;
  }
  .p-reception-number-four {
    margin-left: 20px;
    padding: 6px 24px;
    font-size: 16px;
  }
  .p-reception-attention {
    display: inline-block;
    margin-top: 0px;
    margin-left: 10px;
  }
}

/* タブ */
.c-tab {
  cursor: pointer;
}

.c-tab-cont {
  display: none;
  height: auto;
  margin-top: 20px;
  border-top: solid 2px #F1F1F1;
}

.c-tab.is-active {
  background: #4B89CF url("../../image/arrow-round-up.png") no-repeat 96% center;
  background-size: 26px 26px;
}

@media screen and (min-width: 1240px) {
  .c-tab-cont {
    margin-top: 50px;
  }
  .c-tab.is-active {
    background: #4B89CF url("../../image/arrow-round-up.png") no-repeat 94% center;
    background-size: 30px 30px;
  }
}

/* テーブル */
.c-table {
  width: 100%;
  border: solid 1px #D7D7D7;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.6;
  background: #FFF;
}

.c-table-title {
  width: 15%;
  padding: 20px 10px;
  background: #F1F1F1;
  border-right: solid 1px #D7D7D7;
  border-bottom: solid 1px #D7D7D7;
  text-indent: 1px;
}

.c-table-subtitle {
  width: 25%;
  padding: 20px 10px;
  font-weight: 700;
  background: #F9F8F6;
  border-right: solid 1px #D7D7D7;
  border-bottom: solid 1px #D7D7D7;
  text-indent: 1px;
}

.c-table-text {
  width: 60%;
  padding: 20px 10px;
  border-right: solid 1px #D7D7D7;
  border-bottom: solid 1px #D7D7D7;
  text-indent: 1px;
}

.c-table tr:last-child .c-table-title {
  border-bottom: none;
}

.c-table tr:last-child td.c-table-text {
  border-bottom: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .c-table-title {
    text-indent: 1px;
  }
  .c-table-subtitle {
    text-indent: 1px;
  }
  .c-table-text {
    text-indent: 1px;
  }
}

@media screen and (min-width: 1240px) {
  .c-table {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }
  .c-table-title {
    padding: 10px 40px;
    text-indent: 1px;
  }
  .c-table-subtitle {
    padding: 10px 40px;
    text-indent: 1px;
  }
  .c-table-text {
    padding: 10px 40px;
    text-indent: 1px;
  }
}

/* フッター */
.l-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #19569a;
  color: #fff;
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .l-footer {
    height: 60px;
    font-size: 12px;
  }
}

/* マージン指定 */
.mt-s {
  margin-top: 18px !important;
}

@media screen and (min-width: 1240px) {
  .mt-s {
    margin-top: 20px !important;
  }
}

.mt-m {
  margin-top: 24px !important;
}

@media screen and (min-width: 1240px) {
  .mt-m {
    margin-top: 40px !important;
  }
}

.mt-l {
  margin-top: 36px !important;
}

@media screen and (min-width: 1240px) {
  .mt-l {
    margin-top: 60px !important;
  }
}