@charset "UTF-8";
html{
}
@media only screen and (min-width:737px) and (max-width:1150px) {
body {
	width: 1150px;
}
#Wrap,
header,
#HeaderTop,
#nav-content02,
#TopSlide{
	width: 1150px !important; /* サイト仕様により指定するブロックの追加が必要です */
}
h1{
	width: 230px;
}
#PickupMenu{
	width: 960px;
	overflow-x: scroll;
}
}

.clearfix {
	zoom: 1;
}
.clearfix::after {
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0;
	line-height: 0;
}

.float_R,
.float_R_Pc{
	float:right;
}
.float_L,
.float_L_Pc{
	float:left;
}

.spOnly,
.pc_none {
	display: none;
}

#Wrap {
}



/* ==========================================================================
  header
========================================================================== */
#Header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
#HeaderTop{
	height: 40px;
	background-color: #30373f;
}
#HeaderTop::after {
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0;
	line-height: 0;
}
#HeaderTop h1{
	float: left;
	margin-left: 18px;
	line-height: 40px;
	font-size: 1.067em;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.1em;
}
.is-animation #HeaderMain,
.is-animation #nav-drawer02,
.is-animation #PickupMenu ul li a{
  height: 50px;
  line-height: 50px;
  transition: .3s;
}
.is-animation #HeaderMain{
box-shadow:0px 5px 5px 0px #a2a2a2;
background: rgba(255,255,255,0.9);
}
.is-animation #nav-drawer02 {
  height: 50px;
    background: url(../../images_new/logo_pc.png) no-repeat 20px 7px;
        background-size: auto auto;
    -webkit-background-size: 80px auto;
    -moz-background-size: 80px auto;
    background-size: 80px auto;
  transition: .3s;
}

/*------------------------------------------------------------ ナビ01*/
#nav-drawer{
	float: right;
	width: 900px;
}
.nav-unshown,
.nav-unshown02{
  display:none;
}

#SubjectsMenu{
    width: 654px;
	line-height: 40px;
	position: relative;
	z-index: 1;
}
#SubjectsMenu ul {
	overflow: hidden;
}
#SubjectsMenu ul li{
	float: left;
	position: relative;
	width: 117px;
	text-align: center;
	height: 40px;
}
#SubjectsMenu ul {
	padding-left: 5px;
}

#SubjectsMenu ul li:nth-child(3){
	width: 196px;
}
#SubjectsMenu ul li:nth-child(4){
	width: 127px;
}
#SubjectsMenu ul li:nth-child(5){
	width: 88px;
}
#SubjectsMenu ul li:nth-child(odd):before{
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 98%;
	height:200%;
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	background-color: #47515c;
	
}
#SubjectsMenu ul li a{
	position: absolute;
	display: block;
	width: 100%;
	font-size: 0.867em;
	color: #e5e4dd !important;
	text-decoration: none;
	letter-spacing: 0.1em;
	
}
#SubjectsMenu ul li a:hover{
	text-decoration: underline;
	opacity: 0.8;
}
#SubIconMenu{
	float: right;
	margin-right: 12px;
}
#SubIconMenu li{
	float: left;
	padding: 8px 0;
	position: relative;
}
#SubIconMenu li a{
	display: block;
	width: 44px;
	border-right: solid 1px #fff;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(../../images_new/ico_header01.png) no-repeat center center;
	-webkit-background-size:15px auto;
	-moz-background-size: 15px auto;
	background-size: 15px auto;
}
#SubIconMenu li a{
	position: relative;
}
#SubIconMenu li#SubIconMenu02 a{
	background:url(../../images_new/ico_header02.png) no-repeat center center;
	-webkit-background-size:23px auto;
	-moz-background-size: 23px auto;
	background-size: 23px auto;
}
#SubIconMenu li#SubIconMenu03 a{
	background:url(../../images_new/ico_header03.png) no-repeat center center;
	-webkit-background-size:24px auto;
	-moz-background-size: 24px auto;
	background-size: 24px auto;
}
#SubIconMenu li#SubIconMenu04 a{
	background:url(../../images_new/ico_header04.png) no-repeat center center;
	-webkit-background-size:21px auto;
	-moz-background-size: 21px auto;
	background-size: 21px auto;
}
.fukidashi {
	display: none;
	position: absolute;
	width: 100px;
	top: 45px;
	right: -6px;
	padding: 5px 16px;
	border-radius: 5px;
	background: #fdd000;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 0.8em;
	z-index: 999;
    }
    .fukidashi:after {
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	top: -20px;
	margin-right: 20px;
	border: solid transparent;
	border-color: rgba(51, 204, 153, 0);
	border-bottom-color: #fdd000;
	border-width: 10px;
	pointer-events: none;
	content: " ";
    }
    .text:hover + .fukidashi {
	display: block;
    }

