@charset "utf-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 2015.06.16 ver0.0.0.1  @emix
 sitemap.css

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* **************************************************************
共通
************************************************************** */
@media screen and (min-width:769px) {
	.simg{display:none!important;}
	.pimg{display:block!important;}
}
@media screen and (max-width:768px) {
	.pimg{display:none!important;}
	.simg{display:block!important;}
}
@media screen and (min-width:501px) {
	.s500{display:none!important;}
	.p500{display:block!important;}
}
@media screen and (max-width:500px) {
	.p500{display:none!important;}
	.s500{display:block!important;}
}
/*header*/
@media screen and (max-width:768px) {
	.pamquz {
    
		padding-top: 0;}
		header #logo {
    float: left;
    width: 100%;
    height: 60%;
    background: url(../images/common/logo.png) no-repeat left;
    background-size: contain;
    opacity: 1;
}
	header #logo {
  
    position: absolute;
   top: 15%;
}
	header #navi {
    display: none;
}
	
/*menu*/
	/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 14px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #000;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#333;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1.5em 0;
  text-decoration :none;
	font-size: 14px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}



}
@media screen and (max-width: 768px){
nav.globalMenuSp ul li a {
   
	padding: 1em 0;}
}
@media screen and (max-width: 425px){
	.hamburger {
    
		top: 10px;}
	
	header {
    height: 40px;
}
	#update li {
  
    height: 150px;
}
}
@media screen and (max-width:375px){
	
	header #logo {
    float: left;
    width: 100%;
    height: 60%;
    background: url(../images/common/logo.png) no-repeat left;
    background-size: contain;
    opacity: 1;
}
	.hamburger {
  
    top:9px;
	}
header {
   
    height: 40px;
}
	header #logo {
    position: absolute;
    top: 15%;
}
}

/* --------------------------------------------------------------
　サイトマップ
--------------------------------------------------------------- */



/* --------------------------------------------------------------
　サイトマップ
--------------------------------------------------------------- */
ul.sitemap {
	width: 100%;
}
ul.sitemap li {
	background: #FFFFFF;
	float: left;
	margin-right: 2%;
	width: 18.4%;
	height: 200px;
}
ul.sitemap li.last {
	margin-right: 0;
}
ul.sitemap li h4 {
	background: #CCCCD8;
	padding: 5% 4%;
	font-size: 14px;
	font-weight: normal;
}
ul.sitemap li p {
	padding: 5% 4%;
	line-height: 2em;
}
ul.sitemap li p a {
	font-weight: normal;
	color: #333;
}
@media screen and (max-width:375px) {
		dt.close,
	dt.open {
    background-position:right 8px!important;
}
	.in {
    font-size: 12px;
}
}
@media screen and (max-width:425px) {
		dt.close,dt.open {
    background-position:right 25px!important;
}

/*	.cf.open:before{
		content: '';
    background: #fff url(../images/common/tasu.png) no-repeat right!important;
    display: inline-block;
    width: 16px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
	}
	dt.open {
		background: none!important;}*/
dt {
    font-size: 16px!important;
    line-height: 1.5!important;
}

}
@media screen and (max-width:500px) {
	dt.close{
    background: #fff url(../images/common/hiku.png) no-repeat right 30px!important;
}
	dt.open {
    background: #fff url(../images/common/tasu.png) no-repeat right 30px!important;
}
}
@media screen and (max-width:550px) {
.Proceed .lBox li p {
    float: none!important;
	width: 100%!important;
}
}
@media screen and (max-width:600px) {
	span.acttl {
		display: none;}
}
@media screen and (min-width:769px) {
		.in{
    display:none;
}
}
@media screen and (max-width:768px) {
	.in{
    display: block;
    margin: 10px auto;
}
	.Proceed .rBox img {

    margin: 20px auto 0;
    display: block;
}
	.Proceed .lBox {
    float: none!important;
    width: 100%!important;
}
	.Proceed .rBox {
    float: none!important;
   width: 100%!important;
}
	dt {
   
    height: auto!important;
}
	dl.dlList {
    margin: 0px auto 10px!important;
     padding-bottom: 0!important;}
	dt {

		padding: 10px 0!important;}

	span.dlpdf {
		display: none!important;}
	ul.sitemap li {
    width: calc(100% / 2 - 0.5rem );
    flex-wrap: wrap;
    float: none;
    margin-right: 0;
    color: #fff;
    min-height: auto;
    height: auto;
    margin-bottom:15px;
    background: #FFFFFF;
}
	ul.sitemap {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    max-width: 100%;
    width: 100%;
}
}
/* --------------------------------------------------------------
　資料ダウンロード
--------------------------------------------------------------- */
.sitemap {
}
dl.dlList {
	/*width: 1100px;*/
	margin: 0px auto 20px;
	position:relative;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 1%;
	background:#fff;
}
dt {
	font-size: 16px;
	display: block;
	padding: 10px 15px 0px;
	/*width: 1068px;
	border: 1px solid #E3E1E1;*/
	line-height: 28px;
	height: 28px;
}
dt span {
	font-size: 12px;
	display: inline-block;
	float: right;
	line-height: 28px;
	height: 28px;
}
span.dlpdf {
z-index: 1;
display: inline-block;
position: absolute;
top: 14px;
right: 160px;
}

span.dlpdf a{
background: #fff;
border: 1px solid #fff;
text-decoration: none;
padding: 4px 10px;
display: inline-block;
line-height: 1;
text-align: center;
-webkit-border-radius: 21px;
-moz-border-radius: 21px;
border-radius: 21px;
font-size: 11px;
	
	}
span.dlpdf a.noLink{color:#C9C9C9;}
span.dlpdf a:hover{
background:#DDDDED;
border: 1px solid #D3D3E0;	
	}


span.acttl {
	padding-right: 25px;
}
dt.open {
	background: #fff url(../images/common/tasu.png) no-repeat right 17px ;

	margin-bottom: 0px;
}
dt.close {
	background: #fff url(../images/common/hiku.png) no-repeat right 17px ;

	margin-bottom: 0px;
}
dd {
	/*width: 1058px;*/
	padding: 2%;
	/*
	border: 1px solid #E6E6E6;
	background: #F8F8F8;
	*/
	margin-bottom: 1%;
}
dd.carusel {
	padding: 0px;
}
dd.mb30 {
	margin-bottom: 30px!important;
}
dd.none {
	background: none;
	border: none;
	padding: 0;
	height: 20px;
}
/* --------------------------------------------------------------
　wrapper Proceed
--------------------------------------------------------------- */
.Proceed {
}
.Proceed .lBox {
	float: left;
	max-width: 830px;
	width: 75%;

}
.Proceed .lBox li{
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom: 1px dotted #848282;
	width:100%;
	}
	
.Proceed .lBox li p{
	width: 50%;
	float:left;
		}
.Proceed .lBox span{
	display:inline-block;
	width: 49%;
	min-width:200px;

}
.Proceed .lBox a{
	display:inline-block;
	background:#efefef;
	border:1px solid #efefef;
	text-decoration: none;
	padding: 4px 10px;
	display: inline-block;
	line-height:1;
	text-align: center;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	font-size:11px;
}
.Proceed .lBox a:hover{
background:#DDDDED;
border: 1px solid #D3D3E0;	
	}
.Proceed .rBox {
	float: right;
	width: 22%;

}
.Proceed .rBox img{
	width:100%;
	max-width:236px;
}
/* --------------------------------------------------------------
　リンクバナーエリア
--------------------------------------------------------------- */
.booklist {
}
.booklist p {
	margin-bottom: 10px;
}
.booklist p a {
	color: #30395B;
}
