<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


@media all and (max-width: 729px) {

/* ------------------------------------------

browser style clear

------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}

ul,li,dl,dt,dd{
	list-style: none;
}

img{
	vertical-align: top;
}

a img{
	border: none;
}

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 2.2;
	letter-spacing: 1.5px;
	-webkit-font-smoothing: antialiased;
}

/*============================
#header
============================*/
header {
	position: fixed;
	width: 100%;
	height: 15.07vw;
	background-color: #fff;
	z-index: 9999;
}
header .hd_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
header .hd_wrapper .hd_logo {
	position: absolute;
	top: 50%;
	left: 2.667vw;
	transform: translateY(-50%);
	width: 33.12vw;
	margin: 0 !important;
}
header .hd_wrapper .hd_btn {
	position: absolute;
	top: 50%;
	right: 2.667vw;
	transform: translateY(-50%);
}
header .hd_wrapper .hd_btn li {
	display: inline-block;
	margin-left: 5px;
}
header .hd_wrapper .hd_btn li:first-child {
	width: 27.4vw;
}
header .hd_wrapper .hd_btn li:last-child {
	width: 27.4vw;
}
header .hd_wrapper img {
	width: 100%;
	height: auto;
}

/*============================
footer
============================*/
footer {
	width: 100%;
	background: #0560af;
	text-align: center;
	height: 40px;
}
footer p {
	margin: 0;
	padding-top: 10px;
	color: #fff;
	font-size: 10px;
}

/*============================
common
============================*/
body {
	width: 100%;
	position: relative;
}

div#container {
	background-color: #ffffff;
	width: 100%;
}

div#container img{
	width: 100%;
}

.inner {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}

.SPonly {
	display: block;
}

.PConly {
	display: none;
}

/*============================
entry-area
============================*/
.entry-area {
	background-color: #ffffff;
	padding: 20px 15px;
	text-align: center;
}
.entry-area .inner a:last-child {
	display: block;
	margin-top: 10px;
}
.entry-area img {
	width:100%;
	height: auto;
}

/*============================
#index
============================*/
#index div.main {
	width: 100%;
	margin: 0 auto;
	padding-top: 16vw;
}
#index div.main img {
	width: 100%;
	height: auto;
}

#index div#container {
	width: 100%;
	height: auto;
}

#index div.contents01 {
	padding-bottom: 20px;
	background-color: #f9ea47;
}
#index div.contents01 ul.block-video {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(765 / 735 * 100%);
	margin-left: calc(15 / 735 * -100%);
	margin-bottom: 0px;
}
#index div.contents01 ul.block-video li {
	width: calc(320 / 735 * 100%);
	margin-left: calc(15 / 735 * 100%);
	margin-right: calc(15 / 735 * 100%);
	margin-bottom: 15px;
}
#index div.contents01 ul.block-video li .video {
	margin: 0 auto;
	padding: 5px 5px 0;
	background-color: #FFF;
}
#index div.contents01 ul.block-video li .video video {
	width: 100%;
	height: auto;
}

#index div.contents02 {
	margin: 0 auto;
	padding: 0 0 40px;
	background-image:url(../images/sp_contents02_bg.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
}
#index div.contents02 ul.banner li {
	margin-bottom: 10px;
}
#index div.contents02 ul.banner li a.disabled {
	display: block;
	opacity: .4;
	pointer-events: none;
}

#index div.contents03 {
	margin: 0 auto;
	padding: 0 0 30px;
	background-image:url(../images/sp_contents03_bg.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
}

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