@charset "utf-8";

/* rev.2018-11-09
----------------------------------------------------------------------*/
/* reset
----------------------------------------------------------------------*/
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; padding: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,main,figure {
	display:block;
}
img { border: 0; vertical-align: bottom; }
ul, ol { list-style: none; }
iframe { vertical-align: bottom; }
table{ border-collapse:collapse;}
table tbody tr td dl{font-size: 10px; text-align: center;}
input[type="text"]:focus {outline: 0;}

select::-ms-expand { /* for IE10 */
    display: none;
}


/* structure
----------------------------------------------------------------------*/
html { height: 100%; }
body {
	font-size: 10px;
 >font-size: 62.5%;
	color: #00479d;

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	height: 100%;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	/*word-break : break-all;*/
  word-wrap:break-word;
}
h1, h2, h3, h4, h5, h6{font-size: 20px;}
a { text-decoration: none;color: #00479d; }

/* hover */
a { 
	-webkit-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
a:hover{ 
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
  overflow: hidden;
}
body > #wrapper { height: auto; min-height: 100%;}
@media screen and (min-width: 768px) {
  body > #wrapper{min-width: 1200px;padding-top: 100px;}
  body.home > #wrapper{min-width: 1400px;}
}
@media screen and (max-width: 767px) {
  #wrapper{padding-top: 56px;}
}

@media screen {
/*\*/
* html #wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/**/
}

/* cl ----------------- */
.cl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cl { display: inline-block; }
/* Hides from IE-mac \*/
* html .cl { height: 1px; }
.cl { display: block; }
/* End hide from IE-mac */




/*--------------------------------------
  MODULE -- Primary
---------------------------------------*/
/* common
---------------------------------------*/
.flL { float: left; }
.flR { float: right; }

.taL { text-align: left; }
.taR { text-align: right; }
.taC { text-align: center; }

.mt0 { margin-top: 0!important; }
.mt5 { margin-top: 5px!important; }
.mt10 { margin-top: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt25 { margin-top: 25px!important; }
.mt30 { margin-top: 30px!important; }
.mt35 { margin-top: 35px!important; }
.mt40 { margin-top: 40px!important; }
.mt50 { margin-top: 50px!important; }
.mt60 { margin-top: 60px!important; }
.mt70 { margin-top: 70px!important; }
.mt80 { margin-top: 80px!important; }
.mt90 { margin-top: 90px!important; }
.mt100 { margin-top: 100px!important; }

.mb0 { margin-bottom: 0!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb70 { margin-bottom: 70px!important; }
.mb80 { margin-bottom: 80px!important; }
.mb90 { margin-bottom: 90px!important; }
.mb100 { margin-bottom: 100px!important; }


/* PC
---------------------------------------*/
@media screen and (min-width: 768px) {
	.pc {display: block;}
	.sp {display: none !important;}

}


/* SP
---------------------------------------*/
@media screen and (max-width: 767px) {
  
	.pc {display: none !important;}
	.sp,
  .spBlock{display: block;}
	img{max-width: 100%;height: auto;}

.mt20 { margin-top: 10px!important; }
.mt25,
.mt30 { margin-top: 15px!important; }
.mt35,
.mt40 { margin-top: 20px!important; }
.mt50 { margin-top: 25px!important; }
.mt60 { margin-top: 30px!important; }
.mt70 { margin-top: 35px!important; }
.mt80 { margin-top: 40px!important; }
.mt90 { margin-top: 45px!important; }
.mt100 { margin-top: 50px!important; }


.mb20 { margin-bottom: 10px!important; }
.mb25,
.mb30 { margin-bottom: 15px!important; }
.mb35,
.mb40 { margin-bottom: 20px!important; }
.mb50 { margin-bottom: 25px!important; }
.mb60 { margin-bottom: 30px!important; }
.mb70 { margin-bottom: 35px!important; }
.mb80 { margin-bottom: 40px!important; }
.mb90 { margin-bottom: 45px!important; }
.mb100 { margin-bottom: 50px!important; }


	
}

/* JS
---------------------------------------*/
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.hide {display:none;}

/* ----- lock menu ----- */
html {
    overflow-y: scroll;
    height: 100%;
}
.lock{overflow: hidden;width: 100%;height: 100%;}

.spMenu,
.langBlock{
  opacity: 0;background: rgba(0,46,101,.95);color: #fff;
  position: fixed;left: 0;top: 98px;z-index: -1;
  width: 100%;height: calc(100% - 98px);
  /*
  transition: .2s;
  */
}

.spMenu.open,
.langBlock.open{opacity: 1;z-index: 100;}

.langBlock ul{max-width: 1000px;margin: 30px auto;}
.langBlock li a{display: block;padding: 5px 15px;color: #fff;transition: .2s;}
.langBlock li a:hover{background: #fff;color: #00479d;opacity: 1;}

@media screen and (min-width: 768px) {
	.langBlock{ text-align: center; }
	.langBlock ul{display: inline-block;font-size: 20px;}
	.langBlock li a{border: 2px solid #fff;border-radius: 8px;padding: 5px 2em;margin: 10px 0;}
	.langBlock ul a.current{opacity: .3;}
}
@media screen and (max-width: 767px) {
  .spMenu,
.langBlock{top: 56px;height: calc(100% - 56px);}
  /*
  .lock .langBlock{
    display: none;
   -- transition: 0s;opacity: 1;position: relative;top: 0;z-index: 1;--
  }*/
  .langBlock ul{/*display: flex;flex-wrap: wrap;align-items: center;justify-content: center;*/}
/*  .langBlock ul li{width: 44%;}*/
  .langBlock ul a{text-align: center;border: 2px solid #fff;border-radius: 8px;margin: 5px 2%;padding: 5px;font-size: 15px;font-weight: bold;}
  .langBlock ul a:after{display: none;}
  .langBlock ul a.current{opacity: .3;}
  
}


/* ----- Accordion ----- */
.jsAccTrigger{cursor: pointer;}
.jsAccTrigger:after{
  content:'';display: inline-block;
    margin-top: 10px;margin-left: 15px;
    border-style: solid;
    border-width: 10px;
    border-color: #00479d transparent transparent transparent;
}
.jsAccTrigger.open:after{margin-top: -10px;border-color: transparent transparent #00479d transparent;}
@media screen and (max-width: 767px) {
  .jsAccTriggerSp{position: relative;}
  .jsAccTriggerSp:after{
  content:'';display: inline-block;
    position: absolute;right: 19px;top: 50%;margin: -2px 0 0;
    border-style: solid;
    border-width: 5px;
    border-color: #fff transparent transparent transparent;
  }
  .jsAccTriggerSp.open:after{margin-top: -8px;border-color: transparent transparent #fff transparent;}
  .jsAccTriggerSp:before{
    content:'';display: block;
    position: absolute;right: 5px;top: 5px;
    background: #00479d;border-radius: 8px;border:20px solid #00479d;
  }
}


/* ========================================
  LAYOUT
======================================== */
.sectionWidth{margin: auto;}
.row:after,
.contents:after,
.sectionWidth:after {
	content: "";
	display: block;
	clear: both;
}
	.contents{padding-bottom: 50px;}

*[class*="columnW"]:not(.columnW12)  {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;float: left;}
.columnW1{width: 8.33%;float: left;}
.columnW2{width: 16.66%;}
.columnW3{width: 24.99%;}
.columnW4{width: 33.33%;}
.columnW5{width: 41.66%;}
.columnW6{width: 50%;}
.columnW7{width: 58.33%;}
.columnW8{width: 66.6%;}
.columnW9{width: 74.99%;}
.columnW10{width: 83.33%;}
.columnW11{width: 91.66%;}
@media screen and (min-width: 768px) {
	.sectionWidth{width: 1000px;}
	.siteHeader{
		max-width: 1240px;
		margin: auto;
	}
	.gnav .menu,
	.footerBottom {
		width: 1000px;
		margin: auto;
	}
	.siteHeader,
	.gnav,
	.siteFooter{min-width: 1000px;}
	
	.mainContents{padding-right: 40px;}

.sectionWidth .kikakutenzi{width: 780px; float: right;}

}
@media screen and (max-width: 767px) {
	.sectionWidth{padding-left: 15px;padding-right: 15px;}
	.contents,
	.mainContents,
	.subContents{
		float: none;
		width: 100%;
	}
	.mainContents{padding-bottom: 40px;}
}


/*--------------------------------------
  siteHeader
---------------------------------------*/
.siteHeaderWrap{position: fixed;width: 100%;top: 0;left: 0;z-index: 10001;background: #fff;}
.siteHeader{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.siteHeader .subArea>*{float: left;margin-left: 26px;}
.siteHeader .subArea .btnLang{
  background: url(../images/common/header_icon_lang.png) no-repeat 50% 0;
  padding-top: 40px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

/* 2018-01-17 検索フィールドへのplaceholder設定対応 */
/*.siteHeader .searchBox{margin-top: 14px;}*/
.siteHeader .searchBox{margin-top: 10px;}
/*.siteHeader .searchBox input{font-size: 14px;padding: 6px;width: 187px;}*/
.siteHeader .searchBox input{font-size: 14px;padding: 6px;width: 235px;font-family: inherit;}
.siteHeader .searchBox button{
  height: 28px;vertical-align: top;
  border: none;
/*  background:url(../images/common/icon_glass.png) no-repeat 10px 50%;*/
  background:url(../images/common/icon_glass.png) no-repeat 12px 60%;
  padding: 0 14px 0 34px;font-size: 12px;
}


@media screen and (min-width: 768px) {
	/* siteHeader
	---------------------------------------*/
	.siteHeader {
		padding: 20px 0 25px;
	}
	.siteHeader .subArea {}
}
@media screen and (max-width: 767px) {
	/* siteHeader
	---------------------------------------*/
	.siteHeader{padding: 10px 3%;}
	.siteHeader .logo{width: 180px;}
  
  .siteHeader .searchBox{display: none;}
  .siteHeader .subArea .btnLang{
    -webkit-background-size: auto 75%;
    background-size: auto 75%;
    padding-top: 30px;
    height: 40px;font-size: 10px;
    margin-top: -4px;
  }
}

/* ---------- menu-trigger ---------- */
.menu-trigger{text-align: center;font-size: 13px;line-height: 1;position: relative;z-index: 101;cursor: pointer;}
.menu-trigger .menuIcon,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger .menuIcon {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #00479d;
}
.menu-trigger span:nth-of-type(1) {
  top: 10%;
}
.menu-trigger span:nth-of-type(2) {
  top: 40%;margin-top: -1px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 20%;
}
.menu-trigger.active span{height: 3px;}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

		
@media screen and (max-width: 767px) {
  .siteHeader .subArea>*{margin-left: 12px;}
  .menu-trigger{font-size: 12px;}
  .menu-trigger .menuIcon{height: 24px;width: 28px;margin: auto;}
  .menu-trigger span{height: 4px;}
  
  .menu-trigger span:nth-of-type(1) {
    top: 5%;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 10%;
  }
  .menu-trigger.active span{height: 3px;}
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

}


/*--------------------------------------
  gnav
---------------------------------------*/
.gnav{background: url(../images/common/gn_bg.png) repeat-x 0;height: 80px;}
@media screen and (min-width: 768px) {
	
	.gnav .menu{
		display:-webkit-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
		
		align-items:center;
		justify-content:space-between; 
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
    border-left: 1px solid rgba(50,60,153,.15);
	}
	.gnav .menu>li{text-align: center;border-right: 1px solid rgba(50,60,153,.15);width: 100%;}
	.gnav .menu>li>a{display:block;display: -webkit-flex;display: flex;align-items: center;height: 80px;}
	.gnav .menu>li>a.active{background: #fff;border-bottom: 4px solid #00479d;position: relative;}
	.gnav .menu>li>a.active:after{
		content:'';display: block;
		border-style: solid;
		border-width: 7px 7px 0 7px;
		border-color: #00479d #fff #fff #fff;
		position: absolute;left: 50%;margin-left: -5px;bottom: 3px;
	}
  
	.gnav .menu>li>a img{margin: -5px auto;display: inline-block;vertical-align: top;}

	/* ---------- menu-pulldown ---------- */
	li.menu-pulldown {
		position: relative;
	}
	li.menu-pulldown ul.lv2 {
		width: 100%;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		position: absolute;
		z-index: 1;
		border: 1px solid #aaa;
	}
	li.menu-pulldown ul.lv2 li{border-bottom: 1px solid #fff;}
	li.menu-pulldown ul.lv2 a{display: block;padding: 1.5em 1em;text-align: left;color: #333;background: #eee;}
	li.menu-pulldown ul.lv2 a:hover{background: #aaa;}
	li.menu-pulldown ul.lv2 {
		visibility: hidden;
		opacity: 0;
		top: 4em;
	}
	li.menu-pulldown:hover ul.lv2 {
		visibility: visible;
		opacity: 1;
		top: 5em;
	}

}
@media screen and (max-width: 767px) {
  .gnav{
    background: url(../images/common/gn_bg_sp.png) 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px 15px 0;
    height: auto;
display: none;
  }
  .gnav ul{
    display: flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: space-between; 
    font-weight: bold;
  }
  .gnav ul li{width: 30%;text-align: center;line-height: 1.2;margin-bottom: 20px;}
  .gnav ul li img{margin-bottom: 10px;}
  
  /*
  .uFloor .gnav {
    background: url(../images/common/gn_bg_sp2.png) 50% 0;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
    padding: 0;height: 28px;
  }
  .uFloor .gnav ul{display: none;}
 */

}


/*--------------------------------------
  siteFooter
---------------------------------------*/
.siteFooter {}
.siteFooter li{padding: 5px 0;font-size: 13px;line-height: 1.2;}
.siteFooter li a{position: relative;padding-right: 18px;display: inline-block;}
.siteFooter li a:after{
  position: absolute;right: 0;top: 1px;
  content:'';display: block;
  border-style: solid;
  border-width: 6px 5px;
  border-color: transparent transparent transparent #00479d;
}
.footerNav{background: #f4f4f4;padding: 40px 0;}
.footerNav h3{margin-bottom: 10px;font-size: 17px;}
.footerNav a .fzS{font-size: 10px;}
.copyright{text-align: center;padding-bottom:15px;font-size: 1.2em;line-height: 1;}


.pagetop{text-align: center;background: #00479d;position: fixed;right: 20px;bottom: 20px;}
.pagetop a{position: relative;display: block;width: 60px;height: 0;padding-top:60px;color: #fff;overflow: hidden;}
.pagetop a:before,
.pagetop a:after{
	left: 50%;margin-left: -7px;
	top: 50%;
	position: absolute;
	-webkit-transform:rotate(-45deg) ;
	-ms-transform:rotate(-45deg) ;
	transform:rotate(-45deg) ;
	display: block;content:'';height: 14px;width: 14px;}
.pagetop a:before{background: #fff;margin-top: -2px;}
.pagetop a:after{background: #00479d;margin-top: 2px;}



@media screen and (min-width: 768px) {
	.footerNav {
		overflow: hidden;
		margin: auto;
		text-align: left;
	}
  .footerNav>div{display: -webkit-flex;display: flex;}
	.footerNav .nav {width: 100%;padding-left: 25px;}
  .footerNav .nav:first-child{padding-left: 0;}
	.footerBottom{overflow: hidden;text-align: center;padding: 35px 0 ;}
  
  .footerBottom{
    text-align: left;
    background: url(../mhd81f000000009u-img/footer_ph.jpg) no-repeat 100% 35px;min-height: 150px;}
  .footerBottom li{float: left;margin-right: 20px;}
  .footerBottom .infomation{padding-top: 55px;font-size: 14px;clear: both;}
  .footerBottom .infomation .name{font-weight: bold;font-size: 36px;line-height: 1;margin-bottom: 14px;}
}

@media screen and (max-width: 767px) {
	.pagetop a{width: 40px;height: 0;padding-top: 40px;}
	
	/* siteFooter
	---------------------------------------*/
	.siteFooter{padding: 0 0 10px;}
	.footerNav,
	.siteFooter .copyright {
		text-align: center;
	}

	.footerNav{display: none;}
  
  .footerBottom{text-align: center;}
  .siteFooter li{font-size: 15px;margin-bottom: 1em;}
  
  .infomation{
    font-size: 14px;margin-bottom: 30px;
    margin-top: 50px;background: url(../mhd81f000000009u-img/footer_ph.jpg) no-repeat 50% 0 / 230px ;padding-top: 150px;}
  .infomation .name{font-size: 25px;font-weight: bold;margin-bottom: 5px;}
  
	.copyright {font-size: 1em;margin-top: 10px;}
}


/*--------------------------------------
  contents
---------------------------------------*/
.contents{font-size: 17px;line-height: 1.7;}
.contents .fzS{font-size: 13px;line-height: 1.5;}

/*2018-01-17 aタグの文字色を変更 wikipediaと同じリンク色*/
/*.contents a{color: #0033ff;text-decoration: underline;}*/
.contents a{color: #0645ad;text-decoration: underline;}

#bak{padding-top: 45px; text-decoration: none;}

/**.secInner{padding: 30px 25px;}**/
.secInner{padding: 10px 25px;}

@media screen and (max-width: 767px) {
/*  .contents{font-size: 13px;}*/
  .contents{font-size: 16px;}
  .contents .fzS{font-size: 10px;}
  .secInner{padding: 15px 0;}
#bak{padding-top: 0px;}
}


/*--------------------------------------
  MODULE -- Secondary
---------------------------------------*/

/* TITLE
---------------------------------------*/
*[class^="title"] {line-height: 1.2;}
.mainContents>*:first-child>*[class^="title"]:first-child{margin-top: 0;}
.title01A{font-size: 50px;color: #00479d;padding-top: 60px;}
.title01A2{font-size: 35px;color: #00479d;padding-top: 70px;}
.title01A span{font-size: 0.4em;}
.title02A{
  font-size: 20px;color: #00479d;border-left: 6px solid #00479d;background: #f4f4f4;padding-left: 20px;min-height: 60px;line-height: 60px;
  display: flex;align-items: center;
  margin-top: 30px;
}

.sTitle01{text-align: center;font-weight: bold;margin: 50px auto 15px;}

@media screen and (max-width: 767px) {
  .title01A{font-size: 30px;padding-top: 40px;}
  .title01A2{font-size: 20px;padding-top: 40px;}
  .title01A span{font-size: 0.44em;}
  .title02A{margin-top: 20px;min-height: 50px;line-height: 50px;font-size: 15px;padding-left: 10px;border-left-width: 5px;}
  .sTitle01{margin-top: 30px;}
	
}

/* BOX
---------------------------------------*/
.box01{background: #e3f3ff;}
.box02{background: #f4f4f4;}

/* TABLE
---------------------------------------*/
.table01{width: 100%;border-collapse: collapse;margin-top: 15px;}
.table01 th,
.table01 td{font-size: 15px;line-height: 1.4;padding: 20px 5px;vertical-align: top;text-align: left;border: 1px solid #00479d;text-align: center;vertical-align: middle;}
.table01 th{border-color: #fff;background: #0089e9;color: #fff;vertical-align: middle;font-weight: normal;}
.table01 tr:first-child th{border-top-color: #0089e9;}
.table01 sup{font-size: .7em;}

@media screen and (max-width: 767px) {
  .table01{margin-top: 10px;}
	.table01 th,
	.table01 td{font-size: 12px;padding: 10px 3px;}
	.table01 th{white-space:nowrap;}
}

/* TABLE2
---------------------------------------*/

.table_left{width: 100%;border-collapse: collapse;margin-top: 15px;}
.table_left th{text-align: center;font-size: 15px;line-height: 1.4;padding: 20px 5px;vertical-align: top;;border: 1px solid #00479d;;vertical-align: middle;}
.table_left td{font-size: 15px;line-height: 1.4;padding: 20px 15px;vertical-align: top;text-align: left;border: 1px solid #00479d;;vertical-align: middle;}
.table_left th{border-color: #fff;background: #0089e9;color: #fff;vertical-align: middle;font-weight: normal;}
.table_left tr:first-child th{border-top-color: #0089e9;}
.table_left sup{font-size: .7em;}

@media screen and (max-width: 767px) {
  .table_left{margin-top: 10px;}
	.table_left th,
	.table_left td{font-size: 12px;padding: 10px 3px;}
	.table_left th{white-space:nowrap;}
}

/* TABLE3
---------------------------------------*/

.table_right{width: 100%;border-collapse: collapse;margin-top: 15px;}
.table_right th{text-align: center;font-size: 15px;line-height: 1.4;padding: 20px 5px;vertical-align: top;;border: 1px solid #00479d;;vertical-align: middle;}
.table_right td{font-size: 15px;line-height: 1.4;padding: 20px 15px;vertical-align: top;text-align: right;border: 1px solid #00479d;;vertical-align: middle;}
.table_right th{border-color: #fff;background: #0089e9;color: #fff;vertical-align: middle;font-weight: normal;}
.table_right tr:first-child th{border-top-color: #0089e9;}
.table_right sup{font-size: .7em;}

@media screen and (max-width: 767px) {
  .table_right{margin-top: 10px;}
	.table_right th,
	.table_right td{font-size: 12px;padding: 10px 3px;}
	.table_right th{white-space:nowrap;}
}


/* LIST
---------------------------------------*/
.oList01 li{padding-left: 2em;text-indent: -2em;}
.uList01 li{padding-left: 1em;text-indent: -1em;}


/* スクロールバー
---------------------------------------*/
.scroll{
  /*
  */
  overflow: auto;
  height: 100%;
 -ms-overflow-style:none;
}
.scroll::-webkit-scrollbar{
  display: none;
}
/*
.scroll::-webkit-scrollbar{
  width: 5px;
  background: #dedede;
}
.scroll::-webkit-scrollbar:horizontal{
  height: 5px;
  background: #dedede;
}
.scroll::-webkit-scrollbar-thumb{
  background: #666;
  border-radius: 2px;
}
.scroll::-webkit-scrollbar-thumb:horizontal{
  background: #666;
  border-radius: 2px;
}
*/

/* ICON
---------------------------------------*/
.icon{padding-left: 32px;position: relative;}
.icon:before{
  content:'';display: block;
  width: 30px;height: 30px;
  position: absolute;left: 0;top: 50%;margin-top: -15px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  -webkit-background-size: contain;
  background-size: contain;
}
.iconBook:before {background-image: url(../images/common/icon_book.png);}
.iconEJ:before {background-image: url(../images/common/icon_ej.png);background-position: 100% 50%;}
.iconGlass:before {background-image: url(../images/common/icon_glass.png);}
.iconOpac:before {background-image: url(../images/common/icon_opac.png);}
.iconReview:before {background-image: url(../images/common/icon_review.png);}
.iconSums:before {background-image: url(../images/common/icon_sums.png);}
.iconWord:before {background-image: url(../images/common/icon_word.png);}

.iconDb:before {background-image: url(../images/common/icon_db_w.png);}
.iconSBW:before {background-image: url(../images/common/icon_sbw_w.png);}
.iconRepository:before {background-image: url(../images/common/icon_repository_w.png);}
.iconSession:before {background-image: url(../images/common/icon_session_w.png);}
.iconFaq:before {background-image: url(../images/common/icon_faq_w.png);}



.iconDoc:before {background-image: url(../images/common/icon_doc_w.png);}
.iconInfo:before {background-image: url(../images/common/icon_info_w.png);}
.iconStudy:before {background-image: url(../images/common/icon_study_w.png);}
.iconLibrary:before {background-image: url(../images/common/icon_library_w.png);}

/* arr */
.arr{position: relative;padding-right: 16px;display: inline-block;}
.arr:after{
  position: absolute;right: 0;top: 50%;margin-top: -8px;
  content:'';display: block;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #00479d;
}


/* PARTS
---------------------------------------*/
/* emergencyInfo - 緊急のお知らせ - */
/*.emergencyInfo{text-align: center;margin: 0 auto 10px;}*/
/*SOKA UNIVERSITY LIBRARYの文字を少し上に表示*/
/*.emergencyInfo{text-align: center;margin: 0 0 1.5% 10px;}*/
.emergencyInfo{text-align: center;margin: 0 0 1.5% 10px;}
/*.emergencyInfo .box{width: 800px;margin: auto;padding: 10px;background: #eee;display: flex;align-items: center;justify-content: flex-start;line-height: 1.4;}*/
/* 2018-01-18 写真を隠さないようWidthを狭く*/
.emergencyInfo .box{width: 30%;margin-left: 60px;padding: 10px;background: #eee;display: flex;align-items: center;justify-content: flex-start;line-height: 1.4;}
.emergencyInfo .blankbox{width: 480px;margin-left: 60px;padding: 10px;display: flex;align-items: center;justify-content: flex-start;height: 70px;}
.emergencyInfo .box dt{
/*** FontSizeを大きく **/
/*** 重要枠を正方形に 2019/01/22***/
 /*width: 50px;height: 50px;color: #fff;background: #c00;font-size: 12px;font-weight: bold;*/
  width: 50px;height: 50px;min-width: 50px;color: #fff;background: #c00;font-size: 16px;font-weight: bold;
  display: flex;align-items: center;justify-content: center;
}
/*.emergencyInfo .box dd{width: 100%;color: #c00;font-weight: bold;text-align: left;padding-left: 12px;font-size: 12px;}*/
.emergencyInfo .box dd{width: 100%;color: #c00;font-weight: bold;text-align: left;padding-left: 12px;font-size: 16px;}
/*.emergencyInfo .box dd .date{display: block;color: #888;font-weight: normal;font-size: .9em;}*/
.emergencyInfo .box dd .date{display: block;color: #888;font-weight: normal;font-size: 1em;}
.emergencyInfo .box dd .headline{color: #c00;}

/* searchBox */
.searchBox{
  border: 1px solid #00479d;
  display: -webkit-flex;
  display: flex;
}
.searchBox input{
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  border-radius: 0;
  border: none;border-right: 1px solid #00479d;}
.searchBox button{border: none;color: #00479d;background:url(../images/common/icon_glass.png) no-repeat 10px 50%;padding-left: 30px;font-size: 17px;cursor: pointer;}

@media screen and (max-width: 767px) {
.emergencyInfo{text-align: center;margin: 0 auto 10px;}
/*.emergencyInfo .box{width: auto;}*/
.emergencyInfo .box{width: auto;margin-left: 0px;}
.emergencyInfo{text-align: center;margin: 0 auto 10px;}
}

/* ========================================
  for menuInner
======================================== */
.menuInner *{font-weight: normal;color: #fff;}
.menuInner li{margin-top: 10px;}
.menuInner a{position: relative;padding-right: 20px;display: inline-block;}
.menuInner a:after{
  position: absolute;right: 0;top: 3px;
  content:'';display: block;
  border-style: solid;
  border-width: 6px 5px;
  border-color: transparent transparent transparent #fff;
}
.menuInner .nBlock01 .btnLogin{
  font-size: 12px;display: inline-block;background: #fff;color: #00479d;
  border-radius: 5px;
  padding: 3px 25px 2px 15px;
  line-height: 1;
  margin-left: 10px;
}
.menuInner .nBlock01 .btnLogin:after{
  border-width: 5px 6px;
  border-color: transparent transparent transparent #00479d;
  right: 5px;
}

@media screen and (min-width: 768px) {
  .menuInner{width: 1000px;margin: auto;}
  .menuInner .nBlock01,
  .menuInner .nBlock02,
  .menuInner .nBlock03{
    display: -webkit-flex;
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #486990;
  }
  .menuInner .nBlock03{padding: 24px 0;}
  .menuInner .nBlock01>*,
  .menuInner .nBlock02>*,
  .menuInner .nBlock03>*{
    border-left: 1px solid #486990;
    padding: 0 28px;
  }
  .menuInner .nBlock01>*,
  .menuInner .nBlock03>*{padding: 6px 20px 6px 28px;}
  .menuInner .nBlock01>*:first-child,
  .menuInner .nBlock02>*:first-child,
  .menuInner .nBlock03>*:first-child{padding-left: 0;border-left: none;width: 222px;}
  .menuInner .nBlock01>*:nth-child(2),
  .menuInner .nBlock02>*:nth-child(2),
  .menuInner .nBlock03>*:nth-child(2){width: 270px;}
  .menuInner .nBlock01>*:nth-child(3),
  .menuInner .nBlock02>*:nth-child(3),
  .menuInner .nBlock03>*:nth-child(3){width: 272px;}
  .menuInner .nBlock04 li{float: left;margin-right: 10px;}
  .menuInner .nBlock01,
  .menuInner .nBlock03 li{font-size: 17px;}
  .menuInner .nBlock01 .name{font-size: 18px;}
  .menuInner .nBlock02 li,
  .menuInner .nBlock04 li{font-size: 13px;}
  .menuInner li .fzS{font-size: 10px;}
  
  .menuInner .nBlock01 a.iconDb:after,
  .menuInner .nBlock03 a:after{top: 7px;}
  .menuInner .nBlock02 .icon:before{
    -webkit-background-size: auto;
    background-size: auto;
  }
  .menuInner .nBlock01 .iconDb,
  .menuInner .nBlock03 .icon{padding-left: 39px;}
  .menuInner .nBlock02 .iconStudy,
  .menuInner .nBlock02 .iconLibrary{padding-left: 34px;}
  .menuInner .nBlock02 .iconStudy:before,
  .menuInner .nBlock02 .iconLibrary:before{margin-top: -20px;}
  .menuInner .nBlock02 .iconInfo:before,
  .menuInner .nBlock03 .iconFaq:before,
  .menuInner .nBlock03 .iconSession:before{margin-top: -17px;}
  .menuInner .nBlock03 .iconSession:before{width: 29px;}
  .menuInner .nBlock03 .iconFaq:before{width: 25px;}
  
  
  .menuInner .nBlock02 h3{font-size: 20px;}
  
  .menuInner .nBlock04{padding: 40px 0 0;}
  .menuInner .btnLogo{float: right;margin-top: 10px;}
  .menuInner .btnLogo img{display: inline-block;margin-top: -10px;}
}
@media screen and (max-width: 767px) {
  .menuInner{padding-bottom: 30px;}
  .menuInner .icon:before{width: 26px;}
  .menuInner>*{padding:30px 0;border-bottom: 1px solid #486990;}
  .menuInner>.sp{padding: 30px 15px 20px;}
  .menuInner .nBlock03{padding: 0px 15px 40px;}
  .menuInner .nBlock02,
  .menuInner .nBlock04{border-bottom: none;}
  .menuInner .nBlock02{padding-bottom: 0;}
  .menuInner .nBlock02 .linkBlock:last-child.open{border-bottom: 1px solid #486990;padding-bottom: 30px;}
  
/* 2018-01-17 検索フィールドへのplaceholder設定対応 */
/*  .menuInner .searchBox input{width: calc(100% - 110px);font-size: 21px;color: #000;} */
  .menuInner .searchBox input{width: calc(100% - 36px);font-size: 21px;color: #000;font-family: inherit;} 
/*  .menuInner .searchBox button{background-color: #fff;font-size: 12px;padding: 9px 11px 1px 30px;min-width: 110px;}*/
  .menuInner .searchBox button{background-color: #fff;font-size: 12px;padding: 11px 8px 8px 28px;min-height: 30px;}
  
  .menuInner .langBlock{display: flex;align-items: center;text-align: center;padding: 20px 0 0;}
  .menuInner .langBlock .btnLang{
    width: 25%;
    display: inline-block;
    background: url(../images/common/icon_lang.png) no-repeat 50% 0;
    -webkit-background-size: 32px auto;
    background-size: 32px auto;
    padding-top: 40px;
    font-size: 13px;
    line-height: 1;
  }
  .menuInner .langBlock dd {width: 75%;text-align: center;}
  .menuInner .langBlock dd a{display: inline-block;width: 44%;text-align: center;border: 2px solid #fff;border-radius: 8px;margin: 5px 2%;padding: 5px;font-size: 15px;font-weight: bold;}
  .menuInner .langBlock dd a:after{display: none;}
  .menuInner .langBlock dd a.current{opacity: .3;}
  /**/
  .menuInner li{margin-top: 20px;}
  .menuInner .nBlock01 a:after{top: 5px;}
  .menuInner .nBlock02 a,
  .menuInner .nBlock04 a{padding-right: 10px;}
  .menuInner .nBlock02 a:after,
  .menuInner .nBlock04 a:after{top: 1px;right: -8px;}
  .menuInner .nBlock03 li{margin: 40px 0 0;}
  .menuInner .nBlock03 a:after{right: 3px;}

  .menuInner .nBlock01,
  .menuInner .nBlock02 ul,
  .menuInner .nBlock03,
  .menuInner .nBlock04 ul {display: flex; flex-wrap: wrap;padding-left: 15px;padding-right: 15px;}
  .menuInner .nBlock01 .btnLogin{border-radius:3px;padding: 3px 16px 3px 10px;}
  .menuInner .nBlock01 .btnLogin:after{right: -2px;}
  .menuInner .nBlock01>*,
  .menuInner li{width: 50%;}
  .menuInner li{font-size: 13px;line-height: 1.2;}
  .menuInner li .fzS{font-size: 10px;}
  .menuInner .nBlock01,
  .menuInner .nBlock02 h3{font-size: 15px;}
  .menuInner .nBlock03 li{font-size: 14px;}
  .menuInner .nBlock02 h3{padding: 20px 0 14px 50px;border-bottom: 2px solid #486990;position: relative;}
  .menuInner .nBlock02 h3:before{margin-left: 15px;margin-top: -13px;}
  
  .menuInner .nBlock02 h3:after{
    content:'';display: block;width: 40px;height: 40px;
    border-radius: 8px;background: #fff url(../images/common/arr.png) no-repeat 50% 50%;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
    position: absolute;right: 10px;top: 5px;
  }
  .menuInner .nBlock02 .open h3:after{transform: rotate(180deg);}
  
  .menuInner .nBlock02 .linkBlock+.linkBlock{margin-top: 30px;}
  .menuInner .nBlock04 .btnLogo{float: right;margin-top: 20px;margin-right: 20px;}
  .menuInner .nBlock04 .btnLogo:after{top: 13px;}

}




/* ========================================
  for HOME
======================================== */
.mv{

		background: url(../mhd81f00000000jm-img/mv01ph_pc.jpg) no-repeat 50% 50%;
	
  -webkit-background-size: cover;
  background-size: cover;
  text-align: left;
  border-bottom: 20px solid #fff;
}
.mv .text{
/*  display: flex;align-items: center;justify-content: flex-start; */
  display: block;align-items: center;justify-content: flex-start;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;text-align: left;
}
.mv .text img{width: 25%;margin-left: 7%;margin-bottom: 20px;}
/*
.mv2 img{width: 100%;max-width: 1600px;margin:0 auto;}
*/
/* searchBlock */
.searchBlock{background: #00479d;padding: 40px 0;}
.searchBlock .tab li{
  margin-bottom: 2px;background: #c6c6c6;
  cursor: pointer;
  border-radius: 10px 0 0 10px;

  font-size: 18px;color: #00479d;line-height: 1;
  text-align: center;padding-top: 17px;
  margin-left: auto;
  border-right: 1px solid #00479d;
  padding-right: 10px;
}
.searchBlock .tab li.select{background: #fff;border-color: #fff;}
.searchBlock a.arr{display: inline-block;margin-top: 15px;font-size: 15px;}


@media screen and (min-width: 768px) {
/*  .mv{height: calc(100vh - 370px);min-height: 340px;} */
  .mv{height: calc(100vh - 300px);min-height: 340px;}
/*
  .mv2 {text-align: center;padding-top: 98px;}
*/
  .searchBlock .inner{position: relative;height: 150px;}
  .searchBlock .tab,
  .searchBlock .jsTabContent{float: left;height: 150px;}
  .searchBlock .tab{margin-left: 180px;text-align: right;width: 200px;}
  .searchBlock .tab li{height: 49px;width: 190px;}
  .searchBlock .tab li:first-child{height: 48px;}
  .searchBlock .tab li.select{margin-left: 0;width: 200px;}
.searchBlock .tab li.icon:before{margin-left: 35px;}
.searchBlock .tab li.icon.select:before{margin-left: 45px;}
.searchBlock .tab li:after{margin-right: 20px;}
  .searchBlock .tab li.icon.iconSums:before{background-size: 90%;}
  
  .searchBlock .jsTabContent{
    width: 620px;background: #fff;border-radius:0 10px 10px 0;
    padding: 0 34px;
  }
  .searchBlock .textBox{
    position: absolute;left: 0;top: 0;
    width: 158px;height: 150px;padding:  0 14px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #00479d;background: #fff;
    font-size: 16px;line-height: 1.6;
  }
  .searchBlock .textBox:after{
    content:'';display: block;
    border-style: solid;
    border-width: 7px 0 7px 17px;
    border-color: transparent transparent transparent #fff;
    position: absolute;right: -17px;top: 14px;
  }
  .searchBlock .panel02 .textBox:after{top: 67px;}
  .searchBlock .panel03 .textBox:after{top: 118px;}
  .conBox{
    height: 150px;
    display: -webkit-flex;
    display: flex;
    align-items: center
  }
  .conBox .conInner{text-align: center;width: 100%;}
  .conBox .conInner .dd {text-align: center;width: 100%;}
  .conBox .searchBox input{height: 40px;width: 470px;padding: 0 8px;font-size: 18px;}
  .conBox .searchBox button{width: 80px;padding-right: 10px;}
  .searchBlock .panel01{padding-top: 15px;}

a.ABC {
	text-decoration: underline;
}
}
@media screen and (max-width: 767px) {
  .searchBlock{margin-top: 40px;position: relative;}

  .searchBlock .tab{display: flex;}
  .searchBlock .tab li{
    width: calc(100% / 3);
    margin-left: 20px;border-radius: 10px;
    padding:10px;
    margin-bottom: 20px;
    position: relative;z-index: 2;
  }
.searchBlock .tab li:first-child{margin-left: 0;}
  .searchBlock .tab li.icon:before,
  .searchBlock .tab li.icon.select:before{
    position: relative;top: 0;left: 0;
    vertical-align: top;
    display: block;
    margin: 0 auto 10px;
    width: 50px;height: 50px;
  }
  .searchBlock .tab li.arr:after{
    border-width: 15px;
    border-color: #c6c6c6 transparent transparent;
    left: 50%;top: 100%;margin-top: 0;
    height: 0;width: 0;margin-left: -15px;
  }
  .searchBlock .tab li.arr.select:after{
    width: calc(100% + 1px);background: #fff;
    border:none;
    left: 0;margin: 0;top: 80px;z-index: -1;
    height: 40px;
  }
  
  
  .searchBlock .jsTabContent{
    background: #fff;border-radius:0 0 10px 10px;
    padding: 0 16px;
  }
  .searchBlock .textBox{
    position: absolute;top: -25px;left:5%;z-index: 2;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 13px;
    width: 90%;
    padding: 12px 5px;
    text-align: center;
  }
  .searchBlock .textBox:after{
    border: 1px solid #000;
    content:'';display: block;
    border: 1px solid transparent;
    border-width: 20px 12px;
    border-top-color: #fff;
    position: absolute;bottom: -40px;left: 10%;
  }
  .searchBlock .panel02 .textBox:after{left: 50%;margin-left: -12px;}
  .searchBlock .panel03 .textBox:after{left: 83%;}
  .conBox{
    height: 150px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .conBox .conInner{text-align: center;width: 100%;}
  .conBox .conInner .dd{text-align: left;padding-left: 12px;font-size: 12px;}
/*  .conBox .searchBox input{height: 40px;padding: 0 8px;font-size: 18px;}*/
  .conBox .searchBox input{height: 40px;padding: 0 8px;font-size: 18px;width: 87%}
  .conBox .searchBox button{width: 40px;padding-right: 10px;}
.conBox .searchBox button p{display: none;}

}

/* 2019/1/22 スマホ時の検索フィールド拡大 */
@media screen and (max-width: 767px) {
  .sp .searchBox form{width: 100%;}
}

/* calendarArea */
.calendarArea{padding: 50px 0;}
.calendarArea .tab{width: 550px;}
.calendarArea .tab li{
  border: 1px solid #00479d;border-radius: 8px 0 0 8px;height: calc(100% / 5 - 5px);
  display: flex;justify-content: space-between; align-items: center;
  padding-left: 20px;
  font-size: 18px;line-height: 1;font-weight: bold;
  margin-top: 6px;
  position: relative;
  cursor: pointer;
}
.calendarArea .tab li.select{border-right-color: #fff;}
.calendarArea .tab li:first-child{margin-top: 0;height: calc(100% / 5 - 4px);z-index: 2;}
.calendarArea .tab li:not(.select){background: #f4f4f4;width: calc(100% - 20px);margin-left: auto;}
.calendarArea .tab li:not(.select):before{
  content:'';display: block;
  border-style: solid;border-width: 10px;
  border-color: transparent transparent transparent #00479d;
  position: absolute;left: -21px;
}
.calendarArea .tab li .name{white-space: nowrap;}
.calendarArea .tab li .time{font-size: 20px;padding-right: 25px;text-align: center;}
.calendarArea .tab li .time i{font-style: normal;font-size: 16px;}
.calendarArea .tab li .time b{display: inline-block;font-weight: normal;font-size: 10px;line-height: 1;border: 1px solid #00479d;margin:4px auto 0;padding: 2px;text-align: center;}

@media screen and (min-width: 768px) {
  .calendarArea .inner{
    display: -webkit-flex;
    display: flex;
    height: 400px;
    align-items: stretch;
  }
  .calendarArea .tabCon{border: 1px solid #00479d;width: 450px;margin-left: -1px;border-radius: 0 8px 8px 0;}
}
@media screen and (max-width: 767px) {
  .calendarArea{padding-bottom: 30px;overflow: hidden;}
  .calendarArea .tab{display: none;}
}



/* calendarBox */
.calendarBox{padding: 16px 50px;text-align: center;font-weight: bold;}
.calendarBox h3{font-size: 14px;}
.calendarBox .name {display: inline-block;line-height: 1.2;margin-top:8px;}
.calendarBox .name .year{font-size: 1.5em;}
.calendarBox .name .month,
.calendarBox .name .day{font-size: 4em;}
.calendarBox .name .month:after{content:'/';display: inline-block;font-size:.78em;vertical-align: top;margin-top: 5px;}
.calendarBox .name .week{font-size: 1.8em;}
/**/
.calendar{position: relative;}
.calendar table{width: 100%;margin: auto;border-collapse: separate;border-spacing: 1px}
.calendar td{font-size: 15px;height: 40px;padding-top: 5px;border-bottom: 4px solid #fff;width: calc(100% / 7);position: relative;}
.calendar td:first-child{color: #f00;}
.calendar .week td{font-size: 13px;font-weight: normal;border-bottom: none;padding: 0;height: auto;}
.calendar .prev,
.calendar .next{position: absolute;top: 50%;height: 0;}
.calendar .prev{left: -43px;}
.calendar .next{right: -43px;}
.calendar .prev:after,
.calendar .next:after{
  content:'';display: block;
  border: 12px solid transparent;
  cursor: pointer;
}
.calendar .prev:after{border-right: 12px solid #00479d;}
.calendar .next:after{border-left: 12px solid #00479d;}

.timeItem{text-align: left;margin-right: -30px;margin-top: 15px;}
.timeItem li{display: inline-block;margin-right: 10px;margin-bottom: 3px;font-size: 12px;vertical-align: top;}
.timeItem li:nth-child(6){margin-right: 0;}
.timeItem span{display: inline-block;width: 26px;height: 8px;border-bottom: 10px solid #eee;margin-right: 5px;}

.timeItem .item01,
.calendar .item01{border-color: #ffa9ff;}
.timeItem .item02,
.calendar .item02{border-color: #99ccff;}
.timeItem .item03,
.calendar .item03{border-color: #f5dd5b;}
.timeItem .item04,
.calendar .item04{border-color: #baa8ff;}
.timeItem .item05,
.calendar .item05{border-color: #a1f0a1;}
.timeItem .item06,
.calendar .item06:after{border: 1px solid #00479d;height: 10px;border-radius: 3px;}
.calendar .item06:after{content:'';display: block;position: absolute;top: 7px;left: 3px;width: 40px;height: 22px;}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .calendarBox{padding: 15px;border: 1px solid #00479d;background: #f4f4f4;border-radius: 10px;margin-bottom: 15px;}
  .calendarBox.open{border-radius: 0;background: none;}

  .calendarBox .accCon{display: none;}
  .calendarBox.open .accCon{display: block;}

  .spTitle{font-size: 18px;position: relative;line-height: 1.3; transition: .3s}
  .spTitle:after{
    content:'';display: block;
    height: 0;width: 0;
    border: 12px solid transparent;
    border-width: 14px 10px;
    border-bottom-color: #00479d;
    position: absolute;right: 0;top: 50%;margin-top: -24px;
  }
  .spTitle span{display: block;font-size: 22px;}
  .spTitle i{font-style: normal;font-size: 20px;}
  .calendarBox .spTitle .box{
    display: inline-block;border: 1px solid #00479d;
    line-height: 1.2;font-size: 12px;padding: 2px 5px;
  }
  .calendarBox.open .spTitle{font-size: 22px;line-height: 1.4;margin-bottom: 30px;}
  .calendarBox.open .spTitle:after{display: none;}
  .calendarBox.open .spTitle span{font-size: 25px;}

  .calendarBox .name {font-size: 12px;}
  .calendar .prev,
  .calendar .next{background: #00479d;height: 115px;width: 24px;margin-top: -57px;}
  .calendar .prev{left: -25px;}
  .calendar .next{right: -25px;}
  .calendar .prev:after,
  .calendar .next:after{margin-top: 46px;}
  .calendar .prev:after{border-right-color: #fff;margin-left: -7px;margin-right: 6px;}
  .calendar .next:after{border-left-color: #fff;margin-left: 7px;}
  .calendar td{border-width: 10px;padding-top: 8px;padding-bottom: 2px;}
  .calendar .item06:after{top: 7px;left: 4px;width: 36px;height: 22px;}
  
  .timeItem li{font-size: 16px;}
  
  .calendarArea .hide{display: block;}
}
@media screen and (max-width: 320px) {
  .spTitle,
  .calendarBox.open .spTitle{font-size: 18px;}
  .spTitle span{font-size: 20px;}
  .calendarBox.open .spTitle span{font-size: 24px;}
}

/*  linkArea - newsArea */
.linkArea{background: url(../images/common/bg01.png) 50% 0;padding: 30px 0 10px;}
.newsArea{padding: 55px 0 25px;}
.linkArea ul,
.newsArea .inner,
.wordsArea{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: space-between;
}
/**/
.linkArea li{margin: 0 0 20px;}
.linkArea li a{display: block;background: #00479d;border-radius: 4px;color: #fff;height: 90px;}
/**/
.newsArea .block{background: #fff;border-radius: 0 0 4px 4px;overflow: hidden;}
.newsArea .secHeader{padding: 8px 10px 8px 0;overflow: hidden;}
.newsArea .secHeader .title{
 	background-color: #00479d;
	background: -webkit-gradient(linear, left top, right bottom, from(#00479d), to(#fff));
	background: linear-gradient(right, #00479d 0%, #fff 100%);
  color: #fff;font-weight: normal;
  line-height: 1;font-size: 17px;padding:6px 10px;
 width: 400px;float: left;
}
.newsArea .secHeader a{float: right;line-height: 28px;}
.newsArea .entryList{border-top: 1px solid #ccc;padding: 5px 0;}
/*.newsArea .entryList a{display: block;font-size:12px}*/
.newsArea .entryList a{display: block;font-size:14px}
.newsArea .entry{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
/* 写真の縦横比維持・中央寄せ 2019/01/22 */ 
/*.newsArea .entry aside{margin-right: 20px; width:65px;height: 68px;}*/
.newsArea .entry aside{margin-right: 10px; width:75px;height: 68px; position: relative;}
.newsArea .entry aside img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.newsArea .entry p{margin-bottom: 4px;}

/* news一覧に緊急情報を表示する設定 */
.newsArea .entryemergency{;}
/*.newsArea .entryemergency .box{margin: unset;padding: 10px;background: #eee;display: flex;align-items: center;justify-content: flex-start;}*/
.newsArea .entryemergency .box{margin: unset;background: #eee;display: flex;align-items: center;justify-content: flex-start;}
.newsArea .entryemergency .box dt{
/*** FontSize 大きく　2018/12/04***/
/*** 重要枠を正方形に 2019/01/22***/
/*  width: 65px;height: 68px;color: #fff;background: #c00;font-size: 12px;font-weight: bold;*/
/*「重要」フォントサイズ変更_20190307*/
  /*width: 68px;height: 68px;min-width: 68px;color: #fff;background: #c00;font-size: 14px;*/
    width: 68px;height: 68px;min-width: 68px;color: #fff;background: #c00;font-size: 20px;
  display: flex;align-items: center;justify-content: center;
}
.newsArea .entryemergency .box dd{width: 100%;font-weight: bold;text-align: left;padding-left: 20px;}
.newsArea .entryemergency .box dd .date{display: inline-block;color: #888;font-weight: normal;font-size: 14px;}
.newsArea .entryemergency .box dd .headline{color: #c00;}

/*.newsArea .category{border: 1px solid #00479d;display: inline-block;width: 56px;text-align: center;margin-right: 10px;line-height: 1.4;font-size: 12px; }*/
/*フレイザーを入れるためWidthを75に*/
.newsArea .category{border: 1px solid #00479d;display: inline-block;width: 75px;text-align: center;margin-right: 10px;line-height: 1.4;font-size: 12px; }
/*.newsArea time{display: inline-block;color: #888;font-size: 12px;}*/
.newsArea time{display: inline-block;color: #888;font-size: 14px;}
.newsArea .block .btn{display: block;border-radius: 4px;background: #00479d;color: #fff;line-height: 35px;text-align: center;font-size: 14px;}
.newsArea .block .btn:after,
.wordsArea .block .btn:after{
  content:'';display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
  vertical-align: top;
  margin-top: 11px;
  margin-left: 12px;
}

.wordsArea{padding: 60px 0;}
.wordsArea .block{
  border: 1px solid #00479d;border-radius: 8px;overflow: hidden;
  padding: 26px 10px 30px 17px;
}
/*.wordsArea .block h3{font-size: 18px;padding-left: 55px;margin-bottom: 30px;}*/
.wordsArea .block h3{font-size: 18px;padding-left: 55px;margin-bottom: 10px;}
.wordsArea .block h4{font-size: 13px;}
.wordsArea .block p strong{display: block;font-size: 13px;margin-top: 4px;}
.wordsArea .block a{font-size:14px;}

.wordsArea .block .icon:before{width: 50px;height: 40px;background-size: auto;margin-top: -22px;}
.wordsArea .block .icon.iconReview:before{margin-top: -17px;}
.wordsArea .btn{display: block;background: #00479d;color: #fff;line-height: 35px;text-align: center;font-size: 14px;}


@media screen and (min-width: 768px) {
  .linkArea li,
  .newsArea .block,
  .wordsArea .block{margin-left: 20px;}
  .linkArea li:first-child,
  .linkArea li:nth-child(3),
  .newsArea .block:first-child,
  .wordsArea .block:first-child{margin-left: 0;}
  .linkArea li {font-size: 19px;font-weight: bold;}
  .linkArea li a{display: flex;align-items: center;padding-left: 84px;}
  .linkArea li a.icon:before{
    margin-left: 22px;margin-top:-25px;
    height: 45px;width: 45px;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 50%;
  }
  
  .linkArea li a,
  .wordsArea .block{width: 320px;}
  .linkArea li .iconDb,
  .linkArea li .iconSBW{width: 490px;}
  .newsArea .block{width: 490px;}
/*  .wordsArea .block{height: 220px;position: relative;} */
  .wordsArea .block{position: relative;}
  .wordsArea .block .btn{position: absolute;bottom: 0;left: 0;width: 100%;}
  
  .newsArea .secHeader a img{width: 45px;}
}

@media screen and (max-width: 767px) {

  .linkArea{
    background-image: url(../images/common/bg01_sp.png);
    -webkit-background-size: cover;
    background-size: cover;
  }
  
    .linkArea li{width: 30%;margin-left: 0;text-align: center;font-size: 15px;line-height: 1.2;font-weight: bold;}
  .linkArea li a{background: none;color: #00479d;height: auto;padding: 0;}
  .linkArea li a:before{
    position: relative;
    display: block;margin: auto;
    background-color: #00479d;
    border-radius: 10px;
    width: 100%;
    background-position: 50% 50%;
    -webkit-background-size: 50px auto;
    background-size: 50px auto;
    height: 100px;
    margin-bottom: 10px;
  }
  .linkArea li:nth-child(1),
  .linkArea li:nth-child(2){width: 48%;}
  .linkArea li:nth-child(4),
  .linkArea li:nth-child(5){margin-left: 5%;}
  
  .newsArea{background: none;padding: 40px 0 0;}
  .newsArea .inner{padding: 0;}
/*  .newsArea .secHeader .title{font-size: 18px;padding: 8px 15px;}*/
  .newsArea .secHeader .title{font-size: 18px;padding: 8px 15px;width:250px}
  .newsArea .secHeader a img{width: 58px;}
  .newsArea .entry{padding: 5px 15px;line-height: 1.2;}
  .newsArea .entry aside{width: 70px;margin-right: 15px;}
  .newsArea .entry .textArea{width: calc(100% - 90px);}
  .newsArea .block .btn{margin: 5px 15px 25px;font-size: 17px;padding: 10px;position: relative;}
  .newsArea .block .btn:after,
  .wordsArea .block .btn:after{position: absolute;right: 15px;top: 50%;margin-top: -5px;}
  .wordsArea{padding: 20px 15px 30px;display: block;}
/*  .wordsArea .block{margin-bottom: 20px;position: relative;padding: 23px 20px 70px;text-align: center;}*/
 .wordsArea .block{margin-bottom: 20px;position: relative;padding: 23px 20px 70px;}
/*  .wordsArea .block h3{display: inline-block;padding-right: 20px;} */
  .wordsArea .block h3{padding-right: 20px;}
  .wordsArea .block h4,
  .wordsArea .block p{text-align: left;}
  .wordsArea .block .btn{position: absolute;width: 100%;bottom: 0;left: 0;font-size: 17px;line-height:50px;}

}


/* ========================================
  for usage
======================================== */
/*行間をつめるためpadding値変更12/04*/
/*.usage .contents .linkList{display: flex;flex-wrap: wrap;padding: 10px 50px 20px;}*/
.usage .contents .linkList{display: flex;flex-wrap: wrap;padding: 10px 50px 0px;}

/*.usage .contents .linkList li{width: 50%;font-size: 17px; line-height: 1.4;margin-top: 12px;}*/
.usage .contents .linkList li{width: 50%;font-size: 17px; line-height: 1.2;margin-top: 12px;}
.usage .contents .linkList li a {
    display: inline-block;
    position: relative;
    padding-right: 20px;
/* フォントサイズ大きめにするため追加*/
/*    font-size: 20px; 20181127 ちょっと小さくするため18に変更*/
    font-size: 18px;
/* underlineは消す*/
    text-decoration: none;
}
.usage .contents .linkList li a:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    content: '';
    display: block;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #00479d;
}



/* 貸出・宅配・更新・予約・返却
---------------------------------------*/
/***.contentsDetail h4{font-size: 17px;line-height: 1.2;font-weight: bold;margin-top: 45px;margin-bottom: 5px;}***/
.contentsDetail h4{font-size: 17px;line-height: 1.2;font-weight: bold;margin-top: 3px;margin-bottom: 5px;}
.contentsDetail p.num{padding-left: 1em;text-indent: -1em;}
.contentsDetail p.num2{padding-left: 3em;text-indent: -3em;}

.contentsDetail .box01,
/**.contentsDetail .box02{padding: 16px;} **/
.contentsDetail .box02{padding: 16px 16px;}
.contentsDetail .box01 p:not(:first-child),
.contentsDetail .box02 p:not(:first-child){margin-top:15px;}
.contentsDetail .table01 tr td:first-child {text-align: left;padding-left: 20px;}
.contentsDetail .table01 th.first{border-left-color: #0089e9;}
.contentsDetail .table01 th.last{border-right-color: #0089e9;}
.contentsDetail .table01 th.w02{width: 100px;}
.contentsDetail .table01 th.w03{width: 140px;}
@media screen and (min-width: 768px) {
.contentsDetail h3.title02A{margin-top: 50px;}
}
@media screen and (max-width: 767px) {
  .usage .contents .linkList {padding: 10px 20px 20px;align-items: center;}
/***行間隔を狭める 2018/12/04**/
/*  .usage .contents .linkList li{width: 100%;font-size: 13px;margin-top: 30px;}*/
  .usage .contents .linkList li{width: 100%;font-size: 13px;margin-top: 15px;}
.usage .contents .linkList li a {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-size: 16px;
/* underlineは消す*/
    text-decoration: none;
}
 

 /**/
  .contentsDetail .mt20{margin-top: 20px !important;}
  .contentsDetail p,
  .contentsDetail li{line-height: 1.4;}
/**  .contentsDetail h4{margin-top: 30px;font-size: 13px;} **/
  .contentsDetail h4{margin-top: 3px;font-size: 13px;}
.contentsDetail p.num{padding-left: 3em;text-indent: -3em;}
.contentsDetail .table01 tr td:first-child {padding-left: 5px;}
.contentsDetail .table01 th.w02{width: 40px;}
.contentsDetail .table01 th.w03{width: 60px;}
.contentsDetai MsoNormal p{font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}  
 
  
}


/* ========================================
  for news
======================================== */
body.news .title01A .icon{float: right;}
body.news .sideBlock{width: 190px;float: left;}
body.news .mainBlock{width: 780px;float: right;}
body.news .mainBlock .title02A{border-color: #00479d;background: #e3f3ff;}
/* entryArchive */
.entryArchive dd{background: #f4f4f4;margin-top: 12px;padding: 16px 0 6px 25px;line-height: 1.2;width: 190px; float: left;}
.entryArchive dd>span{display: block;margin-bottom:10px;}
.entryArchive dd a{display: inline-block;color: #00479d;text-decoration: none;}
.entryArchive dd a:after{
  content:'';display: inline-block;margin-top: 4px;margin-left: 6px;vertical-align: top;
  border-style: solid;border-width: 5px;
  border-color: transparent transparent transparent #00479d;
}
/* entryList */
/*.entryList{padding-bottom: 60px;}*/
.entryList{padding-bottom: 30px;}
.newsEntry{margin-top: 20px;}
.newsEntry a{text-decoration: none;display: flex;align-items: center;}
.newsEntry .thumb{width: 68px;height: 65px;margin-right: 18px;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.newsEntry .thumb img{max-height: 100%;vertical-align: bottom;}
/*.newsEntry .title{color: #00479d;font-size: 14px;margin-bottom: 5px;}*/
.newsEntry .title{color: #00479d;font-size: 17px;margin-bottom: 5px;}
.newsEntry .cat,
/*.newsEntry .date{font-size: 12px;line-height: 1;}*/
.newsEntry .date{font-size: 14px;line-height: 1;}
/*.newsEntry .cat{display: inline-block;border: 1px solid #00479d;color: #00479d;width: 56px;text-align: center;padding: 2px 0 3px;margin-right: 5px;}*/
.newsEntry .cat{display: inline-block;border: 1px solid #00479d;color: #00479d;width: 75px;text-align: center;padding: 2px 0 3px;margin-right: 5px;}
/**.newsEntry .date{color: #888;}**/
.newsEntry .date{color: #888;font-size:16px}

.newsEntry .entryemergency{;}
.newsEntry .box{margin: unset;padding: 10px;background: #eee;display: flex;align-items: center;justify-content: flex-start;}
.newsEntry  .box dt{
/*News「重要」フォントサイズ変更_20190307*/
  /*width: 65px;height: 68px;color: #fff;background: #c00;font-size: 12px;font-weight: bold;*/
    width: 65px;height: 68px;color: #fff;background: #c00;font-size: 20px;
  display: flex;align-items: center;justify-content: center;
}
.newsEntry .box dd{width: 100%;color: #c00;font-weight: bold;text-align: left;padding-left: 12px;}
.newsEntry .box dd .date{display: inline-block;color: #888;font-weight: normal;font-size: .9em;}
.newsEntry .box dd .headline{color: #c00;}

/* entryContent -- NEWS詳細 */
/*** .entryContent{padding-bottom: 100px;} ***/
.entryContent{padding-bottom: 30px;}
.entryContent .topBlock{margin-top: 30px;}
.entryContent .topBlock .thumb{
/*
width: 160px;margin-right:30px;display: flex;align-items: center;justify-content: center;
*/
  margin: 20px 0 30px;
}
.entryContent .topBlock .thumb img{max-width: 100%;}
.entryContent .topBlock .title{color: #00479d;font-size: 26px;line-height: 1.38;margin-bottom: 15px;}
.entryContent .topBlock .cat,
.entryContent .topBlock .date{line-height: 1;}
/*フレイザーを入れるためwidthを75pxに*/
/*.entryContent .topBlock .cat{display: inline-block;border: 1px solid #00479d;color: #00479d;width: 56px;text-align: center;padding: 2px 0 3px;margin-right: 5px;font-size: 12px;}*/

.entryContent .topBlock .cat{display: inline-block;border: 1px solid #00479d;color: #00479d;width: 75px;text-align: center;padding: 2px 0 3px;margin-right: 5px;font-size: 12px;}
.entryContent .topBlock .date{color: #888;font-size: 16px;}
.entryContent p{margin: 20px 0 40px;}

/*========================================
今日の言葉・一書
========================================*/
/*.todayentryList{padding-bottom: 60px;}*/
.todayentryList{padding-bottom: 30px;}
.todayEntry{margin-top: 25px;display: flex;}
.todayEntry a{text-decoration: none;display: flex;align-items: center;margin-left: 20px}
.todayEntry .thumb{width: 68px;height: 65px;margin-right: 18px;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.todayEntry .thumb img{max-height: 100%;vertical-align: bottom;}
/*.todayEntry .title{color: #00479d;font-size: 14px;margin-bottom: 5px;}*/
.todayEntry .title{color: #00479d;font-size: 17px;margin-bottom: 5px;}
/*.todayEntry .cat,*/
/*.todayEntry .date{font-size: 12px;line-height: 1;}*/
.todayEntry .date{font-size: 14px;}
/*.todayEntry .cat{display: inline-block;border: 1px solid #00479d;color: #00479d;width: 56px;text-align: center;padding: 2px 0 3px;margin-right: 5px;}*/
.todayEntry .cat{display: inline-block;border: 1px solid #00479d;color: #00479d;width: 70px;text-align: center;padding: 2px 0 3px;margin-right: 5px;}
/**.todayEntry .date{color: #888;}**/
.todayEntry .date{color: #888;font-size:16px}

/*========================================
今日の言葉・一書(詳細)
========================================*/
.todayContent{padding-bottom: 10px;}
.todayContent .topBlock{margin-top: 30px;}
.todayContent .topBlock .thumb{
  margin: 20px 0 30px;
}
.todayContent .topBlock .thumb img{max-width: 100%;}
.todayContent .topBlock .title{color: #00479d;font-size: 26px;line-height: 1.38;margin-bottom: 15px;}
.todayContent .topBlock .cat,
.todayContent .topBlock .date{line-height: 1;}
.todayContent .topBlock .cat{display: inline-block;border: 1px solid #00479d;color: #00479d;width: 56px;text-align: center;padding: 2px 0 3px;margin-right: 5px;font-size: 12px;}
.todayContent .topBlock .date{color: #888;font-size: 16px;}
.todayContent .topBlock a { text-decoration: underline;text-align: right }

@media screen and (min-width: 768px) {
  body.news .title01A .icon img{width: 45px;}

.todayContent .topBlock{margin-top: 10px;padding-bottom: inherit;/*display: flex;*/}

.todayContent .topBlock .w1{margin: 20px 0;line-height: 1.5;font-weight: bold;}   
.todayContent .topBlock .w2{margin: 20px 0;line-height: 1.5;font-weight: bold;text-align: right}   
.todayContent .topBlock .b1{margin: 20px 0;line-height: 1.5;font-weight: bold;}   
.todayContent .topBlock .b2{margin: 20px 0;line-height: 1.5;font-weight: bold;text-align: right}   

}

@media screen and (max-width: 767px) {
  body.news .title01A .icon img{width: 60px;}
body.news .sideBlock,
body.news .mainBlock{width: 100%;float: none;}

/**/
  .entryArchive dd{overflow: hidden;padding: 10px 15px;width: auto; float: none;}
  .entryArchive dd>span{width: 49%;display: inline-block; margin: 10px 0;}
  .entryArchive dd a:after{border-width: 7px;margin-left: 10px;margin-top: 0;}
/**/
  .entryList{padding-bottom: 30px;}
  .todayentryList{padding-bottom: 30px;}
  .newsEntry{margin-top: 40px;}
  .newsEntry .thumb{width: 70px;margin-right: 10px;}
  .newsEntry .text{width: calc(100% - 70px);}
  .newsEntry .title{font-weight: normal;}
  /* 記事詳細 */
.entryContent{padding-bottom: 50px;}
.entryContent .topBlock{margin-top: 10px;/*display: flex;*/}
 .entryContent .topBlock .thumb{/*width: 100px;margin-right: 10px;*/}
/* .entryContent .topBlock .text{width: calc(100% - 100px);}*/
 .entryContent .topBlock .text{}
.entryContent .topBlock .title{font-size:20px;margin-bottom: 5px;}
.entryContent .topBlock .cat{font-size: 10px;}
.entryContent .topBlock .date{font-size: 13px;}
.entryContent p{margin: 20px 0;line-height: 1.5;}
 
  /* 今日の一書/言葉 */
.todayContent{padding-bottom: 10px;}
.todayContent .topBlock{margin-top: 10px;padding-bottom: inherit;/*display: flex;*/}
/*****
 .todayContent .topBlock .thumb{/*width: 100px;margin-right: 10px;*/}
 .todayContent .topBlock .text{width: calc(100% - 100px);}
.todayContent .topBlock .title{font-size:20px;margin-bottom: 5px;}
.todayContent .topBlock .cat{font-size: 10px;}
.todayContent .topBlock .date{font-size: 13px;}
***/
.todayContent .topBlock .w1{margin: 20px 0;line-height: 1.5;font-weight: bold;}   
.todayContent .topBlock .w2{margin: 20px 0;line-height: 1.5;font-weight: bold;text-align: right}   
.todayContent .topBlock .b1{margin: 20px 0;line-height: 1.5;font-weight: bold;}   
.todayContent .topBlock .b2{margin: 20px 0;line-height: 1.5;font-weight: bold;text-align: right}   
}

/*--------------------------------------
  siteMap
---------------------------------------*/
.siteMap {}
.siteMap li{padding: 5px 0;font-size: 20px;line-height: 1.2;}
.siteMap li a{position: relative;padding-right: 18px;display: inline-block;}
.siteMap li a:after{
  position: absolute;right: 0;top: 1px;
  content:'';display: block;
  border-style: solid;
  border-width: 6px 5px;
  border-color: transparent transparent transparent #00479d;
}
.siteMap .contitems{list-style-type: disc;font-size: 16px;}
.siteMap .contitems a{padding-right: 12px;display: inline-block; position: unset;}
.siteMap .contitemsul { padding-left: 40px; }
.siteMapNav{padding:10px}
.siteMapNav h3{margin-bottom: 10px;font-size: 17px;}
.siteMapNav a .fzS{font-size: 10px;}

/* Newsからコピー */
.siteMap .block{background: #fff;border-radius: 0 0 4px 4px;overflow: hidden;}
.siteMap .secHeader{padding: 8px 10px 8px 0;overflow: hidden;}
.siteMap .secHeader .title{
 font-size: 17px;color: #00479d;border-left: 6px solid #00479d;background: #f4f4f4;padding-left: 20px;min-height: 60px;line-height: 60px;
  display: flex;align-items: center;
  width: 500px;float: left;

}

.pagetop{text-align: center;background: #00479d;position: fixed;right: 20px;bottom: 20px;}
.pagetop a{position: relative;display: block;width: 60px;height: 0;padding-top:60px;color: #fff;overflow: hidden;}
.pagetop a:before,
.pagetop a:after{
	left: 50%;margin-left: -7px;
	top: 50%;
	position: absolute;
	-webkit-transform:rotate(-45deg) ;
	-ms-transform:rotate(-45deg) ;
	transform:rotate(-45deg) ;
	display: block;content:'';height: 14px;width: 14px;}
.pagetop a:before{background: #fff;margin-top: -2px;}
.pagetop a:after{background: #00479d;margin-top: 2px;}


@media screen and (min-width: 768px) {
	.siteMapNav {
		overflow: hidden;
		margin: auto;
		text-align: left;
		display: flex;
	}
	.siteMapNav>div{display: -webkit-flex;display: flex;}
	.siteMapNav .nav {width: 100%;padding-left: 25px;}
	.siteMapNav .nav:first-child{padding-left: 0;}

@media screen and (max-width: 767px) {
	.pagetop a{width: 40px;height: 0;padding-top: 40px;}
	
	/* siteMap
	---------------------------------------*/
	.siteMap{padding: 0 0 10px;}
	.siteMap,

	.siteMapNav{display: none;}
  .siteMap li{font-size: 15px;margin-bottom: 1em;}
  
}




/* ========================================
  for PAGENAME
======================================== */


/* NAME
---------------------------------------*/
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


