@charset "UTF-8";

/*----------PRESENT-ENTRYFORM----------*/

#present_entryform{
	background-color:#fff;
	color:#222;
}

#present_entryform p.caption{
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
	max-width: 960px;
	
	text-align:left;
}

@media only screen and (min-width: 768px){
	
	#present_entryform p.caption{
		text-align:left;
	}
	
}

#present_entryform div.img-cover{
	width:100%;
	margin-bottom:20px;
}

#present_entryform div.img-cover p.sp-only{
	display:block;
}

#present_entryform div.img-cover p.pc-only{
	display:none;
}

#present_entryform div.img-cover p img{
	width:100%;
	vertical-align:bottom;
}

@media only screen and (min-width: 768px){
	
	#present_entryform div.img-cover p.sp-only{
		display:none;
	}
	
	#present_entryform div.img-cover p.pc-only{
		display:block;
	}
	
}

/*----------ATTENTION-PRESENT-ENTRYFORM----------*/

.attention{
	width:100%;
	margin:0 auto;
	max-width: 960px;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#f0f0f0;
	color:#222;
}

.attention h6{
	font-size:1.0rem;
	line-height:30px;
	font-weight:700;
	
	color:#222;
	
	box-sizing: border-box;
	padding-left:20px;
	
	position: relative;
}

.attention h6::before{
	display:block;
	content:"";
	
	width:10px;
	height:1px;
	
	background-color:#222;
	
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	
	margin:auto 0;
}

.attention ul{
	width:100%;
	
	box-sizing: border-box;
	padding:10px;
	padding-bottom:0;
}

.attention ul li{
	display:block;
	width:100%;
	
	/*margin-bottom:5px;*/
	
	box-sizing: border-box;
	padding-left:10px;
	
	position: relative;
	
	font-size:0.8rem;
	line-height:1.75em;
	
	margin-bottom:5px;
}

.attention ul li:last-child{
	margin-bottom:0;
}

.attention ul li::before{
	display:block;
	content:"";
	
	position: absolute;
	top:7.5px;
	left:-2.5px;
	
	width:5px;
	height:5px;
	
	background-color:#222;
	
	border-radius:5px;
	
	font-size:1.0rem;
	line-height:20px;
	
	transform: scale(0.5);
}

@media only screen and (min-width: 768px){
	
	.attention{
		padding:20px;
	}
	
}

/*----------FORM-CONTAINER-PRESENT-ENTRYFORM----------*/

.form-container{
	width:100%;
	margin:0 auto;
	max-width:960px;
	
	box-sizing:border-box;
	padding:10px;
}

@media only screen and (min-width: 768px){
	
	.form-container{
		padding:20px;
	}
	
}

/*----------FORM-CONTENT-CHILD----------*/

.form-content-child{
	width:100%;
	margin:0 auto;
	
	box-sizing: border-box;
	padding:10px;
}

.form-content-child:last-child{
	margin-bottom:0;
}

@media only screen and (min-width: 768px){
	
	.form-content-child{
		padding:20px;
	}
	
}

/*----------FORM-CONTENT-INNER----------*/

.form-content-inner{
	width:100%;
}

.form-content-inner div.row{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	
	box-sizing: border-box;
	padding:5px;
	border:solid 5px #00a29a;
	border-top:none;
}

.form-content-inner div.row:first-child{
	border-top:solid 5px #00a29a;
}

.form-content-inner div.row div.que{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#00a29a;
	color:#fff;
	
	margin-bottom:5px;
}

.form-content-inner div.row div.que h6{
	width:100%;
	
	font-size:1.25rem;
	line-height:1.5em;
	
	color:#fff;
}

.form-content-inner div.row div.que h6 span.note{
	display:inline-block;
	
	box-sizing: border-box;
	padding:10px;
	padding-left:50px;
	
	position: relative;
}

.form-content-inner div.row div.que h6 span.note-none{
	display:inline-block;
	
	box-sizing: border-box;
	padding:10px;
}

.form-content-inner div.row div.que h6 span.note::before{
	display:block;
	content:"（補足）";
	
	font-size:0.8rem;
	line-height:15px;
	
	color:#ff0;
	
	text-align: center;
	
	width:50px;
	height:15px;
	
	/*background-color:#f0f0f0;*/
	
	position: absolute;
	top:17.5px;
	left:0px;
}

.form-content-inner div.row div.que h6 span.must::before{
	color:#ff0;
	content:"【必須】";
}

