html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
margin:0;
padding:0;
border:0;
font:inherit;
font-size:100%;
vertical-align:baseline;
}

html{
	box-sizing:border-box;
}

body{
	font-size: 62.5%;
	font-family:'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-weight:300;
	background-color:#fff;
	color:#000;
	-webkit-text-size-adjust:100%;
}

*,*:before,*:after{
	box-sizing:inherit;
}

ol,ul{
	list-style:none;
}

a img{
	border:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
	display:block;
}

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

.clearfix{
display:inline-block;
}

* html .clearfix{
zoom:1;
}

*:first-child+html .clearfix{
zoom:1;
}

* html .clearfix{
height:1%;
}

.clearfix{
display:block;
}

.clearfix:after{
font-size:0;
}

p,
.font14{
	font-size:1.4em;
	line-height: 1.8em;
	letter-spacing:0.5px;
}
p.small{
	font-size:1.2em;
	line-height: 1.6em;
	letter-spacing:0.5px;
}
.s-txt{
	font-size:0.8em;
}
strong{
	font-weight:500;
}
a{
	color:#0d0155;
	text-decoration:none;
	outline:0 none;
}

a:hover,
.red{
	color:#db0225;
	text-decoration:none;
}

a:active{
	color:#db0225;
	text-decoration:none;
	outline:0 none;
}


.blue {
	color:#19479D;
}
.green {
	color:#128660;
}

.blue_bk {
	padding:0 4px;
	background:#19479D;
	color:#fff;
}
.green_bk {
	padding:0 4px;
	background:#128660;
	color:#fff;
}
.white_bk {
	background:#fff;
}

@media screen and (min-width: 768px){
	a.lineanim,
	.lineanim a{
		position: relative;
		display: inline-block;
		text-decoration: none;
	}
	a.lineanim::after,
	.lineanim a::after {
		position: absolute;
		bottom: -4px;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background: #db0225;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform .3s;
	}
	a.lineanim:hover::after,
	.lineanim a:hover::after {
		transform-origin: left top;
		transform: scale(1, 1);
	}
	.linktxt a{
		color:#002653;
	}
	.linktxt a:hover{
		color:#db0225;
		text-decoration:none;
	}
}

img{
	vertical-align:bottom;
}

.txtV_su{
vertical-align:super;
}

.txtC,
.txtC_PC,
.postBox .aligncenter{
	text-align:center;
}
.txtL,
.postBox .alignleft{
	text-align:left;
}
.txtR,
.postBox .alignright{
	text-align:right;
}
.floatL,
.floatL_all{
	float:left;
}
.floatR,
.floatR_all{
	float:right;
}
.forSp,
.forSpin,
.for1000{
	display:none !important;
}
@media screen and (max-width: 1000px){
	.for1000{
		display:block !important;
	}
	.for1000Pc{
		display:none !important;
	}
}

@media screen and (max-width: 767px){
	.floatL_sp{
		float:left;
	}
	.floatR_sp{
		float:right;
	}
	.txtC_PC{
		text-align:left;
	}
	.forPc{
		display:none !important;
	}
	.forSp{
		display:block !important;
	}
	.forSpin{
		display:inline !important;
	}
	.clearfix_sp:after{
		content:".";
		display:block;
		clear:both;
		height:0;
		visibility:hidden;
	}
	.clearfix_sp{
		display:inline-block;
	}
	* html .clearfix_sp{
		zoom:1;
	}
	*:first-child+html .clearfix_sp{
		zoom:1;
	}
	* html .clearfix_sp{
		height:1%;
	}
	.clearfix_sp{
		display:block;
	}
	.clearfix_sp:after{
		font-size:0;
	}
	.wp100max_pc_wp100_sp{
		width:100%;
		height:auto;
	}
}

.wp100,
.wp100 img{
	width:100%;
	height:auto;
}

.wp100max_pc_wp100_sp,
.wp100max,
.wp100max img{
	max-width:100%;
	height:auto;
}

.underline{
	border-bottom:1px solid #bbb;
	padding-bottom:20px;
	margin-bottom:20px;
}

.topline{
	border-top:1px solid #bbb;
	padding-top:20px;
	margin-top:20px;
}
.borderimg{
	border:1px solid #d2d2d2;
}
.apa50 img {
	opacity:0.5;
}





/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
}




/*Header▼▼
------------------------------------------------------------ */
header {
	z-index: 99;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background:rgba(255,255,255,0.95);
	transition-duration:0.25s;
	transition-timing-function:ease-out;
}
header .container {
	padding: 0 5%;
	max-width:1400px;
	margin:auto;
}
header a {
	color:#000;
	transition-duration:0.25s;
	transition-timing-function:ease-in-out;
}
.h_logo img {
	max-width:100%;
	height:auto;
	transition-duration:0.25s;
	transition-timing-function:ease;
}
header .topNaviWrapTop{
	margin-top:4px;
	text-align:right;
}
header .topNaviWrapTop span{
	margin-right:10px;
	vertical-align: bottom;
}
header .topNaviWrapTop span a{
	font-size:1.2em;
	line-height: 1.0em;
	letter-spacing:0.8px;
	text-decoration:none;
	margin:0px 5px;
}
header .topNaviWrapTop .langOn,
header .topNaviWrapTop .langOff{
    color:#fff;
	font-size:1.2em;
	line-height: 1.0em;
	letter-spacing:0.8px;
	padding:3px 15px 4px 15px;
}
header .topNaviWrapTop .langOn{
	background:#0d0155;
}
header .topNaviWrapTop .langOff{
	background:#b2b2b2;
}
header .topNaviWrapTop a.langOn:hover,
header .topNaviWrapTop a.langOff:hover{
	background:#db0225;
	text-decoration:none;
}



@media screen and (max-width: 1000px){
	header {
		padding: 0;
	}
	#header .topNaviWrapTop .langOn,
	#header .topNaviWrapTop .langOff{
		font-size:1.1em;
		padding:3px 6px;
		letter-spacing:0.2px;
	}
	#header .topNaviWrapTop span{
		margin-right:5px;
	}
	#header .topNaviWrapTop span a{
		letter-spacing:0.2px;
		margin:0px 2px;
	}
}

