﻿@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_icon7.svg) center 14px no-repeat #f0f8ff;
background-size: 39px 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: 30px 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;
}

.cont02 {
margin-top: 20px;
padding-right: 20px;
float: left;
}

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

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

.ap_f_nav01 ul li:nth-child(2n) {
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;
}


table.tblist{
border-collapse:collapse;
border-spacing:0;
background-color:#FFF;
empty-cells:show;
width: 100%;
}

.tblist th{
border:1px solid #D8D8D8;
background-color:#EDEDED;
padding:0.7em 1em;
white-space: nowrap;
width: 25%;
text-align: center;
}

.tblist td{
border:1px solid #D8D8D8;
padding:0.7em 1em;
width: 75%;

}


/* 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;
}

.cont02 {
margin-top: 20px;
float: none;
text-align: center;
padding-right: 0;
}

.cont02 img {
width: 80%;
height: auto;
}

.ap_f_nav01 ul li{
width: 100%;
}


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

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


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