.raccar {
  color: #4D4D4D;
  text-align: center;
  font-family: 'Noto sans Jp','Yu Gothic black',sans-serif,'メイリオ';
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.wrapping {
  margin-left: auto;
  margin-right: auto;
}

h1 {
  margin: 0;
  color: #0c4c87;
}
.section1 {
  background-color: #f7fdfe;
  }

.section2 {
  background-color: #f0f8ff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section2-topic {
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
}


.section4 {
  padding-bottom: 3rem;
   }

.section5 {
  padding-bottom: 3rem;
      }

.section6 {
  background-color: #dde8f3;
  padding: 3rem;
     }

 .section9 {
  background-color: #f8f8ff;

    padding-bottom: 3rem;
  }

 .section10 {
    background-color: #dde8f3;
    padding-bottom: 3rem;
    }
  
  .section11 {
    background-color: #f8f8ff;
    padding-bottom: 5rem;
     }
  
  .right-hosoku {
    text-align: right;
    font-size: 12px;
    padding-right: 1rem;
    margin: 0;
  }

  .spec-kouseihin {
    width: 765px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 3rem;
  }


  .question-wrap {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }


  .setseen {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    text-align:center;
    justify-content: space-between;
    width: 800px;
    padding-top: 1.8rem;
  }

  .setseen-2 {
    text-align: center;
  }


  .setseen-3 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    text-align:center;
    justify-content: space-between;
    width: 960px;
    padding-top: 1.8rem;
  }

  .setseen-3 img {
  width: 30%;
  height: auto;
  }


  .setseen-4 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    text-align:center;
    justify-content: space-between;
    width: 1060px;
    padding-top: 1.8rem;
  }


  .setseen-02 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    text-align:center;
    justify-content: space-between;
    width: 600px;
    padding-top: 1.8rem;
  }



  .heading-009 {
    font-size: 24px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: .5em .7em;
    border-radius: 10px;
    background-color: #2589d0;
    color: #fff;
    text-align: center;
  }




.qanda-group {
  padding: 2.5rem;
}

.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid #DDD;
}
.qa-list dl:first-child {
margin-top: 0;
}
.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #434343;
  border-right: 2px solid #434343;
}
.qa-list .open::after {
  transform: rotate(-45deg);
  background-color: #ffffff;
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: #dde8f3;
  text-align: left;
  font-size: 16px;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #0b78c5;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #da202f;
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  background-color: #ffffff;
  text-align: left;
}
.qa-list dl dd p {
  margin: 30px 0 0;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
.qa-list dl {
  margin: 10px 0 0;
}
.qa-list dl:after {
  top: 20px;
  right: 20px;
  width: 7px;
  height: 7px;
}
.qa-list dl dt {
  padding: 16px 16px 16px 50px;
  font-size: 14px;
}
.qa-list dl dt::before {
  font-size: 14px;
  top: 20px;
  left: 20px;
}
.qa-list dl dd::before {
  font-size: 14px;
  left: 20px;
  margin-top: 5px;
}
.qa-list dl dd {
  margin: 0;
  padding: 16px 16px 16px 50px;
  font-size: 14px;
  background-color: #ffffff;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}
}


          
.text-center {
  text-align: center;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}

.center img {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;

}

.text-left {
  text-align: left;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em;
  max-width: 1160px;
}

.text-left p {
  line-height: 3rem;
  font-size: 16px;
} 



.text-center img {
  text-align: center;
  max-width: 250px;

}


.text-span {
  font-weight: bold;
  color: darkred; 
}

.under-line {
  background: linear-gradient(transparent 70%, yellow 70%);
}


.wear-point img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 1.5rem;
}


h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size:28px;
  padding: 2rem;
  margin: 0;
}


h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgb(30, 163, 225);
  border-radius: 2px;
}


.section-text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  padding-top: 3rem;
  display: inline-block;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size:		26px;
  color: #01499B;
}

.daimei {
  width: 1160px;
  font-size: 24px;
  text-align: left;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  font-weight: bold;
}


.graph {
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  width: 950px;
 }

 .graph th {
  padding: 10px;
  background: #778ca3;
  border: solid 1px #666666;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
 }

 .graph td {
  padding: 16px;
  border: solid 1px #666666;
 }


 /* 500px以下の画面で適用 */