@media screen and (max-width: 900px){
	#header .topNaviWrapTop .langOn,
	#header .topNaviWrapTop .langOff{
		padding:3px 3px;
	}
	#header .topNaviWrapTop span a{
		font-size:1.1em;
		letter-spacing:0px;
	}
}

@media only screen and ( max-width : 767px ) {
	#header {
		padding: 10px 0;
		height: 60px;
	}
	header .container {
		padding: 0;
	}
	.h_logo {
		width:200px;
		height:auto;
		margin:0 2em;
		transition-duration:0.25s;
		transition-timing-function:ease;
	}
	nav li a {
		font-size: 13px;
		letter-spacing: 0.5;
		font-weight:500;
	}
	#gNav .nav {
		overflow-y: auto;
		height: 100vh;
	}
	.mean-nav .container {
		padding: 0;
	}
}

@media print, screen and ( min-width : 768px ) {
	.h_logo {
		display: inline-block;
		margin:25px 0;
		width:30%;
		transition-duration:0.25s;
		transition-timing-function:ease;
	}
	#h_top {
		display: flex;
		justify-content: space-between;
	}
	#gNav ul {
		position: relative;
		display: flex;
		justify-content: right;
		justify-content: flex-end;
	}
	#gNav li {
		position: relative;
		margin-top: 25px;
		margin-right: 1.5em;
		padding-right: 1.5em;
		border-right: 1px solid #333;
		transition-duration:0.25s;
		transition-timing-function:ease;
	}
	#gNav li:nth-child(6){
		margin-right: 0;
		padding-right: 0;
		border:none;
	}
	#gNav li a {
		position: relative;
		display: block;
		text-align: center;
		line-height: 80px;
		font-size:1.4em;
		line-height: 1.0em;
		letter-spacing:1.6px;
		font-weight:500;
	}
	#gNav .sub-menu {
		display: none;
	}
	header.is-animation .h_logo{
		margin:25px 0;
	}
	header.is-animation .h_logo img{
		width:200px;
		height:auto;
	}
	header.is-animation #gNav li{
		margin-top: 15px;
	}
	header .lineanim a::after {
		bottom: -8px;
	}
	header .h_pro{
		margin-top: 20px;
		text-align:right;
		font-size:1.4em;
		line-height: 0.9em;
		letter-spacing:1px;
		transition-duration:0.25s;
		transition-timing-function:ease;
	}
	header .h_pro span{
		font-size:0.8em;
	}
	header.is-animation .h_pro{
		margin-top: 15px;
	}
}







/* Footer▼▼
------------------------------------------------------------ */
footer .footerMenu{
	background:#f2f2f2;
	width:100%;
}
footer .footerWrap{
	background:#002653;
	width:100%;
}
footer .footerWrap .footerWrapBox{
	padding:60px 5%;
	max-width:1400px;
	margin:auto;
}
footer .footerCopyright{
	background:#000;
}
footer .footerCopyright p{
	padding:25px 5%;
	max-width:1400px;
	margin:auto;
	text-align:right;
}

footer ul{
	padding:50px 5% 30px 5%;
	max-width:1400px;
	margin:auto;
}
footer .footerMenuSmall{
	padding:0px 5% 50px 5%;
	max-width:1400px;
	margin:auto;
}
footer li{
	float:left;
	font-size:1.4em;
	line-height: 1.8em;
	letter-spacing:1.0px;
	font-weight:500;
	border-bottom:1px solid #bbb;
	padding-bottom:10px;
	margin-bottom:20px;
	width:19%;
	margin-right:1.25%;
}

footer .footerMenu a{
  position: relative;
  display: block;
  text-decoration: none;
}
footer .footerMenuSmall a{
	font-size:1.3em;
	line-height: 1.0em;
	letter-spacing:0.8px;
	text-decoration:none;
	margin:0px 5px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
footer .footerMenu a:link,
footer .footerMenu a:visited{
	color:#000;
	text-decoration:none;
	outline:0 none;
}
footer .footerMenu a:hover,
footer .footerMenu a:active{
	color:#db0225;
	text-decoration:none;
	outline:0 none;
}
footer .footerMenu a::after {
  position: absolute;
  bottom: -11px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #db0225;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .5s;
}
footer .footerMenu a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
footer img{
	float:left;
	max-width: 100%;
	height: auto;
	margin-right:30px;
}
footer p{
	color:#fff;
	font-size:1.2em;
	line-height: 1.8em;
}

@media screen and (min-width: 1001px){
	footer li:nth-child(5n){
		margin-right:0;
	}
}
@media screen and (max-width: 1000px){
	footer li{
		font-size:1.3em;
		line-height: 1.6em;
		letter-spacing:0.25px;
		width:24%;
		margin-right:1.33%;
	}
	footer li:nth-child(4n){
		margin-right:0;
	}
}
@media screen and (max-width: 767px){
	
	footer .footerWrap{
	padding:10% 5%;
	}
	footer .footerWrap .footerWrapBox{
		padding:0;
		text-align:center;
	}
	footer .footerWrap img{
		float:none;
		margin-bottom:10px;
	}
	footer .footerCopyright p{
	text-align:center;
	}
}








/* Page Top▼▼
------------------------------------------------------------ */
footer #pagetopWrap{
	position:fixed;
	bottom:0;
	right:20px;
	width:60px;
	border-width:1px;
	border-style:solid;
	margin-bottom:20px;
	-moz-transition:opacity 0.25s ease,z-index 0s ease 0.25s;
	-o-transition:opacity 0.25s ease,z-index 0s ease 0.25s;
	-webkit-transition:opacity 0.25s ease,z-index 0s ease;
	-webkit-transition-delay:0s,0.25s;
	transition:opacity 0.25s ease,z-index 0s ease 0.25s;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
	z-index:-1;
}
footer #pagetopWrap.show{
	-moz-transition:opacity 0.25s ease,z-index 0s ease 0s;
	-o-transition:opacity 0.25s ease,z-index 0s ease 0s;
	-webkit-transition:opacity 0.25s ease,z-index 0s ease;
	-webkit-transition-delay:0s,0s;
	transition:opacity 0.25s ease,z-index 0s ease 0s;
	filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity:1;
	z-index:1;
}
@media screen and (max-width: 1000px){
	footer #pagetopWrap{
		right:2%;
		width:5%;
		margin-bottom:2%;
	}
}
@media screen and (max-width: 767px){
	footer #pagetopWrap{
		position:static;
		bottom:auto;
		right:auto;
		width:100%;
		margin-bottom:0;
		border-width:0;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
		filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity:1;
		z-index:1;
	border-top:1px solid #fff;
	}
}
footer #pagetopWrap a{
	display:block;
	width:100%;
	height:0;
	padding:32% 0 68% 0;
	font-size:0;
	line-height:0;
	text-indent:-10000px;
}
@media screen and (min-width: 768px){
	footer #pagetopWrap a{
		-moz-transition:background-color 0.25s ease;
		-o-transition:background-color 0.25s ease;
		-webkit-transition:background-color 0.25s ease;
		transition:background-color 0.25s ease;
	}
}
@media screen and (max-width: 767px){
	footer #pagetopWrap a{
		height:auto;
		padding:4.7% 0;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
		border-bottom:1px solid #fff;
	}
}
footer #pagetopWrap a::after{
	content:'';
	display:block;
	width:50%;
	height:0;
	margin:0 auto;
	padding-bottom:30%;
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:contain;
}
@media screen and (max-width: 767px){
	footer #pagetopWrap a::after{
		width:5.6%;
		padding-bottom:3.5%;
	}
}