.form-content-inner div.row div.que h6 span.extra::before{
	color:#fff;
	content:"【任意】";
}

.form-content-inner div.row div.ans{
	width:100%;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color: rgb(0 162 158 / 0.25);
	color:#222;
}

.form-content-inner div.row div.ans ul.extra{
	margin-top:10px;
}

.form-content-inner div.row div.ans ul.extra li{
	font-size:0.6rem;
	line-height:1.75em;
	
	color:#888;
	
	box-sizing: border-box;
	padding-left:15px;
	position: relative;
}

.form-content-inner div.row div.ans ul.extra li::before{
	display:block;
	content:"";
	
	width:5px;
	height:1px;
	
	background-color:#888;
	
	position: absolute;
	top:6.5px;
	left:5px;
}

.form-content-inner div.row div.extra{
	width:100%;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#f8f8f8;
	
	margin-top:2.5px;
}

.form-content-inner div.row div.extra p{
	font-size:0.6rem;
	line-height:1.75em;
	
	color:#f80;
	
	box-sizing: border-box;
	padding-left:15px;
	
	position: relative;
}

.form-content-inner div.row div.extra p::before{
	display:block;
	content:"";
	
	position: absolute;
	top:5px;
	left:5px;
	
	width:5px;
	height:5px;
	
	background-color:#f80;
	
	border-radius:5px;
	
	font-size:1.0rem;
	line-height:20px;
	
	transform: scale(0.5);
}

@media only screen and (min-width: 768px){
	
	.form-content-inner div.row div.que{
		width:260px;
		
		margin-bottom:0;
		padding:20px;
	}
	
	.form-content-inner div.file div.que{
		width:50%;
	}
	
	.form-content-inner div.row div.ans{
		width:calc(100% - 260px);
		
		padding:20px;
		
		position: relative;
	}
	
	.form-content-inner div.row div.ans::before{
		display:block;
		content:"";
		
		width:5px;
		height:calc(100% - 20px);
		
		background-color:#fff;
		
		position: absolute;
		top:0;
		bottom:0;
		left:0;
		
		margin:auto 0;
	}
	
}

/*----------FORM-CONTENT-INPUT----------*/

#present_entryform input[type="text"]{
	width:100%;
	max-width: 240px;
	
	box-sizing: border-box;
	padding:5px 10px;
	
	line-height:2.0em;
	
	border:solid 1px #eee;
	border-radius:2.5px;
}

#present_entryform input[type="text"].double{
	max-width: 480px;
}

#present_entryform input[type="text"].minimam{
	max-width: 60px;
}

#present_entryform input[type="tel"]{
	width:100%;
	max-width: 180px;
	
	box-sizing: border-box;
	padding:5px 10px;
	
	line-height:2.0em;
	
	border:solid 1px #eee;
	border-radius:2.5px;
}

#present_entryform input[type="email"]{
	width:100%;
	max-width: 360px;
	
	box-sizing: border-box;
	padding:5px 10px;
	
	line-height:2.0em;
	
	border:solid 1px #eee;
	border-radius:2.5px;
}

#present_entryform textarea{
	width:100%;
	min-height: 120px;
	
	box-sizing: border-box;
	padding:5px 10px;
	
	line-height:2.0em;
	
	border:solid 1px #eee;
	border-radius:2.5px;
}

#present_entryform input[type="submit"]{
	display:block;
	
	width:240px;
	margin:0 auto;
	
	font-size:1.0rem;
	line-height:50px;
	font-weight:bold;
	
	box-sizing: border-box;
	padding:0;
	border-radius:2.5px;
	border:none;
	
	background-color:#49a;
	color:#fff;
	
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	
	transition: 0.25s;
}

#present_entryform input[type="submit"]:hover{
	opacity: 0.8;
	
	text-decoration: none;
	cursor: pointer;
}

@media only screen and (min-width: 768px){
	
	#present_entryform input[type="text"]{
		font-size:1.0rem;
		line-height:1.75em;
	}
	
	#present_entryform input[type="tel"]{
		font-size:1.0rem;
		line-height:1.75em;
	}
	
	#present_entryform input[type="email"]{
		font-size:1.0rem;
		line-height:1.75em;
	}
	
	#present_entryform textarea{
		font-size:1.0rem;
		line-height:1.75em;
	}
	
	#orderform input[type="submit"]{
		width:360px;
		
		font-size:1.5rem;
		line-height:80px;
	}
	
}
