s@charset "UTF-8";


/*=============================

1.common
2.header
3.breadcrumb
4.footer

=============================*/

/*-----------------
1.common
-----------------*/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.pcOnly{
	display: none !important;
}

html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  color: #666;
	background: #fff;
	letter-spacing: 0.05em;
	    -webkit-font-smoothing: antialiased;
}
#wrap{
	overflow: hidden;
}
header {
	border-top: 5px solid #242982;
	border-bottom: 1px solid #f7f7f7;
	background: #fff;
}
header .inner{
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
/*main {
  margin: 0 15px 10px;
}*/
section{
	margin: 40px 0;
}
section .inner{
  max-width: 980px;
  margin: 0 auto;
	padding: 0 15px;
}
	section .inner.w1100{
		max-width: 1100px;
	}
	section .inner.w100p{
		max-width: 100%;
	}

footer{
	padding: 10px 15px;
}
footer .inner{
  max-width: 980px;
  margin: 0 auto;
	padding: 40px 0;
}
img{
	max-width: 100%;
	/*-webkit-backface-visibility: hidden;*/
}
img.fit{
	width: 100%;
	height: auto;
}

a{
	color: #333;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:hover{
	zoom: 1;
  cursor: pointer;
  opacity: .6;
  filter: alpha(opacity=60);
}
ol{
	padding-left: 2em;
}

.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left !important;
}


.fz18{font-size: 18px !important;
		font-size: 1.8rem !important;}
.fz21{font-size: 21px !important;
		font-size: 2.1rem !important;}
.fz22{font-size: 22px !important;
		font-size: 2.2rem !important;}

.w100p{width: 100% !important;}
.mt0{margin-top: 0 !important}
.mt10{margin-top: 10px !important;}
.mt50{margin-top: 50px !important;}
.mb0{margin-bottom: 0 !important}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}

/*-----------------
2.header
-----------------*/
.logo {
  font-weight: 900;
  font-size: 3rem;
  padding: 5px 85px 15px 10px;
  margin: 0;
	box-sizing: border-box;
}
/*  4-1.nav  */
#toggle {
  display: block;
  color: #000;
  text-align: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.trigger,
.trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.trigger {
  position: relative;
  width: 28px;
  height: 19px;
}
.trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
}
.trigger span:nth-of-type(1) {
  top: 0;
}
.trigger span:nth-of-type(2) {
  top: 8px;
}
.trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.trigger span:nth-of-type(3) {
  bottom: 0;
}
.trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
          transform: translateY(8px) scale(0);
}
.trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) scale(0);
          transform: translateY(-8px) scale(0);
}