footer #pagetopWrap a{
	background:#002653;
}
footer #pagetopWrap a::after{
	background-image:url("../../common/img/pagetop_sp.png");
}
@media screen and (min-width: 768px){
	footer #pagetopWrap a:hover{
		background-color:#002653;
		opacity:0.75;
	}
}
@media screen and (max-width: 767px){
	footer #pagetopWrap a{
		background-color:#002653;
	}
}



/*Title▼▼
------------------------------------------------------------ */
.h1_title{
	width:100%;
	height:115px;
	background:#000;
}
.h1_title h1,
.h1_title h2{
	padding-top:25px;
	text-align:center;
	font-size:2.8em;
	line-height: 1.4em;
	letter-spacing:1.5px;
	font-weight:500;
	color:#fff;
}
.h1_title h1 span,
.h1_title h2 span{
	font-size:0.4em;
	line-height: 0.2em;
	font-weight:300;
	display:block;
	margin-top:10px;
}
.h1_title .subTitle{
	font-size:1.1em;
	letter-spacing:1.5px;
	font-weight:300;
	display:block;
	margin-top:3px;
	text-align:center;
	color:#fff;
}
.h1_title a,
.h1_title a:active{
	color:#fff;
}


/*==================================================
シャッ
===================================*/

/*背景色が伸びて出現 共通*/
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
	from {
		opacity:0;
	}

	to {
		opacity:1;	
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*--------- 左から --------*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #666;/*伸びる背景色の設定*/
}
.bgLR2extend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #e9e9e9;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/*--------- 右から --------*/
.bgRLextend::before{
	animation-name:bgRLextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #e9e9e9;/*伸びる背景色の設定*/
}
@keyframes bgRLextendAnime{
	0% {
		transform-origin:right;
		transform:scaleX(0);
	}
	50% {
		transform-origin:right;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:left;
	}
	100% {
		transform-origin:left;
		transform:scaleX(0);
	}
}

/*--------- 下から --------*/
.bgDUextend::before{
	animation-name:bgDUextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgDUextendAnime{
	0% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
	50% {
		transform-origin:bottom;
		transform:scaleY(1);
	}
	50.001% {
		transform-origin:top;
	}
	100% {
		transform-origin:top;
		transform:scaleY(0);
	}
}

/*--------- 上から --------*/
.bgUDextend::before{
	animation-name:bgUDextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #666;/*伸びる背景色の設定*/
}

@keyframes bgUDextendAnime{
	0% {
		transform-origin:top;
		transform:scaleY(0);
	}
	50% {
		transform-origin:top;
		transform:scaleY(1);
	}
	50.001% {
		transform-origin:bottom;
	}
	100% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
}






/*pankuzu▼▼
------------------------------------------------------------ */
.pankuzuWrap{
	border-top:1px solid #fff;
	background:#e9e9e9;
}
.pankuzuWrap p,
.pankuzuWrap .aioseo-breadcrumbs{
	font-size:1.2em;
	line-height: 1.5em;
	padding: 10px 5%;
	max-width:1400px;
	margin:auto;
}
@media screen and (max-width: 767px){
	.pankuzuWrap p,
	.pankuzuWrap .aioseo-breadcrumbs{
		width:100%;
		font-size:1.0em;
		padding: 8px 5% 10px 5%;
	}
}



/*contents▼▼
------------------------------------------------------------ */
.contentsWrap,
.contentsWrapIndex{
	width:100%;
}
.contentsWrap{
	padding-top:110px;
}
@media screen and (max-width: 767px){
	.contentsWrap{
		padding-top:60px;
	}
}







/*====================================== 
エフェクト関連
=======================================*/ 

/* faid in▼▼
------------------------------------------------------------ */
.box,
.scrollanime{
	opacity: 0;
}
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fadeUpNav{
animation-name:fadeUpAnimeNav;
animation-duration:0.55s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnimeNav{
  from {
    opacity: 0;
  transform: translateY(50px);
  }
  to {
    opacity: 0.95;
  transform: translateY(0);
  }
}



/* popup▼▼
------------------------------------------------------------ */
.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #37beb03d;
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: relative;
  align-self: center;
  width: 75%;
  max-width: 800px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
}
.popup_content p{
    padding:20px 20px 5px 20px;
    text-align: center;
}
.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
  color:#37beb0;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.open_btn {
    color: #37beb0;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s ease;
    border:1px solid #37beb0;
    padding:5px 15px;
    font-weight: bold;
}
.open_btn:hover{
    background:#37beb0;
    color:#fff;
    transition: .3s ease;
}


/* Side nav
------------------------------------------------------------------*/
#nav-menubar{
	float:left;
	background-image:url("../../common/img/sidemenu_on.png");
	cursor: pointer;
}
#nav-menubar .button-change{
	float:left;
	background-image:url("../../common/img/sidemenu_off.png");
}
#nav-menu{
    opacity: 0.95;
	position: fixed;
	z-index: 20;
	top:280px; 
	right: 0px;
	transition: all 0.3s ease-in-out;
}
#nav-menu.nav-menu-open {
  right: -190px;
}

