@charset "utf-8";

/****	---- ALL ----
===================================****/
html { font-size: 62.5% }
body {
	color: #333;
	font-size: 1.4rem;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	background: #fff;
}
img {
	max-width: 100%;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	opacity: .7;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}
@media print,screen and (max-width: 640px) {
	.inner {
		width: auto;
		padding: 0 10px;
	}
}
.pc-block {
	display: block;
}
.sp-block {
	display: none;
}
@media print,screen and (max-width: 640px) {
	.pc-block {
		display: none;
	}
	.sp-block {
		display: block;
	}
}

/****	---- HEADER ----
===================================****/
header {
	padding: 5px 0 15px;
}
header h1 {
	font-size: 1.4rem;
	font-weight: normal;
	margin: 0 0 15px 0;
}
header .contents {
	display: flex;
	justify-content: space-between;
}
header .contents .logo {
	width: 320px;
}
header .contents .contact {
	text-align: right;
}
header .contents .contact .text {
	font-size: 1.8rem;
}
header .contents .contact .tel a {
	font-size: 6.2rem;
	background: url('../img/ico_tel.png') left center no-repeat;
	background-size: 51px;
	padding: 0 0 0 55px;
}
header .contents .contact .tel a:hover {
	opacity: 1;
	cursor: default;
}
@media print,screen and (max-width: 640px) {
	header {
		padding: 10px 0 5px;
	}
	header h1 {
		display: none;
	}
	header .contents .logo {
		width: 130px;
		padding: 5px 0 0 0;
	}
	header .contents .contact {
		width: 165px;
	}
	header .contents .contact .text {
		font-size: 0.8rem;
	}
	header .contents .contact .tel a {
		font-size: 2.0rem;
		line-height: 1.5;
		background-size: 20px;
		padding: 0 0 0 22px;
	}
}

/****	---- CONTENTS ----
===================================****/
.title {
	text-align: center;
	background: #2664b0;
	padding: 20px 0;
	margin: 0 0 40px 0;
}
@media print,screen and (max-width: 640px) {
	.title {
		padding: 10px 20px;
		margin: 0 0 20px 0;
	}
}
.title_top {
	margin: 0;
}
.title .text {
	color: #fff;
	font-weight: normal;
}
.title .text span {
	color: #ffcc33;
}
.title .top {
	font-size: 2.6rem;
}
@media print,screen and (max-width: 640px) {
	.title .top {
		font-size: 1.3rem;
		line-height: 1.5;
		text-align: left;
	}
}
.title .normal {
	font-size: 5.2rem;
}
@media print,screen and (max-width: 640px) {
	.title .normal {
		font-size: 1.8rem;
		line-height: 1.5;
	}
}
.title_contact {
	text-align: center;
	background: #fff;
	border-radius: 30px;
	padding: 10px 0;
	margin: 0 0 40px 0;
}
@media print,screen and (max-width: 640px) {
	.title_contact {
		margin: 0 0 30px 0;
	}
}
.title_contact .text {
	font-size: 3.4rem;
}
@media print,screen and (max-width: 640px) {
	.title_contact .text {
		font-size: 1.6rem;
	}
}

