@charset "UTF-8";

/* style-sp.css ***/

* {
	-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
	-moz-tap-highlight-color:transparent rgba(0,0,0,0);
	-ms-tap-highlight-color:transparent rgba(0,0,0,0);
	-o-tap-highlight-color:transparent rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/******************/

/* レイアウト
---------------*/

body {
	background-size: 800px auto;
}

p{
	line-height: 1.5;
}

.wholeWrapper {
	min-width: 100%;
	width: 100%;
	overflow: hidden;
	background-size: 800px auto;
	position: relative;
}
.wrapperInner {
	max-width: 100%;
}
.inner {
	max-width: 100%;
}

.overlay{
display: none;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top:0;
right: 0;
left: 0;
bottom: 0;
z-index: 500;
}

.overlay.show{
	display: block;
	cursor: pointer;
}

/* ヘッダー
---------------*/

#header{
	padding: 0 15px;
}

#header .inner {
    width: 100%;
    padding: 25px 0 0 0;
}

.siteTit{
	max-width: 260px;
}

#header h1 {
	background-size: 320px 57px;
	width: 320px;
	height:57px;
	margin-bottom: 20px;
}

@media screen and (max-width: 375px) {
	#header h1 {
		background-size: 280px 50px;
		width: 280px;
		height:50px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 320px) {
	#header h1 {
		background-size: 240px 45px;
		width: 240px;
		height:45px;
	}
}
/* フッター
---------------*/

#footer{
	padding-top: 10px;
}

#footer .inner {
	width: 100%;
}

.footCorp {
	float: none;
	margin-bottom: 0;
	padding:0 15px 3rem 15px;
}

.footCorp h2{
	background-size: 300px 53px;
	width:300px;
	height:53px;
	background-position: left center;
	width: 100%;
}

.footCorp p{
	font-size: 12px;
}

#backToTop a{
	font-size: 11px;
}

#backToTop a img{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

/* グローバルナビ
---------------*/

html.noScroll{
	/*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

html{
	overflow: scroll;
}

#mainNav{
	display: none;
}

.spNav{
	overflow: scroll;
	min-height: 100%;
}

.spNav .menu-header{
	overflow: visible;
}

.spNav nav {
    width: 290px;
    height: 100vh;
    transform: translateX(290px);
    position: absolute;
    top: 0;
    right: 0;
		margin: 0;
    z-index: 1000;
    background-color: #FFF;
		display: none;
		padding: 60px 0;
		display: block;
		overflow: scroll;
   }

.spNav.open nav{
	  transform: translateX(0);
		transition: all 0.2s;
  }

.spNav nav ul{
	margin: 0;
	padding: 0;
}

.spNav nav ul#menu-header-1{
	margin-bottom: 60px;
}

.spNav nav .menu li{
	list-style-type: none;
	list-style-position: inside;
	font-weight: bold;
	font-size: 13px;
	padding:0;
	line-height: 1;
	background: #666;
}

.spNav .menu li a{
	color: #fff;
	padding: .45em;
	display: block;
	letter-spacing: .1em;
}

.spNav nav li span{
	display: none;
}

.spNav .sub-menu li{
	border-bottom: 1px solid #ccc;
}

.spNav .sub-menu li:last-child{
	border-bottom-style: none;
}

.spNav .sub-menu li a{
	background: #fff;
	color: #333;
	padding: .75em 0;
	padding-left: 1.5em;
}

.spNav .sub-menu li a::before{
	font-family: 'FontAwesome';
	content: '\f101';
	color: #1e5ab4;
	margin-right: .25em;
}

.spNav .sub-menu li a:hover{
	background: #f3f3f3;
}

.spNav #umenu{
	position: absolute;
	left: 10px;
	top: 10px;
}

.spNav #umenu ul li{
	background: transparent;
}

.spNav #umenu ul li a{
	color: #333;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0;
}

.spNav #umenu li a::before{
	font-family: 'FontAwesome';
	content: '\f0e8';
	margin-right: .25em;
	color: #1e5ab4;
}
.spNav #umenu li.menu-item-14704 a::before {
	content: "";
	background: url(../images/icon-tcsp.png);
	display: inline-block;
	width: 10px;
	height: 8px;
	-webkit-background-size: 10px 8px;
	     -o-background-size: 10px 8px;
	        background-size: 10px 8px;
	margin-right: 0.35em;
	position: relative;
	top: 0px;
}

.btn_menu {
	display: block;
	background: none;
	border: none;
	padding: 0;
	width: 32px;
	color: #333;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 1001;
	text-align: center;
	outline: none;
}
/*   ハンバーガーボタン3本線   */
.btn_menu span.bar {
	display: block;
	height: 3px;
	background-color: #333;
	margin: 6px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
	z-index: 10000;
}
.btn_menu .close {
	letter-spacing: 0.08em;
	display: none;
	font-size: 11px;
	letter-spacing: 0;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}
.btn_menu .menu {
	display: block;
	font-size: 11px;
	letter-spacing: 0;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}
/*  メニューアクティブ時  */

.spNav.open .btn_menu span.bar {
	width: 35px;
}
.spNav.open .btn_menu .bar1 {
	transform: rotate(31deg);
}
.spNav.open .btn_menu .bar2 {
	opacity: 0;
}
.spNav.open .btn_menu .bar3 {
	transform: rotate(-31deg);
}
.spNav.open .btn_menu .menu {
	display: none;
}
.spNav.open .btn_menu .close {
	display: block;
}

#topTopics {
	height: auto;
}
#topTopics .bx-wrapper {
	margin-bottom: 0;
}
.topTopicsTxt {
	margin-bottom: 5px;
}


