/*共通スタイル start*/
.flex{
    display: flex;
}
.is-around{
    justify-content: space-around;
}
.is-center{
    align-items: center;
}
h2{
    font-size: 30px;
    color: white;
    font-weight: bold;
    max-width: 960px;
    width: 100%;
    height: 60px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: #073290;
    padding: 15px;
}
.sp{
    display: none;   /*PC表示の時に消す部分(ハンバーガーメニュー）*/
}

/*共通スタイル last*/

.header{
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #073290;
}
.header-seo{
    font-size: 29px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 2px;
    color: white;
}
.header p img{
    width: 200px;
    height: 100px;
    margin-bottom: 5px;
}

/*header ボタン関係 start*/
.header-btn{
    font-weight: bold;
    background-color: #fdd000;
    width: 250px;
    height: 53px;
    border-radius: 20px;
}
.header-btn a{
    font-size: 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    transition: all 0.3s;
    border-radius: 20px;
}
.header-btn a:hover{
    background-color: #B39400;
    color: black;
    border-radius: 20px;
}
/*ボタン関係　last*/



.gnav li{
    width: 160px;
    border-right: 1px solid white;
}
.gnav li:last-child{
    border-right: none;
}
.gnav a{
    font-weight: bold;
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
    transition: all 0.4s;
}
.gnav a:hover{
    color: #fdd000;
}

/* header last */



.mv-wrap{
    max-width: 960px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}
.mv01 img{
    width: 400px;
    height: 500px;
}
.mv02 img{
    width: 560px;
    height: 500px;
}



.chara-wrap{
    max-width: 960px;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
}
.chara-list{
    max-width: 250px;
    width: 30%;
}
.chara-list img{
    width: 250px;
    height: 300px;
}
.chara01{
    width: 100%;
    margin-bottom: 20px;
}




.money-wrap{
    max-width: 960px;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
}
.money-list01{
    max-width: 300px;
    width: 36%;
}
.money-list01 img{
    width: 300px;
    height: 300px;
}
.money-list02{
    max-width: 500px;
    width: 56%;
}
.money-list02 img{
   width: 500px;
   height: 300px;
}