@media only screen and (max-width: 500px) {
  .graph tr,
  .graph th,
  .graph td {
    display: block; /* セルを縦に */
    border: none; /* 線をリセット */
  }
  /* 以下で線を再設定 */
  .graph {
    border: solid 2px #a5d1f1;
    border-top: none;
  }
  .graph th {
    border-top: solid 2px #a5d1f1;
  }
  .graph td {
    border-top: dashed 1px #a5d1f1;
  }
}

.graph2 {
  width: 100%;
  text-align: left;
  border-spacing: 0;
  padding-right: 50px;
  padding-bottom: 2.5rem;
 }
 .graph2 th {
  font-size: 18px;
  border-bottom: solid 4px #778ca3;
  color: #778ca3
 }
 .graph2 td {
  padding: 10px;
  border-bottom: solid 1px #778ca3;
 }

 .movie {
  padding-top: 0.5em;
  padding-bottom: 5em;
  background: #d9efff;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

 .movie-text {
  font-size: 26px;
  font-weight: bold;
  color: #0b456e;
 }


 .spec-top {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-bottom: 3rem;
  justify-content: space-between;
 }


 
@media (max-width: 768px) {
   .spec-top {
            display: block;
        font-size: 1.325em;
        padding: 1rem;
        text-align: center;
  }
}

 .spec-top img{
  max-width: 350px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
 }


 .spec {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-bottom: 3rem;
  justify-content: space-between;
 }

 .spec img{
  width: 43%;
  max-width: 300px;
  height: auto;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;

 }

 .spec p {
  font-size: 16px;
 }

 .spec-shiyou {
  padding-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
 }

 .spec-shiyou img{
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem;
  width: 50%;  
  height: 100%; 
  object-fit: cover;
 }

 .spec-shiyou p {
  font-size: 16px;
 }



 .spec-topic {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-bottom: 3.5rem;
  justify-content: space-between;
 }

 .spec-topic img{
  width: 45%;
  max-width: 350px;
  height: auto;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;

 }

 .spec-topic_text {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-left: 2.8rem;
  font-size: 16px;

 }



 .spec2 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-left: 1.5rem;
  padding-bottom: 3rem;
  padding-top: 1.5rem;
  justify-content: space-between;
 }

 .spec2 img{
  width: 50%;
 }

 .spec_graph{
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
 }


 .spec-graph{
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-left: 2.8rem;
  font-size: 20px;
 }


 .spec-main p {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.8rem;
  font-size: 16px;
  font-weight: bold;
  padding-top: 2.5em;
  line-height: 2;
  margin-top: 5em;
 }


 a.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #2D0E97;
	background: #2D0E97;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_04:hover {
	color: #2D0E97;
	background: #fff;
}


 .cta-btn-1 {
  width: 600px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;

 }


 a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 280px;
	margin: auto;
	padding: 1rem 4rem;
  margin-top: 0.5rem;
	font-weight: bold;
	border: 2px solid #092a8b;
	color: #092a8b;
	transition: 0.5s;
  background: #FFF;
  margin-bottom: 1rem;
}
a.btn_01:hover {
	color: #fff;
	background: #092a8b;
}


a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 250px;
	margin: auto;
	padding: 1rem 4rem;
  margin-top: 0.5rem;
	font-weight: bold;
	border: 2px solid #092a8b;
	background: #092a8b;
	color: #fff;
	transition: 0.5s;
  margin-bottom: 1rem;
}
a.btn_02:hover {
	color: #092a8b;
	background: #fff;
}


a.btn_03 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 0.5em 0.2em;
  margin-top: 0.5rem;
	font-weight: bold;
	border: 2px solid #092a8b;
	background: #092a8b;
	color: #fff;
	transition: 0.5s;
  font-size: 14px;
}
a.btn_03:hover {
	color: #092a8b;
	background: #fff;
}


/*背景*/
.btn-wrap {
  margin: 20px;
}

a.btn-c {
  font-size: 2rem;

  position: relative;

  padding: 1.5rem 4rem 1.5rem 6rem;

  color: #000;
  border: 2px solid #000;
  background: #fff100;
  -webkit-box-shadow: 0 5px 0 #e6d900;
  box-shadow: 0 5px 0 #e6d900;
}

