@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/* 設定
--------------------------------------------------------- */
/*
--------------------------------------------------------- */
#footer {
  background-color: #ffffff;
  padding-top: 0;
}

.contents_wrap {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  margin: 0 0 20px 0;
}

.contents_wrap a {
  text-decoration: none;
}

.contents_wrap button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contents_wrap ul,
.contents_wrap ol {
  list-style: none;
}

.contents_wrap img {
  max-width: 100%;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
}

.sp_hidden {
  display: none;
}

.pc_hidden {
  display: block;
}

/* 共通
--------------------------------------------------------- */
.progress_bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 45px 0 0 0;
}

.progress_bar::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dcdcdc;
}

.progress_bar dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 125px;
}

.progress_bar dl.current dt {
  background-color: #009900;
}

.progress_bar dl.current dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: rgba(0, 153, 0, 0.4);
}

.progress_bar dl.current dd {
  color: #009900;
}

.progress_bar dl dt {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #dcdcdc;
  margin: 0 0 10px 0;
}

.progress_bar dl dd {
  color: #dcdcdc;
  font-size: 16px;
  font-weight: 700;
}

.page_conts {
  background-color: #fffae8;
}

.dec_ttl_grn {
  color: #009900;
  text-align: center;
  line-height: 1.5;
}

.dec_ttl_grn span {
  font-size: 28px;
  font-weight: 700;
}

.dec_ttl_orn {
  color: #f86500;
  line-height: 1.5;
}

.dec_ttl_orn span {
  font-size: 28px;
  font-weight: 700;
}

.link_anchor {
  position: relative;
  color: #175ba6;
  border-bottom: 1px solid #175ba6;
  padding: 3px 28px 3px 8px;
}

.link_anchor::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 8px;
  background: url(../images/shindan/ico_arrow_under_blu.svg) no-repeat;
  margin-top: 1px;
}

.link_anchor span {
  font-weight: 700;
  font-size: 16px;
}

.link_external {
  position: relative;
  display: inline-block;
  color: #175ba6;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #175ba6;
  padding: 0 35px 3px 10px;
}

.link_external::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 13px;
  background: url(../images/shindan/ico_link_blu.svg) no-repeat;
}

.link_trans {
  position: relative;
  display: inline-block;
  color: #175ba6;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #175ba6;
  padding: 3px 45px 3px 10px;
}

.link_trans::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #175ba6;
}

.link_trans::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 8px;
  background: url(../images/shindan/ico_arrow_wht.svg) no-repeat;
}

.txt_notes_reference {
  font-size: 12px;
  text-align: left;
  line-height: 1.8571428571;
  margin: 2em 0 0 0;
}

.txt_notes_reference a {
  color: #175ba6;
  font-weight: 700;
  border-bottom: 1px solid #175ba6;
}

.sec_advice {
  background-color: #fffae8;
  padding: 35px 0 45px 0;
}

.sec_advice h3 {
  position: relative;
  display: inline-block;
  color: #009900;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5384615385;
  margin: 0 0 20px 0;
  padding: 0 20px 20px;
}

.sec_advice h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 100%;
  height: 14px;
  background: url(../images/shindan/start_line_sp.svg) no-repeat center/cover;
}

.sec_advice h3 em {
  font-size: 30px;
  font-weight: 700;
}

.sec_advice .txt {
  color: #009900;
  font-size: 16px;
  text-align: left;
  line-height: 2.25;
}

.sec_advice .img_wrap {
  margin: 16px 0;
}

.sec_advice .txt_note_s {
  font-size: 12px;
  text-align: left;
  line-height: 1.8333333333;
  text-indent: -1em;
  padding-left: 1em;
}

.sec_advice .txt_note_s::before {
  color: #f72900;
  content: "※";
}

.sec_advice .advice_box {
  border-radius: 20px;
  border: 2px solid #009900;
  background-color: #ffffff;
  margin: 0 0 20px 0;
  padding: 22px 10px 26px;
}

.sec_advice .advice_box h4 {
  color: #009900;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.sec_advice .advice_box h4 i {
  display: block;
  margin: 0 auto 6px;
}

.sec_advice .advice_box .btn_wrap {
  margin: 16px 0 0 0;
}

.sec_advice .advice_box .btn_advice {
  width: 100%;
  line-height: 1.57;
}

.sec_advice .advice_box .btn_advice:first-of-type {
  margin: 0 0 20px 0;
}

.sec_advice .advice_box .btn_advice a {
  position: relative;
  display: block;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 10em;
  background-color: #f86500;
  padding: 10px 35px;
}

.sec_advice .advice_box .btn_advice a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 25px;
}

.sec_advice .advice_box .btn_advice a::after {
  content: "";
  position: absolute;
  top: 50%;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 14px;
  background: url(../images/shindan/ico_link_wht.svg) no-repeat;
}

.sec_advice .advice_box .btn_advice a span {
  display: block;
  font-size: 15px;
}

.sec_advice .store_box h4 i {
  width: 43px;
  height: 34px;
}

.sec_advice .store_box .btn_wrap_inner {
  width: 100%;
}

.sec_advice .store_box .btn_wrap_inner .txt_note_m {
  font-size: 12px;
  text-align: left;
  line-height: 1.6666666667;
  text-indent: -1em;
  padding-left: 1em;
}

.sec_advice .store_box .btn_wrap_inner .txt_note_m::before {
  color: #f72900;
  content: "※";
}

.sec_advice .store_box .btn_rsv a::before {
  background: url(../images/shindan/ico_calendar.svg) no-repeat;
}

.sec_advice .store_box .btn_search a::before {
  background: url(../images/shindan/ico_glass.svg) no-repeat;
}

.sec_advice .online_box h4 i {
  width: 43px;
  height: 36px;
}

.sec_advice .online_box .btn_account a {
  padding: 21px 35px;
}

.sec_advice .online_box .btn_account a::before {
  width: 27px;
  height: 23px;
  background: url(../images/shindan/ico_kouza.svg) no-repeat;
}

.sec_advice .online_box .txt_note_m {
  font-size: 12px;
  text-align: left;
  line-height: 1.6666666667;
  text-indent: -1em;
  padding-left: 1em;
}

.sec_advice .online_box .txt_note_m::before {
  color: #f72900;
  content: "※";
}

.attention_box {
  margin: 60px 0 100px 0;
}

.attention_box dl {
  text-align: left;
  border: 2px solid #000;
  padding: 20px 20px 35px;
}

.attention_box dl dt {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.attention_box dl dd p {
  line-height: 2;
  margin: 0 0 20px 0;
}

/* 診断TOP
--------------------------------------------------------- */
.page_shindan {
  background-color: #ffffff;
}

.page_shindan .sec_catch {
  background-color: #fffae8;
  padding: 20px 0 30px;
}

.page_shindan .sec_catch .flow_box {
  position: relative;
  border-radius: 20px;
  background-color: #ffffff;
  margin: 55px 0 25px 0;
  padding: 110px 12px 45px;
}

.page_shindan .sec_catch .flow_box::before {
  content: "";
  position: absolute;
  top: -25px;
  right: 56%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 126px;
  height: 118px;
  background: url(../images/shindan/illust_man_02.svg);
}

.page_shindan .sec_catch .flow_box .txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  margin: 0 0 20px 0;
}

.page_shindan .sec_catch .flow_box .txt span {
  color: #f72900;
  font-size: 11px;
  font-weight: 700;
  vertical-align: super;
}

.page_shindan .sec_catch .flow_box .txt em {
  color: #f86500;
  font-weight: 700;
}

.page_shindan .sec_catch .flow_box .btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 30px auto 15px;
}

.page_shindan .sec_catch .flow_box .btn a {
  position: relative;
  display: block;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 10em;
  border: 4px solid;
  background-color: #f86500;
  padding: 15px 50px;
}

.page_shindan .sec_catch .flow_box .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #ffffff;
}

.page_shindan .sec_catch .flow_box .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 8px;
  background: url(../images/shindan/ico_arrow_orn.svg) no-repeat;
}

.page_shindan .sec_catch .flow_box .btn a:hover {
  opacity: 0.7;
}

.page_shindan .sec_catch .list_note {
  font-size: 12px;
  text-align: left;
  line-height: 1.8333333333;
}

.page_shindan .sec_catch .list_note li {
  text-indent: -2em;
  padding-left: 1.5em;
}

.page_shindan .sec_catch .list_note li::before {
  color: #f72900;
  font-weight: 700;
}

.page_shindan .sec_catch .list_note li:not(:last-child) {
  margin: 0 0 15px 0;
}

.page_shindan .sec_catch .list_note li:nth-child(1)::before {
  content: "※1 ";
}

.page_shindan .sec_catch .list_note li:nth-child(2)::before {
  content: "※2 ";
}

.page_shindan .sec_catch .list_note li:nth-child(3)::before {
  content: "※3 ";
}

.page_shindan .sec_catch .list_note li:nth-child(4)::before {
  content: "※4 ";
}

.page_shindan .sec_catch .list_note li a {
  color: #175ba6;
  font-weight: 700;
  border-bottom: 1px solid #175ba6;
}

.page_shindan .lead_box {
  margin: 60px 0 170px;
}

.page_shindan .lead_box_img {
  width: 206px;
  height: 150px;
  margin: 0 auto;
}

.page_shindan .lead_box .cont {
  position: relative;
  height: 89.3333333333vw;
  max-height: 336px;
  margin: 0 auto;
}

.page_shindan .lead_box .cont::before {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  content: "";
  width: 89.3333333333vw;
  max-width: 336px;
  height: 89.3333333333vw;
  max-height: 336px;
  border-radius: 100%;
  background-color: #e5f5e5;
}

.page_shindan .lead_box p {
  position: relative;
  display: inline-block;
  font-size: min(4.5333333333vw, 17px);
  text-align: left;
  line-height: 2.3529411765;
  margin: 0 -20px;
  padding: 15px 0 0 15px;
}

.page_shindan .lead_box p span {
  font-weight: 700;
}

.page_shindan .lead_box p em {
  color: #009900;
  font-weight: 700;
}

.page_shindan .sec_consult {
  padding: 0 0 90px 0;
}

.page_shindan .sec_consult .dec_ttl_grn {
  margin: 0 0 40px 0;
}

.page_shindan .sec_consult .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.page_shindan .sec_consult .list:not(:last-child) {
  margin: 0 0 18px 0;
}

.page_shindan .sec_consult .list dt {
  width: 56px;
}

.page_shindan .sec_consult .list dd {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8823529412;
  text-align: left;
  border-radius: 20px;
  width: calc(100% - 56px - 12px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page_shindan .sec_consult .list dd::before {
  content: "";
  position: absolute;
  top: 20px;
  width: 16px;
  height: 16px;
}

.page_shindan .sec_consult .list_q dd {
  background-color: #e5f5e5;
  margin: 0 0 0 12px;
  padding: 15px 12px 15px 20px;
}

.page_shindan .sec_consult .list_q dd::before {
  left: -10px;
  background: url(../images/shindan/fukidashi_q.svg) no-repeat;
}

.page_shindan .sec_consult .list_a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page_shindan .sec_consult .list_a dd {
  background-color: #ffefe5;
  margin: 0 12px 0 0;
  padding: 15px 20px 15px 12px;
}

.page_shindan .sec_consult .list_a dd::before {
  right: -10px;
  background: url(../images/shindan/fukidashi_a.svg) no-repeat;
}

.page_shindan .sec_first_trial {
  padding: 0 0 80px 0;
}

.page_shindan .sec_first_trial .dec_ttl_grn {
  margin: 0 0 35px 0;
}

.page_shindan .sec_first_trial .txt_01 {
  text-align: left;
  line-height: 2;
}

.page_shindan .sec_first_trial .txt_note {
  font-size: 12px;
  text-align: left;
  line-height: 1.8333333333;
  text-indent: -1.3em;
  padding-left: 1em;
  margin: 15px 0 0 0;
}

.page_shindan .sec_first_trial .txt_note::before {
  content: "※ ";
}

.page_shindan .sec_first_trial .img_wrap {
  padding: 12px 0 42px;
}

.page_shindan .sec_first_trial .list_note {
  font-size: 12px;
  text-align: left;
  line-height: 1.8333333333;
}

.page_shindan .sec_first_trial .list_note li:nth-child(1) {
  text-indent: -1.3em;
  padding-left: 1em;
}

.page_shindan .sec_first_trial .list_note li:nth-child(1)::before {
  content: "※ ";
}

.page_shindan .sec_first_trial .list_note li:nth-child(2) {
  position: relative;
  color: #f72900;
  padding-left: 1em;
}

.page_shindan .sec_first_trial .list_note li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -1px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fc9b88;
}

.page_shindan .sec_first_trial .list_note li span {
  color: #f72900;
}

.page_shindan .sec_first_trial .img_frame {
  border-radius: 20px;
  border: 2px solid #009900;
  margin: 30px 0 0;
  padding: 25px 22px;
}

.page_shindan .sec_first_trial .img_frame .img_box {
  margin: 0 auto;
}

.page_shindan .sec_new_nisa {
  position: relative;
  background-color: #fffae8;
  padding: 40px 0 100px;
  overflow: hidden;
}

.page_shindan .sec_new_nisa h2 {
  color: #f86500;
  font-size: 26px;
  line-height: 1.5384615385;
  margin: 0 0 35px 0;
}

.page_shindan .sec_new_nisa h2 span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}

.page_shindan .sec_new_nisa h2 span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  width: 100%;
  height: 9px;
  background-image: repeating-linear-gradient(90deg, transparent 0 7px, rgba(248, 101, 0, 0.4) 7px 14px);
}

.page_shindan .sec_new_nisa .img_wrap {
  background-color: #ffffff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 40px 20px 80px;
}

.page_shindan .sec_new_nisa .btn {
  position: absolute;
  bottom: -40px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 100%;
  max-width: 335px;
}

.page_shindan .sec_new_nisa .btn a {
  position: relative;
  display: block;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6470588235;
  border-radius: 100px;
  border: 4px solid #f86500;
  background-color: #ffffff;
  padding: 7px;
}

.page_shindan .sec_new_nisa .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 14px;
  background: url(../images/shindan/ico_arrow_under_orn.svg) no-repeat;
}

.page_shindan .sec_start {
  padding: 75px 0 100px;
}

.page_shindan .sec_start .dec_ttl_grn {
  margin: 0 0 35px 0;
}

.page_shindan .sec_start ul li:not(:last-child) {
  margin: 0 0 40px 0;
}

.page_shindan .sec_start ul .col_img {
  border-radius: 20px;
  border: 4px solid #009900;
  margin: 0 0 20px 0;
  overflow: hidden;
}

.page_shindan .sec_start ul .col_cont dt {
  color: #009900;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
  margin: 0 0 15px 0;
}

.page_shindan .sec_start ul .col_cont dt .sup {
  color: #f72900;
  font-size: 14px;
  font-weight: 700;
  vertical-align: super;
}

.page_shindan .sec_start ul .col_cont dd {
  text-align: left;
  line-height: 2;
}

.page_shindan .sec_start ul .col_cont dd .txt_01 span {
  font-weight: 700;
}

.page_shindan .sec_start ul .col_cont dd .txt_02 {
  font-size: 12px;
  text-indent: -1.3em;
  padding-left: 1em;
  margin: 5px 0 0 0;
}

.page_shindan .sec_start ul .col_cont dd .txt_02::before {
  color: #f72900;
  content: "※ ";
}

