@charset "UTF-8";
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
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, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  line-height: 1;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

img {
  vertical-align: bottom;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  text-align: left;
  vertical-align: top;
}

input, select, textarea {
  font-family: inherit;
}

input[type=submit] {
  cursor: pointer;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*  02_base
================================================ */
html {
  overflow: auto;
}

body {
  min-width: 320px;
  padding-top: 60px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.05em;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
}
@media all and (min-width: 600px) {
  body {
    min-width: 1120px;
    padding-top: 0;
    font-size: 1.9rem;
  }
}
body.sg {
  height: auto;
}

a {
  color: inherit;
  text-decoration: underline;
}
@media all and (min-width: 600px) {
  a:hover {
    text-decoration: none;
  }
}

span {
  font-weight: inherit;
}

strong {
  font-weight: 700;
}

img {
  width: 100%;
  height: auto;
}

.l-wrapper {
  position: relative;
}

.l-container.has-bg {
  background: url(../img/common/bg_top01_sp.png) no-repeat;
  background-size: 100%;
}
@media all and (min-width: 600px) {
  .l-container.has-bg {
    position: relative;
    background: none;
  }
  .l-container.has-bg::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 323px;
    background: url(../img/common/bg_top01_pc.png) no-repeat top 10px left 155px;
  }
}

/* pc <--> sp
-------------------------------------- */
.u-media-query {
  display: none;
  font-family: "sp";
}
@media all and (min-width: 600px) {
  .u-media-query {
    font-family: "pc";
  }
}

@media all and (max-width: 599px) {
  .u-view-pc {
    display: none !important;
  }
}

@media all and (min-width: 600px) {
  .u-view-sp {
    display: none !important;
  }
}

/* link
-------------------------------------- */
.u-alpha {
  display: block;
  text-decoration: none;
}
@media all and (min-width: 600px) {
  .u-alpha {
    transition: all 0.3s ease;
  }
  .u-alpha:hover {
    opacity: 0.8;
  }
}

/* layout
-------------------------------------- */
.u-cf::after {
  content: "";
  display: block;
  clear: both;
}

.u-inner {
  box-sizing: border-box;
}
@media all and (max-width: 599px) {
  .u-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 600px) {
  .u-inner {
    width: 100%;
    max-width: 1120px;
    margin: auto;
  }
}

/* font
================================================ */
.u-serif {
  font-family: "Noto Serif JP", serif;
}

.u-libre {
  font-family: "Libre Baskerville", serif;
}

/* .l-header
================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 320px;
  width: 100%;
  z-index: 2000;
}
@media all and (min-width: 600px) {
  .l-header {
    position: relative;
    min-width: 1120px;
    border-bottom: 1px solid #e1e1e1;
  }
}

/* .l-header .hd-info
-------------------------------------- */
.l-header .hd-info {
  position: relative;
  z-index: 3;
  height: 60px;
  padding: 18px 20px 18px 20px;
  box-sizing: border-box;
  background: #fff;
}
.l-header .hd-info.is-small {
  height: 50px;
  padding: 4px 20px;
  border-bottom: 1px solid #d5d5d5;
}
.l-header .hd-info.is-small .hd-info__logo {
  width: 42px;
  margin-top: 0;
}
.l-header .hd-info__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-header .hd-info-header {
  display: flex;
  align-items: center;
}
.l-header .hd-info__logo {
  width: 38px;
  margin: -4px 16px 0 0;
}
.l-header .hd-info__txt {
  color: #a3adb8;
  font-size: 1rem;
}
@media all and (min-width: 600px) {
  .l-header .hd-info {
    height: 120px;
    padding: 0 20px 0 58px;
  }
  .l-header .hd-info.is-small {
    height: 90px;
  }
  .l-header .hd-info.is-small .hd-info__logo {
    /* width: 105px; */
    width: 62px;
    padding: 17px 0;
  }
  .l-header .hd-info__logo {
    width: 76px;
    margin-right: 0;
    padding: 20px 0;
  }
  .l-header .hd-info__txt {
    letter-spacing: 0.18em;
  }
}
@media (min-width: 600px) and (max-width: 1366px) {
  .l-header .hd-info {
    padding-left: 20px;
  }
  .l-header .hd-info__logo {
    width: 90px;
  }
}

/* .l-header .nav-btn
-------------------------------------- */
.l-header .nav-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.l-header .nav-btn__line {
  position: absolute;
  left: 20px;
  width: 20px;
  height: 2px;
  content: "";
  background: #333;
  transition: all 0.3s ease;
}
.l-header .nav-btn__line:nth-child(1) {
  top: 23px;
}
.l-header .nav-btn__line:nth-child(2) {
  top: 30px;
}
.l-header .nav-btn__line:nth-child(3) {
  top: 37px;
}
.l-header .nav-btn.is-open {
  background: #e7e7e7;
}
.l-header .nav-btn.is-open .nav-btn__line:nth-child(1) {
  top: 28px;
  transform: rotate(-45deg);
}
.l-header .nav-btn.is-open .nav-btn__line:nth-child(2) {
  opacity: 0;
}
.l-header .nav-btn.is-open .nav-btn__line:nth-child(3) {
  top: 28px;
  transform: rotate(45deg);
}

/* .l-nav
================================================ */
.l-nav {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
  width: 100%;
  max-height: calc(100vh - 60px);
  min-width: 320px;
  padding: 30px 20px 65px;
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease;
}
@media all and (max-width: 599px) {
  .l-nav {
    overflow: auto;
    transform: translateX(120%);
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    transform: translateX(0);
  }
}
@media all and (min-width: 600px) {
  .l-nav {
    position: static;
    width: 100%;
    min-width: auto;
    padding: 0;
    background: transparent;
  }
}

