<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 980px) {
    #list6 .bottom {
        height: 1476px;
    }
}
@media screen and (max-width: 960px) {
    #list6 .bottom {
        height: 1456px;
    }
}
@media screen and (max-width: 940px) {
    #list6 .bottom {
        height: 1437px;
    }
}
@media screen and (max-width: 920px) {
    #list6 .bottom {
        height: 1416px;
    }
}
@media screen and (max-width: 900px) {
    #list6 .bottom {
        height: 1395px;
    }
}
@media screen and (max-width: 880px) {
    #list6 .bottom {
        height: 1378px;
    }
}
@media screen and (max-width: 860px) {
    #list6 .bottom {
        height: 1357px;
    }
}
@media screen and (max-width: 840px) {
    #list6 .bottom {
        height: 1336px;
    }
}
@media screen and (max-width: 820px) {
    #list6 .bottom {
        height: 1318px;
    }
}
@media screen and (max-width: 800px) {
    #list6 .bottom {
        height: 1297px;
    }
}
@media screen and (max-width: 780px) {
    #list6 .bottom {
        height: 1276px;
    }
}
@media screen and (max-width: 760px) {
    #list6 .bottom {
        height: 1258px;
    }
}
@media screen and (max-width: 750px) {
/* å…±é€š
--------------------------------------*/
	.wrap {
		width: auto;
		max-width: none;
		margin: 0 20px;
	}
	.container {
		padding: 20px 0 0;
	}
	section {
		margin-top: 40px;
	}

/* ãƒœã‚¿ãƒ³
--------------------------------------*/
	.btn {
		width: 50%;
	}
	.btn a {
		font-size: 10px;
	}
	.btn a:after {
		width: 10px;
		height: 10px;
	}
	.btn2 {
		width: 100%;
	}
	.btn2 a {
		font-size: 12px;
		padding: 20px 0;
	}
	.btn2 a:after {
		width: 17px;
		height: 17px;
		right: 10px;
	}

/* ãƒ˜ãƒƒãƒ€ãƒ¼
--------------------------------------*/
	.hd-top .hd-inn {
		height: 60px;
		justify-content: end;
	}
	.hd-top .hd-inn .logo {
		width: 25%;
		margin-right: 5%;
	}
	h1 {
		padding-top: 70px;
	}
	
/* ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³
--------------------------------------*/
	.nav-pc {
		display: none;
	}
	.nav-sp {
		display: block;
	}
	.navToggle {
		display: block;
	}
	header nav.globalMenuSp {
		position: absolute;
		z-index: 111111;
		top: 70px;
		left: 0;
		background: #FA808B;
		color: #000;
		transform: translateY(-230%);
		transition: all 0.6s;
		width: 100%;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	header nav.globalMenuSp ul {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	nav.globalMenuSp ul li {
		font-size: 16px;
		font-family: æ¸¸æ˜Žæœ,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGSæ˜ŽæœE,ãƒ¡ã‚¤ãƒªã‚ª,Meiryo,serif;
		font-weight: bold;
		list-style-type: none;
		width: 100%;
		border-bottom: solid 1px #FFFFFF;
	}
	nav.globalMenuSp ul li:last-child {
		border-bottom: none;
	}
	.hed_close {
		color: #fff;
		text-align: center;
		background-color: #1e8ade;
		padding: 10px 0;
		margin: 3% 3% 0;
	}
	nav.globalMenuSp ul li a {
		display: block;
		color: #FFFFFF;
		padding: 10px 20px;
	}
	/* ã“ã®ã‚¯ãƒ©ã‚¹ã‚’ã€jQueryã§ä»˜ä¸Žãƒ»å‰Šé™¤ã™ã‚‹ */
	nav.globalMenuSp.active {
		transform: translateY(0%);
	}
	.navToggle {
		display: block;
		position: absolute;
		right: 0;
		top: 20px;
		width: 60px;
		height: 42px;
		cursor: pointer;
		z-index: 11111;
		text-align: center;
	}
	.navToggle span {
		display: block;
		position: absolute;    /* .navToggleã«å¯¾ã—ã¦ */
		width: 50px;
		border-bottom: solid 5px #FA808B;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 6px;
	}
	.navToggle span:nth-child(1) {
		top: 6px;
	}
	.navToggle span:nth-child(2) {
		top: 18px;
	}
	.navToggle span:nth-child(3) {
		top: 30px;
	}
	.navToggle span:nth-child(4) {
		border: none;
		color: #eee;
		font-size: 9px;
		font-weight: bold;
		top: 34px;
	}
	/* æœ€åˆã®spanã‚’ãƒžã‚¤ãƒŠã‚¹45åº¦ã« */
	.navToggle.active span:nth-child(1) {
		top: 18px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	/* 2ç•ªç›®ã¨3ç•ªç›®ã®spanã‚’45åº¦ã« */
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.navToggle span {
		width: 35px;
		border-bottom: solid 5px #FA808B;
	}

/* å†™çœŸã&nbsp;ã‘ã®æˆäººå¼
--------------------------------------*/
	#list1 .top .inn .photo1,
	#list1 .top .inn .photo2 {
		display: none;
	}
	#list1 .bottom {
		margin: 20px 0 30px;
	}

/* ç¬‘é¡”å‰µé€&nbsp;å†™çœŸé¤¨ãƒ‹ã‚³ãŒé¸ã°ã‚Œã‚‹3ã¤ã®ç†ç”±
--------------------------------------*/
	#list2 .bottom .box {
		margin-top: 20px;
	}
	#list2 .bottom .titlebox {
		height: auto;
	}
	#list2 .bottom .titlebox .icon {
		width: 50px;
		left: 15px;
	}
	#list2 .bottom .titlebox .subtitle {
		font-size: 20px;
		line-height: 1.5;
		padding: 10px 10px 10px 80px;
	}
	#list2 .bottom .txtbox .inn {
		padding: 15px;
		display: block;
	}
	#list2 .bottom .txtbox .inn .left {
		width: auto;
	}
	#list2 .bottom .txtbox .inn .left .txt {
		font-size: 14px;
	}
	#list2 .bottom .txtbox .inn .right {
		text-align: center;
	}
	#list2 .bottom .txtbox .inn .right .photo {
		padding: 10px 40px 0;
	}

