body {
  color: #4D4D4D;
  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: #cfe8f4;
  text-align: center;
  }

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

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

.section3 {
  background-color: #f0f8ff;
  text-align: center;
  padding-bottom: 1.5rem;
}

.section3 img {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.section3 p {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}

.section4 {
  background-color: #e3f3ff;

}



.section6 {
  background-color: #f0f8ff;
     }

.section7 {
  padding-bottom: 3.5rem;
  margin-left: auto;
  margin-right: auto
   }   


 .section10 {
    background-color: #dde8f3;
    padding-bottom: 3rem;
    }
  
  .section11 {
    background-color: #e3f3ff;
    margin-left: auto;
    margin-right: auto;
     }
  
  .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;
  }

  .thui {
    background-color: #faffad;
    margin-bottom: auto;
    margin-right: auto;
    width: 960px;
    display: flex;
    justify-content: space-between;
  }

  .thui-text{
    font-size: 16px;
    font-weight: bold;
    width: 960px;
    text-align: left;
    margin-top: 2rem;
    padding-top: 3.5rem;
    color: #b91321c2;
  }

  .thui img {
    margin-left: auto;
    margin-right: auto;
    padding: 3rem;
    width: 20%;
    height: auto;
  }


  .thui-text_wrap {
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    width: 960px;
  }


  .question-wrap {
    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;
  }

  .heading-009::after {
    content: '';
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #2589d0;
  }

.qanda-group {
  padding: 2.5rem;
  margin-top: 3rem;
}

.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;
}
.qa-list dl dd p {
  margin: 30px 0 0;
  text-align: left;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}

@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: 16px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}


.text-left {
  text-align: left;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 1160px;
  padding-bottom: 1.5rem;
}


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

.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: 26px;
  max-width: 1160px;
  padding-top: 3rem;
  padding-bottom: 1rem;
  margin-top: 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;
  width: 1160px;
}

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


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

 .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-left: 50px;
  padding-bottom: 2.5rem;
 }
 .graph2 th {
  padding: 18px;
  border-bottom: solid 4px #778ca3;
  color: #778ca3;
  background-color: transparent;
  text-align: left;
 }
 
 .graph2 td {
  padding: 10px;
  font-size: 16px;
  color: #4D4D4D;
  text-align: left;
 }



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

 }

 .spec-top img{
  max-width: 500px;
  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 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
 }

 .spec-shiyou img{
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;  
  height: 100%; 
  object-fit: cover;
 }

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



 .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 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.8rem;
  font-size: 16px;
  font-weight: bold;
  padding-top: 1rem;
 }

 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;
 }


a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 220px;
	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;
  font-size: 14px;
}
a.btn_02:hover {
	color: #092a8b;
	background: #fff;
}



.card-font {
  font-size: 16px;
  font-weight: bold;
}

/*背景*/
.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;
}

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 1.5rem 0;
  font-weight: bold;
  text-decoration: none;
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px #4D4D4D;
}

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

.card__image_02 {
  width: 80%;
  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: 1160px;
  margin-top: 3rem
}


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


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

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


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

a.btn_02 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 320px;
	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;
  font-size: 16px;
}

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;
}


.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: #4D4D4D;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: bold;
}

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 {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
}

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


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


.title-box4{
  background-color: #fff3e0;
  border: 2px solid #ffa726;
  width: 1180px;
  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: 200px;

}

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


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

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

.voice {
  width: 48%;
  margin: 30px 0 0 0 ;
  padding: 3%;
  background: #FFF;
}

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

.containerptb50 {
  width: 100%;
  max-width: 978px;
  margin: 0 auto;

}

.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 {
  padding: 2rem;
}

.clear {
  text-align: left;
  font-size: 16px;
}   


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


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

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

 .graph-ns td {
  padding: 16px;
  border: solid 1px #666666;
  text-align: center;
 }


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



.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: 1.2rem;
}


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

}

