<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
/* Colors: */
--navy: #003f79;	
--blue: #2ea7e0;	
--pink: #c567a5;
--white: #fff;
/* spacer */    
--spacer:10px;
}
.summer2024 {
    background: #92d7f8;
    padding-bottom:50px;
}
.summer2024-inner {
    background: #fff;
    padding:min(5.3vw,40px);
}
.summer2024-catch {
    font-size:min(4.26vw,20px);
    text-align: center;
    color:var(--navy);
    font-weight: bold;
}
@media (max-width:767px) {
    .summer2024-catch {
        text-align: left;
    }
}
.summer2024 img{
    width:auto;
    max-width:100%;
}
.summer2024 figure img{
    margin-right:auto;
    margin-left:auto;
	display: block;
}
.summer2024 .d-flex{
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 100%;
}
.summer2024 .flex-row-reverse{
    flex-direction: row-reverse;
}
.summer2024 .flex-column{
    flex-direction: column;
}
.summer2024 .flex-column-reverse{
    flex-direction: column-reverse;
}
.summer2024 .d-pc{
    display:block;
}
.summer2024 .d-sp{
    display:none;
}
.summer2024 .mt-1{
    margin-top:calc(var(--spacer)*1);
}
.summer2024 .mt-3{
    margin-top:calc(var(--spacer)*3);
}
.summer2024 .mt-5{
    margin-top:calc(var(--spacer)*5);
}
.summer2024 .mb-1{
    margin-bottom:calc(var(--spacer)*1);
}
.summer2024 .mb-3{
    margin-bottom:calc(var(--spacer)*3);
}
.summer2024 .mb-5{
    margin-bottom:calc(var(--spacer)*5);
}
.summer2024 &gt; section{
    padding:calc(var(--spacer)*5) 0;
}
.summer2024 .wrap{
    max-width:1035px;
    width:auto;
    padding-right:calc(var(--spacer)*2);
    padding-left:calc(var(--spacer)*2);
    margin:0 auto;
}
#support&gt; .wrap {
    padding:0;
}
.summer2024 .inner{
    max-width:945px;
    width:auto;
    margin-right:auto;
    margin-left:auto;
}
.summer2024 #nav{
     display: flex;
    justify-content: space-between;
}
.summer2024 #nav li{
    width:48%;
    text-align: center;
}
.summer2024 #nav li a{
    padding:10px;
    display: block;
    border-radius: 6px;
    position: relative;
}
.summer2024 #nav li:first-of-type a{
    background:#E5F6EF;
    border: 1px solid #00a764;
}
.summer2024 #nav li:last-of-type a{
    background:#FFE0E4;
    border: 1px solid #e95e71;
}
.summer2024 #nav li:first-of-type a:before{
    content:"";
	width: 4px;
	height: 4px;
	border-top: 2px solid #00a764;
	border-right: 2px solid #00a764;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    position: absolute;
    right:15px;
    top:calc(50% - 2px);
}
.summer2024 #nav li:last-of-type a:before{
    content:"";
	width: 4px;
	height: 4px;
	border-top: 2px solid #e95e71;
	border-right: 2px solid #e95e71;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    position: absolute;
    right:15px;
    top:calc(50% - 2px);
}
@media screen and (max-width: 750px){
    :root {
    /* spacer */    
    --spacer:5px;
    }
    
    .summer2024 .d-flex{
    flex-direction: column;
    }
    .summer2024 .d-flex&gt;*{
    width:100%!important;
    }
    .summer2024 .d-sp{
    display:block;
    }
	.summer2024 .d-pc{
    display:none;
    }
    #timep h1{
        font-size:min(7.4vw,30px) !important;
        letter-spacing: 0!important;
    }
    .summer2024 h2{
        font-size:1.625rem!important;
        letter-spacing: 0!important;
    }
    .summer2024 h3{
        font-size: 18px!important;
    }
    .summer2024 h4{
    font-size: 1.1rem!important;
    }
    .summer2024 h2 span{
    font-size: 1rem !important;
    }
}
@media screen and (max-width: 390px){
}
.summer2024 .pagecap {
 margin-bottom: 50px;
}
.summer2024 .title{
    margin-bottom:30px;
}
.summer2024 #link_box{
	background: #eaf5fc;
	padding-top: 50px;
	padding-bottom: 50px;
}
.summer2024 #link_box .box{
	margin: auto;
	max-width: 1000px;
	border: 2px solid #00A0E9;
}
.summer2024 #link_box h5{
	text-align: center;
	color: #fff;
	background: #00A0E9;
	line-height: 2.5;
	letter-spacing: 0.2rem;
	font-weight: 600;
}
.summer2024 #link_box a{
	text-decoration: underline;
	color: #225378;
}
.summer2024 #link_box .box p{
	margin: 15px 20px;
	padding-left:1em;
	text-indent:-1em;
}
.summer2024 #link_box .ttl{
	margin-bottom: 30px;
}
.summer2024 #link_box .ttl img{
	width: 60%;
	max-width: 600px;
}
.summer2024 #link_box .click{
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	color: #225378;
	margin-top: 35px;
}
@media screen and (max-width: 750px){
    .summer2024 .pagecap {
		margin-bottom: 20px;
	}
    .summer2024 .pagecap {
		margin-bottom: 20px;
	}
    .summer2024 .title{
    margin-bottom:0px;
    }
	.summer2024 #link_box{
    padding-top: 20px;
    padding-bottom: 20px;
	}
	.summer2024 #link_box .ttl {
	  margin-bottom: 4vw;
	}
	.summer2024 #link_box .ttl img{
		width: 90%;
	}
}
.summer2024-h2 {
    margin-top:min(5.3vw,30px);
    margin-bottom: min(5.3vw,30px);
}