.page_shindan .sec_start ul .col_cont dd a {
  margin: 10px 0 0 0;
}

.page_shindan .sec_recom_fund .dec_ttl_orn {
  margin: 0 0 20px 0;
}

.page_shindan .sec_recom_fund .txt_lead {
  font-size: 16px;
  line-height: 2;
  text-align: left;
  padding: 0 20px;
}

.page_shindan .sec_recom_fund .flow_box {
  position: relative;
  background-color: #f29d3d;
  margin: 115px 0 0;
  padding: 55px 0 60px;
}

.page_shindan .sec_recom_fund .flow_box::before {
  content: "";
  position: absolute;
  top: -95px;
  right: 56%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 138px;
  height: 128px;
  background: url(../images/shindan/illust_man_02.svg);
}

.page_shindan .sec_recom_fund .flow_box h3 {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.5384615385;
  margin: 0 0 35px 0;
}

.page_shindan .sec_recom_fund .flow_box h3 span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}

.page_shindan .sec_recom_fund .flow_box h3 span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  width: 100%;
  height: 9px;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0 7px, #f29d3d 7px 14px);
}

.page_shindan .sec_recom_fund .flow_box .list_flow {
  margin: 0 0 40px 0;
  padding: 0 40px 0 10px;
}

.page_shindan .sec_recom_fund .flow_box .list_flow li {
  position: relative;
}

.page_shindan .sec_recom_fund .flow_box .list_flow li:not(:last-child) {
  margin: 0 0 56px 0;
}

.page_shindan .sec_recom_fund .flow_box .list_flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -38px;
  right: 50%;
  -webkit-transform: rotate(90deg) translateX(50%);
  transform: rotate(90deg) translateX(50%);
  width: 23px;
  height: 41px;
  background: url(../images/shindan/flow_arrow.svg) no-repeat;
  margin-right: -25px;
}

.page_shindan .sec_recom_fund .flow_box .recom_box {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 20px 16px 25px;
}

.page_shindan .sec_recom_fund .flow_box .recom_box .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7777777778;
}

.page_shindan .sec_recom_fund .flow_box .recom_box .txt span {
  color: #f86500;
  font-weight: 700;
}

.page_shindan .sec_recom_fund .flow_box .recom_box .btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 15px auto;
}

.page_shindan .sec_recom_fund .flow_box .recom_box .btn a {
  position: relative;
  display: block;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 10em;
  background-color: #f86500;
  padding: 15px 50px;
}

.page_shindan .sec_recom_fund .flow_box .recom_box .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #ffffff;
}

.page_shindan .sec_recom_fund .flow_box .recom_box .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 9px;
  background: url(../images/shindan/ico_arrow_orn.svg) no-repeat;
}

.page_shindan .sec_recom_fund .flow_box .recom_box .btn a:hover {
  opacity: 0.7;
}

.page_shindan .sec_pickup {
  text-align: right;
  padding: 80px 0 100px;
  overflow: hidden;
}

.page_shindan .sec_pickup .dec_ttl_grn {
  margin: 0 0 20px 0;
}

.page_shindan .sec_pickup .txt_01 {
  text-align: left;
  line-height: 2;
}

.page_shindan .sec_pickup .txt_01 span {
  color: #f72900;
  vertical-align: super;
}

.page_shindan .sec_pickup .list_note {
  font-size: 12px;
  text-align: left;
  line-height: 1.8333333333;
}

.page_shindan .sec_pickup .list_note li {
  text-indent: -1.3em;
  padding-left: 1em;
}

.page_shindan .sec_pickup .list_note li::before {
  color: #f72900;
  content: "※ ";
}

.page_shindan .sec_pickup .list_ranking {
  border-top: 1px solid #dcdcdc;
  margin: 25px calc(50% - 50vw) 25px;
}

.page_shindan .sec_pickup .list_ranking li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  padding: 5px 20px 20px;
}

.page_shindan .sec_pickup .list_ranking .col_img {
  width: 44px;
  margin: 0 14px 0 0;
}

.page_shindan .sec_pickup .list_ranking .col_cont {
  width: calc(100% - 44px - 14px);
  padding: 10px 0 0 0;
}

.page_shindan .sec_pickup .list_ranking .col_cont dt {
  text-align: left;
  margin: 0 0 10px 0;
}

.page_shindan .sec_pickup .list_ranking .col_cont dt a {
  color: #175ba6;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #175ba6;
}

.page_shindan .sec_pickup .list_ranking .col_cont dt .label {
  display: block;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  width: 200px;
  border-radius: 5px;
  background-color: #e5f5e5;
  margin: 15px 0 0 0;
  padding: 8px 0;
}

.page_shindan .sec_pickup .list_ranking .col_cont dd {
  text-align: left;
  line-height: 2;
}

.page_shindan .sec_summary {
  background-color: #fffae8;
  padding: 50px 0;
}

.page_shindan .sec_summary .dec_ttl_grn {
  margin: 0 0 20px 0;
}

.page_shindan .sec_summary .list {
  margin: 0 0 15px 0;
}

.page_shindan .sec_summary .list .list_item {
  border-radius: 20px;
  border: 2px solid #009900;
  background-color: #ffffff;
  overflow: hidden;
}

.page_shindan .sec_summary .list .list_item:not(:last-child) {
  margin: 0 0 20px 0;
}

.page_shindan .sec_summary .list .list_item:nth-child(1) dt span {
  width: 55px;
  height: 40px;
}

.page_shindan .sec_summary .list .list_item:nth-child(2) dt span {
  width: 27px;
  height: 35px;
}

.page_shindan .sec_summary .list .list_item:nth-child(3) dt span {
  width: 46px;
  height: 37px;
}

.page_shindan .sec_summary .list .list_item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  height: 63px;
  background-color: #009900;
}

.page_shindan .sec_summary .list .list_item dt span {
  margin: 0 10px 0 0;
}

.page_shindan .sec_summary .list .list_item dd {
  padding: 20px 15px 30px;
}

.page_shindan .sec_summary .list .list_item dd .txt {
  font-size: 17px;
  font-weight: 700;
}

.page_shindan .sec_summary .list .list_item dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 10px 0 20px 0;
}

.page_shindan .sec_summary .list .list_item dd ul li {
  width: calc((100% - 20px) / 3);
}

.page_shindan .sec_summary .list .list_item dd ul li:not(:last-child) {
  margin: 0 10px 0 0;
}

.page_shindan .sec_summary .list .list_item dd .btn {
  width: 206px;
}

.page_shindan .sec_summary .list .list_item dd .btn a {
  position: relative;
  display: block;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-radius: 100px;
  border: 2px solid #009900;
  padding: 9px 25px;
}

.page_shindan .sec_summary .list .list_item dd .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 11px;
  background: url(../images/shindan/ico_arrow_grn.svg) no-repeat;
}

.page_shindan .sec_summary .txt_note {
  font-size: 12px;
  text-align: left;
  line-height: 1.8333333333;
  text-indent: -1.3em;
  padding-left: 1em;
}

.page_shindan .sec_summary .txt_note::before {
  content: "※ ";
  color: #f72900;
}

.page_shindan .sec_summary .summary_box {
  margin: 0;
}

.page_shindan .sec_summary .summary_box h3 {
  color: #f86500;
  font-size: 26px;
  line-height: 1.5384615385;
  margin: 0 0 35px 0;
}

.page_shindan .sec_summary .summary_box h3 span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}

.page_shindan .sec_summary .summary_box h3 span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  width: 100%;
  height: 9px;
  background-image: repeating-linear-gradient(90deg, transparent 0 7px, rgba(248, 101, 0, 0.4) 7px 14px);
}

.page_shindan .sec_qa {
  padding: 80px 0 100px;
}

.page_shindan .sec_qa .dec_ttl_grn {
  margin: 0 0 40px 0;
}

.page_shindan .sec_qa .list_qa > li {
  text-align: left;
  border-radius: 20px;
  background-color: #e5f5e5;
}

.page_shindan .sec_qa .list_qa > li:not(:last-child) {
  margin: 0 0 20px 0;
}

.page_shindan .sec_qa .list_qa > li label {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7647058824;
  padding: 15px 40px 15px 70px;
}

.page_shindan .sec_qa .list_qa > li label::before, .page_shindan .sec_qa .list_qa > li label::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 12px;
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #009900;
}

.page_shindan .sec_qa .list_qa > li label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.page_shindan .sec_qa .list_qa > li label span {
  position: absolute;
  top: 23px;
  left: 18px;
  color: #009900;
  font-size: 19px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 5px solid rgba(0, 153, 0, 0.3);
  background-color: #ffffff;
}

.page_shindan .sec_qa .list_qa > li label span::before {
  content: "Q";
  position: absolute;
  top: 40%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  line-height: 1;
}

.page_shindan .sec_qa .list_qa > li input[type=checkbox] {
  position: absolute;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.page_shindan .sec_qa .list_qa > li input[type=checkbox]:checked + label::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page_shindan .sec_qa .list_qa > li input[type=checkbox]:checked ~ .acc_wrap {
  padding: 0 0 20px;
  height: auto;
  visibility: visible;
  opacity: 1;
}

.page_shindan .sec_qa .list_qa > li input[type=checkbox]:checked ~ .acc_wrap .acc_inner {
  margin: 0 12px;
  padding: 70px 17px 20px;
}

.page_shindan .sec_qa .list_qa > li .acc_wrap {
  position: relative;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}

.page_shindan .sec_qa .list_qa > li .acc_wrap .acc_inner {
  border-radius: 20px;
  background-color: #ffffff;
}

.page_shindan .sec_qa .list_qa > li .acc_wrap span {
  position: absolute;
  top: 20px;
  left: 17px;
  color: #f86500;
  font-size: 19px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 5px solid rgba(248, 101, 0, 0.3);
  background-color: #ffffff;
}

.page_shindan .sec_qa .list_qa > li .acc_wrap span::before {
  content: "A";
  position: absolute;
  top: 40%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  line-height: 1;
}

.page_shindan .sec_qa .list_qa > li .acc_wrap p {
  line-height: 2;
}

.page_shindan .sec_qa .list_qa > li .acc_wrap p:last-of-type {
  margin: 20px 0 0 0;
}

.page_shindan .sec_qa .list_qa > li .acc_wrap p:first-of-type {
  margin: 0;
}

.page_shindan .sec_qa .list_qa > li .acc_wrap p .icn_note {
  vertical-align: super;
}

.page_shindan .sec_qa .list_qa > li .acc_wrap p a {
  color: #175ba6;
  font-weight: 700;
  border-bottom: 1px solid #175ba6;
}

.page_shindan .sec_qa .list_qa > li .acc_wrap .txt_note {
  font-size: 12px;
  text-align: left;
  line-height: 1.8333333333;
  text-indent: -1.3em;
  margin: 5px 0 0 0;
  padding-left: 1em;
}

.page_shindan .sec_qa .list_qa > li .acc_wrap .txt_note::before {
  content: "※ ";
}

.page_shindan .sec_qa .list_qa > li .acc_wrap .list_disc li {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}

.page_shindan .sec_qa .list_qa > li .acc_wrap .list_disc li::before {
  content: "●";
}

.page_shindan .sec_qa .list_qa > li .acc_wrap .col_cont_row .img_col {
  text-align: center;
  margin: 20px 0 0 0;
}

.page_shindan .sec_qa .list_qa > li .row_cont {
  margin: 25px 0 0 0;
}

.page_shindan .sec_qa .list_qa > li .row_cont dl dt {
  font-weight: 700;
  margin: 0 0 15px 0;
}

.page_shindan .sec_qa .list_qa > li .row_cont dl dd ul li {
  margin: 0 0 10px 0;
}

.page_shindan .sec_qa .list_qa > li .row_cont dl dd ul li::before {
  content: "・";
}

.page_shindan .sec_qa .list_qa > li .row_cont .img_wrap {
  margin: 15px 0 0 0;
}

.page_shindan .sec_qa .list_qa > li .col_cont_list {
  margin: 15px 0 0 0;
}

.page_shindan .sec_qa .list_qa > li .col_cont_list dt {
  margin: 0 0 10px 0;
}

.page_shindan .sec_qa .list_qa > li .col_cont_list dd > ol {
  margin: 0 0 0 1em;
}

.page_shindan .sec_qa .list_qa > li .col_cont_list dd > ol li {
  line-height: 1.5714285714;
  text-indent: -1em;
  padding-left: 1em;
}

.page_shindan .sec_qa .btn_wrap {
  margin: 55px 0 0;
}

.page_shindan .sec_qa .btn_wrap .btn {
  width: 100%;
  max-width: 335px;
}

.page_shindan .sec_qa .btn_wrap .btn a {
  position: relative;
  display: block;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  border-radius: 100px;
  border: 4px solid #009900;
  padding: 9px 30px 9px 15px;
  margin: 0 auto !important;
}

.page_shindan .sec_qa .btn_wrap .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 14px;
  background: url(../images/shindan/ico_link_grn.svg) no-repeat;
}

.bnr_footer_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fffae8;
  padding: 20px 0 20px;
  -webkit-box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.bnr_footer_fix .txt {
  display: none;
}

.bnr_footer_fix .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.bnr_footer_fix .btn_wrap .btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bnr_footer_fix .btn_wrap .btn:nth-child(1) {
  width: calc((100% - 7px) / 2);
  max-width: 165px;
  margin: 0 7px 0 0;
}

.bnr_footer_fix .btn_wrap .btn:nth-child(1) a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  height: 45px;
  border-radius: 5px;
  background-color: #f86500;
  padding: 0 30px 0 20px;
}

.bnr_footer_fix .btn_wrap .btn:nth-child(1) a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: #ffffff;
}

.bnr_footer_fix .btn_wrap .btn:nth-child(1) a::after {
  content: "";
  position: absolute;
  top: 50%;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 6px;
  background: url(../images/shindan/ico_arrow_orn.svg) no-repeat;
}

.bnr_footer_fix .btn_wrap .btn:nth-child(2) {
  width: calc((100% - 7px) / 2);
  max-width: 165px;
}

.bnr_footer_fix .btn_wrap .btn:nth-child(2) a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #175ba6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  height: 41px;
  border-radius: 5px;
  border: 2px solid #175ba6;
  background-color: #ffffff;
  padding: 0 15px 0 10px;
}

.bnr_footer_fix .btn_wrap .btn:nth-child(2) a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 7px;
  background: url(../images/shindan/ico_arrow_under_blu.svg) no-repeat;
}
/* 規約
--------------------------------------------------------- */
.page_terms .page_conts {
  padding: 50px 0 90px;
}

.page_terms h1 {
  font-size: 22px;
  font-weight: 700;
}

.page_terms .terms_box {
  background-color: #ffffff;
  margin: 25px 0 50px;
  padding: 25px 20px 55px;
}

.page_terms .txt_def {
  text-align: right;
  margin: 20px 15px 18px 0;
}

.page_terms .terms_list {
  text-align: left;
}

.page_terms .terms_list li {
  position: relative;
  line-height: 1.8571428571;
  padding: 0 0 0 1em;
}

.page_terms .terms_list li:not(:last-child) {
  margin: 0 0 40px 0;
}

.page_terms .terms_list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #000000;
}

.page_terms .check_consent {
  margin: 0 0 50px;
}

.page_terms .check_consent label {
  cursor: pointer;
}

