@charset "utf-8";
/* CSS Document */
main .key-visual {
  background: url(../img/key_visual_bg.jpg)no-repeat center center;
  background-size: cover;
  text-align: center;
  margin-bottom: 10px;
}
.top_message {
  background: #003366;
  padding: 15px;
  display: flex;
  align-items: flex-start;
}
.top_message img {
  width: 100px
}
.top_message p {
  color: #fff;
  text-align: left;
  padding-left: 10px;
  font-weight: 500
}
.sec-check h3 {
  font-size: 1.6rem;
  margin-bottom: 30px
}
/*チェック*/
h2.check {
  position: relative;
  background: #b82638;
  color: #fff;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.2;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px
}
h2.check .check_num {
  display: flex;
  align-items: center;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  position: relative;
  padding: 0 1rem 0 1rem;
  color: #fff;
  background: #122c6f;
  font-size: 1.6rem;
  height: 40px;
}
h2.check .check_num:after {
  position: absolute;
  top: calc(50% - 20px);
  right: -20px;
  width: 0;
  height: 0;
  content: '';
  border-width: 20px 0 20px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #122c6f;
}
h2.check .check_title {
  padding: 4px 4px 4px 25px;
  font-weight: 500;
  height: 40px;
  display: flex;
  align-items: center;
}
.check_inner_box1 {
  background: #f2f2f2;
  padding: 15px;
  display: flex;
  flex-direction: column;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto 30px;
}
.check_inner_box1 picture {
  margin-bottom: 10px
}
.check_inner_box2 {
  background: #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  max-width: 920px;
  width: 100%;
  margin: 0 auto 30px;
}
.check_inner_box2 picture {
  margin-bottom: 10px
}
.check_inner_box3 {
  position: relative;
  background: #f13b1c;
  padding: 15px;
  display: flex;
  flex-direction: column;
  max-width: 920px;
  width: 100%;
  margin: 125px auto 30px;
  padding-top: 200px;
}
/*.check_inner_box3 picture {
  position: absolute;
  top: -185px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}*/
.check_inner_box3 picture {
  overflow: hidden;
  aspect-ratio: 125/123;
  position: absolute;
  top: -135px;
  left: 0
}
.check_inner_box3 picture img {
  width: 100%;
  height: auto;
}
.check_inner_box3 .check_box01_wrap {
  padding-top: 50px
}
.check_inner_box3 .check_box01_wrap p {
  color: #fff
}
.check_inner_box4 {
  position: relative;
  background: #f2f2f2;
  margin-bottom: 30px;
}
.check_inner_box4 picture {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}
.check_inner_box4 .check_box01_wrap {
  padding: 15px 10px 25em;
}
.check_inner_box4 .check_box01_wrap h2 {
  text-align: left;
  line-height: 1.2;
  border-bottom: 2px solid #1a1a1a;
  padding-bottom: 5px;
  margin-bottom: 10px
}
.check_inner_box4 .check_box01_wrap p {
  line-height: 1.35;
}
.check_inner_box4 .check_box01_wrap p span.fl {
  font-weight: 700
}
ul.check_box_list {
  text-align: left;
  font-weight: 500
}
ul.check_box_list li {
  position: relative;
  padding-left: 1.25em;
}
ul.check_box_list li::before {
  content: '\f14a';
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  left: 0;
}
.check_box01_wrap p {
  text-align: left
}
.card01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px
}
.card01 dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  width: calc(50% - 15px);
  margin: 0 7.5px 15px
}
.card01 dl dd {
  text-align: left;
  padding: 5px
}
.check04_photo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px
}
.check04_photo picture {
  width: calc(100% / 3 - 7.5px);
  margin: 0 7.5px
}
.check04_01 {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px
}
.check04_01_01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5px
}
.check04_01_02 {
  display: flex;
  align-items: center;
  border-bottom: solid #333333 2px;
  margin-bottom: 5px;
  padding-bottom: 5px
}
.check04_01_01 .ttl {
  font-size: 3.8rem;
  font-weight: 700
}
.check04_01_02 .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  padding-right: 5px
}
.orange_radius {
  border-radius: 6px;
  background: #f13b1c;
  padding: 3px 8px;
  color: #fff;
  font-size: 1.4rem
}
.grey_radius {
  border-radius: 6px;
  border: 1px solid #999;
  background: #fff;
  padding: 0 3px;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap
}
.check04_01_03 {
  border-top: solid #333333 2px;
  border-bottom: solid #333333 2px;
  padding: 5px 0 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column
}
.check04_01_03_01 {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: left
}
.maru {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #f13b1c;
}
.check04_01_03_02 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 1;
}
.check04_01_03_02 .kakaku {
  font-weight: 700;
  font-size: 7rem;
  color: #f13b1c;
  font-family: 'Jost', sans-serif;
  line-height: 1
}
.check04_01_03_02 .kakaku_sub {
  font-weight: 800;
  font-size: 2.4rem;
  color: #f13b1c
}