#nav-menu ul,
#nav-menu-bottom ul{
	float:right;
	background:#e9e9e9;
    padding:5px;
}
#nav-menu li,
#nav-menu-bottom li {
	width:160px;
	font-size:1.4em;
	line-height: 1.4em;
	letter-spacing:0.5px;
	font-weight:500;
	background:#fff;
	text-align: center;
	margin:10px;
}
#nav-menu li span,
#nav-menu-bottom li span {
	font-size:0.9em;
	letter-spacing:0.5px;
	font-weight:300;
}
#nav-menu li a{
	position: relative;
	padding:10px 0 25px 0;
	display:block;
	color:#000;
	transition: all 0.3s;
}
#nav-menu-bottom li a{
    position: relative;
    padding:25px 0 10px 0;
	display:block;
	color:#000;
}
#nav-menu li.navmenuL a {
	padding:10px 0 30px 0;
}
#nav-menu li a::after{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	bottom: 20%;
	left: 48%;
}
#nav-menu-bottom li a::before{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 30%;
	left: 48%;
}
@media screen and (min-width: 768px){
	#nav-menu li a::before,
	#nav-menu li a::after{
		transition: all 0.3s;
	}
	#nav-menu li a:hover::after{
		animation: arrowbeforeside 0.75s infinite;
		border-top: solid 1px #db0225;
		border-right: solid 1px #db0225;
	}
	#nav-menu li a:hover{
		color:#db0225;
		transition: all 0.3s;
	}
}
@keyframes arrowbeforeside {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.65;
	}
	100% {
		opacity: 0;
		bottom: 5%;
	}
}
@media screen and (max-width: 767px){
	#nav-menubar{
		display: none;
	}
	#nav-menu,
	#nav-menu-bottom{
		position: relative;
		top:1px; 
	}
	#nav-menu ul,
	#nav-menu-bottom ul{
		float:none;
		padding:3% 5% 1% 5%;
	}
	#nav-menu li,
	#nav-menu-bottom li{
		width:49%;
		float:left;
		margin:0 2% 2% 0;
	}
	#nav-menu li.navmenuL a {
		padding:10px 0 25px 0;
	}
	#nav-menu .singleBox li,
	#nav-menu-bottom .singleBox li{
		height:76px;
	}
	#nav-menu li.single,
	#nav-menu-bottom li.single{
		padding-top:10px;
	}
	#nav-menu li:nth-child(2n),
	#nav-menu-bottom li:nth-child(2n){
		margin:0;
	}
	#nav-menu-bottom li.dobble a::before{
		top: 20%;
	}
	#nav-menu-bottom .singleBox li.navmenuL {
		height:106px;
	}
}





/* Buttom▼▼
------------------------------------------------------------ */
.button,
.button400,
.button100w,
.Searchbutton,
.Forwardbutton,
.Backbutton,
.Catalogbutton,
.products_button{
	display:inline-block;
	background:#002653;
    padding:8px 0 10px 0;
    color:#fff !important;
    cursor:pointer;
    position: relative;
	text-decoration: none;
	text-decoration:none;
	font-weight:500;
	text-align:center;
}
.button,
.button400,
.Searchbutton,
.Forwardbutton,
.Backbutton{
	width: 200px;
	margin:5px;
	font-size:1.4em;
	line-height: 1.8em;
	letter-spacing:1.0px;
	border: 0px;
}

.button400{
	width: 400px;
}
.button100w{
	width: 100%;
}
.Forwardbutton{
	width: 300px;
	background:#002653;
}
.Backbutton{
	width: 300px;
	background:#888;
}
.Catalogbutton{
	width: 100%;
	font-size:1.4em;
	line-height: 1.8em;
	letter-spacing:1.0px;
}
.products_button{
	width: 280px;
	margin:5px;
}
.button::after,
.button100w::after,
.button400::after,
.Catalogbutton::after,
.products_button::after{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10%;
	margin-top: -4px;
}
.Searchbutton{
	background:url("../img/seach.png") no-repeat center right #002653;
	background-size: 6%;
    width: 400px;
	border: 0px;
	transition: all 0.3s;
	margin-top:30px;
}
@media screen and (min-width: 768px){
	.button,
	.button::before,
	.button::after,
	.button100w,
	.button100w::before,
	.button100w::after,
	.button400,
	.button400::before,
	.button400::after,
	.products_button,
	.products_button::before,
	.products_button::after,
	.Catalogbutton,
	.Catalogbutton::before,
	.Catalogbutton::after,
	.Forwardbutton,
	.Forwardbutton::before,
	.Forwardbutton::after,
	.Backbutton,
	.Backbutton::before,
	.Backbutton::after{
			transition: all 0.3s;
	}
	.button:hover::after,
	.button100w:hover::after,
	.button400:hover::after,
	.products_button:hover::after,
	.Catalogbutton:hover::after{
		animation: arrowbefore 1s infinite;
	}
	.button:hover,
	.button100w:hover,
	.button400:hover,
	.products_button:hover,
	.Catalogbutton:hover,
	.Forwardbutton:hover,
	.Backbutton:hover{
		background:#db0225;
	}
	.Searchbutton:hover{
	transition: all 0.3s;
	background:url("../img/seach.png") no-repeat center right #db0225;
	background-size: 6%;
	}
}
@media screen and (max-width:1000px){
	.button{
		width: 210px;
		padding:10px 30px;
	}
}
@media screen and (max-width: 767px){
	.button400,
	.products_button,
	.Catalogbutton,
	.Searchbutton,
	.Forwardbutton,
	.Backbutton{
		width: 100%;
		padding:10px 10px;
		margin:5px 0;
	}
}
@keyframes arrowbefore {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.75;
	}
	100% {
		opacity: 0;
		right: 1%;
	}
}