.cta-btn-list {
  width: 750px;
 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;
padding-top: 1.5rem;
font-weight: 700;
}


.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;
}


.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;
  font-size: 16px;
}

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




a.btn_24 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 500px;
  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;
  max-width: 550px;
}

.card_01 {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .16);
  color: #212121;
  text-decoration: none;
  padding-top: 0.2rem;
  padding-bottom: 1.5rem;
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card_01 img {
  max-width: 440px;
  padding: 0.5rem;
 }

.card_01 p {
 font-size: 16px;
 line-height: 1.5;
 padding-left: 2rem;
 padding-right: 2rem;
}

.card__header_01 {
  flex-wrap: wrap;
}

.card__title_01 {
  font-size: 20px;
  order: 1;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #01499B;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

.card__title_01 {
    padding: 0.4rem;
    border-bottom: 3px dotted #2589d0;
    background-color: #ffffff;
    color: #01499B;
    font-size: 20px;
}

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

.card__image_01 {
  width: 100%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

.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 {
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  max-width: 1160px;
  text-align:center;
  display: flex;
}




.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 800px;
  margin-inline: auto;
  padding: 3rem 0rem 1rem 0rem;
}

@media screen and (max-width: 768px) {
  .cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* 以下、見た目調整のためのCSS */
.card {
 
}

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


.card__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 1rem;
}



.tipc-wrap {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  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 {
  font-weight: 600;
  font-size: 20px;
  line-height: 2;
}

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

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

.photo_box{ 
  margin:0 auto; 
  overflow:hidden; 
 }
 .photo_box img{
  transition:1s all;
  width: 350px;

 }
 .photo_box img:hover{
   transform:scale(2.5,2.5);
   transition:2s all;
 }

 .photo_box-wrap {
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
 }

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

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

.tab-wrap {
  max-width: 1160px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.tab-3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 3rem;
}

.tab-3 img {
  max-width: 750px;
  text-align: center;
  padding: 1.5rem;
  background-color: #e3f3ff;
  border-radius: 1rem;
}

.tab-3 p {
 padding: 3.5rem;
 font-size: 16px;
}


.tab-3 > label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: .7em 1em .5em;
  background-color: #f2f2f2;
  color: #999;
  font-weight: 600;
  font-size: .9em;
  text-align: center;
  cursor: pointer;
}

.tab-3 > label:hover {
  opacity: .8;
}

.tab-3 input {
  display: none;
}

.tab-3 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
}

.tab-3 label:has(:checked) {
  border-bottom: 4px solid #197fc8;
  color: #197fc8;
}

.tab-3 label:has(:checked) + div {
  display: block;
}



.table-wrap {
  padding: 0.5rem;
}


table{
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing:border-box;
  color: #4D4D4D;
}
.tb01 th {
  font-weight: bold;  
  text-align:center;
  background-color: #eeeeee;
}

.tb01 td img {
 max-width: 80px;
 text-align:left;
}
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}



.tb02 th,
.tb02 td{
  padding: 1.5rem;
  border: solid 1px #ccc;
  box-sizing:border-box;
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
}
.tb02 th {
  font-weight: bold; 
  background-color: #f8f8f8; 
  color: #4D4D4D;
}

@media screen and (max-width: 640px) {
  .tb02 {
    width: 100%;
  }
  table.tb02 th,
  table.tb02 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb02 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

.ImageMap:hover{
  filter: brightness(1.50); 
}





.navigation {
  max-width: 980px;
  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: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #01499B;
}

.navigation-text {
  position: absolute;
  display: inline-block;
  left: 6%;
  top: 30%;
  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;
}
.small-hosoku {
  font-size: 12px;
    color: #FFFF0D;
}


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

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


.navigation2 ol li{
  position: relative;
  display: inline-block;
  width: 340px;
  height: 200px;
  background-color: #cbe0f8;
}

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

.kaizen {
  font-weight: 600;
  font-size: 16px;
  color: brown;
  padding-top: 3rem;
}


