:root {
  --font-family-en: 'Roboto', sans-serif;
  --font-family-J: "Noto Sans JP", sans-serif;
}

/***reset***/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font: inherit;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	padding:0;
}

input, select {
	vertical-align:middle;
}
.clear { clear:both;}

img { vertical-align: bottom;}

/*******************************
	PC & SP 共通　※モバイルファースト
********************************/
#wrapper {
	background: #fff;
	font-family: var(--font-family-J);
	width: 100%;
	max-width: 430px;
	margin: 0 auto;
	padding-bottom: 1px;
}
#wrapper a {
	color: #8122CC;
	font-weight: 700;
}
@media (any-hover: hover) {
	#wrapper a:hover {
		opacity: 0.7;
		transition: 0.3s all;
	}
}

/* タイトル
------------------------------------------------------------*/
.form_head {
	width: 100%;
	height: 34px;
	padding-top: 6px;
	background: #8122CC;
}
.form_head a {
	width: 240px;
	height: 26px;
	margin: 0px auto;
	display: block;
	text-indent: -9999px;
	background: url("../images/form_head.png") no-repeat center center;
}

h1 {
	font-family: var(--font-family-J);
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
}
h1 span {
	color: #A30091;
}

h2 {
	font-family: var(--font-family-J);
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	width: 90%;
	margin: 0 auto;
	&.red {
		border-bottom: 2px solid #BF1515;
    color: #BF1515;
	}
	&.blue {
		border-bottom: 2px solid #0036C5;
    color: #0036C5;
	}
}

/* リード文
------------------------------------------------------------*/
.gray_bg {
	background: #E6E6E6;
	color: #000;
	font-size: 16px;
	text-align: left;
	line-height: 140%;
	width: 90%;
	padding: 10px 5%;
}

.blue_bg {
	background: #E6ECFF;
	color: #000;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	line-height: 140%;
	width: 90%;
	padding: 10px 5%;

	h3 {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		font-size: 24px;
		margin-bottom: 16px;
		padding: 8px 0;
	}

	p {
		margin-bottom: 16px;
		&:last-child {
			margin-bottom: 0;
		}
	}

	span {
		background: #000;
		color: #fff;
		border-radius: 100vmax;
		display: inline-block;
		width: 180px;
		margin-bottom: 4px;
		padding: 2px 0;
	}
}

/* 応募の流れ
------------------------------------------------------------*/
.pro {
	display: flex;
	width: fit-content;
	height: 60px;
	margin: 10px auto;
	position: relative;
}
.pro::before {
	content: "";
	background: #8122CC;
	width: calc(100% - 40px);
	height: 1px;
	margin: auto;
	position: absolute;
	inset: 0;
	bottom: 18px;
	z-index: 1;
}
.pro dl {
	margin-right: 60px;
	position: relative;
	z-index: 2;
}
.pro dl:last-of-type {
	margin-right: 0;
}
.pro dl dt {
	background: #fff;
	border: 1px solid #8122CC;
	border-radius: 20px;
	color: #8122CC;
	font-family: var(--font-family-en);
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
}
.pro dl dt.select {
	background: #FFFF00;
}
.pro dl dd {
	color: #8122CC;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	width: 40px;
	height: 20px;
}
.pro .line,
.pro .clear {
	display: none;
}

/* 注意事項
------------------------------------------------------------*/
.sub_mas {
	width: 90%;
	text-align: left;
	font-size: 16px;
	line-height: 140%;
	font-weight: 500;
	margin: 0 auto 10px;
}
.sub_mas ul {
	margin: 10px 0;
}
.sub_mas ul li {
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}
.sub_mas span {
	color: #A30191;
}

/* エラー
------------------------------------------------------------*/
.error {
	background: #CB0000;
	font-weight: 700;
	width: 90%;
	margin-bottom: 20px;
	padding: 10px 5%;
}
.error ul li {
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}

/* ボタン
------------------------------------------------------------*/
.form #confirm {
	background: #3D04E2;
	border-radius: 20px;
	width: 260px;
	height: 40px;
	margin: 30px auto;
}
.form #confirm a {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.form .btn {
	display: flex;
	width: 310px;
	height: 40px;
	line-height: 40px;
	margin: 30px auto;
}
.confirm_back,
.confirm_next {
	border-radius: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 40px;
}
.confirm_back {
	background: #AAA;
}
.confirm_next {
	background: #3D04E2;
	margin-left: 10px;
}
.confirm_back a,
.confirm_next a {
	text-decoration: none;
	color: #fff !important;
	display: block;
}

/* TOPボタン */
.top_btn {
	line-height: 40px;
	width: 260px;
	height: 40px;
	margin: 30px auto;
}
.top_btn a {
	background: #3D04E2;
	border-radius: 20px;
	color: #fff !important;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	display: block;
}

/* バナー
------------------------------------------------------------*/
.banner {
	display: flex;
	width: fit-content;
	margin: 30px auto 0;
}
.banner .banner01,
.banner .banner02 {
	width: 168px;
}
.banner02 {
	margin-left: 3%;
}
.banner img {
	width: 100%;
	height: auto;
}