/* nav-list
================================================ */
.nav-list__item {
  line-height: 1.7;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  font-size: 1.9rem;
}
.nav-list__item.is-parent .nav-list__link, .nav-list__item.is-trigger .nav-list__txt {
  padding: 14px 36px 14px 12px;
  background: #e8e8e8;
  letter-spacing: 0.07em;
}
.nav-list__link, .nav-list__txt, .nav-list-child__link {
  position: relative;
  display: block;
  text-decoration: none;
}
.nav-list__link, .nav-list-child__link {
  box-sizing: border-box;
}
@media all and (max-width: 599px) {
  .nav-list__link:after, .nav-list-child__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 2.5px;
    background: url(../img/common/ico_arrow01.png) no-repeat center/14px;
  }
}
.nav-list__txt {
  padding-left: 16px !important;
}
.nav-list__txt:before, .nav-list__txt:after {
  content: "";
  position: absolute;
  top: 50%;
  background: #333;
  width: 20px;
  height: 2px;
  right: 20px;
}
.nav-list__txt:before {
  transform: translateY(-50%);
}
.nav-list__txt:after {
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease;
}
.nav-list__txt.is-active:after {
  transform: translateY(-50%) rotate(0);
}
.nav-list-child {
  padding: 2px 20px 14px;
  box-sizing: border-box;
  background: #f6f6f6;
}
.nav-list-child__item:last-of-type .nav-list-child__link {
  border-bottom: 0;
}
.nav-list-child__link {
  padding: 8px 26px 8px 10px;
  border-bottom: 1px solid #ccc;
}
.nav-list-child__link:after {
  right: 10px;
}
@media all and (min-width: 600px) {
  .nav-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 4px -10px 0 0;
  }
  .nav-list__item {
    position: relative;
    line-height: 1.7;
    border-bottom: 0;
    font-size: 1.9rem;
  }
  .nav-list__item.is-parent .nav-list__link, .nav-list__item.is-trigger .nav-list__txt {
    padding: 17px 28px !important;
    background: transparent;
  }
  .nav-list__item:last-of-type .nav-list__txt:before {
    content: none;
  }
  .nav-list__txt:before {
    position: absolute;
    top: 50%;
    background: #ccc;
    width: 1px;
    height: 15px;
    right: 0;
    transform: translateY(-50%);
  }
  .nav-list__txt:after {
    content: none;
  }
  .nav-list__txt:hover .nav-list-child, .nav-list__txt.is-active .nav-list-child {
    opacity: 1;
  }
  .nav-list__txt:hover .nav-list__txt-wrap:after, .nav-list__txt.is-active .nav-list__txt-wrap:after {
    transform: scale(1, 1);
  }
  .nav-list__txt-wrap {
    position: relative;
    display: inline-block;
  }
  .nav-list__txt-wrap:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #bbe8f1 0%, #b599e7 100%);
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .nav-list-child {
    position: absolute;
    top: 67px;
    left: 20px;
    width: 240px;
    padding: 0;
    background: rgba(231, 230, 230, 0.95);
    transition: all 0.3s ease;
  }
  .nav-list-child.is-last {
    left: -93px;
  }
  .nav-list-child.is-last::before {
    left: 62%;
  }
  .nav-list-child:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #e7e7e7 transparent;
  }
  .nav-list-child__link {
    padding: 13px 26px 14px 20px;
    transition: all 0.3s ease;
  }
  .nav-list-child__link:after {
    right: 20px;
    transition: all 0.3s ease;
  }
  .nav-list-child__link:hover {
    background: #f6f6f6;
    padding-left: 25px;
  }
  .nav-list-child__link:hover:after {
    right: 15px;
  }
}
@media (min-width: 600px) and (max-width: 1280px) {
  .nav-list__item {
    font-size: 1.8rem;
  }
  .nav-list__item.is-parent .nav-list__link, .nav-list__item.is-trigger .nav-list__txt {
    padding: 17px 20px !important;
  }
  .nav-list-child {
    width: 220px;
  }
  .nav-list-child__link {
    padding-right: 40px;
    font-size: 1.6rem;
  }
}

/* nav-btns
================================================ */
.nav-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.nav-btns__btn {
  width: 100%;
}
.nav-btns__btn.is-btn {
  color: #333;
}
.nav-btns__btn.is-btn .nav-btns__link {
  margin-top: 16px;
  padding: 2px 0;
  border: 1px solid #333;
}
.nav-btns__btn.is-name {
  padding: 3px 0;
  background-color: #626a76;
  color: #fff;
  text-align: center;
}
.nav-btns__link {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}
@media all and (min-width: 600px) {
  .nav-btns {
    justify-content: flex-end;
    margin-top: 16px;
  }
  .nav-btns__btn {
    font-size: 1.6rem;
  }
  .nav-btns__btn.is-btn {
    width: 120px;
    height: 33px;
    margin-left: 20px;
  }
  .nav-btns__btn.is-btn .nav-btns__link {
    margin-top: 0;
    padding: 0;
  }
  .nav-btns__btn.is-btn .nav-btns__link:hover {
    opacity: 0.8;
  }
  .nav-btns__btn.is-name {
    width: 120px;
    height: 33px;
  }
  .nav-btns__btn.is-contact {
    width: 140px;
    height: 33px;
    margin-left: 20px;
  }
  .nav-btns__btn.is-contact .nav-btns__link {
    margin-top: 0;
    padding: 0;
    border: 1px solid #333;
  }
  .nav-btns__btn.is-contact .nav-btns__link:hover {
    color: #fff;
    background: #31293e;
  }
  .nav-btns__link {
    transition: all 0.3s ease;
  }
}

/* .nav-overlay
================================================ */
.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
@media all and (min-width: 600px) {
  .nav-overlay {
    display: none !important;
  }
}

/* .l-footer
================================================ */
.l-footer {
  padding: 30px 20px;
  background: #e7e7e7;
}
.l-footer.is-small {
  padding: 20px;
}
@media all and (min-width: 600px) {
  .l-footer {
    padding: 80px 0 20px;
  }
  .l-footer.is-small {
    padding: 24px;
  }
}

/* ft-nav
================================================ */
@media all and (min-width: 600px) {
  .ft-nav {
    display: flex;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto 80px;
    font-size: 1.6rem;
  }
  .ft-nav__item {
    width: 160px;
  }
  .ft-nav__item:nth-child(n+2) {
    margin-top: -2px;
  }
  .ft-nav__item:nth-child(2) {
    margin-left: 8px;
  }
  .ft-nav__item:nth-child(3) {
    margin-left: 80px;
  }
  .ft-nav__item:nth-child(4) {
    width: 170px;
    margin-left: 80px;
  }
  .ft-nav__item:nth-child(5) {
    margin-left: 70px;
  }
  .ft-nav__link {
    text-decoration: none;
  }
  .ft-nav__link:hover {
    text-decoration: underline;
  }
  .ft-nav-child + .ft-nav-child {
    margin-top: 44px;
  }
  .ft-nav-child.is-margin {
    margin-top: 47px;
  }
  .ft-nav-child__item {
    line-height: 1.9;
    padding-left: 14px;
  }
  .ft-nav-child__item + .ft-nav-child__item {
    margin-top: 2px;
  }
  .ft-nav-child__item.is-no-link {
    position: relative;
    padding-left: 0;
  }
  .ft-nav-child__item.is-no-link:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -14px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b0aeb4;
  }
  .ft-nav-child__link {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
  }
  .ft-nav-child__link:hover {
    text-decoration: underline;
  }
  .ft-nav-child__link:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -13px;
    width: 8px;
    height: 1px;
    background: #b0aeb4;
  }
}