/* å……å®Ÿã®æˆäººå†™çœŸ7å¤§ç‰¹å…¸
--------------------------------------*/
	#list3 .itemarea {
		margin-bottom: 40px;
	}
	#list3 .itemarea .inn {
		padding: 15px;
	}
	#list3 .itemarea .box {
		margin-top: 20px;
	}
	#list3 .itemarea .box .inn .icon img {
		width: 140px;
	}
	#list3 .itemarea .box .inn .icon span {
		font-size: 12px;
		margin-left: 10px;
	}
	#list3 .itemarea .box .inn {
		padding: 15px;
	}
	#list3 .itemarea .box2 {
		display: block;
	}
	#list3 .itemarea .box2 .left {
		width: auto;
	}
	#list3 .itemarea .box2 .left .title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#list3 .itemarea .box2 .left .txt {
		font-size: 14px;
	}
	#list3 .itemarea .box2 .right .photo {
		text-align: center;
		padding: 10px 60px 0;
	}

/* å¤§äººæ°—!!4ç¨®é¡žã®20thANNIVERSARYPHOTOGRAPH
--------------------------------------*/
	#list4 .itemarea {
		margin-bottom: 30px;
	}
	#list4 .itemarea .inn {
		padding: 15px;
	}
	#list4 .itemarea .inn .top .txt {
		font-size: 14px;
	}

/* å–ã‚Šæ‰±ã„ã—ã¦ã„ã‚‹æŒ¯è¢–ã®ã”ç´¹ä»‹
--------------------------------------*/
	#list5 {
		padding: 40px 0;
	}
	#list5 .bottom {
		margin-top: 20px;
	}
	#list5 .bottom .inn {
		padding: 15px;
		display: block;
	}
	#list5 .bottom .inn .left {
		width: auto;
	}
	#list5 .bottom .inn .left .title {
		font-size: 25px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	#list5 .bottom .inn .left .title span {
		letter-spacing: 0.1em;
	}
	#list5 .bottom .inn .left .txt {
		font-size: 14px;
	}
	#list5 .bottom .inn .right {
		text-align: center;
		margin-top: 10px;
	}

/* ç¬‘é¡”å‰µé€&nbsp;å†™çœŸé¤¨ãƒ‹ã‚³ã§æ’®å½±ã—ãŸæ–¹ã®ãŠå†™çœŸ
--------------------------------------*/
	#list6 .bottom {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	#list6 .bottom .inn {
		padding: 15px;
	}
	#list6 .bottom .inn ul {
		display: block;
		text-align: center;
	}
	#list6 .bottom .inn ul li {
		margin-bottom: 10px;
	}
	#list6 .bottom .inn ul li:last-child {
		margin-bottom: 0;
	}