/*#timep*/
#timep h1{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-top: 50px;
}
.ta-r {
    text-align: right;
}
#timep h1 span{
    font-weight: bold;
    font-size:45px;
    color:var(--blue);
}
#timep h1 sup{
    vertical-align: super;
    font-size: 30%; 
    font-weight: normal;
}
#timep small{
    font-size: 70%; 
}
#timep h2{
    background:var(--blue);
    color:var(--white);
    font-size:45px;
    padding:20px 10px 20px 40px;
    letter-spacing: .2em;
    font-weight: bold;
}
#timep h2 span{
    font-size:24px;
    display: block;
    margin-bottom:calc(var(--spacer)*1.5);
    letter-spacing:0em;
    font-weight: normal;
}
.summer2024 .timep-subtitle{
    background:var(--navy);
    padding:10px;
    margin:25px 0 0;
    color:#fff100;
    font-size:24px;
    padding-left:45px;
    display: inline-block;
    position: relative;
    display: block;
}
.summer2024 .timep-subtitle:before{
    position:absolute;
    content:"";
    width:31px;
    height:35px;
    left:10px;
    top:calc(50% - 18px);
    background: url("../img/summer/summer2024_ending.png");
    background-size: cover;
}
.summer2024 .timep-list{
    list-style:none;
    padding:15px;
    background:#EAF6FD;
    border:1px solid var(--navy);
}
.summer2024 .timep-list li{
    margin-bottom:10px;
    padding:5px 5px 0px 1em;
    margin-left:15px;
    font-weight: bold;
    text-indent:-1em;
}
.summer2024 .timep-list li::before {
    content:'â—';
    color:#e86303;
    display: inline;
    position:relative;
    left:-.5em;
}
.summer2024 #timep .d-flex{
    align-items: flex-start;
}
.summer2024 #timep .d-flex &gt; figure{
    width:40%;
}

.summer2024 #timep .d-flex &gt; div{
    width:55%;
} 
@media screen and (max-width: 750px){
    #timep h1 span{
       font-size:min(7.4vw,30px) !important;
    }
     #timep h2{
       text-align: center;
       padding: 10px;
    }
}
/*#kou3*/
.summer2024 #kou3,
.summer2024 #kou12{
    background:var(--navy);
    color:var(--white);
    padding-top:0;
    position:relative;
    display: block;
}
.summer2024 #kou3:before,
.summer2024 #kou12:before{
    position: absolute;
    content:"";
    width:100%;
    height:30px;
    background:#fff;
    left:0;
    top:0;
    z-index: 0;
}
.summer2024 #kou3 .wrap,
.summer2024 #kou12 .wrap{
    z-index: 1;
    position: relative;
}
.summer2024 #kou3 h2,
.summer2024 #kou12 h2{
    color:var(--white);
    font-size:36px;
    line-height: 1.3;
}
.summer2024 #kou3 h2 span,
.summer2024 #kou12 h2 span{
    font-size:24px;
    margin-bottom:15px;
    letter-spacing:0em;
    width:auto;
    color:var(--navy);
    padding:15px 30px;
    display: inline-block;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
}
.summer2024 #kou3 h2 span{
    background:#e5f6ef;
    /*border: 1px solid #00a764;*/
}
.summer2024 #kou12 h2 span{
    background:#ffe0e4;
   /* border: 1px solid #e95e71;*/
}

