/* Contents
=========================================== */
/* overwrite
--------------------------------- */
.main {
  display: block;
  max-width: none;
  background: #fef19b url(../images/main_bg-pc.png) no-repeat center bottom;
  color: #2B2B2B;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
}
.main b, .main em, .main strong {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
}
.main--index {
  padding: 60px 0;
}
.main--result {
  padding-top: 100px;
  background: #fef19b url(../images/main_bg_result-pc.png) no-repeat center top;
}
.main__renewal {
  margin: 0 auto 20px;
  width: 189px;
}
.main__inner {
  max-width: 1170px;
  margin: 0 auto;
}
.main__inner--result {
  max-width: 1024px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .main {
    background: #fef19b url(../images/main_bg-sp.png) no-repeat center top;
    background-size: 100% auto;
  }
  .main--index {
    padding: 30px 0 50px;
  }
  .main--result {
    padding-top: 35px;
    background: #fef19b url(../images/main_bg_result-sp.png) no-repeat center top;
    background-size: 100% auto;
  }
  .main__inner {
    padding: 0 20px;
  }
  .main__inner--input {
    padding: 0;
  }
  .main__inner--result {
    padding: 0 0 45px 0;
  }
}

.footer {
  margin-top: 0;
}

/* index page
--------------------------------- */
.index__grid {
  position: relative;
}
.index__grid__ill {
  position: absolute;
  z-index: 1;
}
.index__grid__ill img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.index__grid__ill--m {
  width: calc(419 / 1170 * 100%);
  left: calc(107 / 1170 * -100%);
  top: 0;
}
.index__grid__ill--f {
  width: calc(419 / 1170 * 100%);
  right: calc(107 / 1170 * -100%);
  top: 0;
}
.index__grid__body {
  position: relative;
  padding: 0 calc(325 / 1170 * 100%);
  z-index: 2;
}
.index__title {
  margin: 0 0 1.25em 0;
  font-size: 22px;
  text-align: center;
  line-height: 1.3;
}
.index__title span, .index__title strong {
  display: block;
}
.index__title span {
  margin-bottom: .2em;
  font-weight: 400;
}
.index__title strong {
  font-size: 40px;
  color: #009DE0;
}
.index__lead {
  margin-bottom: 2.5em;
  line-height: 1.875;
  font-size: 16px;
  text-align: center;
}
.index__lead > p {
  margin: 0;
}
.index__panel {
  position: relative;
  padding: 25px 5px 30px;
  border-radius: 15px;
  background: #fff;
  text-align: center;
}
.index__panel::before, .index__panel::after {
  position: absolute;
  content: "";
  display: block;
}
.index__panel::before {
  left: -21px;
  top: -16px;
  width: 80px;
  height: 72px;
  background: url("../images/index/ill_panel_lt.png") no-repeat;
  background-size: 80px 72px;
}
.index__panel::after {
  right: -39px;
  bottom: -20px;
  width: 84px;
  height: 60px;
  background: url("../images/index/ill_panel_rb.png") no-repeat;
  background-size: 84px 60px;
}
.index__panel > p,
.index__panel > dl {
  margin: 0 0 1em 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}
.index__panel > dl dd {
  font-size: 16px;
  font-weight: 400;
}
.index__btn {
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .index__grid__body {
    padding: 0;
  }
  .index__title {
    font-size: 16px;
  }
  .index__title strong {
    font-size: 26px;
  }
  .index__ill {
    margin-bottom: 1.25em;
    text-align: center;
  }
  .index__ill img {
    max-width: 321px;
  }
  .index__lead {
    font-size: 14px;
    line-height: 1.5;
  }
  .index__panel {
    margin: 0 10px;
  }
  .index__panel::before {
    top: -22px;
    left: -26px;
  }
  .index__panel::after {
    right: -15px;
    bottom: -38px;
  }
  .index__panel > p,
  .index__panel > dl {
    font-size: 17px;
    line-height: 1.3;
  }
  .index__panel > p span,
  .index__panel > dl span {
    font-size: 14px;
    font-weight: 500;
  }
  .index__panel > p strong,
  .index__panel > dl strong {
    font-size: 27px;
  }
  .index__panel > dl dd {
    margin-top: .5em;
    font-size: 10px;
  }
  .index__panel .c-btn, .index__btn .c-btn {
    max-width: 73.3333333333vw;
  }
  .index__btn {
    margin-top: 45px;
  }
}

/* input page
--------------------------------- */
.input__title {
  margin-bottom: 2em;
  padding-top: 2em;
  text-align: center;
  font-size: 24px;
  color: #009DE0;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .input__title {
    margin-bottom: 1em;
    font-size: 18px;
  }
}

