/* 基本 */
html { scroll-behavior: smooth;}
h3{
  margin: 0;
}
img{
  width: 100%;
}
form{
  width: 80%;
  margin:auto;
}
button{
  width: 100%;
  height: 48px;
  border: none;
  background-color: #F8FAFC;
}
li{
  font-size: 1.2em;
  margin-top: 10px;
}
 .ly_topView ul{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 3.2vw;
}
.ly_topView li{
  font-size: 1.4em;
  margin-top: 20px;
}
.highlight{
  border-bottom: inset 5px #EAF55E;
}
table{
  border-collapse: collapse;
}
td{
  border: solid 1px gray;
  padding: 5px 15px;
  text-align: center;
}
.gray{
  color: gray;
}
.white{
  color: white;
}
.smallLetter{
  font-size: 0.5em;
}
.t_center{
  text-align: center;
}
.height100{
  height: 100%;
}
.border_left{
  border-left: inset 8px black;
}
.inlineBlock{
  display: inline-block;
}
.orange{
  color: #ff750f;
}
.ly_topView h3{
  font-size: 2.5vw;
  margin-top: 1.5vw;
}
.ly_topView p{
  font-size: 1.5vw
}
.ly_topView h1{
  font-size: 4vw;
}
.ly_topView li{
  font-size: 2vw;
}
.bgcYellow{
  background-color: #ECC257;
}
.green{
  color: #11663D;
}
.bold{
  font-weight: bold;
}
.small{
  font-size: 0.8em;
}


/* セクション（背景、paddingなど） */
.sec2{
  padding: 60px 0;
}
.sec3{
  background-color: #E5E3E3;
  padding: 60px 0;
}
.sec5{
  padding-top: 50px;
}
.sec6{
  padding: 60px 0 280px 0;
  background-color: #E6DEC8;
}
.sec7{
  padding: 60px 0;
  background-color: #E6DEC8;
}
.sec8{
  padding: 80px 0;
  background-color: #D9F2DF;
}
.ly_form{
  padding: 20px 0;
  background-color: #D9F2DF;
}
.submitted{
  background-color: #D9F2DF;
  text-align: center;
  padding: 80px 0;
}
.footer{
  text-align: center;
  padding: 30px 0;
}

/* レイアウト */

.ly_submitButton{
  margin-top: 20px;
}
.ly_topView{
  width: 100%;
  position: relative;
}

.ly_sec2Conts{
  width: 80%;
  margin: auto;
  margin-top: 60px;
  display: block;
}
.ly_sec2Conts_container{
  display: flex;
  justify-content: space-between;
}
.ly_sec2Conts_item{
  width: 47%;
}
.ly_sec2Conts_detail{
  margin-top: 30px;
}

