﻿/* section: contact */
section#c_msg {
	width:94%;
	margin:0 auto;
	font-family: mplus-2c-regular;
	line-height:1.6;
}

section#c_msg h2{
	text-align:center;
	margin:0 auto;
}

section#c_msg .txt01 {
	font-size:18px;
	margin:30px 0 20px;
}

section#c_msg .txt02 {
	font-size:14px;
	margin-bottom:55px;
}

section#c_msg .tel_box_contact {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

section#c_form{
	margin:65px auto 40px;
	width:100%;
}

section#c_form input,
section#c_form select, 
section#c_form textarea {
    background-color: transparent;
    /* border-style: none; */
    color: inherit;
    border: solid 1px #ccc;
    margin: 5px;
}

section#c_form dt.txt_form_area {
}

section#c_form dd.txt_form_area {
	border-bottom: 1px solid #ccc;
}

section#c_form dd.txt_form_area textarea {
    resize: none;
    min-width: 100%;
    min-height: 200px;
}

section#policy {
	margin:0 auto 160px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: mplus-2c-regular;
}

section#policy dl{
	padding:20px 0;
}

section#policy dt {
    /* float: left; */
    font-size: 18px;
    width: 100%;
    padding:0 0 10px;
    font-family: mplus-2c-medium;
    text-align: center;
}

section#policy dd{
	float:left;
	font-size:14px;
	line-height: 1.6;
}

/* END section: contact */


