@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　SP設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;padding: 0;border: 0;font-weight: normal;font-size: 100%;vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {display:block;}
body {line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
ol, ul {list-style: none;list-style-type: none;}

/*------------------------------------------
■ 本体
------------------------------------------*/


.imgmax img{
	width: 100%;
}
.img90{
	text-align: center;
}
.img90 img{
	width: 90%;
	margin:0 auto;
}

.imgpadding{
	padding-top: 50px;
	padding-bottom: 50px;
}

.cv{
	background-image: url(../img/cv.png);
	background-size: cover;
}
.cv-tel,.cv-mail,.form-tel{
	text-align: center;
}
.cv-tel a img,
.cv-mail a img{
	width: 85%;
	margin:0 auto;
}
.cv-tel{
	padding-top:830px;
}
.cv-mail{
	margin-top: 20px;
	padding-bottom: 70px;
}

.form-tel img{
	width: 85%;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}


.form-titile{
	text-align: center;
	padding-top:30px;
	padding-bottom:30px;
}
.form-box{
	border:20px #abdaf3 solid;
	border-radius:40px;
	padding:50px 40px 50px 40px;
	width: 90%;
	margin:0 auto;
}
.form-box_title{
	text-align: center;
}


.form-box_txt{
	text-align: center;
	font-size:16px;
	font-weight: bold;
	color: #5b5b5b;
	letter-spacing: 0.3em;
}

.tableform{
	width: 100%;
}

form{
	margin-top:30px;
}

tr{
	display: block;
	margin-top: 50px;
}
th{
	display: block;
	text-align: left;
	font-size:2rem;
	font-weight: bold;
	color: #5b5b5b;

}

th span{
	color: #f00;
}


input{
	width: 75vw;
	border-radius:5px;
	background-color: #f7f7f7;
	border:2px solid #e6e6e6;
	height: 70px;
	margin: 10px 0;
	font-size:2.1rem;

}

textarea{
	width: 75vw;
	border-radius:5px;
	background-color: #f7f7f7;
	border:2px solid #e6e6e6;
	margin: 10px 0;
	font-size:2.1rem;
}


.formbutton_2{
	margin-top: 50px;
background-image: url(../img/form-button.png);
    background-size: 100%;
    width: 590px;
    height: 130px;
    border: none;
}

.company{
	text-align: center;
	font-size: 1.5rem;
	margin-top: 50px;
	margin-bottom:20px;
		color: #5b5b5b;
line-height:1.5;
}


