@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


/*-------------------------------------------------------------------
	スタートプラン
-------------------------------------------------------------------*/

#start {
	width:1020px;
	margin:0 auto;
}

#start h3 {
	margin:0 0 20px;
}

#start h3.mb50 {
	margin:0 0 50px;
}

#start h3 span {
	display:block;
	background:url(../image/start/start_title_bg.png) center center no-repeat;
	background-size:cover;
	width:475px;
	margin:0 auto;
	padding:10px 0;
	color:#FFF;
	font-size:1.6em;
	line-height:1.0;
	text-align:center;
}

#start .sub01 {
	text-align:center;
	line-height:1.0;
	font-size:1.3em;
	font-weight:500;
	margin:0 0 25px;
}

#start .sub02 {
	line-height:1.0;
	font-size:1.45em;
	font-weight:500;
	margin:0 0 15px;
}

#start h4 {
	font-size:1.6em;
	line-height:1.0;
	color:#0067b3;
	text-align:center;
	margin:0 0 40px;
}

#start h4.sec {
	line-height:1.6;
}

#start h4 span {
	color:#e80505;
	padding-left:10px;
}

#start .bluebox {
	background:#ecf9ff;
	width:900px;
	margin:70px auto 50px;
}

#start .bluebox .into {
	padding:45px 40px;
}

#start .bluebox .into dl {
	line-height:1.8;
	font-size:1.05em;
}

#start .bluebox .into dl dt {
	color:#0067b3;
}

#start .bluebox .into dl dd span {
	background:#d50202;
	color:#fff;
	padding:1px 0 1px 5px;
	margin:0 5px 0 0;
}


/*-------------------------------------------------------------------
	お問い合わせ
-------------------------------------------------------------------*/

#contact {
	width:900px;
	margin:0 auto;
}

#contact .read {
	line-height:2.0;
	text-align:center;
	margin:0 0 50px;
}

#contact .read span {
	color:#e80505;
}


#contact .caution {
	line-height:2.0;
	margin:0 0 100px;
	color:#e80505;
	font-weight:500;
}

#contact table {
	width:100%;
	margin:0 0 100px;
}

#contact table.ex {
	margin:0 0 10px;
}

#contact table th,
#contact table td {
	border-top:1px solid #00a9bb;
	border-bottom:1px solid #00a9bb;
	padding:20px 0;
	text-align:left;
	vertical-align:top;
}

#contact table th {
	font-weight:400;
	width:185px;
}

#contact table th span {
	color:#e80505;
	padding-left:10px;
}

#contact table td .vshort {
	width: 15%;
	margin:0 5px;
}

#contact table td .short {
	width: 30%;
}
#contact table td .middle {
	width: 50%;
}
#contact table td .long {
	width: 90%;
}

#contact table td a {
	color:#333;
	text-decoration:underline;
}

#contact table td a:hover {
	text-decoration:none;
}

#contact table td ul li {
	margin:0 0 15px;
}

#contact table td label {
	margin-right:20px;
}

#contact table td ul li:last-child {
	margin:0;
}

#contact table input[type="text"] {
	border:none;
	background:#e6e6e6;
	height:30px;
	padding: 0 2px;
	font-family: inherit;
	line-height: 1.2;
	font-size:0.9em;
}

#contact table textarea {
	border:none;
	background:#e6e6e6;
	width: 100%;
	height: 190px;
	font-family: inherit;
	font-size:0.9em;
	line-height: 1.6;
}

#contact table select {
	border:none;
	height: 30px;
	background:#e6e6e6;
	padding: 0 2px;
	font-family: inherit;
	line-height: 1.2;
	width:30%;
	font-size:0.8em;
}

#contact table .red {
	color:#e80505;
	font-weight:500;
}

#contact .submit {
	text-align:center;
}

#contact .submit input {
	background:#0067b3;
	border: none;
	width:325px;
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:1.0;
	font-family: 'Noto Sans Japanese', sans-serif;
	-moz-transition:all,.4s;
	-o-transition:all,.4s;
	-webkit-transition:all,.4s;
	transition:all,.4s;
	cursor: pointer;
	font-size:1.2em;
	border-radius:5px;
	padding:20px 0;	
}


#contact .submit input:hover {
	opacity:0.7;
}

#contact .item01 {
	text-align:center;
	margin:0 0 70px;
}

