@charset "utf-8";
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#gNavi .navi04 > a {
	color: #30B2CD;
}
.pageTitle {
    background-image: url(../img/contact/page_title_bg.jpg);
}
#main {
    padding-bottom: 50px;
}
#main .comTtl {
    margin-bottom: 87px;
}
#main .content {
    max-width: 770px;
}
#main table {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
}
#main th,
#main td {
    padding: 20px 0 20px;
	width: 68%;
    text-align: left;
    box-sizing: border-box;
    vertical-align: top;
}
#main th {
    width: 32%;
	font-weight: 400;
}
#main th .must {
    margin-left: 8px;
    padding: 2px 5px 3px;
    display: inline-block;
    font-size: 1rem;
    color: #FFF;
    line-height: 1.2;
    border-radius: 3px;
    vertical-align: 1px;
    background-color: #F40000;
}
#main input[type="text"],
#main input[type="tel"],
#main input[type="email"],
#main textarea {
	padding: 10px;
	width: 100%;
    height: 64px;
    font-size: 1.6rem;
	border: 1px solid #F0F0F0;
	box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #F8F8F8;
	border-radius: 0;
}
#main textarea {
	height: 290px;
    resize: vertical;
}
#main .errorTxt {
    margin: 2px 0 -23px;
    display: block;
    color: #FF0000;
    font-size: 1.4rem;
}
#main .btmMsg {
    margin-top: 20px;
    padding: 0px 5px 4px;
    text-align: center;
    color: #FF0000;
    font-weight: 500;
    font-size: 1.4rem;
    border: 2px solid #30B2CD;
}
#main .text {
    margin-bottom: 12px;
    color: #696868;
    letter-spacing: 0.04em;
}
#main .privacyBox {
    margin-bottom: 65px;
    padding: 22px 26px 24px;
    border: 1px solid #707070;
    height: 326px;
    color: #696868;
    letter-spacing: 0.03em;
    overflow-y: scroll;
    box-sizing: border-box;
}
#main .privacyBox .title {
    margin-bottom: 22px;
    font-weight: 900;
    font-size: 2.2rem;
    line-height: 1.5;
}
#main .privacyBox p {
    margin-bottom: 23px;
    font-size: 1.4rem; 
    line-height: 1.45; 
}
#main .privacyBox li {
    margin-bottom: 23px;
    font-size: 1.4rem;
    line-height: 1.55;
}
#main .privacyBox li .ttl  {
    display: block;
    font-weight: 500;
}
#main .submit {
    text-align: center;
}
#main .submit li {
    margin: 0 15px;
    display: inline-block;
    vertical-align: top;
}
#main .submit input[type="submit"] {
	padding: 12px 5px;
    width: 260px;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 500;
    border: 1px solid #30B2CD;
    cursor: pointer;
    border-radius: 5px;
	background: url("../img/common/icon02.png") #30B2CD no-repeat right 23px center;
	background-size: 6px auto;
	box-sizing: border-box;
    appearance: none;
    transition: .3s;
	-webkit-transition: .3s;
}
#main .submit input[type="submit"]:hover {
    color: #30B2CD;
	background: url("../img/common/icon02_on.png") #FFF no-repeat right 23px center;
	background-size: 6px auto;
}
/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
#main .thanks .comTtl {
	margin-bottom: 52px;	
}
#main .thanks p {
	margin-bottom: 27px;
	letter-spacing: 0.04em;
	line-height: 1.7;
}
#main .thanks .text {
	margin: -3px 0 42px;
	color: #242121;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
#main .thanks .telBox {
	max-width: 500px;
	margin: 0 auto;
	padding: 5px 0 11px;
	text-align: center;
	box-sizing: border-box;
	border: 3px solid #30B2CD;
}
#main .thanks .telBox .tel {
	margin: 0 13px 0 0;
	color: #242121;
	font-size: 5rem;
	letter-spacing: 0em;
	font-weight: 900;
	line-height: 1.2;
}
#main .thanks .telBox .tel .en {
	margin-right: 15px;
	padding: 3px 13px 3px;
	display: inline-block;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0;
	vertical-align: 12px;
	background-color: #30B2CD;
}
#main .thanks .telBox .date {
	margin: 0 103px 6px;
	color: #242121;
	font-size: 1.4rem;
	text-align: left;
	letter-spacing: 0;
}
#main .thanks .telBox .note {
	margin-bottom: 0;
	color: #707070;
	font-size: 1.2rem;
	letter-spacing: 0;
}
#main .thanks .thanksTxt {
	color: #696868;
}

