@charset "UTF-8";

/*--------------------------------------------------
 beginning commons
-------------------------------------------------- */
span.txt-br {
  display: inline-block;
}
.linenar__blue {
  background: linear-gradient(transparent 95%, #0a5ba6  0%);
}
.txt__shadow_none {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .txt__shadow_pc_only {
    text-shadow:
    2px 2px 2px #fff, -2px -2px 2px #fff,
    -2px 2px 2px #fff,  2px -2px 2px #fff,
    2px 0px 2px #fff, -2px -0px 2px #fff,
    0px 2px 2px #fff,  0px -2px 2px #fff;
  }
}
.box_bg_white {
  background-color: #fff;
}
.flex__wrap {
  flex-wrap: wrap;
}
.txt__fit_left {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
.lineh__15rem {
  line-height: 1.5rem;
}
.btn__icon_large {
  max-width: 500px;
  width: 100%;
  min-height: 65px;
  padding-left: 65px;
  justify-content: flex-start;
  background-size: 55px auto!important;
  background-position: 5px center;
}
@media screen and (min-width: 768px) {
  .btn__icon_large {
    background-size: 44px auto!important;
    background-position: 12px center;
  }
}
.btn__link_darkblue {
  background-color: #0A5BA6!important;
  border-color: #0A5BA6!important;
}
.marker__yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 252, 55, 0)), color-stop(50%, rgba(255, 252, 55, 0.4)), to(rgba(255, 252, 55, 0.4)));
  background: linear-gradient(to bottom, rgba(255, 252, 55, 0) 50%, rgba(255, 252, 55, 0.4) 50%, rgba(255, 252, 55, 0.4) 100%);
}
.border__block_gray {
  border: solid 3px #CCC;
  border-radius: 10px;
}
.talk__block {
  margin: 0 auto;
}
.talk__block dl {
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
}
.talk__block dl.talk__right {
  flex-direction: row-reverse;
}
.talk__block dt {
  text-align: center;
}
.talk__block dt img {
  width: 60px;
  height: auto;
}
.talk__block dd {
  max-width: 600px;
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: baseline;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
}
.talk__block .talk__left dd {
  margin: 0 0 0 20px;
}
.talk__block .talk__right dd {
  margin: 0 20px 0 0;
}
.talk__block .talk__left dd::before,
.talk__block .talk__left dd::after {
  content: '';
  position: absolute;
  top: 18px;
  left: -15px;
  width: 24px;
  height: 18px;
  clip-path: polygon(0 50%, 60% 0, 60% 100%);
}
.talk__block .talk__right dd::before,
.talk__block .talk__right dd::after {
  content: '';
  position: absolute;
  top: 18px;
  right: -15px;
  width: 24px;
  height: 18px;
  clip-path: polygon(40% 0%, 100% 50%, 40% 100%);
}
.talk__block .talk__left dd::after {
  left: -10px;
  background-color: #fff;
}
.talk__block .talk__right dd::after {
  right: -10px;
  background-color: #fff;
}
.talk__block dd.talk__border_blue {
  border: 3px solid #B0DEF0;
}
.talk__block dd.talk__border_blue::before {
  background-color: #B0DEF0;
}
.talk__block dd.talk__border_pink {
  border: 3px solid #F5CEE4;
}
.talk__block dd.talk__border_pink::before {
background-color: #F5CEE4;
}
.talk__block dd.talk__border_green {
  border: 3px solid #BCE0D6;
}
.talk__block dd.talk__border_green::before {
background-color: #BCE0D6;
}
@media screen and (min-width: 768px) {
  .talk__block {
    max-width: 900px;
    margin: 0 auto;
  }
  .talk__block dl.talk__right {
    flex-direction: row-reverse;
  }
  .talk__block dt img {
    width: auto;
    height: auto;
  }
  .talk__block dd {
    max-width: 600px;
    padding: 20px 30px;
  }
  .talk__block .talk__left dd {
    margin: 0 0 0 35px;
  }
  .talk__block .talk__right dd {
    margin: 0 35px 0 0;
  }
}