#contact .item01 .box {
	width:210px;
	display:inline-block;
	vertical-align:top;
}

#contact .item01 .box.end {
	margin-left:20px;
}

#contact .item01 .box dd {
	padding:0 0 30px;
	border-bottom:1px solid #000;
	margin:0 0 15px;
	position:relative;
}

#contact .item01 .box dd figure {
	width:210px;
	height:200px;
	display:table-cell;
	text-align:center;
	vertical-align:bottom;
}

#contact .item01 .box dd span {
	width:120px;
	display:block;
	line-height:1.0;
	text-align:center;
	padding:5px 0;
	color:#FFF;
	background:#eb5d07;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}

#contact .item01 .box dt {
	text-align:center;
}

#contact .item01 .box dt span {
	font-size:1.3em;
}

#contact .item02 {
	overflow:hidden;
	zoom:1;
	margin:0 0 120px;
}

#contact .item02 .box {
	width:210px;
	float:left;
	margin-right:15px;
}

#contact .item02 .box.end {
	margin:0;
}

#contact .item02 .box dd {
	padding:0 0 30px;
	border-bottom:1px solid #000;
	margin:0 0 15px;
	position:relative;
}

#contact .item02 .box dd figure {
	width:210px;
	height:335px;
	display:table-cell;
	text-align:center;
	vertical-align:bottom;
}




/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	

	
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
	
	/* start */
	
	#start {
		width:94%;
	}

	#start h3 span {
		background-size:100% auto;
		width:auto;
		padding:10px 0;
		font-size:1.4em;
	}

	#start .sub01 {
		font-size:1.2em;
		margin:0 0 20px;
	}

	#start .sub02 {
		font-size:1.3em;
	}

	#start h4 {
		font-size:1.4em;
		line-height:1.4;
		margin:0 0 20px;
	}

	#start h4.sec {
		line-height:1.6;
	}

	#start h4 span {
		color:#e80505;
		padding-left:10px;
	}

	#start .bluebox {
		background:#ecf9ff;
		width:auto;
		margin:30px auto 15px;
	}

	#start .bluebox .into {
		padding:20px 5%;
	}

	
	/* お問い合わせ */
	
	

	#contact {
		width:auto;
		margin:0 auto;
	}

	#contact .read {
		line-height:1.6;
		margin:0 0 30px;
	}


	#contact .bluebox {
		width:auto;
		margin:0 auto 50px;
		background:#ecf9ff;
		padding:30px 3%;
	}

	#contact .bluebox dt {
		display:block;
		width:auto;
		text-align:center;
		margin:0 0 20px;
	}

	#contact .bluebox dd {
		display:block;
		text-align:center;
	}
	
	#contact .caution {
		line-height:1.6;
		margin:0 0 50px;
	}

	#contact table {
		width:100%;
		margin:0 0 50px;
		border-bottom:1px solid #00a9bb;
	}

	#contact table th,
	#contact table td {
		border-bottom:none;
		padding:20px 0;
		display:block;
	}

	#contact table th {
		font-weight:400;
		width:auto;
	}

	#contact table td .short {
		width:50%;
	}
	#contact table td .middle {
		width:70%;
	}
	
	#contact table td .long {
		width: 100%;
	}
	
	#contact table td label {
		display:inline-block;
	}
	
	#contact table td .blk {
		display:block;
		margin-top:7px;
	}

	#contact table select {
		width:60%;
	}


	#contact .submit input {
		display:block;
		width:80%;
		margin:0 auto;
	}
	
	/* item */
	
	#contact .item01 {
		margin:0 0 50px;
	}

	#contact .item01 .box {
		width:210px;
		display:block;
		margin:0 auto;
	}

	#contact .item01 .box.end {
		margin:30px auto 0;
	}

	#contact .item01 .box dd figure {
		width:auto;
		height:auto;
		display:block;
	}

	#contact .item01 .box dd span {
		position:static;
		transform:none;
		margin:0 auto 20px;
	}


	#contact .item02 {
		overflow:hidden;
		zoom:1;
		margin:0 0 60px;
	}

	#contact .item02 .box {
		width:210px;
		float:none;
		margin:0 auto 30px;
	}

	#contact .item02 .box.end {
		margin:0 auto;
	}


	#contact .item02 .box dd figure {
		width:auto;
		height:auto;
		display:block;
	}

}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){



}

/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 380px){
}