@charset "utf-8";

@import url("./module.css");

/* Page Header ----------------------------------------- */

.pageHead {
	width: 100%;
	height: 300px;
	padding: 0 20px;
}

.pageHead > div {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.pageHead h1 {
	width: 100%;
	max-width: 350px;
}

.pageHead h1 img {
	max-width: none;
	width: 100%;
}

.pageHead p {
	margin-top: 1em;
	line-height: 1.5;
	font-size: clamp(1.3rem,2.08vw,2rem);
	color: #fff;
}

main {
	background: url("../images/document/main_bg.webp") center top no-repeat;
	background-size: cover;
}

section#document {
	padding: 0 20px 17.708%;
}

.doc-list ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	gap: 5rem 0;
}

.doc-list ul li {
	width: 40%;
}

/* お問い合わせ */
/*
section#download {
	position: relative;
	padding: 0 20px 17.708%;
}

section#download .guideBox {
	width: 100%;
	max-width: 650px;
	margin: 0 auto 3.125%;
	color: #FFFFFF;
}

section#download .guideBox p.lead {
	margin: 0 0 30px;
	text-shadow: 0 0 3px rgba(0,0,0,.8);
	text-align: left;
}

section#download .guideBox .thumbnailList {
	padding: 30px 0;
}

section#download .guideBox .thumbnailList ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
}

section#download .guideBox .thumbnailList ul li {
	width: 22.225%;
	margin: 0 5.556% 5.556%;
}

section#download .guideBox .thumbnailList ul li:last-of-type {
	width: 31.484%;
}

section#download .guideBox .thumbnailList ul li span {
	display: block;
	margin-top: 1rem;
	line-height: 1.5;
	font-weight: bold;
	font-size: 1.2rem;
}

section#download .guideBox > ul {
	line-height: 1.6;
	font-size: 1.4rem;
	text-shadow: 0 0 3px rgba(0,0,0,.8);
}

section#download .guideBox ul li + li {
	margin-top: .5em;
}

section#download .sectionInr {
	padding: 7.2% 20px;
	border-radius:  20px;
	background-color: rgba(0, 0, 0, .8);
	color: #FFFFFF;
}
*/
/* フォーム関連 */
/*
.mw_wp_form {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

.mw_wp_form ul.formState {
	display: flex;
	flex-flow: row nowrap;
	list-style-type: none;
	width: 100%;
	margin: 0 0 30px;
	border: 2px solid #304396;
}

.mw_wp_form ul.formState li {
	position: relative;
	width: calc(100% / 3);
	height: 36px;
	background-color: #FFFFFF;
	text-align: center;
	color: #304396;
	box-sizing: border-box;
}

.mw_wp_form ul.formState li span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 1.2;
}

.mw_wp_form ul.formState li:nth-of-type(1) span {
	padding: 0;
}
.mw_wp_form ul.formState li:nth-of-type(2) span {
	padding: 0 0 0 14px;
}
.mw_wp_form ul.formState li:nth-of-type(3) span {
	padding: 0 10px 0 18px;
}

.mw_wp_form ul.formState li:nth-of-type(1)::after,
.mw_wp_form ul.formState li:nth-of-type(2)::after {
	content: "";
	display: block;
	width: 22px;
	height: 100%;
	position: absolute;
	right: -18px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/bg_progress_arw_w.png) right center no-repeat;
	z-index: 5;
}

.mw_wp_form.mw_wp_form_input ul.formState li:nth-of-type(1) {
	background-color: #304396;
	color: #FFFFFF;
}
.mw_wp_form.mw_wp_form_input ul.formState li:nth-of-type(1)::after {
	background: url("../images/bg_progress_arw_b.png") right center no-repeat;
}

.mw_wp_form.mw_wp_form_confirm ul.formState li:nth-of-type(2) {
	background-color: #304396;
	color: #FFFFFF;
}
.mw_wp_form.mw_wp_form_confirm ul.formState li:nth-of-type(2)::after {
	background: url("../images/bg_progress_arw_b.png") right center no-repeat;
}

.mw_wp_form.mw_wp_form_complete ul.formState li:nth-of-type(3) {
	background-color: #304396;

	color: #FFFFFF;
}

.mw_wp_form .mainLead {
	display: none;
	margin: 0 0 30px;
	text-align: center;
	line-height: 1.8;
}

.mw_wp_form.mw_wp_form_input .mainLead.form_input {
	display: block;
}

.mw_wp_form.mw_wp_form_confirm .mainLead.form_confirm {
	display: block;
	font-weight: bold;
	color: #FF6200;
}

.mw_wp_form.mw_wp_form_complete .mainLead {
	display: block;
}

.mw_wp_form dt {
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.mw_wp_form.mw_wp_form_input dt.required::after {
	content: "※必須";
	display: inline-block;
	margin-left: 1.5em;
	line-height: 1;
	font-weight: bold;
	color: #FF6200;
}

.mw_wp_form dd {
	padding: 0 0 30px;
}

.mw_wp_form input,
.mw_wp_form button,
.mw_wp_form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

.mw_wp_form textarea {
	resize: vertical;
}

.mw_wp_form input[type='checkbox'],
.mw_wp_form input[type='radio'] {
	display: none;
}

.mw_wp_form input[type='submit'],
.mw_wp_form input[type='button'],
.mw_wp_form label,
.mw_wp_form button,
.mw_wp_form select {
	cursor: pointer;
}

.mw_wp_form select::-ms-expand {
	display: none;
}

.mw_wp_form input,
.mw_wp_form textarea {
	max-width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
}

.mw_wp_form input {
	margin: 5px 0;
	padding: 3px 5px;
	color: #000000;
}

.mw_wp_form input[type='text'].sizeXS {
	width: 80px;
	max-width: 100%;
}

.mw_wp_form input[type='text'].sizeS {
	width: 190px;
	max-width: 100%;
}

.mw_wp_form input[type='text'].sizeM {
	width: 400px;
	max-width: 100%;
}

.mw_wp_form input[type='text'].sizeL {
	width: 100%;
	max-width: 100%;
}

.mw_wp_form .mwform-tel-field input[type='text'] {
	width: 80px;
}

.mw_wp_form .mwform-zip-field input[type='text'] {
	width: 80px;
}
*/
/* ラジオ */
/*
.mw_wp_form .radio label {
	display: inline-block;
	margin-right: 1em;
}

.mw_wp_form .radio label span {
	position: relative;
	padding-left: 1.25em;
}

.mw_wp_form .radio label span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	background: #FFFFFF;
}

.mw_wp_form .radio input:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 11px;
	height: 11px;
	background: #304396;
	border-radius: 50%;
}
*/
/* チェックボックス */
/*
.mwform-checkbox-field-text {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 5px 5px 25px;
	position: relative;
	width: auto;
	font-weight: bold;
}
.mwform-checkbox-field-text::before {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	content: '';
	display: block;
	height: 16px;
	left: 0;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}
.mwform-checkbox-field-text::after {
	border-right: 2px solid #304396;
	border-bottom: 2px solid #304396;
	content: '';
	display: block;
	height: 11px;
	left: 5px;
	margin-top: -7px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 6px;
}
input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
	opacity: 1;
}

.mw_wp_form .horizontal-item {
	margin-right: 10px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}
.mw_wp_form .horizontal-item:last-of-type {
	margin-right: 0;
}

.mw_wp_form textarea {
	margin: 5px 0 0;
	padding: 5px;
	width: 100%;
	height: 8em;
}

.mw_wp_form .formBtn {
	text-align: center;
}

.mw_wp_form .formBtn input {
	width: 100%;
	max-width: 240px;
	margin: 10px;
	background-color: transparent;
	padding: 15px 30px;
	border: 1px solid #FFFFFF;
	border-radius: 99em;
	font-weight: bold;
	font-size: 2.0rem;
	color: #fff;
}

.mw_wp_form .formBtn input.backBtn {
	background-color: rgba(102, 102, 102, .5);
}

.mw_wp_form .formBtn input:hover {
	opacity: 0.7;
	cursor: pointer;
}

.mw_wp_form .error {
	color: #FF6200;
}
*/
/* ================================================ */
@media (min-width: 1000px) {

section#document {
	padding-bottom: 140px;
}

}

/* ================================================ */
@media only screen and (max-width: 768px) {

/* Page Header ------------------------------------ */
.pageHead {
}

}

/* ================================================ */
@media only screen and (max-width: 480px) {

/* Page Header ------------------------------------ */
.pageHead {
}
.pageHead > div {
}
/*
section#download .guideBox .thumbnailList {
	padding: 5px 0 15px;
}

section#download .guideBox .thumbnailList ul li {
	margin: 0 2.778% 5.556%;
}
*/
}