/***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 */
@media (min-width: 769px){
.sp_only, a.sp_only{
	display: none !important;
}
	
body{
	background: #EAEAEA;
}

#wrapper{
	width: 800px;
	margin: 0 auto;
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	padding-bottom: 1px;
}

.form_head{
	width: 100%;
	height: 34px;
	padding-top: 6px;
	background: #1A67C1;
}
.form_head a{
	width: 240px;
	height: 26px;
	margin: 0px auto;
	display: block;
	text-indent: -9999px;
	background: url("../images/form_head.png") no-repeat center bottom;
}

h1{
	text-align: center;
	font-size: 30px;
	line-height: 120%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	padding: 14px 0 20px;
}
h1 span{
	font-size: 24px;
}

.gray_bg{
	width: 650px;
	background: #E6E6E6;
	font-size: 16px;
	line-height: 140%;
	color: #000;
	padding: 10px 75px;
	text-align: center;
}
#wrapper a{
	font-weight: 700;
	color: #1A67C1;
}
#wrapper a, input[type="submit"], input[type="button"]{
	transition: 0.3s all;
}
#wrapper a:hover, input[type="submit"]:hover, input[type="button"]:hover{
	opacity: 0.7;
}

.pro{
	width: 250px;
	height: 60px;
	margin: 10px auto;
	position: relative;
}
.pro dl{
	width: 40px;
	float: left;
	margin-left: 60px;
	position: relative;
	z-index: 2;
}
.pro dl.first{
	margin-left: 0;
}

.pro dl dt{
	width: 40px;
	height: 40px;
	border: 1px solid #1A67C1;
	background: #fff;
	color: #1A67C1;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center ;
}
.pro dl dt.select{
	background: #FFFF00;
}

.pro dl dd{
	width: 40px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #1A67C1;
}
.pro .line{
	position: absolute;
	width: 220px;
	height: 1px;
	background: #1A67C1;
	z-index: 1;
	top: 20px;
	left: 15px;
	
}

.sub_mas{
	width: 720px;
	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;
}

.sub_mas span{
	color: #A30191;
}

.form{
	padding: 20px 0;
}

.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: #DDECFF;
	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: 16px;
}
	
form#form01 dl dd input {
    width: 466px;
    height: 28px;
    font-size: 16px;
}

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

.form #confirm{
	width: 260px;
	height: 40px;
	line-height: 40px;
	margin: 30px auto;
}
.form #confirm a{
	display: block;
	text-decoration: none;
	background: #3D04E2;
	color: #fff;
	border-radius: 20px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
}
.form #confirm input{
	display: block;
	text-decoration: none;
	background: #3D04E2;
	color: #fff;
	border-radius: 20px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	width: 100%;
	border: none;
	cursor: pointer;
}


.form .btn{
    width: 310px;
	height: 40px;
	line-height: 40px;
	margin: 30px auto;
}
.confirm_back, .confirm_next{
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	float: left;
	font-size: 20px;
	font-weight: 700;
}
.confirm_back input, .confirm_next input{
	text-decoration: none;
	color: #fff !important;
	border: none;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	display: block;
	width: 100%;
	border-radius: 20px;
	cursor: pointer;
}
.confirm_back input{
	background: #AAA;
}
.confirm_next input{
	background: #3D04E2;
	margin-left: 10px;
}
.contact_ok{
	background: #DDECFF;
	font-size: 24px;
	line-height: 140%;
	padding: 40px;
	width: 580px;
	margin: 20px auto 40px;
	text-align: center;
	font-weight: 700;
}
.top_btn{
	width: 260px;
	height: 40px;
	line-height: 40px;
	margin: 30px auto;
}
.top_btn a{
	display: block;
	text-decoration: none;
	background: #3D04E2;
	color: #fff !important;
	border-radius: 20px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
}

	.contact_ok span{
		font-size: 18px;
		line-height: 120%;
		font-weight: 500 !important;
	}

/*****応募*****/
.blue_bg{
	width: 650px;
	background: #E6ECFF;
	font-size: 18px;
	line-height: 140%;
	color: #000;
	padding: 10px 75px;
	text-align: center;
	font-weight: 700;
}

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

#form02 .size03, #form02 .size04{
	width: 260px;
    height: 26px;
    font-size: 16px;
	margin-right: 6px;
}


	#form02 .size05{
	width: 22px;
    height: 22px;
	margin-left: 10px;
	}
	
.check_stage dl dd span{
	font-size: 16px;
	color: #999;
	font-weight: 500;
	margin-left: 2px;
}