.page_terms .check_consent input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.page_terms .check_consent input:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 12px;
  background: url(../images/shindan/ico_check.svg) no-repeat;
  margin-left: 3px;
}

.page_terms .check_consent span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0 32px;
}

.page_terms .check_consent span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  background-color: #ffffff;
}

.page_terms .btn_check {
  width: 100%;
  max-width: 330px;
  position: relative;
  display: block;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 10em;
  background-color: #f86500;
  padding: 21px 60px;
  margin: 0 auto;
}

.page_terms .btn_check.disabled_check {
  background-color: #dcdcdc;
  cursor: default;
}

.page_terms .btn_check.disabled_check::after {
  background: url(../images/shindan/ico_arrow_gry.svg) no-repeat;
}

.page_terms .btn_check::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #ffffff;
}

.page_terms .btn_check::after {
  content: "";
  position: absolute;
  top: 50%;
  top: 50%;
  right: 29px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 10px;
  background: url(../images/shindan/ico_arrow_orn.svg) no-repeat;
}

/* 質問
--------------------------------------------------------- */
.page_questions .page_info {
  background-color: #ffffff;
  padding: 100px 0 136px;
}

.page_questions .page_conts {
  position: relative;
  padding: 60px 0 140px;
}

.page_questions .page_conts::before {
  content: "";
  position: absolute;
  top: -80px;
  right: 53%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  display: block;
  width: 127px;
  height: 123px;
  background: url(../images/shindan/illust_man_01.svg) no-repeat;
}

.page_questions h1 {
  color: #f86500;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5384615385;
  margin: 0 0 45px 0;
}

.page_questions h1 span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding: 0 0 0 5px;
}

.page_questions h1 span::before {
  content: "";
  position: absolute;
  bottom: 125px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 60px;
  height: 68px;
  background: url(../images/shindan/ico_question.svg) no-repeat;
}

.page_questions h1 span::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -10px;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  width: 100%;
  height: 9px;
  background-image: repeating-linear-gradient(90deg, transparent 0 7px, rgba(248, 101, 0, 0.4) 7px 14px);
}

@-moz-document url-prefix() {
  .page_questions h1 {
    line-height: 22px;
  }
}
.page_questions h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5714285714;
  margin: 0 0 45px 0;
}

.page_questions h2 .question_no {
  color: #009900;
  font-size: 26px;
  font-weight: 700;
}

.page_questions h2 .question_no span {
  font-size: 52px;
  font-weight: 700;
}

.page_questions .txt_lead {
  font-size: 15px;
  text-align: left;
  line-height: 1.8666666667;
  padding: 0 20px;
}

.page_questions .img_wrap {
  margin: 0 0 70px 0;
}

.page_questions .img_wrap .img_box {
  background-color: #ffffff;
  padding: 30px 20px 25px;
}

.page_questions .img_wrap .img_box.img_box_q_4 {
  padding: 24px 18px 35px;
}

.page_questions .img_wrap .img_txt_note {
  font-size: 14px;
  text-align: left;
  line-height: 2;
  text-decoration: underline;
  margin: 25px 0 0 0;
}

.page_questions .q_list li {
  position: relative;
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 20px 0;
}

.page_questions .q_list li input {
  position: absolute;
  height: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.page_questions .q_list li input:checked + label {
  color: #ffffff;
  background-color: #f86500;
}

.page_questions .q_list li label {
  display: block;
  font-weight: 700;
  border-radius: 10em;
  border: 4px solid #f86500;
  background-color: #ffffff;
  padding: 22px 0;
  cursor: pointer;
}

.page_questions .q4_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.page_questions .q4_list li {
  line-height: 1.5789473684;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
}

.page_questions .q4_list li:nth-child(1) input:checked + label {
  background-color: #175ba6;
}

.page_questions .q4_list li:nth-child(1) label {
  border: 4px solid #175ba6;
}

.page_questions .q4_list li:nth-child(2) input:checked + label {
  background-color: #f86500;
}

.page_questions .q4_list li:nth-child(2) label {
  border: 4px solid #f86500;
}

.page_questions .q4_list li:nth-child(3) input:checked + label {
  background-color: #009900;
}

.page_questions .q4_list li:nth-child(3) label {
  border: 4px solid #009900;
}

.page_questions .q4_list li label {
  padding: 16px 0;
}

.page_questions .error_box {
  position: static;
  font-size: 19px;
}

.page_questions .error_box .dx_error_txt {
  color: #ff0000;
}

.page_questions .btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
  margin: 47px 0 0;
}

.page_questions .btn_group .btn_back {
  width: calc((100% - 13px) / 2);
  margin: 0 13px 0 0;
}

.page_questions .btn_group .btn_back a {
  position: relative;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 10em;
  color: #009900;
  border: 4px solid #009900;
  background-color: #ffffff;
  padding: 17px 0;
}

.page_questions .btn_group .btn_back a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: rotateY(180deg) translateY(-50%);
  transform: rotateY(180deg) translateY(-50%);
  width: 12px;
  height: 13px;
  background: url(../images/shindan/ico_arrow_grn.svg) no-repeat;
}

.page_questions .btn_group .btn_next {
  width: calc((100% - 13px) / 2);
}

.page_questions .btn_group .btn_next.disabled-next a {
  color: #ffffff;
  border: 4px solid #dcdcdc;
  background-color: #dcdcdc;
  cursor: default;
}

.page_questions .btn_group .btn_next a {
  position: relative;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 10em;
  color: #ffffff;
  border: 4px solid #009900;
  background-color: #009900;
  padding: 17px 0;
}

.page_questions .btn_group .btn_next a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 13px;
  background: url(../images/shindan/ico_arrow_wht.svg) no-repeat;
}

/* 回答確認
--------------------------------------------------------- */
.page_summary .container {
  padding: 0;
}

.page_summary .page_info {
  background-color: #ffffff;
  padding: 110px 0 45px;
}

.page_summary .page_conts {
  padding: 62px 0 150px;
}

.page_summary .summary_wrap {
  background-color: #ffffff;
  padding: 50px 20px 75px;
}

.page_summary h1 {
  color: #f86500;
  font-size: 26px;
  line-height: 1.5384615385;
  margin: 0 0 45px 0;
}

.page_summary h1 span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}

.page_summary h1 span::before {
  content: "";
  position: absolute;
  bottom: 45px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 46px;
  height: 67px;
  background: url(../images/shindan/ico_summary.svg) no-repeat;
}

.page_summary h1 span::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  width: 100%;
  height: 9px;
  background-image: repeating-linear-gradient(90deg, transparent 0 7px, rgba(248, 101, 0, 0.4) 7px 14px);
}

.page_summary .txt_lead {
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  line-height: 1.8666666667;
  padding: 0 20px;
}

.page_summary .cf_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin: 0 0 30px 0;
}

.page_summary .cf_list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #009900;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  border: 2px solid #009900;
  margin: 3px 0 0 0;
  padding: 8px 0;
}

.page_summary .cf_list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 10px;
  background: url(../images/shindan/ico_arrow_grn.svg) no-repeat;
}

.page_summary .cf_list .q_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #dcdcdc;
  padding: 8px 0;
}

.page_summary .cf_list dl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  border: 2px solid #dcdcdc;
  margin: -2px 0 0 0;
}

.page_summary .cf_list dl dt {
  position: relative;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
  padding: 13px 15px 13px 55px;
}

.page_summary .cf_list dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 153, 0, 0.3);
  background-color: #ffffff;
}

.page_summary .cf_list dl dt::after {
  content: "Q";
  position: absolute;
  top: 46%;
  left: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #009900;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.page_summary .cf_list dl dd {
  position: relative;
  font-weight: 700;
  text-align: left;
  padding: 13px 15px 13px 55px;
}

.page_summary .cf_list dl dd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(248, 101, 0, 0.3);
  background-color: #ffffff;
}

.page_summary .cf_list dl dd::after {
  content: "A";
  position: absolute;
  top: 47%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #f86500;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.page_summary .btn_group {
  text-align: center;
  margin: 70px 0 0;
}

.page_summary .btn_group .btn_result {
  width: 100%;
  max-width: 330px;
}

.page_summary .btn_group .btn_result a {
  position: relative;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 10em;
  color: #ffffff;
  border: 4px solid #009900;
  background-color: #009900;
  padding: 17px 40px;
}

.page_summary .btn_group .btn_result a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotateY(10deg) translateY(-50%);
  transform: rotateY(10deg) translateY(-50%);
  width: 10px;
  height: 12px;
  background: url(../images/shindan/ico_arrow_wht.svg) no-repeat;
}

/* 結果
--------------------------------------------------------- */
.page_result {
  background-color: #ffffff;
}

.page_result .page_info {
  background-color: #ffffff;
  padding: 100px 0 136px;
}

.page_result .page_conts {
  position: relative;
  padding: 60px 0 45px;
}

.page_result .page_conts::before {
  content: "";
  position: absolute;
  top: -75px;
  right: 56%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  display: block;
  width: 142px;
  height: 130px;
  background: url(../images/shindan/illust_man_02.svg) no-repeat;
}

.page_result .container {
  overflow: hidden;
}

.page_result h1 {
  color: #f86500;
  font-size: 26px;
  line-height: 1.5384615385;
  margin: 0 0 45px 0;
}

.page_result h1 span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}

.page_result h1 span::before {
  content: "";
  position: absolute;
  bottom: 45px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 46px;
  height: 67px;
  background: url(../images/shindan/ico_result.svg) no-repeat;
}

.page_result h1 span::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  width: 100%;
  height: 9px;
  background-image: repeating-linear-gradient(90deg, transparent 0 7px, rgba(248, 101, 0, 0.4) 7px 14px);
}

.page_result h2 {
  color: #f86500;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.6551724138;
  margin: 0 0 45px 0;
}

.page_result h2 span {
  display: block;
  font-size: 41px;
  font-weight: 700;
}

.page_result .txt_lead {
  font-size: 15px;
  text-align: left;
  line-height: 1.8666666667;
  padding: 0 20px;
}

.page_result .sec_recom {
  text-align: right;
  border-top: 2px solid #009900;
  border-bottom: 2px solid #009900;
  background-color: #ffffff;
  margin: 0 calc(50% - 50vw) 15px;
}

.page_result .sec_recom .sec_recom_inner {
  padding: 60px 20px;
}

.page_result .sec_recom h3 {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4736842105;
  margin: 0 calc(50% - 50vw) 24px calc(50% - 50vw);
}

.page_result .sec_recom h3 span {
  display: block;
  color: #009900;
  font-size: 17px;
  font-weight: 700;
}

.page_result .sec_recom .info_box {
  border-bottom: 2px solid #dcdcdc;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
}

.page_result .sec_recom .info_box .list_note li {
  font-size: 12px;
  line-height: 1.6666666667;
  text-indent: -1.3em;
  padding-left: 1em;
}

.page_result .sec_recom .info_box .list_note li::before {
  content: "※ ";
}

.page_result .sec_recom .info_box .list_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 0 5px 0;
}

.page_result .sec_recom .info_box .list_label li {
  font-size: 13px;
  text-align: center;
  width: 200px;
  border-radius: 5px;
  background-color: #e5f5e5;
  margin: 0 0 7px 0;
  padding: 9px 0;
}

.page_result .sec_recom .info_box .list_label li:nth-child(odd) {
  margin: 0 5px 7px 0;
}
.page_result .sec_recom .txt_desc {
  font-size: 14px;
  line-height: 2.2857142857;
  text-align: left;
}

.page_result .sec_recom .txt_desc span {
  color: #f72900;
  vertical-align: super;
}

.page_result .sec_recom .txt_note {
  font-size: 14px;
  line-height: 2.2857142857;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.page_result .sec_recom .txt_note::before {
  color: #f72900;
  content: "※";
}

.page_result .sec_recom h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 0 0;
}

.page_result .sec_recom .fund_box {
  margin: 30px 0 25px 0;
}

.page_result .sec_recom .fund_box .img_wrap {
  position: relative;
  text-align: center;
  margin: 0 0 30px 0;
}

.page_result .sec_recom .fund_box .img_wrap span {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  display: inline-block;
  background-color: #f86500;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 98px;
  border-radius: 10px;
  padding: 8px 0;
}

.page_result .sec_recom .fund_box .ctry_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}

.page_result .sec_recom .fund_box .ctry_box figure {
  text-align: center;
}

.page_result .sec_recom .fund_box .ctry_box figure:not(:first-child) {
  margin: 0 0 0 25px;
}

.page_result .sec_recom .fund_box .ctry_box figure img {
  width: 47px;
  height: 31px;
}

.page_result .sec_recom .fund_box .ctry_box figure figcaption {
  font-size: 10px;
  font-weight: 700;
  margin: 5px 0 0 0;
}

.page_result .sec_recom .fund_box .ctry_box .txt_such {
  font-size: 10px;
  font-weight: 700;
  margin: 0 0 0 25px;
}

.page_result .sec_recom .fund_box_balance {
  margin: 60px 0 25px 0;
}

.page_result .sec_recom .fund_box_balance .img_wrap {
  text-align: center;
}

.page_result .txt_notes_reference {
  margin: 0 0 1em 0;
}

.page_result .note_box {
  text-align: right;
}

.page_result .note_box p {
  font-size: 12px;
  line-height: 1.8333333333;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.page_result .note_box p::before {
  color: #f72900;
  content: "※";
}

.page_result .note_box p span {
  display: block;
  text-align: right;
  margin: 10px 0 0 0;
}

.page_result .note_box p .link_trans {
  text-indent: 0;
}

.page_result .return_box {
  background-color: #e5f5e5;
  margin: 60px 0 0;
  padding: 50px 0 55px;
}

.page_result .return_box p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7777777778;
  margin: 0 0 20px 0;
}

.page_result .return_box .btn_return {
  width: 100%;
  position: relative;
  display: block;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 10em;
  border: 4px solid #009900;
  background-color: #ffffff;
  padding: 17px 55px 17px 40px;
  margin: 0 auto;
}

.page_result .return_box .btn_return::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #009900;
}

.page_result .return_box .btn_return::after {
  content: "";
  position: absolute;
  top: 50%;
  top: 50%;
  right: 29px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 10px;
  background: url(../images/shindan/ico_arrow_wht.svg) no-repeat;
}
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  height: 140px;
  background-color: tomato;
  font-weight: bold;
}

.c-orange-box {
  background: #FFD99D;
  border-radius: 22px;
  max-width: 782px;
  margin: 0 auto;
  padding: 0px 65px 45px;
}
.c-orange-box img {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-orange-box .deco-ttl {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 0 24px;
  margin-top: 47px;
  margin-bottom: 25px;
}
.c-orange-box .deco-ttl::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #000;
  width: 6px;
  height: 50px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  border-radius: 2px;
}
.c-orange-box .deco-ttl::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  background: #000;
  width: 6px;
  height: 50px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  border-radius: 2px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
body {
  overflow: auto !important;
  height: auto;
  position: relative;
  counter-reset: number 0;
}

