@charset "UTF-8";

.mailform-inner {
	max-width: 960px;
	margin: 0 auto 40px;
}
.mailform-area table {
	width: 100%;
    margin-bottom: 40px;
}
.mailform-area table tr {
	background-color: #F6F6EA;
}
.mailform-area table tr:nth-child(2n) {
	background-color: #ffffff;
}
.mailform-area table th,
.mailform-area table td {
	font-size: 1.5rem;
	padding: 25px 20px;
}
.mailform-area table th {
	width: 240px;
    font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	color: #45B035;
}
.mailform-area table th .sub-txt {
	font-size: 1.2rem;
	font-weight: normal;
	color: #333;
}
.required {
	margin-left: 10px;
	font-size: 1.0rem;
	color: #333;
	background: #FFE501;
	padding: 2px 6px;
	border-radius: 3px;
}
.optionaly {
	margin-left: 10px;
	font-size: 1.0rem;
	color: #fff;
	background: #333;
	padding: 2px 6px;
	border-radius: 3px;
}
.mailform-area .input01,
.mailform-area .input02,
.mailform-area .input03 {
	width: 100%;
	padding: 6px 8px;
	font-size: 1.5rem;
    font-family: '游ゴシック Medium','Yu Gothic Medium','YuGothic M','游ゴシック','Yu Gothic','游ゴシック体',YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mailform-area .input03 {
	width: 50%;
}
.mailform-area .txt1 {
    font-size: 1.6rem;
    font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 40px;
}
.mailform-button ul {
	max-width: 400px;
	margin: 0 auto;
}
.mailform-button ul li:nth-child(1) {
	width: 100%;
}
.mailform-button ul li:nth-child(2) {
	width: 120px;
	margin: 20px auto 0;
}
.mailform-button button {
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	background: #fff;
}
.mailform-button button.mailform-button1 {
	width: 100%;
	margin: 0 auto;
	display: block;
	background-color: #FFE100;
	border-radius: 50px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	text-align: center;
	color: #333;
	line-height: 1;
    letter-spacing: 0.05em;
	padding: 20px 10px;
	text-decoration: none;
	font-size: 2.2rem;
    font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	-webkit-transition: all .3s; transition: all .3s;
}
.mailform-button button.mailform-button1:hover {
    text-decoration: none;
    transform: translate(3px, 3px);
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-webkit-transition: all .3s; transition: all .3s;
}
.mailform-button button.mailform-button2 {
	width: 100%;
	margin: 0 auto;
	display: block;
	background-color: #CCCCCC;
	border-radius: 40px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	text-align: center;
	color: #333333;
	line-height: 1;
    letter-spacing: 0.05em;
	padding: 10px 10px;
	text-decoration: none;
	font-size: 1.6rem;
    font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	-webkit-transition: all .3s; transition: all .3s;
}
.mailform-button button.mailform-button2:hover {
    text-decoration: none;
    transform: translate(3px, 3px);
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-webkit-transition: all .3s; transition: all .3s;
}
@media only screen and (max-width: 768px) {
	.mailform-area table th {
		width: 150px;
	}
	.mailform-area .input01,
	.mailform-area .input02 {
		padding: 10px 8px;
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 640px) {
    .mailform-area table th,
	.mailform-area table td {
		display: block;
		width: 100%;
		padding: 15px;
	}
	.mailform-area table th {
		padding-bottom: 0;
	}
	.mailform-button ul {
		max-width: 320px;
	}
	.mailform-button button.mailform-button1 {
		padding: 16px 10px;
		font-size: 1.6rem;
	}
	.mailform-button button.mailform-button2 {
		font-size: 1.5rem;
	}
}

/* thanks */
.thanks {
	max-width: 960px;
	margin: 0 auto;
}
.thanks-txt1 {
	font-size: 2.6rem;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
    letter-spacing: 0.05em;
	line-height: 1.4;
	color: #45B035;
	text-align: center;
	margin-bottom: 30px;
}
.thanks-txt2 {
	max-width: 960px;
	margin: 0 auto 30px;
	padding: 30px 20px 20px;
	background-color: #F6F6EA;
	border-radius: 10px;
}
.thanks-txt2 ul {
	margin-left: 1.5em;
	list-style: disc;
}
.thanks-txt2 ul li {
	font-size: 1.5rem;
	margin-bottom: 10px;
	line-height: 1.4;
}
.thanks-top {
	font-size: 1.4rem;
	text-align: center;
}
.thanks-top a {
	color: #45B035;
	text-decoration: underline;
}
.thanks-top a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 640px) {
	.thanks-txt2 {
		padding: 30px 15px 20px;
	}
	.thanks-txt1 {
		font-size: 2.2rem;
	}
}
