@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, dialog {
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
	color:#666;
	line-height:1.6;
}

table {
	border-collapse:collapse;
}

img {
	vertical-align:bottom;
}

ul {
	list-style:none;
}

a {
	color: #0093d6;
}

/* --------- header --------- */

#header {
	border-bottom: 1px solid #888;
}

h1 {
	background: url(/img/first/head_rogo_red.jpg) top left no-repeat;
	text-indent: -9999px;
	margin: 15px 0 10px 15px;
}

/* --------- eye_catch --------- */

.eye_catch {
	background: #fff;
	position: relative;
	padding-bottom: 50px;
}
.eye_catch .inner {
	width: 760px;
	margin: 0 auto;
	padding-top: 56px;
	}
	.catch {
		display: block;
		margin: 0 auto 40px;
		}
		#slider {
			margin-bottom: 50px;
		}
	.top_img {
		display: block;
		margin: 0 auto;
		}
	#prevBtn, #nextBtn {
		display: none;
		}
	a.btn_sp {
		position: absolute;
		top: 8px;
		right: 8px;
		background: #17ab5e;
		padding: 2px 5px;
		display: block;
		font-size: 12px;
		}
		a.btn_sp:link { color: #fff;text-decoration: none; }
		a.btn_sp:visited { color: #fff;text-decoration: none; }
		a.btn_sp:hover { color: #fff;text-decoration: none;opacity: 0.7; }

a.btn_down {
	color: #f22401;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	text-decoration: none;
	display: flex;
	justify-content: center;
}
a.btn_down::after {
	content: "";
	width: 13px;
	height: 13px;
	border-right: 2px solid #f22401;
	border-bottom: 2px solid #f22401;
	transform: rotate(45deg) translate(7px, -3px);
}
a.btn_down::hover {
	opacity: 0.7;
}

.topic_01 {
	background: #0093d6;
	color: #fff;
}
[class*="topic_"] .inner {
	width: 960px;
	margin: 0 auto;
	padding: 60px 0 60px;
}
[class*="topic_"] h2 {
	font-size: 28px;
	margin-bottom: 30px;
}
.topic_01 .inner {
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
}
.topic_01 h2 {
	color: #fff;
}
.topic_01 p {
	width: 50%;
}
.topic_02 {
	background: #fff;
}
.topic_02 h2 {
	color: #0093d6;
}
.topic_02 ul {
	font-size: 12px;
	margin: 10px 0 25px 0;
}
.topic_02 table {
	width: 100%;
	margin: 30px 0 15px;
}
.topic_02 table td, .topic_02 table th {
	border: 1px solid #bbb;
	text-align: center;
}
.topic_02 table td {
	padding: 8px 10px;
}
.topic_02 table thead th {
	padding: 12px 10px;
	line-height: 1.1;
}
.topic_02 table thead th span {
	font-size: 11px;
}
.topic_02 table thead th:not(:first-child) {
	color: #fff;
	width: 20%;
}
.topic_02 table thead th:nth-of-type(2) {
	background: #17ab5e;
	border-color: #17ab5e;
}
.topic_02 table thead th:nth-of-type(3) {
	background: #0093d6;
	border-color: #0093d6;
}
.topic_02 table thead th:nth-of-type(4) {
	background: #12aff7;
	border-color: #12aff7;
}
.topic_02 table tbody tr:nth-child(odd) td { background: #f3f3f3; }
.topic_02 table .bg_bl { background: #0093d6; color: #fff; }
.topic_02 table .bg_gr { background: #17ab5e; color: #fff; }

.topic_cta {
	background: #f1f1f1;
	text-align: center;
}
.topic_cta .btn_dw {
	background: #f12d00;
	color: #fff;
	font-size: 22px;
	width: 400px;
	margin: 30px auto 50px;
	text-align: center;
	padding: 8px 0;
	position: relative;
	font-weight: 700;
}
.topic_cta .btn_dw:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(241, 45, 0, 0);
	border-top-color: #f12d00;
	border-width: 15px;
	margin-left: -15px;
}
.topic_cta .qr_spurl {
	margin: 30px auto 20px;
	display: block;
}
.topic_cta .alert {
	text-align: center;
	border: 2px solid #eeb2b2;
	background: #f9e5e5;
	padding: 15px 45px;
	border-radius: 5px;
	width: fit-content;
	margin: 0 auto 20px;
}
.topic_cta .alert a {
	margin-top: 8px;
	display: inline-block;
}
.topic_dl h2 + div {
	display: flex;
	align-items: center;
	border: 1px solid #aaa;
	padding: 20px 30px;
	border-radius: 10px;
	width: 60%;
	margin-bottom: 20px;
}
.topic_dl h2 + div img {
	margin-right: 40px;
}
.topic_dl .url a {
	display: block;
	margin: 10px 0;
}
.topic_dl h3 {
	font-size: 20px;
	margin: 30px 0 10px;
}
.topic_dl.ios {
	border-top: 1px solid #aaa;
}

/* --------- footer --------- */

.copy{
	text-align:center;
	color:#888;
	background-color:#e4e4e4;
	margin: 0;
	padding: 40px 0 20px;
	clear:both;
}

.copy a:link{
	color:#888;
}
.copy a:visited{
	color:#888;
}
.copy a:hover{
	color:#888;
}

a:hover {
	opacity: 0.8;
	}
.modal-content {
	position: fixed;
	display: none;
	z-index: 200;
	width: 80%;
	max-width: 600px;
	margin: 0;
	padding: 24px 30px;
	background: #fff;
	border-radius: 8px;
	}
.modal-qr {
	margin: 0 auto 12px;
	display: block;
	}
.modal-btn {
	border: 1px solid #0093d6;
	background: #fff;
	width: 135px;
	height: 135px;
	box-sizing: border-box;
	color: #0093d6;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 32px 8px 0;
	margin: 0 auto 20px;
	cursor: pointer;
	}
.modal-btn:hover {
	opacity: 0.8;
	}
.modal-close {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	background: #fff;
	color: #f26149;
	border: 2px solid #0093d6;
	border-radius: 18px;
	box-sizing: border-box;
	}
.modal-close:before {
	content: "";
	position: absolute;
	right: 13px;
	top: 12px;
	display: block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #0093d6;
	transform: rotate(45deg);
	}
.modal-close:after {
	content: "";
	position: absolute;
	right: 12px;
	top: -1px;
	display: block;
	width: 20px;
	height: 20px;
	border-right: 2px solid #0093d6;
	transform: rotate(45deg);
	}
	.modal-close:hover {
		opacity: 1.0;
		}
.app_badge {
	display: block;
	margin: 0 auto 20px;
	}
.app_badge:hover {
	cursor: pointer;
	opacity: 0.8;
	}
.modal-badge {
	margin: 0 auto;
	display: block;
	}
	.modal-badge:hover {
		opacity: 0.8;
		}
.modal-content p {
	text-align: center;
	font-size: 15px;
	color: #666;
}
.modal-overlay {
	z-index: 100;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.75);
}
.modal-button {
	display: block;
	width: 240px;
	height: 60px;
	line-height: 60px;
	border: 2px solid #f5696c;
	border-radius: 8px;
	text-align: center;
	margin: 25px auto 0;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	color: #f5696c;
}
