@charset "utf-8";

/*-----------------------------
TOP
------------------------------*/
.contact_table tr th,
.contact_table tr td {
	border-collapse: collapse;
}
.contact_table{
	width: 100%;
	margin-bottom:30px;
	border-bottom: 1px solid #e6e6e6;
    table-layout: fixed;
	border-collapse: collapse;
}
.contact_sub_table{
	width: 100%;
}
.contact_table > tbody > tr > th {
    background-color: #f7f7f7;
    text-align: left;
    font-weight: normal;
    padding: 14px 20px 12px;
    border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	vertical-align: middle;
}
.contact_table > tbody > tr > td {
    padding: 14px 20px 12px;
    border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
    vertical-align: middle;
}
.contact_table > tbody > tr:last-child  > td:last-child  {
	border-bottom:0;
}
.contact_table > tbody > tr > td > select {    /*　矢印を消す　*/
    -webkit-appearance:none;
    -moz-appearance:none;
        text-indent: .01px; /* Firefox用 */
        text-overflow: ""; /* Firefox用 */
    appearance:none;
     
    /*　背景画像の指定　*/
    width: 180px;
    height:50px;
    border:3px solid #CCC;
    padding-right:30px;
    background-color:#FFF;
    background-image:url(../images/select_btn.gif);
	background-size:28px;
    background-repeat:no-repeat;
    background-position:right center;
    cursor:pointer;
}
.contact_table > tbody > tr > td > select,
.contact_table > tbody > tr > td > textarea,
.contact_table > tbody > tr > td > input,
.contact_table > tbody > tr > td > p > input,
.contact_table > tbody > tr > td > span > input {
    border: 1px solid #e6e6e6;
	font-size: 16px;
}
.contact_table > tbody > tr > td > input,
.contact_table > tbody > tr > td > p > input {
    padding: 5px 10px;
    width: 60%;
    box-sizing: border-box;
}
.contact_table > tbody > tr > td > p > span {
	margin-right:20px;
}
.contact_table > tbody > tr > td > p:last-child {
	margin-bottom:0;
}
.contact_table > tbody > tr > td > .mwform-radio-field label {
    padding: 8px 15px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}
.contact_table > tbody > tr > td > textarea {
	width:100%;
    padding: 5px 10px;
}
.contact_table > tbody > tr > td > .contact_sub_table > thead > tr > th {
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    width: 25%;
}
.contact_table > tbody > tr > td > .contact_sub_table > tbody > tr > td {
	text-align:center;
    width: 25%;
    padding-top: 10px;
}
.contact_table > tbody > tr > td > .contact_sub_table > tbody > tr > td > p {
	margin-bottom:0;
}

.note_txt{
    clear:both;
    font-size: 11px;
}
.contact-page{
    background-image: url('../images/contact_images.jpg');
    height: 230px;
    position: relative;
    background-size: cover;
    background-position: center center;
}
/*.required{
    position: relative;
}*/
.required:after{
    content:'\5FC5\9808';
    bottom:0;
    right:0;
	font-weight: 700;
    color: #fa4445;
    float: right;
}
.mw_wp_form_preview .required:after{
    content: none;
}
.comtact_btn_area {
	text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
.comtact_btn_area input {
    padding: 13px 30px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 2px;
}
#mw_wp_form_mw-wp-form-69 h2 {
    color: #2a9dab;
    margin-bottom: 10px;
}
.mw_wp_form_input #firstBox,
.mw_wp_form_input #firstBox_no1,
.mw_wp_form_input #firstBox_no2,
.mw_wp_form_input #firstBox_no1_2{
    display: none;
}
.zip_area{
    margin-bottom: 10px;
}

.accordion #contract01 {
	margin-top:80px;
}
.accordion ul {
	width:100%;
	padding:0;
	margin:50px 0;
}
.accordion li {
	position:relative;
	border-bottom:1px solid #ccc;
	list-style:none;
}
.accordion li:first-child {
	border-top:1px solid #ccc;
}

.accordion > ul > li > a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 15px 40px 15px 10px;
    position: relative;
}
.accordion > ul > li > a h5:hover {
	color: #111;
	text-decoration:none;
}
.accordion > ul > li > p {
	display: none;
	text-align:left;
	padding:0 .8em 1.4em 1em;
	color:#555;
	line-height:1.8;
	margin-bottom:0;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
    width: 15px;
    height: 40px;
    top: 24px;
    right: 10px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 100%;
	height: 1px;
    background-color: #ccc;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.accordion li h5 {
    font-size: 14px;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
.contact_table > tbody > tr > th {
    width: 30%;
}
.required:after{
    display: table-cell;
    vertical-align: middle;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.contact_table > tbody > tr > th {
    width: 30%;
}
.required:after{
    display: table-cell;
    vertical-align: middle;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.contact_table > tbody > tr > th {
    width: 30%;
}
.required:after{
    display: table-cell;
    vertical-align: middle;
}
.contact_table > tbody > tr > td > p > span {
    margin-right: 20px;
    float: left;
}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.contact_table > tbody > tr > th {
    width: 30%;
}
.required:after{
    display: table-cell;
    vertical-align: middle;
}
.contact_table > tbody > tr > td > p > span {
    margin-right: 20px;
    float: left;
}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
.contact_table > tbody > tr > th,
.contact_table > tbody > tr > td {
    float: left;
    width: 100%;
	border-bottom:0;
}
.contact_table > tbody > tr > th p,
.contact_table > tbody > tr > td p {
	margin-bottom:30px;
}
.contact_table > tbody > tr:last-child > td {
	border-bottom:1px solid #e6e6e6;;
}
.contact_table > tbody > tr > td > input,
.contact_table > tbody > tr > td > p > input {
    padding: 5px 10px;
    width: 100%;
}
.contact_table > tbody > tr > td > .mwform-radio-field label {
    padding: 10px 15px;
}
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
.contact_table > tbody > tr > td > .contact_sub_table > thead,
.contact_table > tbody > tr > td > .contact_sub_table > tbody  {
	float:left;
}
.contact_table > tbody > tr > td > .contact_sub_table > thead > tr > th,
.contact_table > tbody > tr > td > .contact_sub_table > tbody > tr > td {
    padding-bottom: 10px;
    border-bottom: 0;
    width: 100%;
    display: block;
	padding-top:0;
	font-size: 12px;
    text-align: left;

}
.contact_table > tbody > tr > td > .contact_sub_table > tbody > tr > td {
	padding-left:20px;
}
}