/* 完了画面
------------------------------------------------------------*/
.contact_ok {
	background: #EFE2FF;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 160%;
	width: 90%;
	margin: 20px auto 0;
	padding: 5%;
}

.entry {
	width: 80%;
	padding: 100px 10%;
}

/*******************************
	PC
********************************/
@media (min-width: 769px) {

.sp_only, a.sp_only{
	display: none !important;
}

body {background: #EAEAEA;}

#wrapper {
	width: 800px;
	max-width: none;
}

/* タイトル
------------------------------------------------------------*/
h2 {
	width: 720px;
}

/* リード文
------------------------------------------------------------*/
.gray_bg {
	text-align: center;
	width: 650px;
	padding: 10px 75px;
}

.blue_bg {
	font-size: 18px;
	width: 650px;
	padding: 10px 75px;
}

/* 注意事項
------------------------------------------------------------*/
.sub_mas {
	width: 720px;
}

/* フォーム
------------------------------------------------------------*/
.form {
	margin: 20px 0 50px;
}
.form dl {
	width: 720px;
	margin: 0px auto 10px;
}
.form dl > div,
.form dl {
	display: block;
}
.form dl dt,
.form dl dd {
	display: flex;
	align-items: center;
	min-height: 48px;
}
.form dl {
	display: grid;
	grid-template-columns: 224px 1fr;
	gap: 0;
}
.form dl dt {
	background: #EFE2FF;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding-left: 10px;
}
.form dl dt span {
	font-size: 14px;
	padding: 1px 8px;
	margin-left: 10px;
	background: #CB0000;
	color: #fff;
	font-weight: 500;
	border-radius: 4px;
	font-weight: 500;
}
.form dl dd {
	background: #F5F5F5;
	padding:4px 0px 4px 10px;
	font-size: 18px;
}
.form#form01 dl dd input {
	width: 466px;
	height: 28px;
	font-size: 16px;
}

.form#form01 dl dd textarea {
	width: 466px;
	height: 250px;
	font-size: 16px;
}

#form02 .size01{
	width: 466px;
	height: 28px;
	font-size: 16px;
}
#form02 .size02{
	width: 160px;
	height: 28px;
	font-size: 16px;
	margin-left: 6px;
	margin-right: 6px;
}

#form02 .size03{
	width: 120px;
	height: 28px;
	font-size: 16px;
	margin-right: 6px;
}

#form02 .size04{
	width: 80px;
	height: 28px;
	font-size: 16px;
	margin-left: 6px;
	margin-right: 6px;
}

.check_stage dl dd span{
	font-size: 16px;
	color: #999;
	font-weight: 500;
	margin-left: 2px;
}

/* エラー
------------------------------------------------------------*/
.error {
	width: 80%;
	padding: 10px 10%;
}

/* バナー
------------------------------------------------------------*/
.banner .banner01,
.banner .banner02 {
	width: 198px;
}
.banner02 {
	margin-left: 20px;
}

/* 完了画面
------------------------------------------------------------*/
.contact_ok {
	font-size: 24px;
	line-height: 140%;
	width: 580px;
	padding: 40px;
}

.entry {
	padding: 100px 40px;
}


}

/*******************************
	SP
********************************/
@media (max-width: 768px) {

.pc_only, a.pc_only {
	display: none !important;
}

body {overflow-x: hidden;}

/* フォーム
------------------------------------------------------------*/
.form {
	margin: 20px 0 50px;
}
.form dl{
	width: 94%;
	margin: 0px auto 10px;
}
.form dl dt,
.form dl dd{
	display: flex;
	align-items: center;
	min-height: 48px;
}
.form dl dt{
	background: #EFE2FF;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding-left: 10px;
}
.form dl dt span{
	font-size: 14px;
	padding: 1px 8px;
	margin-left: 10px;
	background: #CB0000;
	color: #fff;
	font-weight: 500;
	border-radius: 4px;
	font-weight: 500;
}
.form dl dd{
	background: #F5F5F5;
	padding:10px 0px 10px 10px;
	font-size: 18px;
}
.form#form01 dl dd input {
	width: 95%;
	height: 28px;
	font-size: 16px;
}

.form#form01 dl dd textarea {
	width: 95%;
	height: 250px;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#form02 .size01{
	width: 95%;
	height: 28px;
	font-size: 16px;
}
#form02 .size02{
	width: 36%;
	height: 28px;
	font-size: 16px;
	margin-left: 6px;
	margin-right: 6px;
}

#form02 .size03{
	width: 28%;
	height: 28px;
	font-size: 16px;
	margin-right: 6px;
}

#form02 .size04{
	width: 22%;
	height: 28px;
	font-size: 16px;
	margin-left: 6px;
	margin-right: 6px;
}

.check_stage dl dd span{
	font-size: 16px;
	color: #999;
	font-weight: 500;
	margin-left: 2px;
}


}