.blue_radius_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center
}
.blue_radius_wrap .blue_radius {
  width: calc(50% - 15px);
  margin: 0 7.5px 15px;
  display: flex;
  justify-content: center;
  align-content: center
}
.blue_radius_wrap .blue_radius:nth-child(3), .blue_radius_wrap .blue_radius:nth-child(4) {
  margin-bottom: 0
}
.blue_radius_wrap .blue_radius img {
  width: 100%
}
.blue_radius_wrap .blue_radius span {
  color: #6695ed;
}

.covid_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 928px;
  margin: 1em auto;
}
.covid_content img {
  width: calc(25% - 15px);
  margin: 0 7.5px;
}
.card02 {
  display: flex;
  flex-flow: row wrap;
  margin: 50px 0 30px;
}
.card03 {
  display: flex;
  flex-flow: row wrap;
  margin: 30px 0;
}
.cardbox01 {
  width: 100%;
  margin-bottom: 50px;
}
.cardbox01:last-child {
  margin-bottom: 20px;
}
.cardbox01 {
  position: relative;
  padding: 60px 20px 0px;
  border: 2px solid #f13b1c;
}
.cardbox01 img {
  display: block;
  max-width: 300px;
  margin: 0 auto 15px;
}
.card_ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
.card_number {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  padding-top: 10px;
  border: 2px solid #f13b1c;
  border-radius: 50%;
  background-color: #f13b1c;
  z-index: 0;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
}
.card_number.fs {
  font-family: 'Noto Sans JP', Meiryo, "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif!important;
  font-weight: 500;
}
.card_text {
  margin-bottom: 50px;
}
.card_text p {
  margin-bottom: 20px;
  text-align: left
}
.cardbox02 {
  width: calc(33.333% - 15px);
  margin: 0 7.5px 30px;
}
.cardbox03 {
  width: calc(100% - 15px);
  margin: 0 7.5px 30px;
  background: #f2f2f2;
  padding: 30px 15px 0;
}
.cardbox03 figure {
  max-width: 180px;
  text-align: center;
  margin: 30px auto;
}
.bottom_arrow_wrap {
  text-align: center
}
.bottom_arrow {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-bottom: solid 6px #003366;
  padding: 0 0 10px;
  min-width: 330px;
  max-width: 100%;
  text-align: center;
}
.bottom_arrow:before, .bottom_arrow:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
.bottom_arrow:before {
  border: 28px solid transparent;
  border-top: 28px solid #003366;
}
.bottom_arrow:after {
  border: 25px solid transparent;
  border-top: 25px solid #fff;
  margin-top: -5px;
}
.bottom_arrow p {
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2
}
.bottom_arrow02 {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-bottom: solid 6px #b82638;
  padding: 0 0 10px;
  min-width: 330px;
  max-width: 100%;
  text-align: center;
}
.bottom_arrow02:before, .bottom_arrow02:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
.bottom_arrow02:before {
  border: 28px solid transparent;
  border-top: 28px solid #b82638;
}
.bottom_arrow02:after {
  border: 25px solid transparent;
  border-top: 25px solid #fff;
  margin-top: -5px;
}
.bottom_arrow02 p {
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2
}
/*CHECK.07交差するBOX*/
.mutual_box {
  display: flex;
  flex-direction: column;
}
.mutual_box dl {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px;
}
.mutual_box dl dt {
  margin-bottom: 5px
}
.mutual_box dl dd {}
.mutual_box dl dd {
  display: flex;
  flex-direction: column;
}
.mutual_box dl dd p {
  text-align: left;
  font-size: 1.4rem;
  padding-top: 5px
}
.mutual_box dl dd .blue_box-title {
  font-size: 1.6rem;
  background: #6695ed;
  padding: 5px 0 5px .5em;
  text-align: left;
  color: #FFF;
  font-weight: 500;
  width: 100%;
}
.check_inner_box5 {
  display: flex;
  flex-direction: column;
}
.check_inner_box5 dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px
}
.check_inner_box5 dl dt {
  margin-bottom: 10px
}
.check_inner_box5 dl dd {}
.pic_radius {
  width: 100%
}
.pic_radius img {
  border-radius: 20px;
}
.check_inner_box5 dl dd h3 {
  border-bottom: 2px solid #1a1a1a;
  margin-bottom: 10px;
  font-size: 2rem;
  text-align: left
}
.check_inner_box5 dl dd p {
  text-align: left
}
.check_inner_box6 {
  display: flex;
  flex-direction: column;
  background: #f2f2f2;
  padding: 15px;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto 30px;
}
.check_box06_wrap01 {
  display: flex;
  flex-direction: column;
  position: relative;
}
.check_box06_text {
  display: flex;
  flex-direction: column;
}
.check_box06_text h3 {
  font-size: 2rem !important;
  text-align: left;
  line-height: 1.2;
  border-bottom: 2px solid #1a1a1a;
  padding-bottom: 5px;
  margin-bottom: 10px !important;
}
.check_box06_text p {
  line-height: 1.35;
  text-align: left;
}
.check_box06_photo {}
.check_box06_photo picture {
  overflow: hidden;
  aspect-ratio: 364/332;
}
.check_box06_photo picture img {
  width: 100%;
  height: auto;
}
.check_box_list_wrap02 {
  display: flex;
  background: #fff;
  padding: 10px;
}
.check_box_list_wrap02 ul.check_box_list02 {
  display: flex;
  flex-wrap: wrap;
}
.check_box_list_wrap02 ul.check_box_list02 li {
  position: relative;
  padding-left: 1.25em;
  text-align: left;
  font-weight: 700;
}
.check_box_list_wrap02 ul.check_box_list02 li::before {
  content: '\f14a';
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  left: 0;
}
.check06_img {
  margin: 1em auto;
  max-width: 300px;
  width: 100%
}
.check_inner_sankaku_wrap {
  max-width: 1150px;
  overflow: hidden;
}
.check_inner_sankaku01 {
  background: #f2f2f2;
  position: relative;
}
.check_inner_sankaku01 figure {
  overflow: hidden;
  aspect-ratio: 8/1;
  background: #fff;
}
.check_inner_sankaku01 figure img {
  width: 100%;
  height: auto;
}
.check_inner_sankaku02 {
  background: #fff;
  position: relative;
  max-width: 1150px;
}
.check_inner_sankaku02 figure {
  overflow: hidden;
  aspect-ratio: 8/1;
}
.check_inner_sankaku02 figure img {
  width: 100%;
  height: auto;
}
.check_inner_sankaku03 {
  background: #f2f2f2;
  position: relative;
  max-width: 1150px;
  margin: 0 0 20px;
}
.sankaku_in {
  padding: 30px 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sankaku_in dt {
  margin-bottom: 15px
}
.sankaku_in dd {
  text-align: left
}
.sankaku_in dd h3 {
  border-bottom: 2px solid #1a1a1a;
  margin-bottom: 10px;
  font-size: 2rem
}
.sankaku_in dd p {}
.card_number01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  padding-top: 10px;
  border: 2px solid #f13b1c;
  border-radius: 50%;
  background-color: #f13b1c;
  z-index: 0;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
}
.card_number01.fs {
  font-family: 'Noto Sans JP', Meiryo, "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif!important;
  font-weight: 500;
}
.check_inner_box7_01 .blue_box-title {
  font-size: 1.6rem;
  background: #6695ed;
  padding: 5px 0 5px 0.5em;
  text-align: left;
  color: #FFF;
  font-weight: 500;
  width: 100%;
}
.check_inner_box7_01 {
  display: flex;
  flex-direction: column
}
.check_inner_box7_01 dl {
  width: calc(100% - 15px);
  margin: 0 7.5px 15px;
}
.check_inner_box7_01 dl dt {
  margin-bottom: 10px
}
.check_inner_box7_01 dl dd .blue_box-title {
  text-align: center
}
.check_inner_box7_01 dl dd p {
  padding: 10px;
  text-align: left
}
.check_inner_box7_02 {
  background: #f2f2f2;
  padding: 15px;
  display: flex;
  flex-direction: column
}
.check_inner_box7_02 dl {
  border-bottom: 1px dashed #333;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.check_inner_box7_02 dl:last-child {
  border-bottom: none
}
.check_inner_box7_02 dl dt {
  background: #122c6f;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  width: 100%;
  margin-bottom: 10px
}
.check_inner_box7_02 dl dd {
  font-weight: 500;
  flex-grow: 1;
  text-align: left;
  font-size: 1.8rem;
  width: 100%;
  line-height: 1.2
}
.check_inner_box8_01 {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #f2f2f2;
  padding: 15px;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto 30px;
  z-index: 1
}
.check_inner_box8_01::after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "";
  display: inline-block;
  background: url("../img/check12_icon1.svg");
  background-size: cover;
  width: 150px;
  height: 150px;
  z-index: 2
}
.check_box08_wrap01 {
  display: flex;
  flex-direction: column;
  position: relative;
}
.check_box08_text {
  display: flex;
  flex-direction: column;
}
.check_box08_text h3 {
  font-size: 2rem !important;
  text-align: left;
  line-height: 1.2;
  border-bottom: 2px solid #1a1a1a;
  padding-bottom: 5px;
  margin-bottom: 10px !important;
}
.check_box08_photo {
  z-index: 10
}
.check_box08_photo picture {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.check_box08_photo picture img {
  width: 100%;
  height: auto;
}
.check_box08_wrap01 ul.check_box_list02 {
  display: flex;
  flex-wrap: wrap;
}
.check_box08_wrap01 ul.check_box_list02 li {
  position: relative;
  padding-left: 1.25em;
  text-align: left;
  font-weight: 700;
}
.check_box08_wrap01 ul.check_box_list02 li::before {
  content: '\f14a';
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  left: 0;
}
.check_inner_box8_02 {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #f2f2f2;
  padding: 15px;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto 30px;
  z-index: 1
}
.check_inner_box8_02::after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "";
  display: inline-block;
  background: url("../img/check12_icon2.svg");
  background-size: cover;
  width: 150px;
  height: 150px;
  z-index: 2
}
.check_box08_wrap02 ul.check_box_list02 {
  display: flex;
  flex-wrap: wrap;
}
.check_box08_wrap02 ul.check_box_list02 li {
  position: relative;
  padding-left: 1.25em;
  text-align: left;
  font-weight: 700;
}
.check_box08_wrap02 ul.check_box_list02 li::before {
  content: '\f14a';
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  left: 0;
}
.check_inner_box8_03 {
  background: #f2f2f2;
  padding: 15px;
  max-width: 1150px;
  width: 100%;
  margin: 50px auto 30px;
}
.check_box08_03_wrap {
  background: #fff;
  padding: 15px;
}
.check_box08_03_wrap h3 {
  font-size: 2rem !important;
  text-align: left;
  line-height: 1.2;
  border-bottom: 2px solid #1a1a1a;
  padding-bottom: 5px;
  margin-bottom: 10px !important;
}
.check_box08_03_text {
  text-align: left;
}
.check_box08_03_text p {
  padding-bottom: 1em
}
.text_box_area{padding: 3em 0;border-bottom: 1px dashed #333;}
.text_box_area p{font-weight: 700;font-size: 2rem}
ul.question{display: flex;flex-wrap: wrap; padding: 0 5px;margin-bottom: 20px}
ul.question li {width: 100% ;border: 2px solid #00a73c;margin-bottom: 10px;text-align: left;display: flex;align-items: center;padding: 5px 10px; }
ul.question li a{width: 100% ;display: flex;align-items: center;}
ul.question li span{font-family: 'Jost', sans-serif;font-size: 150%;color:#00a73c;font-weight: 600;padding-right: 5px}
a.btn_green{ background: #00a73c; color:#fff;border: 2px solid #00a73c;;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;    vertical-align: middle;transition: all .3s;margin-bottom: 30px}
a.btn_green i{ padding-left: 10px;}
a.btn_green:hover{background: #fff; color:#00a73c;border: 2px solid #00a73c;}
/*------------------------------------------------------------------------------------------------------*/
@media all and (min-width: 768px) {
  .top_message {
   align-items: center;
  }
  .sec-check h3 {
    font-size: 2.8rem;
    margin-bottom: 30px
  }
  h2.check {}
  h2.check .check_num {
    font-size: 2.4rem;
  }
  h2.check .check_title {
    font-size: 2.1rem;
  }
  ul.check_box_list {
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    font-weight: 700;
  }
  .check_inner_box1 {
    flex-direction: row;
    align-content: center;
  }
  .check_inner_box2 {
    flex-direction: row-reverse;
    align-content: center;
    justify-content: center
  }
  .check_box_list_wrap {
    display: flex;
    align-items: center;
  }
  .check_box01_wrap {
    display: flex;
    align-items: center;
    width: 65%
  }
  .check_box01_wrap p {
    font-size: 2rem
  }
  .check_inner_box1 picture {
    width: 35%;
    margin-bottom: 0px;
    margin-right: 15px;
  }
  .check_inner_box2 picture {
    width: 35%;
    margin-bottom: 0px;
    padding-left: 15px
  }
  .check_inner_box3 {
    flex-direction: row;
    justify-content: flex-end;
    margin: 50px auto 30px;
    padding-top: 15px;
    max-width: 700px;
  }
  .check_inner_box3 picture {
    width: 45%;
    left: 0;
    bottom: 0 !important;
    top: inherit;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
  .check_inner_box3 .check_box01_wrap {
    width: 53%;
    padding-top: 0
  }
  .check_inner_box4 picture {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    width: 35%;
  }
  .check_inner_box4 {
    display: flex;
    margin-top: 80px
  }
  .check_inner_box4 .check_box01_wrap {
    padding: 25px 15px 25px 280px;
    flex-grow: 1;
    flex-direction: column;
    align-items: stretch;
  }
  .check_inner_box4 .check_box01_wrap h2 {
    font-size: 3rem
  }
  .card01 {
    display: flex;
    flex-direction: row
  }
  .card01 dl {
    width: calc(25% - 15px);
    margin: 0 7.5px
  }
  .check04_01_01 {
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
    text-align: left;
    padding: 0 10px
  }
  .check04_01_01 .ttl {
    font-size: 3.8rem;
    padding-right: 10px;
    line-height: 1.4
  }
  .orange_radius {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 3px 12px;
    border-radius: 10px
  }
  .check04_01_02 {
    padding: 0 10px
  }
  .check04_01_02 .ttl {
    font-size: 3.2rem;
    padding-right: 10px;
    line-height: 1.4;
    flex-grow: 1;
    text-align: left
  }
  .grey_radius {
    border-radius: 8px;
    font-size: 2rem;
    margin-right: 5px;
    padding: 3px 10px;
    border-width: 1.5px;
    line-height: 1.2
  }
  .check04_01_03 {
    padding: 5px 10px 10px;
    flex-direction: row;
    align-content: center;
  }
  .check04_01_03_01 {
    font-size: 1.8rem;
    width: 35%;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
  }
  .maru {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 2.8rem;
    margin-bottom: 5px;
  }
  .check04_01_03_02 {
    justify-content: flex-end;
    flex-grow: 1;
  }
  .check04_01_03_02 .kakaku {
    font-size: 12rem;
  }
  .check04_01_03_02 .kakaku_sub {
    font-size: 3.6rem;
  }
  .blue_radius_wrap {
    flex-wrap: nowrap
  }
  .blue_radius_wrap .blue_radius {
    width: calc(25% - 15px);
    margin: 0 7.5px;
  }
  
  .card02 {
    margin-top: 70px
  }
  .cardbox01 {
    width: calc(50% - 15px);
    margin: 0 7.5px 60px;
  }
  .cardbox01:last-child {
    margin-bottom: 60px
  }
  .bottom_arrow {}
  .bottom_arrow p {
    font-size: 2.8rem
  }
  .mutual_box dl {
    margin: 0 0 15px;
    flex-direction: row;
  }
  .mutual_box dl:nth-child(even) {
    flex-direction: row-reverse;
  }
  .mutual_box dl dt {
    width: 35%
  }
  .mutual_box dl dd {
    width: calc(65% - 15px);
    padding-left: 15px;
    flex-grow: 1
  }
  .mutual_box dl:nth-child(even) dd {
    padding-right: 15px;
    padding-left: 0px
  }
  .mutual_box dl dd p {
    font-size: 1.8rem;
    padding-left: 5px
  }
  .mutual_box dl dd .blue_box-title {
    font-size: 2rem;
  }
  .sankaku_in {
    padding: 50px 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .sankaku_in dd {
    padding-left: 20px
  }
  .sankaku_in dd h3 {
    font-size: 2.8rem;
  }
  .sankaku_in dd p {
    font-size: 2rem;
  }
  .check_inner_box5 dl {
    display: flex;
    flex-direction: row;
  }
  .check_inner_box5 dl dt {
    margin-bottom: 0px;
    width: 25%;
  }
  .check_inner_box5 dl dd {
    flex-grow: 1;
    width: calc(75% - 15px);
    padding-left: 15px;
  }
  .check_inner_box5 dl dd h3 {
    font-size: 2.8rem;
  }
  .check_inner_box5 dl dd p {
    font-size: 2rem;
  }
  .check_box_list_wrap02 ul.check_box_list02 {
    flex-wrap: wrap;
  }
  .check_box_list_wrap02 ul.check_box_list02 li {
    width: 50%
  }
  .check_inner_box6 {
    margin-top: 50px
  }
  .check_box06_wrap01 {
    flex-direction: row;
    position: relative;
  }
  .check_box06_wrap01 .check_box06_text {
    width: 65%;
    float: right;
    margin-right: 35%;
    margin-bottom: 10px
  }
  .check_box06_wrap01 .check_box06_text h3 {
    font-size: 2.8rem !important
  }
  .check_box06_wrap01 .check_box06_photo {
    width: 35%;
    position: absolute;
    bottom: 0;
    right: -15px
  }
  .check_box_list_wrap02 ul.check_box_list02 li {
    font-size: 2.2rem
  }
  .check06_img {
    margin: 1.5em auto;
    max-width: 450px
  }
  .check_inner_box6 .check_box_list02 {
    width: 100%
  }
  .check_inner_box7_01 .blue_box-title {
    font-size: 2rem;
  }
  .check_inner_box7_01 {
    flex-direction: row
  }
  .check_inner_box7_01 dl {
    width: calc(33.333% - 15px);
    margin: 0 7.5px 30px;
  }
  .check_inner_box7_02 dl {
    flex-direction: row
  }
  .check_inner_box7_02 dl dt {
    width: 20%;
    font-size: 2.4rem;
  }
  .check_inner_box7_02 dl dd {
    width: 80%;
    padding-left: 15px;
    font-size: 2rem;
  }
  .cardbox03 {
    width: calc(33.333% - 15px);
  }
  .check_box08_wrap01 {
    position: relative;
  }
  .check_inner_box8_01 {
    margin-top: 150px
  }
  .check_inner_box8_01::after {
    top: -115px;
    left: 10px;
    width: 260px;
    height: 260px
  }
  .check_box08_wrap01 .check_box08_text h3 {
    font-size: 2.8rem !important;
  }
  .check_box08_wrap01 .check_box_list02 {
    flex-direction: column;
    background: #fff;
    padding: 10px
  }
  .check_box08_wrap01 .check_box_list02 li {
    font-size: 2.2rem;
  }
  .check_box08_wrap01 .check_box08_photo {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 260px
  }
  .check_box08_wrap01 .check_box08_photo picture {
    width: 260px
  }
  .check_box08_wrap02 {
    position: relative
  }
  .check_inner_box8_02 {
    margin-bottom: 50px
  }
  .check_inner_box8_02::after {
    top: 10px;
    left: 10px;
    width: 260px;
    height: 260px
  }
  .check_box08_wrap02 .check_box08_text h3 {
    font-size: 2.8rem !important;
  }
  .check_box08_wrap02 .check_box_list02 {
    flex-direction: column;
    background: #fff;
    padding: 10px
  }
  .check_box08_wrap02 .check_box_list02 li {
    font-size: 2.2rem;
  }
  .check_box08_wrap02 .check_box08_photo {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 260px
  }
  .check_box08_wrap02 .check_box08_photo picture {
    width: 260px
  }
  .check_box08_03_wrap h3 {
    font-size: 2.8rem !important;
  }
  .bottom_arrow02 p {
    font-size: 2.8rem;
  }
  .check_box08_03_inner {
    display: flex;
  }
  .check_box08_03_text {
    flex-grow: 1;
    width: 72%;
    padding-right: 15px
  }
  .check_box08_03_text p {}
  .check_box08_03_inner picture {
    width: 28%
  }
	.text_box_area p{font-size: 2.2rem}
	ul.question li{width:calc(50% - 5px)!important;align-items: stretch}
	ul.question li a{font-size: 2rem }
	ul.question li:nth-child(even){margin-left: 5px;}
	ul.question li:nth-child(odd){margin-right: 5px;}
	
	a.btn_green{font-size: 2.2rem }
}
/*----------------------------------------------------------------------------------------------------------------*/
@media all and (min-width: 1025px) {
  main .key-visual img {
    max-width: 1190px;
    margin: 0 auto;
  }
  h2.check .check_num {
    height: 46px;
  }
  h2.check .check_num:after {
    top: calc(50% - 23px);
    right: -23px;
    border-width: 23px 0 23px 23px;
  }
  h2.check .check_title {
    padding: 10px 10px 10px 35px;
    height: 46px;
  }
  .sec-check h3 {
    font-size: 3.6rem
  }
  ul.check_box_list {
    font-size: 2.8rem;
  }
  .check04_01_01 .ttl {
    font-size: 7.2rem;
  }
  .check04_01_02 .ttl {
    font-size: 5.6rem;
  }
  .check04_01_03_01 {
    font-size: 2.8rem
  }
  .check04_01_03_02 .kakaku {
    font-size: 18rem;
  }
  .check04_01_03_02 .kakaku_sub {
    font-size: 4.8rem;
  }
  .orange_radius {
    font-size: 2.6rem;
  }
  .grey_radius {
    font-size: 3.4rem;
  }

  .cardbox01 {
    width: calc(25% - 15px);
    margin: 0 7.5px 30px;
  }
  .cardbox01:last-child {
    margin-bottom: 30px
  }
  .bottom_arrow p {
    font-size: 3.6rem
  }
  .check_inner_box3 {
    flex-direction: row;
    justify-content: flex-end;
    margin: 135px auto 30px;
    padding-top: 15px;
    max-width: 900px;
  }
  .check_inner_box4 {
    margin-top: 185px
  }
  .check_inner_box4 .check_box01_wrap {
    padding: 25px 25px 25px 350px;
  }
  .check_inner_box4 .check_box01_wrap h2 {
    font-size: 3.1rem;
  }
  .check_inner_box4 .check_box01_wrap p {
    font-size: 2.4rem
  }
  .check_inner_box4 picture {
    width: 29%;
  }
  .check_inner_box6 {
    margin-top: 100px;
  }
  .check_box06_text h3 {
    font-size: 2.8rem !important;
  }
  .check_box_list_wrap02 ul.check_box_list02 li {
    font-size: 2.8rem;
  }
  .check_box08_wrap01 {
    position: relative;
  }
  .check_inner_box8_01 {
    margin-top: 250px
  }
  .check_inner_box8_01::after {
    top: -128px;
    left: 25px;
    width: 300px;
    height: 300px
  }
  .check_box08_wrap01 .check_box08_text h3 {
    font-size: 3.6rem !important;
  }
  .check_box08_wrap01 .check_box_list02 {
    flex-direction: column;
    background: #fff;
    padding: 10px
  }
  .check_box08_wrap01 .check_box_list02 li {
    font-size: 2.8rem;
  }
  .check_box08_wrap01 .check_box08_photo {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 400px
  }
  .check_box08_wrap01 .check_box08_photo picture {
    width: 400px
  }
  .check_box08_wrap02 {
    position: relative
  }
  .check_inner_box8_02 {
    margin-top: 100px
  }
  .check_inner_box8_02::after {
    top: 30px;
    left: 25px;
    width: 300px;
    height: 300px
  }
  .check_box08_wrap02 .check_box08_text h3 {
    font-size: 3.6rem !important;
  }
  .check_box08_wrap02 .check_box_list02 {
    flex-direction: column;
    background: #fff;
    padding: 10px
  }
  .check_box08_wrap02 .check_box_list02 li {
    font-size: 2.8rem;
  }
  .check_box08_wrap02 .check_box08_photo {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 400px
  }
  .check_box08_wrap02 .check_box08_photo picture {
    width: 400px
  }
  .bottom_arrow02 p {
    font-size: 3.6rem;
  }
  .check_box08_03_wrap h3 {
    font-size: 3.6rem !important;
  }
  .check_box08_03_text {
    width: 70%;
  }
  .check_box08_03_text p {
    font-size: 2rem
  }
  .check_box08_03_inner {
    align-items: center;
  }
  .check_box08_03_inner picture {
    width: 30%
  }
	.text_box_area p{font-size: 2.6rem}
	a.btn_green{font-size: 2.6rem }
}
/*2022/10/28修正*/
.check03_box{
  display: flex;
  flex-direction: column;
  align-items: center;}
.check03_01{ display: flex;align-items: center;margin-bottom: 10px}
.check03_01 .before{
  font-family: 'Jost', sans-serif;
  font-weight: 600;
display: flex;
  flex-direction: column;}
.check03_01 .before span{
display: block;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  color:#6695ed;
  background:#fff;
  border: 2px solid #6695ed;
  margin-bottom: 5px;
}
.check03_01 .after{

display: flex;
  flex-direction: column;
}
.check03_01 .after span{
display: block;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  color: #fff;
  background:#6695ed;
   border: 2px solid #6695ed;
   margin-bottom: 5px;
}
.check03_01 i{margin:35px 5px 0;color:#6695ed;font-size: 2em;}
.sec-check p{padding-bottom:1em;text-align: left}
@media all and (min-width: 768px) {

.check03_box{flex-direction: row}
.check03_01:nth-child(1){ margin-right: 10px}
.check03_01:nth-child(2){margin-left: 10px}
.check03_01 .after,.check03_01 .before{font-size: 2rem}
.top_message p{font-size: 2rem}
}