/* SPACE▼▼
------------------------------------------------------------ */
.spt1 {margin-top:1px;}
.spt2 {margin-top:2px;}
.spt3 {margin-top:3px;}
.spt4 {margin-top:4px;}
.spt5 {margin-top:5px;}
.spt6 {margin-top:6px;}
.spt7 {margin-top:7px;}
.spt8 {margin-top:8px;}
.spt9 {margin-top:9px;}
.spt10 {margin-top:10px;}
.spt11 {margin-top:11px;}
.spt12 {margin-top:12px;}
.spt13 {margin-top:13px;}
.spt14 {margin-top:14px;}
.spt15 {margin-top:15px;}
.spt16 {margin-top:16px;}
.spt17 {margin-top:17px;}
.spt18 {margin-top:18px;}
.spt19 {margin-top:19px;}
.spt20 {margin-top:20px;}
.spt30 {margin-top:30px;}
.spt40 {margin-top:40px;}
.spt50 {margin-top:50px;}
.spt60 {margin-top:60px;}

.spb1 {margin-bottom:1px;}
.spb2 {margin-bottom:2px;}
.spb3 {margin-bottom:3px;}
.spb4 {margin-bottom:4px;}
.spb5 {margin-bottom:5px;}
.spb6 {margin-bottom:6px;}
.spb7 {margin-bottom:7px;}
.spb8 {margin-bottom:8px;}
.spb9 {margin-bottom:9px;}
.spb10 {margin-bottom:10px;}
.spb11 {margin-bottom:11px;}
.spb12 {margin-bottom:12px;}
.spb13 {margin-bottom:13px;}
.spb14 {margin-bottom:14px;}
.spb15 {margin-bottom:15px;}
.spb16 {margin-bottom:16px;}
.spb17 {margin-bottom:17px;}
.spb18 {margin-bottom:18px;}
.spb19 {margin-bottom:19px;}
.spb20 {margin-bottom:20px;}
.spb25 {margin-bottom:25px;}
.spb30 {margin-bottom:30px;}
.spb40 {margin-bottom:40px;}
.spb50 {margin-bottom:50px;}
.spb60 {margin-bottom:60px;}
.spb70 {margin-bottom:70px;}
.spb80 {margin-bottom:80px;}
.spb90 {margin-bottom:90px;}
.spb100 {margin-bottom:100px;}
.spb150 {margin-bottom:150px;}
.spb200 {margin-bottom:200px;}
.spb300 {margin-bottom:300px;}
.spb400 {margin-bottom:400px;}
.spb500 {margin-bottom:500px;}
.spb600 {margin-bottom:600px;}
.spb700 {margin-bottom:700px;}

.spl1 {margin-left:1px;}
.spl2 {margin-left:2px;}
.spl3 {margin-left:3px;}
.spl4 {margin-left:4px;}
.spl5 {margin-left:5px;}
.spl6 {margin-left:6px;}
.spl7 {margin-left:7px;}
.spl8 {margin-left:8px;}
.spl9 {margin-left:9px;}
.spl10 {margin-left:10px;}
.spl11 {margin-left:11px;}
.spl12 {margin-left:12px;}
.spl13 {margin-left:13px;}
.spl14 {margin-left:14px;}
.spl15 {margin-left:15px;}
.spl16 {margin-left:16px;}
.spl17 {margin-left:17px;}
.spl18 {margin-left:18px;}
.spl19 {margin-left:19px;}
.spl20 {margin-left:20px;}
.spl38 {margin-left:38px;}
.spl60 {margin-left:60px;}

.spr1 {margin-right:1px;}
.spr2 {margin-right:2px;}
.spr3 {margin-right:3px;}
.spr4 {margin-right:4px;}
.spr5 {margin-right:5px;}
.spr6 {margin-right:6px;}
.spr7 {margin-right:7px;}
.spr8 {margin-right:8px;}
.spr9 {margin-right:9px;}
.spr10 {margin-right:10px;}
.spr11 {margin-right:11px;}
.spr12 {margin-right:12px;}
.spr13 {margin-right:13px;}
.spr14 {margin-right:14px;}
.spr15 {margin-right:15px;}
.spr16 {margin-right:16px;}
.spr17 {margin-right:17px;}
.spr18 {margin-right:18px;}
.spr19 {margin-right:19px;}
.spr20 {margin-right:20px;}	
.spr30 {margin-right:30px;}


.spt1p {padding-top:1px;}
.spt2p {padding-top:2px;}
.spt3p {padding-top:3px;}
.spt4p {padding-top:4px;}
.spt5p {padding-top:5px;}
.spt6p {padding-top:6px;}
.spt7p {padding-top:7px;}
.spt8p {padding-top:8px;}
.spt9p {padding-top:9px;}
.spt10p {padding-top:10px;}
.spt11p {padding-top:11px;}
.spt12p {padding-top:12px;}
.spt13p {padding-top:13px;}
.spt14p {padding-top:14px;}
.spt15p {padding-top:15px;}
.spt16p {padding-top:16px;}
.spt17p {padding-top:17px;}
.spt18p {padding-top:18px;}
.spt19p {padding-top:19px;}
.spt20p {padding-top:20px;}
.spt25p {padding-top:25px;}
.spt30p {padding-top:30px;}
.spt40p {padding-top:40px;}
.spt50p {padding-top:50px;}
.spt60p {padding-top:60px;}

.spb1p {padding-bottom:1px;}
.spb2p {padding-bottom:2px;}
.spb3p {padding-bottom:3px;}
.spb4p {padding-bottom:4px;}
.spb5p {padding-bottom:5px;}
.spb6p {padding-bottom:6px;}
.spb7p {padding-bottom:7px;}
.spb8p {padding-bottom:8px;}
.spb9p {padding-bottom:9px;}
.spb10p {padding-bottom:10px;}
.spb11p {padding-bottom:11px;}
.spb12p {padding-bottom:12px;}
.spb13p {padding-bottom:13px;}
.spb14p {padding-bottom:14px;}
.spb15p {padding-bottom:15px;}
.spb16p {padding-bottom:16px;}
.spb17p {padding-bottom:17px;}
.spb18p {padding-bottom:18px;}
.spb19p {padding-bottom:19px;}
.spb20p {padding-bottom:20px;}
.spb30p {padding-bottom:30px;}
.spb40p {padding-bottom:40px;}
.spb50p {padding-bottom:50px;}
.spb60p {padding-bottom:60px;}

