﻿@charset "utf-8";
.contactArea {
padding: 0 0 80px 0;
}

.com_title h2 {
background-image : url(../../images/ttl_icon06.png);
}

.contactArea .contact_ttl {
background-image : url(../../images/sttl_bg.png);
background-position : 0 bottom;
background-size: cover;
background-repeat: no-repeat;
padding: 7px 0 7px 15px;
margin-top: 30px;
color: #FFF;
text-align: left;
font-weight: bold;
}


.contactArea .contact_title01 {
color: #3D63AF;
font-size: 24px;
font-weight: bold;
margin-top: 40px;
}

.contactArea .contact_contents {
text-align: left;
margin-top: 30px;
}

.contactArea .contact_contents ul {
margin-top: 20px;
letter-spacing: 0.1em;
line-height: 150%;
list-style-type: decimal;
}

.contactArea .contact_contents ul li {
padding: 10px 0;
margin-left: 30px;
}


table.contact_table{
border-collapse:collapse;
border-spacing:0;
background-color:#FFF;
empty-cells:show;
width: 100%;
margin-top: 20px;
table-layout: fixed;
letter-spacing: 0.2em;
}

.contact_table th{
background-color:#ECECEC;
padding: 1em;
text-align:left;
white-space: nowrap;
font-weight: bold;
width: 240px;
border-bottom: 2px solid #FFF;
}

.contact_table td{
padding:1em;
text-align:left;
}

.contact_table input[type="text"],
.contact_table input[type="button"],
.contact_table input[type="email"]{
height: 3em;
padding: 2px 2%;
border: 1px solid #CCC;
border-radius: 3px;
background: #fafafa;
width: 80%;
}

.contact_table textarea{
height: 6em !important;
padding: 6px 2%;
border: 1px solid #CCC;
border-radius: 3px;
background: #fafafa;
width: 100% !important;
}

.contact_table .ty01{
width: 20% !important;
}

.contact_table .ty02{
width: 160px !important;
}

.contact_table .ty03{
border-top: 1px solid #CCC;
padding-top: 15px;
}

.contact_bt{
padding: 6px 2%;
height: 5em;
font-size: 16px;
}


.youtube_info {
position: relative;
width: 100%;
padding-top: 56.25%;
margin-top: 40px;
max-width: 640px;
margin-left: auto;
margin-right: auto;
}

.youtube_info iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}

.contact_table input.errmode,
.contact_table textarea.errmode {
border: 3px #FF0000 solid;
}

.contact_table  .errfc {
color: #FF0000;
font-weight: bold;
}



/* max-width: 960px
* * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 960px){
.contactArea {
font-size: 14px;
}

.contact_bt{
font-size: 14px;
}


}
/* max-width: 960px @end */

/* min-width: 769px
* * * * * * * * * * * * * * * * * * * * */
@media only screen and (min-width: 769px){
.contact_table label {
white-space: nowrap;
}


}
/* min-width: 769px @end */

/* max-width: 768px
* * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 768px){
.contactArea {
padding: 0 0 40px 0;
}


.contactArea .contact_title01 {
font-size: 18px;
}

table.contact_table{
margin-top: 10px;
}

.contact_table th,
.contact_table td{
display: block;
}

.contact_table th{
width: 100%;
background-color: #FFF;
border-bottom: 2px solid #ECECEC;
padding: 0.5em 1em;
}

.contact_table input[type="text"]{
width: 100%;
}


.contact_table label {
display: inline-block;
}

}
/* max-width: 768px @end */


/* max-width: 580px
* * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 580px){

.contact_table th{
font-size: 12px;
}

.contact_table .fc_01{
font-size: 12px;
}

.contact_table input[type="text"],
.contact_table input[type="button"]{
height: 4em;
}


}
/* max-width: 580px @end */
