<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	margin: 0px;
	padding: 0px;
	font-family: '敺株��迤暺煾��', Arial, sans-serif;
	overflow-x: hidden;
	color: #333;
	background: #fff;
}



/**comm**/

input[type="button"]:active {
	outline: none;
	border: none;
}

input, select {
	height: 50px;
	padding: 10px 15px !important;
	line-height: 30px;
	border: 0;
	border-radius: 5px;
	background: #f2f2f2;
}

* {
	box-sizing: border-box;
}
 
*:focus {
	outline: 0 !important;
}

a:hover{
	text-decoration: none !important;
}

h2 {
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 0.5px;
}

h3 {
	letter-spacing: 0.5px;
}

p {
	font-size: 16px;
	line-height: 25px;
	text-align: justify;
}

p + p {
	margin-top: 15px;
}

.button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	width: 100%;
	max-width: 200px;
	height: 50px;
	margin: 0 5px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	border-radius: 5px;
	transition: .3s;
	cursor: pointer;
}

.button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 0;
	height: 100%;
	border-radius: 5px;
	transition: .3s;
}

.button:hover:before {
	width: 100%;
}

.button_content {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.type_a {
	background: #009ade;
}

.type_a:before {
	background: #0bc8d9;
}

.type_c {
	background: #333;;
}

.type_c:before {
	background: #555;;
}

.back_white {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.show_box_area {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.show_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc( 100% - 20px );
    padding: 50px;
	border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.25);
    z-index: 9999999;
}

.show_box_big {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px;
    background: #fff;
    z-index: 9999999;
    max-width: 1200px;
}

.show_box_big &gt; img {
	max-width: 100px;
}

.show_box_big h2 {
	width: 100%;
	padding: 12.5px;
	margin-bottom: 25px;
	text-align: center;
	border-bottom: #aaa 1px solid;
}

.show_box_big h2 span {
	font-weight: 100;
}

.close_button {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    cursor: pointer;
}

/****PWA��鞟內��****/

.show_box .title {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

    .show_box .title .subtitle {
        font-size: 18px;
        font-weight: 400;
        margin-top: 10px;
    }

.download_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .download_list li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 23px;
        color: #333;
    }

    .download_list img {
        position: relative;
        top: 0;
        width: 250px;
        height: 250px;
        margin: 25px 12.5px;
        background: #f2f2f2;
        object-fit: none;
        object-position: center;
        transition: .2s;
    }

    .download_list li a:hover img {
        top: -5px;
    }



/**2021-04-14 靽格㺿��见��**/

.advisory_inside {
	background: #f2f2f2 url("../images/advisory_BG.jpg") center left no-repeat;
	background-size: contain;
}

.advisory_inside .wrapper_inside {
	width: 658px;
	margin-left: 50%;
}

.advisory_inside .advisory_input {
	flex-direction: column;
	padding: 25px;
	border-radius: 8px;
	background: #fff;
}

.advisory_inside .advisory_input input, .advisory_inside .advisory_input select {
	width: 100%;
}

/**2021-04-14 靽格㺿蝯鞉��**/

/**隢株岷銵典鱓**/

.advisory_input {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.advisory_input select {
	background: #f2f2f2 url('../images/arrow_down.svg') right bottom no-repeat;
	background-size: contain;
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
	.advisory_input select {
		background: #f2f2f2;
	}
}

.advisory_input input, .advisory_input select {
	width: calc( 100%/3 - 50px/3 );
	margin-bottom: 25px;
}

.advisory_input select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.accept {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	margin-bottom: 15px;
}

.accept input[type='checkbox'] {
	display: none;
}

.accept label {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	border: #f2f2f2 5px solid;
	border-radius: 20px;
	background: #f2f2f2;
}

input[type='checkbox']:checked + label {
	background: #009ade !important;
}

.accept a {
	color: #009ade;
	text-decoration: underline;
}


.button_area {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 50px;
}




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

	/**comm**/

	h2 {
		font-size: 20px;
		line-height: 28px;
	}

	p {
		font-size: 14px;
		line-height: 20px;
	}

	p + p {
		margin-top: 10px;
	}

    input, select {
        height: 35px;
		padding: 0 15px !important;
        line-height: 35px !important;
    }

	.button {
		height: 35px;
		font-size: 14px;
	}

	/**�蒈�亥酉��**/


	.show_box_big {
		padding: 30px;
	}

	.show_box_big h2 {
		margin-bottom: 15px;
	}

	.accept {
		font-size: 12px;
	}

	.notice {
		font-size: 14px;
	}

	
	.button_area {
		margin-top: 10px;
	}

	.advisory_input {
		flex-direction: column;
	}

	.advisory_input input, .advisory_input select {
		width: 100%;
		margin-bottom: 5px;
	}

	.show_box_big &gt; img {
		max-width: 50px;
		margin-bottom: 15px;
	}
    .close_button {
        position: absolute;
        top: 9px;
        right: 9px;
        width: 15px;
        cursor: pointer;
    }
    /****PWA��鞟內��****/

    .show_box .title {
        font-size: 20px;
    }

        .show_box .title .subtitle {
            font-size: 12px;
        }

    .download_list {
        margin-bottom: 25px;
    }

        .download_list li a {
            font-size: 16px;
        }

        .download_list img {
            width: 100px;
            height: 100px;
            margin: 25px 12.5px 10px;
            object-fit: contain;
        }
}

/**2021-04-14 靽格㺿��见��**/

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

	.advisory_inside {
		background: #f2f2f2 url("../images/advisory_BG.jpg") center right no-repeat;
		background-size: cover;
	}

	.advisory_inside .wrapper_inside {
		max-width: 100%;
		width: calc( 100% - 50px );
		margin: 0 25px;
	}

}

/**2021-04-14 靽格㺿蝯鞉��**/







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