@charset "utf-8";

/* ----------------------------------------
 *
 *	normalize.css v7.0.0 | MIT License
 *	github.com/necolas/normalize.css
 *
---------------------------------------- */
html{line-height:1.5;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}body,article,aside,footer,header,nav,section,div,h1,h2,h3,h4,h5,h6,dl,dt,dd,button,input,optgroup,select,textarea,table,tr,th,td,p,ul,ol,li,a,span,em,b,i,strong,small{position:relative;box-sizing:border-box;font-style:normal;}

/* ----------------------------------------
 *
 *	default
 *
---------------------------------------- */
html {
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	height: 100%;
}
body {
	width: 100%;
	min-width: 1024px;
	height: 100%;
	color: #3c3c3c;
}
a {
	text-decoration: none;
	transition: all .5s;
	-webkit-transition: all .5s;
}
a:hover {
	opacity: 0.7;
}

/* ----------------------------------------
 *
 *	container
 *
---------------------------------------- */
.container {
	min-height: 100%;
	padding-bottom: 0;
	}
.inner {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	}

/* ----------------------------------------
 *
 *	header
 *
---------------------------------------- */
.header {
	padding: 0 0 0;
	width: 100%;
	min-width: 1000px;
	height: 80px;
	padding: 8px 0;
	background-color: #fff;
	box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.1);
	z-index: 99;
	}
.header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.header_logo img{
  width: 254px;
  max-width: 254px;
	height: auto;
}
.header .header_logo a {
	padding: 15px 0;
	display: block;
	}
.header .header_logo img {
	display: block;
	}

/* ----------------------------------------
 *
 *	contents
 *
---------------------------------------- */
.contents {
	width: 100%;
	min-width: 1000px;
	}
.contents p {
	font-size: 18px;
	line-height: 1.7;
	margin: 24px 20px !important;
	}
.contents p.ac {
	text-align: center;
	}
.contents .section p {
	font-size: 18px;
	line-height: 1.7;
	margin: 16px 0;
	}

/* hedding
------------------------------- */

/* page_title */
.page_title {
	margin: 0 auto;
	color: #666666;
	padding: 72px 0 40px;
	text-align: center;
	line-height: 1.1;
	}
.page_title > span {
	display: inline-block;
}
.page_title small {
	font-size: 14px;
	font-weight: normal;
	}

/* hedding_h2_02 */
.hedding_h2_02 {
	font-size: 24px;
	line-height: 1;
	margin: 48px 0;
	color: #e34d56;
	text-align: center;
	}

/* hedding_h3 */
.hedding_h3 {
	font-size: 22px;
	padding: 4px 16px;
	color: #000000;
	background: transparent;
	border-left: solid 5px #e8676f;
	margin: 32px 20px 16px;
	}
.contents .section .hedding_h3 {
	margin: 32px 0;
	}

/*	btn
------------------------------- */
.btn_col2 {
	display: flex;
	justify-content: center;
	align-items: center;
	}
.btn {
	background-color: #e34d56;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	display: block;
	}

/*	box
------------------------------- */
#form_container {
	margin: 0 20px;
}
#finish_message {
	margin: 18px 0 50px 0;
	padding: 6px;
	border: 4px solid #e34d56;
	width: 100%;
	color: #e34d56;
	background: #fff5f5;
	font-size: 14px;
	text-align: center;
	}

/* ----------------------------------------
 *
 *	footer
 *
---------------------------------------- */
.footer {
	padding: 42px 0 48px;
	width: 100%;
	min-width: 1000px;
}
.footer .footer_nav_bottom {
	display: flex;
	align-items: center;
}
.footer .footer_nav_bottom > a {
	font-size: 14px;
	line-height: 1;
	color: #767171;
	display: block;
	vertical-align: middle;
	padding: 0 0 0 16px;
	margin-right: 20px;
}
.footer .footer_nav_bottom > a:last-child {
	margin-right: 0;
}
.footer .footer_nav_bottom > a:before,
.footer .footer_nav_bottom > a:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.footer .footer_nav_bottom > a:before {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #767171;
}
.footer .footer_nav_bottom > a:after {
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.footer .footer_logo {
	clear: both;
	width: 200px;
	display: block;
	margin: 48px auto 0;
}
.footer_copy {
	margin: 16px 0 0;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: #767171;
}

/* ----------------------------------------
 *
 *	SP表示
 *
---------------------------------------- */
@media screen and (max-width: 769px){
    body, .header, .contents, .inner, .section {
        width: auto;
        min-width: inherit;
    }
    .header {
        padding: 16px 0;
        width: 100%;
        height: auto;
    }
    .header_logo {
        margin: 0 auto;
    }
    .header .header_logo a {
        padding: 0;
    }
    .header .header_logo img {
        height: 16px;
    }
    .page_title {
        padding: 40px 16px;
        font-size: 30px;
    }
    #form_container.apply iframe {
        height: 2100px;
    }
    #form_container.enquete iframe {
        height: 3680px;
    }
		#form_container.download iframe {
			height: 1350px;
		}
    #finish_message {
        margin: 0 10px 40px 10px;
        padding: 20px;
        border: 2px solid #e34d56;
        width: auto;
        font-size: 12px;
        text-align: left;
    }
    #finish_message p {
        margin: 0 !important;
    }
    .footer {
        padding: 20px 0;
        min-width: 100%;
    }
    .footer .footer_nav_bottom {
        justify-content: center;
    }
    .footer .footer_nav_bottom > a {
        margin-right: 10px;
        font-size: 12px;
    }
}
@media screen and (max-width: 375px){
    #form_container.apply iframe {
        height: 2150px;
    }
    #form_container.enquete iframe {
        height: 3850px;
    }
		#form_container.download iframe {
			height: 1450px;
		}
}
@media screen and (max-width: 320px){
    #form_container.apply iframe {
        height: 2180px;
    }
    #form_container.enquete iframe {
        height: 4080px;
    }
		#form_container.download iframe {
			height: 1450px;
		}
}