@charset "utf-8";
/* --------------------------------------------------------------

-------------------------------------------------------------- */

/* common */
.txt_red{
  color:#E61F19;
}
.bold{
  font-weight: bold;
}
.txt_line{
  text-decoration: underline;
}
.fz_12{
  font-size: 12px;
}
a{
  transition: 0.3s;
  text-decoration: none;
}
a:hover{
  opacity: 0.7;
}

section + .section_type01a, .section_type01a + .section_type01a {
    margin-top: 0;
}
.section_type01a{
  background: #EFF5E1;
	border-color: #AFC8AC;
  margin-bottom: 0;
}
.section_type01a p{
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section_type01a p{
    font-size: 16px;
  }
}
.section_type01a p.caption{
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section_type01a p.caption{
    text-align: left;
  }
}

.heading_type01a {
  padding-top: 80px;
	color: #36905D;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .heading_type01a {
    padding-top: 40px;
  }
}
.heading_type01a span {
	border-bottom: 3px solid #36905D;
}
.section_type01a .wrap{
  padding: 0 2em 80px;  
}
@media screen and (max-width: 768px) {
  .section_type01a .wrap{
    padding: 0 3vw 40px;  
  }
}
.page-lead{
  font-size: 18px;
  line-height: 1.5;
  width: 900px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .page-lead{
    font-size: 16px;
    width: 100%;
    margin: 0;
    padding: 30px 3vw 0;
  }
}
figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* sec_point */
.section_type01a.sec_point{
  margin-top: 80px;
  background: none;
}
.section_type01a.sec_point .heading_type01a{
  padding-top: 0;
  background: none;
  margin-bottom: 0;
}
.section_type01a.sec_point .wrap{
  background: #EFF5E1;
  padding-top: 40px;
}
.sec_point .content + .content{
  margin-top: 80px;
}
.sec_point .content._01 .txt_02{
  padding-left: 1em;
  padding-bottom: 1em;
}
.sec_point .content._01 .txt_03{
  padding-left: 2em;
  text-indent: -1em;
}
.sec_point .content._01 .row_01{
  padding: 0 1em;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 2fr;
  gap: 70px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.sec_point .content._01 .row_01 .caption{
  text-align: center;
}
.sec_point .content._01 .movie{
  text-align: center;
  margin-bottom: 60px;
}
.sec_point .content._01 .list_01{
  padding: 0 0 0 2.5em;
}
.sec_point .content._01 .list_01 li{
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
}
.sec_point .content._01 .list_01 li::before{
  position: absolute;
  top: 0.2px;
  left: 0;
  content:'・';
}
.sec_point .content._01 .row_02{
  margin-top: 60px;
  padding-left: 1em;
}
.sec_point .content._01 .row_02 .table_01{
  border-collapse: collapse;
  width: 600px;
  margin: 5px auto 60px 0;
  border:#000000 solid 1px;
}
.sec_point .content._01 .row_02 .table_01 th,
.sec_point .content._01 .row_02 .table_01 td{
  font-size: 16px;
  line-height: 1.68;
  text-align: center;
  border:#000000 solid 1px;
  padding: 5px 0;
}
.sec_point .content._01 .row_02 .table_01 th{
  background: #0070c0;
  color: #fff;
}
.sec_point .content._01 .row_02 .table_01 tr:nth-child(1) > th:nth-child(1){
  width: 136px;
}
.sec_point .content._01 .row_02 .table_01 tr:nth-child(1) > th:nth-child(2){
  width: 146px;
}
.sec_point .content._01 .row_02 .table_01 tr:nth-child(2){
  background: #d9d9d9;
}
.sec_point .content._01 .row_02 .table_01 tr:nth-child(3){
  background: #fff;
}
.sec_point .content._01 .row_03{
  padding-left: 1em;
  display: grid;
  grid-template-columns: 230px 210px;
  grid-template-rows: 1fr;
  gap: 56px;
  margin-bottom: 25px;
}
.sec_point .content._01 .row_03 .col:nth-child(1) .caption{
  text-align: left;
}
.sec_point .content._01 p.caution{
  font-size: 12px;
  letter-spacing: -0.01em;
  padding-left: 1em;
}
.sec_point .content._02{
  background: #fff;
  border: #36905d solid 1px;
  padding: 2em 0 4em;
}
.sec_point .content._02 .row_01{
  display: flex;
  justify-content: space-between;
  padding-right: 2em;
  margin-bottom: 50px;
}
.sec_point .content._02 .row_01 .col.text{  
  width: 390px;
}
.sec_point .content._02 .row_01 .col.image{  
  width: 300px;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 13px;
  
}
.sec_point .content._02 .row_01 .col.text .title{
  border-bottom: #36905d solid 1px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.sec_point .content._02 .row_01 .col.text .title span{
  display: inline-block;
  padding-left: 2em;
  color: #36905d;
  font-size: 25px;
  font-weight: bold;
}
.sec_point .content._02 .row_01 .col.text .lead{
  padding-left: 2em;
  white-space: nowrap;
}
.sec_point .content._02 .row_01 .col.image figure{
  width: 223px;
}
.sec_point .content._02 .row_01 .col.image .name{
  font-size: 14px;
  white-space: nowrap;
}
.sec_point .content._02 .row_02{
  padding: 0 2em;
  margin-top: 35px;
  margin-bottom: 70px;
}
.sec_point .content._02 .row_02 .box{
  width: 563px;
  margin: 30px auto 0;
}
.sec_point .content._02 .row_02 .box .caption{
  text-align: left;
}
.sec_point .content._02 .row_03.for_pc{
  padding: 0 2em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
}
.sec_point .content._02 .row_03.for_sp{
  display: none;
}
.sec_point .content._02 .row_03 .col_01 p{
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1em;
}
.sec_point .content._02 .row_03 .col_02{
  width: 252px;
}
.sec_point .content._03 .txt_01{
  margin-bottom: 30px;
}
.sec_point .content._03 .row_01{
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
.sec_point .content._03 .row_01 .col_01 p + p{
  margin-top: 1em;
}
.sec_point .content._03 .row_01 .col_02{
  width: 390px;
  flex-shrink: 0;
}
.sec_point .content._03 .row_01 .col_02 figure + figure{
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .section_type01a.sec_point{
    margin-top: 40px;
    background: none;
  }
  .sec_point .content + .content{
    margin-top: 40px;
  }
  .sec_point .content._01 .row_01{
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sec_point .content._01 .row_01 .col._01 figure{
    width: 50%;
    margin: 0 auto;
  }
  .sec_point .content._01 .row_03 .col:nth-child(1) .caption{
    text-align: center;
  }
  .sec_point .content._01 .row_01 .caption{
    text-align: center;
  }
  .sec_point .content._01 .movie{
    margin: 0 auto 30px;
    width: 66.66%;
    padding-top: 37.125%;
    height: 0;
    position: relative;
  }
  .sec_point .content._01 .movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sec_point .content._01 .list_01 li{
    font-size: 16px;
  }

  .sec_point .content._01 .row_02{
    margin-top: 30px;
  }
  .sec_point .content._01 .row_02 .table_01{
    width: 100%;
  }
  .sec_point .content._01 .row_02 .table_01 th,
  .sec_point .content._01 .row_02 .table_01 td{
    font-size: 16px;
    padding: 5px 10px;
  }
  .sec_point .content._01 .row_02 .table_01 tr:nth-child(1) > th:nth-child(1){
    width: auto;
  }
  .sec_point .content._01 .row_02 .table_01 tr:nth-child(1) > th:nth-child(2){
    width: auto;
  }
  .sec_point .content._01 .row_03{
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 25px;
  }
  .sec_point .content._01 .row_03 figure{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .sec_point .content._01 .row_03 p.caption{
    text-align: center;
  }
  .sec_point .content._02{
    background: #fff;
    border: #36905d solid 1px;
    padding: 1em 0;
  }
  .sec_point .content._02 .row_01{
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .sec_point .content._02 .row_01 .col.text{  
    width: auto;
    text-align: center;
  }
  .sec_point .content._02 .row_01 .col.image{  
    margin: 20px auto 0;
    display: block;    
  }
  .sec_point .content._02 .row_01 .col.image .name{
    padding-top: 10px;
    text-align: center;
  }
  .sec_point .content._02 .row_01 .col.text .title span{
    display: block;
    padding-left: 0;
    font-size: 22px;
  }
  .sec_point .content._02 .row_01 .col.text .lead{
    padding-left: 0;
  }
  .sec_point .content._02 .row_01 .col.image figure{
    width: 223px;
    margin: 0 auto;
  }
  .sec_point .content._02 .row_01 .col.image .name{
    padding-top: 10px;
    text-align: center;
  }
  .sec_point .content._02 .row_02{
    padding: 0 1em;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sec_point .content._02 .row_02 .box{
    width: 100%;
    margin: 30px auto 0;
  }
  .sec_point .content._02 .row_02 .box .caption{
    text-align: left;
  }
  .sec_point .content._02 .row_03{
    padding: 0 1em;
  }
  .sec_point .content._02 .row_03.for_pc{
    display: none;
  }
  .sec_point .content._02 .row_03.for_sp{
    display: block;
  }
  .sec_point .content._02 .row_03 p{
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 0.5em;
  }
  .sec_point .content._02 .row_03 figure{
    width: 100%;
    margin-bottom: 30px;
  }
  .sec_point .content._03 .txt_01{
    margin-bottom: 20px;
  }
  .sec_point .content._03 .row_01{
    display: block;
  }
  .sec_point .content._03 .row_01 p{
    margin-bottom: 1em;
  }
  .sec_point .content._03 .row_01 figure{
    width: 300px;
    margin: 0 auto 30px;
  }
}

/* sec_sp */
.sec_sp .lead{
  margin-bottom: 60px;
}
.sec_sp .row_01{
  width: 400px;
  margin: 0 auto 80px;
}
.sec_sp .row_01 .figtitle{
  font-size: 12px;
  margin-bottom: 5px;
}
.sec_sp .row_01  figure{    
    margin: 0 auto;
}
.sec_sp .row_01 .caption{
  text-align: left;
}
.sec_sp .txt_01{
  margin-bottom: 30px;
}
.sec_sp .row_02{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
}
.sec_sp .row_02 .col figure{
  /*aspect-ratio: 209 / 139;*/
  aspect-ratio: 4 / 3;
  background: #fff;
}
.sec_sp .row_02 .col p{
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}
.sec_sp .row_02 .col a{
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sec_sp .lead{
    margin-bottom: 30px;
  }
  .sec_sp .row_01{
    width: 100%;
    margin: 0 auto 40px;
  }
  .sec_sp .row_01 .caption{
    text-align: left;
  }
  .sec_sp .row_02{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows:repeat(4, auto);
    gap: 30px;
  }
  .sec_sp .row_02 .col figure{
    width: 300px;
    aspect-ratio: auto;
    margin: 0 auto;
  }
}

/* sec_battery */
.sec_battery .lead{
  margin-bottom: 80px;
}
.sec_battery .row{
  width: 690px;
  margin: 0 auto;
}
.sec_battery .row + .row{
  margin-top: 30px;
}
.sec_battery .row a{
  display: block;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.sec_battery .row a .col.text p{
  color: #222;
}
.sec_battery .row a .col.text p span{
  display: inline;
  background:linear-gradient(transparent 95%, #17489c 0%);
}
.sec_battery .row .col.image{
  width: 261px;
  flex-shrink: 0;
}
.sec_battery .row a .col.image p.caption{
  color: #222;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sec_battery .lead{
    margin-bottom: 40px;
  }
  .sec_battery .row{
    width: 100%;
  }
  .sec_battery .row + .row{
    margin-top: 30px;
  }
  .sec_battery .row a{
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .sec_battery .row a .col.text p{
    color: #222;
  }
  .sec_battery .row .col.image{
    width: 300px;
    margin: 0 auto;
  }
}

/* sec_season */
.sec_season .txt_01{
  margin-bottom: 30px;
}
.sec_season .txt_02{
  margin-bottom: 60px;
}
.sec_season .box a .txt_03{
  color: #222;
  margin-bottom: 10px;
}
.sec_season .box a .txt_03 span{
  display: inline-block;
  position: relative;
}
.sec_season .box a .txt_03 span::after{
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  content:'';
  width: 100%;
  height: 1px;
  background: #17489c;
}
.sec_season .box figure{
  width: 261px;
}
.sec_season .box a p.caption{
  text-align: left; 
  color: #222;
  text-decoration: none;
}
.sec_season .txt_04{
  margin-top: 40px;
  font-size: 14px;
}







@media screen and (max-width: 1024px) {
  .heading_type01.tb2row {
    font-size:20px;
    text-align: center;
    position: absolute;
    top:-34px;
    width: 100%;
    height: 44px;
  }
  .heading_type01.tb2row span {
    display: block;
    height: 34px;
    line-height: 1.2;
    padding-bottom: 0;
  }
  .tab_content .heading_type01.tb2row {
    color: #36905D;
    font-weight: bold;
    font-size:20px;
    text-align: center;
    position: absolute;
    top:-34px;
    width: 100%;
    height: 44px;
  }
  .tab_content .heading_type01.tb2row span {
    display: block;
    height: 34px;
    line-height: 1.2;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  
  .heading_type01{
    font-size:20px;
  }
  .heading_type01.tb2row {
    font-size:20px;
    text-align: center;
    position: absolute;
    top:-54px;
    width: 100%;
    height: 64px;
  }
  .heading_type01.tb2row span {
    display: block;
    height: 54px;
    line-height: 1.2;
    padding-bottom: 0;
  }
  .tab_content .heading_type01.tb2row {
    color: #36905D;
    font-weight: bold;
    font-size:20px;
    text-align: center;
    position: absolute;
    top:-54px;
    width: 100%;
    height: 64px;
  }
  .tab_content .heading_type01.tb2row span {
    display: block;
    height: 54px;
    line-height: 1.2;
    padding-bottom: 0;
  }

}