a.btn-c span {
  font-size: 1.3rem;
  line-height: 1.3;

  position: absolute;
  top: -10px;
  left: -20px;

  width: 64px;
  height: 64px;
  padding-top: 15px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

.text-small {
  font-size: 12px;
}


.text-big {
  font-size: 36px;
}

a.btn-c span em {
  font-style: normal;

  color: #d20010;
}

a.btn-c small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #000;
  background: #fff21a;
  -webkit-box-shadow: 0 2px 0 #e6d900;
  box-shadow: 0 2px 0 #e6d900;
}

a.btn-c:hover span {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

/*--------------------------------------
  カード型
--------------------------------------*/
.l-wrapper_02 {
  margin: 1rem auto;
  width: 380px;
  text-align:center;
}


.card__header_02 {
  flex-wrap: wrap;
}

.card__title_02 {
  padding: 1rem;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

.card__thumbnail_02 {
  margin: 0;
  order: 0;
}

.card__image_02 {
  width: 90%;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.card__body_02 {
  padding: 0 1.5rem;
}

.card__text_02 {
  text-align:center;
  text-decoration: none;
}

.card__text2_02 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.card-check {
  width: 320px;
  padding: 2rem 0.5rem 0.5rem 0.5rem;
  background-color: #FFF;
  margin: 1rem 0.5rem 1rem 0.5rem;
}

.card-check img {
  width: 285px;
  height: 197px;
  padding-bottom: 0.5rem;
}

.card-check-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  text-align:center;
  justify-content: space-between;
  width: 1120px;
}

.card-check_item {
  width: 350px;
  padding: 2rem 0.5rem 2rem 0.5rem;
  background-color: #FFF;
  margin: 1rem 0.5rem 1rem 0.5rem;
}

.card-check_item img {
  width: 300px;
}

.card-check_item img:hover {
  filter: brightness(1.10); /* 明るくする */
  }



.card-check_kanren {
  width: 200px;
  padding: 2rem 0.5rem 2rem 0.5rem;
  background-color: #FFF;
  margin: 1rem 0.5rem 1rem 0.5rem;
  height: 360px;
}


.card-check_kanren img {
  width: 300px;
  padding-bottom: 0.5rem;
}

.card-check-wrap_kanren {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5rem;
  display: flex;
  text-align:center;
  justify-content: space-between;
}

.card-check-kanren {
  width: 200px;
  padding: 2rem 0.5rem 2rem 0.5rem;
  background-color: #FFF;
  margin: 1rem 0.5rem 1rem 0.5rem;
}



.card-check-wrap_kanren-item {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  text-align:center;
  justify-content: space-between;
  padding: 3rem;
  max-width: 1160px;
}


/*CTAボタンエリア*/
.cta-btn-wrap{
  background-color: #87cefa;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
}

 .cta-btn-1 {
  width: 760px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
 }

 .cta-btn-01 {
  width: 600px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
 }



a.btn_02 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 280px;
	margin: auto;
	padding: 1rem 4rem;
  margin-top: 0.5rem;
	font-weight: bold;
	border: 2px solid #092a8b;
	background: #092a8b;
	color: #fff;
	transition: 0.5s;
  margin-bottom: 1rem;
}

a.btn_02:hover {
	color: #092a8b;
	background: #fff;
}

.cta-btn {
  width: 800px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
 }



 *,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*背景*/

.cta-text-center {
  color: #FFF;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  padding-bottom: 0.5rem;
  padding-top: 1rem;

}

a.btn-c {
  font-size: 1.8rem;
  width: 300px;

  position: relative;

  padding: 1.5rem 4rem 1.5rem 6rem;
  border: 2px solid #092a8b;
  color: #FFF;
  background: #092a8b;
  margin: 20px;

}

a.btn-c span {
  font-size: 1.5rem;
  line-height: 1.3;

  position: absolute;
  top: -20px;
  left: -30px;

  width: 70px;
  height: 70px;
  padding-top: 15px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  color: #4d4d4d;
  border: 0.5px solid #fee107;
  border-radius: 50%;
  background: #f7ff10;
}

a.btn-c span em {
  font-style: normal;

  color: #d20010;
}

a.btn-c small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #27acd9;
  background: #fff;
}

