@charset "UTF-8";

*, *:before, *:after {
	box-sizing: border-box;
}
html { font-size: 55%; }
@media screen and (min-width: 1025px) {
	html { font-size: 62.5%; }
}
@media all and (min-width: 560px) {
  .sp {
    display: none !important;
  }
}

body {
	background-color: #EEE;
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
}
.txt-center { text-align: center;}
.txt-button a {
  position: relative;
  transition: 0.3s;
  padding: 1rem 3rem 1rem 2rem;
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration:none;
  border-radius: 5rem;
  width: 50%;
  }
  @media screen and (min-width: 560px) {
	.txt-button a {
		padding: 2rem 6rem 2rem 4rem;
		width: auto;
		min-width: 30%;
	}
  }
  .txt-button a::before {
    position: absolute;
    top: 0; bottom: 0; right: 2rem;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px; height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .txt-button a:hover,
  .txt-button a:active {
    background: #fff;
    color: #000;
    text-decoration:none;
  }
  .txt-button a:hover::before {
	border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
div#wrapper {
	padding: 25px 20px 10px;
	width: 100%;
	max-width: 800px;
	text-align: left;
	margin: auto;
}
@media screen and (min-width: 560px) {
	div#wrapper {
		padding: 35px 50px 10px;
	}
}

div#wrapper header h1 {
	font-size: 3.0rem;
	padding: 0.6em 0 0;
	margin: 0 0 4.0rem;
	line-height:1.3;
	text-shadow: 0 2px 0 #FFF;
	text-align: center;
}
div#wrapper h2 {
	font-size: 2.0rem;
	margin: 2em 0 0.8em;
}
div#wrapper h3 {
	font-size: 1.8rem;
	margin: 0 0 0.8em;
}
div#wrapper p {
	margin-bottom: 1em;
}
div#wrapper p.note {
	text-indent: -1em;
	padding-left: 1em;
}


div#wrapper div#container {
	padding: 0;
	margin-bottom: 5em;
}

#interview { margin-bottom: 5em;}
#error {
	border: 3px double #000;
	background: #eec4bd;
	padding: 15px;
	border-radius: 3px;
}
#error .txt-button a { 
	background: #fff;
	color: #000;
	width: 80%;
}
#error .txt-button a::before {
	border-top: 1px solid #000;
    border-right: 1px solid #000;
}
#error .txt-button a:hover { 
	background: #000;
	color: #fff;
}
#error .txt-button a:hover::before {
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
@media screen and (min-width: 560px) {
	#error .txt-button a { 
		width: 50%;
	}
}


form#mailformpro dl,
#interview dl {
	margin: 15px auto;
	border: solid 1px #CCC;
	background: #FFF;
	padding: 15px;
	border-radius: 3px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	text-align: left;
}
#interview dl { justify-content: normal; }
#interview dl dt { width: 7em;}

form#mailformpro dl dt {
	width: 100%;
	padding: 10px 0 0 0;
	font-size: 1.6rem;
	text-align: left;
	float: none;
	border: none;
}
form#mailformpro dl dd {
	width: 100%;
	border: none;
	margin: 0px;
	padding: 10px 0 5px;
	font-size: 1.6rem;
	line-height: 1.5em;
	text-align: left;
	border-bottom: 1px dashed #ccc;
	}
	form#mailformpro dl dd:last-child {
		border-bottom:none;
	}
form#mailformpro dl dt p,
form#mailformpro dl dd p {
	margin: 5px 0 0 5px;
	color: #666;
}
form#mailformpro dl dd.kiyaku p {
	margin: 0 0 1em 5px;
	color: #000;
}
form#mailformpro dl dd ul {
	margin: 0 0 1em 5px;
	padding-left: 1em;
}
form#mailformpro dl dd ul li {
	list-style: disc;
}
.mfp_rows {
	clear: both;
}
.mfp_rows:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.mfp_rows input[type="text"],
.mfp_rows input[type="email"],
.mfp_rows input[type="tel"],
.mfp_rows input[type="number"],
.mfp_rows input[type="date"],
.mfp_rows input[type="file"],
.mfp_rows select,
.mfp_rows button,
form#mailformpro .mfp_rows label {
	width: 100%;
	min-width: 100%;
	word-break: break-all;
	white-space: normal;
}
.mfp_rows select {
	height: 27px;
}
.mfp_rows textarea {
	width: 100%;
	min-width: 100%;
}
.mfp_rows .mfp_col1,.mfp_rows .mfp_col2,.mfp_rows .mfp_col3,.mfp_rows .mfp_col4,.mfp_rows .mfp_col5,.mfp_rows .mfp_col6,.mfp_rows .mfp_col7,.mfp_rows .mfp_col8,.mfp_rows .mfp_col9,.mfp_rows .mfp_col10,.mfp_rows .mfp_col25,
.bd {
	float: left;
	padding: 0 1.5% 5px;
}
.mfp_rows .mfp_col1 {width: 10%;}
.mfp_rows .mfp_col2 {width: 20%;}
.mfp_rows .mfp_col3 {width: 30%;}
.mfp_rows .mfp_col4 {width: 40%;}
.mfp_rows .mfp_col5 {width: 50%;}
.mfp_rows .mfp_col6 {width: 60%;}
.mfp_rows .mfp_col7 {width: 70%;}
.mfp_rows .mfp_col8 {width: 80%;}
.mfp_rows .mfp_col9 {width: 90%;}
.mfp_rows .mfp_col10 {width: 100%;}
.mfp_rows .mfp_col25 {width: 25%;}

div.mfp_buttons button {
	font-size: 2.0rem;
	padding: 15px 40px;
	background: #eec4bd;
	border: 1px solid #fff;
	border-radius: 30px;
}
.thanks div.mfp_buttons button {
	border-radius: 60px;
}
div.mfp_buttons button.mfp_element_reset,
div.mfp_buttons button#mfp_button_cancel {
	background: #ccc;
}

.mfp_colored {
  background: #fff;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password,
form#mailformpro label.mfp_checked {
	box-shadow: none;
}
div.mfp_err {
	margin: 5px 0 0 10px;
}

/* 確認画面 */
div#wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 10px auto 3.0rem;
}
div#wrapper table tr th,
div#wrapper table tr td {
	background: #FFF;
	font-size: 1.4rem;
	padding: 5px 10px;
	border: solid 1px #CCC;
}
table#mfp_confirm_table tr th {
	width: 40%;
	display: table-cell;
}
table#mfp_confirm_table tr td {
	width: 60%;
	display: table-cell;
}
