@charset "utf-8";

html{
    font-size:62.5%;
}

body{
    font-family: Helvetica,Arial,YuGothic,"游ゴシック体","Yu Gothic","游ゴシック","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-size:1.4rem;
    line-height: 1.5;
}

p {
    font-size: 1.6rem;
}
a {
  color: #ffffff;
  text-decoration: none;
}
.nomal a{
  color: #0000c0;
  text-decoration: none;
}
hr {
  border-top: 2px solid #FF9900;
}

h1{
    color: #ffffff;
    font-size: 3vw;
    margin-top:20px ;
}
h2{
    color: #ffffff;
    font-size: 1.2vw;
    margin: -10px 0 15px 5px;
}
h3{
    font-size: 20px;
    margin: 10px 0; 
}
h4{
    font-size: 23px;
    margin: 10px 0; 
}
h5{
    font-size: 18px;
    margin: 5px 0; 
    color: #FF9900;
}
h6{
    font-size: 18px;
    margin: 5px 0; 
}
header{
    width: 100%;
    background-color: #FF9900;
    overflow: hidden;
    clear:both;
    border-top: 5px solid #FFCC99;
    border-bottom: 5px solid #FFCC99;
}
.head-main{
    width: 80%;
    margin: 0 auto;
    max-width: 1024px;
}
.head-left{
    width: 68%;
    float:left;
}
.head-right{
    width: 30%;
    float:right;
}
footer{
    width: 100%;
    background-color: #FF9900;
    overflow: hidden;
    clear:both;
    color: #ffffff;
  }
.footer-main{
    width: 80%;
    margin: 10px auto;
    max-width: 1024px;
    overflow: hidden;
    clear:both;
}
.footer-left{
    width: 20%;
    float:left;
      border-right:solid 1px #fff;
  }
.footer-right{
    width: 78%;
    float:right;
}
.footer-right2{
    width: 39%;
    float:right;
}
main{
    width: 80%;
    margin: 0 auto;
    max-width: 1024px;
    padding: 2px 0;
    clear:both;
}
section{
    width: 78%;
    float: right;
}

nav{
    width: 20%;
    float:left;

}

.caption {
    color: #db5424;
    font-size: 1.2rem;
}

.copy {
    width: 80%;
    color: #ffffff;
    font-size: 1.2rem;
    margin: 10px auto;
    text-align: center;
}

nav li{
    margin: 2px 0;

}
.btn-border {
  display: inline-block;
  width: 80%;
  text-align: left;
  border: 2px solid #FF9900;
  background-color: #FFCC99;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  clear:both;
}
.btn-border a {
  color: #000000;
}

.btn-border:hover {
  background-color: #FF9900;
  border-color: #FF9900;
  color: #FFF;
}
.btn-border::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #000000;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    margin-right: 10px;
}
.btn-border2 {
  display: inline-block;
  width: 80%;
  text-align: left;
  border: 2px solid #669900;
  background-color: #99CC66;
  font-size: 16px;
  color: #000000  ;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  clear:both;
}

.btn-border2:hover {
  background-color: #669900;
  border-color: #669900;
  color: #FFF;
}
.btn-border2::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #000000;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    margin-right: 10px;
}
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 15px 5px;
  text-decoration: none;
  color: #FFF;
  background: #66CCFF;/*背景色*/
  border-bottom: solid 2px #0066CC;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  margin: 10px 0;

}

.btn-square-pop:active {
  border-bottom: solid 2px #66CCFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-square-pop2 {
  position: relative;
  display: inline-block;
  padding: 15px 15px;
  text-decoration: none;
  color: #FFF;
  background: #000080;/*背景色*/
  border-bottom: solid 2px #66CCFF;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0;

}

.btn-square-pop2:active {
  border-bottom: solid 2px #66CCFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-square-pop_h {
  position: relative;
  display: inline-block;
  padding: 15px 5px;
  text-decoration: none;
  color: #FFF;
  background: #66CCFF;/*背景色*/
  border-bottom: solid 2px #0066CC;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  margin: 10px 0;
  width: 85%;

}

.btn-square-pop_H:active {
  border-bottom: solid 2px #66CCFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
} 
.btn-square-pop_r {
  position: relative;
  display: inline-block;
  padding: 15px 15px;
  text-decoration: none;  
  color: #FFF;
  background: #FF3300;/*背景色*/
  border-bottom: solid 2px #CC3300;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  margin: 10px 0;
  width: 90%;
  text-align: center;

}

.btn-square-pop_r:active {
  border-bottom: solid 2px #FF3300;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-square-pop_b {
  position: relative;
  display: inline-block;
  padding: 15px 15px;
  text-decoration: none;  
  color: #FFF;
  background: #0033CC;/*背景色*/
  border-bottom: solid 2px #000066;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  margin: 10px 0;
  width: 50%;
  text-align: center;

}

