@charset "UTF-8";

/* =========================================================
 COMMON
========================================================= */
/*body {
	color: #262626;
	line-height: 1.6;
	width: 100%;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
}*/

img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

.heading-lv1-text {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 34px;
	font-weight: bold;
	color: #262626;
}

.is-sp {
	display: inline-block;
}

/* =========================================================
 HEADER
========================================================= */
.l-header {
	width: 100%;
}

.p-header {
	position: relative;
	padding: 24px;
}

.p-header__content__logo {
	margin: 0;
}

.p-header__content__logo__image {
	width: auto;
	height: 24px;
}

/* =========================================================
 DOWNLOAD SINGLE
========================================================= */
.wrapper-hidden {
	width: 100%;
}

.download-single {
	padding: 40px 24px 0;
}

.download-single_block_area {
	width: calc(100vw - 48px);
	padding: 24px;
	background-color: #F7FAFD;
	margin-bottom: 24px;
}

.download-single_block_fig {
	width: 100%;
	height: 160px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0;
}

.download-single_block_desc {
	margin-bottom: 48px;
}

.download-single_block_desc h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}

.download-single_block_desc ul {
	padding: 0;
}

.download-single_block_desc ul li {
	list-style-type: disc;
	margin-left: 24px;
}

.download-single_block_desc p {
	margin-bottom: 16px;
}

.download-single_form_desc {
	font-weight: bold;
	margin-bottom: 24px;
}

.download-single_form iframe {
	height: 1000px;
	width: 100%;
}

p.form-note {
	font-size: 12px !important;
	text-align: center !important;
}

/* =========================================================
 FOOTER
========================================================= */
#fb-root {
	position: relative;
}

.fb_reset div {
	position: absolute;
	top: -10000px;
	width: 0;
	height: 0;
}

.p-footer {
	padding: 20px;
	text-align: center;
}

.p-footer__address {
	font-size: 14px;
	font-style: normal;
	margin: 0;
}

/* =========================================================
 PC VIEW
========================================================= */
@media screen and (min-width: 768px) {
	.heading-lv1-text {
		font-size: 3.2rem;
		margin-bottom: 32px;
	}

	.is-sp {
		display: none !important;
	}

	.p-header {
		padding: 36px;
	}

	.download-single {
		width: 1000px;
		padding: 90px 24px 72px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
	}

	.download-single .heading-lv1-text {
		width: 100%;
	}

	.download-single_block {
		width: 500px;
	}

	.download-single_block_area {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 32px;
	}

	.download-single_block_fig {
		height: 290px;
	}

	.download-single_block_desc p {
		margin-bottom: 24px;
	}

	.download-single_form {
		width: 420px;
	}
}