@charset "UTF-8";
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1200px) {
  .wrap {
    width: 90%;
  }
}

.copyright {
  font-size: 13px;
  color: #326799;
  text-align: center;
  padding: 40px 0;
}
@media print, screen and (max-width:1026px) {
  .copyright {
    padding: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .copyright {
    padding: 1rem 0;
    font-size: 10px;
  }
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

h1 a:hover {
  opacity: 1;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
main {
  width: 100%;
  background: #eff1f7;
  padding: 100px 0;
}
@media print, screen and (max-width:1026px) {
  main {
    padding: 60px 0;
  }
}
@media print, screen and (max-width:768px) {
  main {
    padding: 2rem 0 1.6rem;
  }
}
main p {
  margin: 0;
}
main .mainWrap {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (max-width:1026px) {
  main .mainWrap {
    width: 94%;
  }
}
@media print, screen and (max-width:768px) {
  main .mainWrap {
    width: 96%;
  }
}
main .ma_left {
  width: 48%;
  position: relative;
}
@media print, screen and (max-width:768px) {
  main .ma_left {
    width: 90%;
    margin: 0 auto;
  }
}
main .ma_left .mv_titleBlock {
  position: absolute;
  right: -10%;
  top: -5%;
}
@media print, screen and (max-width:768px) {
  main .ma_left .mv_titleBlock {
    position: static;
  }
}
main .ma_right {
  width: 52%;
}
@media print, screen and (max-width:768px) {
  main .ma_right {
    width: 100%;
    margin: -20px 0 0 0;
  }
}
main .ma_right .mvImg {
  width: 100%;
}
main img {
  width: 100%;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.point {
  width: 100%;
  background: #eff1f7;
  padding: 0 0 120px;
}
@media print, screen and (max-width:1026px) {
  .point {
    padding: 0 0 100px;
  }
}
@media print, screen and (max-width:768px) {
  .point {
    padding: 0 0 2.8rem;
  }
}
.point .titleTxt01 {
  font-size: 48px;
  font-weight: 600;
  color: #005179;
  text-align: center;
  margin: 0 auto 1.2rem;
}
@media print, screen and (max-width:1200px) {
  .point .titleTxt01 {
    font-size: 40px;
    margin: 0 auto 1rem;
  }
}
@media print, screen and (max-width:1026px) {
  .point .titleTxt01 {
    font-size: 30px;
    margin: 0 auto 0.8rem;
  }
}
@media print, screen and (max-width:768px) {
  .point .titleTxt01 {
    font-size: 1.46rem;
    line-height: 1.4;
  }
}
.point .p_txt {
  font-size: 24px;
}
@media print, screen and (max-width:1026px) {
  .point .p_txt {
    font-size: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .point .p_txt {
    font-size: 1.06rem;
  }
}
.point .balloonBox {
  max-width: 1100px;
  margin: 0 auto;
}
.point .balloonBox .p_img {
  width: 15%;
}
@media print, screen and (max-width:768px) {
  .point .balloonBox .p_img {
    width: 20%;
  }
}
.point .balloonBox .p_img img {
  width: 100%;
}
.point .balloonBox .p_right {
  width: 85%;
  position: relative;
}
@media print, screen and (max-width:768px) {
  .point .balloonBox .p_right {
    width: 80%;
  }
}
.point .balloonBox .p_balloon-left {
  position: absolute;
  left: -3%;
  position: relative;
  display: inline-block;
  margin: 3.6em 0 1.5em 15px;
  padding: 7px 10px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f5d065;
  border: solid 5px #005179;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 14px;
  box-sizing: border-box;
}
@media print, screen and (max-width:768px) {
  .point .balloonBox .p_balloon-left {
    padding: 10px;
    border: solid 4px;
    margin: 1.8em 0 1.5em 15px;
  }
}
.point .balloonBox .p_balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -20px;
  border: 20px solid transparent;
  border-right: 24px solid #f5d065;
  z-index: 2;
}
@media print, screen and (max-width:768px) {
  .point .balloonBox .p_balloon-left:before {
    left: -32px;
    margin-top: -16px;
    border: 16px solid transparent;
    border-right: 20px solid #f5d065;
  }
}
.point .balloonBox .p_balloon-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -52px;
  margin-top: -24px;
  border: 24px solid transparent;
  border-right: 28px solid #005179;
  z-index: 1;
}
@media print, screen and (max-width:768px) {
  .point .balloonBox .p_balloon-left:after {
    left: -40px;
    margin-top: -18px;
    border: 18px solid transparent;
    border-right: 22px solid #005179;
  }
}
.point .balloonBox .baloon_txt {
  font-size: 46px;
  font-weight: 600;
  color: #005179;
  letter-spacing: -0.01rem;
  margin: 0;
  font-size: 46px;
  /*font-size: calc( 40/ 1600 * 100vw );*/
}
@media print, screen and (max-width:1200px) {
  .point .balloonBox .baloon_txt {
    font-size: 40px;
  }
}
@media print, screen and (max-width:1026px) {
  .point .balloonBox .baloon_txt {
    font-size: 30px;
  }
}
@media print, screen and (max-width:768px) {
  .point .balloonBox .baloon_txt {
    font-size: 1.3rem;
  }
}
@media print, screen and (max-width:360px) {
  .point .balloonBox .baloon_txt {
    font-size: 1.1rem;
  }
}
.point .p_txt_ore {
  font-size: 40px;
  font-weight: 600;
  color: #fa4410;
  text-align: center;
  line-height: 1.4;
  margin: 20px auto 60px;
}
@media print, screen and (max-width:1200px) {
  .point .p_txt_ore {
    font-size: 38px;
  }
}
@media print, screen and (max-width:1026px) {
  .point .p_txt_ore {
    font-size: 30px;
    　margin: 20px auto 40px;
  }
}
@media print, screen and (max-width:768px) {
  .point .p_txt_ore {
    font-size: 1.3rem;
    letter-spacing: -0.015rem;
    　margin: 20px auto 1.65rem;
  }
}
@media print, screen and (max-width:360px) {
  .point .p_txt_ore {
    font-size: 1.1rem;
  }
}
.point .pointBlock {
  margin: 0 auto 100px;
}
@media print, screen and (max-width:1026px) {
  .point .pointBlock {
    margin: 0 auto 80px;
  }
}
@media print, screen and (max-width:768px) {
  .point .pointBlock {
    margin: 0 auto 2rem;
  }
}
.point .pointBlock .img_Area {
  width: 40%;
}
@media print, screen and (max-width:1026px) {
  .point .pointBlock .img_Area {
    width: 32%;
  }
}
@media print, screen and (max-width:768px) {
  .point .pointBlock .img_Area {
    width: 66%;
    text-align: center;
    margin: 0 auto 0.8rem;
  }
}
.point .pointBlock .img_Area img {
  width: 100%;
}
.point .pointBlock .txtBox {
  width: 59%;
}
@media print, screen and (max-width: 1090px) {
  .point .pointBlock .txtBox {
    width: 59%;
  }
}
@media print, screen and (max-width:1026px) {
  .point .pointBlock .txtBox {
    width: 65%;
  }
}
@media print, screen and (max-width:768px) {
  .point .pointBlock .txtBox {
    width: 100%;
  }
}
.point .pointBlock .txtBox .p_title .no {
  width: 15%;
}
.point .pointBlock .txtBox .p_title .no img {
  width: 100%;
}
.point .pointBlock .txtBox .p_title .txt_diag {
  width: 83%;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  color: #005179;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media print, screen and (max-width:1200px) {
  .point .pointBlock .txtBox .p_title .txt_diag {
    font-size: 34px;
  }
}
@media print, screen and (max-width: 1060px) {
  .point .pointBlock .txtBox .p_title .txt_diag {
    font-size: 31px;
  }
}
@media print, screen and (max-width:1026px) {
  .point .pointBlock .txtBox .p_title .txt_diag {
    font-size: 26px;
  }
}
@media print, screen and (max-width:768px) {
  .point .pointBlock .txtBox .p_title .txt_diag {
    font-size: 1.3rem;
  }
}
@media print, screen and (max-width:360px) {
  .point .pointBlock .txtBox .p_title .txt_diag {
    font-size: 1.2rem;
  }
}
.point .message {
  max-width: 980px;
  margin: 20px auto 0;
}
.point .message .left_messa {
  width: 22%;
  text-align: center;
  font-size: 118%;
  font-weight: 500;
  margin: 0 auto 10px;
}
@media print, screen and (max-width:1026px) {
  .point .message .left_messa {
    font-size: 108%;
  }
}
@media print, screen and (max-width:768px) {
  .point .message .left_messa {
    width: 54%;
    font-size: 96%;
    margin: 10px auto 0;
  }
}
.point .message .left_messa img {
  width: 100%;
}
.point .message .right_messa {
  width: 70%;
}
@media print, screen and (max-width:768px) {
  .point .message .right_messa {
    width: 100%;
  }
}
.point .message .right_messa .messe_img {
  width: 54%;
}
.point .message .right_messa .messe_img img {
  width: 100%;
}
.point .message .right_messa .p_balloon-left2 {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  max-width: 100%;
  background: #fff;
  border: solid 3px #005179;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 24px;
  padding: 32px;
  box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .point .message .right_messa .p_balloon-left2 {
    border-radius: 20px;
    padding: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .point .message .right_messa .p_balloon-left2 {
    padding: 0.8rem 5%;
  }
}
.point .message .right_messa .p_balloon-left2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  margin-top: -22px;
  border: 22px solid transparent;
  border-right: 24px solid #fff;
  z-index: 2;
}
@media print, screen and (max-width:768px) {
  .point .message .right_messa .p_balloon-left2:before {
    content: "";
    position: absolute;
    top: inherit;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
}
.point .message .right_messa .p_balloon-left2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -52px;
  margin-top: -24px;
  border: 24px solid transparent;
  border-right: 26px solid #005179;
  z-index: 1;
}
@media print, screen and (max-width:768px) {
  .point .message .right_messa .p_balloon-left2:after {
    content: "";
    position: absolute;
    top: inherit;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #005179;
    z-index: 1;
  }
}
@media print, screen and (max-width:768px) {
  .point .message .right_messa .p_balloon-left2 .p_txt {
    font-size: 94%;
  }
}

/*background:url(../../images/vol4/point/main_bottom.png) no-repeat;*/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.yourType {
  padding: 140px 0;
  text-align: center;
  font-weight: 600;
}
@media print, screen and (max-width:1026px) {
  .yourType {
    padding: 100px 0;
  }
}
@media print, screen and (max-width:768px) {
  .yourType {
    padding: 2rem 0;
  }
}
.yourType .yourTxt {
  margin: 0 auto 65px;
  font-size: 100px;
}
@media print, screen and (max-width:1200px) {
  .yourType .yourTxt {
    font-size: 86px;
  }
}
@media print, screen and (max-width:1026px) {
  .yourType .yourTxt {
    margin: 0 auto 40px;
    font-size: 72px;
  }
}
@media print, screen and (max-width:768px) {
  .yourType .yourTxt {
    margin: 0 auto 1.2rem;
    font-size: 2.4rem;
  }
}
.yourType .yourTxt p {
  margin: 0 auto;
}
.yourType .yourTxt .txt_green {
  color: #64d587;
  -webkit-animation: blinkEffect 1s ease infinite;
          animation: blinkEffect 1s ease infinite;
}
.yourType .yourTxt .blink_txt {
  -webkit-animation: blinking 1.2s ease-in-out infinite alternate;
          animation: blinking 1.2s ease-in-out infinite alternate;
}
@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.yourType .yourTxt2 {
  font-size: 45px;
}
@media print, screen and (max-width:1026px) {
  .yourType .yourTxt2 {
    font-size: 30px;
  }
}
@media print, screen and (max-width:768px) {
  .yourType .yourTxt2 {
    font-size: 1.2rem;
    letter-spacing: -0.02rem;
  }
}
@media print, screen and (max-width:360px) {
  .yourType .yourTxt2 {
    font-size: 1.04rem;
    letter-spacing: -0.03rem;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.check {
  background: #64d587;
  padding: 100px;
}
@media print, screen and (max-width:1026px) {
  .check {
    padding: 70px 0;
  }
}
@media print, screen and (max-width:768px) {
  .check {
    padding: 2rem 0 1.6rem;
  }
}
.check .checkTitle {
  text-align: center;
  margin: 0 auto 80px;
}
@media print, screen and (max-width:1026px) {
  .check .checkTitle {
    margin: 0 auto 60px;
  }
}
@media print, screen and (max-width:768px) {
  .check .checkTitle {
    margin: 0 auto 1.5rem;
  }
}
.check .checkTitle img {
  width: 100%;
}
.check .checkTitle .title_c_sub {
  width: 40%;
  margin: 0 auto 10px;
}
.check .checkTitle .title_c {
  width: 70%;
  margin: 0 auto 10px;
}
.check .checkSheet {
  background: url(../../images/vol4/check/check_bg_body.png) repeat-y;
  position: relative;
  margin: 0 auto;
  background-size: contain;
  padding: 20px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .check .checkSheet {
    padding: 20px 60px;
  }
}
@media print, screen and (max-width:768px) {
  .check .checkSheet {
    padding: 20px 6%;
  }
}
.check .checkSheet .sheetWrap {
  margin: 0 auto;
}
@media print, screen and (max-width:1026px) {
  .check .checkSheet .sheetWrap {
    max-width: 90%;
  }
}
.check .checkSheet .sheetWrap p {
  margin: 0;
}
.check .check_s_img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.check .check_s_img img {
  width: 100%;
}
.check .che_txt {
  font-size: 34px;
  text-align: center;
  font-weight: 600;
  margin: 0 auto 30px;
}
@media print, screen and (max-width:1200px) {
  .check .che_txt {
    font-size: 28px;
  }
}
@media print, screen and (max-width:1026px) {
  .check .che_txt {
    font-size: 23px;
  }
}
@media print, screen and (max-width:768px) {
  .check .che_txt {
    font-size: 0.95rem;
    text-align: left;
  }
}
.check .che_txt._type2 {
  margin: 30px auto;
  font-size: 32px;
}
@media print, screen and (max-width:1200px) {
  .check .che_txt._type2 {
    font-size: 26px;
    margin: 25px auto;
  }
}
@media print, screen and (max-width:1026px) {
  .check .che_txt._type2 {
    font-size: 20px;
    margin: 20px auto;
  }
}
@media print, screen and (max-width:768px) {
  .check .che_txt._type2 {
    font-size: 0.85rem;
    text-align: center;
    margin: 1rem auto 1.5rem;
  }
}
.check .che_txt._type3 {
  margin: 30px auto 50px;
  font-size: 72px;
}
@media print, screen and (max-width: 1080px) {
  .check .che_txt._type3 {
    font-size: 60px;
  }
}
@media print, screen and (max-width:1200px) {
  .check .che_txt._type3 {
    font-size: 64px;
    margin: 25px auto 40px;
  }
}
@media print, screen and (max-width:1026px) {
  .check .che_txt._type3 {
    font-size: 52px;
    margin: 20px auto 30pz;
  }
}
@media print, screen and (max-width:768px) {
  .check .che_txt._type3 {
    font-size: 1.2rem;
    text-align: center;
    margin: 1rem auto 1.5rem;
  }
}
.check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
}
.check label input {
  width: 4%;
}
@media print, screen and (max-width:1200px) {
  .check label input {
    width: 5%;
  }
}
@media print, screen and (max-width:1026px) {
  .check label input {
    width: 8%;
  }
}
@media print, screen and (max-width:768px) {
  .check label input {
    width: 11%;
  }
}
.check label p {
  width: 95%;
  line-height: 1.5;
}
@media print, screen and (max-width:1200px) {
  .check label p {
    width: 93%;
  }
}
@media print, screen and (max-width:1026px) {
  .check label p {
    width: 91%;
  }
}
@media print, screen and (max-width:768px) {
  .check label p {
    width: 88%;
  }
}
.check input[type=checkbox],
.check input[type=radio] {
  --active: #fe272e;
  --active-inner: #fff;
  --focus: 2px rgba(39, 94, 254, .3);
  --border: #BBC1E1;
  --border-hover: #fe272e;
  --background: #fff;
  --disabled: #F6F8FF;
  --disabled-inner: #E1E6F9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 24px;
  outline: none;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--bc, var(--border));
  background: var(--b, var(--background));
  -webkit-transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
  transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.check input[type=checkbox]:after,
.check input[type=radio]:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
}
.check input[type=checkbox]:checked,
.check input[type=radio]:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: .3s;
  --d-t: .6s;
  --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
}
.check input[type=checkbox]:disabled,
.check input[type=radio]:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}
.check input[type=checkbox]:disabled:checked,
.check input[type=radio]:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}
.check input[type=checkbox]:disabled + label,
.check input[type=radio]:disabled + label {
  cursor: not-allowed;
}
.check input[type=checkbox]:hover:not(:checked):not(:disabled),
.check input[type=radio]:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}
.check input[type=checkbox]:focus,
.check input[type=radio]:focus {
  -webkit-box-shadow: 0 0 0 var(--focus);
          box-shadow: 0 0 0 var(--focus);
}
.check input[type=checkbox]:not(.switch),
.check input[type=radio]:not(.switch) {
  width: 24px;
}
.check input[type=checkbox]:not(.switch):after,
.check input[type=radio]:not(.switch):after {
  opacity: var(--o, 0);
}
.check input[type=checkbox]:not(.switch):checked,
.check input[type=radio]:not(.switch):checked {
  --o: 1;
}
.check input[type=checkbox] + label,
.check input[type=radio] + label {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 4px;
}
.check input[type=checkbox]:not(.switch) {
  border-radius: 4px;
}
.check input[type=checkbox]:not(.switch):after {
  width: 5px;
  height: 9px;
  border: 2px solid var(--active-inner);
  border-top: 0;
  border-left: 0;
  left: 7px;
  top: 4px;
  -webkit-transform: rotate(var(--r, 20deg));
          transform: rotate(var(--r, 20deg));
}
.check input[type=checkbox]:not(.switch):checked {
  --r: 43deg;
}
.check input[type=checkbox].switch {
  width: 38px;
  border-radius: 11px;
}
.check input[type=checkbox].switch:after {
  left: 2px;
  top: 2px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: var(--ab, var(--border));
  -webkit-transform: translateX(var(--x, 0));
          transform: translateX(var(--x, 0));
}
.check input[type=checkbox].switch:checked {
  --ab: var(--active-inner);
  --x: 17px;
}
.check input[type=checkbox].switch:disabled:not(:checked):after {
  opacity: 0.6;
}
.check button.hantei img {
  display: block;
}
.check ul li div {
  margin: 0 0 1rem;
}
.check .answerBlock {
  /*opacity: 0; transition: .5s;　overflow: hidden;*/
  display: none;
  -webkit-animation: appear 0.5s ease;
          animation: appear 0.5s ease;
}
.check .active { /*opacity: 1;　transition: .5s;*/
  display: block;
}
.check .none {
  opacity: 0;
  　transition: 0.5s;
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.check .answerBlock .box {
  width: 32%;
  border: 3px solid #000;
  padding: 10px 20px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
@media print, screen and (max-width:1026px) {
  .check .answerBlock .box {
    font-size: 90%;
    padding: 10px 5px;
  }
}
@media print, screen and (max-width:768px) {
  .check .answerBlock .box {
    width: 94%;
    padding: 0.8rem 4%;
    margin: 0 auto 1rem;
  }
}
.check .answerBlock .box .title {
  font-size: 180%;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0 auto 20px;
  vertical-align: middle;
}
@media print, screen and (max-width:1200px) {
  .check .answerBlock .box .title {
    font-size: 160%;
  }
}
@media print, screen and (max-width:1026px) {
  .check .answerBlock .box .title {
    font-size: 140%;
    margin: 0 auto 10px;
  }
}
@media print, screen and (max-width:768px) {
  .check .answerBlock .box .title {
    font-size: 140%;
    margin: 0 auto 1rem;
  }
}
.check .answerBlock .box .title span {
  font-size: 240%;
}
@media print, screen and (max-width:1200px) {
  .check .answerBlock .box .title span {
    font-size: 200%;
  }
}
@media print, screen and (max-width:1026px) {
  .check .answerBlock .box .title span {
    font-size: 180%;
  }
}
.check .answerBlock .box .txt {
  font-size: 110%;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 20px;
  font-weight: 600;
}
@media print, screen and (max-width:1026px) {
  .check .answerBlock .box .txt {
    font-size: 84%;
  }
}
@media print, screen and (max-width:768px) {
  .check .answerBlock .box .txt {
    font-size: 106%;
  }
}
.check .answerBlock .box .txt span {
  font-size: 74%;
  letter-spacing: -0.02rem;
  line-height: 1.4;
}
@media print, screen and (max-width:1026px) {
  .check .answerBlock .box .txt span {
    font-size: 65%;
  }
}
@media print, screen and (max-width:768px) {
  .check .answerBlock .box .txt span {
    font-size: 70%;
  }
}
.check .answerBlock .box .wh_box {
  background: #fff;
  padding: 5px 15px 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.check .answerBlock .box .wh_box .astxt {
  font-weight: 600;
}
@media print, screen and (max-width:1026px) {
  .check .answerBlock .box .wh_box .astxt {
    font-size: 80%;
  }
}
.check .answerBlock .box._typeA {
  background: #a0d6e9;
}
.check .answerBlock .box._typeB {
  background: #ffbad1;
}
.check .answerBlock .box._typeC {
  background: #40dad1;
}
.check .answerBlock .score {
  font-size: 280%;
  font-weight: 600;
}
@media print, screen and (max-width:1026px) {
  .check .answerBlock .score {
    font-size: 200%;
  }
}
@media print, screen and (max-width:768px) {
  .check .answerBlock .score {
    font-size: 180%;
  }
}
.check .answerBlock .score span {
  font-size: 60%;
}
.check .imgArrow {
  text-align: center;
  margin: 60px auto 40px;
  max-width: 100px;
}
.check .imgArrow img {
  width: 100%;
}
@media print, screen and (max-width:1026px) {
  .check .imgArrow {
    max-width: 80px;
    margin: 40px auto 30px;
  }
}
@media print, screen and (max-width:768px) {
  .check .imgArrow {
    max-width: 50px;
    margin: 1rem auto 1rem;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.other {
  background: #f2f8fb;
  padding: 100px 0;
}
@media print, screen and (max-width:1026px) {
  .other {
    padding: 70px 0;
  }
}
@media print, screen and (max-width:768px) {
  .other {
    padding: 2rem 0 1.6rem;
  }
}
.other .wrap {
  text-align: center;
}
.other .title_balloon {
  margin: 0 auto 60px;
  position: relative;
  display: inline-block;
  padding: 20px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #000;
  background: #FFF;
  border: solid 4px #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
}
@media print, screen and (max-width:1026px) {
  .other .title_balloon {
    margin: 0 auto 30px;
  }
}
@media print, screen and (max-width:768px) {
  .other .title_balloon {
    margin: 0 auto 1.5rem;
    padding: 10px 6%;
    border: solid 3px #000;
    border-radius: 12px !important;
  }
}
.other .title_balloon:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF;
  z-index: 2;
}
@media print, screen and (max-width:768px) {
  .other .title_balloon:before {
    bottom: -21px;
    left: 50%;
    margin-left: -14px;
    border: 11px solid transparent;
    border-top: 11px solid #FFF;
  }
}
.other .title_balloon:after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  margin-left: -20px;
  border: 17px solid transparent;
  border-top: 17px solid #000;
  z-index: 1;
}
@media print, screen and (max-width:768px) {
  .other .title_balloon:after {
    bottom: -29px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #000;
  }
}
.other .title_balloon p {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 600;
}
@media print, screen and (max-width:1200px) {
  .other .title_balloon p {
    font-size: 38px;
  }
}
@media print, screen and (max-width:1026px) {
  .other .title_balloon p {
    font-size: 30px;
  }
}
@media print, screen and (max-width:768px) {
  .other .title_balloon p {
    font-size: 20px;
  }
}
.other .otherTxt01 {
  font-size: 47px;
  font-weight: 600;
}
@media print, screen and (max-width:1200px) {
  .other .otherTxt01 {
    font-size: 42px;
  }
}
@media print, screen and (max-width:1026px) {
  .other .otherTxt01 {
    font-size: 36px;
  }
}
@media print, screen and (max-width:768px) {
  .other .otherTxt01 {
    font-size: 17px;
  }
}
.other .otherTable {
  width: 100%;
  border: 2px solid #000;
  margin: 0 auto 30px;
}
@media print, screen and (max-width:1026px) {
  .other .otherTable {
    margin: 0 auto 30px;
  }
}
@media print, screen and (max-width:768px) {
  .other .otherTable {
    margin: 0 auto 1.4rem;
  }
}
.other .otherTable th {
  background: #b8e6c0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 30px;
  font-weight: 600;
}
@media print, screen and (max-width:1200px) {
  .other .otherTable th {
    font-size: 29px;
  }
}
@media print, screen and (max-width:1026px) {
  .other .otherTable th {
    font-size: 26px;
  }
}
@media print, screen and (max-width:768px) {
  .other .otherTable th {
    font-size: 15px;
    padding: 5px;
  }
}
.other .otherTable td {
  background: #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3;
}
@media print, screen and (max-width:1200px) {
  .other .otherTable td {
    font-size: 40px;
  }
}
@media print, screen and (max-width:1026px) {
  .other .otherTable td {
    font-size: 30px;
  }
}
@media print, screen and (max-width:768px) {
  .other .otherTable td {
    font-size: 18px;
    padding: 5px;
  }
}
@media print, screen and (max-width:360px) {
  .other .otherTable td {
    font-size: 16px;
  }
}
.other .otherTable td span {
  font-size: 60%;
}
.other .otherTable td.colorTD {
  background: #e4f2c9;
}
.other .banaBlock.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.other .banaBlock p {
  width: 31.5%;
}
.other .banaBlock p img {
  width: 100%;
}
@media print, screen and (max-width:768px) {
  .other .banaBlock p {
    width: 48%;
  }
}
.other .banaBlock p:not(:last-child) {
  margin-right: 20px;
}
@media print, screen and (max-width:768px) {
  .other .banaBlock p:not(:last-child) {
    margin-right: 10px;
  }
}

.bana01 {
  padding: 100px 0;
  max-width: 940px;
  text-align: center;
  margin: 0 auto;
}
.bana01 img {
  width: 100%;
}
@media print, screen and (max-width:1200px) {
  .bana01 {
    width: 70%;
  }
}
@media print, screen and (max-width:1026px) {
  .bana01 {
    padding: 70px 0;
  }
}
@media print, screen and (max-width:768px) {
  .bana01 {
    padding: 2rem 0 1.6rem;
    width: 90%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/*マーカーアニメーション*/
/*.marker-animation.active{
    background-position: -100% .5em;
}

.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}

 }
 */
.text-Span {
  position: relative;
  z-index: 1;
}

.text-Span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0%;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #f5d065));
  background: linear-gradient(transparent 50%, #f5d065 0%);
  z-index: -1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media print, screen and (max-width:1026px) {
  .text-Span:after {
    height: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .text-Span:after {
    height: 10px;
    z-index: -2;
  }
}

.text-Span.type2:after {
  z-index: 1;
  bottom: 5px;
  height: 15px;
}
@media print, screen and (max-width:768px) {
  .text-Span.type2:after {
    bottom: 0;
    height: 10px;
  }
}
.text-Span.type2 span {
  z-index: 2;
}
.text-Span.type3 {
  letter-spacing: -0.02rem;
}

.text-Span.isActive:after {
  width: 100%;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

/* モーダルを閉じるボタンの指定 */
.modalClose {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  cursor: pointer;
  font-weight: 600;
  font-size: 160%;
}

/* モーダル内側の指定 */
.modal-container {
  position: relative;
  /* display: inline-block;*/
  vertical-align: middle;
  width: 90%;
  margin: 60px auto;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
  margin: auto;
  position: relative;
  max-width: 1200px;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1200px) {
  .modal-content {
    width: 100%;
    padding: 30px;
  }
}
@media print, screen and (max-width:1026px) {
  .modal-content {
    padding: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .modal-content {
    padding: 1.8rem 2%;
  }
}
.modal-content .mo_title {
  width: 52%;
  text-align: center;
  margin: 0 auto 20px !important;
}
@media print, screen and (max-width:1026px) {
  .modal-content .mo_title {
    width: 65%;
  }
}
@media print, screen and (max-width:768px) {
  .modal-content .mo_title {
    width: 90%;
  }
}
.modal-content .mo_title img {
  width: 100%;
}
.modal-content .inner_box {
  background: #fff;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
}
@media print, screen and (max-width:1200px) {
  .modal-content .inner_box {
    width: 90%;
  }
}
@media print, screen and (max-width:1026px) {
  .modal-content .inner_box {
    padding: 0 30px 30px 30px;
    width: 90%;
    border-radius: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .modal-content .inner_box {
    padding: 0 5% 1rem 5%;
    border-radius: 12px;
  }
}
.modal-content.typeA {
  background: #a0d6e9;
}
.modal-content.typeA ul.list li:before {
  color: #a0d6e9;
}
.modal-content.typeB {
  background: #ffbad1;
}
.modal-content.typeB ul.list li:before {
  color: #ffbad1;
}
.modal-content.typeC {
  background: #40dad1;
}
.modal-content.typeC ul.list li:before {
  color: #40dad1;
}
.modal-content .title_type_mo {
  text-align: center;
  margin: 0 auto 20px;
  font-size: 40px;
  font-weight: 600;
}
@media print, screen and (max-width:1026px) {
  .modal-content .title_type_mo {
    font-size: 30px;
  }
}
@media print, screen and (max-width:768px) {
  .modal-content .title_type_mo {
    font-size: 1.3rem;
  }
}
.modal-content .title_type_mo span {
  font-size: 180%;
}
.modal-content .txt_mo {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
}
@media print, screen and (max-width:1200px) {
  .modal-content .txt_mo {
    font-size: 24px;
  }
}
@media print, screen and (max-width:1026px) {
  .modal-content .txt_mo {
    font-size: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .modal-content .txt_mo {
    font-size: 0.8rem;
  }
}
@media print, screen and (max-width:360px) {
  .modal-content .txt_mo {
    font-size: 0.7rem;
  }
}
.modal-content .box2 {
  width: 100%;
  margin: 20px auto;
}
.modal-content .box2 .col {
  width: 26%;
  text-align: left;
}
@media print, screen and (max-width:768px) {
  .modal-content .box2 .col {
    width: 100%;
  }
}
.modal-content .box2 .col:first-child {
  width: 38%;
}
@media print, screen and (max-width:768px) {
  .modal-content .box2 .col:first-child {
    width: 100%;
  }
}
.modal-content .box2 .col .img {
  width: 90%;
  text-align: center;
}
@media print, screen and (max-width:768px) {
  .modal-content .box2 .col .img {
    width: 70%;
    margin: 0 auto;
  }
}
.modal-content .box2 .col .img img {
  width: 100%;
}
.modal-content .box2 .col .list li {
  margin: 0;
}
.modal-content .box2 .col .list li.listNone:before {
  content: none;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.oriBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #0f0e0e;
  font-size: 18px;
  border-radius: 10px;
  width: 280px;
  border: 2px solid #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 4px 4px 0px 0px rgb(51, 51, 51), inset 2px 3px 0px 0px rgb(255, 255, 255), inset -3px -3px 0px 0px rgb(255, 255, 255);
          box-shadow: 4px 4px 0px 0px rgb(51, 51, 51), inset 2px 3px 0px 0px rgb(255, 255, 255), inset -3px -3px 0px 0px rgb(255, 255, 255);
  background-color: #f8e779;
  padding: 0px 20px 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 60px auto 60px;
}
@media print, screen and (max-width:1026px) {
  .oriBtn {
    width: 220px;
    margin: 40px auto;
  }
}
@media print, screen and (max-width:768px) {
  .oriBtn {
    width: 220px;
    margin: 30px auto;
  }
}
.oriBtn:hover {
  -webkit-box-shadow: 0 0 #333;
          box-shadow: 0 0 #333;
  color: #fff;
  background-color: #333;
}
.oriBtn p {
  display: block;
  font-size: 160%;
  font-weight: 600;
}
.oriBtn p span {
  font-size: 50%;
}
@media print, screen and (max-width:1026px) {
  .oriBtn p {
    font-size: 138%;
  }
}
.oriBtn.typeS {
  width: 120px;
  margin: 20px auto 10px;
  padding: 10px;
  font-size: 108%;
  font-weight: 600;
}
.oriBtn.type2 {
  padding: 10px 10px 15px 10px;
  font-size: 160%;
  font-weight: 600;
}

.nomal_btn {
  max-width: 480px;
  margin: 40px auto 100px;
}
@media print, screen and (max-width:1026px) {
  .nomal_btn {
    max-width: 400px;
    margin: 30px auto 80px;
  }
}
@media print, screen and (max-width:768px) {
  .nomal_btn {
    max-width: 80%;
    margin: 20px auto 2rem;
  }
}
.nomal_btn a {
  display: block;
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 150%;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
}
@media print, screen and (max-width:1026px) {
  .nomal_btn a {
    font-size: 130%;
  }
}
@media print, screen and (max-width:768px) {
  .nomal_btn a {
    font-size: 100%;
    padding: 0.8rem 5%;
  }
}
.nomal_btn a:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
  opacity: 0.9;
}

.btn-shadow a {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

/****************************************************************************************************

グラフ描画関連
2023/10/27
追加

****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.enqGraph__outer {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}

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