﻿@charset "utf-8";

/* ■■■ヘッダーイメージ■■■*/

#header-bg_base {
width: 100%;
z-index:0;
background-color: #FFF;
position: relative;
height: 250px !important;
}

#header-bg::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 74%;
background-image : url(../images/bg01.jpg);
height: 100%;
background-position: 0 center !important;
background-repeat: no-repeat !important;
background-size: cover;

}


#header-bg p.ty01 {
position: absolute;
bottom: 0;
right: 0;
width: 46%;
z-index: 1;
padding: 60px 0 40px 0;
font-size: 34px;
font-weight: bold;
background: url(../../common/images/navi_icon6.svg) center 20px no-repeat #f0f8ff;
background-size: 30px 23px;
color: #459dc1;
}

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

#header-bg_base {
height: 180px !important;
}

#header-bg::after {
width: 74%;
}

#header-bg p.ty01 {
width: 56%;
padding: 45px 0 20px 0;
font-size: 24px;
background-size: 18px 23px;
}

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

/* ■■■コンテンツエリア■■■*/

.cont01 {
padding: 20px;
text-align: left;
background: url(../../common/images/bg01.gif) 0 0;
}


.mailform input,
.mailform select{
	height : 4em;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	vertical-align:-0.6em;
	vertical-align:middle;
}

.mailform textarea{

	padding : 2px 2%;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
}

.mailform input:focus,
.mailform textarea:focus,
.mailform select:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}

.form_submit_button:hover,
.form_submit_button1:hover{
	cursor : pointer;
	color : #106dff;
	background : #e0e0e0;
}


.mailform .ty01 input{
height: 1em;
}


.mailform td:last-child {
border-bottom: solid 1px #CECECE;
width: 100%;
}

.mailform th,
.mailform td {
display: block;
width: 100%;
border-bottom: none;
}



.form_submit_button{
width: 100px !important;
height: 5em !important;
-webkit-appearance: none;
}

.form_submit_button1{
width: 150px !important;
height: 4em !important;
-webkit-appearance: none;
font-size: 12px;
}

.mailform .ty02{
text-align: center;
-webkit-appearance: none;
}



