@charset "utf-8";
@media print, screen and (min-width: 721px) {
/* ============================================
	説明文・電話番号
============================================ */		
.box_contactform {
	width: 890px;
    margin: 50px auto 0;
}
.text_contact .text {
	width: 500px;
}
.text_contact .text p {
	margin: 0 0 1em;
}
.text_contact .phonenum {
	width: 320px;
	background: #E5EEED;
	border-radius: 10px;
	text-align: center;
	padding: 20px;
}
.text_contact .phonenum .box_tel {
    border: 1px solid #DDD;
    padding: 10px 17px 5px 12px;
    border-radius: 30px;
    margin: 10px 0;
    background: #FFF;
    overflow: hidden;
    position: relative;
}
.text_contact .phonenum .box_tel .icon_tel {
	width: 40px;
	height: 40px;
}
.text_contact .phonenum .box_tel .icon_tel:after {
	font-family: 'Material Icons';
	content: '\e0b0';
	font-weight: bold;
	float: left;
	color: #FFF;
	margin: 7px 0 0 7px;
	font-size: 150%;
}
.text_contact .phonenum p {
	font-weight: 500;
    letter-spacing: 0.02em;
}
.text_contact .phonenum p.tel_num {
	position: absolute;
	top: 0;
	left: 70px;
}
.text_contact .phonenum p.tel_num a {
	color: #00AB99;
}
.text_contact .phonenum p.uketsuke {
	color: #00AB99;
	font-size: 125%;
}
/* ============================================
	フォーム
============================================ */		
span.required {
    background: #FFF;
    color: #FF3A00;
    position: absolute;
    right: 10px;
    top: 18px;
    padding: 0 0.2em;
    font-size: 75%;
    line-height: 150%;
    border: 1px solid #FF3A00;
    font-weight: 500;
    border-radius: 4px;
}
.box_contactform .mailform {
	margin: 30px 0 0;
	font-size: 110%;
	line-height: 170%;
}
.box_contactform .mailform .table_01 th {
	position: relative;
    width: 340px;
    font-weight: 400;
	vertical-align: top;
}
.box_contactform .mailform .table_01 td dl.form_address {
}
.box_contactform .mailform .table_01 td dl.form_address dt {
	float: left;
    padding: 0.5em 0;
}
.box_contactform .mailform .table_01 td dl.form_address dd {
	padding: 0.5em 0 0.5em 10em;
}
input[type="text"],
input[type="email"],
textarea {
	border: 1px solid #E2E2E2;
    font-size: 110%;
    width: 100%;
    padding: 0.25em;
}
input[type="tel"] {
	border: 1px solid #E2E2E2;
    font-size: 110%;
	padding: 0.25em;
}
.box_contactform .mailform .table_01 td p {
	font-size: 80%;
}
select {
	border: 1px solid #E2E2E2;
	font-size: 100%;
	padding: 0.25em;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
input[type="checkbox"],
input[type="radio"] {
	transform: scale(1.5);
    margin: 0 13px 0 0;
}
.shared_table_btn{
    margin: 30px auto 0;    
}
.shared_table_btn input[type=submit] {
	color: #FFF;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    background: #005D51;
    font-size: 125%;
    padding: 20px;
    display: block;
    width: 370px;
    text-align: center;
    line-height: 100%;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    border-radius: 50px;
}
.shared_table_btn input[type=button] {
    color: #FFF;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    background: #005D51;
    font-size: 125%;
    padding: 20px;
    display: block;
    width: 370px;
    text-align: center;
    line-height: 100%;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    border-radius: 50px;
}
.shared_table_btn input:hover {
	background:#00AB99;
}
/* ============================================
	確認画面
============================================ */		
.shared_table_btn p {
    text-align: center;
    margin: 30px 0;
}
.shared_table_btn a {
    text-align: center;
    text-decoration: underline;
}
/* ============================================
	完了画面
============================================ */	
.text_contact h3 {
    font-size: 150%;
    font-weight: 500;
    margin: 0 0 20px;
}
}

@media only screen and (max-width:720px) {
/* ============================================
	説明文・電話番号
============================================ */		
.box_contactform {
	margin: 20px 20px 0;
}
.text_contact .text {
}
.text_contact .text p {
	margin: 0 0 1em;
}
.text_contact .phonenum {
	background: #E5EEED;
	border-radius: 10px;
	text-align: center;
	padding: 10px 20px;
}
.text_contact .phonenum .box_tel {
	border: 1px solid #DDD;
    padding: 10px 17px 5px 12px;
    border-radius: 30px;
    font-size: 130%;
    margin: 10px 0;
    background: #FFF;
    position: relative;
    overflow: hidden;
    min-height: 40px;
}
.text_contact .phonenum .box_tel .icon_tel {
	width: 35px;
    height: 35px;
    background: #00AB99;
    border-radius: 40px;
    position: absolute;
    top: 15px;
    left: 20px;
}
.text_contact .phonenum .box_tel .icon_tel:after {
	font-family: 'Material Icons';
    content: '\e0b0';
    font-weight: bold;
    float: left;
    color: #FFF;
    margin: 7px 0 0 7px;
    font-size: 130%;
}
.text_contact .phonenum p.tel_num {
	text-align: center;
    color: #00AB99;
    font-size: 200%;
    padding: 10px 0;
    position: absolute;
    left: 55px;
    top: 4px;
    width: calc(100% - 70px);
}
.text_contact .phonenum p.tel_num a {
	color: #00AB99;
}
.text_contact .phonenum p {
	font-weight: 500;
}
.text_contact .phonenum p.uketsuke {
	color: #00AB99;
	font-size: 125%;
}
/* ============================================
	フォーム
============================================ */		
span.required {
    background: #FFF;
    color: #FF3A00;
    position: absolute;
    right: 10px;
    top: 18px;
    padding: 0 0.2em;
    font-size: 75%;
    line-height: 150%;
    border: 1px solid #FF3A00;
    font-weight: 500;
    border-radius: 4px;
}
.box_contactform .mailform {
	margin: 30px 0 0;
}
.box_contactform .mailform .table_01 th {
	position: relative;
    font-weight: 500;
	vertical-align: top;
}
.box_contactform .mailform .table_01 td dl.form_address {
}
.box_contactform .mailform .table_01 td dl.form_address dt {
    padding: 0.5em 0 0;
}
.box_contactform .mailform .table_01 td dl.form_address dd {
	padding: 0.5em 0;
}
input[type="text"],
input[type="email"],
textarea {
	border: 1px solid #E2E2E2;
    font-size: 16px;
    width: calc(100% - 10px);
    padding: 0.25em;
}
input[type="tel"] {
	border: 1px solid #E2E2E2;
    font-size: 110%;
	padding: 0.25em;
}
.box_contactform .mailform .table_01 td p {
	font-size: 100%;
	margin: 7px 0 0;
}
select {
	border: 1px solid #E2E2E2;
	font-size: 16px;
	padding: 0.25em;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
	transform: scale(1.5);
    margin: 0 13px 0 0;
}
.shared_table_btn{
    margin: 30px auto 0;    
}
.shared_table_btn input[type=submit] {
	color: #FFF;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    background: #005D51;
    font-size: 125%;
    padding: 20px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 100%;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    border-radius: 50px;
}
.shared_table_btn input[type=button] {
    color: #FFF;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    background: #005D51;
    font-size: 125%;
    padding: 20px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 100%;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    border-radius: 50px;
}
.shared_table_btn input:hover {
	background:#00AB99;
}
/* ============================================
	確認画面
============================================ */		
.shared_table_btn p {
    text-align: center;
    margin: 20px 0;
}
.shared_table_btn a {
    text-align: center;
    text-decoration: underline;
}
/* ============================================
	完了画面
============================================ */	
.text_contact h3 {
    font-size: 110%;
    font-weight: 500;
    margin: 0 0 20px;
}
}