.beginning__link_list {
  display: block;
}
.beginning__link_list li {
  width: 100%;
  min-height: 25px;
  height: auto;
  margin-bottom: 20px;
  padding: 0 0 0 30px;
  display: flex;
  box-sizing: border-box;
  position: relative;
  align-items: center;
  text-align: left;
  font-weight: bold;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: left center;
}
.beginning__link_list li a {
  font-weight: normal;
}
.beginning__link_list li a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  margin-left: 10px;
  background-image: url(/commons/img/icon_single_arrow.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .beginning__link_list {
    display: flex;
    flex-wrap: wrap;
  }
  .beginning__link_list li {
    width: 33.3%;
    min-height: 30px;
    margin-bottom: 20px;
    padding: 0 10px 0 40px;
    border-radius: 10px;
    background-size: 30px auto;
  }
  .beginning__link_list li a {
    font-weight: normal;
  }
  .beginning__link_list li a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 10px;
    margin-left: 10px;
    background-image: url(/commons/img/icon_single_arrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .sp__over_block {
    width: calc(100% + 30px);
    margin-left: -15px!important;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 0px!important;
  }
}

.icon__triangle_bottom:after {
  content: "";
  width: 40px;
  height: 70px;
  position: absolute;
  bottom: -75px;
  left: calc(50% - 20px);
  background-color: #fff;
  background-image: url(/basis/resource/img/commons/icon_triangle_gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}


/*--------------------------------------------------
 mein images
-------------------------------------------------- */
/* beginning_01 main */
.box__bgimage__beginning_01 {
  background-image: url(/basis/resource/img/beginning_01/bg_beginning_01_mainimage_sp.jpg);
}
@media screen and (min-width: 768px) {
  .box__bgimage__beginning_01 {
  background-image: url(/basis/resource/img/beginning_01/bg_beginning_01_mainimage.jpg);
  }
}
/* beginning_02 main */
.box__bgimage__beginning_02 {
  background-image: url(/basis/resource/img/beginning_02/bg_beginning_02_mainimage_sp.jpg);
}
@media screen and (min-width: 768px) {
  .box__bgimage__beginning_02 {
  background-image: url(/basis/resource/img/beginning_02/bg_beginning_02_mainimage.jpg);
  }
}
/* beginning_03 main */
.box__bgimage__beginning_03 {
  background-image: url(/basis/resource/img/beginning_03/bg_beginning_03_mainimage_sp.jpg);
}
@media screen and (min-width: 768px) {
  .box__bgimage__beginning_03 {
  background-image: url(/basis/resource/img/beginning_03/bg_beginning_03_mainimage.jpg);
  }
}
/* beginning_04 main */
.box__bgimage__beginning_04 {
  background-image: url(/basis/resource/img/beginning_04/bg_beginning_04_mainimage_sp.jpg);
}
@media screen and (min-width: 768px) {
  .box__bgimage__beginning_04 {
  background-image: url(/basis/resource/img/beginning_04/bg_beginning_04_mainimage.jpg);
  }
}
/* beginning_05 main */
.box__bgimage__beginning_05 {
  background-image: url(/basis/resource/img/beginning_05/bg_beginning_05_mainimage_sp.jpg);
}
@media screen and (min-width: 768px) {
  .box__bgimage__beginning_05 {
  background-image: url(/basis/resource/img/beginning_05/bg_beginning_05_mainimage.jpg);
  }
}
/* beginning_06 main */
.box__bgimage__beginning_06 {
  background-image: url(/basis/resource/img/beginning_06/bg_beginning_06_mainimage_sp.jpg);
}
@media screen and (min-width: 768px) {
  .box__bgimage__beginning_06 {
  background-image: url(/basis/resource/img/beginning_06/bg_beginning_06_mainimage.jpg);
  }
}
/* beginning_07 main */
.box__bgimage__beginning_07 {
  background-image: url(/basis/resource/img/beginning_07/bg_beginning_07_mainimage_sp.jpg);
}
@media screen and (min-width: 768px) {
  .box__bgimage__beginning_07 {
  background-image: url(/basis/resource/img/beginning_07/bg_beginning_07_mainimage.jpg);
  }
}
/* beginning_08 main */
.box__bgimage__beginning_08 {
  background-image: url(/basis/resource/img/beginning_08/bg_beginning_08_mainimage_sp.jpg);
}
@media screen and (min-width: 768px) {
  .box__bgimage__beginning_08 {
  background-image: url(/basis/resource/img/beginning_08/bg_beginning_08_mainimage.jpg);
  }
}


/*--------------------------------------------------
 beginning_01 only
-------------------------------------------------- */
.icon__face_cry {
  background-image: url(/basis/resource/img/beginning_01/icon_face_cry.svg);
}
.icon__face_sad {
  background-image: url(/basis/resource/img/beginning_01/icon_face_sad.svg);
}
.icon__face_fear {
  background-image: url(/basis/resource/img/beginning_01/icon_face_fear.svg);
}
.icon__face_cry,
.icon__face_sad,
.icon__face_fear {
  margin: 0;
  padding-left: 45px;
  line-height: 1.2rem;
  text-align: left;
  background-repeat: no-repeat;
  background-size: 35px auto;
  background-position: left center;
}
.balloon__mini {
  max-width: 240px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .balloon__mini {
    max-width: 330px;
  }
}
.case__block {
  margin: 0 auto;
  padding: 25px 15px 25px;
  box-sizing: border-box;
}
.case__block li {
  margin: 0;
  padding: 0;
}
.case__block li:first-of-type {
  margin: 0 0 60px 0;
  position: relative;
}
.case__block li:first-of-type:after {
  content: "";
  width: 28px;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: calc(50% - 25px);
  background-image: url(/basis/resource/img/commons/icon_triangle_gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .case__block {
    max-width: 906px;
    padding: 33px 60px 23px;
  }
  .case__block li:first-of-type {
    margin: 0 80px 0 0;
  }
  .case__block li:first-of-type:after {
    width: 40px;
    height: 70px;
    bottom: unset;
    left: unset;
    right: -60px;
    top: calc(50% - 35px);
    transform: unset;
  }
}


/*--------------------------------------------------
 beginning_02 only
-------------------------------------------------- */
.flex__white_box_list {
  
}
.flex__white_box_list > li {
  min-width: 100%;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 12px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .flex__white_box_list {
    margin-right: -30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flex__white_box_list > li {
    min-width: 360px;
    width: calc(33.3% - 30px);
    margin: 0 0 25px 0;
    margin-right: 30px;
    padding: 15px;
  }
}
.points_title {
  width: fit-content;
  min-height: 30px;
  margin: 0 auto 15px;
  padding: 3px 0 0 36px;
  background-image: url(/commons/img/icon_points.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: left top;
}
@media screen and (min-width: 768px) {
  .points_title {
    margin: 0 auto 20px;
  }
}


/*--------------------------------------------------
 beginning_03 only
-------------------------------------------------- */
.box__top_clip::before {
  content: "";
  width: 132px;
  height: 66px;
  position: absolute;
  top: -33px;
  left: calc(50% - 66px);
  background-image: url(/basis/resource/img/beginning_03/img_clip.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.anxiety__check_list {
  display: block;
}
.anxiety__check_list li {
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}
.anxiety__check_list li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .anxiety__check_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  .anxiety__check_list li {
    width: 50%;
    margin-bottom: 25px;
    padding-right: 25px;
  }
}
.anxiety__check_list li img {
  width: auto;
  margin-right: 15px;
  cursor: pointer;
}
.anxiety__check_list li.is_active img {
  width: auto;
  margin-right: 10px;
}
.anxiety__check_list li .anxiety__check_label {
  cursor: pointer;
}


/*--------------------------------------------------
 beginning_04 only
-------------------------------------------------- */
.finance__block {
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .finance__block {
    max-width: 800px;
    padding: 30px;
  }
}


/*--------------------------------------------------
 beginning_05 only
-------------------------------------------------- */
.happen__block {
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
}
.happen__block ul {
  width: 100%;
}
.happen__block ul li {
  width: 190px;
  margin: 0 auto 25px;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .happen__block {
    max-width: 876px;
    padding: 30px 0;
  }
  .happen__block ul {
    display: flex;
    justify-content: center;
  }
  .happen__block ul li {
    width: 270px;
    margin: 0;
    padding: 0 25px;
  }
}


/*--------------------------------------------------
 beginning_06 only
-------------------------------------------------- */
.graph__block_flex {
  list-style: none;
}
.graph__block_flex li {
  width: 100%;
  margin: 0 0 20px;
  padding: 15px;
  box-sizing: border-box;
}
.graph__block_flex li img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .graph__block_flex {
    display: flex;
    justify-content: center;
  }
  .graph__block_flex li {
    width: 500px;
    margin: 0 15px;
    padding: 25px;
  }
  .graph__block_flex li img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .graph__block_flex li.graph__old_age img {
    max-width: 250px;
  }
  .graph__block_flex li.graph__household img {
    max-width: 175px;
  }
}

@media screen and (min-width: 768px) {
  .img__yumechan_right_side {
    position: relative;
  }
  .img__yumechan_right_side::after{
    content: "";
    width: 127px;
    height: 168px;
    position: absolute;
    bottom: 10px;
    right: -119.5px;
    background-image: url(/basis/resource/img/beginning_06/img_yumechan_right_side.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/*--------------------------------------------------
 beginning_07 only
-------------------------------------------------- */
.loud_voice_adjust::before,
.loud_voice_adjust::after {
  width: 21px;
}
.loud_voice__dashed_yellow::before,
.loud_voice__dashed_yellow::after {
  background-image: url(/basis/resource/img/beginning_07/border_dashed_yellow.svg);
}
.loud_voice__dashed_green::before,
.loud_voice__dashed_green::after {
  background-image: url(/basis/resource/img/beginning_07/border_dashed_green.svg);
}
.loud_voice__dashed_pink::before,
.loud_voice__dashed_pink::after {
  background-image: url(/basis/resource/img/beginning_07/border_dashed_pink.svg);
}
.loud_voice__inner_icon {
  padding-left: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
}
.icon__old_people_yellow {
  padding-left: 35px;
  background-image: url(/basis/resource/img/beginning_07/icon_old_people_yellow.svg);
  background-size: auto 30px;
}
.icon__health_care_green {
  padding-left: 45px;
  background-image: url(/basis/resource/img/beginning_07/icon_health_care_green.svg);
  background-size: auto 30px;
}
.icon__school_pink {
  padding-left: 40px;
  background-image: url(/basis/resource/img/beginning_07/icon_school_pink.svg);
  background-size: auto 25px;
}
@media screen and (min-width: 768px) {
  .loud_voice__inner_icon {
    padding-left: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .icon__old_people_yellow {
    padding-left: 50px;
    background-size: auto 34px;
  }
  .icon__health_care_green {
    padding-left: 60px;
    background-size: auto 34px;
  }
  .icon__school_pink {
    padding-left: 60px;
    background-size: auto 30px;
  }
}

.block__experience {
  padding: 20px 15px 5px;
  list-style: none;
  border-radius: 10px;
}
.block__experience li {
  width: 100%;
  margin: 0 0 15px;
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.block__experience li dl {
  margin: 0 0 5px 0;
  display: flex;
}
.block__experience li dl dd {
  width: 100%;
  margin-left: 15px;
}
.block__experience li dl dd .experience__text {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: dotted 1px #ccc;
}
.block__experience li dl dd .experience__status {
  margin-bottom: 0;
}
.block__experience li .experience__detail_btn {
  margin-bottom: 0;
  text-align: center;
}
.block__experience li .experience__detail_btn a {
  width: fit-content;
  margin: 0 auto;
  padding: 3px 24px 2px 47px;
  display: block;
  position: relative;
  color: #fff;
  font-weight: bold;
  background-color: #ccc;
  border-radius: 10px;
}
.block__experience li a:before {
  content: "";
  width: 20px;
  height: 26px;
  position: absolute;
  top: calc(50% - 12px);
  left: 21px;
  background-image: url(/basis/resource/img/beginning_07/icon_search_high.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .block__experience {
    padding: 25px 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .block__experience li {
    min-width: 260px;
    width: calc(25% - 30px);
    margin: 0 15px 30px;
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
  }
  .block__experience li dl {
    margin: 0 0 10px 0;
  }
  .block__experience li dl dt img {
    width: 92px;
    height: auto;
  }
  .block__experience li dl dd {
    margin-left: 20px;
  }
  .block__experience li .experience__detail_btn {
    margin-top: auto;
  }
}
.block__experience_yellow {
  background-color: #FFF9D6;
}
.block__experience.block__experience_yellow li a {
  background-color: #C4A400;
}
.block__experience_green {
  background-color: #DBF4E5;
}
.block__experience.block__experience_green li a {
  background-color: #33A58B;
}
.block__experience_pink {
  background-color: #FFE3E3;
}
.block__experience.block__experience_pink li a {
  background-color: #CC5858;
}

.experience__modal_products {
  width: 100%;
  margin: 0 auto 20px;
  padding: 18px 20px;
  list-style: none;
  background-color: #fff;
  border-radius: 10px;
}
.experience__modal_products li {
  text-align: center;
}
.experience__modal_products li img {
  max-width: 100%;
  width: 260px;
}
@media screen and (min-width: 768px) {
  .experience__modal_products {
    width: fit-content;
    margin: 0 auto 25px;
    padding: 18px 45px;
    display: flex;
    justify-content: center;
  }
  .experience__modal_products li img {
    width: 297px;
  }
}

.experience__other {
  padding: 15px;
  border: dashed 1px #707070;
  border-radius: 10px;
}
.experience__other dl {
  margin: 0;
}
.experience__other dl dt {
  min-width: fit-content;
  margin: 0 0 15px 0;
}
.experience__other dl dt p {
  width: fit-content;
  margin: 0;
  padding: 5px 15px;
  position: relative;
  font-weight: bold;
  background: #EFEFEF;
  border-radius: 5px 0 0 5px;
}
.experience__other dl dt p::after {
  content: '';
  position: absolute;
  top: 0;
  right: -24px;
  width: 24px;
  height: 100%;
  clip-path: polygon(0 100%, 0% 0, 100% 50%);
  background: #EFEFEF;
}
.experience__other dl dd {
  margin-left: 0;
}
.experience__other dl dd ul {
  width: 100%;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .experience__other {
    padding: 22px;
  }
  .experience__other dl {
    display: flex;
  }
  .experience__other dl dt {
    margin: 0 60px 0 0;
  }
  .experience__other dl dd {
    width: 80%;
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  .experience__other dl dd ul {
    display: flex;
    justify-content: space-around;
  }
}


/*--------------------------------------------------
 beginning_08 only
-------------------------------------------------- */
.box_select_age {
  margin-bottom: 20px;
}
.box_select_age p {
  line-height: 1;
}
.box_select_age select {
  margin: 0 10px 0 0;
  padding: 5px 20px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 3px solid #666;
  border-radius: 10px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .box_select_age {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .box_select_age select {
    margin: 0 10px 0 35px;
    padding: 7px 22px;
  }
}

.box__bg_mesh {
  background-image: url(/basis/resource/img/beginning_08/bg_mesh.svg);
}

.block__answer_list {
  margin: 0 auto;
  padding: 30px 15px;
}
.block__answer_list .box__answer {
  max-width: 555px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 18px 13px 15px 13px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
.block__answer_list .box__answer .box__answer_inner {
  width: 100%;
}
.block__answer_list .box__answer .box__answer_img_sp {
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
.block__answer_list .box__answer .box__answer_img_pc {
  display: none;
}
.block__answer_list .box__answer .select__answer {
  width: 100%;
  display: flex;
  justify-content: center;

}
.block__answer_list .box__answer .select__answer div {
  max-width: 140px;
  width: calc(50% - 10px);
  margin: 0 10px;
}
.block__answer_list .pc__whitespace_img {
  display: none;
}
@media screen and (min-width: 768px) {
  .block__answer_list {
    max-width: 1170px;
    padding: 30px 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block__answer_list .box__answer {
    width: calc(50% - 30px);
    margin: 0 15px 25px;
    padding: 20px 32px 20px 42px;
    display: flex;
    justify-content: space-between;
  }
  .block__answer_list .box__answer .box__answer_inner {
    width: 73%;
    display: flex;
    flex-wrap: wrap;
  }
  .block__answer_list .box__answer .box__answer_img_sp {
    display: none;
  }
  .block__answer_list .box__answer .box__answer_img_pc {
    width: 27%;
    display: flex;
    align-items: flex-end;
  }
  .block__answer_list .box__answer .box__answer_img_pc img {
    max-width: 100%;
    height: auto;
  }
  
  .block__answer_list .box__answer .select__answer {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  
  }
  .block__answer_list .box__answer .select__answer div {
    max-width: 140px;
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .block__answer_list .pc__whitespace_img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.look-radio {
  display: none;
}
.look-radio + label {
  width: 100%;
  height: 54px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #aaa;
  border-radius: 10px;
  color: #666;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.look-radio:checked + label {
  background: #085BA6;
  border-color:#085BA6;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .look-radio + label {
    height: 85px;
  }
  .look-radio:hover + label {
    background: #F5FBFE;
    border-color: #085BA6;
    color: #085BA6;
  }
  .look-radio:checked:hover + label {
    background: #085BA6;
    border-color: #085BA6;
    color: #fff;
  }
}

.btn__results {
  padding: 0 15px;
  text-align: center;
}
.btn__results button{
  max-width: 360px;
  width: 100%;
  height: 65px;
  padding: 0 0 0 40px;
  position: relative;
  background-color: #085ba6;
  align-items: center;
  border-radius: 10px;
  margin: 0 0 20px 0;
  justify-content: center;
  box-sizing: border-box;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
}
.btn__results button:before {
  content: "";
  width: 99px;
  height: 87px;
  position: absolute;
  bottom: 0;
  left: 10px;
  background-image: url(/commons/img/img_kanpokun_002.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn__results button:after {
  content: "";
  width: 10px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  background-image: url(/basis/resource/img/beginning_08/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn__results button:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .btn__results button{
    width: 360px;
    font-size: 1.25rem;
  }
}

.border__danger {
  border-color: #dc3545 !important;
}

.box__result {
  width: calc(100% - 30px);
  margin: 0 auto 50px;
  padding: 0 15px;
}
.box__result .result__recommend {
  margin-bottom: 15px;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}
.box__result .result__recommend .result__caption {
  margin-bottom: 15px;
  font-weight: bold;
}
.box__result .result__recommend .recommend__list {
  display: block;
}
.box__result .result__recommend .recommend__list .recommend__products {
  margin: 0 20px 0 0;
}
.box__result .result__recommend .recommend__list .recommend__products:hover {
  opacity: 0.6;
}
.box__result .result__recommend .recommend__list .recommend__products dl {
  width: 100%;
  margin: 0 0 20px 0;
  display: block;
  box-sizing: border-box;
  border: solid 1px #FC7A34;
  border-radius: 10px;
}

.box__result .result__recommend .recommend__list .recommend__products dl dt {
  width: 100%;
  padding: 15px 15px 15px 60px;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #666;
}
.box__result .result__recommend .recommend__list .recommend__products dl dt img {
  margin: 0 8px;
}
.box__result .result__recommend .recommend__list .recommend__products dl dt:before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  top: calc(50% - 16px);
  left: 20px;
  background-image: url(/basis/resource/img/beginning_08/icon_people_orange_min.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.box__result .result__recommend .recommend__list .recommend__products dl dd {
  width: 100%;
  margin: 0;
  padding: 13px 30px 13px 70px;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  color: #666;
  background-color: #FFF7F2;
  border-radius: 0 0 10px 10px;
}
.box__result .result__recommend .recommend__list .recommend__products dl dd:before {
  content: "";
  width: 30px;
  height: 31px;
  position: absolute;
  top: calc(50% - 15px);
  left: 20px;
  background-image: url(/commons/img/icon_procedure_search.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.box__result .result__recommend .recommend__list .recommend__products dl dd:after {
  content: "";
  width: 10px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  background-image: url(/basis/resource/img/beginning_08/icon_arrow_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .box__result {
    max-width: 890px;
    width: calc(100% - 40px);
    margin: 0 auto 70px;
    padding: 0 20px;
  }
  .box__result .result__recommend {
    margin-bottom: 20px;
    padding: 25px 30px;
  }
  .box__result .result__recommend .result__caption {
    font-size: 1.125rem;
  }
  .box__result .result__recommend .recommend__list {
    display: flex;
    justify-content: center;
  }
  .box__result .result__recommend .recommend__list .recommend__products {
    margin: 0 30px 0 0;
  }
  .box__result .result__recommend .recommend__list .recommend__products dl {
    width: 360px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  
  .box__result .result__recommend .recommend__list .recommend__products dl dt {
    width: 100%;
    padding: 18px 18px 18px 80px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    font-size: 1.5rem;
  }
  .box__result .result__recommend .recommend__list .recommend__products dl dt:before {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
  .box__result .result__recommend .recommend__list .recommend__products dl dd {
    width: 100%;
    margin: 0;
    padding: 13px 50px 13px 90px;
    box-sizing: border-box;
    position: relative;
  }
}

.box__result .result__recommend .recommend__list .recommend__products dl.color__pink_set {
  border-color: #F0909B;
}
.box__result .result__recommend .recommend__list .recommend__products dl.color__pink_set dt span {
  background-image: url(/basis/resource/img/beginning_08/icon_plus_pink.svg);
}
.box__result .result__recommend .recommend__list .recommend__products dl.color__pink_set dt:before {
  background-image: url(/basis/resource/img/beginning_08/icon_school_pink_min.svg);
}
.box__result .result__recommend .recommend__list .recommend__products dl.color__pink_set dd {
  background-color: #FFF7FA;
}
.box__result .result__recommend .recommend__list .recommend__products dl.color__pink_set dd:after {
  background-image: url(/basis/resource/img/beginning_08/icon_arrow_pink.svg);
}

.box__result .result__recommend .recommend__list .recommend__products dl.color__blue_set {
  border-color: #00A7F0;
}
.box__result .result__recommend .recommend__list .recommend__products dl.color__blue_set dt span {
  background-image: url(/basis/resource/img/beginning_08/icon_plus_blue.svg);
}
.box__result .result__recommend .recommend__list .recommend__products dl.color__blue_set dt:before {
  background-image: url(/basis/resource/img/beginning_08/icon_balance_blue_min.svg);
}
.box__result .result__recommend .recommend__list .recommend__products dl.color__blue_set dd {
  background-color: #EDF8FC;
}
.box__result .result__recommend .recommend__list .recommend__products dl.color__blue_set dd:after {
  background-image: url(/basis/resource/img/beginning_08/icon_arrow_blue.svg);
}

.box__result .result__recommend .recommend__list .recommend__products dl.color__sky_set {
  border-color: #67BBE6;
}
.box__result .result__recommend .recommend__list .recommend__products dl.color__sky_set dt span {
  background-image: url(/basis/resource/img/beginning_08/icon_plus_sky.svg);
}
.box__result .result__recommend .recommend__list .recommend__products dl.color__sky_set dt:before {
  background-image: url(/basis/resource/img/beginning_08/icon_period_sky_min.svg);
}
.box__result .result__recommend .recommend__list .recommend__products dl.color__sky_set dd {
  background-color: #EDFCFF;
}
.box__result .result__recommend .recommend__list .recommend__products dl.color__sky_set dd:after {
  background-image: url(/basis/resource/img/beginning_08/icon_arrow_sky.svg);
}

.box__result .result__recommend .recommend__list .recommend__products dl.color__green_set {
  border-color: #00ADC4;
}
.box__result .result__recommend .recommend__list .recommend__products dl.color__green_set dt span {
  background-image: url(/basis/resource/img/beginning_08/icon_plus_green.svg);
}
.box__result .result__recommend .recommend__list .recommend__products dl.color__green_set dt:before {
  background-image: url(/basis/resource/img/beginning_08/icon_old_green_min.svg);
}
.box__result .result__recommend .recommend__list .recommend__products dl.color__green_set dd {
  background-color: #ECFAF8;
}
.box__result .result__recommend .recommend__list .recommend__products dl.color__green_set dd:after {
  background-image: url(/basis/resource/img/beginning_08/icon_arrow_green.svg);
}

.box__result .result__recommend .recommend__list ul {
  width: 100%;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .box__result .result__recommend .recommend__list ul {
    width: 50%;
  }
}

.btn_result__back {
  width: fit-content;
  margin-bottom: 0;
  padding: 8px 20px 8px 45px;
  position: relative;
  border: solid 1px #666;
  border-radius: 8px;
  cursor: pointer;
}
.btn_result__back:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 13px;
  background-image: url(/commons/img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}