/****	---- MV ----
===================================****/
.mv {
	width: 1100px;
	height: 875px;
	background: url('../img/bg_mv.jpg') center center no-repeat;
	box-sizing: border-box;
	padding: 150px 0 0 0;
	margin: 0 auto;
}
@media print,screen and (max-width: 640px) {
	.mv {
		width: auto;
		height: auto;
		background-size: cover;
		padding: 100px 0 20px;
	}
}
.mv .main {
	margin: 0 0 50px 0;
}
@media print,screen and (max-width: 640px) {
	.mv .main {
		margin: 0;
	}
}
.mv .contents {
	display: flex;
	justify-content: space-between;
}
@media print,screen and (max-width: 640px) {
	.mv .contents {
		display: block;
		overflow: hidden;
	}
}
.mv .text {
	font-size: 1.9rem;
	line-height: 2.0;
	text-shadow: 3px 3px 3px #fff;
}
@media print,screen and (max-width: 640px) {
	.mv .text {
		font-size: 1.0rem;
		margin: 0 0 10px 20px;
	}
}
.mv .list {
	display: flex;
}
@media print,screen and (max-width: 640px) {
	.mv .list {
		margin: 0 20px 0 0;
		float: right;
	}
}
.mv .list li {
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
	width: 180px;
	height: 180px;
	background: #2664b0;
	border: 10px solid #bcd7f8;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media print,screen and (max-width: 640px) {
	.mv .list li {
		font-size: 1.0rem;
		width: 80px;
		height: 80px;
		border: 5px solid #bcd7f8;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

/****	---- CONTACT ----
===================================****/
.section_contact {
	background: #ffcc33;
	padding: 80px 0 100px;
}
@media print,screen and (max-width: 640px) {
	.section_contact {
		padding: 20px 0 30px;
	}
}
.section_contact .contents {
	display: flex;
	justify-content: space-between;
}
@media print,screen and (max-width: 640px) {
	.section_contact .contents {
		display: block;
	}
}
.section_contact .contents .contact {
}
@media print,screen and (max-width: 640px) {
	.section_contact .contents .contact {
		text-align: center;
		margin: 0 0 30px 0;
	}
}
.section_contact .contents .contact .text {
	font-size: 2.8rem;
	font-weight: bold;
	margin: 0 0 20px 0;
}
@media print,screen and (max-width: 640px) {
	.section_contact .contents .contact .text {
		font-size: 1.6rem;
		margin: 0 0 20px 0;
	}
}
.section_contact .contents .contact .tel {
	margin: 0 0 10px 0;
}
.section_contact .contents .contact .tel a {
	font-size: 7.2rem;
	font-weight: bold;
	background: url('../img/ico_tel.png') left center no-repeat;
	background-size: 51px;
	padding: 0 0 0 60px;
}
@media print,screen and (max-width: 640px) {
	.section_contact .contents .contact .tel {
		margin: 0 0 10px 0;
	}
	.section_contact .contents .contact .tel a {
		font-size: 3.6rem;
		background-size: 26px;
		padding: 0 0 0 30px;
	}
}
.section_contact .contents .contact .info {
	font-size: 2.1rem;
	font-weight: bold;
}
@media print,screen and (max-width: 640px) {
	.section_contact .contents .contact .info {
		font-size: 1.2rem;
	}
}
.section_contact .contents .contact .tel a:hover {
	opacity: 1;
	cursor: default;
}
.section_contact .contents .web {
	width: 380px;
}
@media print,screen and (max-width: 640px) {
	.section_contact .contents .web {
		text-align: center;
		width: auto;
	}
}
.section_contact .contents .web .text {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px 0;
}
@media print,screen and (max-width: 640px) {
	.section_contact .contents .web .text {
		font-size: 1.6rem;
	}
}
.section_contact .contents .web .btn {
	color: #fff;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	width: 380px;
	height: 97px;
	background: url('../img/bg_btn.png') center center no-repeat;
	box-sizing: border-box;
	padding: 32px 0 0 0;
	display: block;
}
@media print,screen and (max-width: 640px) {
	.section_contact .contents .web .btn {
		font-size: 1.5rem;
		width: 190px;
		height: 49px;
		background-size: 190px;
		padding: 16px 0 0 0;
		margin: 0 auto;
	}
}

/****	---- transfer ----
===================================****/
.section_transfer .intro {
	border: 10px solid #2664b0;
	background: url('../img/ico_check.png') 20px center no-repeat;
	padding: 30px 50px 30px 160px;
	margin: 0 0 60px 0;
}
@media print,screen and (max-width: 640px) {
	.section_transfer .intro {
		border: 5px solid #2664b0;
		background: url('../img/ico_check.png') 10px center no-repeat;
		background-size: 50px;
		padding: 15px 25px 15px 75px;
		margin: 0 0 20px 0;
	}
}
.section_transfer .intro p {
	font-size: 3.2rem;
	line-height: 2.0;
}
@media print,screen and (max-width: 640px) {
	.section_transfer .intro p {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}
.section_transfer .intro p span {
	color: #2664b0;
}
.section_transfer .contents {
	background: url('../img/img_01.jpg') left bottom no-repeat;
	padding: 0 0 60px 440px;
}
@media print,screen and (max-width: 640px) {
	.section_transfer .contents {
		background: none;
		padding: 0;
	}
}
.section_transfer .contents .sub {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.8;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
@media print,screen and (max-width: 640px) {
	.section_transfer .contents .sub {
		font-size: 1.6rem;
	}
}
.section_transfer .contents .text {
	font-size: 2.1rem;
	line-height: 1.8;
}
@media print,screen and (max-width: 640px) {
	.section_transfer .contents .text {
		font-size: 1.2rem;
		margin: 0 0 40px 0;
	}
}

/****	---- merit ----
===================================****/
.section_merit .list {
	margin: 0 0 15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media print,screen and (max-width: 640px) {
	.section_merit .list {
		display: block;
	}
}
.section_merit .list li {
	width: 490px;
	border: 10px solid #2664b0;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px 40px 50px;
	margin: 0 0 15px 0;
}
@media print,screen and (max-width: 640px) {
	.section_merit .list li {
		width: auto;
		border: 5px solid #2664b0;
		padding: 10px 10px 20px;
	}
}
.section_merit .list li .sub {
	font-size: 2.4rem;
	line-height: 2.0;
	min-height: 100px;
	margin: 0 0 20px 0;
}
@media print,screen and (max-width: 640px) {
	.section_merit .list li .sub {
		font-size: 1.4rem;
		font-weight: bold;
		min-height: 50px;
	}
}
.section_merit .list li .sub span {
	background: url('../img/bg_text.png') left bottom repeat-x;
	padding: 0 0 10px 0;
}
.section_merit .list li .text {
	font-size: 1.6rem;
	line-height: 1.5;
}
@media print,screen and (max-width: 640px) {
	.section_merit .list li .text {
		font-size: 1.2rem;
	}
}
.section_merit .img {
	text-align: center;
}

/****	---- about ----
===================================****/
.section_about .intro {
	font-size: 2.6rem;
	line-height: 1.5;
	margin: 0 0 30px 0;
}
@media print,screen and (max-width: 640px) {
	.section_about .intro {
		font-size: 1.4rem;
		line-height: 1.8;
		margin: 0 0 20px 0;
	}
}
.section_about .img {
	text-align: center;
}
.section_about .contents {
	height: 406px;
	background: url('../img/img_03.jpg') right bottom no-repeat;
	box-sizing: border-box;
	padding: 40px 0 0 0;
	margin: 20px 0 0 0;
}
@media print,screen and (max-width: 640px) {
	.section_about .contents {
		height: auto;
		background-size: 50%;
		padding: 20px 0 0 0;
		margin: 10px 0 0 0;
	}
}
.section_about .contents .list li {
	font-size: 2.8rem;
	line-height: 2.0;
	text-indent: -1em;
	padding: 0 0 0 1em;
}
@media print,screen and (max-width: 640px) {
	.section_about .contents .list li {
		font-size: 1.4rem;
	}
}
.section_about .summary {
	background: #859279 url('../img/ico_check.png') 25px 15px no-repeat;
	background-size: 75px;
	padding: 30px 50px;
	margin: 0 0 100px 0;
}
@media print,screen and (max-width: 640px) {
	.section_about .summary {
		background: #859279 url('../img/ico_check.png') 10px 10px no-repeat;
		background-size: 30px;
		padding: 15px;
		margin: 0 0 40px 0;
	}
}
.section_about .summary .sub {
	color: #fff;
	font-size: 4.6rem;
	font-weight: bold;
	border-bottom: 1px solid #ffcc33;
	padding: 0 0 20px 70px;
	margin: 0 0 15px 0;
}
@media print,screen and (max-width: 640px) {
	.section_about .summary .sub {
		font-size: 2.4rem;
		padding: 0 0 10px 35px;
		margin: 0 0 10px 0;
	}
}
.section_about .summary .text {
	color: #fff;
	font-size: 3.2rem;
	line-height: 1.8;
}
@media print,screen and (max-width: 640px) {
	.section_about .summary .text {
		color: #fff;
		font-size: 1.4rem;
		line-height: 2.0;
	}
}

/****	---- step ----
===================================****/
.section_step {
	margin: 0 0 80px 0;
}
@media print,screen and (max-width: 640px) {
	.section_step {
		margin: 0 0 40px 0;
	}
}
.section_step .step {
	width: 850px;
	border: 5px solid #2664b0;
	box-sizing: border-box;
	margin: 20px auto;
	display: flex;
}
@media print,screen and (max-width: 640px) {
	.section_step .step {
		width: auto;
		border: 2px solid #2664b0;
		margin: 10px auto;
		display: block;
	}
}
.section_step .step .hdg {
	width: 220px;
	background: #2664b0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media print,screen and (max-width: 640px) {
	.section_step .step .hdg {
		width: auto;
		padding: 10px;
		display: block;
	}
}
.section_step .step .hdg p {
	color: #fff;
	font-size: 2.8rem;
}
@media print,screen and (max-width: 640px) {
	.section_step .step .hdg p {
		font-size: 1.6rem;
	}
}
.section_step .step .hdg p span {
	color: #ffcc33;
}
.section_step .step .contents {
	width: calc(100% - 220px);
	box-sizing: border-box;
	padding: 15px;
}
@media print,screen and (max-width: 640px) {
	.section_step .step .contents {
		width: auto;
		padding: 10px;
	}
}
.section_step .step .contents .sub {
	color: #2664b0;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px solid #2664b0;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
@media print,screen and (max-width: 640px) {
	.section_step .step .contents .sub {
		font-size: 1.3rem;
		padding: 0 0 5px 0;
		margin: 0 0 5px 0;
	}
}
.section_step .step .contents .text {
	font-size: 2.4rem;
	line-height: 1.5;
}
@media print,screen and (max-width: 640px) {
	.section_step .step .contents .text {
		font-size: 1.2rem;
	}
}
.section_step .img {
	text-align: center;
}
@media print,screen and (max-width: 640px) {
	.section_step .img img {
		width: 33px;
	}
}

/****	---- voice ----
===================================****/
.section_voice .list li {
	border-bottom: 1px solid #ccc;
	padding: 0 0 70px 0;
	margin: 70px 0;
	display: flex;
	justify-content: space-between;
}
@media print,screen and (max-width: 640px) {
	.section_voice .list li {
		padding: 0 0 30px 0;
		margin: 0 0 20px 0;
		display: block;
	}
}
.section_voice .list li:last-child {
	border-bottom: none;
}
.section_voice .list li .man {
	width: 220px;
}
@media print,screen and (max-width: 640px) {
	.section_voice .list li .man {
		width: auto;
		margin: 0 0 10px 0;
	}
}
@media print,screen and (max-width: 640px) {
	.section_voice .list li .man .img {
		display: none;
	}
}
.section_voice .list li .man .hdg {
	color: #fff;
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.5;
	background: #2664b0;
	padding: 30px 0;
	margin: 30px 0 0 0;
}
@media print,screen and (max-width: 640px) {
	.section_voice .list li .man .hdg {
		font-size: 1.6rem;
		padding: 10px 0;
		margin: 0;
	}
}
.section_voice .list li .contents {
	width: 760px;
	padding: 40px 0 0 0;
}
@media print,screen and (max-width: 640px) {
	.section_voice .list li .contents {
		width: auto;
		padding: 0;
	}
}
.section_voice .list li .contents .sub {
	color: #2664b0;
	font-size: 3.2rem;
	line-height: 1.2;
	width: 650px;
	min-height: 76px;
	background: url('../img/ico_comment.png') left top no-repeat;
	box-sizing: border-box;
	padding: 15px 0 0 82px;
	margin: 0 0 70px 0;
}
@media print,screen and (max-width: 640px) {
	.section_voice .list li .contents .sub {
		font-size: 1.6rem;
		width: auto;
		min-height: 38px;
		background-size: 38px;
		padding: 10px 0 0 42px;
		margin: 0 0 10px 0;
	}
}
.section_voice .list li .contents .text {
	font-size: 2.1rem;
	line-height: 1.8;
}
@media print,screen and (max-width: 640px) {
	.section_voice .list li .contents .text {
		font-size: 1.2rem;
	}
}

/****	---- faq ----
===================================****/
.section_faq .list li {
	border-bottom: 1px solid #ccc;
	padding: 0 0 60px 0;
	margin: 60px 0;
}
@media print,screen and (max-width: 640px) {
	.section_faq .list li {
		padding: 0 0 30px 0;
		margin: 30px 0;
	}
}
.section_faq .list li .faq_Q {
	color: #2664b0;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
	min-height: 80px;
	background: url('../img/ico_Q.png') left top no-repeat;
	box-sizing: border-box;
	padding: 15px 0 0 110px;
	margin: 0 0 30px 0;
}
@media print,screen and (max-width: 640px) {
	.section_faq .list li .faq_Q {
		font-size: 1.6rem;
		min-height: 40px;
		background-size: 40px;
		padding: 8px 0 0 50px;
		margin: 0 0 20px 0;
	}
}
.section_faq .list li .faq_A {
	font-size: 2.8rem;
	line-height: 1.5;
	min-height: 80px;
	background: url('../img/ico_A.png') left top no-repeat;
	padding: 18px 0 0 110px;
}
@media print,screen and (max-width: 640px) {
	.section_faq .list li .faq_A {
		font-size: 1.4rem;
		min-height: 40px;
		background-size: 40px;
		padding: 10px 0 0 50px;
	}
}

/****	---- company ----
===================================****/
.section_company {
	background: #eee;
	padding: 100px 0 0 0;
}
@media print,screen and (max-width: 640px) {
	.section_company {
		padding: 50px 0 0 0;
	}
}
.section_company h2 {
	font-size: 5.2rem;
	text-align: center;
}
@media print,screen and (max-width: 640px) {
	.section_company h2 {
		font-size: 2.6rem;
	}
}
.section_company table {
	border-collapse: collapse;
	width: 100%;
	margin: 100px 0 140px;
}
@media print,screen and (max-width: 640px) {
	.section_company table {
		margin: 20px 0 40px;
	}
}
.section_company table th {
	color: #fff;
	font-size: 2.6rem;
	font-weight: normal;
	line-height: 1.5;
	width: 220px;
	background: #2664b0;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
}
@media print,screen and (max-width: 640px) {
	.section_company table th {
		font-size: 1.3rem;
		text-align: center;
		width: auto;
		border-bottom: none;
		padding: 10px 0;
		display: block;
	}
}
.section_company table td {
	font-size: 2.6rem;
	line-height: 1.5;
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 20px 40px;
}
@media print,screen and (max-width: 640px) {
	.section_company table td {
		font-size: 1.3rem;
		text-align: center;
		border-bottom: none;
		padding: 10px;
		display: block;
	}
}
.section_company iframe {
	width: 100%;
}
@media print,screen and (max-width: 640px) {
	.section_company iframe {
		height: 300px;
	}
}

/****	---- FOOTER ----
===================================****/
footer {
	background: #2664b0;
	padding: 30px 0 120px;
}
@media print,screen and (max-width: 640px) {
	footer {
		padding: 10px 0;
	}
}
footer .contents {
	display: flex;
	justify-content: space-between;
}
@media print,screen and (max-width: 640px) {
	footer .contents {
		display: block;
	}
}
footer .contents .info ul {
	margin: 0 0 20px 0;
	overflow: hidden;
}
footer .contents .info ul li {
	color: #fff;
	font-size: 2.1rem;
	margin: 0 10px 0 0;
	float: left;
}
@media print,screen and (max-width: 640px) {
	footer .contents .info ul li {
		font-size: 1.2rem;
	}
}
footer .contents .info ul li:after {
	content: "/";
	margin: 0 0 0 10px;
}
footer .contents .info ul li a {
	color: #fff;
}
footer .contents .info .copyright {
	color: #fff;
	font-size: 1.8rem;
}
@media print,screen and (max-width: 640px) {
	footer .contents .copyright {
		color: #fff;
		font-size: 1.2rem;
		text-align: center;
	}
}
footer .contents .contact {
	text-align: right;
}
@media print,screen and (max-width: 640px) {
	footer .contents .contact {
		text-align: center;
		margin: 0 0 20px 0;
	}
}
footer .contents .contact .text {
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.5;
}
@media print,screen and (max-width: 640px) {
	footer .contents .contact .text {
		font-size: 1.2rem;
	}
}
footer .contents .contact .tel a {
	color: #fff;
	font-size: 6.2rem;
	background: url('../img/ico_tel_white.png') left center no-repeat;
	background-size: 51px;
	padding: 0 0 0 55px;
}
@media print,screen and (max-width: 640px) {
	footer .contents .contact .tel a {
		font-size: 3.0rem;
		background: url('../img/ico_tel_white.png') left center no-repeat;
		background-size: 26px;
		padding: 0 0 0 30px;
	}
}
footer .contents .contact .tel a:hover {
	opacity: 1;
	cursor: default;
}

/****	---- TOP BUTTON ----
===================================****/
#page-top {
	font-size: 1.8rem;
	text-align: center;
	width: 210px;
	background: #ffcc33;
	border: 5px solid #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px 0;
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
@media print,screen and (max-width: 640px) {
	#page-top {
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.5;
		width: 60px;
		border: 2px solid #fff;
		padding: 5px 0;
		bottom: 10px;
		right: 10px;
	}
}
#page-top:hover {
	color: #fff;
	background: #999;
	cursor: pointer;
	transition: 1s;
}
@media print,screen and (max-width: 640px) {
	#page-top:hover {
		color: #333;
		background: #ffcc33;
	}
}

/****	---- FORM ----
===================================****/
.title_form {
	color: #2664b0;
	font-size: 2.4rem;
	text-align: center;
	background: url('../img/bg_blue.png') left center repeat-x;
}
@media print,screen and (max-width: 640px) {
	.title_form {
		font-size: 1.8rem;
	}
}
.title_form span {
	background: #fff;
	padding: 0 40px;
}
.table00 {
	margin: 100px 0 10px;
}
@media print,screen and (max-width: 640px) {
	.table00 {
		width: 100%;
		margin: 40px 0 0;
	}
}
.table01 {
	margin: 40px 0 20px;
}
@media print,screen and (max-width: 640px) {
	.table01 {
		width: 100%;
		margin: 20px 0;
	}
}
.table01 th {
	width: 150px;
}
.table02 {
	margin: 20px 0;
}
@media print,screen and (max-width: 640px) {
	.table02 {
		width: 100%;
	}
}
.table02 th {
	width: 200px;
}
.table00 th,
.table01 th,
.table02 th {
	font-size: 1.8rem;
	text-align: left;
	vertical-align: middle;
	padding: 15px 0;
}
@media print,screen and (max-width: 640px) {
	.table00 th,
	.table01 th,
	.table02 th {
		font-size: 1.4rem;
		width: auto;
		padding: 15px 0 5px;
		display: block;
	}
}
.table00 td,
.table01 td,
.table02 td {
	font-size: 1.8rem;
	font-weight: bold;
	vertical-align: middle;
	padding: 15px 0;
}
@media print,screen and (max-width: 640px) {
	.table00 td {
		font-size: 1.2rem;
		width: auto;
		padding: 5px 0 15px;
		display: block;
	}
	.table01 td,
	.table02 td {
		font-size: 1.2rem;
		width: auto;
		border-bottom: 1px solid #eee;
		padding: 5px 0 15px;
		display: block;
	}
}
td label:hover,
td label input[type=radio]:hover {
	cursor: pointer;
}
td .radio {
	padding: 0 0 0 60px;
}
@media print,screen and (max-width: 640px) {
	td .radio {
		padding: 0;
	}
}
td .radio02 {
	padding: 0;
}
td .radio label {
	margin: 0 20px 0 0;
}
td .radio label input {
	font-size: 1.8rem;
	margin: 0 10px 0 0;
}
td input[type=text],
td input[type=email],
td select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.8rem;
	height: 50px;
	background: #f3f3f3;
	border: 1px solid #ccc;
	border-radius: 0;
	box-sizing: border-box;
	padding: 0 20px;
}
@media print,screen and (max-width: 640px) {
	td input[type=text],
	td input[type=email],
	td select {
		font-size: 1.2rem;
		height: 40px;
		padding: 0 10px;
	}
}
td .mr {
	margin: 0 20px 0 0;
}
@media print,screen and (max-width: 640px) {
	td .mr {
		margin: 0 10px 0 0;
	}
}
td .ml {
	margin: 0 5px;
}
@media print,screen and (max-width: 640px) {
	td .ml {
		margin: 0 2px;
	}
}
td .w80 {
	width: 80px;
}
td .w120 {
	width: 120px;
}
td .w160 {
	width: 160px;
}
td .w240 {
	width: 240px;
}
td .w400 {
	width: 400px;
}
td .w720 {
	width: 720px;
}
@media print,screen and (max-width: 640px) {
	td .w80,
	td .w120 {
		width: 60px;
	}
	td .w160 {
		width: 30%;
	}
	td .w240 {
		width: 50%;
	}
	td .w400,
	td .w720 {
		width: 100%;
	}
}
p.caution00 {
	color: #f00;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
@media print,screen and (max-width: 640px) {
	p.caution00 {
		font-size: 1.4rem;
	}
}
td .caution {
	color: #f00;
	font-size: 1.4rem;
	margin: 5px 0 0 0;
}
@media print,screen and (max-width: 640px) {
	td .caution {
		font-size: 1.2rem;
	}
}
th.vTop {
	vertical-align: top;
	padding: 30px 0 0 0;
}
@media print,screen and (max-width: 640px) {
	th.vTop {
		padding: 5px 0 0 0;
	}
}
td textarea {
	font-size: 1.8rem;
	width: 720px;
	height: 250px;
	background: #f3f3f3;
	border: 1px solid #ccc;
	border-radius: 0;
	box-sizing: border-box;
	padding: 20px;
}
@media print,screen and (max-width: 640px) {
	td textarea {
		font-size: 1.2rem;
		width: 100%;
		height: 150px;
		padding: 10px;
	}
}
input[type=button] {
	color: #fff;
	font-size: 2.1rem;
	width: 280px;
	height: 80px;
	background: #2664b0;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	margin: 60px auto 160px;
	display: block;
	-webkit-appearance: none;
}
@media print,screen and (max-width: 640px) {
	input[type=button] {
		font-size: 1.4rem;
		width: 200px;
		height: 60px;
		margin: 20px auto 40px;
		display: block;
	}
}
input[type=button]:hover {
	opacity: .7;
	cursor: pointer;
	transition: 1s;
}
/****	---- THANKS ----
===================================****/
.thanks {
	font-size: 2.0rem;
	line-height: 1.8;
	margin: 100px 0;
}
@media print,screen and (max-width: 640px) {
	.thanks {
		font-size: 1.4rem;
		margin: 40px 0;
	}
}
.thanks a {
	text-decoration: underline;
}
.thanks a:hover {
	text-decoration: none;
}

/* 送信ボタンの見た目を button と submit の両方に適用 */
input[type="button"],
input[type="submit"] {
		font-size: 1.4rem;
		width: 200px;
		height: 60px;
		margin: 20px auto 40px;
		display: block;
color: #fff;
    font-size: 2.1rem;
    width: 280px;
    height: 80px;
    background: #2664b0;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    margin: 60px auto 160px;
    display: block;
    -webkit-appearance: none;
}

/* ホバーやフォーカス指定も両方に */
input[type="button"]:hover,
input[type="submit"]:hover {
	opacity: .7;
	cursor: pointer;
	transition: 1s;
}