.summer2024 #kou3 h3,
.summer2024 #kou12 h3{
    color:var(--white);
    font-size:36px;
    line-height: 1.3;
}
.summer2024 #kou3 h3 i,
.summer2024 #kou12 h3 i{
    color:#fff100;
}
.summer2024 #kou3 h4,
.summer2024 #kou12 h4{
    color:var(--white);
    line-height: 1.3;
    font-weight: normal!important;
}
/*#support*/
.summer2024 #support h2{
    color:var(--navy);
    font-size:36px;
    border-top:2px solid var(--navy);
    border-bottom:2px solid var(--navy);
    padding:15px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    
}
@media (max-width:750px) {
    .summer2024 #support h2 {
                padding: 20px 0 !important;
                font-size:28px !important;
                letter-spacing: .1em !important;
    }
}
.summer2024 #support h3{
    font-size:30px;
    line-height: 1.5;
    color:var(--navy);
    border-bottom:2px solid var(--navy);
    padding-bottom:calc(var(--spacer)*1.5);
    margin-bottom:calc(var(--spacer)*1.5);
    font-weight: bold;
}
.summer2024 #support h3 span{
    color:#e86303;
    font-weight: bold;
}
.summer2024 #support article{
    border:4px solid #aad5e9;
    padding:calc(var(--spacer)*2);
    align-items: flex-start;
}
.summer2024 #support article &gt; div{
    width:65%; 
}
.summer2024 #support article &gt; figure{
    width:30%;
}

/*#fee*/
.summer2024 #fee{
    background:var(--blue);
    color:var(--white);
    padding-top:50px;
    margin-top:100px;
}
@media (max-width:750px) {
    .summer2024 #fee {
        padding-top: 20px;
        margin-top: 50px;
    }

}
.summer2024 #fee h2{
    background:#fff67f;
    color:var(--navy);
    font-size:30px;
    text-align: center;
    padding:10px;
    font-weight: bold;
}
.summer2024 #fee h3{
    background:var(--white);
    color:var(--navy);
    padding:10px;
    font-weight: bold;
}
.summer2024 .d-flex &gt; figure{
    width:30%;
}
.summer2024 #fee h4{
    font-size:26px;
    font-weight: bold;
    text-align: left;
    color:var(--white);
    margin-block-start:1em;
    margin-block-end:1em;
}
/*#ending*/
.summer2024 #ending h2{
    color:var(--navy);
    font-size:36px;
    text-align: center;
    padding:10px;
    line-height: 1.5;
}
.summer2024 #ending h2 i{
    color:var(--blue);
    font-weight: bold;
}
.summer2024 #ending h4{
    color:#e86303;
    font-weight: bold;
    font-size: 24px;
}
.summer2024 #ending p{
    text-align: center;
}
@media screen and (max-width: 750px){
    .summer2024 #ending p{
    text-align: left;
    }
    .summer2024 #kou3:before,
    .summer2024 #kou12:before{
    position: absolute;
    content:"";
    width:100%;
    height:5vw;
    background:#fff;
    left:0;
    top:0;
    z-index: 0;
    }
    .summer2024 #kou3 h2 span,
    .summer2024 #kou12 h2 span{
    padding:10px 20px;
    }
    
}


.summer2024 #support {
    margin-top: 100px;
}

.fee-fig {
    margin:30px 0 40px;
}
.fee-shiryo {
    margin-top: 30px;
}

.summer-shiryo {
    text-align: center;
    margin-top: 60px;
}</pre></body></html>