<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-switcher{
    width: 100%;
    height: 78vh;
    /* background-position: center top; */
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;

     background-position: right 34% top 20%;
}
.bg{
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 1px 2px 4px #000000;
}
.titles-logo{
    width: 100%;
    text-align: center;
}

.titles-logo img{
    width: 220px !important;
}

.titles{
    height: 22vh;
    position: relative;
    /* padding: 40px 0 40px 0; */
    text-align: center;
}
.titles div{
    position:absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.subtext01{
    font-size: 16px;
}

.subtext02{
    color: #4d6677;
}

.main{
    background-color: #c9e5d6;
}
.main h2{
    text-align: center;
    color: #003399;
    font-size: 20px;
    padding: 0 0 60px 0;
}
.main-cont-img{
    padding: 60px 0;
    display: block;
    width: 100%;
}

.main-cont-img img{
    max-width: 700px;
    width: 80%;
    border: 4px solid #ffffff;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.main .text{
    letter-spacing: 2px;
    line-height: 1.6;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

/* ä¼šå“¡ãƒœã‚¿ãƒ³ */
.member_btn{
    width: 686px;
    padding: 10px 0 10px 0;
    margin:0 auto;
    font-size: 0;
}
.member_btn_01,
.member_btn_02{
    width: 340px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

.member_btn_01{
    background-color: #00aa93;
    border: 1px solid #00aa93;
    margin: 0 6px 0 0;
}
.member_btn_02{
    background-color: #ff8c4a;
    border: 1px solid #ff8c4a;
}

.member_btn_01 a,
.member_btn_02 a{
    display: block;
    font-size: 16px;
    padding: 20px;
    transition: 0.4s;
    border: 1px solid #ffffff;
    color: #ffffff;
    letter-spacing: 2px;
}
.member_btn_01 a:hover,
.member_btn_02 a:hover{
    opacity: 0.4;
}




.content-info-wrap{
    margin: 60px 0;
    padding: 0px 10% 60px 10%;
    background-color: #ffffff;
}
.content-info-wrap dl{
    width: calc(100%/3);
    display: inline-block;
    border: 12px solid #ffffff;
}
.content-info-wrap dt{
    font-size: 20px;
    padding: 14px 0 6px 0;
}
.content-info-wrap dd{
    line-height: 1.6;
    color: #2b2b2b;
}
.content-info-wrap dd p{
    color: #003399;
    font-size: 12px;
    text-align: center;
    border: 1px solid #003399;
    padding: 4px;
    margin: 12px 0 0 0;
}
.content-h3{
    text-align: center;
    font-size: 20px;
    padding:68px 0 0 0;
}
.sub-en{
    text-align: center;
    color: #4d6677;
    padding: 10px 0 60px 0;
    letter-spacing: 2px;
}
.method-h3{
    text-align: center;
    font-size: 20px;
    padding:0 0 40px 0;
    margin: 60px 0 0 0;
}
/* ----------------------------------------------- */
@media screen and (max-width:1010px) {
  


    .content-info-wrap dl{
        width: 100%;
        display: inline-block;
        padding: 0 0 40px 0;
    }
}

@media screen and (max-width:768px) {
   

.bg-switcher{
    background-position: center center;
    /* background-position: right 34% top 10%; */
}

.bg{
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 1px 2px 4px #000000;
}

.titles-logo img{
    padding: 0 20px;
    max-width: 200px;
    width: 100% !important;
}



/* ä¼šå“¡ãƒœã‚¿ãƒ³ */
.member_btn{
    width: 100%;
}
.member_btn_01,
.member_btn_02{
    display: block;
    width: 80%;
    margin: 10px auto;
    padding: 0;
}

.member_btn_01 a,
.member_btn_02 a{
    width: 100%;
    padding: 20px 0;
}



.content-wrap{
    padding: 0px 5%;
}
.content-info-wrap{
    margin: 60px 0;
    padding: 0px 5% 60px 5%;
    }
   
    

}</pre></body></html>