@charset "utf-8";

*{margin:0; padding:0;
    list-style:none;}

a{display:block;
    color:inherit;
    text-decoration: none;}

body{background-color: #fff;}

header{height:100%;
    width:100%;}





.logo_wrap{display:flex;
    height:160px;
    margin:0 auto;
    justify-content: space-between;
    align-items: center;}
.logo{width:5%;
    margin-top:20px;
    margin-left:10px;}

.banner{margin-top:150px;
        margin-left:400px;
        width:75%}    

.menu{width:30%;
    text-align:center;
    align-self:flex-end;}
.navi{display:flex;
    margin-right:20px;}
.navi>li{width:30%;
    font-weight:bold;
    font-size:20px;
    margin:5px;}


.intro{width:1000px;
        height:100%;
        margin:0 auto;
    text-align:center;}

.bank{position:absolute;
    width:300px;
    top:250px;
    right:80px;}
.thankyou{width:100%;
    height:100%;
    border:1px solid black;
    text-align:center;
    margin-top:25px;}

.thankyoutitle{margin-top:3s0px;}



.footer{margin-top:75px;
    text-align:center;}        

.btmenu>ul{display:flex;
        justify-content: center;
        align-items: center;
        margin:0 auto;}

.btmenu>ul>li{padding-right:10px;}

.number{color:gold}
.costunderline{text-decoration: underline;
text-decoration-skip-ink: none;}