.ly_sec3Conts{
  width: 80%;
  margin: auto;
}
.ly_sec3Conts_graph{
  width: 90%;
  margin: auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ly_sec3Conts_graphItem{
  width: 30%;
}
.ly_sec3Conts_graphItem2{
  width: 60%;
}

.ly_sec5Title{
  margin-top: 60px;
}
.ly_sec5Main{
  margin-top: 60px;
  background-color: #E6DEC8;
}

.ly_3card_item{
  width:30%;
  background-color: blue;
}
.ly_sec6Conts{
  width: 80%;
  margin: auto;
}

.ly_sec6{
  width: 80%;
  margin: auto;
}
.ly_sec6_title{
  text-align: center;
  width: 80%;
  margin:auto;
}
.ly_sec6_feature{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.ly_sec6_point{
  width: 30%;
}
.ly_sec6_seminerCont{
  margin-top: 50px;
}
.ly_sec6_row{
  display: flex;
  justify-content: space-between;
}
.ly_sec6_element{
  width: 48%;
}

.ly_sec7{
  width: 80%;
  margin:auto;
}

.ly_sec8{
  width: 80%;
  margin: auto;
}
.ly_sec8_title{
  text-align: center;
  display: flex;
  justify-content: center;
}
.ly_sec8_schedule{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.ly_sec8_day{
  width: 22%;
}
.ly_sec8_caution{
  border: solid 3px gray;
  border-top: solid 20px gray;
  margin-top: 50px;
}
.ly_sec8_img{
  width: 8%;
}
.ly_submitted_btn{
  width: 20%;
}


/* ブロック */
.bl_topic_title{
  border-left: inset 8px black;
  padding-left: 10px;
  margin: 0;
  text-align: left;
}
.bl_topic_text{
  line-height: 1.8;
  margin-top: 1.0em;
  text-align: left;
}
.bl_topic{
  text-align: center;
  width: 95%;
}
.bl_card{
  padding: 0;
  background-color: #061B28;
}
.bl_3Card{
    display: flex;
    justify-content: space-between;
    background-color: gray;
}
.bl_sec7_CardTitle{
  border-bottom: inset 8px black;
  margin-top: 40px;
}
.bl_sec7_card{
  padding: 50px;
  background-color: white;
}

.bl_schedule{
  width: 100%;
  text-align: center;
}
.bl_point{
  background-color: #061B28;
  color: white;
  padding: 20px;
}
.bl_pointTitle{
  display: flex;
  margin-bottom: 25px;
  margin-top: 15px;
}
.el_pointTitle_num{
  width: 30%;
  text-align: center;
  border-right: solid 2px white;
}
.el_pointTitle{
  width: 70%;
  padding-left: 5px;
}
.bl_formEl{
  display: flex;
  margin-top: 25px;
}
.ly_formEl_index{
  width: 40%;
  display: flex;
  align-items: center;
}
.ly_formEl_input{
  width: 65%;
}
.ly_formEl_required{
  width: 60%;
  display: flex;
  align-items: center;
}
.ly_formEl_name{
  width: 35%;
  display: flex;
}


/* エレメント */
.el_input{
  width: 100%;
  height: 48px;
  border: none;
  background-color: #FFFFFF;
}
.el_textarea{
  width: 100%;
  border: none;
  background-color: #FFFFFF;
}
.el_sec2Title{
  text-align: center;
}
.el_sec2Title_m{
  text-align: center;
  display: none;
}
.roundBlock{
  background-color: white;
  border-radius: 5px;
  padding:5px 10px;
}
.bl_arc{
  overflow: hidden;
  margin-top: -15vw;
  z-index: 2;
}
.arc{
  border-top-right-radius: 2000px 300px;
  border-top-left-radius: 2000px 300px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #11663D;
  text-align: center;
}
.arcElement{
  margin: auto;
  position: relative;
}
.CTA_hukidashi{
  position: absolute;
  width: 8%;
  left: 15%;
  top: 10%;
}
.CTA_checkseat{
  position: absolute;
  width: 10%;
  right: 15%;
  top: 10%;
}
.sec4Title{
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.el_pulldown{
  width: 50%;
}



/* モディファイア */
.bl_form_required{
  color: white;
  background-color: #ff750f;
  padding: 2px 10px;
}
.bl_form_subTitle{
  margin-block-end:0.5em;
}
.topic2_marginTop{
  margin-top: 50px;
}
.margin_auto{
  margin-left: auto;
  margin-right: auto;
}
.el_submitButton{
  margin-top: 20px;
}
.sec5_Catch{
  background-color: #011B2B;
  width: 50%;
  padding: 20px 0;
}
.topTitle{
  position: absolute;
  top: 8%;
  left: 10%;
}
.bl_schedule p{
  background-color: gray;
}
.positionRelative{
  position: relative;
}
.positionAbsolute{
  position: absolute;
  top: 0;
  left: 20%;
}
.scheduleDay{
  background-color: white;
  padding: 10px;
}
.bl_point p{
  margin-top: 10px;
}
.sec6_seminerCont{
  background-color: #FAF4F4;
  color: black;
}
.sec6_secTitle{
  margin: auto;
  text-align: center;
  margin-top: 80px;
}
.bgcOrange{
  background-color: #ff750f;
  padding: 1px;
  margin-right: 3px;
}
.plibacy{
  overflow: scroll;
  height: 150px;
  border: solid 1px black;
  margin-top: 30px;
  background-color: white;
  padding: 10px;
}
.arcBtn{
  border-radius:5px;
  width: 30%;
  margin-top:1.25vw;
  font-size:1.3em;
}
.arc_webyoyaku{
  font-size:1.2em;
  margin:0;
}
.el_pointTitle_num h3{
  font-size:3em;
  line-height:1;
}
.el_pointTitle_num p{
  font-size:1.2em; margin:0;
}
.textarea{
  width: 65%;
}
.textarea_index{
  width: 35%;
}
.rounded-top{
  display:inline-block;
  padding:10px 20px;
  background-color:black;
}
.manin{
  width: 50%;
}

@media screen and (max-width:768px) {
  h2{
    font-size: 1.4em;
  }
  h3{
    font-size: 1.2em;
  }
  p{
    font-size: 0.8em;
  }
  td{
    font-size: 0.8em;
  }
  li{
    font-size: 0.8em;
  }
  html { scroll-behavior: smooth;}
  form{
    width: 90%;
  }
  .sec6{
    padding-bottom: 100px;
  }
  .sec4Title{
    white-space: normal;
    width: 80%;
    text-align: center;
  }
  .ly_topView h3{
    font-size: 4.0vw;
    margin-top: 1vw;
  }
  .ly_topView p{
    font-size: 3vw;
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 0;
  }
  .ly_topView h1{
    margin-top: 1.5vw;
    font-size: 9vw;
  }
  .ly_topView ul{
    margin-top: 95vw;
  }
  .ly_topView li{
    font-size: 4vw;
    text-align: left;
    line-height: 1;
  }
  .topTitle{
    width: 90%;
    text-align: center;
    left: 5%;
    top: 3%;
  }
  .el_sec2Title{
    display: none;
  }
  .el_sec2Title_m{
    display: block;
  }
  .ly_sec2Conts_container{
    display: block;
  }
  .ly_sec2Conts_item{
    width: 100%;
  }
  .sec2Conts_item_margin{
    margin-top: 30px;
  }
  .ly_sec3Conts{
    width: 90%;
  }
  .ly_sec3Conts_graph{
    display: block;
  }
  .ly_sec3Conts_graphItem{
    width: 60%;
    margin:auto;
  }
  .ly_sec3Conts_graphItem2{
    margin-top: 30px;
    width: 100%;
  }
  .sec5_Catch{
    width: 90%;
    font-size: 1em;
  }
  .ly_sec6{
    width: 90%;
  }
  .ly_sec6_title{
    width: 100%;
  }
  .ly_sec6_feature{
    display: block;
  }
  .ly_sec6_point{
    width: 100%;
    margin-top: 30px;
  }
  .el_pointTitle_num h3{
    font-size:2.2em;
    line-height:1;
  }
  .el_pointTitle_num p{
    font-size:0.8em; margin:0;
  }
  .ly_sec6_row{
    display: block;
  }
  .ly_sec6_element{
    width: 100%;
    margin-top: 30px;
  }
  .ly_sec7{
    width: 90%;
  }
  .sec7_title{
    line-height: 1.7;
  }
  .bl_sec7_card{
    padding: 20px;
  }
  .sec8{
    padding-top:40px;
    padding-bottom: 0;
  }
  .ly_sec8{
    width: 90%;
  }
  .ly_sec8 ul{
    padding-inline-start:20px;
  }
  .ly_sec8_caution{
    padding: 0 10px;
  }
  .ly_sec8_img{
    width: 16%;
  }
  .ly_form{
    padding: 20px 0;
  }
  .bl_formEl{
    display: block;
  }
  .ly_formEl_input{
    width: 100%;
  }
  .ly_formEl_name{
    width: 60%;
  }
  .textarea_index{
    width: 100%;
  }
  .arcBtn{
    border-radius:5px;
    width: 70%;
    margin-top:1.25vw;
    font-size:1em;
  }
  .arc_webyoyaku{
    font-size:0.8em;
    margin:0;
  }
  .arc h2{
    font-size: 1.0em;
  }
  .CTA_checkseat{
    width: 15%;
    right: 0%;
  }
  .CTA_hukidashi{
    left: 1%;
    width: 12%;
  }
  .ly_sec2Conts{
    width: 90%;
  }
  .bl_topic{
    width: 100%;
  }
  .zerokara{
    width: 70%;
  }
  .rounded-top{
    padding:7px 20px;
  }
  .manin{
    width: 90%;
  }
  .positionAbsolute{
    position: absolute;
    top: 10%;
    left: 6%;
  }
  .el_pulldown{
    width: 70%;
  }
}
