@charset "utf-8";

#wrapper #main_area{
    font-size: medium;
    line-height: normal;
}

.container{
    padding: 0 10px;
}
.container-s {
    max-width: 970px;
    padding: 0 1.5%;
    margin: auto;
}



.heading{
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
    color: #1d1d1d;
    font-weight: bold;
}

.table{
  display:flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
}
.table dt{
    background: #1d1d1d;
    width: 30%;
    padding: 20px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: normal;
}
.table dd{
  padding: 20px;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc; 
  width: 70%;
  background: #fff;
  box-sizing: border-box;
}

.table dd span{
    font-size: smaller;
    display: block;
}


.scheduel{
  display:flex;
  flex-wrap: wrap;
  border-top: none;
  border-bottom: 1px solid #ccc;
}
.scheduel dt{
    width: 60px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    color: #905f00;

}
.scheduel dd{
  padding: 15px;
  margin: 0;
  border-top: 1px solid #ccc; 
  width: calc(100% - 60px);
  background: #fff;
  box-sizing: border-box;
  color: #565656;
}

.scheduel dd span{
    font-size: smaller;
    display: block;
}

.scheduel+.notice{
  text-align: right;
  margin-bottom: 50px;
  font-size: small;
}

#special_program{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #905f00;
  /*background: #443d06;*/
  color: #fff;
  padding: 5% 5% 0;
}
#special_program li{
    width: 48%;
}

#special_program li img{
    border:10px solid;
    box-shadow: 0 0 8px grey;
    box-shadow: 0 0 8px #3b1111;
}

#special_program li p{
    margin: 10px 0 30px;
}

#special_program li p span{
    font-size: smaller;
    display: inline-block;
}

.heading-s {
  color: #905f00;
  margin-top: 50px;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}


#lead{
  display:flex;
  flex-wrap: wrap;
  margin: 50px 0;
  line-height: 2em;
}

#lead li{

    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-weight: normal;
}

#lead li:first-of-type{width: 67%;padding-right:30px; }
#lead li:last-of-type{width: 33%;}


.btn_entry{
    color: #fff;
    max-width: 400px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    font-size: x-large;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    background: linear-gradient(to right bottom, #ff8100, #ff4700);
    border-radius: 5px;
    box-shadow: 0 0 8px #dadada;
    transition: all .4s;
}

.btn_entry i{
  font-size: 150%;
  margin-left: 10px;
  /*vertical-align: top;*/

}

.btn_entry:hover{
    color: #fff;
    opacity: .8;
}

#spid{
    text-align: center;
    margin: 50px 0;
    border: solid 1px #ccc;
    padding: 20px;
    border-radius: 10px;
    /*font-size: small;*/
    font-size: 14px;
}

#spid span{
  display: block;
    margin-top: 10px;
}

#spid span b{
  font-weight: normal;
  display: inline-block;
}

#spid a{
  /*font-weight: bold;*/
  color: #000;
}

#customer{
  text-align: center;
  padding: 50px 0 0;
}

#customer p:first-of-type{
    margin-bottom: 10px;
}

#customer span{
  font-weight: bold;
}

#customer a{
    font-size: 30px;
    padding: 10px 3vw;
    display: block;
    color: #443d06;
    font-weight: bold;
}

#customer b{
  font-weight: normal;
  display: inline-block;
}

.notice{  font-size: small;}

@media screen and (max-width: 768px) {

br.sp{display: none;}

#lead li:first-of-type {
    width: 100%;
    padding-right: 0;
    margin: -40px 0 50px;
}

#lead li:last-of-type {
    width: 100%;
}



.scheduel+.notice,
#spid {
  text-align: left;
}

}

@media screen and (max-width: 414px) {

.title-sec {
  background-position-x: -22vw;
}

#special_program li {
  width: 100%;
}

}