/* メイン
---------------*/
#bread-crumb,
.home #bread-crumb{
	background: transparent;
	width: 100%;
	padding:10px 15px;
}

.wrapper{
	padding: 0 15px;
}

#topLeft,#topRight{
	width: 100%;
	float: none;
	padding: 0;
	border-style: none;
}
ul.TopSponsorsList li  {
	text-align: center;
}
/* 下層ページ
---------------*/

#lowerContent {
		padding: 0 0 15px 0;
    margin-bottom: 0;
    min-height: 300px;
	}
#lowerContent .post{
	padding:0 15px;
}

#lowerContent h2 {
  font-size: 17px;
  padding: 1rem;
  margin: 0 0 1em 0;
}

.post h3 {
	font-size: 15px;
	margin: 30px 0 10px 0;
}

.post h4 {
	font-size: 14px;
  margin: 25px 0 10px 0;
}
.post h5 {
	font-size: 14px;
	margin-left: 0;
}

.post ul li,
.post ol li,
.post p,
.post dd,
.post dt{
	font-size: 13px;
}

.post p,
.post ul{
	padding-left: 0;
	padding-right: 0;
}

.post iframe{
	max-width: 100%;
}

.post table{
	display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.post table th,
.post table td{
	font-size: 12px;
	padding: 0.5em;
	/*max-width: 210px;*/
	white-space: normal;
}

.post table img{
	max-width: 100%;
	min-width: 190px;
}

.lowerContentMenu{
	margin: 15px;
	display: block;
	width : -webkit-calc(100% - 30px) ;
	width : calc(100% - 30px) ;
}

.lowerContentMenu ul{
	width : 100%;
}

.lowerContentMenu ul li a{
	width : 100%;
}

.pageNav .prev a, .pageNav .next a{
	padding: .5em;
	font-size: 13px;
	margin: 15px;
}

code, kbd, pre, samp {
  font-size: 13px;
}


#slb_viewer_wrap .slb_theme_slb_baseline .slb_container{
	top: 45vh !important;
	transform: translate(0,-50%) !important;
}


/*　pc/sp切り替え　*/

.dispSp{
	display: block !important;
}
.dispPc{
	display: none !important;
}