/* result page
--------------------------------- */
.result__type {
  margin-bottom: 80px;
  padding: 50px;
  background: #fff;
  border-radius: 40px;
}
.result__type__title {
  margin: 0 0 1.5em 0;
  line-height: 1.2;
  text-align: center;
}
.result__type__title > h1 {
  font-size: 30px;
}
.result__type__title > h1 span {
  font-size: 40px;
  color: #009DE0;
}
.result__type__title > p {
  margin: .5em 0 0 0;
  font-size: 22px;
}
.result__type__lead {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}
.result__recommend {
  margin-bottom: 110px;
}
.result__recommend__title {
  margin: 0 0 2em 0;
  font-size: 33px;
  line-height: 1.3;
  text-align: center;
}
.result__recommend__item > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 28px 100px 28px 34px;
  background: #fff;
  text-decoration: none;
  color: #000;
}
.result__recommend__item > a::after {
  font-family: FontAwesome900;
  font-weight: 900;
  position: absolute;
  content: "\f054";
  top: 50%;
  font-size: 46px;
  color: #009DE0;
  right: 35px;
  transform: translateY(-50%);
}
.result__recommend__item > a div {
  flex: 0 0 269px;
  margin-right: 60px;
}
.result__recommend__item > a p {
  flex: 1 0 0%;
  margin: 0;
  font-size: 24px;
  line-height: 1.75;
}
.result__other-type {
  margin-bottom: 90px;
}
.result__once-again {
  text-align: center;
}
.result__once-again > a {
  display: inline-block;
}
.result__share {
  padding: 55px 0;
  background: #d8f0fa;
}
.result__share__title {
  margin-bottom: 1.2em;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
}
.result__share__btns {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .result__type__image {
    margin-bottom: 1em;
    text-align: center;
  }
  .result__type__text {
    padding: 0 1.5em;
  }
  .result__share__btns > li + li {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .result__type {
    margin: 0 7px 25px;
    padding: 15px 15px 22px;
    border-radius: 15px;
  }
  .result__type__title {
    margin-bottom: 2em;
  }
  .result__type__title > h1 {
    font-size: 22px;
    line-height: 1.3;
  }
  .result__type__title > h1 span {
    font-size: 27px;
  }
  .result__type__title > p {
    font-size: 16px;
  }
  .result__type__image {
    margin-bottom: 2em;
  }
  .result__type__lead {
    line-height: 1.66;
    font-size: 14px;
  }
  .result__recommend {
    margin-bottom: 55px;
  }
  .result__recommend__title {
    margin: 0 0 30px 0;
    font-size: 23px;
  }
  .result__recommend__title > div:nth-of-type(1) {
    align-self: flex-start;
  }
  .result__recommend__title > div:nth-of-type(1) img {
    margin: 0 0 9px -6px;
    width: 45px;
    height: auto;
  }
  .result__recommend__title > div:nth-of-type(2) {
    align-self: flex-end;
  }
  .result__recommend__title > div:nth-of-type(2) img {
    margin: -9px 0 9px 0;
    width: 50px;
    height: auto;
  }
  .result__recommend__item > a {
    padding: 12px 35px 12px 7px;
  }
  .result__recommend__item > a::after {
    font-size: 23px;
    right: 11px;
  }
  .result__recommend__item > a div {
    flex: 0 0 calc(269 / 650 * 100%);
    margin-right: calc(40 / 650 * 100%);
  }
  .result__recommend__item > a p {
    font-size: 17px;
    line-height: 1.3;
  }
  .result__other-type {
    margin-bottom: 50px;
  }
  .result__share {
    padding: 30px 0 35px;
  }
  .result__share__title {
    font-size: 20px;
  }
  .result__share__btns {
    flex-direction: column;
    gap: 15px;
  }
}

/* btn
--------------------------------- */
.c-btn {
  transition: opacity .3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 438px;
  height: 56px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 28px;
  background-color: #43565f;
  color: #fff;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  outline: none;
}
.c-btn > span {
  display: inline-block;
  position: relative;
  top: -.1em;
  padding-right: 25px;
}
.c-btn > span::after {
  font-family: FontAwesome900;
  font-weight: 900;
  position: absolute;
  content: "\f054";
  top: 55%;
  font-size: 20px;
  right: 0;
  transform: translateY(-50%);
}
.c-btn.is-disabled {
  pointer-events: none;
  opacity: .5;
}
.c-btn:hover {
  opacity: .75;
}
.c-btn--center {
  margin: 0 auto;
}
.c-btn--login {
  background-color: #f18d5a;
}
.c-btn--tw {
  background-color: #000000;
}
.c-btn--fb {
  background-color: #3C5A99;
}
.c-btn--tw, .c-btn--fb {
  width: 337px;
  height: 60px;
  border-radius: 30px;
}
.c-btn--tw .icon--ex, .c-btn--fb .icon--ex {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-btn {
    height: 48px;
    max-width: 84.8vw;
    border-radius: 24px;
    font-size: 17px;
  }
  .c-btn > span {
    padding-right: 0;
  }
  .c-btn > span::after {
    top: 60%;
    right: -14px;
    font-size: 13px;
  }
  .c-btn--fb, .c-btn--tw {
    width: 100%;
    margin: 0 auto;
  }
}

/* form
--------------------------------- */
.c-form__container {
  position: relative;
  margin: 0 auto;
  padding-bottom: 50px;
}
.c-form__submit {
  margin: 2em 0 0;
}
.c-form__button {
  transition: opacity .3s ease;
  cursor: pointer;
  text-align: center;
  margin: 40px auto 0;
}
.c-form__button--back {
  display: block;
}
.c-form__button:hover {
  opacity: .75;
}
@media only screen and (max-width: 767px) {
  .c-form__container {
    max-width: none;
    padding: 0 0 50px;
  }
  .c-form__submit {
    margin: 20px 0 15px;
  }
}

.c-formgroup {
  margin: 0 3px;
}
.c-formgroup__title {
  margin: 0 0 1.25em;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.c-formgroup__list {
  font-size: 24px;
  line-height: 1.5;
}
.c-formgroup__list > li + li {
  margin-top: 20px;
}
.c-formgroup__radio {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.5em;
  padding: 10px 20px 10px 70px;
  border: solid 1px #f18d5a;
  background-color: #f18d5a;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
}
.c-formgroup__radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
}
.c-formgroup__radio input[type=radio] + span {
  display: inline-block;
}
.c-formgroup__radio input[type=radio] + span::before, .c-formgroup__radio input[type=radio] + span::after {
  position: absolute;
  content: '';
  display: block;
  border-radius: 51%;
}
.c-formgroup__radio input[type=radio] + span::before {
  top: 50%;
  left: 22px;
  z-index: 1;
  width: 22px;
  height: 22px;
  background: #f18d5a;
  border: 3px solid #fff;
  transform: translateY(-50%);
}
.c-formgroup__radio input[type=radio] + span::after {
  top: 50%;
  left: 33px;
  z-index: 2;
  width: 11px;
  height: 11px;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  background: fff;
  transform-origin: center center;
}
.c-formgroup__radio input[type=radio] + span:focus::before, .c-formgroup__radio input[type=radio] + span:hover::before {
  background: #fff;
}
.c-formgroup__radio input[type=radio]:checked + span::before {
  border-color: #f18d5a;
  background: #fff;
}
.c-formgroup__radio input[type=radio]:checked + span::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.c-formgroup__radio input[type=radio][disabled] + span {
  color: #a9adac;
  cursor: default;
}
.c-formgroup__radio input[type=radio][disabled] + span:focus:before, .c-formgroup__radio input[type=radio][disabled] + span:hover:before {
  border-color: #e9eaea;
}
.c-formgroup__radio input[type=radio][disabled]:checked + span::after {
  background: #a8a8a8;
}
.c-formgroup__radio.is-checked {
  background-color: #fef19b;
  color: #2B2B2B;
}
@media (min-width: 768px) {
  .c-formgroup__list {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-formgroup__title {
    font-size: 27px;
    line-height: 1.4;
  }
  .c-formgroup__list {
    font-size: 20px;
  }
  .c-formgroup__radio {
    padding-left: 60px;
    height: auto;
    min-height: 6em;
  }
}

/**
 * jQuery toast plugin created by Kamran Ahmed copyright MIT license 2014
 */
.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 284px;
  height: 102px;
  pointer-events: none !important;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  z-index: 9000 !important;
  right: 0% !important;
  top: 60px !important;
  transform: translateX(-50%) !important;
}
@media only screen and (max-width: 767px) {
  .jq-toast-wrap {
    width: 191px;
    height: 73px;
    left: auto !important;
    right: 6px !important;
    top: 6px !important;
    transform: none !important;
  }
}

.jq-toast-wrap * {
  margin: 0;
  padding: 0;
}

.jq-toast-single {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  pointer-events: all !important;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  background: url("../images/result/toast_bg-pc.png") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .jq-toast-single {
    background: url("../images/result/toast_bg-sp.png") no-repeat;
    background-size: cover;
  }
}

.close-jq-toast-single {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
}

.jq-toast-loader {
  display: none;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0%;
  left: 0;
  border-radius: 5px;
  background: red;
}

.jq-toast-loaded {
  width: 100%;
}

.toast__text {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
}
.toast__text strong {
  font-size: 30px;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .toast__text {
    font-size: 15px;
  }
  .toast__text strong {
    display: block;
    margin-bottom: 5px;
    font-size: 25px;
  }
}

/* Utility
=========================================== */
/* display */
@media (min-width: 768px) {
  .u-forsp {
    display: none !important;
  }
}
@media print {
  .u-forsp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-forpc {
    display: none !important;
  }
}

/* image */
img.u-liquid {
  width: 100%;
  height: auto;
}
img.u-liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  img.u-liquid--sp {
    width: 100%;
    height: auto;
  }
}

/* others */
.u-oro {
  transition: opacity .3s ease;
}
.u-oro:hover {
  opacity: .75;
}

.guide__announce {
 background-color: #FFFFFF;
 display: inline-block;
 border: solid 3px #CC0011;
 margin: 1rem auto 2rem;
 font-style: normal;
 line-height: 1.5;
 vertical-align: middle;
 width: 100%;
}

.guide__announce p {
 vertical-align: middle;
 text-align: left;
 padding: 15px;
}

.guide__announce strong {
  display: inline-block;
  margin-bottom:1rem;
  color: #CC0011;
}