html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  position: relative;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  display: flex;
  flex-direction: column;
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
}

img{
    max-width: 100%;
}

.pc{
  display: inline-block;
}
.sp{
  display: none;
}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.pb40{padding-bottom: 40px;}
 
@media only screen and (max-width: 767px) {
  .section__ttl {
    font-size: 16px;
  }
}
.section__container {
  width: 1024px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .section__container {
    width: 90%;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section__container {
    padding: 42px 0;
  }
}

.fv{
  background-color: #F6F4F4;
}

.fv__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .fv__container {
    width: 100%;
  }
}
.fv__ttl {
  margin-bottom: 40px;
  max-width:550px;
  width:100%;
  margin-top: 100px;
  z-index: 200;
  margin: auto;
  text-align: center;
}
.fv__txt{
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  color: #000;
}

.fv__txt-container{
  background-color: #fff;
  width: 100%;
  border-radius: 50% 50% 0 0;
  padding: 150px 0 80px 0;
  margin-top: -100px;
}

.fv__menu{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: space-evenly;
}

.menu_button{
  margin-top: 10px;
  width: 30%;
}

.menu_button img:hover {
  animation:shake 0.4s ease;
}

@keyframes shake {
  0%   { transform:rotate(0); }
  16%  { transform:rotate(6deg); }
  32%  { transform:rotate(-6deg); }
  48%  { transform:rotate(6deg); }
  64%  { transform:rotate(-4deg); }
  80%  { transform:rotate(2deg); }
  96%  { transform:rotate(-1deg); }
  100% { transform:rotate(0deg); }
}

.contents_wrap{
  margin-top: 20px;
  padding: 30px 0 0 0;
  border: solid 2px #fff;
  position: relative;
}

.section__ttl{
  text-align: center;
}

.section__ttl img{
  max-width: 570px;
}

.section_flex{
  padding: 0 20px;
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* 上にタイトルをつけた囲み枠 */
.box8 {
  margin: 1em auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22); /* 影の色 */
  width: 100%;
  padding-bottom: 20px;
}

.box8-title {
  font-size: 1.4em;
  background: #F86A6A; /* タイトル背景色 */
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  color: #FFF; /* タイトル文字色 */
  font-weight: bold;
  letter-spacing: 0.05em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.22); /* タイトル影の色 */
}

.merit{
  background: #F86A6A; /* タイトル背景色 */
  padding: 5px;
  display: inline-block;
  color: #fff;
  margin: 10px 20px;
}

.border-red{
border: solid 2px #F86A6A;
}

.border-navy{
  border: solid 2px #003688;
}

.meritlist{
  margin-left: 40px;
  color:#F86A6A ;
  font-weight: bold;
  line-height: 25px;
}

.demerit{
  background: #003688; /* タイトル背景色 */
  padding: 5px;
  display: inline-block;
  color: #fff;
  margin: 10px 20px;
}

.demeritlist{
  margin-left: 40px;
  color:#003688 ;
  font-weight: bold;
  line-height: 25px;
}


.box8 p {
  margin: 0;
  padding: 1em;
}

.footer_form{
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-49{
  width: 49%;
}

.section_box{
  width: 100%;
  padding: 0 20px;
  margin: 40px 0;
}

.roundbox{
  border: solid 1px #707070;
  border-radius: 20px;
  overflow: initial;
}

.flex-3l{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 30%;
  flex-shrink: 0;

}
.subttl{
  text-align: center;
  color: #fff;
  background-color: #003688;
  padding: 10px;
  border-radius: 20px;
  margin: 20px auto;
}

.List-Item {
  width: 100%;
}
@media screen and (max-width: 540px) {
  .List-Item {
    border-top: 0;
  }
}
.List-Item:nth-of-type(1) {
  border-top: 0;
}
.List-Item-Content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .List-Item-Content {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
}
.List-Item-Content.one {
  padding-top: 0;
}
.List-Item-Content-Number {
  position: relative;
  margin-right: 12px;
  border-radius: 50%;
  width: 40px;
  height: 34px;
  line-height: 29px;
  text-align: center;
  background: #003688;
  color: #fff;
  font-size: 24px;}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
}
.List-Item-Content-Number-Line {
  position: absolute;
  top: -101%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 4px;
  height: 70px;
  background: #003688;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number-Line {
    top: -80%;
    width: 2px;
    height: 72px;
  }
}
.List-Item-Content-Title {
  flex-basis: 298px;
  color: #003688;
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Title {
    margin-right: 0;
    max-width: 230px;
    font-size: 18px;
  }
}
.List-Item-Content-Description {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Description {
    margin-left: 60px;
    max-width: 260px;
    font-weight: normal;
    font-size: 13px;
  }
}
.bg-navy{
  background-color: #003688;
}