.spl1p {padding-left:1px;}
.spl2p {padding-left:2px;}
.spl3p {padding-left:3px;}
.spl4p {padding-left:4px;}
.spl5p {padding-left:5px;}
.spl6p {padding-left:6px;}
.spl7p {padding-left:7px;}
.spl8p {padding-left:8px;}
.spl9p {padding-left:9px;}
.spl10p {padding-left:10px;}
.spl11p {padding-left:11px;}
.spl12p {padding-left:12px;}
.spl13p {padding-left:13px;}
.spl14p {padding-left:14px;}
.spl15p {padding-left:15px;}
.spl16p {padding-left:16px;}
.spl17p {padding-left:17px;}
.spl18p {padding-left:18px;}
.spl19p {padding-left:19px;}
.spl20p {padding-left:20px;}
.spl27p {padding-left:27px;}
.spl28p {padding-left:28px;}
.spl30p {padding-left:30px;}
.spl40p {padding-left:40px;}
.spl50p {padding-left:50px;}
.spl60p {padding-left:60px;}

.spr1p {padding-right:1px;}
.spr2p {padding-right:2px;}
.spr3p {padding-right:3px;}
.spr4p {padding-right:4px;}
.spr5p {padding-right:5px;}
.spr6p {padding-right:6px;}
.spr7p {padding-right:7px;}
.spr8p {padding-right:8px;}
.spr9p {padding-right:9px;}
.spr10p {padding-right:10px;}
.spr11p {padding-right:11px;}
.spr12p {padding-right:12px;}
.spr13p {padding-right:13px;}
.spr14p {padding-right:14px;}
.spr15p {padding-right:15px;}
.spr16p {padding-right:16px;}
.spr17p {padding-right:17px;}
.spr18p {padding-right:18px;}
.spr19p {padding-right:19px;}
.spr20p {padding-right:20px;}
.spr30p {padding-right:30px;}
.spr40p {padding-right:40px;}
.spr50p {padding-right:50px;}
.spr60p {padding-right:60px;}


.spbp1 {margin-bottom:1%;}
.splp1 {margin-left:1%;}

.w50{width:50px;}

.w10p{width:10%;}
.w25p{width:25%;}
.w29p{width:29%;}
.w32p{width:32%;}
.w33p{width:33%;}
.w34p{width:34%;}
.w35p{width:35%;}
.w43p{width:43%;}
.w44p{width:44%;}
.w45p{width:44%;}
.w48p{width:48%;}
.w49p{width:49%;}
.w53p{width:53%;}
.w54p{width:54%;}
.w55p{width:55%;}
.w64p{width:64%;}
.w65p{width:65%;}
.w71p{width:71%;}
.w90p{width:90%;}

@media screen and (min-width: 768px){
	.floatL,
	.floatL_pc{
		float:left;
	}
	.floatR_pc{
		float:right;
	}
	.spt10_pc {margin-top:10px;}
	.spt20_pc {margin-top:20px;}
	.spt30_pc {margin-top:30px;}
	.spt40_pc {margin-top:40px;}
	.spt50_pc {margin-top:50px;}
	.spt60_pc {margin-top:60px;}
	.spb10_pc {margin-bottom:10px;}
	.spb20_pc {margin-bottom:20px;}
	.spb30_pc {margin-bottom:30px;}
	.spb40_pc {margin-bottom:40px;}
	.spb50_pc {margin-bottom:50px;}
	.spb60_pc {margin-bottom:60px;}
	.spl10_pc {margin-left:10px;}
	
	.spl1pa_pc {margin-left:1%;}
	.spl125pa_pc {margin-left:1.25%;}
	.spl133pa_pc {margin-left:1.33%;}
	.spl2pa_pc {margin-left:2%;}
	
	.w10p_pc{width:10%;}
	.w20p_pc{width:20%;}
	.w21p_pc{width:21%;}
	.w22p_pc{width:22%;}
	.w23p_pc{width:23%;}
	.w24p_pc{width:24%;}
	.w25p_pc{width:25%;}
	.w26p_pc{width:26%;}
	.w27p_pc{width:27%;}
	.w28p_pc{width:28%;}
	.w29p_pc{width:29%;}
	.w30p_pc{width:30%;}
	.w31p_pc{width:31%;}
	.w32p_pc{width:32%;}
	.w33p_pc{width:33%;}
	.w34p_pc{width:34%;}
	.w35p_pc{width:35%;}
	.w36p_pc{width:36%;}
	.w37p_pc{width:37%;}
	.w38p_pc{width:38%;}
	.w39p_pc{width:39%;}
	.w40p_pc{width:40%;}
	.w41p_pc{width:41%;}
	.w42p_pc{width:42%;}
	.w43p_pc{width:43%;}
	.w44p_pc{width:44%;}
	.w45p_pc{width:45%;}
	.w46p_pc{width:46%;}
	.w47p_pc{width:47%;}
	.w48p_pc{width:48%;}
	.w49p_pc{width:49%;}
	.w50p_pc{width:50%;}
	.w51p_pc{width:51%;}
	.w52p_pc{width:52%;}
	.w53p_pc{width:53%;}
	.w54p_pc{width:54%;}
	.w55p_pc{width:55%;}
	.w56p_pc{width:56%;}
	.w58p_pc{width:58%;}
	.w59p_pc{width:59%;}
	.w60p_pc{width:60%;}
	.w61p_pc{width:61%;}
	.w62p_pc{width:62%;}
	.w63p_pc{width:63%;}
	.w64p_pc{width:64%;}
	.w65p_pc{width:65%;}
	.w66p_pc{width:66%;}
	.w67p_pc{width:67%;}
	.w68p_pc{width:68%;}
	.w69p_pc{width:69%;}
	.w70p_pc{width:70%;}
	.w74p_pc{width:74%;}
	.w75p_pc{width:75%;}
	.w80p_pc{width:80%;}
	.w90p_pc{width:90%;}
	
	.borderL5_pc {border-left:5px #fff solid ;}
	.borderR5_pc {border-right:5px #fff solid ;}
	
	.width400_pc {width:400px;}
	
	.w350max_pc {max-width:350px;display:inline-block;}
	.w375max_pc {max-width:375px;display:inline-block;}
	.w400max_pc {max-width:400px;display:inline-block;}
	.w450max_pc {max-width:450px;display:inline-block;}
	.w500max_pc {max-width:500px;display:inline-block;}
	.w550max_pc {max-width:550px;display:inline-block;}
	.w600max_pc {max-width:600px;display:inline-block;}
	.w650max_pc {max-width:650px;display:inline-block;}
	.w700max_pc {max-width:700px;display:inline-block;}
	.w750max_pc {max-width:750px;display:inline-block;}
	.txtL_pc {text-align:left;}
	.txtR_pc {text-align:right;}
	.txtC_pc {text-align:center;}
}
@media screen and (max-width: 767px){
	.spt10_sp {margin-top:10px;}
	.spt20_sp {margin-top:20px;}
	.spt30_sp {margin-top:30px;}
	.spb10_sp {margin-bottom:10px;}
	.spb20_sp {margin-bottom:20px;}
	.spb30_sp {margin-bottom:30px;}
	.w32p_sp{width:32%;}
	.w38p_sp{width:38%;}
	.w48p_sp{width:48%;}
	.w61p_sp{width:61%;}
	.w63p_sp{width:63%;}
	.w64p_sp{width:64%;}
	.w65p_sp{width:65%;}
	.w90p_sp{width:90%;}
	.w95p_sp{width:95%;}
	
	.borderT5_sp {border-top:5px #fff solid ;}
	
}



/* CONTENTS：中ページ▼▼
------------------------------------------------------------ */

.NakaBox #contL{
	width:70%;
	float:left;
}
.NakaBox #contL img{
}
.NakaBox #contR{
	width:22%;
	float:right;
}

