﻿@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_icon.svg) center 10px no-repeat #f0f8ff;
background-size: 24px 30px;
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 */


/* ■■■コンテンツ部分■■■*/

.contL01 {
float: left;
width: 38%;
}

.contR01 {
float: right;
width: 60%;
}

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

#s_mene_sp select {
width: 100%;
border: #00a0e9 solid 2px;
border-radius: 3px;
padding: 10px;
background: #EFEFEF;
font-size: 18px;
}

.ap_f_nav01 ul{
margin-top: 40px;
width: 100%;
letter-spacing: 0;
font-size: 0;
}

.ap_f_nav01 ul li{
display: inline-block;
width: 48%;
margin-right: 10px;
}

.ap_f_nav01 ul li:last-child{
margin-right: 0;
}

.ap_f_nav01 ul li a{
display: flex;
border: 3px solid #F7F7F7;
height: 100px;
font-size: 16px;
justify-content: center; /*左右中央揃え*/
align-items: center;     /*上下中央揃え*/
letter-spacing: 0.2em;
}

.ap_f_nav01 ul li a{
text-decoration: none;
-webkit-transition: color 0.7s, background-color 1.0s;
-moz-transition: color 0.7s, background-color 1.0s;
transition: color 0.7s, background-color 1.0s;
position: relative;
}

.ap_f_nav01 ul li a:hover{
background-color: #F7F7F7;
}

.ap_f_nav01 ul li a::before {
font-family: 'FontAwesome';
content: '\f101';
position: absolute;
right: 3px;
top: 3px;
color: #333
font-size: 80%;
letter-spacing: normal;
line-height: 1.0em;
}


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

.contL01 {
float: none;
width: 100%;
text-align: center;
}

.contR01 {
float: none;
width: 100%;
}

.cont01 {
padding: 10px;
}

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