@charset "UTF-8";
/* CSS Document */

header{
	background-color: #fff;
}

header h1{
	width: 960px;
	margin: auto;
	padding: 20px 20px 40px 0;
}

.content{
	padding-top: 75px;
	text-align: center;
	min-height: 900px;
}

.content .mail{
	position: relative;
	margin: 0px;
	text-align: left;
	padding: 0 0 10px 45px;
}

.content .mail::before {
    position: absolute;
    content: "";
    background: transparent url("../img/curriculum/pentagon.png") no-repeat scroll 0% 0%;
    top: -2px;
    left: 0px;
    width: 36px;
    height: 31px;
}

.content p{
	padding: 50px 0;
	line-height: 1.8;
	letter-spacing: 1px;
}


form#mailformpro {
    margin: 0 auto 130px;
    background-color: #FFF;
}

form#mailformpro > p {
	text-align: center;
	font-size: 1.429em;
	color: #545454;
}

table {
	width: 100%;
	border-spacing: 2px;
	margin-bottom: 20px;
	background-color: #fff;
}
@media only screen and ( max-width : 479px ) {
	table {
		padding: 15px 0;
	}
}

table tr, table tr:nth-of-type(2n){
	background-color: #fff;
}

table tr th{
	width: 35%;
}

th {
	font-weight: 300;
}

table tr th,table tr td {
	font-size: 0.875rem;
	color: #545454;
	text-align: left;
	line-height: 1.125rem;
	padding: 10px 20px;
}

@media only screen and ( max-width : 479px ) {
	table tr th,table tr td {
		display: block;
		width: 100%;
	}
	table tr th {
		padding: 10px;
	}
	table tr td {
		padding: 0 10px 25px;
	}
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	-webkit-appearance: none;
	border-radius: 0;
	background-color: #fff;
	font-family: inherit;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.75);
	display: block;
	font-size: 0.875rem;
	margin: 0 0 1rem 0;
	padding: 0.5rem;
	height: 2.3125rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.15s linear;
}

input.gender {
	max-width: 150px;
}

input.tel {
	max-width: 300px;
}

button, .button {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	font-size: 1rem;
	background-color: #E77C88;
	border-color: #E77C88;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all  .2s ease-in-out;
	text-decoration: none;
}

button:hover, button:focus, .button:hover, .button:focus {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

.content form table tr input,
.content form table tr textarea {
	/* width: 100%; */
	/* padding: 10px; */
	margin-top: 1rem;
	resize: none;
}
@media only screen and ( max-width : 479px ) {
	.content form table tr input {
		margin: 0;
	}
}

.content form table tr textarea {
	height: 200px;
}

select {
	width: 270px;
	height: 2.3125rem;
	margin-right: 5px;
	padding: 0.5rem;
	padding-right: 15px;
	border-radius: 0;
	border: solid 1px #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
	background-size: 9px 6px;
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	text-shadow: none;
}

select#prefectures {
	display: none;
}

.birthday select {
	width: 80px;
}

.birthday select.little {
    width: 55px;
}

.radio ul {
	list-style: none;
	margin: 10px 0;
	display: flex;
}

.radio ul li {
	padding-right: 1em;
}

.content form table tr .radio ul li label {
	display: flex;
	align-items: center;
	padding: 0;
	border: none;
	cursor: pointer;
}

.content form table tr .radio ul li input {
	margin: 0 .4em 0 0;
}

.ability select {
	width: 150px;
}

.send {
	text-align: center;
}

.send button {
	margin: 10px;
}

.phone h3{
	position: relative;
	max-width: 960px;
	margin: 0 auto 35px;
	text-align: left;
	padding-left: 45px;
}

.phone h3::before {
    position: absolute;
    content: "";
    background: transparent url("../img/curriculum/pentagon.png") no-repeat scroll 0% 0%;
    top: -2px;
    left: 0px;
    width: 36px;
    height: 31px;
}

.phone_box{
	background: url("../img/contact/bg_contact.jpg");
	padding-top: 30px;
	margin-bottom: 80px;
}

.phone_number{
	max-width: 960px;
	margin: auto;
	text-align: center;
	display: flex;
}

.phone_number a{
	display: inline-block;
	margin: 0 5px;
}

.phone_box p{
	font-size: 13px;
	text-align: center;
	padding: 25px 0;
	margin: 0;
}

.content .completion{
	padding: 30px 0 10px;
}

.content .thanks{
	padding: 20px 0px 50px;
}



@media only screen and ( max-width : 959px ){
	.row{
		padding: 0 2%;
	}
	header h1{
		padding: 40px 20px 70px;
	}
}

@media only screen and ( max-width : 630px ){
	.phone_number{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.phone_number a{
		width: 48%;
		margin: 5px .5%;
	}
}
