@CHARSET "UTF-8";

/*
=======================================================
メディアクエリ
=======================================================
*/
@media (max-width:767px){.hidden-xs{display:none!important}}
@media (min-width:768px){.visible-xs{display:none!important}}

/*
=======================================================
スタイルパーツ
=======================================================
*/
.o_h{
	overflow: hidden;
}
.f_l{
	float: left;
}
.f_r{
	float: right;
}
.inline{
	display: inline-block;
}
.clear{
	clear: both;
}
/*
=======================================================
テキスト
=======================================================
*/
/* fontAwesomeの設定 */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa-chevron-right:before {
	content: "\f054";
	padding-right: 8px;
	color: #2c8cc5;
}

/*h*/
h2{
	font-size: 25px;
	color:#2c8cc5;
	/* font-weight: bold; */
}
h3{
	color: #2c8cc5;
	font-size: 20px;
	letter-spacing: 0.2em;
	background: #fff;
	line-height: 1;
	position: relative;
	padding-left: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-bottom: 22px;
}
h3:after {
	position: absolute;
	top: .1em;
	left: 0;
	z-index: 2;
	content: '';
	width: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10.5px 0 10.5px 12px;
	border-color: transparent transparent transparent #2c8dc5;
}
h4{
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height: 2em;
}
h4 span{
	font-size: 20px;
	background: linear-gradient(transparent 70%, #baddff 0%);
	font-weight: bold;
}
h5 {
	font-size: 16px;
	color:#194a7a;
	letter-spacing: 0.1em;
	line-height: 1;
	position: relative;
	padding-left: 1.5em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	margin-bottom: 22px;
	margin-top: 40px;
	font-weight: bold;
}
h5:after {
	position: absolute;
	top: .1em;
	left: 0;
	z-index: 2;
	content: '';
	width: 14px;
	height: 14px;
	-webkit-border-radius: 8px;/* width,heightの半分 */
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #194a7a;/* 円の色 */
}
.lead{
	letter-spacing: 0.1em;
    line-height: 1.7;
}
.lead_sm{
	font-size: 11px;
}
/* font_color */

.fc01{
	color: #ffffff;
}
/* textの設定 */
.fz12{
	font-size: 12px;
}

/* spaceの設定 */
.spacer1{
	padding-right: 1em;
}
.spacer1_5{
	padding-right: 1.5em;
}
/* colorの設定 */
.fc01{
	color:#fff;
}
/*
=======================================================
Box
=======================================================
*/
.Box_01{
	width: 100%;
	float: left;
    min-width: 960px;
    overflow: hidden;
}
.Box_02{
	width: 100%;
	margin: auto;
}
.Box_03{
	width: 100%;
	float: left;
}
.BoxIn{
	width: 960px;
	padding: 0 30px;
	margin: 0px auto;
}


/*
=======================================================
パンくず
=======================================================
*/
.topicPath1{
	width: 100%;
	float: left;
    min-width: 1200px;/* 可変 */
    overflow: hidden;
}
.topicPath2{
	width: 100%;
	margin: auto;
}
.topicPath3{
	width: 100%;
	float: left;
}
.topicPath ul {
    width: 1100px;/* 可変 */
    margin: 0 auto;
    padding: 0px 0px 20px;
}
.topicPath li{
	display:inline-block;
	line-height: 3;
}
.topicPath li a:hover {
	color: #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

/*
=======================================================
header
=======================================================
*/
.header01 {
    width: 100%;
    float: left;
    min-width: 1200px;

}
.header02 {
    width: 100%;
    margin: auto;
}
.header03 {
    width: 100%;
   	height: 100px;
    float: left;
    margin:0 auto;
    padding-top: 10px;
    position: fixed;
    background-image: url("../../img/header_bk.png");
    background-color:#fff;
    background-repeat:repeat-x;
    z-index: 9999;
}
.headerIn{
	width: 1024px;
	margin: 0 auto;
}
.headerLogoArea{
	float: left;
	width: 300px;
	padding: 0px;
	overflow: hidden;
}
.h1Uptxt{
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.h1headerLogo{
	width: 283px;
	height: 75px;
}

.headerNavArea{
	/* overflow: hidden; */
	width: 1020px;
	margin: 0 auto;
}
.headerNav{
	width: calc(100% - 320px);
	float: right;
}
.headerNavUp{
	width: 355px;
	float: right;
	overflow: hidden;
	display: table;
	margin-top: 2px;
}
.headerNavUpBox{
	width: 135px;
	height: 15px;
	background-color:#2c8cc5;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px none #000000;
	color: #fff;
	font-size: 11px;
	float: left;
	text-align: center;
	padding: 3px;
	margin-right: 1px;
}
.headerNavUpTel{
	display: table-cell;
	vertical-align: middle;
	float: left;
}
.headerNavUpTel span{
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.headerNavUpTel span.fa_phone{
	color: #ffa200;

	font-style: italic;
}
.headerNav ul.dropmenu{
	width: 702px;
    margin: 32px auto;
}
.headerNav ul li.headerNavMenu{
    display: block;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
	border-left:1px solid #dedede;
	margin: 0 auto;
	padding: 5px 24px 10px;
}
.headerNav ul li.headerNavMenu:nth-child(2) {
	padding: 5px 24px 10px;
}
.headerNav ul li.headerNavMenu:nth-child(2) .navmenu{
	letter-spacing: 0.057em;
}

.headerNav ul li.headerNavMenu:nth-child(3) {
	padding: 5px 24px 10px;
}
.headerNav ul li.headerNavMenu:nth-child(3) .navmenu{
	letter-spacing: 0.05em;
}

.headerNav ul li.headerNavMenu:nth-child(4){
	padding: 5px 24px 10px;
}
.headerNav ul li.headerNavMenu:nth-child(4) .navmenu{
	letter-spacing: 0.05em;
}

.headerNav ul li.headerNavMenu:nth-child(5) {
	padding: 5px 20px 10px;
}
.headerNav ul li.headerNavMenu:nth-child(5) .navmenu{
	letter-spacing: 0.05em;
}

.headerNav ul li.headerNavMenu:HOVER .navmenu{
	opacity: .5;
}
.headerNav ul li.headerNavMenu:HOVER .headerNavdrop{
	opacity: 1;
}
.headerNav ul li.headerNavdrop:HOVER a{
	background-color: #2c8cc5;
	color:#fff;
}
.headerNav ul li.headerNavdrop a{
}
.headerNav ul li:nth-child(5){
	border-right:1px solid #dedede;
}
.headerNav ul li .navmenu{
	font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.headerNav ul li .navmenuEn{
	color: #2c8cc5;
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
}

/*dropmenu*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 5px auto 30px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  /* width: 20%; */
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;

}
.dropmenu li a{
  display: block;
  margin: 0;
  /* padding: 15px 20px 10px; */
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 110%;
}
.dropmenu li ul li.navDropMenu05{
  width: 140%;
  float: right;
}
.dropmenu li ul li.navDropMenu02{
  width: 200%;
  float: none;
}
.dropmenu li ul li a{
  padding: 20px 15px;
  background: #fff;
  text-align: left;
}
.dropmenu li ul li a:FIRST-CHILD{
}
#fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
  padding-top: 10px;
}
#fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}
/*END dropmenu*/


/*
=======================================================
footer
=======================================================
*/
footer{
	width: 100%;
	margin: 25px auto 0;
	float: left;
    background-image: url("../../img/footer_bk.png");
    background-color:#fff;
    background-repeat:repeat-x;
    background-position: bottom;

}
.footerIn {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto;
	padding-top: 5px;
}
.footer_herf{
	width: 49%;
	float: left;
}
.footerLogoArea{
	width: 300px;
}
.footerLogo{
	width: 283px;
	height: 75px;
}
.footerUndArea {
	overflow: hidden;
}
.footerUndArea .herf{
	height: 225px;
}

.footer_h1Uptxt{
	font-size: 13px;
}
/*link*/
.footertxt p{
	padding-bottom: 2px;
	line-height: 1.6;
    letter-spacing: 0.05em;
}
.footertxt2{
	font-size: 11px;
	margin-left: 1em;
	margin-top: 5px;
}
.footertxt2:BEFORE{
	content: "※";
	font-size: 11px;
	margin-left: -1em;
	margin-top: 10px;
}
a.footerLink01{
   text-decoration: none;
   border-bottom: 1px solid #2c8cc5;
   padding-bottom: 2px;
   color: #2c8cc5;
   letter-spacing: 0em;
    font-size: 12px;
}
a.footerLink01:HOVER{
	opacity: .6;
}
.phone {
	text-align: center;
    display: block;
	margin-bottom: 50px;
}
.footerNavArea{
	width: 650px;
	margin: 0 auto;
}
.footerNavArea ul{
	 width: 100%;
    margin: 20px auto 40px;
    display: flex;
    justify-content: space-between;
}
.footerNavArea ul li{
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 2;
 }
.footerNavArea > li{
	padding: 0px 20px 0px 0px;
	transition: all 0.5s;
}
.footerNavUl li:last-child{
	padding: 0px 0px 0px 20px;
	border-right: 0;
}
.footerNavArea ul li:HOVER{
	opacity: .6;
}
.footerRight{
	position: relative;
	height: 213px;
}
.footerRight img{
	bottom: 20px;
	position:absolute;
}

.footerCopyArea{
	width: 100%;
	background: #27343a;
}
.copyright{
	text-align: center;
    line-height: 2;
    margin-top: 5px;
    font-size: 11px;
    letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
	.footer3 {
		width: 100%;
		float: left;
		margin: 0px;
	}
	.footerLogoArea  {
    	width: 100%;
   	 	height: auto;
    }
	.footerLogo {
		width: 90%;
    	height: auto;
	}
	.footerNavArea ul li  {
		width: 100%;
		border-right: 0px;
		padding: 0px;
	}
	.phone  {
		margin-bottom: 20px;
	}
	.footerNavUl li:last-child {
    	padding: 0px;
	}
	.footerMiddleArea {
    	height: auto;
	}
	.footerNavArea  {
		padding-bottom: 20px;
	}
	/*sp--*/
    .footerNavArea{
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .footerNavArea li{
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 18px;
        line-height: 2;
        margin: 0 auto;
    }

    .footerNavArea img{
        margin: 0 auto;
    }
}
/*
=======================================================
PAGE TOP用
=======================================================
*/
.page-top {
    position: fixed;
    bottom: 80px;
    right: 3%;
	z-index:888;
    width: 82px;
	height: 82px;
	background-image: url(../../../assets/img/icon_gotop.png);
	background-position: center center;
	background-repeat:  no-repeat;
	transition: all .5s;
}
.page-top:hover{
	opacity: 0.7;
}
.page-topSP {
    position: fixed;
    bottom: 40px;
    right: 45%;
    opacity: 0.8;
}


/*
=======================================================
FireFox用
=======================================================
*/
@-moz-document url-prefix() {
}