a.btn-c:hover span {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}


a.btn-a {
  font-size: 1.8rem;
  width: 300px;

  position: relative;

  padding: 1.5rem 2rem 1.5rem 2rem;
  border: 2px solid #27acd9;
  color: #FFF;
  background: #27acd9;
  margin: 20px;

}

a.btn-a span {
  font-size: 1.5rem;
  line-height: 1.3;

  position: absolute;
  top: -20px;
  left: -30px;

  width: 70px;
  height: 70px;
  padding-top: 15px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  color: #4d4d4d;
  border: 0.5px solid #fee107;
  border-radius: 50%;
  background: #f7ff10;
}

a.btn-a span em {
  font-style: normal;

  color: #d20010;
}

a.btn-a small {
  font-weight: bold;
}

a.btn-a i {
  margin-right: 1rem;
}

a.btn-a:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #27acd9;
  background: #fff;
}

a.btn-c:hover span {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}


.circle_btn02 {
  color: #FFF;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 280px; 
  padding: 1em 2em;
  color: initial; 
  transition: 0.3s ease-in-out;
  font-weight: bold;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}

.circle_btn02::before, .circle_btn02::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}

.circle_btn02::before {
  width: 0.5em;
  height: 0.5em;
  left: 1em;
  border-top: solid 2px #fff; 
  border-right: solid 2px #fff; 
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

.circle_btn02::after {
  left: 0;
  background: #4D9BC1; 
  z-index: 1;
  width: 3em;
  height: 3em;
  border-radius: 3em;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.circle_btn02 span {
  color: #4D9BC1;
  position: relative;
  transition: all 0.3s;
  z-index: 3;
  font-size: 2rem;
}

.circle_btn02:hover span {
  color: #fff; 
}

.circle_btn02:hover:before {
  left: 2rem;
}

.circle_btn02:hover:after {
  right: 0;
  width: 100%;
}


.navigation {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.navigation ol {
  display: flex;
  justify-content: space-between;
  margin:0px;
  padding: 2rem;
}


.navigation ol li{
  position: relative;
  display: inline-block;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-color: #01499B;
}

.navigation-text {
  position: absolute;
  display: inline-block;
  left: 6%;
  top: 20%;
  width: 90%;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #FFFF0D;
  margin: 0;
  font-size: 20px;
}

.navigation-text img {
width: 200px;
padding: 1rem;
margin-left: auto;
margin-right: auto;
}

.text-check {
  font-size: 16px;
  font-weight: bold;
  color: #092a8b;
}

.title-box4-wrap{
  display: flex;
  justify-content: space-between;
  width: 1160px;
  margin-left: auto;
  margin-right: auto;

}


.title-box4{
  background-color: #fff3e0;
  border: 2px solid #ffa726;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  margin-top: 3em;
  
}

.title-box4-title{
  font-size: 16px;
  position: absolute;
  margin-top: -37px;
  margin-left: -2px;
  background-color: #ffa726;
  color: #fff;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  padding: 4px 10px;
}

.title-box4 img {
  padding-bottom: 1.5rem;
  width: 150px;

}

.title-box4 p{
  margin: 0;
  padding: 1em;
  font-size: 18px;
  height: 130px;
}


.icon-img {
  width: 150px;
  display: flex;
  padding: 5px 10px;
}

.center-btn {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 300px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.voice {
  margin-left: auto;
  margin-right: auto;
  padding: 3%;
  background: #FFF;
  max-width: 350px;
}

.voice img {
  max-width: 250px;
  height: 200px;

}


.voice_flex {
  display: flex;
  justify-content: space-between;
}



@media (max-width: 768px) {
  .voice_flex  {
            display: block;
        font-size: 1.325em;
        padding: 1rem;
        text-align: center;
  }
}


.voice_box dt {
  margin: 0 0 14px 0;
  padding: 0 0 14px 0;
  border-bottom: 2px solid #E7E7E7;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.bg_voice {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

.clear {
  text-align: left;
  font-size: 16px;
  height: 350px;
  line-height: 1.8;
}

.voice dt {
  font-size: 14px;
  font-weight: bold;
}


.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(120, 116, 116, 0.5);
  opacity: 0.5;
}

.modal_img {
  cursor: pointer;
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  height: 80%;
}

.modal_content img {
  width: 100%;
 height: 100%;
  object-fit: contain;
}


.modal_close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0px;
  transition: 0.3s;
}

.modal_close:hover {
  opacity: 0.7;
}

.modal_close::before, .modal_close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  margin-left: -50%;
  background-color: #fff;
}

.modal_close::before {
  transform: rotate(45deg);
}

.modal_close::after {
  transform: rotate(-45deg);
}

.modal_close_box {
  position: relative;
}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

.modal-button {
    color: #fff;
    background-color: #27acd9;
    font-weight: bold;
    text-align: center;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width:200px;
    text-decoration: none;
}

.modal-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}



/*ラベルホバー時*/
.modal-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 600px;
  padding: 10px 30px 25px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}

