@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  PC スマホ共通
**************************************************
--------------------------------------------------*/

#main {
    width:100vw;
    height:340px;
    position:relative;
    background:url(../images/homepage/main_bg.png) no-repeat center top;
    background-size:cover;
}

#main .main_text_area {
    top:10vh;
    left:0;
    right:0;
    margin:auto;
    text-align:center;
    position:absolute;
    z-index:1;
}

#main .main_text_area .main_text {
    margin-top:30px;
    font-size:21px;
    line-height:1.8em;
    font-weight:500;
}

.main_text_area .cont{
	margin: 0 auto;
	width: 40%;
    background-color: rgb(255, 255, 255,0.8);

}
.main_text_area p{
	font-weight: bold;
	font-family: 'ヒラギノ明朝 Pro','sans-serif';
}

.main_text_area p.text1{
    margin: 0;
	font-size: 40px;
	padding-top: 30px;
}

.main_text_area p.text2{
	padding-bottom: 20px;
}

.contactsubtitle{
    margin-bottom: 100px;
}

#contactsubtitle div.cont{
	text-align: center;
	width: 1100px;
	margin: 0 auto;
    padding-top: 60px;
	font-size: 18px;
	font-weight: bold;
}
.contact_t{
    width: 900px;
    margin: 0 auto;
}

.contact_t th{
    text-align: left;
    font-size: 20px;
    vertical-align: top;
}

.contact_t th .must{
    padding: 4px 8px;
    font-size: 14px;
    color: #fff;
    background-color: rgb(192, 11, 11);
    border-radius: 6px;
}

.contact_t td{
    font-size: 18px;
    padding-bottom: 40px;
    font-weight: bold;
    color: #919191;
}

.contact_t td input,
.contact_t td textarea{
    font-size: 20px;
    border: #e9e9e9;
    border-radius: 6px;
    background-color: #f8f8f8;
}
input[type="submit"] {
    font-weight: bold;
    font-size: 20px;
    padding: 20px 40px;
    color: #fff;
    background-color: #1476c7;
    border: none;
    border-radius: 10px 10px 10px 10px;
}

@media screen and (max-width: 767px) {

#main {
	height:300px;
	background:url(../images/homepage/main_bg_sp.png) no-repeat center top;
}


.main_text_area .cont{
    width: 80%;
}

.main_text_area p.text1{
    margin: 0;
	font-size: 24px;
	padding-top: 30px;
}

.main_text_area p.text2{
	padding-bottom: 20px;
}


#contactsubtitle div.cont {
    width: 90%;
}

#contactsubtitle div.cont p{
    font-size: 14px;
}

.contact_t{
    width: 90%;

}
.contact_t th{
    font-size: 14px;
    width: 30%;
}
.contact_t td{
    font-size: 14px;
    width: 66%;
}

.contact_t td textarea,
.contact_t td input{
    width: 100%;
}

.contact_t th .must{
    padding: 4px 8px;
    font-size: 12px;
    color: #fff;
    background-color: rgb(192, 11, 11);
    border-radius: 6px;
}

}