.head_searchBtn{
	position: relative;
}
#SubIconMenu li.head_searchBtn a{
	border-right: none;
	background:url(../../images_new/ico_header05.png) no-repeat center center;
	-webkit-background-size:20px auto;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
.head_searchBox{
	display: none;
}
.head_searchBox{
	position: absolute;
	top: 35px;
	left: -180px;
}
#ss-form1{
	position: relative;
	z-index: 998;
}
#ss-form1 input[type="text"] {
	width: 200px;
	height: 30px;
	padding: 0 0 0 3px!important;
	line-height: 24px;
	border-top: 1px solid #525252!important;
	border-left: 1px solid #525252!important;
	border-right: 1px solid #525252!important;
	border-bottom: 1px solid #525252!important;
	box-sizing:border-box;
	vertical-align: top;
}
#ss-form1 input[type="submit"] {
	width: 27px;
	height: 26px;
	margin: 0 0 0 -30px;
	padding-top: 5px;
	color: #fff;
	background: #4faace;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-appearance: none;
	cursor:pointer;
	text-indent:-9999em;
	overflow:hidden;
	background:url(../../common/ico_searchbox01.png) no-repeat left center;
	-webkit-background-size: 27px auto;
	-moz-background-size: 27px auto;
	background-size: 27px auto;
}
/*------------------------------------------------------------ ナビ02*/
#HeaderMain{
	height: 80px;
	background: rgba(255,255,255,0.8);
	position: relative;
	z-index: 0;
}
#nav-drawer02{
	height: 80px;
	background: url(../../images_new/logo_pc.png) no-repeat 20px 20px;
	-webkit-background-size: 92px auto;
	-moz-background-size: 92px auto;
	background-size: 92px auto;
}
#PickupMenu{
	float: right;
	margin-right: 26px;
}
#PickupMenu ul li{
	float: left;
	margin-right: 37px;
}
#PickupMenu ul li a{
	display: block;
	line-height: 80px;
	position: relative;
	text-decoration: none;
	color: #313131;
	font-weight: bold;
	font-size: 1.067em;
	letter-spacing: 0.05em;
}
#PickupMenu ul li a:hover{
	opacity: 0.8;
}
@media only screen and (min-width:1150px)  {

#PickupMenu ul li a:hover:after{
	position: absolute;
	content: '';
	left: 0;
	bottom:0px;
	height: 2px;
	width: 100%;
	margin-right: 0px;
	border-bottom: solid 4px #30373f;
}
}
#PickupMenu ul li:last-child{
	margin-right: 0;
}


/*------------------------------------------------------------ 右固定MENU*/
#SideMenu{
	position: fixed;
	width: 190px;
	right: 0;
	top: 180px;
	z-index: 2;
	padding: 10px 0px 0px 15px;
	border-right: solid 6px #474a4e;
	background: rgba(252,252,252,0.8);
}
#SideMenu:before{
	position: absolute;
	width: 212px;
	height: 41px;
	top: -41px;
	right: -6px;
	content:'';
	border-right: solid 6px #474a4e;
	background: url(../../images_new/bg_top_sidemenu_up.png) no-repeat right top;
	-webkit-background-size: 206px auto;
	-moz-background-size: 206px auto;
	background-size: 206px auto;
}
#SideMenu:after{
	position: absolute;
	width: 212px;
	height: 48px;
	bottom: -48px;
	right: 0px;
	content:'';
	background: url(../../images_new/bg_top_sidemenu_bottom.png) no-repeat right top;
	-webkit-background-size: 205px auto;
	-moz-background-size: 205px auto;
	background-size: 205px auto;
}
#SideMenu ul li{
	margin-bottom: 20px;
}
#SideMenu ul li a{
	display: block;
	position: relative;
	margin-left: 17px;
	font-size: 0.933em;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.05em;
}
#SideMenu ul li a:hover{
	text-decoration: underline;
	opacity: 0.8;
}
#SideMenu ul li a::before{
position: absolute;
margin: auto;
content: "";
vertical-align: middle;
left: -20px;
top: 0.4em;
width: 8px;
height: 8px;
border-top: 1px solid #000;
border-right: 1px solid #000;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#SideMenu ul li a span{
	font-size: 0.8em;
}

