@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Mincho);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:700);


/* common */

*{
margin: 0;
padding: 0;
}
body {
	letter-spacing: 0.05em;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "Meiryo",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',"游ゴシック体", "Yu Gothic", YuGothic,   sans-serif;
}

p{
    font-size: 14px !important;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

a:active {
    color: #333333;
}

@media screen and ( min-width: 640px ){
a:hover {
opacity: .7;
-webkit-opacity: .7;
-moz-opacity: .7;
filter: alpha(opacity=70);	/* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
 
a{
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
}

ul {
    list-style-type: none;
}

.cL {
    clear: left;
}

.container{
width: 960px;
padding: 0 10px;
margin: 0 auto;
}

.pc{
display: block;
}
.sp{
display: none;
}


@media screen and (max-width:767px){
.container{
width: 90%;
margin: 0 5%;
padding: 0;
}


}


/* header
===============================================================================*/

header{
background: #FFF;
display: table;
width: 100%;
}
header .container{
margin: 0px auto;
    display: table;
    height: 69px;
}

header h1{
    font-size: 0.7em;
    font-weight: normal;
    text-indent: -9999px;
    height: 0;
}

header .container h2{
float: left;
    clear: left;
    height: 42px;
}

header .container h2 a{
display: block;
}

header .container ul{
float: right;
    margin: 17px 0;
    padding: 0;
}

header .container ul li{
float: left;
}

header .container ul li:nth-child(1){
margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
text-align: left;
}

header .container ul li:nth-child(1) i{
color: #175d91;
    font-size: 1.3em;
    margin: 0 5px 0 0;
}

header .container ul li:nth-child(1) span{
font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #175d91;
}

header .container ul li:nth-child(1) span a{
color:#000!important;
text-decoration:none!important;
}

header .container ul li:nth-child(1) strong{
display: block;
    font-size: 11px !important;
    line-height: 1em;
    font-weight: normal;
    padding: 7px 0 0 0px;
    clear: both;
}

header .container ul li:nth-child(2) a{
    display: table;
    background: #ffffff;
    color: #175d91;
    border: solid 2px;
}

header .container ul li:nth-child(2) i{
font-size: 1.6em;
    line-height: 1em;
    margin: 11px 5px 11px 50px;
    display: block;
    float: left;
}

header .container ul li:nth-child(2) p{
display: block;
    font-size: 20px !important;
    line-height: 1.5em;
    padding: 7px 50px 7px 0;
    float: left;
}



@media screen and (max-width:767px){
header{
position: fixed;
top: 0;
width: 100%;
background: #FFF;
z-index: 999;
border-bottom: 1px solid #DDD;
}
header .container {
width: 90%;
margin: 0px 5%;
padding: 10px 0;
}

header h1{
font-size: 0.7em;
float: none;
margin: 0;
}

header h1 strong{
display: block;
width: 90%;
margin: 5px 5%;
font-weight: normal;
}

header .container h2{
float: none;
margin: 0;
}
header .container h2 a{
display: inline;
}
header .container h2 a img {
height: 42px;
width: auto;
margin-top: 10px;
}
}

@media screen and (max-width:320px){
header .container h1{
font-size: 0.5em;
}

header .container h2 a {
    height: 30px;
}

}



/* gNavi
===============================================================================*/
nav {
border: solid #DDD;
border-width: 1px 0;
display: table;
width: 100%;
background: #FFF;
}
nav .container{

}
nav .container ul{
margin: 0;
padding: 0;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}

nav .container ul{
border: solid #DDD;
border-width:0 0 0 1px;
}
nav .container ul li{
text-align: center;
border: solid #DDD;
border-width:0 1px 0 0;
width: 16.6%;
position: relative;
}

nav .container ul li a{
text-decoration: none;
display: block;
color: #000;
padding: 15px 0px;
font-size: 14px;
line-height: 1em;
font-weight: bold;
}

@media screen and ( min-width: 640px ){
nav .container ul li:hover::after{
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: #1c496a;
}
}





@media screen and (max-width:767px){
#panel-btn{
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 34px;
  right: 20px;
  top:38px;
  margin: 0;
  border-radius: 50%;
  float: right;
  text-decoration: none;
}


#panel-btn-icon{
  display: block;
  position: absolute;
  top: 30%;
  left: 50%;
  width: 34px;
  height: 4px;
  margin: 0px 0 0 -18px;
  background: #000;
  transition: .2s;
}
#panel-btn-icon:before,
#panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 34px;
  height: 4px;
  background: #000;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -12px;
}
#panel-btn-icon:after{
  margin-top: 10px;
}
#panel-btn .close{
  background: transparent;
  opacity: 1;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#panel{
display: none;
clear: both;
padding: 0;
margin-bottom: 0;

}
#panel li{
border-top: 1px solid #DDD;
}
#panel li:last-child{
border-bottom: none;
}