.btn-square-pop_b:active {
  border-bottom: solid 2px #009900;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-square-pop_g {
  position: relative;
  display: inline-block;
  padding: 15px 15px;
  text-decoration: none;  
  color: #FFF;
  background: #009900;/*背景色*/
  border-bottom: solid 2px #006600;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  margin: 10px 0;
  width: 90%;
  text-align: center;

}

.btn-square-pop_g:active {
  border-bottom: solid 2px #FF3300;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-square-pop_g2 {
  position: relative;
  display: inline-block;
  padding: 15px 15px;
  text-decoration: none;  
  color: #FFF;
  background: #66CC66;/*背景色*/
  border-bottom: solid 2px #339933;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  margin: 10px 0;
  width: 90%;
  text-align: center;

}

.btn-square-pop_g2:active {
  border-bottom: solid 2px #66CC66;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.square-pop {
  position: relative;
  display: inline-block;
  padding: 15px 15px;
  text-decoration: none;  
  color: #FF3333;
  background: #ffffff;/*背景色*/
  border: solid 2px #FF3333;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  font-weight: bold;
  margin: 10px 0;
  width: 50%;
  text-align: center;

}
.sentence_frame{
  border: 2px solid #666666;
  font-size: 14px;
  line-height: 23px;
  color: #666666;
  text-decoration: none;
  padding: 15px 15px;
  border-radius: 4px;
  transition: .4s;
  margin-bottom: 20px;
}
.sentence_frame p{
    text-align: right;
}
.system_t{
    width: 100%;
    border: 1px solid #666666;
    margin: 0 0 10px 0;
}
.system_t tr{
    border: 1px solid #666666;
}
.system_t td{
    border: 1px solid #666666;
    padding: 10px 0 10px 10px;
    width: 40%;
}
.system_t td:nth-child(1){
    vertical-align: middle;
    width: 20%;
  }
.program_t_1{
    width: 100%;
    border: 1px solid #FF9900;
    background-color: #FFCC99;
    margin: 0 0 10px 0;
}
.program_t_1 td{
    border: 1px solid #FF9900;
    padding: 10px 0 10px 10px;
}
.program_t_1 td:nth-child(1){
    background-color: #FF9900;
    vertical-align: middle;
    width: 15%;
  }
.program_t_2{
    width: 100%;
    border: 1px solid #FF9900;
    margin: 10px 0 0 0;
}
.program_t_2 td{
    border: 1px solid #FF9900;
    padding: 10px 0 10px 10px;
}
.program_t_2 td:nth-child(1){
    background-color: #FFCC99;
    vertical-align: middle;
    width: 15%;
}
.advance_t{
    width: 100%;
    border: 1px solid #999999;
    background-color: #FFFFCC;
    margin: 0 0 10px 0;
}
.advance_t td{
    border: 1px solid #999999;
    padding: 10px 0 10px 10px;
}
.advance_t_2{
    width: 100%;  
}
.access_t{
    width: 100%;
    border: 1px solid #999999;
    margin: 0 0 10px 0;
}
.access_t td{
    border: 1px solid #999999;
    padding: 10px 0 10px 10px;
    text-align: center;
    width: 50%;
}
.access_t2{
    width: 90%;
    margin: auto;
    border: none;
    font-size: 12px;
}
.access_t2 td{
    padding: 10px 0 10px 10px;
    text-align: left;
    border: none
}
.access_t td a{
    color: #000000;
}
.access_t_2{
    width: 100%;
    margin: 0 0 10px 0;
}
.access_t_2 td{
    padding: 10px 0 10px 10px;
    background-color: #FF0033;
    vertical-align: middle;
    text-align: center;
    width: 50%;
}
.access_t_2 td:nth-child(1){
    background-color: #0000FF;
}
.access_t_3{
    width: 100%;
    margin: 0 0 10px 0;
}
.access_t_3 td{
    vertical-align: middle;
    width: 50%;
}
.spon_t{
    width: 100%;
     margin: 0 0 10px 0;
}
.spon_t td{
    padding: 10px 0 10px 30px;
    width: 70%;
    vertical-align: middle;
}
.spon_t td:nth-child(1){
    width: 28%;
}
.spon_t td span{
    color: #CC0033;
}
.new a{
  color: #000;
}
.new a:hover{
  color: #f00;
}


.acd-check{
    display: none;
}
.acd-label{
    background: #FF9900;
    color: #333;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
.acd-label:after{
    background: #FF9900;
    color: #fff;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 100%;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    border: 1px solid #FF9900;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

#side_img{
  margin-top: 20px;
}