.modal_title {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding: 0;
}

.modal_title::before,
.modal_title::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title:before{
	border-bottom: 4px solid #6bb6ff;
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title:after{
	border-bottom: 4px solid #c8e4ff;
	width: 100%;
}

.modal-content p {
  margin: 10px 0 0 0;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

.modal-2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor :pointer;
  transition: all 0.3s;
  display: block;
  margin-bottom: 1px;
  padding: 12px 2px;
  max-width:200px;
  text-decoration: none;
}

.cta-btn-2 {
  background-color: #092a8b;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}


.cta-btn2-wrap{
  color: #FFF;
  font-size: 20px;

}

.cta-btn-list {
  width: 650px;
text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  text-decoration: none;
}

.cta-text-yellow {
color: #ecec09;
font-size: 22px;
}


.cta-btn-yellow {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 280px;
  	margin-top: 0.5rem;
	font-weight: bold;
	border: 2px solid #e7e70b;
	background: #e7e70b;
	color: #092a8b;
	transition: 0.5s;
  	margin-bottom: 1rem;
	font-text: 16px;
}


.cta-btn-yellow a {
	display: block;
	text-align: center;
	text-decoration: none;
	margin: auto;
  margin-top: 1rem;
	font-weight: bold;
	color: #092a8b;
	transition: 0.5s;
  margin-bottom: 1rem;
}

.cta-btn-yellow:hover {
	color: #FFF;
	background: #f6ff00;
}



a.btn_24 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
	padding: 2rem 4rem;
	font-weight: bold;
	border: 2px solid #10239f;
	color: #10239f;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
  background-color: #FFF;
  font-size: 16px;
}


a.btn_24::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #10239f;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn_24:hover::before {
	transform: translateX(0);
}
a.btn_24:hover {
	color: #fff;
}

/*--------------------------------------
  カード型_01
--------------------------------------*/
.l-wrapper_01 {
  padding: 1rem;
}



.card_01 {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .16);
  color: #4D4D4D;
  text-decoration: none;
  padding: 0.3rem 0;
}

.card__header_01 {
  flex-wrap: wrap;
}

.card__title_01 {
  font-size: 16px;
  order: 1;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #01499B;
  padding: 0.5rem;
  width: 220px;
}

.card__thumbnail_01 img{
  padding: 0.2rem;
} 

.card__image_01 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.card__body_01 {
  padding: 0 1.5rem;
}

.card__text_01 {
  font-size: 16px;
  text-align:center;
  text-decoration: none;
	padding-bottom: 0;
}

.card__text2_01 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 2rem;
  color: #4D4D4D;
  text-align: left;
  height: 80px;
}

.card__text_01 + .card__text_01 {
  margin-top: .5rem;
}

.card__footer_01 {
  padding: 1rem;
}

.button_01 {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  text-align: center;
}

.button_01 a {
  text-decoration: none;
}

.button_01.-compact {
  padding: .8rem 3rem;
  border-radius: .25rem;
  background-color: #01499B;
  color: #fff;
  font-weight: bold;
	text-decoration: none;
  font-family: 18px;
}


.button_01.-compact:hover,
.button_01.-compact:focus {
  background-color: #6bb6ff;
}

.link-wrap {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;

}




.tipc-wrap {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1160px;
}


.toc-005 {
  margin-bottom: 30px;
  border-radius: 3px;
  background-color: #f2f2f2;
}

