@charset "utf-8";
h1{
	font-size: 1.4rem;
	font-weight: 400;
	white-space: nowrap;
}
.company th, td {
	border-bottom: none;
}
#formWrap {
	width: 100%;
	max-width:700px;
	margin:0 auto 160px;
}
#formWrap h3,#formWrap h4{
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.4em;
}
#formWrap .txt02{
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.6rem;
}

table th,table tr{
	display: block;
	text-align: left;
}
table.formTable{
	width:100%;
	margin:0 auto;
}
.formTable ul{
	margin-bottom: 25px; 
}
.formTable li{
	margin: 5px 0 5px; 
}
input[type="radio"] ,label{
	cursor: pointer;
}
.labelArea{
	margin: 0 30px 0 5px;
}
input[type="text"],input[type="tel"],input[type="email"]{
	width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
    height: 40px;
    font-size: 16px;
    letter-spacing: .05em;
    padding: 0 1em;
}
textarea{
	width: 100%;
	border: 1px solid #ccc;
    border-radius: 7px;
}
.subBtn{
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 330px;
	}
.subBtn input{
	padding: 10px;
	 border: 1px solid #ccc;
	width: 150px;
	border-radius: 3px;
		-webkit-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
}
.subBtn input:nth-child(1){
	background: #333;
	color: #fff;
}
.subBtn02{
	background: #333;
	color: #fff;
}
.subBtn02:hover{
	opacity: .7;
		-webkit-transition: all .5s ease;
	transition: all .5s ease;	
}
.subBtn input:hover{
	opacity: .7;
		-webkit-transition: all .5s ease;
	transition: all .5s ease;	
}
.required{
	margin-left: 10px;
	font-size: .6rem;
	padding: 5px;
/*	background: #FF5353;*/
	color: #fff;
	position: relative;
	top:-2px;
	border-radius: 3px;
}
.contact_sec{
		width: 100%;
		max-width: 880px;
		margin: 0 auto;
	}
.contactPage .content{
 display: flex;
align-items: center;
	height: auto;
}
.contactPage .contact-ttl{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 30px;
}
.contactPage .contact_sec .txt{
	margin-bottom: 60px;
	text-align: justify;
}
.content02{
	    display: flex;
    height: 100vh;
    align-items: center;
}

.contact_sec .txt{
	margin-bottom: 44px;
	text-align: justify;
}


@media screen and (max-width:880px) {
.contact_sec{
		width: 90%;
		margin: 0 auto;
	}
}
@media screen and (max-width:572px) {
.header02::after {
    	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("../img/svg/logo03.svg") no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
/*
	top: -30px;
	left: -10px;
*/
	transition: all 0.8s ease;
}
	.contactPage{
		position: relative;
	}
.h1-ttl {
    position: absolute;
    top: 50px;
    left: 10px;
    color: #333;
    font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic,"Noto Sans JP", 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
}
#formWrap {
	padding: 0;
	margin:0 auto 60px;
}
.contact_sec{
	width: 90%;
	margin: 0 auto;
}
.contactPage .content{
	margin-top: 0;
	padding:  0 0;
}
.contact_sec .txt{
	margin-bottom: 44px;
	text-align: justify;
	font-size: 1.4rem;
}
}
@media (max-width: 520px) {
    h1 {
        font-size: 1rem;
        font-weight: 400;
        white-space: nowrap;
    }
}