/*------------------------------------------------------------
	which
------------------------------------------------------------*/
#wrap.page #contents_body {
  background-color: #F8F9FF;
}
#wrap.page #contents_body #contents_main .page_contents {
  padding: 0 0 120px;
  background: none;
}
#wrap.page #contents_body #contents_main .page_contents .inner {
  padding: 46px 0 100px;
  background-color: #fff;
}

#wrap.which .page_contents h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 93px;
  text-align: center;
  background: url(../img/which/bg_ttl.svg) center center no-repeat;
  background-size: contain;
  color: #043465;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents h1 {
    font-size: 5vw;
    line-height: 10vw;
  }
}
#wrap.which .page_contents .which_wrap {
  margin-top: 80px;
  padding: 0 50px;
}
#wrap.which .page_contents .which_wrap .inner {
  padding: 0 !important;
}
#wrap.which .page_contents .which_wrap:first-of-type {
  margin: 0;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .which_wrap:first-of-type {
    padding: 0;
  }
}
#wrap.which .page_contents .which_wrap.-explanation .inner > figure {
  width: 900px;
  margin: 0 auto;
  padding: 10px 0 10px;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .which_wrap.-explanation .inner > figure {
    width: 100%;
  }
}
#wrap.which .page_contents .which_wrap.-explanation .inner > figure.-center {
  text-align: center;
}
#wrap.which .page_contents .which_wrap.-explanation .inner > figure img {
  max-width: 100%;
}
#wrap.which .page_contents .which_wrap.-explanation .inner p:first-child {
  padding: 0;
}
@media screen and (min-width: 641px) {
  #wrap.which .page_contents .which_wrap.-explanation .inner p:first-child {
    margin-top: -1em;
  }
}
#wrap.which .page_contents .which_wrap.-explanation span {
  font-size: 16px;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .which_wrap.-explanation span {
    font-size: 3.125vw;
  }
}
#wrap.which .page_contents .which_column {
  display: flex;
}
#wrap.which .page_contents .which_column.-column1 {
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .which_column.-column1 {
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .which_column.-column1 p {
    width: 100%;
  }
}
#wrap.which .page_contents .which_column.-column1 span {
  font-size: 16px;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .which_column.-column1 span {
    font-size: 3.125vw;
  }
}
#wrap.which .page_contents .which_column.-column1 figure {
  width: 260px;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .which_column.-column1 figure {
    width: 56.25vw;
    margin: 6.25vw auto 0;
  }
}
#wrap.which .page_contents .which_column.-column1 figure img {
  max-width: 100%;
}
#wrap.which .page_contents .which_column.-column2 {
  justify-content: center;
  align-items: center;
}
#wrap.which .page_contents .which_column.-column2 figure {
  margin: 50px 0;
  width: 300px;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .which_column.-column2 figure {
    width: 28.125vw;
  }
}
#wrap.which .page_contents .which_column.-column2 figure img {
  max-width: 100%;
}
#wrap.which .page_contents .which_column.-column2 p {
  position: relative;
  padding: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3333333333;
  text-align: center;
  border: 3px solid #0049a2;
  border-radius: 10px;
  background-color: #fff;
  color: #0049a2;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .which_column.-column2 p {
    padding: 3.125vw;
    font-size: 3.125vw;
  }
}
#wrap.which .page_contents .which_column.-column2 p::before, #wrap.which .page_contents .which_column.-column2 p::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 26px 26px 0;
  transform: translate(-100%, 0);
}
#wrap.which .page_contents .which_column.-column2 p::before {
  top: 90px;
  left: 0;
  border-color: transparent #0049a2 transparent transparent;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .which_column.-column2 p::before {
    top: 6.25vw;
  }
}
#wrap.which .page_contents .which_column.-column2 p::after {
  top: 93px;
  left: 7px;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .which_column.-column2 p::after {
    top: 6.71875vw;
    left: 1.09375vw;
  }
}
#wrap.which .page_contents .which_movie {
  margin-top: 50px;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .which_movie {
    margin-top: 15.625vw;
  }
}
#wrap.which .page_contents .which_movie:hover {
  opacity: 0.7;
  cursor: pointer;
}
#wrap.which .page_contents .which_movie img,
#wrap.which .page_contents .which_movie video {
  max-width: 100%;
}
#wrap.which .page_contents .which_movie + p {
  margin-top: 30px;
  letter-spacing: -0.01em;
  text-align: center;
}
#wrap.which .page_contents .which_note {
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .which_note {
    font-size: 3.125vw;
  }
}
#wrap.which .page_contents .which_search {
  margin: 0 auto;
  width: 565px;
}
#wrap.which .page_contents .which_search a {
  position: relative;
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 65px;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  background-color: #116A3A;
  color: #FEEB54;
}
#wrap.which .page_contents .which_search a::before, #wrap.which .page_contents .which_search a::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
#wrap.which .page_contents .which_search a::before {
  left: 30px;
  width: 30px;
  height: 30px;
  background-image: url(../img/which/icon_search.svg);
}
#wrap.which .page_contents .which_search a::after {
  right: 30px;
  width: 15px;
  height: 27px;
  background-image: url(../img/which/icon_arrow.svg);
}
#wrap.which .page_contents .which_search a:hover {
  opacity: 0.7;
}
#wrap.which .page_contents .which_caution {
  padding: 70px 0 0;
  font-size: 16px;
}
#wrap.which .page_contents h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  color: #043465;
  border-bottom: 3px solid #eaeaea;
}
#wrap.which .page_contents .sub_title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .sub_title {
    font-size: 5.625vw;
    line-height: 1.4444444444;
    font-feature-settings: "palt";
    letter-spacing: 0.04rem;
  }
}
#wrap.which .page_contents .sub_title span {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  transform: translateY(-50%);
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .sub_title span {
    position: relative;
    top: auto;
    padding: 20px 0 0;
    transform: none;
    font-size: 3.75vw;
  }
  #wrap.which .page_contents .sub_title span br {
    display: none;
  }
}
#wrap.which .page_contents p {
  padding: 20px 0 0;
  font-size: 16px;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents p {
    font-size: 4.375vw;
    line-height: 1.5714285714;
  }
}
#wrap.which .page_contents p sup {
  font-size: 60%;
  vertical-align: super;
}
#wrap.which .page_contents .detail_txt {
  position: relative;
  margin-top: 16px;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .detail_txt {
    margin-top: 3.125vw;
  }
}
#wrap.which .page_contents .detail_txt::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -26px;
  display: block;
  width: 363px;
  height: 318px;
  background: url(../img/which/img3.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .detail_txt::after {
    position: static;
    margin: 6.25vw auto 0;
  }
}
#wrap.which .page_contents .detail_txt.-hide {
  display: none;
}
#wrap.which .page_contents .error {
  padding-top: 40px;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .error {
    padding-top: 6.25vw;
  }
}
#wrap.which .page_contents .error li {
  display: none;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  color: #c00;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .error li {
    font-size: 28px;
    line-height: 1.5;
  }
}
#wrap.which .page_contents .error li.show {
  display: block;
}
#wrap.which .page_contents form .q_contents {
  display: none;
  margin-top: 26px;
  padding: 60px 80px;
  border: 3px solid #0049a2;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents form .q_contents {
    padding: 6.25vw 4.6875vw;
  }
}
#wrap.which .page_contents form .q_contents.-show {
  display: block;
}
#wrap.which .page_contents form .q_contents h3 {
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 10px;
  font-size: 29px;
  line-height: 1.4482758621;
  text-indent: -2.5rem;
  color: #003e9d;
  font-weight: 600;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents form .q_contents h3 {
    padding-left: 2.9rem;
    font-size: 5vw;
    line-height: 1.4375;
    text-indent: -2.9rem;
    font-feature-settings: "palt";
    letter-spacing: 0.04rem;
  }
}
#wrap.which .page_contents form .q_contents h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #003e9d;
}
#wrap.which .page_contents form .q_contents h3 .red {
  color: #FF0000;
}
#wrap.which .page_contents form .q_contents_txt {
  padding: 20px 0 0;
  font-size: 24px;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents form .q_contents_txt {
    font-size: 30px;
    line-height: 1.5;
  }
}
#wrap.which .page_contents form .q_contents_txt span {
  font-weight: bold;
  color: #003e9d;
}
#wrap.which .page_contents form .q_contents ul li {
  position: relative;
  margin: 30px 0 0;
  font-size: 26px;
  line-height: 1.375;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents form .q_contents ul li {
    font-size: 5vw;
  }
}
#wrap.which .page_contents form .q_contents ul li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#wrap.which .page_contents form .q_contents ul li label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 40px;
  cursor: pointer;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents form .q_contents ul li label {
    padding: 0 0 0 60px;
  }
}
#wrap.which .page_contents form .q_contents ul li label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin: -16px 0 0;
  width: 26px;
  height: 26px;
  border: 2px solid #c0c0c0;
  background: #fff;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents form .q_contents ul li label:before {
    margin: -21px 0 0;
    width: 40px;
    height: 40px;
  }
}
#wrap.which .page_contents form .q_contents ul li label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin: -11px 0 0;
  width: 6px;
  height: 15px;
  border-right: 3px solid #043465;
  border-bottom: 3px solid #043465;
  transform: rotate(45deg);
  opacity: 0;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents form .q_contents ul li label:after {
    margin: -21px 0 0 5px;
    width: 12px;
    height: 30px;
    border-right: 6px solid #043465;
    border-bottom: 6px solid #043465;
  }
}
#wrap.which .page_contents form .q_contents ul li input[type=radio]:checked + label:after {
  opacity: 1;
}
#wrap.which .page_contents form .q_contents_btn {
  position: relative;
  width: 374px;
  margin: 30px auto 0;
  padding: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 65px;
  text-align: center;
  border-radius: 10px;
  background-color: #0049a2;
  color: #fff;
  cursor: pointer;
}
#wrap.which .page_contents form .q_contents_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 60px;
  display: block;
  width: 15px;
  height: 27px;
  background: url(../img/which/icon_arrow_w.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
#wrap.which .page_contents form .q_contents_btn:hover {
  opacity: 0.7;
}
#wrap.which .page_contents .q_contents_result {
  display: none;
  padding: 60px 80px;
  border: 3px solid #0049a2;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result {
    padding: 0 4.6875vw 6.25vw;
  }
}
#wrap.which .page_contents .q_contents_result.-show {
  display: block;
}
#wrap.which .page_contents .q_contents_result .result {
  display: table;
  width: 100%;
  margin: 30px 0 0;
  padding: 25px;
  background: #dce2e9;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 15px;
  text-align: justify;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result .result {
    display: block;
    padding: 7.8125vw;
    border-radius: 0.625vw;
  }
}
#wrap.which .page_contents .q_contents_result .result dt {
  display: table-cell;
  width: 310px;
  border: 1px solid #000;
  background: #fff;
  color: #FF0000;
  font-weight: 600;
  font-size: 70px;
  line-height: 168px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result .result dt {
    display: block;
    margin: 0 auto;
    width: 50vw;
    border: 4px solid #000;
    font-size: 56px;
    line-height: 124px;
  }
}
#wrap.which .page_contents .q_contents_result .result dt span {
  display: inline-block;
  padding: 25px 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result .result dt span {
    padding: 35px 0 0;
  }
}
#wrap.which .page_contents .q_contents_result .result dt span:first-child {
  padding: 0;
  font-size: 140px;
  line-height: 1;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result .result dt span:first-child {
    font-size: 124px;
  }
}
#wrap.which .page_contents .q_contents_result .result dd {
  display: table-cell;
  font-size: 24px;
  line-height: 1.75;
  border-left: 50px solid #dce2e9;
  vertical-align: middle;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result .result dd {
    padding: 50px 0 0;
    border: none;
    font-size: 30px;
    line-height: 1.5625;
    font-weight: 600;
    font-feature-settings: "palt";
    letter-spacing: 0.04rem;
  }
}
#wrap.which .page_contents .q_contents_result #result_detail .q_contents {
  padding-top: 80px;
}
#wrap.which .page_contents .q_contents_result #result_detail .q_contents h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3913043478;
  color: #003e9d;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result #result_detail .q_contents h3 {
    padding-left: 2.9rem;
    font-size: 5vw;
    line-height: 1.4375;
    text-indent: -2.9rem;
    font-feature-settings: "palt";
    letter-spacing: 0.04rem;
  }
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result #result_detail .q_contents h3 span {
    display: inline-block;
    margin-top: 1.5625vw;
    font-size: 3.75vw;
    line-height: 1.4166666667;
    text-indent: 0;
  }
}
#wrap.which .page_contents .q_contents_result #result_detail .q_contents dl {
  position: relative;
  display: table;
  margin: 30px 0 0;
  width: 706px;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result #result_detail .q_contents dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 3.125vw;
  }
}
#wrap.which .page_contents .q_contents_result #result_detail .q_contents dl dt {
  display: table-cell;
  padding: 10px 0;
  width: 90px;
  border: 1px solid #798ca6;
  background: #798ca6;
  font-size: 23px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result #result_detail .q_contents dl dt {
    width: 25%;
    font-size: 30px;
    line-height: 1.5;
  }
}
#wrap.which .page_contents .q_contents_result #result_detail .q_contents dl dd {
  display: table-cell;
  padding: 10px 30px;
  border: 1px solid #dbe0e7;
  background: #dbe0e7;
  font-size: 23px;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result #result_detail .q_contents dl dd {
    padding: 10px 15px;
    font-size: 32px;
    line-height: 1.5;
  }
}
#wrap.which .page_contents .q_contents_result #result_detail .q_contents dl dd:last-child {
  padding: 10px 0;
  width: 155px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #ff0000;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result #result_detail .q_contents dl dd:last-child {
    font-size: 32px;
    line-height: 1.5;
  }
}
#wrap.which .page_contents .q_contents_result #result_detail .q_contents dl dd:last-child span {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result #result_detail .q_contents dl dd:last-child span {
    font-size: 40px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result #result_detail .q_contents dl dd.txt {
    width: 75%;
  }
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result #result_detail .q_contents dl dd.point {
    display: block;
    border: 4px solid #f0f1f6;
    width: 100%;
    text-align: center;
  }
}
#wrap.which .page_contents .q_contents_result #result_detail #btn_area {
  margin-top: 64px;
}
@media screen and (min-width: 641px) {
  #wrap.which .page_contents .q_contents_result #result_detail #btn_area {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result #result_detail #btn_area {
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result #result_detail #btn_area .btn_wrap {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  #wrap.which .page_contents .q_contents_result #result_detail #btn_area .btn_wrap:not(:first-of-type) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result #result_detail #btn_area .btn_wrap:not(:first-of-type) {
    margin-top: 4.6875vw;
  }
}
#wrap.which .page_contents .q_contents_result #result_detail #btn_area .btn_wrap a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 68px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  background-color: #0049a2;
  border-radius: 12px;
  color: #fff;
}
@media screen and (max-width: 641px) {
  #wrap.which .page_contents .q_contents_result #result_detail #btn_area .btn_wrap a {
    width: 100%;
    height: 16.875vw;
    font-size: 4.6875vw;
    border-radius: 1.875vw;
    font-feature-settings: "palt";
    letter-spacing: 0.04rem;
  }
}
#wrap.which .page_contents .q_contents_result #result_detail #btn_area .btn_wrap a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin: -5px 0 0;
  vertical-align: middle;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
#wrap.which .page_contents .q_contents_result #result_detail #btn_area .btn_wrap a:hover {
  opacity: 0.7;
}
#wrap.which .page_contents .q_contents_result #result_detail #btn_area .btn_wrap a.-print {
  background-color: #0049a2;
}
#wrap.which .page_contents .q_contents_result #result_detail #btn_area .btn_wrap a.-search {
  background-color: #ff0000;
}

@media print {
  #wrap.page #contents_body {
    background-color: #fff;
  }
  #wrap.page #contents_body #contents_main .page_contents {
    background-color: #fff;
  }
  #wrap.which .which_wrap {
    margin-top: 0;
  }
  #wrap.which .which_wrap:first-of-type, #wrap.which .which_wrap:last-of-type {
    display: none !important;
  }
  #wrap.which .q_contents_result {
    padding: 0;
    border: none;
    border-radius: 0px;
    background-color: transparent;
  }
  #wrap.which .which_note {
    display: none;
  }
  #wrap.which #btn_area {
    display: none !important;
  }
  #enquete_wrap {
    display: none !important;
  }
}

/*# sourceMappingURL=which.css.map */
