@charset "UTF-8";
/* ================================================== *
 *
 *    LIBRARY
 *
 * ================================================== */
/* ================================================== *
 *
 *    LAYOUT
 *
 * ================================================== */
/* ================================================== *
 *
 *    COMMON STYLE
 *
 * ================================================== */
/* ------------------------------------------------- *
 *    button
 * ------------------------------------------------- */
/*    c-btn
 * ------------------------------------------------- */
.c-btn--simulation, .c-btn--anchor, .c-btn--delete, .c-btn--calc, .c-btn--requirement, .c-sim01-load__btn, .c-sim01__recommendrank__btn, .c-sim01__cv__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 999px;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
}

/*    c-btn--simulation
 * ------------------------------------------------- */
.c-btn--simulation {
  background: #1e8449;
  color: #000;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-btn--simulation {
    width: 360px;
    height: 60px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .c-btn--simulation {
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
  }
}

.c-btn--simulation::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/icn_finger01.png);
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .c-btn--simulation::before {
    left: 12px;
    width: 38px;
    height: 38px;
    background-position: 8px 9px;
    background-size: 26px 18px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn--simulation::before {
    left: 9px;
    width: 25px;
    height: 25px;
    background-position: 5px 6px;
    background-size: 17px 11.5px;
  }
}

@media screen and (min-width: 1025px) {
  .c-btn--simulation {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .c-btn--simulation:hover {
    background: #000;
    color: #fff;
  }
  .c-btn--simulation:hover::after {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("../images/sprite.png");
    background-size: 3375% 1922.22222%;
    background-position: 91.3486% 96.95122%;
  }
}

/*    c-btn--anchor
 * ------------------------------------------------- */
.c-btn--anchor {
  border: 1px solid #1E8449;
  color: #1E8449;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-btn--anchor {
    width: 360px;
    height: 40px;
    margin-left: 0;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-btn--anchor {
    width: calc(100% - 50px);
    height: 35px;
    font-size: 1.1rem;
  }
}

.c-btn--anchor::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icn_arw01o_down.png) no-repeat 0 0;
}