.NakaBox #contL h3{
	font-size:1.8em;
}
.NakaBox #contL h4{
	font-size:1.6em;
}
.ulbox,
.Qtbox,
.pdfbox{
	border:1px solid #bfbfbf;
	margin:10px 0;
	padding:20px;
}

.Rightimg {
	float:right;
	margin-left:15px;
}

.pagetopNaka{
	margin: 20px 0 80px 0;
	text-align:right;
}
.pagetopNakaBottom{
	margin: 20px 0 0px 0;
	text-align:right;
}


.nomalTable img {
	width: 100%;
	height: 100%;
}






/*　中ページサブメニュー
-----------------------------------------------------*/
#contR.subMenu h2{
	font-size:1.4em;
	font-weight: normal;
	padding-bottom:10px;
	border-bottom:2px solid #bfbfbf;
	font-weight:700;
}

#contR.subMenu ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 60px 0px;
	list-style:none;
}
#contR.subMenu li{
	margin:0px 0px 30px 0px;
}
#contR.subMenu ul li ul li{
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:1.4em;
	line-height: 1.6em;
}
#contR.subMenu ul li ul li a{
	background: url(../img/link_arrow.png) no-repeat left 8px;
	padding:0px 0px 0px 13px;
	margin:0px 0px 0px 0px;
	display:block;
}
#contR.subMenu ul li ul#recentcomments li{
	background: url(../img/link_arrow.png) no-repeat left 18px;
	padding:10px 0px 0px 13px;
	margin:0px 0px 0px 0px;
	display:block;
}
#contR.subMenu ul li ul#recentcomments li a{
	background: none;
	padding:0;
	margin:0;
}

#contR.subMenu li #wp-calendar a{
	background: none;
	padding:0px;
	margin:0px;
}


/*  sidebar styles */
.widget_search label {
	display:none;
}
.widget_search #s {
	float: left;
}
#searchsubmit {
	padding:4px;
	margin:6px;
}
.menu form{
display:block;
margin:0px;
padding:4px;
}
.menu input{
margin:3px;
}



/* Calendar styles */
#wp-calendar {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #d3d3d3;
	margin-top:11px;
	font-size:1.2em;
	line-height: 1.6em;
}

#wp-calendar caption {
	border: 1px solid #d3d3d3;
	text-align: center;
	padding:3px 0px;
	margin-bottom:5px;
}
#wp-calendar table {
	width: 100%;
}
#wp-calendar th, #wp-calendar td {
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	text-align: center;
	padding:6px 0px;
	font-weight:normal;
}
#wp-calendar tfoot td {
	border:none;
	padding:5px 0px;
	font-weight:normal;
}
#wp-calendar #prev {
	text-align: left !important;
}
#wp-calendar #next {
	text-align: right !important;
}
#wp-calendar tbody tr #today {
    background-color: #ecd7f2;
}






/*　フォーム用
-----------------------------------------------------*/

input,
textarea {
	padding:3px;
	margin:0px 0 5px 0 ;
}



/*　スマホ用隠し
-----------------------------------------------------*/
.pcno,
#spMenu,
.accmenu dt {
	display:none;
}

/* Wordpress▼▼
------------------------------------------------------------ */


#wrapper{
	width:100%;
	margin:50px auto;
}
#wrapper2{
}
#wrapper3{
}
#wrapper4{
	padding: 10px 5%;
	max-width:1400px;
	margin:auto;
}

#sectiontitle{
	font-size:2.0em;
	line-height: 1.4em;
	margin-bottom:30px;
	font-weight:700;
	padding:10px 20px;
	background:#E9E9E9;
}
#sectiontitle p{
	font-size:0.8em;
	line-height: 1.4em;
	font-weight:500;
	margin-top:5px;
}

	
/*-------------content------------------*/	

#navigation{
padding: 5px 0px 30px 0px;

}

#navigation div.fleft{
float:left;
}

#navigation div.fright{ 
	float:right;
}

#navigation div.fleft a,
#navigation div.fright a{
	display:inline-block;
	background:#002653;
    padding:8px 0 10px 0;
    color:#fff !important;
    cursor:pointer;
    position: relative;
	text-decoration: none;
	font-weight:500;
	text-align:center;
	width: 200px;
	margin:5px;
	font-size:1.4em;
	line-height: 1.8em;
	letter-spacing:1.0px;
	border: 0px;
}




/*  ********** default styles *********** */

/* post styles */