/* æŒ¯è¢–é¸ã³ã‹ã‚‰æ’®å½±ã¾ã§6STEP
--------------------------------------*/
	#list7 {
		padding: 40px 0;
	}
	#list7 .bottom .box {
		margin-top: 20px;
	}
	#list7 .bottom .titlebox {
		height: auto;
	}
	#list7 .bottom .titlebox .icon {
		width: 50px;
		left: 15px;
	}
	#list7 .bottom .titlebox .subtitle {
		font-size: 20px;
		line-height: 1.5;
		padding: 10px 10px 10px 80px;
	}
	#list7 .bottom .txtbox .inn {
		padding: 15px;
		display: block;
	}
	#list4 .itemarea .inn ul li {
		margin-bottom: 20px;
	}
	#list7 .bottom .txtbox .inn .left {
		width: auto;
		margin-top: 0;
	}
	#list7 .bottom .txtbox .inn .left .txt {
		font-size: 14px;
	}
	#list7 .bottom .txtbox .inn .right {
		text-align: center;
	}
	#list7 .bottom .txtbox .inn .right .photo {
		padding: 10px 40px 0;
	}

/* ç¬‘é¡”å‰µé€&nbsp;å†™çœŸé¤¨ãƒ‹ã‚³ã§ãŠå®¢æ§˜ã®å£°
--------------------------------------*/
	#list8 .bottom {
		margin-top: 20px;
	}
	#list8 .bottom .inn {
		padding: 15px;
	}
	#list8 .bottom .inn .box {
		display: block;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#list8 .bottom .inn .box .left {
		text-align: center;
		margin-bottom: 10px;
	}
	#list8 .bottom .inn .box .right {
		width: auto;
		font-size: 14px;
	}
    #list8 .bottom .inn .box .right .voice_tit {
        font-size: 16px;
        margin-bottom: 0.5em;
    }

/* ã‚ˆãã‚ã‚‹ã”è³ªå•
--------------------------------------*/
	#list9 {
		padding: 40px 0;
	}
	#list9 .bottom {
		margin: 20px 0 30px;
	}
	#list9 .bottom .inn {
		padding: 15px;
	}
	#list9 .bottom ul li {
		padding-left: 0;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#list9 .bottom ul li .question .icon {
		min-width: 40px;
	}
	#list9 .bottom ul li .question .txt {
		width: auto;
		font-size: 14px;
		margin-left: 10px;
	}
	#list9 .bottom ul li .answer .icon {
		min-width: 40px;
	}
	#list9 .bottom ul li .answer .txt {
		width: auto;
		font-size: 14px;
		margin-left: 10px;
	}

/* ãƒˆãƒƒãƒ—ã¸æˆ»ã‚‹
--------------------------------------*/
	.page-box {
		display: none;
	}
}
@media screen and (max-width: 740px) {
    #list6 .bottom {
        height: 1155px;
    }
}
@media screen and (max-width: 720px) {
    #list6 .bottom {
        height: 1134px;
    }
}
@media screen and (max-width: 700px) {
    #list6 .bottom {
        height: 1113px;
    }
}
@media screen and (max-width: 680px) {
    #list6 .bottom {
        height: 1095px;
    }
}
@media screen and (max-width: 660px) {
    #list6 .bottom {
        height: 1074px;
    }
}
@media screen and (max-width: 640px) {
    #list6 .bottom {
        height: 1053px;
    }
}
@media screen and (max-width: 620px) {
    #list6 .bottom {
        height: 1035px;
    }
}
@media screen and (max-width: 600px) {
    #list6 .bottom {
        height: 1014px;
    }
}
@media screen and (max-width: 580px) {
    #list6 .bottom {
        height: 993px;
    }
}
@media screen and (max-width: 560px) {
    #list6 .bottom {
        height: 975px;
    }
}
@media screen and (max-width: 540px) {
    #list6 .bottom {
        height: 954px;
    }
}
@media screen and (max-width: 520px) {
    #list6 .bottom {
        height: 933px;
    }
}
@media screen and (max-width: 500px) {
    #list6 .bottom {
        height: 915px;
    }
}
@media screen and (max-width: 480px) {
    #list6 .bottom {
        height: 894px;
    }
}
@media screen and (max-width: 460px) {
    #list6 .bottom {
        height: 873px;
    }
}
@media screen and (max-width: 440px) {
    #list6 .bottom {
        height: 855px;
    }
}
@media screen and (max-width: 420px) {
    #list6 .bottom {
        height: 834px;
    }
}
@media screen and (max-width: 400px) {
    #list6 .bottom {
        height: 813px;
    }
}
@media screen and (max-width: 380px) {
    #list6 .bottom {
        height: 795px;
    }
}
@media screen and (max-width: 375px) {
    #list6 .bottom {
        height: 790px;
    }
}
@media screen and (max-width: 330px) {
	.btn a:after,
	.btn2 a:after {
		content: none;
	}
}</pre></body></html>