.toggleWrap {
  background: rgba(234, 234, 234, 0.95);
  padding: 50px 15px 10px 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	z-index: 9;
}
.mainNav li {
  list-style-type: none;
}
.navItem {
  display: block;
  text-decoration: none;
  color: #3e3e3e;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  text-align: center;
  font-size: 2rem;
}
.navItem img{
	height: 15px;
}
.subNav{
	list-style-type: none;
	text-align: center;
	padding: 16px 0;
	display: flex;
	align-items: center;
}
.subNav li{
	display: inline-block;
	margin: 0 0 10px 10px;
}
.subNav .icon{
	width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #000;
    line-height: 0;
    vertical-align: middle;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.subNav .button{
	padding: 10px 30px;
	background-color: #c40018;
	border: 2px solid #c40018;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 50px;
	border-radius: 5px;
}
.subNav .button_logout{
	padding: 10px 30px;
	background-color: #fff;
	border: 2px solid #707070;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 50px;
	border-radius: 5px;
}
.hide {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.animation {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.no-scroll {
  overflow: hidden;
}

/*-----------------
3.breadcrumb
-----------------*/
.breadcrumb{
	display: none;
}


/*-----------------
4.footer
-----------------*/
.pagetop{
  position: fixed;
  right: 10px;
  display: block;
  padding: 20px 0 20px 20px;
    z-index: 100;
}

footer{
	background: #242982;
	margin-top: 40px;
}
footer p,
footer a{
	color: #fff;
}
footer .addressArea p{
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}
footer .addressArea p span{
	font-size: 16px;
	font-size: 1.6rem;
}
footer .footerNavArea{
	text-align: center;
	margin-top: 30px;
}
.footerNav{
	list-style-type: none;
}
.footerNav li{
	display: inline-block;
	font-weight: normal;
	padding-left: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
footer .copyright{
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}

@media screen and (min-width: 768px) {
	/*body{
		position: relative;
	}
	body::before{
		margin-right: 490px;
	}
	body::after{
		margin-right: -490px;
	}
	body::before,
	body::after{
		content: "";
		display: block;
		border-left: 1px solid #f4f3f1;
		height: 100%;
		position: absolute;
		top: 0;
		right: 50%;
		z-index: -2;
	}
	#wrap{
		position: relative;
	}
	#wrap::before{
		margin-right:  163px;
	}
	#wrap::after{
		margin-right:  -163px;
	}
	#wrap::before,
	#wrap::after{
		content: "";
		display: block;
		border-left: 1px solid #f4f3f1;
		height: 100%;
		position: absolute;
		top: 0;
		right: 50%;
		z-index: -2;
	}*/
	/*-----------------
	1.common
	-----------------*/
	main {
	  margin: 0;
	}
	section{
		margin: 80px 0;
	}
	section .inner{
		padding: 0;
	}
	.spOnly{
		display: none !important;
	}
	.pcOnly{
		display: block !important;
	}
	.w40p{
		width: 40%;
	}
	
	/*-----------------
	2.header
	-----------------*/
	header{
		position: relative;
	}
	.logo{
		padding-left: 0;
	}
	.logo img{
		height: 53px;
	}
	/*  nav  */
	#toggle {
	  display: none;
	}
	.toggleWrap {
	  background: none;
	  height: auto;
	  position: static;
	  padding: 0;
	  margin-bottom: 15px;
	}
	.mainNav {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
	  -webkit-justify-content: space-between;
	     -ms-flex-pack: justify;
	          justify-content: space-between;
	  max-width: 980px;
	  margin: 0 auto;
	}
	.mainNav .navItem {
		padding: 5px 0;
		border: none;
		position: relative;
		display: inline-block;
		text-decoration: none;
	}
	/*.mainNav .navItem.current{
	  position: absolute;
	  bottom: -1px;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 3px;
	  background: #333;		
	}*/
	.mainNav .navItem::after {
	  position: absolute;
	  bottom: -1px;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 3px;
	  background: #333;
	  transform: scale(0, 1);
	  -moz-transform: scale(0, 1);
	  -webkit-transform: scale(0, 1);
	  transform-origin: center top;
	  -moz-transform-origin: center top;
	  -webkit-transform-origin: center top;
	  transition: transform .3s;
		-webkit-transition-duration:.3s;
	}
	.mainNav .navItem:hover{
		opacity: 1.0;
	}
	.mainNav .navItem:hover::after {
	  transform: scale(1, 1) !important;
	  -moz-transform: scale(1, 1) !important;
	  -webkit-transform: scale(1, 1) !important;
	}
	.subNav{
		position: absolute;
		top: 5px;
		right: 0;
		padding: 0;
	}
	.subNav .icon{
		width: 34px;
		height: 34px;
		border-radius: 17px 17px;
		vertical-align: middle;
		/*padding-top: 7px;*/
	}
	.subNav img{
		vertical-align: middle;
		/*padding-top: 1px;*/
	}
	#index .subNav .icon{
		/*padding-top: 7px;*/
	}
	.animation {
	-webkit-transition: none;
	        transition: none;
	}
	.hide {
	  opacity: 1;
	  visibility: visible;
	}
			
	/*-----------------
	3.breadcrumb
	-----------------*/
	.breadcrumb{
		display: block;
		background: #f7f7f7;
		padding: 5px 0;
	}
	.breadcrumb .inner{
		max-width: 980px;
		margin: 0 auto;
	}
	.breadcrumb li{
		display: inline-block;
		font-size: 11px;
	}

	/*-----------------
	4.footer
	-----------------*/
	footer{
		padding: 0 !important;
	}
	footer .inner{
		display: table;
		width: 980px;
	}
	footer .inner > div{
		display: table-cell;
		vertical-align: bottom;
	}
	footer .footerNavArea{
		text-align: right;
	}
	footer .copyright{
		text-align: right;
	}


}