.entry{
	padding: 100px 40px;
}
.banner{
	width: 416px;
	margin: 30px auto 0;
}
.banner01,.banner02{
	float: left;
	width: 198px;
	height: 115px;
}
.banner img{
	width: 198px;
	height: 115px;
}
.banner02{
	margin-left: 20px;
}

	.error{
		width: 80%;
		padding: 10px 10%;
		margin-bottom: 10px;
		background: #CB0000;
		font-weight: 700;
	}	
	.error ul li{
		font-size: 16px;
		color: #fff;
		line-height: 20px;
	}
	
	.state_check{
		text-align: center;
		font-size: 18px;
		line-height: 1.4;
		padding: 20px 0 0;
		font-weight: 700;
	}	
	
}
/* スマホ */
@media (max-width: 768px){
.pc_only, a.pc_only{
	display: none !important;
}

input[type="submit"], input[type="button"], select {
	-webkit-appearance: none;
	appearance: none;
}
	
body{
overflow-x: hidden;}

#wrapper{
	max-width: 430px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	padding-bottom: 1px;
}

.form_head{
	width: 100%;
	height: 34px;
	padding-top: 6px;
	background:#1A67C1;
}
.form_head a{
	width: 240px;
	height: 26px;
	margin: 0px auto;
	display: block;
	text-indent: -9999px;
	background: url("../images/form_head.png") no-repeat center bottom;
}


h1{
	text-align: center;
	font-size: 30px;
	line-height: 120%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	padding: 14px 0 20px;
}
h1 span{
	font-size: 24px;
}	
	
	
.gray_bg{
	width: 90%;
	background: #E6E6E6;
	font-size: 16px;
	line-height: 140%;
	color: #000;
	padding: 10px 5%;
	text-align:left;
}
#wrapper a{
	font-weight: 700;
	color: #8122CC;
}


.pro{
	width: 250px;
	height: 60px;
	margin: 10px auto;
	position: relative;
}
.pro dl{
	width: 40px;
	float: left;
	margin-left: 60px;
	position: relative;
	z-index: 2;
}
.pro dl.first{
	margin-left: 0;
}

.pro dl dt{
	width: 40px;
	height: 40px;
	border: 1px solid #1A67C1;
	background: #fff;
	color: #1A67C1;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center ;
}
.pro dl dt.select{
	background: #FFFF00;
}

.pro dl dd{
	width: 40px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #1A67C1;
}
.pro .line{
	position: absolute;
	width: 220px;
	height: 1px;
	background: #1A67C1;
	z-index: 1;
	top: 20px;
	left: 15px;
	
}

.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;
}

.sub_mas span{
	color: #A30191;
}

.form{
	padding: 20px 0;
}

.form dl{
	width: 94%;
	margin: 0px auto 10px;
}


.form dl dt,
.form dl dd{
	display: flex;
	align-items: center; 
	min-height: 48px; 
}

.form dl{
}

.form dl dt{
	background: #DDECFF;
	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: 16px;
}
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;
}

.form #confirm{
	width: 260px;
	height: 40px;
	line-height: 40px;
	margin: 30px auto;
}
.form #confirm input{
	display: block;
	text-decoration: none;
	background: #3D04E2;
	color: #fff;
	border-radius: 20px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	width: 100%;
	border: none;
}


.form .btn{
    width: 310px;
	height: 40px;
	line-height: 40px;
	margin: 30px auto;
}
.confirm_back, .confirm_next{
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	float: left;
	border-radius: 20px;
	font-size: 20px;
	font-weight: 700;
}
.confirm_back{
	background: #AAA;
}
.confirm_next{
	background: #3D04E2;
	margin-left: 10px;
}
.confirm_back input, .confirm_next input{
	width: 100%;
	background: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	border: none;
	color: inherit;
}
.contact_ok{
	background: #DDECFF;
	font-size: 18px;
	line-height: 160%;
	padding: 5%;
	width: 90%;
	margin: 20px auto 40px;
	text-align: center;
	font-weight: 700;
}
.top_btn{
	width: 260px;
	height: 40px;
	line-height: 40px;
	margin: 30px auto;
}
.top_btn a{
	display: block;
	text-decoration: none;
	background: #3D04E2;
	color: #fff !important;
	border-radius: 20px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
}



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


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

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

#form02 .size04{
	width: 60%;
    height: 28px;
    font-size: 16px;
	margin-left: 6px;
	margin-right: 6px;
}
	
#form02 .size05{
	width: 28px;
    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;
}

.entry{
	width: 90%;
	padding: 40px 5%;
}
	
	.contact_ok span{
		font-size: 16px;
		line-height: 120%;
		font-weight: 500 !important;
	}
	
.banner{
	width: 100%;
	margin: 30px auto 0;
}
.banner01,.banner02{
	float: left;
	width: 45%;
	margin-left: 3%;
}
.banner img{
	width: 100%;
}
.error{
		width: 90%;
		padding: 10px 5%;
		background: #CB0000;
		font-weight: 700;
	margin-bottom: 10px;
	}	
	.error ul li{
		font-size: 16px;
		color: #fff;
		line-height: 20px;
	}
	
	.state_check{
		text-align: center;
		font-size: 18px;
		line-height: 1.4;
		padding: 20px 0 0;
		font-weight: 700;
	}	
	
}


span.bold{
	font-weight: 700;
}