#panel li a{
display: block;
padding: 3px 15px;
font-size: 1em;
text-decoration: none;
}

nav{
background: #FFF;
border-width: 0;
}

}
/* footer
===============================================================================*/

#footer_catalog{
border: 3px #231711 solid;
border-radius: 5px;
display: table;
overflow: hidden;
width: 100%;
margin-top: 30px;
background: #FFF;
}

#footer_catalog img{
float: left;
width: 500px;
height: auto;
margin: 0 40px 0 0;
}

#footer_catalog h2{
color: #231711;
margin: 40px 0 10px 0;
float: left;
}

#footer_catalog a p{
margin: 0px 0 10px 0;
float: left;
color: #000;
}

#footer_catalog strong{
display: block;
background: #231711;
border-radius: 5px;
color: #FFF;
float: left;
padding: 5px 15px;
}

footer .container{
display: table;
}

#footer_contents{
margin-top: 60px;
    border-top: 1px solid #8ea2b1;
    display: table;
    width: 100%;
    background: #35829e21;
}

#footer_contents .container h2{
float: left;
    margin: 30px 0;
    font-size: 0.9em;
    font-weight: normal;
    max-width: 35%;
}

#footer_contents .container h2 a{
display: block;
    width: 124px;
    height: 40px;
    margin: auto;
}

#footer_contents .container h2 a img{
width: 270px;
}

#footer_contents .container ul{
float: right;
    margin: 30px 0;
    padding: 0;
    padding-left: 40px;
}

#footer_contents .container ul li{
float: left;
}

#footer_contents .container ul li:nth-child(1){
margin-right: 20px;
    padding: 5px 0;
}

#footer_contents .container ul li:nth-child(1) i{
color: #175d91;
    font-size: 1.3em;
    margin: 0 5px 0 0;
}

#footer_contents .container ul li:nth-child(1) span{
font-size: 20px;
    line-height: 1em;
    color: #175d91;
}

#footer_contents .container ul li:nth-child(1) span a{
color: #175d91;
    text-decoration: none;
}

#footer_contents .container ul li:nth-child(1) strong{
display: block;
    font-size: 12px;
    line-height: 1em;
    font-weight: normal;
    padding: 5px 0 0 0px;
    clear: both;
	text-align: left;
}

#footer_contents .container ul li:nth-child(2) a{
display: table;
    background: #ffffff;
    color: #175d91;
    border: solid 2px;
}

#footer_contents .container ul li:nth-child(2) i{
font-size: 1.6em;
    line-height: 1em;
    margin: 11px 5px 11px 50px;
    display: block;
    float: left;
}

#footer_contents .container ul li:nth-child(2) p{
display: block;
    font-size: 20px !important;
    line-height: 1.5em;
    padding: 7px 50px 7px 0;
    float: left;
}

#footer_contents iframe{
width: 100%;
height: 300px;
}


footer{
border-top: 1px solid #8ea2b1;
    background: #35829e21;
    padding: 20px 0;
    display: table;
    width: 100%;
}

footer .container ul{
padding: 0;
    margin: 0;
    line-height: 2em;
    font-size: 12px;
    letter-spacing: initial;
}

footer .container ul li{
float: left;
    color: #1c496a;
    padding-right: 2px;
}

footer .container ul li::after{
content: " | ";
}

footer .container ul li a{
text-decoration: underline;
color: #000;
}

/* copy */

#copy {
font-size: 0.7em;
    letter-spacing: 0.15em;
    padding: 20px 0;
    text-align: center;
    line-height: 1em;
    color: #fff;
    background: #0c4772;
}

#copy p{
font-size: 0.7em !important
}

@media screen and (max-width: 767px) {

#footer_catalog{
border: 3px #231711 solid;
border-radius: 5px;
display: table;
overflow: hidden;
width: 100%;
margin-top: 30px;
}

#footer_catalog a{
text-decoration: none;
}

#footer_catalog img{
float: none;
width: 100%;
height: auto;
margin: 0 40px 0 0;
}

#footer_catalog h2{
color: #231711;
margin: 20px 0 10px 20px;
float: none;
}

#footer_catalog a p{
margin: 0px 0 10px 20px;
float: none;
}

#footer_catalog strong{
float: none;
padding: 5px 15px;
margin: 0 20px 20px 20px;
}

#footer_contents .container h2{
margin: 30px 0 20px 0;
max-width: 100%;
}

#footer_contents .container ul {
display: table;
float:none;
margin: 0px 0 30px 0;
padding: 0;
padding-left: 0px;
border-left: none;
padding-left: 0px;
}

#footer_contents .container ul li:nth-child(2) a{
margin-top: 20px;
}

#footer_contents iframe{
width: 100%;
height: 300px;
display: block;
}

#copy{
margin-bottom: 80px;
}

#page-top strong{
display: none;
}

}











@media screen and (max-width:767px){
.pc{
display: none;
}
.sp{
display: block;
}
}