﻿@charset "utf-8";
#content .contact_tel {
	margin-bottom: 30px;
}
#content .contact_tel p+p{
	margin-top: 16px;
}
#content .contact_text {
	margin-bottom: 30px;
}
#content .contact_text .pink{
	color: #c89d53;
	font-weight: bold;
}
.c-contact{
	text-align: center;
	margin-bottom: 95px;
}
.c-contact .f-mob{
	font-family: 'Roboto', sans-serif;
	font-size: 2.4rem;
	line-height: 1.0;
	text-align: center;
	color: #333;
	margin-bottom: 5px;
	font-weight: 700;
}
.c-contact .f-mob span{
	font-size: 3.4rem;
}
.c-contact .f-tel{
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	line-height: 1.0;
	text-align: center;
	color: #333;
	font-weight: 700;
}
.c-contact .f-tel span{
	font-size: 2.6rem;
}
.c-contact .f-time {
	font-size: 0.85em;
	text-align: center;
	line-height: 2;
}
.c-contact .social{
	display: flex;
	margin-top: 15px;
	justify-content: center;
}
.c-contact .social li+li{
	margin-left: 20px;
}
/*.c-contact .social li{
	display: inline-block;
}*/
.c-contact .social a {
	display: block;
}
/*-------------------------------------------------------------------
	#mailform
-------------------------------------------------------------------*/
#mailform {
	margin-bottom: 90px;
}
#mailform #mailformpro {
	padding: 0;
}
#mailform table {
	margin-bottom: 20px;
}
#content table th, #content table td {
    padding: 17px 19px 17px;
}
#mailform table th {
	width: 240px;
	font-weight: normal;
	vertical-align: top;
}
#mailform table th span.red{
	color: #d34c8d;
	font-weight: bold;
	padding-left: 5px;
	font-size: 1.1rem;
	vertical-align: 3px;
}
#mailform table th,
#mailform table td {
	border: 1px solid #dddddd;
}
#mailform table td{
	background: #FFF;
}
#mailform table td .font12{
	font-size: 0.85em;
}
#mailform table td label {
	margin: 0 20px 0 0;
	display: inline-block;
}
[type="checkbox"],
[type="radio"] {
	vertical-align: -3px;
}
#mailform table td label input {
	border:none;
	margin: 0 5px 0 0;
	vertical-align: -2px;
}
#mailform table td input.address {
	margin-bottom: 10px;
}
#mailform table input[type="text"] {
	border: 0px solid #CCCCCC;
	background: #f4f4f4;
	border-radius: 0px;
	height: 38px;
	padding: 0 2px;
	margin-top: 10px;
	margin-bottom: 2px;
	font-family: inherit;
	line-height: 1.2;
	width: 100%;
}
#mailform table textarea {
	border: 0px solid #CCCCCC;
	background: #f4f4f4;
	border-radius: 0px;
	width: 100%;
	height: 140px;
	margin:  3px 0 3px;
	font-family: inherit;
	line-height: 1.6;
}
#mailform p.submit {
	margin: 40px 0 0;
	text-align:center;
}
#mailform p.submit button {
	background: url(../image/submit_bg.png)center center no-repeat;
	border: none;
}
#mailform p.submit button:hover{
	opacity: 0.8;
}
/*-------------------------------------------------------------------
	#privacy
-------------------------------------------------------------------*/
#privacy{
	margin-bottom: 70px;
	font-size: 1.2rem;
}
#privacy ol {
	list-style-type: decimal;
	margin: 15px 0 0 21px;
}
#privacy ol > li {
	padding-top: 13px;
	list-style-type: decimal;
}
/*-------------------------------------------------------------------
	thanks
-------------------------------------------------------------------*/
#thanks,
p.thanks {
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
.c-contact .f-mob span {
    font-size: 3.2rem;
}
.c-contact,
#mailform{
	margin-bottom: 70px;
}
}
@media screen and (max-width: 480px){
#mailform table td label {
    display:block;
}
}