/* ==========================================================================
  footer
========================================================================== */

/* pagetop */
p#pagetop{
	display: none;
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #30373f;
  opacity: 0.8;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 18px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*  フッター  */

#Footer{
	padding:30px 0 0 0;
	border-top:solid 10px #c8c8c8;
	background-color:#e5dfd4;
}
#FooterSitemap{
	width: 940px;
	margin: 0px 0px 0 130px;
}
#FooterSitemap:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

#FooterSitemap dl{
	float:left;
	width:293px;
	margin:0 20px 20px 0;
}
#FooterSitemap #cont-menu4{
	clear:both;
}
#FooterSitemap #cont-menu4,
#FooterSitemap #cont-menu5,
#FooterSitemap #cont-menu6{
	margin-top: 30px;
}
#FooterSitemap dl dt{
	width:278px;
	margin-bottom:25px;
	letter-spacing: 0.01em;
}
#FooterSitemap dl dt a{
	position: relative;
	color:#30373f;
	font-size:1.067em;
	text-decoration:none;
}
#FooterSitemap dl dt a:hover,
#FooterSitemap dl dd a:hover{
	text-decoration: underline;
}
#FooterSitemap dl dt a::before{
position: absolute;
margin: auto;
content: "";
vertical-align: middle;
right: -15px;
bottom: 0.35em;
width: 8px;
height: 8px;
border-top: 1px solid #000;
border-right: 1px solid #000;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}


#FooterSitemap dl dd{
	margin:0;
}
#FooterSitemap dl dd ul{
	padding:0;
}
#FooterSitemap dl dd li{
	margin-bottom:10px;
	list-style:none;
	font-size:	0.867em;
}
#FooterSitemap dl dd a{
	color:#000;
	text-decoration: none;
}
.ul_footerSitemap_last{
	float:left;
	width: 300px;
	margin:0;
	padding:0;
}
.ul_footerSitemap_last li{
	list-style:none;
	margin-bottom:10px;
}
.ul_footerSitemap_last li a{
	position: relative;
	color:#30373f;
	text-decoration: none;
}
.ul_footerSitemap_last li a::before{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: -15px;
	top: 8px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*Pマーク*/
.footer_pmark{
	float: left;
	width: 300px;
	padding: 5px;
	border: solid 1px #696969;
	box-sizing: border-box;
	background: #fff;
}
.footer_pmark_img{
	float: left;
}
.footer_pmark_img img{
	width: 70px;
	margin-top: 5px;
}
.footer_pmark_txt{
	float: right;
	width: 200px;
	padding: 8px;
	font-size: 	0.8em;
	line-height: 1.6em;
}
#FooterInfo_base{
	border-top: solid 1px #fff;
	background-color: #30373f;
}
#FooterInfo_con{
	position: relative;
	width: 940px;
	margin: 0px 0px 0 130px;
	padding:40px 0 40px 0;
	color:#fff;
	overflow:hidden;
}
#FooterInfo_con:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
#FooterInfo{
	width:640px;
	float:left;
}
#FooterInfo_name{
	margin-bottom:10px;
	font-size:1.333em;
}
#FooterInfo address{
	font-style:normal;
	font-size:	0.714em;
}
#FooterInfo_link{
	float:right;
}
#FooterInfo_link ul{
	margin:0;
	padding-left: 20px;
	border-left: solid 1px #fff;
}
#FooterInfo_link ul li{
	display:block;
	margin-bottom: 8px;
}
#FooterInfo_link ul li a{
	color:#fff;
	text-decoration:none;
	font-size:	0.867em;
}
#FooterInfo_link ul li a:hover{
	text-decoration: underline;
}
#FooterInfo_link ul li span{
	display: none;
}
.btn_staffonly {
	position: absolute;
	bottom:10px;
	left: 0;
    line-height: 30px;
    border: solid 1px #fff;
    box-sizing: border-box;
}
.btn_staffonly a {
    display: block;
    color: #fff;
    padding: 0 10px 0 28px;
    font-size:0.867em;
    text-decoration: none;
    background: url(../../images_new/ico_staffonly01.png) no-repeat 10px center;
    background-size: auto auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    background-size: 14px auto;
}
.btn_staffonly a:hover {
	opacity: 0.7;
}