@media screen and (min-width: 768px) {
  .c-btn--anchor::after {
    right: 16px;
    width: 11px;
    height: 7px;
    background-size: 11px 7px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn--anchor::after {
    right: 10px;
    width: 8px;
    height: 6px;
    background-size: 8px 5.5px;
  }
}

@media screen and (min-width: 1025px) {
  .c-btn--anchor {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .c-btn--anchor::after {
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }
  .c-btn--anchor:hover {
    background: #1E8449;
    color: #fff;
  }
  .c-btn--anchor:hover::after {
    background: url(../images/icn_arw01w_down.png) no-repeat 0 0;
    background-size: 11px 7px;
  }
}

/*    c-btn--delete
 * ------------------------------------------------- */
.c-btn--delete {
  background: #f0f0f0 url(../images/icn_delete01.png) no-repeat 0 0;
  color: #666;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-btn--delete {
    width: 200px;
    height: 36px;
    margin-left: 0;
    background-position: 13px 50%;
    background-size: 16px 21px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-btn--delete {
    width: 100%;
    height: 30px;
    margin-right: 0;
    background-position: 11px 50%;
    background-size: 9px 12px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .c-btn--delete {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-btn--delete:hover {
    opacity: 0.3;
  }
}

/*    c-btn--calc
 * ------------------------------------------------- */
.c-btn--calc {
  background: #e31c3d url(../images/icn_calc01.png) no-repeat 0 0;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-btn--calc {
    width: 360px;
    height: 60px;
    background-position: 13px 50%;
    background-size: 38px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-btn--calc {
    width: 100%;
    height: 40px;
    background-position: 10px 50%;
    background-size: 25px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .c-btn--calc {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .c-btn--calc:hover {
    color: #fff;
    background: #000 url(../images/icn_calc01b.png) no-repeat 13px 50%;
    background-size: 38px;
  }
}

.c-btn--calc.is-noicon {
  background-image: none;
}

@media screen and (min-width: 768px) {
  .c-btn--calc.is-noicon {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-btn--calc.is-noicon {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .c-btn--calc.is-noicon:hover {
    background-image: none;
  }
}

/*    c-btn--requirement
 * ------------------------------------------------- */
.c-btn--requirement {
  border: 1px solid #1E8449;
  background: #fff;
  color: #1E8449;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-btn--requirement {
    width: 300px;
    height: 36px;
    margin-left: 0;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-btn--requirement {
    width: 100%;
    height: 35px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .c-btn--requirement {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .c-btn--requirement:hover {
    background: #1E8449;
    color: #fff;
  }
}

.c-btn--requirement.is-calc::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icn_calc02.png) no-repeat 0 0;
}

@media screen and (min-width: 768px) {
  .c-btn--requirement.is-calc::before {
    left: 16px;
    width: 14px;
    height: 18px;
    background-size: 14px 18px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn--requirement.is-calc::before {
    left: 16px;
    width: 11px;
    height: 14px;
    background-size: 11px 14px;
  }
}

@media screen and (min-width: 1025px) {
  .c-btn--requirement.is-calc::before {
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }
  .c-btn--requirement.is-calc:hover::before {
    background: url(../images/icn_calc02w.png) no-repeat 0 0;
    background-size: 14px 18px;
  }
}

.c-btn--requirement.is-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icn_link01.png) no-repeat 0 0;
}

@media screen and (min-width: 768px) {
  .c-btn--requirement.is-link::before {
    left: 16px;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn--requirement.is-link::before {
    left: 16px;
    width: 11px;
    height: 11px;
    background-size: 11px 11px;
  }
}

@media screen and (min-width: 1025px) {
  .c-btn--requirement.is-link::before {
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }
  .c-btn--requirement.is-link:hover::before {
    background: url(../images/icn_link01w.png) no-repeat 0 0;
    background-size: 15px 15px;
  }
}

.c-btn--requirement.is-delete {
  border-color: #e6e6e6;
  background: #e6e6e6;
  color: #666;
}

.c-btn--requirement.is-delete::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icn_delete01.png) no-repeat 0 0;
}

@media screen and (min-width: 768px) {
  .c-btn--requirement.is-delete::before {
    left: 13px;
    width: 16px;
    height: 21px;
    background-size: 16px 21px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn--requirement.is-delete::before {
    left: 16px;
    width: 12px;
    height: 16px;
    background-size: 12px 15.5px;
  }
}

@media screen and (min-width: 1025px) {
  .c-btn--requirement.is-delete {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-btn--requirement.is-delete:hover {
    background: #e6e6e6;
    color: #666;
  }
  .c-btn--requirement.is-delete:hover {
    opacity: 0.3;
  }
}

.c-btn--requirement.is-calcred {
  border-color: #ff533d;
  background: #ff533d;
  color: #fff;
}

.c-btn--requirement.is-calcred::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icn_calc02w.png) no-repeat 0 0;
}

@media screen and (min-width: 768px) {
  .c-btn--requirement.is-calcred::before {
    left: 16px;
    width: 14px;
    height: 18px;
    background-size: 14px 18px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn--requirement.is-calcred::before {
    left: 16px;
    width: 11px;
    height: 14px;
    background-size: 11px 14px;
  }
}

@media screen and (min-width: 1025px) {
  .c-btn--requirement.is-calcred:hover {
    border-color: #000;
    background: #000;
    color: #fff;
  }
}

/* ------------------------------------------------- *
 *    Form
 * ------------------------------------------------- */
/*    c-formSet02
 * ------------------------------------------------- */
@media screen and (max-width: 767px) {
  .c-formSet02 {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.c-formSet02__row {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}

.c-formSet02__row:first-child {
  border-top: 1px solid #dcdcdc;
}

@media screen and (min-width: 768px) {
  .c-formSet02__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .c-formSet02__row {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px) {
  .c-formSet02__row__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    padding: 40px 10px 40px 0;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-formSet02__row__head {
    position: relative;
    padding-top: 5px;
    padding-left: 50px;
    font-size: 1.4rem;
    font-weight: 700;
  }
}

.c-formSet02__row__head__icon {
  display: inline-block;
  background: #656565;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-formSet02__row__head__icon {
    width: 60px;
    height: 30px;
    margin-right: 15px;
    line-height: 30px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-formSet02__row__head__icon {
    position: absolute;
    left: 0;
    width: 40px;
    height: 21px;
    line-height: 21px;
    font-size: 1.2rem;
  }
}

.c-formSet02__row__head__icon.is-required {
  background: #e31c3d;
}

@media screen and (min-width: 768px) {
  .c-formSet02__row__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    padding: 30px 0 30px 10px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-formSet02__row__body {
    padding: 12px 0 10px;
    font-size: 1.4rem;
  }
}

.c-formSet02__row__body > *:last-child {
  margin-bottom: 0;
}

.c-formSet02__row__body .c-notes {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .c-formSet02__row__body .c-notes {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-formSet02__row__body .c-notes {
    font-size: 1.2rem;
  }
}

.c-formSet02__row__body.is-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c-formSet02__row__body.is-col2 {
    margin-right: -5px;
    margin-left: -5px;
  }
}

.c-formSet02__row__body__col {
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-formSet02__row__body.is-col2 .c-formSet02__row__body__col {
    width: 215px;
  }
}

@media screen and (max-width: 767px) {
  .c-formSet02__row__body.is-col2 .c-formSet02__row__body__col {
    width: 50%;
    padding: 0 5px;
  }
}

.c-formSet02__row__body__col .c-formSet02__row__body__col__title {
  position: absolute;
  top: 0;
  margin-top: -1.5em;
  margin-bottom: 0;
  color: #e31c3d;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-formSet02__row__body__col .c-formSet02__row__body__col__title {
    left: 0;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-formSet02__row__body__col .c-formSet02__row__body__col__title {
    left: 5px;
    font-size: 1.2rem;
  }
}

.c-formSet02__error {
  display: none;
  background: #fee;
}

@media screen and (min-width: 768px) {
  .c-formSet02__error {
    padding: 12px 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-formSet02__error {
    padding: 12px 15px;
  }
}

.c-formSet02__error.is-active {
  display: block;
}

.c-formSet02__error__item {
  position: relative;
  color: #ff533d;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-formSet02__error__item {
    padding-left: 38px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-formSet02__error__item {
    padding-left: 29px;
    font-size: 1.2rem;
  }
}

.c-formSet02__error__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icn_attention01.png) no-repeat 0 0;
}

@media screen and (min-width: 768px) {
  .c-formSet02__error__item::before {
    width: 26px;
    height: 24px;
    background-size: 26px 24px;
  }
}

@media screen and (max-width: 767px) {
  .c-formSet02__error__item::before {
    width: 20px;
    height: 19px;
    background-size: 19.5px 18.5px;
  }
}

.c-formSet02__error__item + .c-formSet02__error__item {
  margin-top: 0.5em;
}

@media screen and (min-width: 768px) {
  .c-formSet02__btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-formSet02__btn {
    margin-top: 10px;
    margin-right: 40px;
    margin-left: 40px;
  }
}

/*    c-formText01
 * ------------------------------------------------- */
.c-formText01 {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  background: #f8f8f8;
}

@media screen and (min-width: 768px) {
  .c-formText01 {
    height: 50px;
    padding: 0 30px 0 20px;
    font-size: 1.4rem;
    line-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .c-formText01 {
    height: 40px;
    padding: 0 30px 0 15px;
    font-size: 1.6rem;
    line-height: 38px;
  }
}

@media screen and (min-width: 768px) {
  .c-formText01.is-type1 {
    width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .c-formText01.is-type1 {
    width: 140px;
  }
}

.c-formText01 + span {
  margin-left: 0.5em;
}

.c-formText01.is-disabled, .c-formText01:disabled {
  background: #ccc;
}

@media screen and (max-width: 767px) {
  .c-formSet02__row__body.is-col2 .c-formText01.is-type1 {
    width: calc(100% - 2.5em);
  }
}

/*    c-formSelect01
 * ------------------------------------------------- */
@media screen and (max-width: 767px) {
  .c-formSelect01 {
    background: #f8f8f8 url(../images/icn_arw01_down.png) no-repeat right 11px center;
    background-size: 9px 6px;
  }
}

@media screen and (min-width: 768px) {
  .c-formSelect01.is-type2 {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .c-formSelect01.is-type2 {
    width: 70px;
  }
}

span + .c-formSelect01 {
  margin-left: 0.5em;
}

.c-formSelect01.is-disabled, .c-formSelect01:disabled {
  background: #ccc;
}

@media screen and (max-width: 767px) {
  .c-formSet02__row__body.is-col2 .c-formSelect01.is-type1 {
    width: calc(100% - 2.5em);
  }
}

/*    c-formCheckbox01
 * ------------------------------------------------- */
.c-formCheckbox01 {
  position: relative;
  display: block;
  width: 100%;
}

.c-formCheckbox01 input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-formCheckbox01 label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  background: #fff;
  color: #999;
  font-weight: 700;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c-formCheckbox01 label {
    border-radius: 8px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-formCheckbox01 label {
    border-radius: 4px;
    font-size: 1.2rem;
  }
}

.c-formCheckbox01 label::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border: 1px solid #dcdcdc;
  background: #f0f0f0;
}

@media screen and (min-width: 768px) {
  .c-formCheckbox01 label::before {
    left: 10px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 767px) {
  .c-formCheckbox01 label::before {
    left: 8px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 2px;
  }
}

.c-formCheckbox01 label::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .c-formCheckbox01 label::after {
    left: 14px;
    width: 7px;
    height: 4px;
    margin-top: -3px;
    border-radius: 2px;
  }
}

@media screen and (max-width: 767px) {
  .c-formCheckbox01 label::after {
    left: 11px;
    width: 6px;
    height: 3px;
    margin-top: -2px;
    border-radius: 2px;
  }
}

.c-formCheckbox01 input[type=checkbox]:checked + label {
  color: #1E8449;
}

.c-formCheckbox01 input[type=checkbox]:checked + label::before {
  background: #1E8449;
  border-color: #1E8449;
}

.c-formCheckbox01 input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/*    c-formRadio01
 * ------------------------------------------------- */
.c-formRadio01 {
  position: relative;
  display: block;
  width: 100%;
}

.c-formRadio01 input[type=radio] {
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-formRadio01 label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  background: #fff;
  color: #999;
  font-weight: 700;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c-formRadio01 label {
    border-radius: 8px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-formRadio01 label {
    border-radius: 4px;
    font-size: 1.4rem;
  }
}

.c-formRadio01 label::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border: 1px solid #dcdcdc;
  background: #f0f0f0;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .c-formRadio01 label::before {
    left: 10px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}

@media screen and (max-width: 767px) {
  .c-formRadio01 label::before {
    left: 8px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}

.c-formRadio01 label::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .c-formRadio01 label::after {
    left: 14px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
  }
}

@media screen and (max-width: 767px) {
  .c-formRadio01 label::after {
    left: 11px;
    width: 8px;
    height: 8px;
    margin-top: -3px;
  }
}

.c-formRadio01 input[type=radio]:checked + label {
  color: #1E8449;
}

.c-formRadio01 input[type=radio]:checked + label::before {
  background: #1E8449;
  border-color: #1E8449;
}

.c-formRadio01 input[type=radio]:checked + label::after {
  opacity: 1;
}

.c-formRadio01Set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 4px;
  background: #f0f0f0;
}

@media screen and (min-width: 768px) {
  .c-formRadio01Set {
    margin: 0 0 30px;
    padding: 12px 20px 20px 12px;
  }
}

@media screen and (max-width: 767px) {
  .c-formRadio01Set {
    margin: 0 -5px 15px;
    padding: 10px 15px 15px;
  }
}

@media screen and (min-width: 768px) {
  .c-formRadio01Set > li {
    width: 184px;
    margin: 8px 0 0 8px;
  }
}

@media screen and (max-width: 767px) {
  .c-formRadio01Set > li {
    width: 50%;
    padding: 10px 5px 0;
  }
}

/* ------------------------------------------------- *
 *    help
 * ------------------------------------------------- */
/*    c-help02
 * ------------------------------------------------- */
.c-help02 {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .c-help02 {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .c-help02 {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
}

.c-help02__btn {
  display: inline-block;
  background: url(../images/icn_help01.png) no-repeat 0 0;
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c-help02__btn {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .c-help02__btn {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .c-help02__btn {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-help02__btn:hover {
    opacity: 0.3;
  }
}

.c-help02__baloon {
  display: none;
  position: absolute;
  left: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .c-help02__baloon {
    bottom: 24px;
    width: 420px;
    margin-left: -200px;
    padding: 15px 20px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-help02__baloon {
    bottom: 30px;
    width: 200px;
    margin-left: calc(-100px + 10px);
    padding: 10px 15px;
    font-size: 1.2rem;
  }
}

.c-help02__baloon::before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .c-help02__baloon::before {
    bottom: -8px;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    -webkit-transform: rotate(45deg) skew(20deg, 20deg);
            transform: rotate(45deg) skew(20deg, 20deg);
  }
}

@media screen and (max-width: 767px) {
  .c-help02__baloon::before {
    bottom: -5px;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    -webkit-transform: rotate(45deg) skew(10deg, 10deg);
            transform: rotate(45deg) skew(10deg, 10deg);
  }
}

.c-help02__baloon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #fff;
}

.c-help02__baloon > * {
  position: relative;
  z-index: 3;
}

.c-help02.is-left .c-help02__baloon {
  left: auto;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .c-help02.is-left .c-help02__baloon {
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .c-help02.is-left .c-help02__baloon {
    right: -15px;
  }
}

.c-help02.is-left .c-help02__baloon::before {
  left: auto;
}

@media screen and (min-width: 768px) {
  .c-help02.is-left .c-help02__baloon::before {
    right: 21px;
  }
}

@media screen and (max-width: 767px) {
  .c-help02.is-left .c-help02__baloon::before {
    right: 16px;
  }
}

.c-help02.is-bottom .c-help02__baloon {
  bottom: auto;
}

@media screen and (min-width: 768px) {
  .c-help02.is-bottom .c-help02__baloon {
    top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .c-help02.is-bottom .c-help02__baloon {
    top: 30px;
  }
}

.c-help02.is-bottom .c-help02__baloon::before {
  bottom: auto;
}

@media screen and (min-width: 768px) {
  .c-help02.is-bottom .c-help02__baloon::before {
    top: -8px;
  }
}

@media screen and (max-width: 767px) {
  .c-help02.is-bottom .c-help02__baloon::before {
    top: -5px;
  }
}

.c-help02__baloon__close {
  position: absolute;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c-help02__baloon__close {
    top: -11px;
    right: -11px;
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .c-help02__baloon__close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
  }
}

.c-help02__baloon__close::before, .c-help02__baloon__close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  background: #fff;
}

@media screen and (min-width: 768px) {
  .c-help02__baloon__close::before, .c-help02__baloon__close::after {
    width: 10px;
    height: 1px;
  }
}

@media screen and (max-width: 767px) {
  .c-help02__baloon__close::before, .c-help02__baloon__close::after {
    width: 10px;
    height: 1px;
  }
}

.c-help02__baloon__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-help02__baloon__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 1025px) {
  .c-help02__baloon__close {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-help02__baloon__close:hover {
    opacity: 0.3;
  }
}

/* ------------------------------------------------- *
 *    link
 * ------------------------------------------------- */
/*    c-bnr01
 * ------------------------------------------------- */
.c-bnr01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .c-bnr01 {
    margin-right: -11px;
    margin-left: -11px;
  }
}

@media screen and (max-width: 767px) {
  .c-bnr01 {
    margin-right: -7px;
    margin-left: -8px;
  }
}

@media screen and (min-width: 768px) {
  .c-bnr01__item {
    width: 33.33%;
    margin-bottom: 22px;
    padding: 0 11px;
  }
}

@media screen and (max-width: 767px) {
  .c-bnr01__item {
    width: 50%;
    margin-bottom: 15px;
    padding: 0 7px 0 8px;
  }
}

.c-bnr01__item a {
  display: block;
}

@media screen and (min-width: 768px) {
.c-bnr01__item img {
  width: 291px;
  height: 219px;
}
}

@media screen and (max-width: 767px) {
  .c-bnr01__item img {
    width: 157px;
    height: 118px;
  }
  }

@media screen and (min-width: 1025px) {
  .c-bnr01__item {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-bnr01__item:hover {
    opacity: 0.3;
  }
}

.c-loader {
  margin: 50px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
          animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0) scale(0.5);
          transform: translateZ(0) scale(0.5);
}

@-webkit-keyframes load5 {
  0%,
  100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #666, 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.5), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.7);
            box-shadow: 0em -2.6em 0em 0em #666, 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.5), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.7), 1.8em -1.8em 0 0em #666, 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.7), 1.8em -1.8em 0 0em #666, 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.5), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.7), 2.5em 0em 0 0em #666, 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.5), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.7), 2.5em 0em 0 0em #666, 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.5), 2.5em 0em 0 0em rgba(102, 102, 102, 0.7), 1.75em 1.75em 0 0em #666, 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.5), 2.5em 0em 0 0em rgba(102, 102, 102, 0.7), 1.75em 1.75em 0 0em #666, 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.5), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.7), 0em 2.5em 0 0em #666, -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.5), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.7), 0em 2.5em 0 0em #666, -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.5), 0em 2.5em 0 0em rgba(102, 102, 102, 0.7), -1.8em 1.8em 0 0em #666, -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.5), 0em 2.5em 0 0em rgba(102, 102, 102, 0.7), -1.8em 1.8em 0 0em #666, -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.5), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.7), -2.6em 0em 0 0em #666, -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.5), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.7), -2.6em 0em 0 0em #666, -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.5), -2.6em 0em 0 0em rgba(102, 102, 102, 0.7), -1.8em -1.8em 0 0em #666;
            box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.5), -2.6em 0em 0 0em rgba(102, 102, 102, 0.7), -1.8em -1.8em 0 0em #666;
  }
}

@keyframes load5 {
  0%,
  100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #666, 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.5), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.7);
            box-shadow: 0em -2.6em 0em 0em #666, 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.5), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.7), 1.8em -1.8em 0 0em #666, 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.7), 1.8em -1.8em 0 0em #666, 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.5), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.7), 2.5em 0em 0 0em #666, 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.5), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.7), 2.5em 0em 0 0em #666, 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.5), 2.5em 0em 0 0em rgba(102, 102, 102, 0.7), 1.75em 1.75em 0 0em #666, 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.5), 2.5em 0em 0 0em rgba(102, 102, 102, 0.7), 1.75em 1.75em 0 0em #666, 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.5), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.7), 0em 2.5em 0 0em #666, -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.5), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.7), 0em 2.5em 0 0em #666, -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.2), -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.5), 0em 2.5em 0 0em rgba(102, 102, 102, 0.7), -1.8em 1.8em 0 0em #666, -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.5), 0em 2.5em 0 0em rgba(102, 102, 102, 0.7), -1.8em 1.8em 0 0em #666, -2.6em 0em 0 0em rgba(102, 102, 102, 0.2), -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.5), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.7), -2.6em 0em 0 0em #666, -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.5), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.7), -2.6em 0em 0 0em #666, -1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.5), -2.6em 0em 0 0em rgba(102, 102, 102, 0.7), -1.8em -1.8em 0 0em #666;
            box-shadow: 0em -2.6em 0em 0em rgba(102, 102, 102, 0.2), 1.8em -1.8em 0 0em rgba(102, 102, 102, 0.2), 2.5em 0em 0 0em rgba(102, 102, 102, 0.2), 1.75em 1.75em 0 0em rgba(102, 102, 102, 0.2), 0em 2.5em 0 0em rgba(102, 102, 102, 0.2), -1.8em 1.8em 0 0em rgba(102, 102, 102, 0.5), -2.6em 0em 0 0em rgba(102, 102, 102, 0.7), -1.8em -1.8em 0 0em #666;
  }
}

/* ------------------------------------------------- *
 *    main
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .l-main.is-1col {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .l-main.is-1col {
    border-top: 1px solid #dcdcdc;
  }
}

/* ------------------------------------------------- *
 *    marquee
 * ------------------------------------------------- */
/*    c-marquee01
 * ------------------------------------------------- */
.c-marquee01 {
  background: #f0f0f0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-marquee01 {
    margin-bottom: 15px;
    padding: 10px 0 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-marquee01 {
    padding: 3px 0;
  }
}

.c-marquee01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .c-marquee01__list__item {
    width: 80px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-marquee01__list__item {
    width: 80px;
    margin-right: 5px;
  }
}

.c-marquee01__list__item__image {
  overflow: hidden;
  position: relative;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .c-marquee01__list__item__image {
    width: 80px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-marquee01__list__item__image {
    width: 80px;
    height: 40px;
  }
}

.c-marquee01__list__item__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .c-marquee01__list__item__image + .c-marquee01__list__item__image {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-marquee01__list__item__image + .c-marquee01__list__item__image {
    margin-top: 5px;
  }
}

.js-logo {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .js-logo {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .js-logo {
    height: 40px;
  }
}

.js-logo .js-logoWrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ------------------------------------------------- *
 *    media
 * ------------------------------------------------- */
/*    c-media03
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-media03 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .c-media03 {
    margin-bottom: 20px;
  }
}

.c-media03 img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------- *
 *    modal
 * ------------------------------------------------- */
/*    c-modal
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-modal.js-modalJson {
    width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .c-modal.js-modalJson {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .c-modal .c-ranking__rate__text {
    padding: 0 10px;
  }
}

/* ------------------------------------------------- *
 *    nav
 * ------------------------------------------------- */
/*    c-localnav__ranking
 * ------------------------------------------------- */
.c-localnav__ranking {
  position: relative;
  margin-top: 20px;
  border: 1px solid #ccc;
}

.c-localnav__ranking__inner {
  overflow: hidden;
  display: block;
  padding: 14px 14px 19px;
}

.c-localnav__ranking:nth-of-type(odd) .c-localnav__ranking__inner {
  background: #fafafa;
}

.c-localnav__ranking:nth-of-type(even) .c-localnav__ranking__inner {
  background: #fff;
}

.c-localnav__ranking:nth-of-type(1) .c-localnav__ranking__inner {
  background: #fff8e3;
}

.c-localnav__ranking:nth-of-type(2) .c-localnav__ranking__inner {
  background: #ebebeb;
}

.c-localnav__ranking:nth-of-type(3) .c-localnav__ranking__inner {
  background: #fbf3f1;
}

.c-localnav__ranking__rank {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #e7e7e7 0%, #e7e7e7 50%, #dcdcdc 50%, #dcdcdc 100%);
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-family: "Anton", cursive;
}

.c-localnav__ranking:nth-of-type(1) .c-localnav__ranking__rank,
.c-localnav__ranking:nth-of-type(2) .c-localnav__ranking__rank,
.c-localnav__ranking:nth-of-type(3) .c-localnav__ranking__rank {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.c-localnav__ranking:nth-of-type(1) .c-localnav__ranking__rank {
  background: linear-gradient(135deg, #d6b457 0%, #d6b457 50%, #cca12d 50%, #cca12d 100%);
}

.c-localnav__ranking:nth-of-type(2) .c-localnav__ranking__rank {
  background: linear-gradient(135deg, #b2b2b2 0%, #b2b2b2 50%, #9f9f9f 50%, #9f9f9f 100%);
}

.c-localnav__ranking:nth-of-type(3) .c-localnav__ranking__rank {
  background: linear-gradient(135deg, #b2897f 0%, #b2897f 50%, #9f6b5f 50%, #9f6b5f 100%);
}

.c-localnav__ranking__rank > span {
  display: inline-block;
  margin-top: 2px;
  margin-left: 1px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, " 游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.c-localnav__ranking__recomend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -5px;
  margin-right: -7px;
  margin-bottom: 10px;
}

.c-localnav__ranking__point {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 136px;
          flex: 0 0 136px;
  width: 136px;
  font-size: 1.2rem;
  line-height: 1.33;
}

.c-localnav__ranking__recommendrank {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 69px;
          flex: 0 0 69px;
  width: 69px;
}

.c-localnav__ranking__recommendrank img {
  width: 100%;
  height: auto;
}

.c-localnav__ranking__image {
  overflow: hidden;
  position: relative;
  width: 210px;
  height: 80px;
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.c-localnav__ranking__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
}

.c-localnav__ranking__name {
  display: block;
  margin-bottom: 3px;
  color: #1E8449;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.c-localnav__ranking__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 36px;
  margin-bottom: 10px;
  border: 1px solid #1E8449;
  background: #fff;
}

.c-localnav__ranking__rate__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 89px;
  background: #1E8449;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.c-localnav__ranking__rate__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #1E8449;
  font-size: 2rem;
  font-weight: 700;
}

.c-localnav__ranking__rate__text .is-small {
  display: inline-block;
  margin-top: 3px;
  font-size: 1.4rem;
}

.c-localnav__ranking__product {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.2rem;
}

.c-localnav__ranking__table {
  border-top: 1px solid #ccc;
  margin-top: 15px;
}

.c-localnav__ranking__table + .c-localnav__ranking__table {
  display: none;
  margin-top: 0;
  border-top: none;
}

.c-localnav__ranking__table__list {
  font-size: 1.4rem;
}

.c-localnav__ranking__table__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.c-localnav__ranking__table__list > li > span {
  padding: 5px;
  color: #666;
  text-align: center;
}

.c-localnav__ranking__table__list > li > span:first-child {
  width: 90px;
  border-left: 1px solid #ccc;
  background: #f0f0f0;
  font-weight: 700;
}

.c-localnav__ranking__table__list > li > span:last-child {
  width: 120px;
  border-right: 1px solid #ccc;
  background: #fff;
}

.c-localnav__ranking__table__more {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 1.2rem;
}

.c-localnav__ranking__table__more span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  cursor: pointer;
}

.c-localnav__ranking__table__more span::before {
  content: '全て表示する';
}

.c-localnav__ranking__table__more span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  display: block;
  width: 6px;
  height: 9px;
  margin: auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url("../images/sprite.png");
  background-size: 3375% 1922.22222%;
  background-position: 95.6743% 89.93902%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-localnav__ranking__table__more.is-active span {
  position: relative;
  z-index: 9;
  display: inline-block;
}

.c-localnav__ranking__table__more.is-active span::before {
  content: '少なく見る';
}

.c-localnav__ranking__table__more.is-active span::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (min-width: 1025px) {
  .c-localnav__ranking__table__more span {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-localnav__ranking__table__more span:hover {
    opacity: 0.3;
  }
}

.c-localnav__ranking__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 153px;
  height: 40px;
  margin: 0 auto;
  border-radius: 20px;
  background: #ff533d;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (min-width: 1025px) {
  .c-localnav__ranking__btn {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
  }
}

.c-localnav__ranking__btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 6px;
  height: 9px;
  margin: auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url("../images/sprite.png");
  background-size: 3375% 1922.22222%;
  background-position: 91.3486% 96.95122%;
}

@media screen and (min-width: 1025px) {
  .c-localnav__ranking__btn:hover {
    background: #000;
    color: #fff;
  }
}

.c-localnav__ranking__more, .c-localnav__simulation__more {
  margin-top: 20px;
  text-align: center;
}

.c-localnav__ranking__more button, .c-localnav__simulation__more button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
  border: none;
  background-color: transparent;
  font-size: 1.2rem;
}

.c-localnav__ranking__more button::after, .c-localnav__simulation__more button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  display: block;
  width: 6px;
  height: 9px;
  margin: auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url("../images/sprite.png");
  background-size: 3375% 1922.22222%;
  background-position: 95.6743% 89.93902%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 1025px) {
  .c-localnav__ranking__more button, .c-localnav__simulation__more button {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-localnav__ranking__more button:hover, .c-localnav__simulation__more button:hover {
    opacity: 0.3;
  }
}

/*    c-localnav__simulation
 * ------------------------------------------------- */
.c-localnav__simulationlist {
  margin-top: 20px;
}

.c-localnav__simulation {
  position: relative;
  border: 1px solid #ccc;
}

.c-localnav__simulation + .c-localnav__simulation {
  border-top: none;
}

.c-localnav__simulation__inner {
  overflow: hidden;
  display: block;
  padding: 10px 20px 10px 10px;
}

.c-localnav__simulation:nth-of-type(odd) .c-localnav__simulation__inner {
  background: #fafafa;
}

.c-localnav__simulation:nth-of-type(even) .c-localnav__simulation__inner {
  background: #fff;
}

.c-localnav__simulation:nth-of-type(1) .c-localnav__simulation__inner {
  background: #fff8e3;
}

.c-localnav__simulation:nth-of-type(2) .c-localnav__simulation__inner {
  background: #ebebeb;
}

.c-localnav__simulation:nth-of-type(3) .c-localnav__simulation__inner {
  background: #fbf3f1;
}

button.c-localnav__simulation__inner {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  text-align: left;
}

@media screen and (min-width: 1025px) {
  button.c-localnav__simulation__inner {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  button.c-localnav__simulation__inner:hover {
    opacity: 0.3;
  }
}

.c-localnav__simulation__rank {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  margin: auto;
  background: linear-gradient(135deg, #e7e7e7 0%, #e7e7e7 50%, #dcdcdc 50%, #dcdcdc 100%);
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-family: "Anton", cursive;
}

.c-localnav__simulation:nth-of-type(1) .c-localnav__simulation__rank,
.c-localnav__simulation:nth-of-type(2) .c-localnav__simulation__rank,
.c-localnav__simulation:nth-of-type(3) .c-localnav__simulation__rank {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.c-localnav__simulation:nth-of-type(1) .c-localnav__simulation__rank {
  background: linear-gradient(135deg, #d6b457 0%, #d6b457 50%, #cca12d 50%, #cca12d 100%);
}

.c-localnav__simulation:nth-of-type(2) .c-localnav__simulation__rank {
  background: linear-gradient(135deg, #b2b2b2 0%, #b2b2b2 50%, #9f9f9f 50%, #9f9f9f 100%);
}

.c-localnav__simulation:nth-of-type(3) .c-localnav__simulation__rank {
  background: linear-gradient(135deg, #b2897f 0%, #b2897f 50%, #9f6b5f 50%, #9f6b5f 100%);
}

.c-localnav__simulation__rank > span {
  display: inline-block;
  margin-top: 2px;
  margin-left: 1px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, " 游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.c-localnav__simulation__list {
  padding: 0 0 5px 49px;
  font-size: 1.4rem;
}

.c-localnav__simulation__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-localnav__simulation__list__item > span:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
}

.c-localnav__simulation__list__item > span:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  width: 90px;
  text-align: right;
}

.c-localnav__simulation__list__item > span .is-num {
  font-size: 1.8rem;
  font-weight: 700;
}

/* ------------------------------------------------- *
 *    section
 * ------------------------------------------------- */
/*    c-section02
 * ------------------------------------------------- */
.c-section02 {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .c-section02 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .c-section02 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .c-section03 + .c-section02 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .c-section03 + .c-section02 {
    margin-top: 30px;
  }
}

/*    c-section03
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-section03 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 60px;
    background: #f0f0f0;
  }
}

@media screen and (max-width: 767px) {
  .c-section03 {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    background: #ececec;
  }
}

@media screen and (min-width: 768px) {
  .c-section03::before, .c-section03::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: calc(50vw - 600px);
    height: 100%;
    background: #f0f0f0;
  }
}

@media screen and (min-width: 768px) {
  .c-section03::before {
    left: calc(-50vw + 600px);
  }
}

@media screen and (min-width: 768px) {
  .c-section03::after {
    right: calc(-50vw + 600px);
  }
}

/* ------------------------------------------------- *
 *    simulation
 * ------------------------------------------------- */
/*    c-requirement01
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-requirement01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 29px;
  }
}

@media screen and (min-width: 768px) {
  .c-requirement01__head {
    width: 820px;
  }
}

.c-requirement01__title {
  padding-left: 30px;
  color: #666;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-requirement01__title {
    margin-bottom: 15px;
    background: url(../images/icn_calc02g.png) no-repeat 0 50%;
    background-size: 16px 21px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-requirement01__title {
    margin: 0 -15px;
    padding: 10px 15px 10px 35px;
    background: #e6e6e6 url(../images/icn_calc02g.png) no-repeat 15px 50%;
    background-size: 12px 15.5px;
    font-size: 1.4rem;
  }
}

.c-requirement01__title__date {
  color: #666;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .c-requirement01__title__date {
    margin-left: 1em;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-requirement01__title__date {
    display: block;
    font-size: 1.3rem;
  }
}

.c-requirement01__title__date span {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-requirement01__title__date span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-requirement01__title__date span {
    font-size: 1.3rem;
  }
}

.c-requirement01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #666;
}

@media screen and (min-width: 768px) {
  .c-requirement01__list {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 767px) {
  .c-requirement01__list {
    margin: 10px -7px -7px -8px;
  }
}

@media screen and (min-width: 768px) {
  .c-requirement01__list > li {
    width: 260px;
    margin: 0 10px 10px;
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
  }
}

@media screen and (max-width: 767px) {
  .c-requirement01__list > li {
    position: relative;
    width: 50%;
    margin: 0 0 5px;
    padding: 7px 7px 7px 8px;
  }
}

@media screen and (max-width: 767px) {
  .c-requirement01__list > li.is-wide {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-requirement01__list > li.is-nobrd {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .c-requirement01__list > li::after {
    content: "";
    position: absolute;
    left: 8px;
    bottom: 0;
    display: block;
    width: calc(100% - 15px);
    height: 1px;
    background: #dcdcdc;
  }
}

.c-requirement01__list > li .is-title {
  margin-right: 0.25em;
}

@media screen and (min-width: 768px) {
  .c-requirement01__list > li .is-title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-requirement01__list > li .is-title {
    font-size: 1.3rem;
    /*font-size: 1.1rem;*/
  }
}

.c-requirement01__list > li .is-text {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-requirement01__list > li .is-text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-requirement01__list > li .is-text {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .c-requirement01__btn {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .c-requirement01__btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-requirement01__btn__item {
    margin-right: 25px;
    margin-left: 25px;
  }
}

.c-requirement01__btn__item + .c-requirement01__btn__item {
  margin-top: 10px;
}

.c-requirement01__btn__item.is-help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .c-requirement01__btn__item.is-help .c-btn--requirement {
    width: 275px;
  }
}

.c-requirement01__btn__item.is-text {
  color: #666;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c-requirement01__btn__item.is-text {
    margin-right: 0;
    margin-left: 0;
  }
}

.c-requirement01__btn__item.is-text .is-title {
  margin-right: 0.25em;
}

@media screen and (min-width: 768px) {
  .c-requirement01__btn__item.is-text .is-title {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-requirement01__btn__item.is-text .is-title {
    font-size: 1.3rem;
  }
}

.c-requirement01__btn__item.is-text .is-text {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-requirement01__btn__item.is-text .is-text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-requirement01__btn__item.is-text .is-text {
    font-size: 1.4rem;
  }
}

/*    c-refined01
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-refined01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-refined01 {
    margin-right: -15px;
    margin-left: -15px;
    background: #f0f0f0;
  }
}

.c-refined01__title {
  color: #666;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-refined01__title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-refined01__title {
    position: relative;
    padding: 10px 15px;
    background: #e6e6e6;
    font-size: 1.4rem;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .c-refined01__title::before, .c-refined01__title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 1px;
    margin: auto;
    background: #000;
  }
}

@media screen and (max-width: 767px) {
  .c-refined01__title::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .c-refined01__title.is-active::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-refined01__body {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.c-refined01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .c-refined01__list {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .c-refined01__list {
    margin: 0 -5px 15px;
  }
}

@media screen and (min-width: 768px) {
  .c-refined01__list > li {
    width: 204px;
  }
}

@media screen and (max-width: 767px) {
  .c-refined01__list > li {
    width: 50%;
    padding: 10px 5px 0;
  }
}

@media screen and (min-width: 768px) {
  .c-refined01__list > li + li {
    margin-left: 8px;
  }
}

.c-refined01__checkbox {
  position: relative;
  display: block;
  width: 100%;
}

.c-refined01__checkbox input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-refined01__checkbox label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  background: #fff;
  color: #999;
  font-weight: 700;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c-refined01__checkbox label {
    border-radius: 8px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-refined01__checkbox label {
    border-radius: 4px;
    font-size: 1.2rem;
  }
}

.c-refined01__checkbox label::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border: 1px solid #dcdcdc;
  background: #f0f0f0;
}

@media screen and (min-width: 768px) {
  .c-refined01__checkbox label::before {
    left: 10px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 767px) {
  .c-refined01__checkbox label::before {
    left: 8px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 2px;
  }
}

.c-refined01__checkbox label::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .c-refined01__checkbox label::after {
    left: 14px;
    width: 7px;
    height: 4px;
    margin-top: -3px;
    border-radius: 2px;
  }
}

@media screen and (max-width: 767px) {
  .c-refined01__checkbox label::after {
    left: 11px;
    width: 6px;
    height: 3px;
    margin-top: -2px;
    border-radius: 2px;
  }
}

.c-refined01__checkbox input[type=checkbox]:checked + label {
  color: #1E8449;
}

.c-refined01__checkbox input[type=checkbox]:checked + label::before {
  background: #1E8449;
  border-color: #1E8449;
}

.c-refined01__checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.c-refined01__radio {
  position: relative;
  display: block;
  width: 100%;
}

.c-refined01__radio input[type=radio] {
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-refined01__radio label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  background: #fff;
  color: #999;
  font-weight: 700;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c-refined01__radio label {
    border-radius: 8px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-refined01__radio label {
    border-radius: 4px;
    font-size: 1.4rem;
  }
}

.c-refined01__radio label::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border: 1px solid #dcdcdc;
  background: #f0f0f0;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .c-refined01__radio label::before {
    left: 10px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}

@media screen and (max-width: 767px) {
  .c-refined01__radio label::before {
    left: 8px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}

.c-refined01__radio label::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .c-refined01__radio label::after {
    left: 14px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
  }
}

@media screen and (max-width: 767px) {
  .c-refined01__radio label::after {
    left: 11px;
    width: 8px;
    height: 8px;
    margin-top: -3px;
  }
}

.c-refined01__radio input[type=radio]:checked + label {
  color: #1E8449;
}

.c-refined01__radio input[type=radio]:checked + label::before {
  background: #1E8449;
  border-color: #1E8449;
}

.c-refined01__radio input[type=radio]:checked + label::after {
  opacity: 1;
}

.c-refined01__select {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}

.c-refined01__select__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  background: #fff;
  color: #1E8449;
  font-weight: 700;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .c-refined01__select__label {
    border-radius: 8px;
    font-size: 1.4rem;
    background: #fff url(../images/icn_arw01_down.png) no-repeat right 9px center;
    background-size: 12px 8px;
  }
}

@media screen and (max-width: 767px) {
  .c-refined01__select__label {
    border-radius: 4px;
    font-size: 1.2rem;
    background: #fff url(../images/icn_arw01_down.png) no-repeat right 15px center;
    background-size: 6px 5px;
  }
}

.c-refined01__select.is-disabled .c-refined01__select__label {
  color: #999;
}

.c-refined01__select__select {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c-refined01__select__select {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-refined01__select__select {
    font-size: 1.6rem;
  }
}

.c-refined01__select__select::-ms-expand {
  display: none;
}

.c-refined01__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c-refined01__btn {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-refined01__btn {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .c-refined01__btn {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-refined01__btn:hover {
    opacity: 0.3;
  }
}

.c-refined01__btn__icon {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  border-radius: 50%;
  background: #1E8449;
}

.c-refined01__btn__icon::before, .c-refined01__btn__icon::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #fff;
}

.c-refined01__btn__icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .c-refined01__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 20px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-refined01__text {
    padding-left: 1em;
    padding-bottom: 20px;
    font-size: 1.2rem;
    text-indent: -1em;
  }
}

/*    c-sort01
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-sort01-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 2px solid #dcdcdc;
  }
}

@media screen and (max-width: 767px) {
  .c-sort01-wrap {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .c-sort01-wrap + .c-notes {
    margin-top: -30px;
    color: #666;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .c-sort01-lead {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sort01-lead {
    font-size: 1.4rem;
  }
}

.c-sort01-lead .is-bold {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-sort01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-sort01__title {
  color: #666;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-sort01__title {
    margin-bottom: 15px;
  }
}

.c-sort01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .c-sort01__list {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sort01__list {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}

.c-sort01__list > li::before {
  content: "|";
  color: #666;
}

@media screen and (min-width: 768px) {
  .c-sort01__list > li::before {
    padding-right: 1em;
    padding-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .c-sort01__list > li::before {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .c-sort01__list > li:first-child::before {
    padding-left: 0;
  }
}

.c-sort01__list > li:last-child::after {
  content: "|";
  padding-left: 1em;
  color: #666;
}

@media screen and (min-width: 768px) {
  .c-sort01__list > li:last-child::after {
    padding-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .c-sort01__list > li:last-child::after {
    padding-left: 0.5em;
  }
}

/*.c-sort01__list > li > span {*/
.c-sort01__list > li > a > span {
  color: #0078c8;
  text-decoration: underline;
  cursor: pointer;
}

/*.c-sort01__list > li > span.is-current {*/
.c-sort01__list > li > a > span.is-current {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  /*.c-sort01__list > li > span {*/
  .c-sort01__list > li > a > span {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  /*.c-sort01__list > li > span:hover {*/
  .c-sort01__list > li > a > span:hover {
    opacity: 0.3;
  }
  /*.c-sort01__list > li > span.is-current:hover {*/
  .c-sort01__list > li > a > span.is-current:hover {
    opacity: 1;
  }
}

/*    c-sim01
 * ------------------------------------------------- */
@media screen and (max-width: 767px) {
  .c-sim01-load {
    margin: 30px 25px 0;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01-load__btn {
    border: 1px solid #dcdcdc;
    background: #f0f0f0;
    color: #999;
    font-weight: 700;
    width: 100%;
    height: 35px;
    font-size: 1.1rem;
  }
}

.c-sim01 {
  position: relative;
  margin-top: 20px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .c-sim01:nth-child(odd) {
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01:nth-child(even) {
    background: #f5fff5;
  }
}

.c-sim01__lead {
  border-radius: 10px 10px 0 0;
  background: #1e8449;
}

@media screen and (min-width: 768px) {
  .c-sim01__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__lead {
    padding: 5px 15px 10px;
  }
}

.c-sim01__lead .is-main {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-sim01__lead .is-main {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__lead .is-main {
    display: block;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__lead .is-main + .is-sub {
    margin-left: 1em;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__lead .is-gain,
  .c-sim01__lead .is-loss {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__lead .is-gain,
  .c-sim01__lead .is-loss {
    font-size: 1.6rem;
  }
}

.c-sim01__lead .is-gain {
  color: #ff533d;
}

.c-sim01__lead .is-loss {
  color: #4378e3;
}

@media screen and (min-width: 768px) {
  .c-sim01__lead .is-sub {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__lead .is-sub {
    display: block;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__body {
    position: relative;
    padding: 15px 15px 20px;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__num {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__num {
    position: absolute;
    top: 5px;
    left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25px;
    height: 25px;
    background: #1e8449;
    border-radius: 50%;
    font-family: "Anton", cursive;
    font-size: 1.2rem;
    z-index: 2;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__unit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__unit.is-type1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    width: 90px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    background: #f8f8f6;
    border-radius: 10px 0 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__lead + .c-sim01__body .c-sim01__unit.is-type1 {
    border-radius: 0 0 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__unit.is-type2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__unit.is-type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -2px;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__unit.is-type3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__unit.is-type4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__unit.is-type5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    width: 160px;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__unit + .c-sim01__unit {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__unit + .c-sim01__unit {
    margin-top: 15px;
  }
}

.c-sim01__unit + .c-sim01__unit.is-type2 {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .c-sim01__unit + .c-sim01__unit.is-type3 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__unit__col {
    width: 33.33%;
    padding: 5px 2px 0 3px;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__unit.is-type4 .c-sim01__unit__col {
    padding: 3px 0 5px;
    border-bottom: 1px solid #dcdcdc;
    text-align: right;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .result-form .c-sim01__unit.is-type4 .c-sim01__unit__col {
    white-space: nowrap;
  }
  .c-sim01__unit.is-type4.repayment-expense .c-sim01__unit__col {
      width: 120px;
  }
  .c-sim01__unit.is-type4.group-life-insurance  {
      margin-left: 40px;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__unit.is-type4 .c-sim01__unit__col + .c-sim01__unit__col {
    margin-top: 15px;
  }
}

.c-sim01__unit__col .is-bold {
  color: #ff533d;
}

@media screen and (max-width: 767px) {
  .c-sim01__unit__col__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 70px;
    padding: 0 5px;
    background: #f0f0f0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__unit__col__inner .is-main {
    font-weight: 700;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__unit__col__inner .is-sub {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__unit.is-type2 .c-sim01__unit__col:first-child .c-sim01__unit__col__inner {
    background: #f0f0f0;
  }
}

.c-sim01__recommendrank {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-sim01__recommendrank {
    width: 70px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__recommendrank {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__recommendrank.is-active {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__recommendrank.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__recommendrank__image {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__recommendrank__image {
    width: 70px;
  }
}

.c-sim01__recommendrank__image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .c-sim01__recommendrank__text {
    margin-bottom: 5px;
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__recommendrank__text {
    width: calc(100% - 70px);
    padding-left: 12px;
    font-size: 1.4rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__recommendrank__text a,
  .c-sim01__recommendrank__text span {
    position: relative;
    display: block;
    padding-left: 10px;
    color: #0078c8;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__recommendrank__text a::after,
  .c-sim01__recommendrank__text span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 6px;
    height: 9px;
    margin: auto;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("../images/sprite.png");
    background-size: 3375% 1922.22222%;
    background-position: 100% 89.93902%;
  }
}

.c-sim01__recommendrank__btn {
  background: #1e8449;
  color: #000;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-sim01__recommendrank__btn {
    width: 70px;
    height: 30px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__recommendrank__btn {
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
  }
}

.c-sim01__recommendrank__btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url("../images/sprite.png");
  background-size: 3375% 1922.22222%;
  background-position: 95.6743% 89.93902%;
}

@media screen and (min-width: 768px) {
  .c-sim01__recommendrank__btn::after {
    right: 9px;
    width: 6px;
    height: 9px;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__recommendrank__btn::after {
    right: 12px;
    width: 6px;
    height: 9px;
  }
}

@media screen and (min-width: 1025px) {
  .c-sim01__recommendrank__btn {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .c-sim01__recommendrank__btn:hover {
    background: #000;
    color: #fff;
  }
  .c-sim01__recommendrank__btn:hover::after {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("../images/sprite.png");
    background-size: 3375% 1922.22222%;
    background-position: 91.3486% 96.95122%;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__rank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-sim01__rank__text {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-sim01__rank__text {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background: #f0f0f0;
    text-align: center;
    font-size: 2rem;
    line-height: 70px;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__rank__text .is-num {
    font-size: 2.6rem;
  }
}

.c-sim01__rank__image, .c-sim01__product__image {
  overflow: hidden;
  position: relative;
  border: 1px solid #dcdcdc;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .c-sim01__rank__image, .c-sim01__product__image {
    width: 150px;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__rank__image, .c-sim01__product__image {
    width: 120px;
    height: 60px;
  }
}

.c-sim01__rank__image img, .c-sim01__product__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
}

.c-sim01__product {
  color: #0078c8;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .c-sim01__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1025px) {
  .c-sim01__product:hover {
    text-decoration: none;
  }
}

.c-sim01__product__brand {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-sim01__product__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__product__brand {
    display: block;
    padding-left: 15px;
    font-size: 1.4rem;
  }
}

.c-sim01__product__brand__image {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #dcdcdc;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .c-sim01__product__brand__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    width: 120px;
    height: 60px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__product__brand__image {
    width: 120px;
    height: 60px;
  }
}

.c-sim01__product__brand__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .c-sim01__product__name {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__product__name {
    width: 100%;
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: center;
  }
}

.c-sim01__product__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}

@media screen and (max-width: 767px) {
  .c-sim01__cv {
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__cv__text {
    margin-bottom: 5px;
    color: #666;
    text-align: center;
    font-size: 1.1rem;
  }
}

.c-sim01__cv__btn {
  background: #1e8449;
  color: #000;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-sim01__cv__btn {
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__cv__btn {
    width: 100%;
    height: 35px;
    font-size: 1.4rem;
  }
}

.c-sim01__cv__btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url("../images/sprite.png");
  background-size: 3375% 1922.22222%;
  background-position: 95.6743% 89.93902%;
}

@media screen and (min-width: 768px) {
  .c-sim01__cv__btn::after {
    right: 9px;
    width: 6px;
    height: 9px;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__cv__btn::after {
    right: 9px;
    width: 6px;
    height: 9px;
  }
}

@media screen and (min-width: 1025px) {
  .c-sim01__cv__btn {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .c-sim01__cv__btn:hover {
    background: #000;
    color: #fff;
  }
  .c-sim01__cv__btn:hover::after {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("../images/sprite.png");
    background-size: 3375% 1922.22222%;
    background-position: 91.3486% 96.95122%;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01__cv__btn + .c-sim01__cv__btn {
    margin-top: 10px;
  }
}

.c-sim01__cv__btn.is-type1 {
  background: #ff533d;
  color: #fff;
}

.c-sim01__cv__btn.is-type1::after {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url("../images/sprite.png");
  background-size: 3375% 1922.22222%;
  background-position: 91.3486% 96.95122%;
}

@media screen and (min-width: 1025px) {
  .c-sim01__cv__btn.is-type1:hover {
    background: #000;
    color: #fff;
  }
  .c-sim01__cv__btn.is-type1:hover::after {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("../images/sprite.png");
    background-size: 3375% 1922.22222%;
    background-position: 91.3486% 96.95122%;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01__btnText {
    color: #ff533d;
    margin: 0 0 5px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
  }
}

.c-sim01.is-ex {
  border: 1px solid #dcdcdc;
  margin-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 768px) {
  .c-sim01.is-ex .c-sim01__body {
    position: relative;
    height: 90px;
    border-radius: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fafafa;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01.is-ex .c-sim01__unit {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.c-sim01.is-ex .c-sim01__unit.is-type1 {
  background: transparent;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .c-sim01.is-ex .c-sim01__unit.is-type3 .c-sim01__unit__col {
    font-size: 1.4rem;
  }
}

.c-sim01.is-ex .c-sim01__unit + .c-sim01__unit.is-type2 {
  margin-top: 0;
}

.c-sim01.is-ex .c-sim01__unit + .c-sim01__unit.is-type3 {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .c-sim01.is-ex .c-sim01__unit.is-type4 .c-sim01__unit__col {
    border-bottom: none;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01.is-ex .c-sim01__unit.is-type4 .c-sim01__unit__col + .c-sim01__unit__col {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01.is-ex .c-sim01__unit__col {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .c-sim01.is-ex .c-sim01__unit__col + .c-sim01__unit__col {
    margin-top: 0;
    border-top: 1px solid #ccc;
  }
}

.c-sim01.is-ex .c-help02 {
  position: absolute;
  margin-left: 2px;
}

@media screen and (min-width: 768px) {
  .c-sim01.is-ex .c-help02__baloon {
    font-size: 1.2rem;
  }
}

.c-sim01.is-ex.is-fixed {
  position: fixed;
  top: 76px;
  left: 50%;
  z-index: 9;
  width: 1200px;
  margin-left: -600px;
}

.c-sim01.is-ex.is-fixed::before {
  content: "";
  position: fixed;
  top: 76px;
  left: 0;
  display: block;
  width: 100%;
  height: 112px;
  background: rgba(0, 0, 0, 0.5);
}

.c-sim01.is-ex.is-fixed .c-sim01__unit__col .is-bold + .c-help02 .c-help02__baloon {
  bottom: auto;
}

@media screen and (min-width: 768px) {
  .c-sim01.is-ex.is-fixed .c-sim01__unit__col .is-bold + .c-help02 .c-help02__baloon {
    top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01.is-ex.is-fixed .c-sim01__unit__col .is-bold + .c-help02 .c-help02__baloon {
    top: 30px;
  }
}

.c-sim01.is-ex.is-fixed .c-sim01__unit__col .is-bold + .c-help02 .c-help02__baloon::before {
  bottom: auto;
}

@media screen and (min-width: 768px) {
  .c-sim01.is-ex.is-fixed .c-sim01__unit__col .is-bold + .c-help02 .c-help02__baloon::before {
    top: -8px;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01.is-ex.is-fixed .c-sim01__unit__col .is-bold + .c-help02 .c-help02__baloon::before {
    top: -5px;
  }
}

.c-sim01.is-ex.is-fixed + .c-sim01-wrap {
  padding-top: 92px;
}

.c-sim01-noitem {
  border-radius: 10px;
  background: #fee;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-sim01-noitem {
    margin-top: 60px;
    padding: 40px 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01-noitem {
    margin-top: 30px;
    padding: 40px 15px;
  }
}

.c-sim01-noitem p {
  position: relative;
  display: inline-block;
  color: #ff533d;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-sim01-noitem p {
    padding-left: 38px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01-noitem p {
    padding-left: 29px;
    font-size: 1.8rem;
  }
}

.c-sim01-noitem p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/icn_attention01.png) no-repeat 0 0;
}

@media screen and (min-width: 768px) {
  .c-sim01-noitem p::before {
    width: 26px;
    height: 24px;
    background-size: 26px 24px;
  }
}

@media screen and (max-width: 767px) {
  .c-sim01-noitem p::before {
    width: 20px;
    height: 19px;
    background-size: 19.5px 18.5px;
  }
}

/*    c-pager01
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-pager01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 40px 0 0;
    font-size: 1.4rem;
  }
}

.c-pager01 a {
  color: #0078c8;
}

@media screen and (min-width: 1025px) {
  .c-pager01 a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-pager01 a:hover {
    opacity: 0.3;
  }
}

@media screen and (min-width: 768px) {
  .c-pager01__arw.is-prev {
    padding-right: 20px;
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .c-pager01__arw.is-prev::after {
    content: "|";
    margin-left: 20px;
    color: #999;
  }
}

@media screen and (min-width: 768px) {
  .c-pager01__arw.is-next {
    padding-left: 20px;
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .c-pager01__arw.is-next::before {
    content: "|";
    margin-right: 20px;
    color: #999;
  }
}

.c-pager01__arw a {
  position: relative;
  display: inline-block;
}

.c-pager01__arw a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 6px;
  height: 9px;
  margin: auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url("../images/sprite.png");
  background-size: 3375% 1922.22222%;
  background-position: 100% 89.93902%;
}

@media screen and (min-width: 768px) {
  .c-pager01__arw.is-prev a {
    padding-left: 17px;
  }
}

@media screen and (min-width: 768px) {
  .c-pager01__arw.is-prev a::after {
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media screen and (min-width: 768px) {
  .c-pager01__arw.is-next a {
    padding-right: 17px;
  }
}

@media screen and (min-width: 768px) {
  .c-pager01__arw.is-next a::after {
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-pager01__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .c-pager01__number > li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 768px) {
  .c-pager01__number > li a {
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
  }
}

/*    c-floating01
 * ------------------------------------------------- */
.c-floating01 {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.c-floating01.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .c-floating01.is-fixed {
    height: 76px;
  }
}

@media screen and (max-width: 767px) {
  .c-floating01.is-fixed {
    height: 55px;
  }
}

.c-floating01__inner {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-floating01__inner {
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-floating01__inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.c-floating01.is-fixed .c-floating01__inner {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-floating01__btn .c-btn--requirement {
    margin-left: auto;
    margin-right: 0;
  }
}

/* ------------------------------------------------- *
 *    structure
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .l-structure.is-sim {
    overflow-x: hidden;
  }
}

/* ------------------------------------------------- *
 *    tab
 * ------------------------------------------------- */
/*    c-tab06
 * ------------------------------------------------- */
.c-tab06 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .c-tab06 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.c-tab06::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #1e8449;
}

@media screen and (min-width: 768px) {
  .c-tab06__item {
    width: 330px;
    height: 100%;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-tab06__item {
    width: calc(50% - 55px);
    height: 100%;
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .c-tab06__item:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-tab06__item:first-child {
    margin-left: 0;
  }
}

.c-tab06__item > a,
.c-tab06__item > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #000;
  text-align: center;
  font-weight: 700;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .c-tab06__item > a,
  .c-tab06__item > span {
    height: 60px;
    padding: 0 10px 0 40px;
    border-radius: 16px 16px 0 0;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-tab06__item > a,
  .c-tab06__item > span {
    height: 40px;
    padding: 0 5px 0 20px;
    border-radius: 8px 8px 0 0;
    font-size: 1.4rem;
    line-height: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .c-tab06__item > a,
  .c-tab06__item > span {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
  }
}

.c-tab06__item > a::before,
.c-tab06__item > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #1e8449;
  background-image: url(../images/icn_finger01.png);
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .c-tab06__item > a::before,
  .c-tab06__item > span::before {
    left: 12px;
    width: 38px;
    height: 38px;
    background-position: 8px 9px;
    background-size: 26px 18px;
  }
}

@media screen and (max-width: 767px) {
  .c-tab06__item > a::before,
  .c-tab06__item > span::before {
    left: 5px;
    width: 25px;
    height: 25px;
    background-position: 5px 6px;
    background-size: 17px 11.5px;
  }
}

@media screen and (max-width: 767px) {
  .c-tab06__item > a .is-small,
  .c-tab06__item > span .is-small {
    font-size: 0.9rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.c-tab06__item.is-active > a,
.c-tab06__item.is-active > span {
  background: #1e8449;
  color: #000;
}

.c-tab06__item.is-active > a::before,
.c-tab06__item.is-active > span::before {
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .c-tab06__item > a,
  .c-tab06__item > span {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .c-tab06__item > a::before,
  .c-tab06__item > span::before {
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }
  .c-tab06__item > a:hover,
  .c-tab06__item > span:hover {
    background: #1e8449;
    color: #000;
  }
  .c-tab06__item > a:hover::before,
  .c-tab06__item > span:hover::before {
    background-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .c-tab06__item.is-btn {
    width: 220px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-tab06__item.is-btn {
    width: 100px;
    margin-left: auto;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.c-tab06__item.is-btn > a {
  position: relative;
  border: 1px solid #1E8449;
  color: #1E8449;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 768px) {
  .c-tab06__item.is-btn > a {
    height: 40px;
    border-radius: 20px;
    padding: 0 10px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-tab06__item.is-btn > a {
    height: 35px;
    border-radius: 20px;
    padding: 0 10px 0 15px;
    font-size: 1.1rem;
    line-height: 1.2;
  }
}

.c-tab06__item.is-btn > a::before {
  display: none;
}

.c-tab06__item.is-btn > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icn_arw01o_down.png) no-repeat 0 0;
}

@media screen and (min-width: 768px) {
  .c-tab06__item.is-btn > a::after {
    right: 16px;
    width: 11px;
    height: 7px;
    background-size: 11px 7px;
  }
}

@media screen and (max-width: 767px) {
  .c-tab06__item.is-btn > a::after {
    right: 10px;
    width: 8px;
    height: 6px;
    background-size: 8px 5.5px;
  }
}

.c-tab06__item.is-btn > a .c-tab06__item__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #1E8449;
}

@media screen and (min-width: 768px) {
  .c-tab06__item.is-btn > a .c-tab06__item__icon {
    left: 10px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-tab06__item.is-btn > a .c-tab06__item__icon {
    left: 5px;
    width: 15px;
    height: 15px;
  }
}

.c-tab06__item.is-btn > a .c-tab06__item__icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-1px) rotate(-45deg);
          transform: translateY(-1px) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .c-tab06__item.is-btn > a .c-tab06__item__icon::before {
    width: 6px;
    height: 3px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}

@media screen and (max-width: 767px) {
  .c-tab06__item.is-btn > a .c-tab06__item__icon::before {
    width: 5px;
    height: 3px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}

@media screen and (min-width: 1025px) {
  .c-tab06__item.is-btn > a {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .c-tab06__item.is-btn > a::after {
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }
  .c-tab06__item.is-btn > a .c-tab06__item__icon {
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }
  .c-tab06__item.is-btn > a:hover {
    background: #1E8449;
    color: #fff;
  }
  .c-tab06__item.is-btn > a:hover::after {
    background: url(../images/icn_arw01w_down.png) no-repeat 0 0;
    background-size: 11px 7px;
  }
  .c-tab06__item.is-btn > a:hover .c-tab06__item__icon {
    background: #fff;
  }
  .c-tab06__item.is-btn > a:hover .c-tab06__item__icon::before {
    border-color: #1E8449;
  }
}

/*    c-tab07
 * ------------------------------------------------- */
.c-tab07-wrap {
  position: relative;
  padding-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .c-tab07-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .c-tab07-wrap {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.c-tab07-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  background: #1E8449;
}

@media screen and (min-width: 768px) {
  .c-tab07-wrap::after {
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-tab07-wrap::after {
    left: 0;
    width: 100%;
  }
}

.c-tab07-title {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-tab07-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    width: 360px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-tab07-title {
    padding: 10px 0 8px;
    font-size: 1.8rem;
  }
}

.c-tab07 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .c-tab07 {
    width: 840px;
  }
}

@media screen and (max-width: 767px) {
  .c-tab07 {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    background: #f4f4f4;
  }
}

.c-tab07__item {
  display: none;
}
.c-tab07__item.is-current {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-tab07__item {
    width: 160px;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-tab07__item {
    width: 20%;
    height: 100%;
    padding: 0 5px;
  }
}

.c-tab07__item > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c-tab07__item > span {
    height: 40px;
    padding: 0;
    border-radius: 16px 16px 0 0;
    font-size: 1.4rem;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 767px) {
  .c-tab07__item > span {
    height: 40px;
    border-radius: 8px 8px 0 0;
    font-size: 1.6rem;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 1025px) {
  .c-tab07__item > span {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-tab07__item + .c-tab07__item {
    margin-left: 10px;
  }
}

.c-tab07__item.is-current > span {
  color: #1E8449;
}

.c-tab07__item.is-nocurrent > span {
  color: rgba(0, 0, 0, 0.6) !important;
}

.c-tab07__item.is-active > span {
  background: #1E8449;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .c-tab07__item > span:hover {
    background: #1E8449;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .c-tab07-contents {
    /*margin-bottom: 40px;*/
    margin-bottom: 20px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
  }
}

@media screen and (max-width: 767px) {
  .c-tab07-contents {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px 30px;
    background: #fffdfa;
  }
}

@media screen and (min-width: 1025px) {
 .c-tab07__div_01  {
      font-size: 1.4rem;
      margin-left: 2em;
      margin-bottom: 30px;
  }
  .c-tab07__div_01 #tab07_div_pre span.is-black {
      font-size: 1.7rem;
      font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  .c-tab07__div_01  {
      font-size: 1.4rem;
      margin-left: 2em;
      margin-bottom: 30px;
  }

  .c-tab07__div_01 #tab07_div_pre span.is-black {
      font-size: 1.7rem;
      font-weight: 700;
  }

  .c-tab07__div_01 #tab07_div_pre span.is-gain {
      font-weight: 700;
      color: #ff533d;
  }

}

@media screen and (max-width: 767px) {
  .c-tab07__div_01  {
      font-size: 1.1rem;
      margin-top: 30px;
      margin-bottom: 30px;
  }

  .c-tab07__div_01 #tab07_div_pre span.is-black {
      font-size: 1.3rem;
      font-weight: 700;
  }
}


.c-tab07__div_01 #tab07_div_pre span.is-gain {
    font-weight: 700;
    color: #ff533d;
}

.c-tab07-contents__unit {
  display: none;
}

.c-tab07-contents__unit.is-active {
  display: block;
}

/* ------------------------------------------------- *
 *    title
 * ------------------------------------------------- */
/*    c-title02
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-title02.is-type1 {
    text-align: left;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-title02.is-type1 {
    margin-right: -15px;
    margin-left: -15px;
    font-size: 1.8rem;
  }
}

.c-title02.is-type1 > span {
  display: block;
}

@media screen and (max-width: 767px) {
  .c-title02.is-type1 > span {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.c-title02.is-type1 > span::after {
  display: block;
}

.c-title02.is-type2 {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .c-title02.is-type2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-title02.is-type2 {
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
    font-size: 1.8rem;
  }
}

.c-title02.is-type2 > span {
  display: block;
}

@media screen and (max-width: 767px) {
  .c-title02.is-type2 > span {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.c-title02.is-type2 > span::after {
  display: block;
}

/*    c-title06
 * ------------------------------------------------- */
.c-title06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .c-title06 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-title06 {
    margin-bottom: 3px;
  }
}

.c-title06__label {
  color: #1f730e;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-title06__label {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-title06__label {
    font-size: 1.3rem;
  }
}

.c-title06__label2 {
  color: #1f730e;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-title06__label2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-title06__label2 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .c-title06__btn {
    display: none;
    width: calc(50% - 5px);
  }
}

@media screen and (min-width: 768px) {
  .c-title06__label3 {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-title06__label3 {
    font-size: 1.4rem;
    margin: 10px;
  }
}

/*    c-mv03
 * ------------------------------------------------- */
.c-mv03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-mv03 {
    height: 150px;
    padding: 0 40px;
    background: url(../images/bg_mv03.jpg) no-repeat 0 50%;
  }
}

@media screen and (max-width: 767px) {
  .c-mv03 {
    overflow: hidden;
    position: relative;
    height: 115px;
    padding: 0 15px;
    border-top: 1px solid #e6e6e6;
    background: url(../images/bg_mv03_sp.jpg) no-repeat 0 0;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .c-mv03::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.2;
  }
}

.c-mv03__title {
  color: #1E8449;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-mv03__title {
    position: relative;
  }
}

.c-mv03__title__mainLabel {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-mv03__title__mainLabel {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .c-mv03__title__mainLabel {
    font-size: 1.7rem;
    line-height: 1.2;
    text-shadow: 0 0 5px #fff, 0 0 2px #fff;
  }
}

@media screen and (min-width: 768px) {
  .c-mv03__title__mainLabel .is-bold {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-mv03__title__mainLabel .is-bold {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .c-mv03__title__mainLabel .is-small {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-mv03__title__mainLabel .is-small {
    font-size: 1.6rem;
  }
}

.c-mv03__title__subLabel {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-mv03__title__subLabel {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-mv03__title__subLabel {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .c-mv03__text {
    margin-top: 12px;
    font-size: 1.6rem;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
  }
}

@media screen and (max-width: 767px) {
  .c-mv03__text {
    position: relative;
    margin-top: 10px;
    font-size: 1.4rem;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
  }
}

@media screen and (min-width: 768px) {
  .c-mv03__btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-mv03__btn {
    margin-top: 35px;
    margin-right: 25px;
    margin-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .c-mv03__btn .c-btn--simulation {
    margin-left: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 767px) {
  .c-mv03__btn .c-btn--simulation {
    margin-left: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}

.c-mv03__btn__baloon {
  position: relative;
  background: #fff;
  padding: 5px 10px;
  border-radius: 999px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-mv03__btn__baloon {
    left: 180px;
    width: 320px;
    margin: 0 0 8px -160px;
    font-size: 1.4rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .c-mv03__btn__baloon {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1rem;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}

.c-mv03__btn__baloon::before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .c-mv03__btn__baloon::before {
    bottom: -9px;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    -webkit-transform: rotate(45deg) skew(20deg, 20deg);
            transform: rotate(45deg) skew(20deg, 20deg);
  }
}

@media screen and (max-width: 767px) {
  .c-mv03__btn__baloon::before {
    bottom: -5px;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    -webkit-transform: rotate(45deg) skew(10deg, 10deg);
            transform: rotate(45deg) skew(10deg, 10deg);
  }
}

.c-mv03__btn__baloon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #fff;
}

.c-mv03__btn__baloon > * {
  position: relative;
  z-index: 3;
}

.c-mv03__btn__baloon .is-bold {
  color: #ff533d;
}

/* ------------------------------------------------- *
 *    topicpath
 * ------------------------------------------------- */
/*    c-topicpath
 * ------------------------------------------------- */
.c-topicpath {
  background: #f8f8f6;
}

@media screen and (min-width: 768px) {
  .l-header + .c-topicpath {
    margin-top: -30px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .c-topicpath__inner {
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

/*    c-topicpath__nav
 * ------------------------------------------------- */
.c-topicpath__nav {
  color: #666;
}

@media screen and (min-width: 768px) {
  .c-topicpath__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 840px;
            flex: 0 0 840px;
    width: 840px;
    font-size: 1.2rem;
  }
}

.c-topicpath__nav ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
}

.c-topicpath__nav ol li {
  margin-left: 1em;
}

.c-topicpath__nav ol li::before {
  content: ">";
  padding-right: 1em;
}

.c-topicpath__nav ol li:first-child::before {
  display: none;
}

.c-topicpath__nav ol li a {
  text-decoration: underline;
}

/*    c-topicpath__social
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-topicpath__social {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    width: 360px;
    margin-top: 2px;
  }
}

.c-topicpath__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-topicpath__social ul li {
  margin-left: 10px;
}

.c-topicpath__social ul li:first-child {
  margin-left: 0;
}

/* ------------------------------------------------- *
 *    typography
 * ------------------------------------------------- */
/*    c-text
 * ------------------------------------------------- */
.c-text.is-lead2 {
  margin-bottom: 10px;
  color: #666;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-text.is-lead2 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-text.is-lead2 {
    font-size: 1.4rem;
  }
}

.c-text.is-lead2 .is-small {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .c-text.is-lead2 .is-small {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-text.is-lead2 .is-small {
    font-size: 1.1rem;
  }
}

.c-text.is-lead3 {
  margin-bottom: 10px;
  color: #1f730e;
}

@media screen and (min-width: 768px) {
  .c-text.is-lead3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .c-text.is-lead3 {
    font-size: 1.5rem;
  }
}

.c-text .is-lead {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-text .is-lead {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-text .is-lead {
    font-size: 1.4rem;
  }
}

/*    c-list
 * ------------------------------------------------- */
.c-list.is-type1 {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .c-list.is-type1 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-list.is-type1 {
    font-size: 1.2rem;
  }
}

/*    c-notes
 * ------------------------------------------------- */
.c-notes.is-bold {
  margin-bottom: 0.5em;
  color: #ff533d;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-notes.is-bold {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-notes.is-bold {
    font-size: 1.2rem;
  }
}

.c-notes.is-right {
  text-align: right;
}

.c-notes.is-right > li {
  padding-left: 0;
}

.c-notes.is-right > li::before {
  position: static;
}

/* ================================================== *
 *
 *    Utility
 *
 * ================================================== */