.js-fadeInUp {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.js-fadeInUp.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.js-fadeInUp-toRight {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
.js-fadeInUp-toRight.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.js-fadeInUp-toLeft {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
.js-fadeInUp-toLeft.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.contents_wrap {
  letter-spacing: 0;
}
.contents_wrap button {
  font-family: "Noto Sans JP", sans-serif;
}

.page_toushi {
  background: url(../images/main-bg.png.webp) no-repeat top center/cover;
  position: relative;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page_toushi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 104%;
  background: url("../images/main-bg-load.svg") no-repeat top center;
  background-size: cover;
}
.page_toushi .js-fadeInUp {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.page_toushi .js-fadeInUp.is-visible {
  opacity: 1;
}
.page_toushi #lottie {
  overflow: auto;
  -webkit-transform: none;
          transform: none;
  background: none;
}
.page_toushi .blue-block .box-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_toushi .blue-block .signboard-area {
  margin-right: auto;
  position: relative;
  width: 508px;
  margin-left: min(125px, 6.5104166667vw);
  margin-top: 55px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page_toushi .blue-block .anchor01 {
  position: absolute;
  top: 128px;
  left: -35px;
  display: block;
  width: 450px;
  height: 178px;
  cursor: pointer;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.page_toushi .blue-block .anchor01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/anchor01.png.webp) no-repeat center/cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.page_toushi .blue-block .anchor01::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  background: url(../images/anchor01-hover.png.webp) no-repeat center/cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.page_toushi .blue-block .anchor02 {
  position: absolute;
  bottom: 80px;
  right: -22px;
  display: block;
  width: 452px;
  height: 186px;
  cursor: pointer;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.page_toushi .blue-block .anchor02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/anchor02.png.webp) no-repeat center/cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.page_toushi .blue-block .anchor02::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  background: url(../images/anchor02-hover.png.webp) no-repeat center/cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.page_toushi .blue-block .masumasu-area {
  margin-top: 27px;
  margin-right: min(58px, 3.0208333333vw);
}
.page_toushi .blue-block .masumasu-area .balloon {
  background: url(../images/balloon01.svg) no-repeat center/cover;
  position: relative;
  width: 480px;
  height: 310px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 29px;
  -webkit-animation: fluffy 2s ease-in-out infinite;
          animation: fluffy 2s ease-in-out infinite;
}
@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fluffy {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page_toushi .blue-block .masumasu-area .balloon .txt {
  font-weight: bold;
  font-size: 29px;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  line-height: 1.48;
}
.page_toushi .blue-block .masumasu-area .balloon .txt .f-bold {
  font-weight: 900;
}
.page_toushi .blue-block .masumasu-area .balloon .txt .f-bold .num {
  font-size: 45px;
  font-weight: 900;
  line-height: 1.08;
}
.page_toushi .blue-block .masumasu-area .char {
  width: 300px;
  margin-left: auto;
  margin-right: 70px;
  margin-top: -32px;
}
.page_toushi .blue-block .diagnose-box {
  border-radius: 54px;
  border: 14px solid #3A94E2;
  max-width: 1014px;
  margin: 4px auto 0;
  background: #fff;
  padding: 50px 60px 43px;
}
.page_toushi .blue-block .diagnose-box .balloon {
  background: #FFFF46;
  border: 7px solid #000;
  border-radius: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 21px;
  padding-bottom: 23px;
  margin-bottom: 50px;
}
.page_toushi .blue-block .diagnose-box .balloon::before {
  content: "";
  position: absolute;
  bottom: -36px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-color: transparent #000 #000 transparent;
  border-style: solid;
  border-radius: 0px 0px 10px 0px;
  border-width: 30px;
  -webkit-transform: scaleX(0.5) rotate(45deg);
          transform: scaleX(0.5) rotate(45deg);
}
.page_toushi .blue-block .diagnose-box .balloon::after {
  content: "";
  position: absolute;
  bottom: -23px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-color: transparent #FFFF46 #FFFF46 transparent;
  border-style: solid;
  border-radius: 0px 0px 4px 0px;
  border-width: 25px;
  -webkit-transform: scaleX(0.5) rotate(45deg);
          transform: scaleX(0.5) rotate(45deg);
}
.page_toushi .blue-block .diagnose-box .balloon .txt {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
}
.page_toushi .blue-block .diagnose-box .balloon .inn {
  letter-spacing: -0.08rem;
  font-weight: bold;
}
.page_toushi .blue-block .diagnose-box .ttl {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.82;
  text-align: left;
  padding: 0 28px 20px;
  vertical-align: sub;
  position: relative;
}
.page_toushi .blue-block .diagnose-box .ttl::after {
  content: "";
  position: absolute;
  border-bottom: 5px solid #000;
  width: 100%;
  height: 5px;
  bottom: 0px;
  left: -2em;
  right: 0;
  margin: auto;
}
.page_toushi .blue-block .diagnose-box .ttl .ttl-inn {
  position: relative;
  padding-left: 88px;
}
.page_toushi .blue-block .diagnose-box .ttl .ttl-inn::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  background: #FFFF46;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 71px;
  height: 71px;
  border: 3px solid #000;
  line-height: 1.3;
  padding-top: 5px;
  margin-right: 20px;
}
.page_toushi .blue-block .diagnose-box .ttl .ttl-inn::after {
  counter-increment: number 1;
  content: "Q" counter(number) " ";
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 9px;
  margin: auto;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
.page_toushi .blue-block .diagnose-box .ttl span {
  font-weight: bold;
}
.page_toushi .blue-block .diagnose-box .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  margin-top: 37px;
}
.page_toushi .blue-block .diagnose-box .btn-wrap + .ttl {
  margin-top: 51px;
}
.page_toushi .blue-block .diagnose-box .c-btn01 {
  background: #E3DDDD;
  border-radius: 29px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  width: 380px;
  padding: 11px 0;
  -webkit-box-shadow: 0px 4px 0px #9A9A9A;
          box-shadow: 0px 4px 0px #9A9A9A;
}
.page_toushi .blue-block .diagnose-box .c-btn01.active {
  background: #FFFF46;
}
.page_toushi .blue-block .diagnose-box .c-btn01 span {
  font-weight: bold;
}
.page_toushi .blue-block .diagnose-box .result-area {
  position: relative;
  max-width: 756px;
  margin: 57px auto 0;
}
.page_toushi .blue-block .diagnose-box .result-btn {
  text-align: center;
  font-weight: bold;
  background: url(../images/btn-bg.svg) no-repeat top;
  font-weight: bold;
  padding: 20px 0 26px;
  font-size: 28px;
  width: 300px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.page_toushi .blue-block .diagnose-box .deco {
  position: absolute;
  bottom: 64px;
  top: 0;
  margin: auto;
}
.page_toushi .blue-block .diagnose-box .deco:nth-of-type(1) {
  left: 20px;
}
.page_toushi .blue-block .diagnose-box .deco:nth-of-type(2) {
  bottom: 60px;
  right: 26px;
}
.page_toushi .blue-block .diagnose-box .deco-ttl {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 0 30px;
  margin-top: 56px;
}
.page_toushi .blue-block .diagnose-box .deco-ttl::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #000;
  width: 6px;
  height: 50px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  border-radius: 2px;
}
.page_toushi .blue-block .diagnose-box .deco-ttl::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  background: #000;
  width: 6px;
  height: 50px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  border-radius: 2px;
}
.page_toushi .blue-block .diagnose-box .result-box {
  font-weight: bold;
  text-align: center;
  border: 6px solid #000;
  font-size: 54px;
  margin-top: 17px;
  padding: 10px 0;
}
.page_toushi .blue-block .diagnose-box .result-box.result01 {
  display: block;
  background: #019900;
  color: #FFFF46;
  font-size: 46px;
  text-align: center;
}
.page_toushi .blue-block .diagnose-box .result-box.result02 {
  display: block;
  background: #EF857D;
  color: #FFFF46;
  font-size: 46px;
  text-align: center;
}
.page_toushi .blue-block .char-bg {
  width: 228px;
  position: absolute;
  bottom: 200px;
  right: -137px;
}
.page_toushi .blue-block .signboard {
  position: absolute;
  bottom: 420px;
  right: -190px;
  width: 191px;
  height: 172px;
  cursor: pointer;
}
.page_toushi .blue-block .signboard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/signboard-operation-reverse.png.webp) no-repeat center/cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.page_toushi .blue-block .signboard::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  background: url(../images/signboard-operation-reverse-hover.png.webp) no-repeat center/cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
@-webkit-keyframes rotateAnim {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotateAnim {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.page_toushi .orange-block {
  margin-top: 556px;
}
.page_toushi .light-green-block {
  padding-top: 170px;
  margin-top: 110px;
}
.page_toushi .light-green-block .ttl {
  position: relative;
  background: url(../images/bg-ttl01.svg) no-repeat top 90px center/contain;
  max-width: 683px;
  margin: 0 auto 51px;
  font-size: 42px;
  color: #FFFF46;
  padding-bottom: 150px;
}
.page_toushi .light-green-block .ttl img {
  display: block;
  margin: 0 auto;
}
.page_toushi .light-green-block .ttl .txt {
  font-weight: 900;
  line-height: 1.42;
  margin-top: 38px;
  display: inline-block;
}
.page_toushi .light-green-block .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.page_toushi .light-green-block .box .box-ttl {
  background: #fff;
  border-radius: 35px;
  border: 4px solid #019900;
  color: #019900;
  width: 300px;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  padding: 10px 0;
  margin: 0 auto 32px;
}
.page_toushi .light-green-block .box .txt {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}
.page_toushi .light-green-block .box .txt + .txt {
  margin-top: 10px;
}
.page_toushi .light-green-block .box .line {
  font-size: 34px;
  font-weight: bold;
  color: #FF0000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #FFFF46));
  background: linear-gradient(transparent 80%, #FFFF46 20%);
}
.page_toushi .light-green-block .box .line span {
  font-weight: bold;
}
.page_toushi .light-green-block .box:nth-of-type(1) {
  width: 640px;
  margin-left: 92px;
}
.page_toushi .light-green-block .box:nth-of-type(1) .box-img {
  max-width: 590px;
  margin-top: 30px;
}
.page_toushi .light-green-block .box:nth-of-type(2) {
  max-width: 670px;
  margin-left: auto;
  margin-top: 226px;
  margin-right: 72px;
}
.page_toushi .light-green-block .box:nth-of-type(2) .box-img {
  margin: 8px auto 0;
  margin-left: -18px;
  max-width: 670px;
}
.page_toushi .light-green-block .masumasu-left {
  position: absolute;
  bottom: 25px;
  right: 80px;
  width: 230px;
}
.page_toushi .yellow-block {
  padding-top: 800px;
  position: relative;
}
.page_toushi .yellow-block.second {
  padding-top: 330px;
}
.page_toushi .yellow-block .ttl {
  font-weight: 500;
  font-size: 32px;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 50px;
  margin-top: 47px;
  margin-bottom: 25px;
  line-height: 1.37;
}
.page_toushi .yellow-block .ttl::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -10px;
  background: #000;
  width: 10px;
  height: 130px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  border-radius: 2px;
}
.page_toushi .yellow-block .ttl::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  background: #000;
  width: 10px;
  height: 130px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  border-radius: 2px;
}
.page_toushi .yellow-block .ttl .strong {
  font-size: 46px;
  line-height: 1.37;
}
.page_toushi .yellow-block .line {
  font-size: 46px;
  font-weight: bold;
  color: #FF0000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #FFFF46));
  background: linear-gradient(transparent 80%, #FFFF46 20%);
}
.page_toushi .yellow-block .box {
  max-width: 1014px;
  margin: 13px auto 0;
  border: 10px solid #019900;
  background: #fff;
  padding: 43px 20px 36px;
}
.page_toushi .yellow-block .item {
  margin-bottom: 30px;
}
.page_toushi .yellow-block .item:last-child {
  margin-bottom: 0;
}
.page_toushi .yellow-block .box-ttl {
  border-radius: 20px;
  background: #019900;
  border: 4px solid #000;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 14px 0;
  max-width: 737px;
  margin: 0 auto 23px;
  color: #FFFF46;
}
.page_toushi .yellow-block .box-txt {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.28;
}
.page_toushi .yellow-block .box-txt.medium {
  font-size: 26px;
}
.page_toushi .yellow-block .strong {
  color: #FF0000;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.17;
}
.page_toushi .yellow-block .strong span {
  font-weight: bold;
}
.page_toushi .yellow-block .small {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.46;
}
.page_toushi .yellow-block .attention-wrap {
  text-align: left;
  max-width: 748px;
  margin: 36px auto 0;
}
.page_toushi .yellow-block .attention {
  font-weight: 100;
  font-size: 18px;
  line-height: 1.3;
}
.page_toushi .yellow-block .free-area {
  max-width: 900px;
  margin: 53px auto 0;
  position: relative;
}
.page_toushi .yellow-block .free-box {
  border-radius: 39px;
  background: #FFFF93;
  border: 6px solid #000;
  padding: 20px 0;
}
.page_toushi .yellow-block .free-box .txt {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -0.06em;
  line-height: 2;
}
.page_toushi .yellow-block .free-box .strong {
  color: #FF0000;
  font-size: 52px;
  font-weight: bold;
}
.page_toushi .yellow-block .free-box .strong .sp-mini {
  display: none;
}
.page_toushi .yellow-block .signboard-green {
  position: absolute;
  bottom: 400px;
  left: 190px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: block;
  overflow: hidden;
  width: 177px;
  height: 160px;
}
.page_toushi .yellow-block .signboard-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/signboard-contact.png.webp) no-repeat center/cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.page_toushi .yellow-block .signboard-green::after {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  background: url(../images/signboard-contact-hover.png.webp) no-repeat center/cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.page_toushi .yellow-block .signboard-pink {
  position: absolute;
  bottom: 100px;
  right: 160px;
  width: 174px;
  height: 157px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: block;
  overflow: hidden;
}
.page_toushi .yellow-block .signboard-pink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/signboard-operation.png.webp) no-repeat center/cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.page_toushi .yellow-block .signboard-pink::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  background: url(../images/signboard-operation-hover.png.webp) no-repeat center/cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.page_toushi .yellow-block .masumasu-left {
  position: absolute;
  bottom: 300px;
  right: 145px;
}
.page_toushi .yellow-block .masumasu-front {
  width: 260px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  position: absolute;
  top: 66px;
  left: -33px;
}
.page_toushi .pink-block {
  padding-top: 300px;
  margin-top: 170px;
}
.page_toushi .pink-block .ttl {
  position: relative;
  background: url(../images/bg-ttl02.svg) no-repeat top 50px center/contain;
  max-width: 683px;
  margin: 0 auto 0px;
  font-size: 30px;
  color: #FFFF46;
  padding-bottom: 120px;
}
.page_toushi .pink-block .ttl img {
  display: block;
  margin: 0 auto;
}
.page_toushi .pink-block .ttl .txt {
  font-weight: 900;
  line-height: 1.42;
  margin-top: 38px;
  letter-spacing: -0.06em;
  display: inline-block;
}
.page_toushi .pink-block .ttl .strong {
  font-weight: bold;
  font-size: 42px;
}
.page_toushi .pink-block .tag {
  width: 126px;
  text-align: center;
  color: #019900;
  border: 4px solid #019900;
  background: #fff;
  font-weight: bold;
  letter-spacing: -0.03em;
  font-size: 20px;
  display: inline-block;
  margin: 0 10px;
  padding: 7px 0;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
  line-height: 1.2;
  margin-bottom: 80px;
}
.page_toushi .pink-block .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.page_toushi .pink-block .box {
  max-width: 640px;
}
.page_toushi .pink-block .box .box-ttl {
  background: #fff;
  border-radius: 35px;
  border: 4px solid #EF857D;
  color: #EF857D;
  width: 300px;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  padding: 10px 0;
  margin: 0 auto 19px;
}
.page_toushi .pink-block .box .txt {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}
.page_toushi .pink-block .box .txt + .txt {
  margin-top: 26px;
}
.page_toushi .pink-block .box .line {
  font-size: 34px;
  font-weight: bold;
  color: #FF0000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #FFFF46));
  background: linear-gradient(transparent 80%, #FFFF46 20%);
}
.page_toushi .pink-block .box .line span {
  font-weight: bold;
}
.page_toushi .pink-block .box:nth-of-type(3) {
  max-width: 500px;
  margin-left: auto;
  margin-right: 142px;
}
.page_toushi .pink-block .box:nth-of-type(3) .box-img {
  max-width: 360px;
  margin-top: 28px;
  margin-left: 58px;
}
.page_toushi .pink-block .box:nth-of-type(1) {
  max-width: 500px;
  margin-right: auto;
  margin-left: 162px;
  margin-top: 148px;
}
.page_toushi .pink-block .box:nth-of-type(1) .strong {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.33;
}
.page_toushi .pink-block .box:nth-of-type(1) .strong span {
  font-weight: bold;
}
.page_toushi .pink-block .box:nth-of-type(1) .box-img {
  margin: 50px auto 0;
  margin-left: 56px;
  max-width: 380px;
}
.page_toushi .pink-block .masumasu-left {
  width: 230px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 40px;
  margin-top: 190px;
}
.page_toushi .pink-block .function-box {
  border: 6px solid #000;
  background: #FFFF46;
  display: block;
  max-width: 900px;
  margin: 172px auto 0;
  padding: 30px 0;
  -webkit-box-shadow: 9px 9px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 9px 9px 0 rgba(0, 0, 0, 0.16);
}
.page_toushi .pink-block .function-box .txt {
  font-weight: bold;
  position: relative;
  color: #000;
  letter-spacing: -0.06em;
  font-size: 34px;
  line-height: 1.38;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.page_toushi .pink-block .function-box .txt span {
  font-weight: bold;
}
.page_toushi .pink-block .function-box .txt::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 30px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 26px;
  height: 37px;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.page_toushi .pink-block .masumasu-front {
  width: 260px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  text-align: center;
  margin: 20px auto 0;
}
.page_toushi .green-block {
  padding-top: 130px;
  margin-top: 700px;
  position: relative;
  padding-bottom: 50px;
}
.page_toushi .green-block .ttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FFFF46));
  background: linear-gradient(transparent 60%, #FFFF46 40%);
  background-position-y: bottom;
  background-size: 100% 47px;
  background-repeat: no-repeat;
  font-weight: bold;
  display: inline;
  font-size: 36px;
  padding-bottom: 0px;
}
.page_toushi .green-block .desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 45px;
}
.page_toushi .green-block .link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 978px;
  gap: 27px;
  margin: 68px auto 0;
}
.page_toushi .green-block .box {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.page_toushi .green-block .icon {
  background: #fff;
  width: 131px;
  height: 131px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 15px;
}
.page_toushi .green-block .deco-ttl-g {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 0 30px;
  letter-spacing: -0.03em;
  margin: 1px auto 0;
  line-height: 1.27;
}
.page_toushi .green-block .deco-ttl-g::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #000;
  width: 6px;
  height: 55px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  border-radius: 2px;
}
.page_toushi .green-block .deco-ttl-g::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  background: #000;
  width: 6px;
  height: 55px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  border-radius: 2px;
}
.page_toushi .green-block .c-btn02 {
  border: 4px solid #000;
  background: #FFFF46;
  position: relative;
  display: block;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  width: 420px;
  margin: 20px auto 0;
  padding: 18px 0;
  -webkit-box-shadow: 5px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 5px 6px 0 rgba(0, 0, 0, 0.16);
}
.page_toushi .green-block .c-btn02 + .c-btn02 {
  margin-top: 32px;
}
.page_toushi .green-block .c-btn02::after {
  content: "";
  -webkit-mask: url(../images/blank.svg);
          mask: url(../images/blank.svg);
  display: block;
  position: absolute;
  background: #231815;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 26px;
  height: 26px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.page_toushi .green-block .attention {
  text-align: left;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: -0.04em;
  margin: 26px auto 0;
  line-height: 1.2;
  width: 420px;
}
.page_toushi .green-block .c-orange-box {
  margin-top: 60px;
}
.page_toushi .green-block .disclaimer-box {
  border: 3px solid #000;
  background: #fff;
  max-width: 782px;
  margin: 30px auto 0;
  -webkit-box-shadow: 5px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 5px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: left;
  padding: 20px 15px 30px;
}
.page_toushi .green-block .disclaimer-box .disclaimer-ttl {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
.page_toushi .green-block .disclaimer-box .disclaimer-desc {
  font-size: 18px;
  margin-bottom: 30px;
}
.page_toushi .green-block .disclaimer-box .link {
  position: relative;
  border-bottom: 1px solid #175ba6;
  font-weight: bold;
  font-size: 18px;
  color: #175ba6;
  padding-right: 30px;
}
.page_toushi .green-block .disclaimer-box .link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-mask: url(../images/blank.svg);
          mask: url(../images/blank.svg);
  display: block;
  width: 18px;
  height: 18px;
  background: #175ba6;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.page_toushi .green-block .masumasu-right {
  position: absolute;
  top: 53px;
  left: 268px;
  width: 220px;
}
.page_toushi .green-block .masumasu-jump {
  width: 300px;
  display: block;
  margin: 50px auto 0;
}
.page_toushi .green-block .signboard-green {
  position: absolute;
  top: -185px;
  left: 255px;
  width: 177px;
  height: 161px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: block;
  overflow: hidden;
}
.page_toushi .green-block .signboard-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/signboard-consult.png.webp) no-repeat center/cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.page_toushi .green-block .signboard-green::after {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  background: url(../images/signboard-consult-hover.png.webp) no-repeat center/cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

#footer {
  margin-bottom: 43px;
}

