@charset "UTF-8";
/* CSS Document */

.sub section#subContainer section.main_v img{
    max-width: 70%;
}

.sub section#subContainer section.main_v{
    max-width:100%;
    padding: 100px 0;
    text-align:center;
    background:url(../img/bg_main.jpg);
    background-size: cover;
}

.sub section#subContainer .sec01 {
    width: 100%;
    padding:70px 0;
    /* margin-bottom:10px; */
}

.sub section#subContainer .sec01 h4{
    font-size:170%;
    font-weight:bold;
    text-align:center;
    margin:0 0 50px 0;
}

.sub section#subContainer .sec01 ul{
    width:96%;
    max-width:1200px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    border-radius: 10px;
}

.sub section#subContainer .sec01 ul li{
    width: 31%;
    background:#fff;
    box-sizing:border-box;
    position:relative;
}

.sub section#subContainer .sec01 ul li img{
  width:100%;
}

.sub section#subContainer .sec01 ul li dt{
    color:#000;
    font-family: 'Jost', sans-serif;
    font-size:130%;
    position:absolute;
    top:0em;
    left:0em;
    background:#fff;
	text-align: center;
}

.sub section#subContainer .sec01 ul li dt span{
    font-size:150%;
    line-height:1em;
}

.sub section#subContainer .sec01 ul li dt span::before {
  content: "\A" ;
  white-space: pre ;
}

.sub section#subContainer .sec01 ul li img{
    margin:0 0 10px 0;
}

.sub section#subContainer .sec01 ul li dd h6{
    color:#000;
    font-size:135%;
    font-weight:bold;
    text-align:center;
    margin-bottom:0.5em;
}

.sub section#subContainer .sec01 ul li dd{
    font-size:95%;
    line-height:2.0em;
}

.sub section#subContainer .sec01 ul li dd dl{
  margin-top:10px;
}
.sub section#subContainer .sec01 ul li dd dl img{
  width:137px;
  margin-right:10px;
}

.sub section#subContainer .sec01 ul li dd .note{
  font-size:85%;
  margin-top:1em;
}

.sub section#subContainer .sec01 ul li dd a{
   color:#ea4108;
}

.sub section#subContainer .sec01 ul li dd em.icon{
}

.sub section#subContainer .sec01 ul li dd em.icon img{
  width:1.5em;
  vertical-align: middle;
  margin:0 0.2em;
}


.sub section#subContainer .sec01 ul li dd .btn{
    font-weight:bold;
    margin:20px 0 0 0;
    text-align:center;
}

.sub section#subContainer .sec01 ul li dd .btn a{
  color:#000;
    font-size:100%;
    background:#fff;
    border:1px solid #000;
    border-radius:7px;
}
.sub section#subContainer .sec01 ul li dd .btn a:hover{
  color:#fff;
    background:#000;
    border:1px solid #000;
}

.sub section#subContainer .sec01 ul li dd small{
    font-size:70%;
    text-align:center;
    margin-top:1em;
    display:block;
}

.sub section#subContainer .sec03 {
    padding:50px 0;
}

.sub section#subContainer .sec03 ul li span{
    color:#fff;
    background:#e88631;
    padding:0.2em;
    margin-right:0.7em;
}

.sub section#subContainer .sec03 .btn{
     text-align:center;
}

.sub section#subContainer .sec03 .note{
    font-size:90%;
    width:90%;
    max-width:1200px;
    margin:0 auto 0 auto;
    padding:20px;
    border:5px solid #eee;
    background:#fff;
    box-sizing:border-box;
}

.sub section#subContainer .sec03 .note h6{
    font-size:110%;
    font-weight:bold;
	text-align: center;
}

.sub section#subContainer .sec04 {
    text-align:center;
    background-size: 30px 30px; 
    padding-bottom: 100px; 
}

@media screen and (max-width: 959px) {
   .sub section#subContainer .sec01 ul{
    flex-wrap:wrap;
  }
  .sub section#subContainer .sec01 ul li{
    width:48%;
    margin-bottom:30px;
  }
}


@media screen and (max-width: 768px) {
  .sub section#subContainer .sec01{
  }
   .sub section#subContainer .sec01 ul{
    width:96%;
    display:block;
    justify-content:unset;
    lex-wrap:unset;
  }
  .sub section#subContainer .sec01 ul li{
    width:100%;
    margin-bottom:30px;
  }
  .sub section#subContainer .sec01 ul li dt{
    font-size:150%;
  }
  .sub section#subContainer .sec01 ul li dd h6{
    color:#000;
    font-size:170%;
  }

  .sub section#subContainer .sec03 .note{
    width:96%;
    margin:0 auto 0 auto;
    padding:20px;
    border:5px solid #eee;
    background:#fff;
    box-sizing:border-box;
  }
}

@media screen and (max-width: 500px) {
  .sub section#subContainer .sec01 ul li dt{
    font-size:120%;
  }
  .sub section#subContainer .sec01 ul li dd h6{
    color:#000;
    font-size:130%;
  }
   .sub section#subContainer .sec01 ul li{
    margin-bottom:20px;
  }

  .sub section#subContainer .sec01 h4{
    font-size:170%;
    font-weight:bold;
    text-align:center;
    margin:0 0 20px 0;
  }
  .sub section#subContainer .sec01:nth-of-type(1) h4:before {
    margin: 0 0 20px 0;
    display:block;
  }
  .sub section#subContainer .sec01:nth-of-type(2) h4:before {
    margin: 0 0 20px 0;
    display:block;
  }

}