.bg-red{
  background: #F86A6A; /* タイトル背景色 */
}

.bg-none{
  background-color: initial;
}

.line-none{
  height: 100px;
  top: -53%;
}

.bg-point{
  background-color: initial;
  width: 0;
}

.line-point{
  width: 0;
}

.color-red{
color: #F86A6A;;
}

.pt-0{
  padding-top: 0;
}

.pb-0{
  padding-bottom: 0;
}




.balloon {
  position: relative; /* 三角の位置を固定するために設定 */
  display: inline-block;
  max-width: 100%;
  margin: 8px 10px;
  padding: 8px 15px; /* ふきだし内の余白 */
  background: #f0f0f0; /* 背景色 */
  text-align: left; /* テキストの揃え */
  border-radius: 15px;
  line-height: 20px;
}
.balloon::after {
  content: '';
  border: 14px solid transparent;
  border-top-color: #f0f0f0;
  position: absolute;
  top: 0;
}
.left .balloon::after { /* 左側からの三角の位置 */
  left: -10px;
}

.ttlimg{
  text-align: center;
}

.midashi-yellow{
  padding: 20px;
  width: 100%;
  background-color: #ffff00;
  border-radius: 40px;
  font-size: 22px;
  font-weight: 600;
}

.section_txt{
font-size: 18px;
line-height: 30px;
}