.bnr_footer_fix {
  padding: 17px 40px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.bnr_footer_fix.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  visibility: visible;
}
.bnr_footer_fix .btn_wrap > p {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.bnr_footer_fix .footer-btn {
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 270px;
  padding: 20px 0;
  font-size: 14px;
  position: relative;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.bnr_footer_fix .footer-btn::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 17px;
  height: 15px;
}
.bnr_footer_fix .footer-btn.btn-green {
  background: #019900;
  margin-right: 5px;
}
.bnr_footer_fix .footer-btn.btn-pink {
  background: #EF857D;
}
@media screen and (min-width: 480px) {
  /* 診断TOP
  --------------------------------------------------------- */
  .page_shindan .sec_catch {
    padding: 15px 0 35px;
  }
  .page_shindan .sec_catch .kv_wrap {
    margin: 0 -43px;
  }
  .page_shindan .sec_catch .flow_box {
    margin: 50px 0 20px 0;
    padding: 25px 122px 35px 107px;
  }
  .page_shindan .sec_catch .flow_box::before {
    right: 20px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 148px;
    height: 136px;
  }
  .page_shindan .sec_catch .flow_box .txt {
    font-size: 178.5714285714%;
    text-align: left;
    line-height: 1.68;
  }
  .page_shindan .sec_catch .flow_box .txt span {
    font-size: 16px;
  }
  .page_shindan .sec_catch .flow_box .txt em {
    color: #f86500;
    font-weight: 700;
  }
  .page_shindan .sec_catch .flow_box .btn {
    display: inline-block;
    width: 580px;
    max-width: none;
    margin: 22px 25px 0 0;
  }
  .page_shindan .sec_catch .flow_box .btn a:hover {
    opacity: 0.7;
  }
  .page_shindan .sec_catch .list_note {
    font-size: 100%;
    line-height: 1.6923076923;
  }
  .page_shindan .sec_catch .list_note li {
    text-indent: -2em;
    padding-left: 1.5em;
  }
  .page_shindan .sec_catch .list_note li::before {
    color: #f72900;
    font-weight: 700;
  }
  .page_shindan .sec_catch .list_note li:not(:last-child) {
    margin: 0 0 15px 0;
  }
  .page_shindan .sec_catch .list_note li:nth-child(1)::before {
    content: "※1 ";
  }
  .page_shindan .sec_catch .list_note li:nth-child(2)::before {
    content: "※2 ";
  }
  .page_shindan .sec_catch .list_note li a:hover {
    color: #e3442a;
    border-bottom: 1px solid #e3442a;
  }
  .page_shindan .lead_box {
    margin: 50px 0 90px;
  }
  .page_shindan .lead_box .cont {
    position: relative;
    max-height: 376px;
  }
  .page_shindan .lead_box .cont::before {
    width: 27.5256222548vw;
    max-width: 376px;
    height: 27.5256222548vw;
    max-height: 376px;
  }
  .page_shindan .lead_box p {
    position: relative;
    font-size: 135.7142857143%;
    text-align: center;
    line-height: 2.4210526316;
    margin: 0 -100px;
    padding: 20px 0 0 0;
    white-space: nowrap;
    z-index: 1;
  }
  .page_shindan .sec_consult {
    padding: 0 0 100px 0;
  }
  .page_shindan .sec_consult .dec_ttl_grn {
    margin: 0 0 65px 0;
  }
  .page_shindan .sec_consult .list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .page_shindan .sec_consult .list:not(:last-child) {
    margin: 0 0 36px 0;
  }
  .page_shindan .sec_consult .list dt {
    width: 105px;
    margin-top: -10px;
  }
  .page_shindan .sec_consult .list dd {
    font-size: 142.8571428571%;
    line-height: 2;
    width: calc(100% - 105px - 32px - 137px);
  }
  .page_shindan .sec_consult .list dd::before {
    top: 25px;
    width: 29px;
    height: 29px;
  }
  .page_shindan .sec_consult .list_q dd {
    text-align: center;
    margin: 0 137px 0 32px;
    padding: 25px;
  }
  .page_shindan .sec_consult .list_q dd::before {
    left: -22px;
  }
  .page_shindan .sec_consult .list_a dd {
    text-align: center;
    margin: 0 32px 0 137px;
    padding: 25px;
  }
  .page_shindan .sec_consult .list_a dd::before {
    right: -22px;
  }
  .page_shindan .sec_first_trial .dec_ttl_grn {
    margin: 0 0 30px 0;
  }
  .page_shindan .sec_first_trial .txt_01 {
    font-size: 114.2857142857%;
    text-align: center;
    line-height: 1.75;
  }
  .page_shindan .sec_first_trial .txt_note {
    font-size: 100%;
    text-align: center;
    line-height: 1.5714285714;
  }
  .page_shindan .sec_first_trial .img_wrap {
    padding: 12px 0 25px;
  }
  .page_shindan .sec_first_trial .list_note {
    font-size: 100%;
    line-height: 1.5714285714;
  }
  .page_shindan .sec_first_trial .img_frame {
    margin: 25px 0 0;
    padding: 33px 22px;
  }
  .page_shindan .sec_first_trial .img_frame .img_box {
    max-width: 650px;
  }
  .page_shindan .sec_new_nisa {
    padding: 45px 0 95px;
  }
  .page_shindan .sec_new_nisa h2 {
    font-size: 214.2857142857%;
    line-height: 1.3333333333;
    margin: 0 0 40px 0;
  }
  .page_shindan .sec_new_nisa .img_wrap {
    border-radius: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 75px 80px;
  }
  .page_shindan .sec_new_nisa .btn {
    bottom: -30px;
    width: 525px;
    max-width: none;
  }
  .page_shindan .sec_new_nisa .btn a {
    font-size: 121.4285714286%;
    padding: 15px;
  }
  .page_shindan .sec_new_nisa .btn a:hover {
    background-color: #fbe8dc;
  }
  .page_shindan .sec_start {
    padding: 100px 0;
  }
  .page_shindan .sec_start .dec_ttl_grn {
    margin: 0 0 50px 0;
  }
  .page_shindan .sec_start ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .page_shindan .sec_start ul .col_img {
    width: 295px;
    margin: 0 35px 0 0;
  }
  .page_shindan .sec_start ul .col_cont {
    width: calc(100% - 295px - 35px);
  }
  .page_shindan .sec_start ul .col_cont dt {
    font-size: 171.4285714286%;
    line-height: 1.3333333333;
  }
  .page_shindan .sec_start ul .col_cont dt .sup {
    font-size: 16px;
  }
  .page_shindan .sec_start ul .col_cont dd {
    font-size: 114.2857142857%;
    line-height: 2;
  }
  .page_shindan .sec_start ul .col_cont dd .txt_02 {
    font-size: 14px;
  }
  .page_shindan .sec_recom_fund .dec_ttl_orn {
    margin: 0 0 25px 0;
  }
  .page_shindan .sec_recom_fund .txt_lead {
    font-size: 128.5714285714%;
    line-height: 2;
    text-align: center;
  }
  .page_shindan .sec_recom_fund .flow_box {
    margin: 128px 0 0;
    padding: 78px 0 65px;
  }
  .page_shindan .sec_recom_fund .flow_box::before {
    top: -100px;
    right: 51%;
    width: 160px;
    height: 148px;
  }
  .page_shindan .sec_recom_fund .flow_box h3 {
    font-size: 214.2857142857%;
    margin: 0 0 45px 0;
  }
  .page_shindan .sec_recom_fund .flow_box .list_flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 25px 0 20px;
  }
  .page_shindan .sec_recom_fund .flow_box .list_flow li {
    position: relative;
    width: 285px;
  }
  .page_shindan .sec_recom_fund .flow_box .list_flow li:not(:last-child) {
    margin: 0 57px 0 0;
  }
  .page_shindan .sec_recom_fund .flow_box .list_flow li:not(:last-child)::after {
    top: 50%;
    bottom: auto;
    right: -60px;
    -webkit-transform: rotate(0deg) translateX(0) translateY(-50%);
    transform: rotate(0deg) translateX(0) translateY(-50%);
    width: 23px;
    height: 41px;
    margin-right: 0;
  }
  .page_shindan .sec_recom_fund .flow_box .recom_box {
    padding: 20px 16px 25px;
  }
  .page_shindan .sec_recom_fund .flow_box .recom_box .txt {
    font-size: 157.1428571429%;
    line-height: 1.4545454545;
  }
  .page_shindan .sec_recom_fund .flow_box .recom_box .btn {
    width: 490px;
    max-width: none;
  }
  .page_shindan .sec_recom_fund .flow_box .recom_box .btn a {
    font-size: 135.7142857143%;
    padding: 21px 50px;
  }
  .page_shindan .sec_recom_fund .flow_box .recom_box .btn a:hover {
    opacity: 0.7;
  }
  .page_shindan .sec_pickup {
    padding: 100px 0;
  }
  .page_shindan .sec_pickup .dec_ttl_grn {
    margin: 0 0 25px 0;
  }
  .page_shindan .sec_pickup .txt_01 {
    font-size: 114.2857142857%;
    text-align: center;
  }
  .page_shindan .sec_pickup .list_note {
    font-size: 100%;
    text-align: center;
  }
  .page_shindan .sec_pickup .list_ranking {
    margin: 40px 0 15px;
  }
  .page_shindan .sec_pickup .list_ranking li {
    padding: 15px 20px 25px;
  }
  .page_shindan .sec_pickup .list_ranking .col_img {
    width: 67px;
    margin: 0 25px 0 0;
  }
  .page_shindan .sec_pickup .list_ranking .col_cont {
    width: calc(100% - 67px - 25px);
    padding: 13px 0 0 0;
  }
  .page_shindan .sec_pickup .list_ranking .col_cont dt {
    margin: 0 0 15px 0;
  }
  .page_shindan .sec_pickup .list_ranking .col_cont dt a {
    font-size: 157.1428571429%;
  }
  .page_shindan .sec_pickup .list_ranking .col_cont dt a:hover {
    color: #e3442a;
    border-bottom: 1px solid #e3442a;
  }
  .page_shindan .sec_pickup .list_ranking .col_cont dt .label {
    display: inline-block;
    font-size: 92.8571428571%;
    width: 186px;
    border-radius: 4px;
    margin: 0 0 0 25px;
  }
  .page_shindan .sec_pickup .list_ranking .col_cont dd {
    font-size: 107.1428571429%;
    line-height: 1.8666666667;
  }
  .page_shindan .sec_summary {
    padding: 65px 0 75px;
  }
  .page_shindan .sec_summary .dec_ttl_grn {
    margin: 0 0 45px 0;
  }
  .page_shindan .sec_summary .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .page_shindan .sec_summary .list .list_item {
    width: calc((100% - 48px) / 3);
  }
  .page_shindan .sec_summary .list .list_item:not(:last-child) {
    margin: 0 24px 0 0;
  }
  .page_shindan .sec_summary .list .list_item dt {
    font-size: 178.5714285714%;
    height: 60px;
  }
  .page_shindan .sec_summary .list .list_item dt span {
    margin: 0 6px 0 0;
  }
  .page_shindan .sec_summary .list .list_item dd {
    padding: 15px 12px 25px;
  }
  .page_shindan .sec_summary .list .list_item dd .txt {
    font-size: 135.7142857143%;
    line-height: 1.5263157895;
  }
  .page_shindan .sec_summary .list .list_item dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 15px 0 30px 0;
  }
  .page_shindan .sec_summary .list .list_item dd ul li {
    width: calc((100% - 20px) / 3);
  }
  .page_shindan .sec_summary .list .list_item dd ul li:not(:last-child) {
    margin: 0 10px 0 0;
  }
  .page_shindan .sec_summary .list .list_item dd .btn a:hover {
    background-color: #e5f7cd;
  }
  .page_shindan .sec_summary .txt_note {
    font-size: 100%;
    line-height: 1.5714285714;
  }
  .page_shindan .sec_summary .summary_box {
    margin: 0;
  }
  .page_shindan .sec_summary .summary_box h3 {
    font-size: 214.2857142857%;
    margin: 0 0 45px 0;
  }
  .page_shindan .sec_qa {
    padding: 70px 0 100px;
  }
  .page_shindan .sec_qa .dec_ttl_grn {
    margin: 0 0 35px 0;
  }
  .page_shindan .sec_qa .list_qa > li label {
    font-size: 142.8571428571%;
    line-height: 1.8;
    padding: 30px 95px 30px 115px;
    cursor: pointer;
  }
  .page_shindan .sec_qa .list_qa > li label::before, .page_shindan .sec_qa .list_qa > li label::after {
    content: "";
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
  }
  .page_shindan .sec_qa .list_qa > li label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -1px;
  }
  .page_shindan .sec_qa .list_qa > li label span {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 28px;
    width: 50px;
    height: 50px;
    border: 10px solid rgba(0, 153, 0, 0.3);
  }
  .page_shindan .sec_qa .list_qa > li input[type=checkbox]:checked ~ .acc_wrap {
    padding: 0 0 35px;
  }
  .page_shindan .sec_qa .list_qa > li input[type=checkbox]:checked ~ .acc_wrap .acc_inner {
    margin: 10px 34px 0;
    padding: 15px 40px;
  }
  .page_shindan .sec_qa .list_qa > li .acc_wrap {
    position: relative;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.75s;
    transition: opacity 0.75s;
  }
  .page_shindan .sec_qa .list_qa > li .acc_wrap .acc_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .page_shindan .sec_qa .list_qa > li .acc_wrap span {
    position: relative;
    top: auto;
    left: auto;
    font-size: 28px;
    width: 50px;
    height: 50px;
    border: 10px solid rgba(248, 101, 0, 0.3);
    margin: 0 20px 0 0;
  }
  .page_shindan .sec_qa .list_qa > li .acc_wrap span::before {
    top: 45%;
  }
  .page_shindan .sec_qa .list_qa > li .acc_wrap p a:hover {
    color: #e3442a;
    border-bottom: 1px solid #e3442a;
  }
  .page_shindan .sec_qa .list_qa > li .acc_wrap .txt_note {
    font-size: 100%;
    line-height: 1.5714285714;
  }
  .page_shindan .sec_qa .list_qa > li .acc_wrap .col_cont {
    font-size: 114.2857142857%;
    width: calc(100% - 50px - 20px);
  }
  .page_shindan .sec_qa .list_qa > li .acc_wrap .col_cont_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .page_shindan .sec_qa .list_qa > li .acc_wrap .col_cont_row .cont_col {
    width: calc(100% - 380px - 40px);
  }
  .page_shindan .sec_qa .list_qa > li .acc_wrap .col_cont_row .img_col {
    width: 380px;
    text-align: center;
    margin: 0 0 0 40px;
  }
  .page_shindan .sec_qa .list_qa > li .row_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 55px 0 0 0;
  }
  .page_shindan .sec_qa .list_qa > li .row_cont dl {
    width: calc(100% - 293px - 115px);
  }
  .page_shindan .sec_qa .list_qa > li .row_cont dl dd ul li:nth-child(1) {
    display: inline-block;
  }
  .page_shindan .sec_qa .list_qa > li .row_cont dl dd ul li:nth-child(2) {
    display: inline-block;
    margin: 0 0 0 35px;
  }
  .page_shindan .sec_qa .list_qa > li .row_cont .img_wrap {
    max-width: 293px;
    margin: 0 0 0 115px;
  }
  .page_shindan .sec_qa .btn_wrap .btn {
    width: 480px;
    max-width: none;
    margin: 0 auto;
  }
  .page_shindan .sec_qa .btn_wrap .btn a {
    font-size: 121.4285714286%;
    padding: 14px 30px 14px 15px;
  }
  .page_shindan .sec_qa .btn_wrap .btn a:hover {
    background-color: #e5f7cd;
  }
  .page_shindan .sec_qa .btn_wrap .btn a::after {
    right: 20px;
    width: 19px;
    height: 16px;
  }
  .bnr_footer_fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    min-width: 1100px;
  }
  .bnr_footer_fix .txt {
    display: block;
    font-size: 107.1428571429%;
    text-align: left;
    line-height: 1.8666666667;
    margin: 0 15px 0 0;
  }
  .bnr_footer_fix .txt span {
    color: #f86500;
    font-weight: 700;
  }
  .bnr_footer_fix .btn_wrap .btn:nth-child(1) {
    width: 230px;
    max-width: none;
    margin: 0 10px 0 0;
  }
  .bnr_footer_fix .btn_wrap .btn:nth-child(1) a {
    height: 53px;
    border-radius: 27px;
    padding: 0 30px 0 20px;
  }
  .bnr_footer_fix .btn_wrap .btn:nth-child(1) a:hover {
    opacity: 0.7;
  }
  .bnr_footer_fix .btn_wrap .btn:nth-child(2) {
    width: 230px;
    max-width: none;
  }
  .bnr_footer_fix .btn_wrap .btn:nth-child(2) a {
    height: 45px;
    border-radius: 27px;
    border: 4px solid #175ba6;
    padding: 0 15px 0 10px;
  }
  .bnr_footer_fix .btn_wrap .btn:nth-child(2) a:hover {
    background-color: #deecfc;
  }
  .bnr_footer_fix .btn_wrap .btn:nth-child(2) a::after {
    right: 10px;
    width: 9px;
    height: 8px;
  }
  #header {
    position: relative;
    width: 100%;
    min-width: 1100px;
    height: 120px;
  }
  #header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background-color: #090;
  }
  #header #h_sp_menu {
    width: 100%;
  }
  #header #h_g_menu {
    display: none;
  }
  #footer {
    width: 100%;
    min-width: 1100px;
  }
  .contents_wrap {
    min-width: 1100px;
  }
  .container {
    width: 1014px;
    padding: 0 43px;
  }
  .sp_hidden {
    display: block;
  }
  .pc_hidden {
    display: none;
  }
  /* 共通
  --------------------------------------------------------- */
  .progress_bar {
    margin: 40px 0 0 0;
  }
  .progress_bar dl {
    width: 138px;
  }
  .progress_bar dl dd {
    font-size: 114.2857142857%;
  }
  .dec_ttl_grn {
    line-height: 1.5555555556;
  }
  .dec_ttl_grn span {
    position: relative;
    font-size: 257.1428571429%;
  }
  .dec_ttl_grn span::before, .dec_ttl_grn span::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 38px;
    height: 56px;
  }
  .dec_ttl_grn span::before {
    left: -56px;
    background: url(../images/shindan/dec_title_grn_l.svg) no-repeat;
  }
  .dec_ttl_grn span::after {
    right: -56px;
    background: url(../images/shindan/dec_title_grn_r.svg) no-repeat;
  }
  .dec_ttl_orn {
    line-height: 1.5555555556;
  }
  .dec_ttl_orn span {
    position: relative;
    font-size: 257.1428571429%;
  }
  .dec_ttl_orn span::before, .dec_ttl_orn span::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 38px;
    height: 56px;
  }
  .dec_ttl_orn span::before {
    left: -56px;
    background: url(../images/shindan/dec_title_orn_l.svg) no-repeat;
  }
  .dec_ttl_orn span::after {
    right: -56px;
    background: url(../images/shindan/dec_title_orn_r.svg) no-repeat;
  }
  .link_anchor {
    display: inline-block;
  }
  .link_anchor:hover {
    color: #e3442a;
    border-bottom: 1px solid #e3442a;
  }
  .link_anchor:hover::after {
    background: url(../images/shindan/ico_arrow_under_red.svg) no-repeat;
  }
  .link_external:hover {
    color: #e3442a;
    border-bottom: 1px solid #e3442a;
  }
  .link_external:hover::after {
    background: url(../images/shindan/ico_link_red.svg) no-repeat;
  }
  .link_trans:hover {
    color: #e3442a;
    border-bottom: 1px solid #e3442a;
  }
  .link_trans:hover::before {
    background-color: #e3442a;
  }
  .txt_notes_reference {
    font-size: 100%;
  }
  .txt_notes_reference a:hover {
    color: #e3442a;
    border-bottom: 1px solid #e3442a;
  }
  .sec_advice {
    padding: 50px 0 55px 0;
  }
  .sec_advice h3 {
    margin: 0 0 15px 0;
    padding: 0 65px 25px;
  }
  .sec_advice h3::after {
    height: 25px;
    background: url(../images/shindan/start_line_pc.svg) no-repeat center/cover;
  }
  .sec_advice .txt {
    font-size: 128.5714285714%;
    text-align: center;
    line-height: 2;
  }
  .sec_advice .txt_note_s {
    font-size: 100%;
    line-height: 1.5714285714;
  }
  .sec_advice .advice_box {
    margin: 0 0 15px 0;
    padding: 26px 45px;
  }
  .sec_advice .advice_box h4 {
    font-size: 200%;
    line-height: 1.2857142857;
  }
  .sec_advice .advice_box h4 i {
    display: inline-block;
    margin: 0 50px 0 0;
  }
  .sec_advice .advice_box .btn_wrap {
    margin: 28px 0 0 0;
  }
  .sec_advice .advice_box .btn_advice:first-of-type {
    margin: 0 20px 0 0;
  }
  .sec_advice .advice_box .btn_advice a {
    padding: 22px 35px;
  }
  .sec_advice .advice_box .btn_advice a:hover {
    opacity: 0.7;
  }
  .sec_advice .advice_box .btn_advice a::before {
    left: 22px;
  }
  .sec_advice .advice_box .btn_advice a::after {
    right: 20px;
    width: 19px;
    height: 16px;
  }
  .sec_advice .advice_box .btn_advice a span {
    display: inline-block;
    font-size: 15px;
  }
  .sec_advice .store_box h4 i {
    width: 50px;
    height: 39px;
  }
  .sec_advice .store_box .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
            align-items: baseline;
  }
  .sec_advice .store_box .btn_wrap_inner .txt_note_m {
    font-size: 100%;
    margin: 5px 0 0 0;
  }
  .sec_advice .online_box h4 i {
    width: 51px;
    height: 45px;
  }
  .sec_advice .online_box .btn_wrap {
    display: inline-block;
  }
  .sec_advice .online_box .btn_account {
    width: 292px;
  }
  .sec_advice .online_box .btn_account a {
    padding: 21px 35px;
  }
  .sec_advice .online_box .txt_note_m {
    display: inline-block;
    vertical-align: middle;
    font-size: 100%;
  }
  @-moz-document url-prefix() {
    .sec_advice .online_box .txt_note_m {
      line-height: 12px;
    }
  }
  .attention_box {
    margin: 80px 0 0 0;
    padding: 0 0 170px 0;
  }
  .attention_box dl {
    padding: 30px 40px;
  }
  .attention_box dl dt {
    font-size: 142.8571428571%;
  }
  .attention_box dl dd p {
    font-size: 114.2857142857%;
    line-height: 1.75;
  }
  /* 規約
  --------------------------------------------------------- */
  .page_terms .page_conts {
    padding: 60px 0 80px;
  }
  .page_terms h1 {
    font-size: 200%;
  }
  .page_terms .terms_box {
    background-color: #ffffff;
    margin: 50px 0;
    padding: 60px 86px 50px;
  }
  .page_terms .terms_box_inner {
    height: 460px;
    overflow: auto;
  }
  .page_terms .txt_def {
    margin: 20px 40px 18px 0;
  }
  .page_terms .terms_list {
    padding: 0 26px 0 16px;
  }
  .page_terms .terms_list li:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .page_terms .txt_notes_reference {
    padding: 0 26px 0 16px;
  }
  .page_terms .check_consent span {
    font-size: 114.2857142857%;
  }
  .page_terms .btn_check {
    width: 490px;
    max-width: none;
    font-size: 135.7142857143%;
    padding: 22px 0;
  }
  /* 質問
  --------------------------------------------------------- */
  .page_questions .page_info {
    padding: 90px 0 145px;
  }
  .page_questions .page_conts {
    padding: 72px 0 145px;
  }
  .page_questions .page_conts::before {
    top: -96px;
    right: 51%;
    width: 150px;
    height: 146px;
  }
  .page_questions h1 {
    font-size: 214.2857142857%;
    line-height: 1.3333333333;
    margin: 0 0 35px 0;
  }
  .page_questions h1 span::before {
    bottom: 50px;
    width: 64px;
    height: 72px;
  }
  .page_questions h2 {
    font-size: 36px;
    line-height: 1.2222222222;
    margin: 0 0 70px 0;
  }
  .page_questions h2 .question_no {
    font-size: 42px;
    margin: 0 0 10px 0;
  }
  .page_questions h2 .question_no span {
    font-size: 60px;
  }
  .page_questions .txt_lead {
    font-size: 114.2857142857%;
    text-align: center;
    line-height: 1.75;
    padding: 0;
  }
  .page_questions .img_wrap {
    margin: 0 0 55px 0;
  }
  .page_questions .img_wrap .img_box {
    padding: 45px 35px;
  }
  .page_questions .img_wrap .img_box.img_box_q_4 {
    padding: 45px 100px;
  }
  .page_questions .img_wrap .img_txt_note {
    font-size: 114.2857142857%;
    line-height: 2;
    margin: 30px 0 0 0;
  }
  .page_questions .q_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page_questions .q_list li {
    font-size: 135.7142857143%;
    width: calc((100% - 30px) / 2);
    margin: 0 0 30px;
  }
  .page_questions .q_list li:nth-child(odd) {
    margin: 0 30px 30px 0;
  }
  .page_questions .q_list li label:hover {
    color: #ffffff;
    background-color: #f86500;
  }
  .page_questions .q4_list li {
    width: 700px;
    margin: 0 0 30px 0;
  }
  .page_questions .q4_list li:nth-child(odd) {
    margin: 0 0 30px 0;
  }
  .page_questions .q4_list li:nth-child(1) label:hover {
    background-color: #175ba6;
  }
  .page_questions .q4_list li:nth-child(2) label:hover {
    background-color: #f86500;
  }
  .page_questions .q4_list li:nth-child(3) label:hover {
    background-color: #009900;
  }
  .page_questions .q4_list li label {
    padding: 16px 0;
  }
  .page_questions .btn_group {
    margin: 66px 0 0;
  }
  .page_questions .btn_group .btn_back {
    font-size: 100%;
    width: 200px;
    margin: 0 32px 0 0;
  }
  .page_questions .btn_group .btn_back a {
    font-size: 135.7142857143%;
  }
  .page_questions .btn_group .btn_back a:hover {
    color: #ffffff;
    background-color: #009900;
  }
  .page_questions .btn_group .btn_back a:hover::before {
    background: url(../images/shindan/ico_arrow_wht.svg) no-repeat;
  }
  .page_questions .btn_group .btn_next {
    font-size: 100%;
    width: 200px;
  }
  .page_questions .btn_group .btn_next a {
    font-size: 135.7142857143%;
  }
  /* 回答確認
  --------------------------------------------------------- */
  .page_summary .container {
    padding: 0 43px;
  }
  .page_summary .page_info {
    padding: 90px 0 58px;
  }
  .page_summary .page_conts {
    padding: 70px 0 170px;
  }
  .page_summary .summary_wrap {
    padding: 60px 45px 75px;
  }
  .page_summary h1 {
    font-size: 214.2857142857%;
    line-height: 1.3333333333;
    margin: 0 0 35px 0;
  }
  .page_summary h1 span::before {
    bottom: 50px;
    width: 50px;
    height: 73px;
  }
  .page_summary .txt_lead {
    font-size: 128.5714285714%;
    text-align: center;
    line-height: 1.7777777778;
    padding: 0;
  }
  .page_summary .cf_list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .page_summary .cf_list a {
    color: #009900;
    font-size: 114.2857142857%;
    width: 150px;
    margin: 0 0 0 3px;
    padding: 0;
  }
  .page_summary .cf_list a::after {
    right: 15px;
  }
  .page_summary .cf_list a:hover {
    background-color: #e5f7cd;
  }
  .page_summary .cf_list .q_txt {
    font-size: 128.5714285714%;
    width: 104px;
    padding: 0;
  }
  .page_summary .cf_list dl {
    font-size: 114.2857142857%;
    width: calc(100% - 104px - 1px - 150px);
    margin: 0 0 0 -2px;
  }
  .page_summary .cf_list dl dt {
    padding: 17px 35px 17px 70px;
  }
  .page_summary .cf_list dl dt::before {
    left: 25px;
  }
  .page_summary .cf_list dl dt::after {
    left: 35px;
    font-size: 16px;
  }
  .page_summary .cf_list dl dd {
    padding: 17px 35px 17px 70px;
  }
  .page_summary .cf_list dl dd::before {
    left: 25px;
  }
  .page_summary .cf_list dl dd::after {
    left: 37px;
    font-size: 16px;
  }
  .page_summary .btn_group .btn_result {
    font-size: 100%;
    width: 490px;
  }
  .page_summary .btn_group .btn_result a {
    font-size: 135.7142857143%;
    padding: 17px 0;
  }
  .page_summary .btn_group .btn_result a::before {
    right: 26px;
  }
  .page_summary .btn_group .btn_result a:hover {
    opacity: 0.7;
  }
  /* 結果
  --------------------------------------------------------- */
  .page_result .page_info {
    padding: 90px 0 140px;
  }
  .page_result .page_conts {
    padding: 70px 0 30px;
  }
  .page_result .page_conts::before {
    top: -90px;
    right: 51.5%;
    width: 164px;
    height: 150px;
  }
  .page_result h1 {
    font-size: 214.2857142857%;
    line-height: 1.3333333333;
    margin: 0 0 35px 0;
  }
  .page_result h1 span::before {
    bottom: 50px;
    width: 50px;
    height: 73px;
  }
  .page_result h2 {
    font-size: 34px;
    line-height: 1.7647058824;
  }
  .page_result h2 span {
    font-size: 47px;
  }
  .page_result .txt_lead {
    font-size: 128.5714285714%;
    font-weight: 700;
    text-align: center;
    line-height: 1.7777777778;
    padding: 0;
  }
  .page_result .sec_recom {
    border-radius: 20px;
    border: 2px solid #009900;
    margin: 0 0 25px;
  }
  .page_result .sec_recom .sec_recom_inner {
    padding: 40px 80px 50px;
  }
  .page_result .sec_recom h3 {
    font-size: 44px;
    margin: 0 0 24px 0;
  }
  .page_result .sec_recom h3 span {
    font-size: 20px;
  }
  .page_result .sec_recom .info_box {
    margin: 0 0 20px 0;
    padding: 0 40px 20px;
  }
  .page_result .sec_recom .info_box .list_note li {
    font-size: 100%;
    line-height: 1.4285714286;
  }
  .page_result .sec_recom .info_box .list_label li {
    font-size: 128.5714285714%;
    width: 240px;
    padding: 10px 0;
  }
  .page_result .sec_recom .info_box .list_label li:nth-child(odd) {
    margin: 0 0 7px 0;
  }
  .page_result .sec_recom .info_box .list_label li:not(:nth-child(3n)) {
    margin: 0 22px 7px 0;
  }
  .page_result .sec_recom .txt_desc {
    font-size: 114.2857142857%;
    line-height: 2;
  }
  .page_result .sec_recom .txt_note {
    font-size: 100%;
    line-height: 2.2857142857;
  }
  .page_result .sec_recom h4 {
    font-size: 142.8571428571%;
  }
  .page_result .sec_recom .fund_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 35px 0 15px 0;
    padding: 0 10px;
  }
  .page_result .sec_recom .fund_box .img_wrap {
    position: relative;
    margin: 0 15px 0 0;
  }
  .page_result .sec_recom .fund_box .img_wrap span {
    font-size: 142.8571428571%;
    width: 136px;
    padding: 11px 0;
  }
  .page_result .sec_recom .fund_box .ctry_box figure:not(:first-child) {
    margin: 0 0 0 35px;
  }
  .page_result .sec_recom .fund_box .ctry_box figure img {
    width: 66px;
    height: 44px;
  }
  .page_result .sec_recom .fund_box .ctry_box figure figcaption {
    font-size: 107.1428571429%;
    margin: 8px 0 0 0;
  }
  .page_result .sec_recom .fund_box .ctry_box .txt_such {
    font-size: 107.1428571429%;
    margin: 0 0 0 35px;
  }
  .page_result .sec_recom .fund_box_balance {
    margin: 35px 0 15px 0;
  }
  .page_result .sec_recom .fund_box_balance .img_wrap {
    max-width: 266px;
    margin: 0 auto;
  }
  .page_result .note_box p {
    font-size: 100%;
    line-height: 1.8571428571;
  }
  .page_result .note_box p span {
    text-align: left;
  }
  .page_result .return_box .btn_return {
    width: 490px;
  }
  .page_result .return_box .btn_return:hover {
    background-color: #e5f7cd;
  }
}
@media screen and (max-width: 480px) {
  .page_result .sec_recom .info_box .list_label li:nth-child(odd) {
    margin: 0 0 7px 0;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    height: 26.6666666667vw;
    background-color: lightgreen;
  }
  .c-orange-box {
    border-radius: 10px;
    padding: 0 30px 30px;
  }
  .c-orange-box .deco-ttl {
    font-size: min(16px, 5vw);
    padding: 0 18px;
  }
  .c-orange-box .deco-ttl::before {
    width: 3px;
    height: 25px;
  }
  .c-orange-box .deco-ttl::after {
    width: 3px;
    height: 25px;
  }
  .page_toushi::before {
    background: url(../images/main-bg-load_sp.svg) no-repeat top center;
    background-size: cover;
    height: 100%;
  }
  .page_toushi {
    background: url(../images/main-bg_sp.png.webp) no-repeat top center;
    background-position: top center;
    background-size: 100% 100%;
    /*  background-size: cover; */
  }
  .page_toushi .blue-block .box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page_toushi .blue-block .signboard-area {
    margin: 20px auto 0;
    width: 70%;
  }
  .page_toushi .blue-block .anchor01::before {
    left: 0;
    background-size: contain;
  }
  .page_toushi .blue-block .anchor01::after {
    background-size: contain;
  }
  .page_toushi .blue-block .anchor01 {
    width: min(300px, 62.5vw);
    height: min(154px, 32.0833333333vw);
    background-size: contain;
    top: min(60px, 12.5vw);
    left: max(-35px, -7.2916666667vw);
  }
  .page_toushi .blue-block .anchor02::before {
    background-size: contain;
  }
  .page_toushi .blue-block .anchor02::after {
    background-size: contain;
  }
  .page_toushi .blue-block .anchor02 {
    width: min(300px, 62.5vw);
    height: min(154px, 32.0833333333vw);
    bottom: min(0px, 0vw);
    right: max(-22px, -4.5833333333vw);
    background-size: contain;
  }
  .page_toushi .blue-block .masumasu-area {
    margin-top: 50px;
  }
  .page_toushi .blue-block .masumasu-area .balloon {
    width: 100%;
    background-size: contain;
    height: 170px;
    margin-bottom: 30px;
    padding-bottom: 8px;
  }
  .page_toushi .blue-block .masumasu-area .balloon .txt {
    font-size: 17px;
  }
  .page_toushi .blue-block .masumasu-area .balloon .txt .f-bold .num {
    font-size: 24px;
  }
  .page_toushi .blue-block .masumasu-area .char {
    width: 150px;
  }
  .page_toushi .blue-block .diagnose-box {
    border-radius: 20px;
    padding: 50px 10px 50px;
    border-width: 7px;
  }
  .page_toushi .blue-block .diagnose-box .balloon::before {
    bottom: -15px;
    border-radius: 0px 0px 5px 0px;
    border-width: 12px;
  }
  .page_toushi .blue-block .diagnose-box .balloon::after {
    border-width: 10px;
    border-radius: 0px 0px 2px 0px;
    bottom: -10px;
  }
  .page_toushi .blue-block .diagnose-box .balloon {
    padding: 25px 0 20px;
    border-width: 3px;
  }
  .page_toushi .blue-block .diagnose-box .balloon .txt {
    font-size: 18px;
  }
  .page_toushi .blue-block .diagnose-box .ttl {
    font-size: 20px;
    padding: 0 10px 15px;
    line-height: 1;
    margin-left: 2em;
    text-indent: -2em;
  }
  .page_toushi .blue-block .diagnose-box .ttl::after {
    border-width: 2px;
  }
  .page_toushi .blue-block .diagnose-box .ttl .ttl-inn {
    padding-left: 40px;
  }
  .page_toushi .blue-block .diagnose-box .ttl .ttl-inn::before {
    width: 35px;
    height: 35px;
    font-size: 16px;
    padding-top: 3px;
    border-width: 2px;
    margin-right: 10px;
  }
  .page_toushi .blue-block .diagnose-box .ttl .ttl-inn::after {
    top: 3px;
    left: 2.9em;
    font-size: 16px;
  }
  .page_toushi .blue-block .diagnose-box .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 18px;
  }
  .page_toushi .blue-block .diagnose-box .btn-wrap + .ttl {
    margin-top: 40px;
  }
  .page_toushi .blue-block .diagnose-box .c-btn01 {
    width: 100%;
    font-size: 18px;
    border-radius: 10px;
  }
  .page_toushi .blue-block .diagnose-box .c-btn01 + .c-btn01 {
    margin-top: 20px;
  }
  .page_toushi .blue-block .diagnose-box .result-area {
    margin-top: 45px;
  }
  .page_toushi .blue-block .diagnose-box .result-btn {
    width: 200px;
    font-size: 16px;
    background-size: contain;
    padding: 15px 0 19px;
  }
  .page_toushi .blue-block .diagnose-box .deco {
    bottom: 32px;
    width: 50px;
  }
  .page_toushi .blue-block .diagnose-box .deco:nth-of-type(1) {
    left: 0px;
  }
  .page_toushi .blue-block .diagnose-box .deco:nth-of-type(2) {
    bottom: 30px;
    right: 0px;
  }
  .page_toushi .blue-block .diagnose-box .deco-ttl {
    margin-top: 23px;
    font-size: 15px;
    padding: 0 15px;
  }
  .page_toushi .blue-block .diagnose-box .deco-ttl::before {
    width: 3px;
    height: 25px;
    bottom: -7px;
  }
  .page_toushi .blue-block .diagnose-box .deco-ttl::after {
    width: 3px;
    height: 25px;
    bottom: -7px;
  }
  .page_toushi .blue-block .diagnose-box .result-box.result01 {
    font-size: 27px;
  }
  .page_toushi .blue-block .diagnose-box .result-box.result02 {
    font-size: 27px;
  }
  .page_toushi .blue-block .diagnose-box .result-box {
    font-size: 27px;
    border-width: 3px;
  }
  .page_toushi .blue-block .char-bg {
    bottom: max(-200px, -62.5vw);
    right: initial;
    left: 0;
    width: 150px;
  }
  .page_toushi .blue-block .signboard::before {
    background-size: contain;
  }
  .page_toushi .blue-block .signboard::after {
    background-size: contain;
  }
  .page_toushi .blue-block .signboard {
    bottom: max(-200px, -62.5vw);
    right: 20px;
    width: 100px;
    background-size: contain;
  }
  .page_toushi .orange-block {
    margin-top: 400px;
  }
  .page_toushi .light-green-block {
    padding-top: 50px;
    margin-top: 100px;
  }
  .page_toushi .light-green-block .ttl {
    padding-bottom: 40px;
    font-size: 24px;
    background-size: contain;
    max-width: 320px;
    margin: 0 auto 200px;
  }
  .page_toushi .light-green-block .ttl img {
    width: 80px;
  }
  .page_toushi .light-green-block .ttl .txt {
    margin-top: 20px;
  }
  .page_toushi .light-green-block .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page_toushi .light-green-block .box .box-ttl {
    font-size: 20px;
    border-width: 2px;
    width: 200px;
    border-radius: 35px;
  }
  .page_toushi .light-green-block .box .txt {
    font-size: 20px;
  }
  .page_toushi .light-green-block .box .txt + .txt {
    margin-top: 8px;
  }
  .page_toushi .light-green-block .box .line {
    font-size: 30px;
  }
  .page_toushi .light-green-block .box:nth-of-type(1) {
    width: 100%;
    margin-left: 0;
  }
  .page_toushi .light-green-block .box:nth-of-type(2) {
    width: 100%;
    margin-right: 0;
    margin-top: 200px;
  }
  .page_toushi .light-green-block .masumasu-left {
    bottom: initial;
    right: 20px;
    top: -200px;
    width: 150px;
  }
  .page_toushi .yellow-block {
    padding-top: 260px;
  }
  .page_toushi .yellow-block.second {
    padding-top: 150px;
  }
  .page_toushi .yellow-block .ttl {
    font-size: 18px;
    padding: 0 10px;
  }
  .page_toushi .yellow-block .ttl::before {
    height: 50px;
    width: 3px;
    left: 10px;
    bottom: 0;
  }
  .page_toushi .yellow-block .ttl::after {
    height: 50px;
    width: 3px;
    right: 10px;
    bottom: 0;
  }
  .page_toushi .yellow-block .ttl .strong {
    font-size: 25px;
  }
  .page_toushi .yellow-block .box {
    border-width: 5px;
    padding: 20px 10px;
  }
  .page_toushi .yellow-block .item {
    margin-bottom: 20px;
  }
  .page_toushi .yellow-block .box-ttl {
    font-size: 20px;
    border-width: 2px;
    margin-bottom: 12px;
  }
  .page_toushi .yellow-block .box-txt {
    font-size: 18px;
    text-align: left;
  }
  .page_toushi .yellow-block .box-txt.medium {
    font-size: 18px;
  }
  .page_toushi .yellow-block .strong {
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
  }
  .page_toushi .yellow-block .small {
    font-size: 20px;
  }
  .page_toushi .yellow-block .attention-wrap {
    margin-top: 18px;
  }
  .page_toushi .yellow-block .attention {
    text-align: left;
    display: inline-block;
    font-size: 14px;
  }
  .page_toushi .yellow-block .free-area {
    margin-top: 20px;
  }
  .page_toushi .yellow-block .free-box {
    border-radius: 18px;
    border-width: 3px;
  }
  .page_toushi .yellow-block .free-box .txt {
    font-size: 20px;
    line-height: 1.6;
  }
  .page_toushi .yellow-block .free-box .strong {
    font-size: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: min(80px, 16.6666666667vw);
  }
  .page_toushi .yellow-block .signboard-green::before {
    background-size: contain;
  }
  .page_toushi .yellow-block .signboard-green::after {
    background-size: contain;
  }
  .page_toushi .yellow-block .signboard-green {
    left: 20px;
    top: 100px;
    width: 100px;
  }
  .page_toushi .yellow-block .signboard-pink::before {
    background-size: contain;
  }
  .page_toushi .yellow-block .signboard-pink::after {
    background-size: contain;
  }
  .page_toushi .yellow-block .signboard-pink {
    width: 100px;
    right: 20px;
    bottom: -200px;
  }
  .page_toushi .yellow-block .masumasu-left {
    bottom: -400px;
    right: 40px;
    width: 150px;
  }
  .page_toushi .yellow-block .masumasu-front {
    width: 150px;
    top: 80px;
  }
  .page_toushi .pink-block {
    padding-top: 100px;
    margin-top: min(500px, 104.1666666667vw);
  }
  .page_toushi .pink-block .ttl {
    padding-bottom: 60px;
    font-size: 24px;
    background-size: contain;
    max-width: 320px;
    margin: 0 auto 0px;
  }
  .page_toushi .pink-block .ttl img {
    width: 80px;
  }
  .page_toushi .pink-block .ttl .txt {
    font-size: 18px;
    margin-top: 10px;
  }
  .page_toushi .pink-block .ttl .strong {
    font-size: 22px;
  }
  .page_toushi .pink-block .tag {
    width: 100px;
    border-width: 2px;
    font-size: 12px;
  }
  .page_toushi .pink-block .box .txt {
    font-size: 20px;
  }
  .page_toushi .pink-block .box .txt + .txt {
    margin-top: 10px;
  }
  .page_toushi .pink-block .box .line {
    font-size: 30px;
  }
  .page_toushi .pink-block .box:nth-of-type(3) {
    margin-right: 0;
  }
  .page_toushi .pink-block .box:nth-of-type(3) .box-img {
    margin: 28px auto 0;
    max-width: 250px;
  }
  .page_toushi .pink-block .box:nth-of-type(1) {
    margin-left: 0;
    margin-top: 200px;
  }
  .page_toushi .pink-block .box:nth-of-type(1) .strong {
    font-size: 26px;
  }
  .page_toushi .pink-block .box:nth-of-type(1) .box-img {
    max-width: 250px;
    margin: 50px auto 0;
  }
  .page_toushi .pink-block .masumasu-left {
    margin-right: 0;
    display: none;
  }
  .page_toushi .pink-block .function-box {
    border-width: 3px;
    margin-top: 100px;
  }
  .page_toushi .pink-block .function-box .txt {
    font-size: 20px;
  }
  .page_toushi .pink-block .function-box .txt::after {
    width: 20px;
    height: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }
  .page_toushi .pink-block .masumasu-front {
    width: 150px;
  }
  .page_toushi .green-block {
    padding-top: 50px;
    margin-top: 250px;
  }
  .page_toushi .green-block .ttl {
    font-size: 20px;
    background-size: 100% 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(45%, #FFFF46));
    background: linear-gradient(transparent 65%, #FFFF46 45%);
    padding-bottom: 0px;
    line-height: 1.6;
  }
  .page_toushi .green-block .desc {
    margin-top: 20px;
    font-size: 16px;
    text-align: left;
  }
  .page_toushi .green-block .link-box {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .page_toushi .green-block .box {
    width: 100%;
  }
  .page_toushi .green-block .icon {
    width: 120px;
    height: 120px;
  }
  .page_toushi .green-block .icon img {
    width: 70px;
  }
  .page_toushi .green-block .deco-ttl-g {
    font-size: 20px;
  }
  .page_toushi .green-block .deco-ttl-g::before {
    width: 3px;
    height: 40px;
  }
  .page_toushi .green-block .deco-ttl-g::after {
    width: 3px;
    height: 40px;
  }
  .page_toushi .green-block .c-btn02 {
    padding: 10px 0;
    border-width: 2px;
    font-size: 14px;
    width: 100%;
  }
  .page_toushi .green-block .c-btn02 + .c-btn02 {
    margin-top: 10px;
  }
  .page_toushi .green-block .c-btn02::after {
    width: 14px;
    height: 14px;
    right: 15px;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .page_toushi .green-block .attention {
    font-size: 14px;
    width: 100%;
  }
  .page_toushi .green-block .c-orange-box {
    margin-top: 30px;
  }
  .page_toushi .green-block .disclaimer-box {
    margin-top: 15px;
  }
  .page_toushi .green-block .disclaimer-box .disclaimer-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .page_toushi .green-block .disclaimer-box .disclaimer-desc {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .page_toushi .green-block .disclaimer-box .link {
    font-size: 16px;
  }
  .page_toushi .green-block .masumasu-right {
    width: 150px;
    top: -200px;
    left: min(100px, 20.8768267223vw);
  }
  .page_toushi .green-block .masumasu-jump {
    margin-top: 50px;
    width: 150px;
  }
  .page_toushi .green-block .signboard-green::before {
    background-size: contain;
  }
  .page_toushi .green-block .signboard-green::after {
    background-size: contain;
  }
  .page_toushi .green-block .signboard-green {
    top: -85px;
    left: 55px;
    width: 100px;
  }
  #footer {
    margin-bottom: 30px;
  }
  .bnr_footer_fix {
    padding: 15px 10px;
  }
  .bnr_footer_fix .btn_wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 min(20px, 4.1666666667vw);
    gap: min(10px, 2.0833333333vw);
  }
  .bnr_footer_fix .btn_wrap > p {
    width: calc(50% - min(10px, 2.0833333333vw));
  }
  .bnr_footer_fix .footer-btn {
    width: 100%;
    padding: 13px 0;
    font-size: 14px;
    border-radius: 10px;
  }
  .bnr_footer_fix .footer-btn::after {
    right: 10px;
    width: 10px;
    height: 8px;
  }
  .bnr_footer_fix .footer-btn.btn-green {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-orange-box img:hover {
    opacity: 0.6;
  }
  .page_toushi .blue-block .anchor01:hover::before {
    -webkit-transform: rotateY(2turn);
            transform: rotateY(2turn);
    opacity: 0;
  }
  .page_toushi .blue-block .anchor01:hover::after {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .page_toushi .blue-block .anchor02:hover::before {
    -webkit-transform: rotateY(-2turn);
            transform: rotateY(-2turn);
    opacity: 0;
  }
  .page_toushi .blue-block .anchor02:hover::after {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .page_toushi .blue-block .diagnose-box .c-btn01:hover {
    background: #FFFF46;
  }
  .page_toushi .blue-block .diagnose-box .result-btn:hover {
    background: url(../images/btn-bg-hover.svg) no-repeat top;
  }
  .page_toushi .blue-block .diagnose-box .result-box.result01:hover {
    background: #FFFF46;
    color: #019900;
  }
  .page_toushi .blue-block .diagnose-box .result-box.result02:hover {
    background: #FFFF46;
    color: #EF857D;
  }
  .page_toushi .blue-block .signboard:hover::before {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  .page_toushi .blue-block .signboard:hover::after {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .page_toushi .light-green-block .box .txt .ib {
    display: inline;
  }
  .page_toushi .yellow-block .signboard-green:hover::before {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  .page_toushi .yellow-block .signboard-green:hover::after {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .page_toushi .yellow-block .signboard-pink:hover::before {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  .page_toushi .yellow-block .signboard-pink:hover::after {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .page_toushi .pink-block .function-box:hover {
    background: #FFFF93;
    border-color: #555353;
  }
  .page_toushi .pink-block .function-box:hover .txt {
    color: #555353;
  }
  .page_toushi .pink-block .function-box:hover .txt::after {
    background: #555353;
  }
  .page_toushi .green-block .c-btn02:hover {
    background: #FFFF93;
    color: #555353;
    border-color: #555353;
  }
  .page_toushi .green-block .c-btn02:hover::after {
    background: #555353;
  }
  .page_toushi .green-block .disclaimer-box .link:hover {
    border-bottom: none;
  }
  .page_toushi .green-block .signboard-green:hover::before {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  .page_toushi .green-block .signboard-green:hover::after {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .bnr_footer_fix .txt {
    font-weight: bold;
    color: #555353;
    font-size: 16px;
  }
  .bnr_footer_fix .txt span {
    color: #555353;
  }
  .bnr_footer_fix .footer-btn.btn-green:hover {
    background: #60BA60;
  }
  .bnr_footer_fix .footer-btn.btn-pink:hover {
    background: #F4ABA5;
  }
}
@media only screen and (max-width: 479px) and (max-width: 400px) {
  .page_toushi .blue-block .anchor01 {
    width: min(250px, 52.0833333333vw);
    height: min(144px, 30vw);
    top: min(50px, 12.5vw);
    left: 0;
  }
  .page_toushi .blue-block .anchor02 {
    width: min(250px, 52.0833333333vw);
    height: min(144px, 30vw);
    bottom: min(10px, 2.0833333333vw);
    right: 0;
  }
  .page_toushi .blue-block .diagnose-box .deco:nth-of-type(1) {
    left: -8px;
  }
  .page_toushi .blue-block .diagnose-box .deco:nth-of-type(2) {
    right: -8px;
  }
  .page_toushi .yellow-block .free-box .strong .sp-mini {
    display: block;
  }
  .page_toushi .yellow-block .masumasu-front {
    top: 106px;
  }
}
@media only screen and (max-width: 479px) and (min-width: 400px) {
  .page_toushi .blue-block .masumasu-area {
    margin-top: 50px;
  }
  .page_toushi .blue-block .signboard {
    bottom: max(-140px, -35vw);
  }
  .page_toushi .orange-block {
    margin-top: 340px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1660px) {
  .page_toushi .blue-block .char-bg {
    bottom: -250px;
    right: 210px;
  }
  .page_toushi .blue-block .signboard {
    bottom: -200px;
    right: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1660px) and (max-width: 1200px) {
  .page_toushi .blue-block .char-bg {
    bottom: -300px;
  }
}
@media only screen and (max-width: 479px) and (min-width: 400px) and (min-width: 450px) {
  .page_toushi .orange-block {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1250px) {
  .page_toushi .light-green-block .masumasu-left {
    right: 0px;
  }
}
@media only screen and (max-width: 479px) and (max-width: 450px) {
  .page_toushi .light-green-block .masumasu-left {
    right: 70px;
  }
  .page_toushi .yellow-block .masumasu-left {
    right: initial;
    left: 20px;
  }
}
@media only screen and (max-width: 479px) and (max-width: 450px) and (max-width: 435px) {
  .page_toushi .light-green-block .masumasu-left {
    right: 150px;
  }
}
@media only screen and (max-width: 479px) and (max-width: 450px) and (max-width: 435px) and (max-width: 400px) {
  .page_toushi .light-green-block .masumasu-left {
    right: initial;
    left: -10px;
  }
}
@media only screen and (max-width: 479px) and (max-width: 374px) {
  .page_toushi .yellow-block.second {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 479px) and (max-width: 460px) {
  .page_toushi .yellow-block .free-box .strong {
    margin-right: min(30px, 6.5217391304vw);
  }
}
@media only screen and (max-width: 479px) and (max-width: 460px) and (max-width: 400px) {
  .page_toushi .yellow-block .free-box .strong {
    margin-right: min(50px, 12.5vw);
  }
}
@media only screen and (min-width: 480px) and (max-width: 1800px) {
  .page_toushi .yellow-block .signboard-green {
    left: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1800px) and (max-width: 1500px) {
  .page_toushi .yellow-block .signboard-green {
    left: 20px;
    top: 100px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1700px) {
  .page_toushi .yellow-block .signboard-pink {
    right: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1700px) and (max-width: 1500px) {
  .page_toushi .yellow-block .signboard-pink {
    right: 20px;
    bottom: -200px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1750px) {
  .page_toushi .yellow-block .masumasu-left {
    bottom: -300px;
    right: 120px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1750px) and (max-width: 1500px) {
  .page_toushi .yellow-block .masumasu-left {
    right: 220px;
  }
}
@media only screen and (max-width: 479px) and (max-width: 450px) and (max-width: 400px) {
  .page_toushi .yellow-block .masumasu-left {
    left: 90px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1300px) {
  .page_toushi .pink-block .masumasu-left {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1650px) {
  .page_toushi .green-block .masumasu-right {
    left: 100px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1650px) and (max-width: 1310px) {
  .page_toushi .green-block .masumasu-right {
    left: 50px;
    top: -153px;
  }
}
@media only screen and (max-width: 479px) and (max-width: 449px) {
  .page_toushi .green-block .masumasu-right {
    left: initial;
    right: min(30px, 6.6666666667vw);
  }
}
@media only screen and (max-width: 479px) and (max-width: 449px) and (max-width: 420px) {
  .page_toushi .green-block .masumasu-right {
    left: 50px;
    right: initial;
    top: -180px;
  }
}
@media only screen and (max-width: 479px) and (max-width: 449px) and (max-width: 420px) and (max-width: 400px) {
  .page_toushi .green-block .masumasu-right {
    left: 60px;
  }
}
@media only screen and (max-width: 479px) and (max-width: 430px) {
  .page_toushi .green-block .signboard-green {
    top: -70px;
    left: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1247px) {
  #footer {
    margin-bottom: 60px;
  }
}