<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #PC ========================================================================================================== */
.textbox1 {
    height: auto;
    width: 900px;
    float: left;
    margin-top: 60px;
    margin-bottom: 45px;
    margin-left: 100px;
    text-align: left;
}
.list {
	height: auto;
	width: 960px;
	float: left;
	margin-left: 20px;
    margin-bottom: 20px;
}
.list ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.list li {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 0px;
    text-decoration: none;
    display: block;
    height: auto;
    width: 100%;
    position : relative;
    float: left;
}
.list li.hn1 {
    width: 150px;
    padding-left: 20px;
    color: #004bc3;
    font-weight: bold;
}
.list li.hn2 {
	width: 760px;
	padding-left: 25px;
	border-left: 5px solid #004bc3;
}
.list li.hn3 {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
}
.list li.hn4 {
    width: 760px;
    padding-left: 25px;
    margin-left: 170px;
    border-left: 5px solid #0064b9;
}
.list li.hn5 {
    width: 785px;
    margin-left: 170px;
    height: 1px;
    background-color: #CCCCCC;
}
.button_area {
	width: 600px;
	height: auto;
	margin-left: 280px;
	float: left;
}
.button {
    width: 200px;
    color: #ffffff;
    background: #004bc3;
    font-size: 16px;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 8px 0 8px 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 100px;
    float: left;
    font-family: "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bold;
}
a.button:hover {
	background-color: #0DA3F4;
	color: #ffffff;
	text-decoration: none;
}

/* #ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³ ========================================================================================================== */
@media only screen and (max-width: 750px) {
.textbox1 {
    width: 680px;
    text-align: justify;
    margin-left: 35px;
}
.list {
	width: 650px;
	margin-left: 50px;
}
.list li {
    font-size: 24px;
}
.list li.hn1 {
    width: 646px;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border: 2px solid #004BC3;
    font-size: 29px;
    line-height: 35px;
    font-family: "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", serif;
}
.list li.hn2 {
    width: 650px;
    padding-left: 0px;
    border-width: 0px;
    margin-top: 5px;
    margin-bottom: 50px;
    border-left-size: 0px;
}
.list li.hn3 {
    display: none;
}
.list li.hn4 {
    width: 100%;
    padding-top: 25px;
    padding-left: 0px;
    border-width: 0px;
    margin-top: -20px;
    margin-bottom: 50px;
    margin-left: 0px;
    border-left: 0px solid #00af46;
    border-top: 2px solid #cccccc;
}
.list li.hn5 {
    display: none;
}
.button_area {
    width: 690px;
    margin-left: 35px;
	margin-top: 40px;
    margin-bottom: 100px;
}
.button {
	width: 48%;
	font-size: 30px;
	padding: 10px 0 10px 0;
	margin-left: 0%;
	margin-right: 2%;
}


}/* @media only screen and (max-width: 750px) */
</pre></body></html>