.marker {
  background:linear-gradient(transparent 60%, #ff6 60%);
}

.flex-ttl{
  font-size: 23px;
  color: #306ad4;
}

.txtbox{
  background-color: #fff;
  max-width: 1024px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 20px;
}

.list-left{
  text-align: left;
  padding: 20px;
  margin: auto;
  line-height: 30px;
  max-width: 720px;
}

.hasen{
  padding: 20px;
  border:dotted 1px #999;
  max-width: 600px;
  margin: 20px auto;
  line-height: 25px;
}

.bg-gray{background-color: #F2F2F2;}

.about__desc {
  width: 600px;
  margin: 0 auto 80px;
  text-align: center;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .about__desc {
    width: 100%;
    font-size: 14px;
    margin: 0 auto 48px;
  }
}
.about__item {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.about__img {
  width: 48%;
}
.about__img img {
  width: 100%;
}
.about__img.is-2 {
  order: 1;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1024px) {
  .about__img.is-2 {
    margin: 0 0 24px;
    order: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .about__img {
    width: 100%;
    margin: 0 0 24px;
  }
}
.about__contents {
  width: 48%;
}
.about__contents.is-2 {
  order: 0;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .about__contents {
    width: 100%;
  }
}
.about__subttl {
  color: #1E4E58;
  margin: 0 0 16px 0;
  font-size: 35px;
}
@media only screen and (max-width: 1024px) {
  .about__subttl {
    width: 100%;
    color: #212121;
    background: none;
  }
}
.about__subdesc {
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .about__subdesc {
    font-size: 14px;
  }
}

.buttonblock{
    display: block;
    margin: 5px auto;
}

.buttonblock:hover{
    opacity: .8;
}
.form{
  max-width: 1024px;
  margin: 0 auto;
  padding: 90px 10px;
}
.form-box{
  border: solid 2px #F5ABD3;
  padding: 0 0 20px 0;
}

.form-ttl{
  text-align: center;
  background-color:#F5ABD3;
  color: #fff;
  font-size: 30px;
  padding: 10px;
}


.txt-center{
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .thanks__more {
    font-size: 20px;
    width: 250px;
    height: 55px;
  }
}

.footer {
  background: #F9F9F9;
  padding: 24px 0;
  color: #000;
  text-align: center;
  font-weight: bold;
}

  .form_49{
    width: 49%;
    border-radius: 10px;
    padding-bottom: 30px;
    background-color: #fff;
  }

  .form_inner{
    margin-top: -2px;
    border-radius:0 0 10px 10px;
    padding:30px;
    background-color: #fff;
  }

.fixed_btn { 
  position: fixed;
  bottom: 10px;
  right: -10px;
  z-index: 9999;
  }

  
.fixed_btn img{
  max-width: 170px;
 }


 @media only screen and (max-width: 1200px) {
  .fixed_btn { display: none;}
 }

@media only screen and (max-width: 767px) {
  body{
    background-size: auto;
  }
  .footer {
    font-size: 12px;
  }

  .pc{
    display: none;
  }
  .sp{
    display: block;
  }

  .fv__txt{
    font-size: 16px;
  }

  .section__ttl img {
    max-width: 90%;
}

.section__ttl {
  top: -80px;}

  .menu_button {
    margin-top: 10px;
    width: 49%;
}

.section_txt{
  font-size: 14px;
}

.midashi-yellow {
  padding: 15px;
  font-size: 18px;
  line-height: 24px;
}

.flex-49{
  width: 100%;
  margin-bottom: 20px;
}

.form_49{
  width: 100%;
  margin-bottom: 20px;
}

.list-left{
  padding: 20px 0;
}
.fv__txt{
  padding: 10px;
}

.ttlimg{
  margin: 0 10px;
}

.list-left > li{
  margin-left: 20px;
}

.fv__txt-container{
  border-radius: 40px 40px 0 0;
  padding: 90px 0 0 0;
  margin-top: -50px;
}

.fv__ttl img{
  max-width: 280px;
}

.section__ttl{
  margin-top: 0;
}

.section_flex{
  padding: 0;
}

.meritlist,.demeritlist{
  padding-right: 10px;
}
.section__container{
  padding: 0;
}
}
th {
  background: #003688;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}

td {
  border: solid 1px #ccc;
  padding: 10px;
}

table {
  margin: 20px auto;
 border-collapse: collapse;
 line-height: 25px;
}

.tbl-r05 td:first-child {
  background: #fbf5f5;
}

@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
    font-size: 14px;
  }
  .tbl-r05 td:first-child {
    background: #003688;
    color: #fff;
    font-weight: bold;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    font-size: 14px;
  }

  .flex-3l{
    white-space: nowrap;
    overflow-x: scroll;
    width: 755px;
    padding: 0 20px; 
    margin: 0 20px;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
}

.flex-3l::-webkit-scrollbar{
  display:none;
}
   .List-Item-Content-Title{
    font-size: 16px;
    flex-basis: 126px;
    }

    .List-Item-Content-Number {
      margin-right: 5px;
      width: 36px;
      height: 36px;
      line-height: 34px;
      font-size: 21px;
  }

  .List-Item-Content-Number-Line {
    top: -70%;
    left: 0;
}

.contents_wrap{
  margin-top: 25px;}

.Inner{
  width: 33%;
}

.balloon{
  max-width: initial;
  font-size: 12px;margin: 2px 10px;
}
.roundbox{
white-space: nowrap;
overflow-x: scroll;
/*スクロールバー非表示（IE・Edge）*/
-ms-overflow-style: none;
/*スクロールバー非表示（Firefox）*/
scrollbar-width: none;
  }

  .roundbox::-webkit-scrollbar{
    display:none;
  }

  .line-none{
    height: 70px;
    top: -40%;
  }

}

.float-button__wrap {
  display: none;
  width: 100%;
  padding: 5px;
  background-color: rgba(0,0,0,.521);
  z-index: 10001;
  display: flex;
  position: fixed;
  z-index: 10;
  justify-content: space-evenly;
  bottom: 0;
}

.float-button__wrap div:first-child {
  width: 50%;
}


.float-button__wrap div {
  width: 33%;
}

.float-button__wrap div img {
  width: 100%;
}

@media screen and (min-width: 600px){
.float-button__wrap {
    display: block;
    background-color: initial;
    right: -5px;
    display: flex;
    width: 200px;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 0;
}

.float-button__wrap div {
  max-width: 150px;
  width: 100%;
  margin-bottom: 1rem;
}

.float-button__wrap div img {
  width: 100%;
}
}