@charset "utf-8";
/* CSS Document */

#title_wrap_a{
	background-image: url( "../../rotary/img/title/title_about.png");
	background-repeat: no-repeat;
	background-size: cover;
}

/******************/

.contact_contents h5{
	    color: #17458e;
    font-size: 32px;

}


.contact_contents{
	width: 1100px;
	margin: 0 auto;
	
}

.contact_contents table{
	width: 90%;
	margin: 0 auto;
	border: none;
	
}

.contact_contents th span{
	display: block;
	color: red;
	
}

.contact_contents th,.contact_contents td{
	border: none;
	border-bottom: 1px solid #B8C9FF;
	height: 110px;
}


.contact_contents th{
	width: 300px;
	padding: 10px 0;
}


.contact_contents input, .contact_contents textarea{
	width:100%;
	padding: 10px 20px;
	display: block;
}



.submitbuttun {
	text-align: center;
	margin: 0 auto;
	
}

.submitbuttun input{
	width:30%!important;
	margin: 0 auto;
	
}

.mail_check_text{
	text-align: center;
}

.mail_check_button{
	display: flex;
	width: 100%;
	margin: 0 auto;
	
}
.mail_check_button_wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	margin: 0 auto;
	
    justify-content: space-between;
}

.mail_check_button_wrap input{
	
	width:300px;
	margin: 20px;
}



/************SP用**************/
@media screen and (max-width:500px)  {

	

#title_wrap_a{
/*	position: relative;
        top: 21vw;
        z-index: -1;*/
    
}	
	


/******************/

.contact_contents h5{
    color: #17458e;
    font-size: 4vw;
    font-weight: bold;
    line-height: 2.5em;
}

	
	
.contact_contents{
	width: 90%;
	
}

.contact_contents table{
	width: 100%;
	margin: 0 auto;
	border: none;
	flex-direction: column;
}

.contact_contents tr{
    display: flex;
    flex-direction: column;
}

.contact_contents th span{
	display: block;
	color: red;
	
}

.contact_contents th,.contact_contents td{
	border: none;
	height: inherit;
	width: 100%;
	padding: 4vw 0;
}


.contact_contents th{
	width: 100%;
	text-align: left;
	padding: 10px 0;
}


.contact_contents td{
border-bottom: 1px solid #B8C9FF;
	
}


.contact_contents input, .contact_contents textarea{
	width:100%;
	padding: 10px 20px;
	display: block;
}



.submitbuttun {
	text-align: center;
	margin: 0 auto;
	
}

.submitbuttun input{
	width:70%!important;
	margin: 0 auto;
	
}
	
	.mail_check_button_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 auto;
    justify-content: space-between;
}


}