.post{
	margin-bottom: 100px;
}
.postBox {
	margin-bottom:10px;
}
.postBoxHead h1,
.postBoxHead h2{
	font-size:2.5em;
	line-height: 1.4em;
	font-weight: normal;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px solid #bbb;
	font-weight:700;
}
.postBoxHead h1,
.postBoxHead h1 a,
.postBoxHead h1 a:hover,
.postBoxHead h1 a:visited
.postBoxHead h2,
.postBoxHead h2 a,
.postBoxHead h2 a:hover,
.postBoxHead h2 a:visited{
	color:#000;
	text-decoration:none !important;
}

.entry{
	margin-top:15px;
}
.entry a,
.entry a:visited{
	color:#c40202 !important;
}
.entry ul{
list-style-type:disc;
	margin-left:1em;
}
.entry li{
	font-size:1.4em;
	line-height: 1.8em;
	letter-spacing:0.5px;
}

.entry table {
	width: 100%;
	border-top:1px #d2d2d2 solid ;
	border-left: 1px solid #d3d3d3;
	padding:0;
	font-size:1.4em;
	line-height: 1.6em;
	letter-spacing:1.0px;
	border-collapse:collapse;
}
.entry th, .entry td {
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	padding:6px;
	text-align: center;
	vertical-align:middle;
}
.entry th {
	text-align: center;
	font-weight:normal !important;
	background:#f6f6f6;
}
.entry td {
	text-align: center;
}
.entry .txtL{
	text-align:left !important;
}

.postmetadata{
	margin-top: 30px;
	text-align:right;
	padding:5px 10px;
	background:#E9E9E9;
}
.postmetadata p{
	font-size:1.2em;
}
.postmetadata p a,
.postmetadata p a:visited{
	color:#000 !important;
	text-decoration:none !important;
}
.postmetadata p a:hover{
	color:#c40202 !important;
	text-decoration:none !important;
}




/*  Comments   */

ol#commentlist{
padding: 0 0 0 20px;
list-style-type: none;
}

ol#commentlist li{
	padding: 0px 3px;
	margin: 0;
}

ol#commentlist li p.commentheader{
margin: 0px 0 0px 0;
display: block;
padding: 1px 5px;
}



ul#commentlist{
padding: 0;
margin:0;
list-style-type:none;
}

ul#commentlist li{
	display: block;
	padding: 5px;
	margin: 5px 0;
	font-size:90%;
	border: 1px solid #d3d3d3;
}

ul#commentlist p{
margin: 6px 0;
}

ul#commentlist li div.comm{
margin: 1px;
padding: 1px;
}

ul#commentlist li div.gravatar {
	width:50px;
	float:left;
	padding: 10px 0 0 10px;
}

ul#commentlist li div.gravatar img{
border: 2px solid #ccc;
}




ul#commentlist li div.commenttext{
padding: 0;
margin:5px 10px 5px 65px;
}

ul#commentlist li div.commenttext div.commentwrapper{
margin:0 0 0 5px;
padding: 3px 8px;
}




@media screen and (max-width: 980px){

#wrapper4{
}
	.NakaBox #contL{
		width:65%;
	}
	.NakaBox #contR{
		width:30%;
	}
}

.entry h1{
	font-size:2.5em;
	font-weight:700;
	letter-spacing:0.5px;
	margin-bottom:5px;
}

.entry h2{
	font-size:2.0em;
	font-weight:500;
	letter-spacing:0.5px;
	border-bottom:1px solid #bfbfbf;
	margin-bottom:10px;
	padding-bottom:10px;
}
.entry h3{
	font-size:1.6em;
	font-weight:500;
	letter-spacing:0.5px;
	background:#eee;
	padding:5px 10px;
	margin-bottom:10px;
}
.entry h4{
	font-size:1.6em;
	font-weight:500;
	letter-spacing:0.5px;
}


@media screen and (max-width: 767px){
	/* CONTENTS▼▼
	------------------------------------------------------------ */
	.postBox p {
		line-height: 1.6em;
	}
	/*
	#contR.subMenu h3{
		font-size:1.6em;
		line-height: 1.7em;
	}
	*/
	#contR.subMenu ul{
		margin:5% 0;
	}
	#contR.subMenu ul li ul{
		margin:0;
	}

	#contL,
	#contR {
		float:none;
		width:100%;
		padding:0;
		margin:0;
	}


	/*　中ページサブメニュー
	-----------------------------------------------------*/
	#contR.subMenu{
		border:1px solid #bfbfbf;
		width:100%;
		padding:5%;
		margin-bottom:50px;
	}

	/* 中ページ
	-----------------------------------------------------*/
	.NakaBox #contL{
		width: 100%;
	}

	/*　wordpress
	-----------------------------------------------------*/
	#wrapper4{
		width:100%;
		margin:10% auto;
	}
	.form_btn1,
	.form_btn2,
	input[type="submit"],
	input[type="button"] {
		-webkit-appearance: none;
		width:100%;
		margin:0 0 2% 0;
	}
	
	select.CartFormSelect{
		width: 100%;
		margin-bottom:10px;
		padding: 2px;
	}
	input[type="submit"].CartFormBtn  {
		width:48%;
	}
	textarea {
		width:98%;
	}
}
#contL img{
		max-width:100%;
		height:auto;
}



.tuzukiBox a.more-link{
	float:right;
	display:inline-block;
	background:#002653;
    padding:8px 0 10px 0;
    color:#fff !important;
    cursor:pointer;
    position: relative;
	text-decoration: none;
	font-weight:500;
	text-align:center;
	margin:5px;
	letter-spacing:1.0px;
	border: 0px;
		width: 210px;
}
.tuzukiBox a.more-link::after{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10%;
	margin-top: -4px;
}
@media screen and (min-width: 768px){
	.tuzukiBox a.more-link,
	.tuzukiBox a.more-link::before,
	.tuzukiBox a.more-link::after{
			transition: all 0.3s;
	}
	.tuzukiBox a.more-link:hover::after{
		animation: arrowbefore 1s infinite;
	}
	.tuzukiBox a.more-link:hover{
		background:#db0225;
	}
}
@media screen and (max-width:1000px){
	.tuzukiBox a.more-link{
		padding:10px 30px;
	}
}
@media screen and (max-width: 767px){
	.tuzukiBox a.more-link{
		width: 100%;
		padding:10px 10px;
		margin:5px 0;
	}
}
@keyframes arrowbefore {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.75;
	}
	100% {
		opacity: 0;
		right: 1%;
	}
}