.money02{
    max-width: 700px;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.money02 img{
   width: 700px;
   height: 400px;
}
.money02  h3{
    font-size: 30px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}



.use-wrap{
    max-width: 960px;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
}
.use-list{
    max-width: 250px;
    width: 30%;
}
.use-list img{
    width: 250px;
    height: 300px;
}
.use01{
    margin-top: 20px;
    margin-bottom: 20px;
}
.use-wrap h3{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}



.time-wrap{
    max-width: 960px;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
}
.time01{
    max-width: 400px;
    width: 46%;
    margin-right: auto;
    margin-left: auto;
}
.time01 img{
    width: 400px;
    height: 500px;
}



.aside{
    max-width: 960px;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
}
.aside h3{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.aside{
    font-size: 20px;
    text-align: center;
}
.aside p{
    font-size: 20px;
    text-align: center;
}
.aside li{
    text-decoration: none;
    text-align: center;
    list-style: none;
}
.aside img{
    max-width: 300px;
    height: 80px;
    margin-bottom: 10px;
}
.aside iframe{
    max-width: 700px;
    width: 96%;
    height: 400px;
    margin-bottom: 20px;
}



.footer-wrap{
    max-width: 960px;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
}
.footer-wrap h3{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer-wrap p{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}
.footer-wrap p small{
    font-size: 15px;
}
.footer01 img{
    max-width: 150px;
    width: 96%;
    height: 150px;
    margin-bottom: 80px;
}
.footer01{
    list-style: none;
}

/*footerボタン関係*/
.footer-btn{
    width: 250px;
    height: 53px;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    background-color: #fdd000;
    border-radius: 20px;
    margin-top: 50px;;
}
.footer-btn a{
    font-size: 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    transition: all 0.3s;
    border-radius: 20px;
}
.footer-btn a:hover{
    background-color: #B39400;
    color: black;
    border-radius: 20px;
}
/*footerボタン関係 last*/



.table-scroll {
    overflow-x: auto;
}
.table_design1 {
    font-size: 20px;
    width: 2000px;
    table-layout: fixed;
    border-collapse: collapse;
    min-width: 700px;
    font-weight: bold;
}
.table_design1 th, .table_design1 td {
    text-align: center;
    padding: 10px;
}
.table_design1 th {
    border-top: 10px solid #4d9bc1;
    border-bottom: 2px solid #4d9bc1;
    color: #4d9bc1;
}
.table_design1 th:nth-child(1),td:nth-child(1){
    width: 150px;
    box-sizing: border-box;
}





  /*　スマホ記述　*/
  @media  screen and (max-width: 865px) {
    /*ハンバーガーメニュー start*/
    .sp{
        display: block;
    }
    .gnavbtn{
        position: fixed;
        top: 5px;
        right: 5px;
        width: 32px;
        height: 32px;
        background-color: #fdd000;
        border-radius: 20%;
        padding-top: 3px;
        z-index: 1;
    }
    .gnavbtn:hover{
        background-color: #B39400;
        transition: 0.3s;
    }
    .gnavbtn span{
        display: block;
        width: 15px;
        height: 2px;
        background-color: white;
        margin: 0 auto;
        margin-top: 5px;
    }
    .gnav ul{
        position: fixed;
        top: 0;
        left:0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(7,50,144,0.9);
        padding: 60px;
        z-index: 0;
        transform: translate(-100%);
        transition: 0.5s;
    }
    .show .gnav ul{
        transform: translate(0);
    }
    .gnav li{
        width: 100%;
        margin-bottom: 30px;
        border: none;
        text-align: center;
    }
    .sp-yoyaku{
        max-width: 80%;
        margin: 0 auto;
        background-color: #fdd000;
        border-radius: 30px;
    }
    .sp-yoyaku a{
        display: block;
        padding: 20px;
    }
    .sp-yoyaku a:hover{
        color: black
    }
    /*ハンバーガーメニュー last*/
}




 @media  screen and (max-width: 700px) { 
    .header-seo{
        font-size: 22px;
    }
    .header p img{
        width: 150px;
        height: 80px;
        margin-bottom: 10px;
    }



    .mv01 img{
        height: 450px;
    }
    .mv02 img{
        height: 450px;
    }




    .chara-list{
        max-width: 180px;
    }
    .chara-list img {
        width: 180px;
        height: 220px;
    }
    



    .money-list01{
        max-width: 180px;
    }
    .money-list01 img{
        width: 180px;
        height: 220px;
    }
    .money-list02{
        max-width: 300px;
    }
    .money-list02 img{
        width: 300px;
        height: 220px;
    }
    .money02 h3 {
        font-size: 25px;
    }

    .money02{
        max-width: 500px;
    }
    .money02 img{
       width: 500px;
       height: 300px;
    }




    .use-list{
        max-width: 180px;
    }
    .use-list img{
        width: 180px;
        height: 220px;
    }
    .use-wrap h3 {
        font-size: 25px;
    }
    



    .time01{
        max-width: 250px;
    }
    .time01 img{
        width: 250px;
        height: 350px;
    }




    .aside h3 {
        font-size: 25px;
    }
    .aside p {
        font-size: 15px;
    }
    .aside {
        font-size: 15px;
    }
    .aside img{
        max-width: 270px;
        height: 70px;
        margin-bottom: 25px;
    }
    .aside iframe {
        max-width: 550px;
        height: 350px;
    }



    .footer-wrap h3 {
        font-size: 25px;
    }
    .footer-wrap p {
        font-size: 20px;
    }
    .footer01 img{
        max-width: 120px;
        height: 120px;
        margin-bottom: 40px;
    }
    .table_design1 {
        font-size: 15px;
        width: 1500px;
    }
}





@media  screen and (max-width: 540px) { 
    .header-seo{
        font-size: 17px;
    }
    .header p img{
        width: 120px;
        height: 75px;
    }
    .header-btn {
        width: 150px;
        height: 35px;
    }
    .header-btn a {
        font-size: 20px;
    }




    .mv01 img {
        height: 300px;
        width: 400px;
    }
    .mv02 img {
        height: 300px;
        width: 460px;
    }


    h2{
        font-size: 30px;
        height: 80px;
        margin-top: 45px;
        padding: 25px;
    }


    /*flexをカットする記述を追加した*/
    .item-content{
        flex-direction: column;
    }
    
    
    
    .chara-list{
        max-width: 350px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .chara-list img{
        width: 350px;
        height: 350px;
    }
    .chara01{
        margin-bottom: 0px;
    }
    

    
    
    .money-list01{
        max-width: 350px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .money-list01 img{
        width: 350px;
        height: 250px;
        margin-bottom: 20px;
    }
    .money-list02{
        max-width: 350px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .money-list02 img{
        width: 350px;
        height: 250px;
        margin-bottom: 20px;
    }
    .money02 h3 {
        font-size: 20px;
    }
    .money02{
        max-width: 350px;
    }
    .money02 img{
       width: 350px;
       height: 300px;
    }
   
    
    
    
    
    .use-list{
        max-width: 350px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .use-list img{
        width: 350px;
        height: 350px;
    }
    .use-wrap h3 {
        font-size: 30px;
    }




    .time01{
        max-width: 350px;
        width: 100%;
        margin-bottom: 20px;
    }
    .time01 img{
        width: 350px;
        height: 400px;
    }




    .aside h3 {
        font-size: 20px;
    }
    .aside p {
        font-size: 13px;
    }
    .aside {
        font-size: 13px;
    }
    .aside img{
        max-width: 200px;
        height: 60px;
        margin-bottom: 20px;
    }
    .aside iframe {
        max-width: 350px;
        height: 350px;
    }




    .footer-wrap h3 {
        font-size: 20px;
    }
    .footer-wrap p {
        font-size: 17px;
    }
    .footer01 img{
        max-width: 120px;
        height: 120px;
        margin-bottom: 20px;
    }
    .table_design1 {
        font-size: 13px;
        width: 1500px;
    }


    .footer-btn{
        width: 200px;
        height: 55px;
    }
    .footer-wrap p small{
        font-size: 10px;
    }
    .header-btn a {
        font-size: 20px;
    }
}