.toc-005 div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #2589d0;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}

.toc-005 div::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  content: '';
}

.toc-005 label::after {
  margin-left: 7px;
  font-weight: 500;
  font-size: .7em;
  color: #fff;
  content: "[開く]";
  cursor: pointer;
}

.toc-005:has(:checked) label::after {
  content: "[閉じる]";
}

.toc-005 input {
  display: none;
}

.toc-005 ol {
  list-style-type: disc;
  margin: 0;
  overflow: hidden;
}

.toc-005 > ol {
  height: 0;
}

.toc-005:has(:checked) > ol {
  height: auto;
  padding: 1em 1em 1em 3em;
  text-align: left;
}

.toc-005 ol ol {
  margin-top: 5px;
  padding-left: 1.1em;
}

.toc-005 li {
  padding: 2.5px 0;
  font-weight: 600;
}

.toc-005 ol ol li {
  font-weight: 500;
  font-size: .9em;
}

.toc-005 a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

.photo_box{ 
  margin:0 auto; 
 }

 .photo_box img{
  width: 220px;
  transition: filter 0.1s ease;
 }

 .photo_box img:hover {
  filter: brightness(1.10); /* 明るくする */
  }


 .photo_box-wrap {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  padding: 3rem;
 }


 .balloon-009 {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0 22px;
  padding: 3rem;
}

.balloon-009 img {
  max-width: 180px;
  height: 100%;
  border: 3px solid #f2f2f2;
  border-radius: 50%;
  background-color: #43a5d5;
}



.balloon-009 p {
  position: relative;
  max-width: 800px;
  margin: 4em 0 0;
  padding: .8em 1em;
  border-radius: 5px;
  background-color: #c2ebff;
  color: #4b4949;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.balloon-009 p::before {
  position: absolute;
  left: -15px;
  width: 15px;
  height: 30px;
  background-color: #c2ebff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: '';
}

.balloon-010 {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0 22px;
  padding: 3rem;
}

.balloon-010 img {
  max-width: 180px;
  height: 100%;
  border: 3px solid #f2f2f2;
  border-radius: 50%;
  background-color: #74cda1;
}

.balloon-010 p {
  position: relative;
  max-width: 800px;
  margin: 3px 0 0;
  padding: .8em 1em;
  border-radius: 5px;
  background-color: #c2ffe1;
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.balloon-010 p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #c2ffe1;
  border-width: 15px 0px 15px 30px;
  position: absolute;
  right: -15px;
  bottom: calc(50% - 15px);
}


 .section-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
 }

.card-container {
  display: flex; /* Flexbox */
  flex-wrap: wrap; /* 複数行表示を許可 */
  justify-content: space-around; /* 均等配置 */
  padding: 2.5em;
  font-size: 14px;
  max-width: 1160px;
  margin: 1rem auto;
}

.card {
  width: 23%; /* 初期幅 (4枚表示時) */
  margin-bottom: 20px; /* 下マージン */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 影 */
  overflow: hidden; /* はみ出しを隠す */
  background-color: #FFF;
}

.card img {
  width: 100%; /* 画像をカード幅に合わせる */
  height: auto; /* アスペクト比を維持 */
  padding: 1rem;
}

.card-content {
  padding: 10px;
  font-size: 10px;
}

/* 画面幅が狭くなった時の調整 */
@media (max-width: 768px) {
  .card {
    width: 48%; /* 2枚表示時 */
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .card {
    width: 100%; /* 1枚表示時 */
  }
}


.box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  width: 900px;
  padding: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

.text {
  text-align: left;
}

.box h3 {
  font-size: 32px;
  margin: 0;
  font-family: "futura-pt", "sans-serif";
  font-weight: 700;
  font-style: italic;
  color: #2D0E97;
  padding-top: 3rem;
}

.pict {
  width: 50%;
  margin-left: 3%;
}

.pict img {
  width: 100%;
  height:auto;
}

.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box:nth-child(even) .text {
  text-align: left;
    width: 50%;
}
.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}


.text-point {
  font-size: 16px;
  padding: 1.5rem;
  font-weight: bold;
}


@media (max-width: 768px) {
  .box {
            display: block;
        font-size: 1.325em;
        padding: 1rem;
        text-align: center;
  }
}