@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');
/* reset */
*,
*::before,
*::after {
	box-sizing: border-box;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, span, a, img, ol, ul, li, dl, dt, dd, footer, header, section, article, aside, address, blockquote, figure {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;/* 10px */
}
body {
	font-family:"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,177,153,0.50);
	background: #fff;
	overflow-wrap: break-word;
	word-break: break-all;
	color: #050A19;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: normal;
}
html,
body {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
header,
footer {
	width: 100%;
}
img {
	max-width:100%;
	height: auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
a img {border: none;}
a:link,
a:visited,
a:active {
	color: #49a7ea;
	text-decoration: none;
}
::-moz-selection {
	background-color: #49a7ea;
}
::selection {
	background-color: #49a7ea;
}
.pc_only {
	display: none;
}
@media screen and (max-width: 959px) {
	body {
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
	}
	.mouseover:hover {
		opacity: 1;
	}
}
@media screen and (min-width:800px) {
	.pc_only {
		display: block;
	}
	img.pc_only,
	a.pc_only {
		display: inline;
	}
	.sp_only {
		display: none;
	}
	a:hover {
		color: #cc0000;
		text-decoration: underline;
	}
	a:active {
		color: #cc0000;
		text-decoration: underline;
	}
	a:link img,
	a:visited img {
		cursor: pointer;
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	a:hover img {
		cursor: pointer;
		opacity:0.7;
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	a:active img {
		cursor: pointer;
		transition-duration: 0.1s;
		transition-delay: 0s;
	}
}
/* main.css same ------------------------------------------------ */
img.pc-only {
	display: none;
}
.inquiry-block {
	max-width: 1000px;
	padding: 7vw 3.125vw;
	margin: 0 auto 0;
	display: flex;
	justify-content: center;
}
.inquiry-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.inquiry-title {
	color: #be242c;
	font-size: 2.4vw;
	letter-spacing: -0.01em;
	line-height: 1.4;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.4em;
}
.inquiury-flex {
	width: 100%;
	max-width: 460px;
	padding: 0 1.5vw;
	display: flex;
	justify-content: space-between;
}
.inquiry-text {
	color: #be242c;
	font-size: 2vw;
	letter-spacing: -0.01em;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
.inquiry-mark {
	position: relative;
	padding-right: 10px;
}
.inquiry-mark::after {
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -2px;
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid #be242c;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}
.inquiry-sub-text {
	color: #be242c;
	font-size: 1.6vw;
	letter-spacing: -0.01em;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
.inquiry-sub-text .inquiry-mark::after {
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -1px;
	content: "";
	width: 0;
	height: 0;
	border-left: 3px solid #be242c;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
.inquiry-notice {
	color: #636363;
	font-size: 1.6vw;
	letter-spacing: -0.01em;
	line-height: 1.4;
	text-align: center;
	margin-top: 15px;
}
footer {
	background-color: #c0eda8;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.copyright-text {
	color: #1e0595;
	text-align: center;
	font-size: 3vw;
	padding: 5px 0;
}
@media screen and (min-width: 640px) {
	img.pc-only {
		display: inline;
	}
	img.sp-only {
		display: none;
	}
	header h1 {
		text-align: center;
	}
	header h1 img {
		width: 100%;
		max-width: 1000px;
	}
	.inquiry-title {
		font-size: 1.6rem;
		letter-spacing: normal;
		line-height: 1.4;
		font-weight: 600;
		margin-bottom: 10px;
	}
	.inquiury-flex {
		padding: 0;
	}
	.inquiry-text {
		font-size: 1.2rem;
		letter-spacing: normal;
		font-weight: 600;
		line-height: 1.2;
		margin-bottom: 0.5em;
	}
	.inquiry-mark {
		padding-right: 11px;
	}
	.inquiry-mark::after {
		right: 3px;
		margin-top: -3px;
		border-left: 5px solid #be242c;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
	}
	.inquiry-sub-text {
		font-size: 1.0rem;
		font-weight: 600;
		line-height: 1.2;
		margin-bottom: 0.5em;
		letter-spacing: -0.001em;
	}
	.inquiry-sub-text .inquiry-mark::after {
		position: absolute;
		top: 50%;
		right: 3px;
		margin-top: -2px;
		content: "";
		width: 0;
		height: 0;
		border-left: 4px solid #be242c;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
	}
	.inquiry-notice {
		font-size: 0.8rem;
		letter-spacing: normal;
		line-height: 1.4;
		margin-top: 8px;
	}
	.copyright-text {
		font-size: 1.3rem;
		padding: 10px 0;
	}
}
@media screen and (min-width:800px) {
	br.sp-only {
		display: none;
	}
	.inquiry-block {
		padding: 30px;
	}
}
@media screen and (min-width:840px) {
}
@media screen and (min-width:960px) {
	header h1 img {
		width: 1000px;
	}
}

/* 応募規約 ------------------------------------------------ */
.title-box {
	text-align: center;
	margin: 0 auto;
}
.ftitle-box {
	text-align: center;
	margin: 54px auto 0;
}
@media screen and (max-width: 960px) {
	.ftitle-box {
		text-align: center;
		margin: 30px auto 0;
	}
}
.form_wrap {
	overflow: hidden;
	font-size: 16px;
}
.terms-box {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 30px;
}
.terms-box h1 {
	font-size: 20px;
	font-weight: bold;
	text-indent: -0.5em;
	margin: 2em 0 1em;
}
.terms-box h2 {
	font-size: 18px;
	margin: 0 0 0.2em;
	font-weight: bold;
	color: #1e0595;
}
.terms-box h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0.5em;
}
.terms-box h4 {
	font-size: 16px;
	text-decoration: underline;
	margin: 0 0 0.5em;
}
.terms-box p {
	font-size: 14px;
	margin: 0 0 1em;
	word-break: break-all;
}
.terms-box a.terms-link {
	color: #1e0595;
	text-decoration: underline;
}
@media screen and (max-width: 960px) {
	.terms-box {
		width: 90%;
		margin: 0 auto;
	}
}