/* ft-sns
================================================ */
.ft-sns {
  margin-bottom: 16px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.ft-sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ft-sns__item {
  margin: 0 9px;
}
@media all and (min-width: 600px) {
  .ft-sns {
    margin-bottom: 16px;
    padding-bottom: 30px;
  }
  .ft-sns-list {
    justify-content: flex-end;
    max-width: 1120px;
    width: 100%;
    margin: auto;
  }
  .ft-sns__item {
    margin: 0 10px;
  }
  .ft-sns__item:last-child {
    margin-right: 0;
  }
}

/* ft-wrap内
================================================ */
.ft-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ft-logo {
  width: 26px;
}

.ft-cr {
  color: #31293e;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}
.ft-cr.is-right {
  width: 100%;
  text-align: right;
}

@media all and (min-width: 600px) {
  .ft-wrap {
    max-width: 1120px;
    width: 100%;
    margin: auto;
  }

  .ft-logo {
    width: 52px;
    margin: 3px 0 0 -4px;
  }

  .ft-cr {
    font-size: 1.6rem;
  }
}
/* .ft-pagetop
================================================ */
@media all and (max-width: 599px) {
  .ft-pagetop {
    position: static !important;
  }
}
@media all and (min-width: 600px) {
  .ft-pagetop {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 0 40px 40px 0;
    transition: opacity 0.3s ease;
  }
  .ft-pagetop.is-view {
    opacity: 1;
    visibility: visible;
  }
  .ft-pagetop__link {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 10px 14px -3px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .ft-pagetop__link:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #31293e;
    border-right: 2px solid #31293e;
    transform: translateX(-50%) rotate(-45deg);
  }
}

/* helper
================================================ */
.js-toggle-trigger {
  cursor: pointer;
}

.js-toggle-content {
  display: none;
}

.js-submenu-trigger {
  cursor: pointer;
}

.js-submenu-content {
  display: none;
}

/* .c-btn
================================================ */
.c-btn01__link {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 333px;
  height: 70px;
  margin: auto;
  line-height: 1.5;
  border-radius: 35px;
  background-image: linear-gradient(90deg, #bbe8f1 0%, #b598e7 100%);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  text-align: center;
}
.c-btn01__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  width: 14px;
  height: 3px;
  background: url(../img/common/ico_arrow02.svg) no-repeat;
  background-size: 14px;
}
.c-btn01.is-green .c-btn01__link {
  background-image: linear-gradient(90deg, #f2f2ac 0%, #87d872 100%);
}
.c-btn01.is-back .c-btn01__link::after {
  right: inherit;
  left: 35px;
  background: url(../img/common/ico_arrow03.svg) no-repeat;
}
.c-btn01 + .c-btn01.is-back, .c-btn01 + .c-btn01.has-password {
  margin-top: 20px;
}
@media (max-width: 320px) {
  .c-btn01__link {
    max-width: 280px;
  }
  .c-btn01__link::after {
    right: 25px;
  }
}
@media all and (min-width: 600px) {
  .c-btn01__link {
    max-width: 380px;
    height: 80px;
    border-radius: 40px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
    font-size: 2rem;
    transition: all 0.3s ease;
  }
  .c-btn01__link::after {
    right: 40px;
    width: 16px;
    height: 4px;
    background-size: 16px;
    transition: all 0.3s ease;
  }
  .c-btn01__link:hover {
    background-image: linear-gradient(90deg, #c9edf4 0%, #c4adec 100%);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .c-btn01__link:hover::after {
    right: 37px;
  }
  .c-btn01.is-green .c-btn01__link:hover {
    background-image: linear-gradient(90deg, #f5f5bd 0%, #a0e08e 100%);
  }
  .c-btn01.is-back .c-btn01__link:hover::after {
    right: inherit;
    left: 33px;
  }
  .c-btn01 + .c-btn01.is-back, .c-btn01 + .c-btn01.has-password {
    margin-top: 30px;
  }
}

/* .c-form01 ログインページ
================================================ */
.c-form01 {
  padding: 43px 0 60px;
  text-align: center;
}
.c-form01 input, .c-form01 button, .c-form01 select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 2px 10px;
}
.c-form01 input[type=text],
.c-form01 input[type=email],
.c-form01 input[type=password],
.c-form01 select {
  position: relative;
  box-sizing: border-box;
  border-color: #ccc;
  box-shadow: inset 0px 1px 0px 2px rgba(0, 0, 0, 0.03);
  width: 100%;
  max-width: 285px;
  height: 36px;
}
.c-form01__head {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
}
.c-form01-box {
  padding: 18px 17px 27px;
  border: 6px solid #f6f6f6;
}
.c-form01-box-list dt {
  margin-bottom: 4px;
  text-align: left;
}
.c-form01-box-list dt label {
  font-weight: 700;
}
.c-form01-box-list dd {
  margin-bottom: 11px;
}
.c-form01-box-check {
  margin-bottom: 20px;
  padding-top: 4px;
}
.c-form01-box-check label {
  position: relative;
}
.c-form01-box-check label input[type=checkbox] {
  display: none;
}
.c-form01-box-check label input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.c-form01-box-check label input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #e5e5e5;
  transition: all 0.3s ease;
}
.c-form01-box-check label input[type=checkbox] + span + input {
  display: block;
  margin-top: 10px;
}
.c-form01-box-check label input[type=checkbox]:checked + span {
  background: url(../img/common/ico_check01.png) no-repeat left 4px top 11px;
  background-size: 14px;
}
.c-form01-box-btn {
  margin-bottom: 6px;
}
.c-form01-box-btn button {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 285px;
  height: 60px;
  margin: auto;
  border-radius: 30px;
  background-image: linear-gradient(90deg, #bbe8f1 0%, #b598e7 100%);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
}
.c-form01-box-btn button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  width: 14px;
  height: 3px;
  background: url(../img/common/ico_arrow02.svg) no-repeat;
  background-size: 14px;
}
.c-form01-box-forget__link {
  color: #4058b3;
}
@media (max-width: 320px) {
  .c-form01-box-check label {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 600px) {
  .c-form01 {
    padding: 87px 0 120px;
  }
  .c-form01 input[type=text],
.c-form01 input[type=email],
.c-form01 input[type=password],
.c-form01 select {
    max-width: 300px;
    height: 42px;
  }
  .c-form01__head {
    margin-bottom: 30px;
    font-size: 4rem;
  }
  .c-form01-box {
    box-sizing: border-box;
    width: 640px;
    margin: auto;
    padding: 63px 75px;
  }
  .c-form01-box-list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-form01-box-list dt {
    margin-bottom: 18px;
    width: calc(100% - 300px);
  }
  .c-form01-box-list dd {
    margin-bottom: 18px;
    width: 300px;
  }
  .c-form01-box-check {
    margin-bottom: 34px;
    padding-top: 7px;
    transform: translateX(17px);
  }
  .c-form01-box-check label input[type=checkbox] + span {
    padding-left: 31px;
  }
  .c-form01-box-check label input[type=checkbox] + span::before {
    width: 20px;
    height: 20px;
  }
  .c-form01-box-check label input[type=checkbox]:checked + span {
    padding-left: 31px;
    background-position: left 4px top 13px;
  }
  .c-form01-box-btn {
    margin-bottom: 13px;
  }
  .c-form01-box-btn button {
    max-width: 300px;
    height: 70px;
    border-radius: 35px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
    font-size: 2rem;
    transition: all 0.3s ease;
  }
  .c-form01-box-btn button::after {
    right: 40px;
    width: 16px;
    height: 4px;
    background-size: 16px;
    transition: all 0.3s ease;
  }
  .c-form01-box-btn button:hover {
    cursor: pointer;
    background-image: linear-gradient(90deg, #c9edf4 0%, #c4adec 100%);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .c-form01-box-btn button:hover::after {
    right: 37px;
  }
}

/* .c-form02 シミュレーション機能
================================================ */
.c-form02 input, .c-form02 button, .c-form02 select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 2px 10px;
}
.c-form02 input[type=text],
.c-form02 select {
  position: relative;
  box-sizing: border-box;
  margin-right: 8px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: inset 0px 1px 0px 2px rgba(0, 0, 0, 0.03);
  width: 100%;
  height: 38px;
  border-radius: 4px;
}
.c-form02 input[type=text] {
  max-width: 55px;
}
.c-form02 input:focus {
  box-shadow: 0px 0px 2px 2px #90b2cf;
}
.c-form02 select {
  max-width: 65px;
  background: #fff url(../img/common/bg_arrow01.png) no-repeat center right 9px;
  background-size: 7px;
}
.c-form02__error {
  color: #f14d4d;
}
.c-form02__head {
  padding: 21px 0 14px;
  font-size: 2rem;
}
.c-form02__head.is-result {
  padding-bottom: 11px;
  font-size: 1.8rem;
}
.c-form02-table {
  margin-bottom: 17px;
  line-height: 1.7;
  word-break: break-all;
}
.c-form02-table table {
  table-layout: fixed;
}
.c-form02-table thead th {
  padding: 9px 14px 8px;
  background-color: #e2ebfa;
  font-weight: 700;
  color: #6c99e8;
  vertical-align: middle;
  border-right: 1px solid #fff;
}
.c-form02-table thead th:first-child {
  width: 39%;
}
.c-form02-table thead th:nth-child(2) {
  width: 25%;
}
.c-form02-table thead th:last-child {
  width: 36%;
}
.c-form02-table tbody tr {
  border-bottom: 1px solid #e1e1e1;
}
.c-form02-table tbody th {
  padding: 13px 13px 12px;
  vertical-align: middle;
  font-weight: 700;
}
.c-form02-table tbody th .c-form01__sub {
  display: block;
  line-height: 2;
  font-weight: 400;
}
.c-form02-table tbody td {
  padding: 13px 5px 13px 15px;
  vertical-align: middle;
}
.c-form02-table tbody td:first-of-type {
  background-color: #f8fafe;
}
.c-form02-table__radio input[type=radio] {
  display: none;
}
.c-form02-table__radio input[type=radio] + span {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding-left: 26px;
}
.c-form02-table__radio input[type=radio] + span::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #e6e6e6;
  background: radial-gradient(circle, #307cb0 0px, #fff 0px);
  transition: all 0.3s ease;
}
.c-form02-table__radio input[type=radio]:checked + span::before {
  background: radial-gradient(circle, #307cb0 4px, #fff 5px);
}
.c-form02-table__radio label + label span {
  margin-top: 5px;
}
.c-form02-table-contents {
  display: flex;
  flex-wrap: wrap;
}
.c-form02-table__input-area {
  display: flex;
  align-items: center;
  min-width: 127px;
}
.c-form02-table__span {
  margin-right: 10px;
}
.c-form02-table__note {
  padding-top: 10px;
  color: #7a7a7a;
}
.c-form02-table-count {
  width: 100%;
}
.c-form02-table-count__span {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  line-height: 1.75;
  border: 2px solid #b3cade;
  border-radius: 4px;
  background-color: #eff5f9;
  font-weight: 500;
  color: #307cb0;
  text-align: center;
}
.c-form02__btn {
  margin: 23px 0 6px;
}
.c-form02__btn button {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 285px;
  height: 70px;
  margin: auto;
  border-radius: 35px;
  background-image: linear-gradient(90deg, #bbe8f1 0%, #b598e7 100%);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
}
.c-form02__btn button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  width: 14px;
  height: 3px;
  background: url(../img/common/ico_arrow02.svg) no-repeat;
  background-size: 14px;
}
.c-form02__btn button.is-back {
  height: 60px;
  margin-top: 15px;
  background-image: linear-gradient(90deg, #d6d6d6 0%, #b7b7b7 100%);
}
.c-form02__btn button.is-back::after {
  right: inherit;
  left: 35px;
  background: url(../img/common/ico_arrow03.svg) no-repeat;
  background-size: 14px;
}
@media all and (max-width: 599px) {
  .c-form02-table__sub tbody th, .c-form02-table__sub tbody td {
    display: block;
  }
  .c-form02-table__sub tbody td {
    padding: 16px 5px 19px 15px;
  }
  .c-form02-table__sub tbody td:first-of-type {
    padding: 3px 5px 5px 27px;
  }
  .c-form02-table__sub tbody tr:first-child {
    border-top: 1px solid #e1e1e1;
  }
  .c-form02-table__sub tbody tr.is-last {
    border-bottom: 0;
  }
  .c-form02-table__sub tbody tr.is-last th, .c-form02-table__sub tbody tr.is-last td:first-of-type {
    background-color: #eaeaea;
  }
  .c-form02-table__sub tbody tr.is-last td:first-of-type {
    padding: 0px 5px 13px 15px;
  }
  .c-form02-table__sub tbody tr.is-last td input[type=text] {
    max-width: 65px;
    border: 0;
    box-shadow: none;
  }
  .c-form02-table__sub.is-result tbody td:first-of-type {
    padding-left: 15px;
  }
  .c-form02-table__sub.is-result tbody td:last-of-type {
    padding: 9px 5px 13px 15px;
  }
}
@media (max-width: 320px) {
  .c-form02-table__input-area {
    min-width: 120px;
  }
}
@media all and (min-width: 600px) {
  .c-form02 input[type=text],
.c-form02 select {
    max-width: 80px;
    height: 44px;
  }
  .c-form02 input[type=text] {
    max-width: 100px;
  }
  .c-form02__head {
    padding: 48px 0 14px;
    font-size: 2.4rem;
  }
  .c-form02__head.is-result {
    padding: 41px 0 7px;
    font-size: 2.2rem;
  }
  .c-form02-table {
    margin-bottom: 8px;
  }
  .c-form02-table thead th {
    padding: 18px 29px 19px;
  }
  .c-form02-table thead th:first-child {
    width: 530px;
  }
  .c-form02-table thead th:nth-child(2) {
    width: 143px;
  }
  .c-form02-table thead th:last-child {
    width: 272px;
  }
  .c-form02-table tbody tr:last-child td input[type=text] {
    max-width: 80px;
  }
  .c-form02-table tbody th, .c-form02-table tbody td {
    display: table-cell;
  }
  .c-form02-table tbody th {
    width: 589px;
    padding: 8px 28px;
  }
  .c-form02-table tbody td {
    padding: 8px 26px;
  }
  .c-form02-table .is-result tbody th, .c-form02-table .is-result tbody td {
    padding: 20px 28px;
  }
  .c-form02-table__input-area {
    min-width: 148px;
  }
  .c-form02-table__span {
    margin-right: 20px;
  }
  .c-form02-table-count {
    width: 100%;
  }
  .c-form02-table-count__span {
    display: inline-block;
    width: auto;
    min-width: 248px;
  }
  .c-form02-table__sub tbody tr:first-child {
    border-top: 1px solid #e1e1e1;
  }
  .c-form02-table__sub tbody tr.is-last {
    border-bottom: 0;
  }
  .c-form02-table__sub tbody tr.is-last th, .c-form02-table__sub tbody tr.is-last td:first-of-type {
    background-color: #eaeaea;
  }
  .c-form02-table__sub tbody tr.is-last td:first-of-type {
    padding-left: 234px;
  }
  .c-form02-table__sub tbody tr.is-last .c-form02-table-contents {
    justify-content: flex-start;
    text-align: left;
  }
  .c-form02-table__sub tbody th {
    width: 485px;
  }
  .c-form02-table__sub tbody td:first-of-type {
    width: 120px;
    padding: 16px 30px;
  }
  .c-form02-table__sub tbody td:last-of-type {
    width: 302px;
    padding: 16px 0;
  }
  .c-form02-table__sub .c-form02-table-contents {
    justify-content: flex-end;
    text-align: center;
  }
  .c-form02-table__sub.is-result th {
    width: 530px;
  }
  .c-form02-table__sub.is-result td:first-of-type {
    width: 146px;
  }
  .c-form02-table__sub.is-result td:last-of-type {
    width: 277px;
  }
  .c-form02-table__sub.is-result tbody th, .c-form02-table__sub.is-result tbody td {
    padding: 18px 28px;
  }
  .c-form02-table__sub.is-result .c-form02-table-contents {
    justify-content: flex-start;
  }
  .c-form02__radio input[type=radio] + span {
    margin-right: 36px;
    padding-left: 30px;
  }
  .c-form02__radio input[type=radio] + span::before {
    top: 4px;
    width: 18px;
    height: 18px;
  }
  .c-form02__radio label + label span {
    margin-top: 0;
  }
  .c-form02__btn {
    margin: 47px 0 0;
  }
  .c-form02__btn button {
    max-width: 380px;
    height: 80px;
    border-radius: 40px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
    font-size: 2rem;
    transition: all 0.3s ease;
  }
  .c-form02__btn button::after {
    right: 40px;
    width: 16px;
    height: 4px;
    background-size: 16px;
    transition: all 0.3s ease;
  }
  .c-form02__btn button:hover {
    cursor: pointer;
    background-image: linear-gradient(90deg, #c9edf4 0%, #c4adec 100%);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .c-form02__btn button:hover::after {
    right: 37px;
  }
  .c-form02__btn button.is-back {
    max-width: 300px;
    height: 70px;
    margin-top: 22px;
  }
  .c-form02__btn button.is-back::after {
    right: inherit;
    left: 28px;
  }
  .c-form02__btn button.is-back:hover {
    background-image: linear-gradient(90deg, #dedede 0%, #c5c5c5 100%);
  }
  .c-form02__btn button.is-back:hover::after {
    left: 25px;
  }
}

/* .c-head01
================================================ */
.c-head01 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 2.4rem;
  border-bottom: 1px solid #e1e1e1;
}
.c-head01::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 75px;
  height: 1px;
  background-image: linear-gradient(90deg, #8ed9e7 0%, #8353d7 100%);
}
@media all and (min-width: 600px) {
  .c-head01 {
    margin-bottom: 27px;
    padding-bottom: 6px;
    font-size: 3rem;
  }
  .c-head01::before {
    width: 110px;
  }
}

/* .c-table01
================================================ */
.c-table01 {
  padding: 8px 0 15px;
}
.c-table01 table {
  width: 100%;
  table-layout: fixed;
}
.c-table01 thead th {
  padding: 5px 15px 6px;
  border-right: 1px solid #fff;
  border-collapse: collapse;
  background-color: #333;
  font-weight: 700;
  color: #fff;
}
.c-table01 tbody tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}
.c-table01 tbody tr th, .c-table01 tbody tr td {
  padding: 9px 10px 11px 15px;
  line-height: 1.6;
  border-bottom: 1px solid #e1e1e1;
}
.c-table01 tbody tr th {
  border-right: 1px solid #e1e1e1;
  font-weight: 700;
}
.c-table01 tbody tr td {
  vertical-align: middle;
}
@media all and (min-width: 600px) {
  .c-table01 {
    padding: 13px 0 52px;
  }
  .c-table01 thead th {
    padding: 15px 29px 17px;
  }
  .c-table01 thead th:first-child {
    width: 670px;
  }
  .c-table01 thead th:last-child {
    width: 330px;
  }
  .c-table01 tbody tr th, .c-table01 tbody tr td {
    padding: 24px 29px 26px;
  }
  .c-table01 tbody tr th {
    width: 670px;
  }
  .c-table01 tbody tr td {
    width: 330px;
  }
}

/* .c-alert01
================================================ */
.c-alert01 {
  color: #f14d4d;
  text-align: center;
}
/* .c-box01 【推計BHQ】フォーム入力
================================================ */
.c-box01 input, .c-box01 button, .c-box01 select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 2px 10px;
}
.c-box01 input[type=text],
.c-box01 select {
  position: relative;
  box-sizing: border-box;
  margin-right: 8px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: inset 0px 1px 0px 2px rgba(0, 0, 0, 0.03);
  width: 100%;
  height: 36px;
  border-radius: 4px;
}
.c-box01 input[type=text] {
  max-width: 100px;
}
.c-box01 input:focus {
  box-shadow: 0px 0px 2px 2px #90b2cf;
}
.c-box01 select {
  max-width: 65px;
  background: #fff url(../img/common/bg_arrow01.png) no-repeat center right 9px;
  background-size: 7px;
}
.c-box01-heading {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 13px;
  line-height: 1.6;
  border-bottom: 1px solid #e1e1e1;
}
.c-box01-heading.is-result {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 0;
}
.c-box01-heading.is-result .c-box01-heading__head {
  font-size: 2rem;
}
.c-box01-heading.is-result .c-box01-heading__sub {
  transform: translateY(5px);
}
.c-box01-heading__sub {
  min-width: 32px;
  height: 28px;
  margin-right: 10px;
  padding: 0 4px;
  line-height: 28px;
  transform: translateY(10px);
  background-color: #6c99e8;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.c-box01-heading__head {
  font-weight: 500;
  font-size: 2.4rem;
}
.c-box01-body {
  padding-bottom: 14px;
}
.c-box01-body.is-flex {
  display: flex;
}
.c-box01-input {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.c-box01-input__span {
  margin-right: 5px;
}
.c-box01__radio input[type=radio] {
  display: none;
}
.c-box01__radio input[type=radio] + span {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding-left: 26px;
}
.c-box01__radio input[type=radio] + span::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #e6e6e6;
  background: radial-gradient(circle, #307cb0 0px, #fff 0px);
  transition: all 0.3s ease;
}
.c-box01__radio input[type=radio]:checked + span::before {
  background: radial-gradient(circle, #307cb0 4px, #fff 5px);
}
.c-box01__error {
  color: #f14d4d;
}
.c-box01__txt {
  margin-bottom: 4px;
}
.c-box01__note {
  line-height: 1.75;
  font-size: 1.6rem;
  color: #7a7a7a;
}
.c-box01__sub-head {
  padding: 12px 0 10px;
  font-size: 2rem;
}
.c-box01__sub-head.is-result {
  padding: 2px 0 6px;
  font-size: 1.8rem;
}
.c-box01-table {
  margin-bottom: 17px;
}
.c-box01-table tr {
  border-bottom: 1px solid #e1e1e1;
}
.c-box01-table tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}
.c-box01-table tr:last-child {
  border-bottom: 0;
  background-color: #eaeaea;
}
.c-box01-table tr:last-child td input[type=text] {
  max-width: 67px;
  border: 0;
  box-shadow: none;
}
.c-box01-table th, .c-box01-table td {
  display: block;
  line-height: 1.6;
}
.c-box01-table th {
  padding: 13px 13px 8px;
  font-weight: 700;
}
.c-box01-table td {
  padding: 4px 15px 20px;
}
.c-box01-table-contents {
  display: flex;
  flex-wrap: wrap;
}
.c-box01-table__input-area {
  display: flex;
  align-items: center;
  min-width: 127px;
}
.c-box01-table__span {
  margin-right: 10px;
}
.c-box01-table__note {
  padding-top: 10px;
  color: #7a7a7a;
}
.c-box01-table-count {
  width: 100%;
}
.c-box01-table-count__span {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  line-height: 1.75;
  border: 2px solid #b3cade;
  border-radius: 4px;
  background-color: #eff5f9;
  font-weight: 500;
  color: #307cb0;
  text-align: center;
}
.c-box01__btn {
  margin-bottom: 6px;
}
.c-box01__btn button {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 285px;
  height: 70px;
  margin: auto;
  border-radius: 35px;
  background-image: linear-gradient(90deg, #bbe8f1 0%, #b598e7 100%);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
}
.c-box01__btn button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  width: 14px;
  height: 3px;
  background: url(../img/common/ico_arrow02.svg) no-repeat;
  background-size: 14px;
}
.c-box01__btn button.is-back {
  height: 60px;
  margin-top: 15px;
  background-image: linear-gradient(90deg, #d6d6d6 0%, #b7b7b7 100%);
}
.c-box01__btn button.is-back::after {
  right: inherit;
  left: 35px;
  background: url(../img/common/ico_arrow03.svg) no-repeat;
  background-size: 14px;
}
.c-box01__txt-area {
  padding-bottom: 23px;
}
.c-box01-result {
  margin-bottom: 25px;
}
.c-box01-result__txt {
  padding: 9px 15px;
  border-top: 1px solid #e1e1e1;
}
.c-box01-result__txt:nth-of-type(odd) {
  background-color: #f8f8f8;
}
.c-box01-result__txt:last-of-type {
  border-bottom: 1px solid #e1e1e1;
}
.c-box01-result__span {
  display: block;
  font-weight: 700;
}
@media (max-width: 320px) {
  .c-box01-table__input-area {
    min-width: 120px;
  }
}
@media all and (min-width: 600px) {
  .c-box01 input[type=text],
.c-box01 select {
    max-width: 80px;
    height: 44px;
  }
  .c-box01 input[type=text] {
    max-width: 100px;
  }
  .c-box01-heading {
    margin-bottom: 38px;
  }
  .c-box01-heading__sub {
    min-width: 42px;
    height: 35px;
    line-height: 35px;
  }
  .c-box01-heading__head {
    font-size: 3rem;
  }
  .c-box01-heading.is-result {
    margin-bottom: 12px;
  }
  .c-box01-heading.is-result .c-box01-heading__head {
    font-size: 2.4rem;
  }
  .c-box01-body {
    padding-bottom: 54px;
  }
  .c-box01-input {
    margin-bottom: 21px;
  }
  .c-box01__radio input[type=radio] + span {
    margin-right: 32px;
    padding-left: 30px;
  }
  .c-box01__radio input[type=radio] + span::before {
    top: 10px;
    width: 18px;
    height: 18px;
  }
  .c-box01__txt {
    margin-bottom: 11px;
  }
  .c-box01__note {
    padding-top: 6px;
    font-size: 1.8rem;
  }
  .c-box01__sub-head {
    padding: 40px 0 10px;
    font-size: 2.4rem;
  }
  .c-box01__sub-head.is-result {
    padding: 0 0 4px;
    font-size: 2.2rem;
  }
  .c-box01-table {
    margin-bottom: 8px;
  }
  .c-box01-table tr:last-child td input[type=text] {
    max-width: 80px;
  }
  .c-box01-table th, .c-box01-table td {
    display: table-cell;
  }
  .c-box01-table th {
    width: 405px;
    padding: 25px 28px;
  }
  .c-box01-table td {
    width: calc(100% - 405px);
    padding: 20px 200px 15px 15px;
  }
  .c-box01-table__input-area {
    min-width: 148px;
  }
  .c-box01-table__span {
    margin-right: 20px;
  }
  .c-box01-table-count {
    width: 100%;
  }
  .c-box01-table-count__span {
    display: inline-block;
    width: auto;
    min-width: 248px;
  }
  .c-box01__btn {
    margin-bottom: 0;
  }
  .c-box01__btn button {
    max-width: 380px;
    height: 80px;
    border-radius: 40px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
    font-size: 2rem;
    transition: all 0.3s ease;
  }
  .c-box01__btn button::after {
    right: 40px;
    width: 16px;
    height: 4px;
    background-size: 16px;
    transition: all 0.3s ease;
  }
  .c-box01__btn button:hover {
    cursor: pointer;
    background-image: linear-gradient(90deg, #c9edf4 0%, #c4adec 100%);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .c-box01__btn button:hover::after {
    right: 37px;
  }
  .c-box01__btn button.is-back {
    max-width: 300px;
    height: 70px;
    margin-top: 22px;
  }
  .c-box01__btn button.is-back::after {
    right: inherit;
    left: 28px;
  }
  .c-box01__btn button.is-back:hover {
    background-image: linear-gradient(90deg, #dedede 0%, #c5c5c5 100%);
  }
  .c-box01__btn button.is-back:hover::after {
    left: 25px;
  }
  .c-box01__txt-area {
    padding-bottom: 35px;
  }
  .c-box01-result {
    margin-bottom: 40px;
  }
  .c-box01-result__txt {
    padding: 12px 26px 16px;
  }
  .c-box01-result__span {
    display: inline-block;
    width: 448px;
  }
}

/* .welcome-content ★Login／Register画面
================================================ */
.welcome-content {
  padding: 60px 0 45px;
}
.welcome-content-list__item {
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 28px 15px;
  border: 6px solid #f6f6f6;
  text-align: center;
}
.welcome-content-list__item:first-of-type .welcome-content-list__ico {
  width: 34px;
}
.welcome-content-list__item:last-of-type .welcome-content-list__ico {
  width: 29px;
}
.welcome-content-list__ico {
  margin: 0 auto 10px;
}
.welcome-content-list__txt {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.8rem;
}
@media all and (min-width: 600px) {
  .welcome-content {
    padding: 110px 0 100px;
  }
  .welcome-content-list__item {
    margin-bottom: 20px;
    padding: 43px 0;
  }
  .welcome-content-list__item:first-of-type .welcome-content-list__ico {
    width: 44px;
  }
  .welcome-content-list__item:last-of-type .welcome-content-list__ico {
    width: 36px;
  }
  .welcome-content-list__txt {
    margin-bottom: 28px;
    font-size: 2.4rem;
  }
}

/* .loggedin-mypage Login_Email & PW入力フォーム
================================================ */
.loggedin-mypage {
  padding: 40px 0 60px;
}
.loggedin-mypage__head {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
}
.loggedin-mypage__greet {
  margin-bottom: 10px;
  text-align: right;
}
.loggedin-mypage__span {
  margin-bottom: 15px;
  font-weight: 700;
}
.loggedin-mypage-box {
  padding: 28px 19px 23px;
  border: 6px solid #f6f6f6;
  text-align: center;
}
.loggedin-mypage__btn {
  margin-bottom: 10px;
}
@media all and (min-width: 600px) {
  .loggedin-mypage {
    padding: 84px 0 120px;
  }
  .loggedin-mypage__head {
    margin-bottom: 12px;
    font-size: 4rem;
  }
  .loggedin-mypage__greet {
    margin-bottom: 14px;
  }
  .loggedin-mypage-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 63px 0 45px;
  }
  .loggedin-mypage__btn {
    width: 380px;
    margin: 0 10px 20px;
  }
}

/* .payment-description 支払い方法の説明ほか
================================================ */
.payment-description {
  padding: 45px 0 60px;
}
.payment-description__head {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
}
.payment-description__span {
  display: block;
  transform: translateY(7px);
  font-weight: 500;
  font-size: 1.7rem;
  color: #6c99e8;
}
.payment-description__txt {
  margin-bottom: 5px;
}
.payment-description__sub {
  display: inline-block;
  margin-bottom: 25px;
  padding: 2px 6px 6px 12px;
  line-height: 1.5;
  background-color: #f6f6f6;
}
.payment-description__num {
  display: inline-block;
  vertical-align: baseline;
  font-size: 2.1rem;
}
.payment-description__btn {
  width: 285px;
  margin: auto;
}
.payment-description .stripe-button-el {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 285px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 35px;
  background-image: linear-gradient(90deg, #bbe8f1 0%, #b598e7 100%);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
}
.payment-description .stripe-button-el::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  width: 14px;
  height: 3px;
  background: url(../img/common/ico_arrow02.svg) no-repeat;
  background-size: 14px;
}
.payment-description .stripe-button-el span {
  height: auto;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.7rem;
  color: #31293e;
}
.payment-description .stripe-button-el:not(:disabled):active, .payment-description .stripe-button-el.active, .payment-description .stripe-button-el:not(:disabled):active span, .payment-description .stripe-button-el.active span, .payment-description .stripe-button-el:disabled span, .payment-description .stripe-button-el.disabled span, .payment-description .stripe-button-el:disabled span, .payment-description .stripe-button-el.disabled span {
  background: transparent;
}

.payment-description .is-error-charge_password .is-error,
.payment-description .is-error-not-exist-password .is-error {
  margin-top: 20px;
  color: #f14d4d;
  font-weight: 700;
  font-size: 1.5rem;
}

.payment-description input[type="text"] {
  display: block;
  margin: 0 auto;
  padding: 7px 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(left, #fff, #fff);
  box-shadow: none;
  width: 100%;
  font-size: 1.6rem;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.payment-description button[type="submit"] {
  max-width: 285px;
  width: 100%;
  height: 70px;
  margin: 20px auto;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  border-radius: 35px;
  background-image: linear-gradient(90deg, #bbe8f1 0%, #b598e7 100%);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  outline: none;
}
.payment-description button[type="submit"]:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  width: 14px;
  height: 3px;
  background: url(../img/common/ico_arrow02.svg) no-repeat;
  background-size: 14px;
}
@media all and (min-width: 600px) {
  .payment-description {
    padding: 91px 0 120px;
  }
  .payment-description__head {
    margin-bottom: 9px;
    font-size: 4rem;
  }
  .payment-description__span {
    font-size: 1.9rem;
  }
  .payment-description__txt {
    margin-bottom: 20px;
  }
  .payment-description__sub {
    margin-bottom: 50px;
    padding: 3px 3px 11px 18px;
  }
  .payment-description__num {
    font-size: 2.5rem;
  }
  .payment-description__btn {
    width: 460px;
  }
  .payment-description__btn .c-btn01__link {
    max-width: 460px !important;
  }
  .payment-description .stripe-button-el {
    max-width: 380px;
    height: 80px;
    margin-bottom: 30px;
    border-radius: 40px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
    font-size: 2rem;
    transition: all 0.3s ease;
  }
  .payment-description .stripe-button-el::after {
    right: 40px;
    width: 16px;
    height: 4px;
    background-size: 16px;
    transition: all 0.3s ease;
  }
  .payment-description .stripe-button-el:hover {
    cursor: pointer;
    background-image: linear-gradient(90deg, #c9edf4 0%, #c4adec 100%);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .payment-description .stripe-button-el:hover::after {
    right: 37px;
  }
  
  .payment-description .is-error-charge_password .is-error,
  .payment-description .is-error-not-exist-password .is-error {
    margin-top: 30px;
    font-size: 1.7rem;
  }
  
  .payment-description input[type="text"] {
    max-width: 460px;
  }

  .payment-description button[type="submit"] {
    max-width: 460px;
    height: 80px;
    margin: 30px auto;
    border-radius: 40px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
    font-size: 2rem;
    transition: all 0.3s ease;
  }
  .payment-description button[type="submit"]:after {
    right: 40px;
    width: 16px;
    height: 4px;
    background-size: 16px;
    transition: all 0.3s ease;
  }
  .payment-description button[type="submit"]:hover {
    background-image: linear-gradient(90deg, #c9edf4 0%, #c4adec 100%);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .payment-description button[type="submit"]:hover:after {
    right: 37px;
  }
}

/* .loggedin-sim シミュレーションページ
================================================ */
.loggedin-sim {
  padding: 35px 0 55px;
}
.loggedin-sim__head {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
}
.loggedin-sim__span {
  display: block;
  transform: translateY(7px);
  font-weight: 500;
  font-size: 1.7rem;
  color: #6c99e8;
}
.loggedin-sim__sub-head {
  margin-bottom: 23px;
}
@media all and (min-width: 600px) {
  .loggedin-sim {
    padding: 91px 0 120px;
  }
  .loggedin-sim__head {
    margin-bottom: 25px;
    font-size: 4rem;
  }
  .loggedin-sim__span {
    font-size: 1.9rem;
  }
  .loggedin-sim__sub-head {
    margin-bottom: 33px;
  }
}

/* .loggedin-form フォーム入力ページほか
================================================ */
.loggedin-form {
  padding: 35px 0 55px;
}
.loggedin-form__head {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
}
.loggedin-form__span {
  display: block;
  transform: translateY(7px);
  font-weight: 500;
  font-size: 1.7rem;
  color: #6c99e8;
}
.loggedin-form__sub-head {
  margin-bottom: 23px;
}
@media all and (min-width: 600px) {
  .loggedin-form {
    padding: 91px 0 120px;
  }
  .loggedin-form__head {
    margin-bottom: 17px;
    font-size: 4rem;
  }
  .loggedin-form__span {
    font-size: 1.9rem;
  }
  .loggedin-form__sub-head {
    margin-bottom: 33px;
  }
}

/* .loggedin-result 結果
================================================ */
.loggedin-result {
  padding: 35px 0 55px;
}
.loggedin-result__head {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
}
.loggedin-result__span {
  display: block;
  transform: translateY(7px);
  font-weight: 500;
  font-size: 1.7rem;
  color: #6c99e8;
}
.loggedin-result-body-imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
  padding: 20px 0 35px;
}
.loggedin-result-body-imgs__img {
  width: 140px;
}
.loggedin-result-body-imgs__img.is-right {
  transform: translateX(-57px);
}
.loggedin-result-body-imgs__img.is-left {
  position: relative;
  z-index: -1;
  transform: translateX(57px);
}
.loggedin-result-box {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 15px 15px;
  border: 1px solid #6c99e8;
}
.loggedin-result-box__head {
  height: 40px;
  margin: 0 -15px 10px;
  line-height: 40px;
  background-color: #6c99e8;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.loggedin-result-box__num {
  margin-top: 10px;
  padding: 15px 10px 10px;
  background-color: #f0f5fd;
  text-align: center;
}
.loggedin-result-box__span {
  display: block;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2.5rem;
  color: #6c99e8;
}
.loggedin-result-box__sub {
  display: block;
}
.loggedin-result-box.is-orange {
  border-color: #ec8f4b;
}
.loggedin-result-box.is-orange .loggedin-result-box__head {
  background-color: #ec8f4b;
}
.loggedin-result-box.is-orange .loggedin-result-box__num {
  background-color: #fdf4ed;
}
.loggedin-result-box.is-orange .loggedin-result-box__span {
  color: #ec8f4b;
}
.loggedin-result-box.is-past {
  margin-top: -10px;
  padding-bottom: 10px;
}
.loggedin-result-box.is-past .loggedin-result-box__head {
  height: 35px;
  line-height: 35px;
  margin-bottom: 8px;
}
.loggedin-result-box__past-num {
  line-height: 1;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.loggedin-result-advise {
  margin: 40px 0 15px;
  padding: 0 18px;
  padding-bottom: 15px;
  border: 1px solid;
  text-align: center;
}
.loggedin-result-advise__head {
  display: inline-block;
  padding: 0 5px;
  transform: translateY(-20px);
  background-color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
}
.loggedin-result-advise__head + .loggedin-result-advise__sub-head {
  margin-top: -20px;
}
.loggedin-result-advise__sub-head {
  position: relative;
  margin: 0 0 5px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 2rem;
  text-align: left;
}
.loggedin-result-advise__sub-head:last-of-type {
  margin-top: 39px;
}
.loggedin-result-advise__sub-head:last-of-type .loggedin-result-advise__underline {
  background: linear-gradient(to bottom, transparent 77%, #fdf4ed 77%);
}
.loggedin-result-advise__sub-head:last-of-type::before {
  top: -19px;
}
.loggedin-result-advise__underline {
  background: linear-gradient(to bottom, transparent 77%, #e2ebfa 77%);
}
.loggedin-result-advise__em {
  font-weight: 700;
  font-size: 2.3rem;
  color: #6c99e8;
}
.loggedin-result-advise__em.is-orange {
  color: #ec8f4b;
}
.loggedin-result-advise p {
  text-align: left;
}
.loggedin-result-caution {
  margin-bottom: 15px;
  padding: 10px 25px 13px 50px;
  line-height: 1.7;
  background: #fef1f1 url(../img/common/ico_caution01.png) no-repeat left 20px top 20px;
  background-size: 20px;
  border: 1px solid #f14d4d;
  color: #f14d4d;
}
.loggedin-result-note {
  margin-bottom: 5px;
  font-size: 1.6rem;
  text-align: center;
}
.loggedin-result-note__span {
  color: #f14d4d;
}
.loggedin-result__btn {
  max-width: 285px;
  margin: auto;
}
@media all and (min-width: 600px) {
  .loggedin-result {
    padding: 91px 0 120px;
  }
  .loggedin-result__head {
    margin-bottom: 10px;
    font-size: 4rem;
  }
  .loggedin-result__span {
    font-size: 1.9rem;
  }
  .loggedin-result-body-imgs {
    width: 680px;
    margin: auto;
    padding: 36px 0 56px;
  }
  .loggedin-result-body-imgs__img {
    width: 260px;
  }
  .loggedin-result-body-imgs__img.is-right {
    transform: translateX(-105px);
  }
  .loggedin-result-body-imgs__img.is-left {
    transform: translateX(105px);
  }
  .loggedin-result-box {
    width: 550px;
    padding: 0 30px 30px;
  }
  .loggedin-result-box__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .loggedin-result-box.is-past {
    margin-top: -5px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .loggedin-result-box.is-past .loggedin-result-box__head {
    width: 240px;
    height: auto;
    margin: 0;
    line-height: 2;
  }
  .loggedin-result-box.is-past .loggedin-result-box__past-num {
    width: calc(100% - 240px);
    font-size: 2.2rem;
  }
  .loggedin-result-box.is-box01 {
    order: 1;
  }
  .loggedin-result-box.is-box02 {
    order: 2;
  }
  .loggedin-result-box.is-box03 {
    order: 3;
  }
  .loggedin-result-box.is-box04 {
    order: 4;
  }
  .loggedin-result-box__head {
    height: 60px;
    margin: 0 -30px 15px;
    line-height: 60px;
    font-size: 2.2rem;
  }
  .loggedin-result-box__num {
    padding: 22px 0 24px;
  }
  .loggedin-result-box__span {
    font-size: 3.4rem;
  }
  .loggedin-result-advise {
    margin-bottom: 30px;
    padding: 0 77px 45px;
  }
  .loggedin-result-advise__head {
    padding: 0 25px;
    transform: translateY(-31px);
    font-size: 3rem;
  }
  .loggedin-result-advise__head + .loggedin-result-advise__sub-head {
    margin-top: -14px;
  }
  .loggedin-result-advise__sub-head {
    margin: 0 0 5px;
    font-size: 2.2rem;
  }
  .loggedin-result-advise__sub-head::after {
    width: 300px;
    height: 8px;
  }
  .loggedin-result-advise__sub-head:nth-of-type(2) {
    margin-top: 20px;
  }
  .loggedin-result-advise__em {
    font-size: 3rem;
  }
  .loggedin-result-advise p:not([class]) + .loggedin-result-advise__sub-head::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dotted #e1e1e1;
  }
  .loggedin-result-caution {
    margin-bottom: 37px;
    padding: 20px 25px 22px 94px;
    background-position: left 29px top 49px;
    background-size: 40px;
  }
  .loggedin-result-note {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .loggedin-result__btn {
    max-width: 380px;
  }
}

/* .loggedin-graph 【時系列グラフ機能】
================================================ */
.loggedin-graph {
  padding: 45px 0;
}
.loggedin-graph__head {
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
}
.loggedin-graph__btn {
  width: 285px;
  margin: 0 auto 15px;
}
.loggedin-graph__btn-wrap {
  padding-top: 25px;
}
@media all and (min-width: 600px) {
  .loggedin-graph {
    padding: 84px 0 95px;
  }
  .loggedin-graph__head {
    font-size: 4rem;
  }
  .loggedin-graph__btn {
    width: 380px;
    margin: 0 10px 25px;
  }
  .loggedin-graph__btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 800px;
    margin: auto;
    padding-top: 50px;
  }
}

/* .loggedin-past 【過去の推計BHQ】
================================================ */
.loggedin-past {
  padding: 45px 0;
}
.loggedin-past__head {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
}
@media all and (min-width: 600px) {
  .loggedin-past {
    padding: 88px 0 120px;
  }
  .loggedin-past__head {
    margin-bottom: 17px;
    font-size: 4rem;
  }
}