/* noto-sans-jp-300 - japanese */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;900&display=swap');

html,body,div,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,sub,sup,tt,var,b,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: 62.5%;
vertical-align:baseline;
}

html{
	box-sizing:border-box;
}

body{
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing:0.5px;
	font-weight:500;
	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,
.font16{
	font-size:1.6rem;
	line-height: 1.8em;
	letter-spacing:0.5px;
}
.font18{
	font-size:1.8rem;
	line-height: 2.0em;
}
p.small{
	font-size:1.2rem;
	line-height: 1.6em;
	letter-spacing:0.5px;
}
.s-txt{
	font-size:0.8rem;
}
strong{
	font-weight:900;
}
a{
	color:#ff0000;
	text-decoration:none;
	outline:0 none;
}

a:hover{
	color:#ff0000;
	text-decoration:none;
}

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

.red{
	color:#E60013;
	text-decoration: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;
}

.redBox {
	color:#fff !important;
	background:#ff0000;
	padding:2px 5px;
}



@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: #ff0000;
		transform: scale(0, 1);
		transform-origin: center top;
		transition: transform .3s;
	}
	#header a.lineanim::after,
	#header .lineanim a::after {
		bottom: -4px;
	}
	.footerWrap a.lineanim::after,
	.footerWrap .lineanim a::after {
		bottom: -2px;
	}
	a.lineanim:hover::after,
	.lineanim a:hover::after {
		transform-origin: center top;
		transform: scale(1, 1);
	}
	a.lineanim:hover,
	.lineanim a:hover {
		color:#ff0000;
	}
	
	
	.lineanimKai a {
		text-decoration: none; /* デフォルトの下線を非表示にする */
		color: #ff0000; /* 文字色 */
		background-image: linear-gradient(90deg, #ff0000, #ff0000); /* 線の色 */
		background-repeat: no-repeat;
		background-position: left bottom; /* 線の起点を左・下に設定 */
		background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
		transition: background-size 0.6s;　/* 線を伸ばすアニメーション実行時間を指定 */
	}

	.lineanimKai a:hover {
		background-size: 100% 1px; /* 線の横幅を100%にする */
	}
	
	.linktxt a{
		color:#ff8300;
	}
	.linktxt a:hover{
		color:#009cd0;
		text-decoration:none;
	}
}

img{
	vertical-align:bottom;
}

.txtV_su{
vertical-align:super;
}

.txtC,
.txtC_PC{
	text-align:center;
}
.txtL{
	text-align:left;
}
.txtR{
	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;
}


.iConBlank span {
	display: inline-block;
	background:url("../../common/img/icon-blank.png") no-repeat center right;
	background-size: 14px;
	padding-right:22px;
	margin-right:30px;
}
footer .iConBlank span {
	display: inline-block;
	background:url("../../common/img/icon-blank_b.png") no-repeat center right;
	background-size: 14px;
	padding-right:22px;
	margin-right:30px;
}







/*Header▼▼
------------------------------------------------------------ */
header {
	z-index: 99;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transition-duration:0.25s;
	transition-timing-function:ease-out;
	background:rgba(255,255,255,0.85);
}
header img {
	max-width:100%;
	height:auto;
}
header .container {
	padding: 0 5%;
	margin:auto;
}


@media print, screen and (min-width : 768px ) {
	
	header #h_top {
		transition-duration:0.25s;
		transition-timing-function:ease;
		margin: 20px 0;
	}
	header .logo img{
		width:230px;
		height:auto;
		transition-duration:0.25s;
		transition-timing-function:ease;
		float:left;
	}
	header .h_nav nav {
		float:right;
		display: block;
		padding:0;
		transition-duration:0.25s;
		transition-timing-function:ease;
	}
	
	.navilinkSub{
		text-align:right;
	}
	.navilinkSub a{
		padding:0px 10px;
		margin:5px 0px;
		text-decoration: none;
		color: #000;
		font-size:1.4rem;
		line-height:2.6rem;
		letter-spacing:0.1rem;
		font-weight:500;
	}
	.navilinkSub a:nth-child(1){
		background:url("../../common/img/headerline.png") no-repeat center right;
	}
	.navilinkSub a:nth-child(2){
		margin-right:9px;
	}
	
	#gNav .navilink{
		position: relative;
		display: flex;
		list-style: none;
	}
	#gNav .navilink li a{
		position: relative;
		display: block;
		padding:0px 5px 3px 5px;
		text-decoration: none;
		color: #000;
		font-size:1.7rem;
		line-height:2.8rem;
		letter-spacing:0.1rem;
		font-weight:500;
	}
	#gNav .navilink li{
		margin:5px 5px ;
	}
	#gNav .navilink li:nth-child(6){
		margin:5px 0px 5px 5px;
	}
	
	#gNav .navilink li a::after {
		content: '';
		position: absolute;
		z-index: -1;
		bottom: 0;
		left: 0;
		width: 100%;
		height:0;
		background:#ff0000;
		border-radius: 5px;
		transition:all .4s;
		opacity: 0;
	}
	#gNav .navilink li a.current::after,
	#gNav .navilink li a:hover::after {
		height: 100%;/*横幅を伸ばす*/
		opacity: 1;/*不透明に*/
		color: #fff;
	}
	#gNav .navilink li a.current,
	#gNav .navilink li a:hover{
		color: #fff;
	}
	
	/**
 * single menu
 */
	#gNav .navilink li.menu__single:hover,
	#gNav .navilink li.menu__single:hover a.init-bottom {
		background: #ff0000;
		color: #fff;
		-webkit-transition: .2s ease .3s;
		transition: .2s ease .3s;
	}
	#gNav .navilink li.menu__single ul.menu__second-level {
		position: absolute;
		top: 50px;
		width: 220px;
		margin-left:-60px;
		padding:5px;
		text-align:center;
		background:rgba(255,255,255,0.9);
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .25);
		-webkit-transition: .2s ease;
		transition: .2s ease;
		visibility: hidden;
		opacity: 0;
		z-index: 1;
	}
	#gNav .navilink li.menu__single .menu__second-level a {
		font-size:1.5rem;
		letter-spacing:0.05rem;
		padding:0 0 2px 0;
	}
	#gNav .navilink li.menu__single:hover > .menu__second-level {
		top: 35px;
		visibility: visible;
		opacity: 1;
	}
	#gNav .navilink li.menu__single:hover > .menu__second-level a:hover {
		background: #ff0000;
		-webkit-transition: .2s ease;
		transition: .2s ease;
	}

}



@media only screen and ( max-width :1100px ) {
	header .container {
		padding: 0 3%;
		margin:auto;
	}
	header .logo img{
		width:200px;
		height:auto;
	}
	
	#gNav .navilink li{
		margin:4px 4px;
	}
	#gNav .navilink li:nth-child(6){
		margin:4px 0px 4px 4px;
	}
	#gNav .navilink li a{
		padding:0px 5px 3px 5px;
		letter-spacing:0rem;
	}
	#gNav .navilink li a{
		font-size:1.5rem;
		line-height:2.8rem;
	}
}

@media only screen and ( max-width :900px ) {
	
	header .container {
		padding: 0 2%;
		margin:auto;
	}
	header .logo img{
		width:160px;
		height:auto;
	}
	#gNav .navilink li{
		margin:1px 1px;
	}
	#gNav .navilink li:nth-child(6){
		margin:1px 0px 1px 1px;
	}
	#gNav .navilink li a{
		font-size:1.4rem;
		line-height:2.8rem;
	}
}


@media only screen and ( max-width : 767px ) {
	#header{
		padding: 10px;
		height: 60px;
	}
	header .container {
		padding: 0;
	}
	header .logo img {
		transition-duration:0.25s;
		transition-timing-function:ease;
		z-index: 199;
		position: relative;
		width:200px;
		height:auto;
	}
	nav li a,
	nav li a span {
		font-size: 1.4rem;
		letter-spacing: 0.5;
		font-weight:500;
	}
	#gNav .nav {
		overflow-y: auto;
		height: 100vh;
	}
	.mean-container .mean-nav ul li a.current{
		background:#ff0000;
		color: #fff;
	}
	header .open .mean-bar{
		background:#fff;
		transition-duration:0.25s;
		transition-timing-function:ease;
	}
}


/* Naka title▼▼
------------------------------------------------------------ */
#mainImageWrapNaka .fullNaka{
	position: relative; 
	height: 30vh;
	margin: 0;
	background-image: url("../img/title.jpg?250530");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
#mainImageWrapNaka .fullNaka .fullTxt{
	position: absolute;
	z-index:1;
	transform: translate(-50%, -50%);
	color:#fff;
	width:90%;
	text-shadow: 0px 1px 10px #000;
	top: 65%;
	left: 50%;
	text-align:center;
}
#mainImageWrapNaka .fullNaka .fullTxt h1{
	font-size: 4.0rem;
	line-height:4.0rem;
	letter-spacing:0.25rem;
}
@media screen and (max-width: 767px){
	#mainImageWrapNaka .fullNaka{
	height: 15vh;
	}
	#mainImageWrapNaka .fullNaka .fullTxt{
	top: 50%;
	}
	#mainImageWrapNaka .fullNaka .fullTxt h1{
		font-size: 3.5rem;
	}
}



/* Footer▼▼
------------------------------------------------------------ */
footer .footerMenu{
	background:#FCE94D;
	width:100%;
}
footer .footerMenu .footerWrap{
	padding:60px 5%;
	max-width:1400px;
	margin:auto;
}
footer .footerMenu .footerWrap .floatL{
	width:35%;
}
footer .footerMenu .footerWrap .floatR{
	width:65%;
}
footer .footerMenu .footerWrap h3{
	margin-bottom:10px;
}
footer .footerMenu .footerWrap h4{
	font-size:1.6rem;
	line-height: 2.8rem;
	letter-spacing:1.0px;
	font-weight:500;
}
footer .footerMenu .footerWrap p{
	font-size:1.4rem;
	line-height: 2.0rem;
	letter-spacing:1.0px;
}

footer .footerMenu ul{
	width:100%;
	text-align:left;
}
footer .footerMenu li{
	float:left;
	width:30%;
	margin-left:3.33%;
}
footer .footerMenu li a.t_line01{
	border-bottom:1px solid #cdb644;
	padding-bottom:10px;
	margin-bottom:10px;
}
footer .footerMenu li a.t_line02{
	border-bottom:1px solid #cdb644;
	padding-bottom:10px;
	margin-bottom:20px;
}
footer .footerMenu ul li ul li{
	float:none;
	width:95%;
	color:#71746f;
	list-style-type: disc;
	margin-left:5%;
	padding-bottom:5px;
}
footer .footerMenu ul li ul li::marker{
	font-size: 1.0rem;
}

footer .footerMenu .footerWrap .lineanim a,
footer .footerMenu .footerWrap .lineanim a:link,
footer .footerMenu .footerWrap .lineanim a:visited{
	color:#71746f;
}

footer .footerMenu .footerWrap .lineanim a:hover{
	color:#ff0000;
}

footer .footerMenu li a{
	position: relative;
	display: block;
	text-decoration: none;
	font-size:1.5rem;
	line-height: 1.8rem;
	letter-spacing:1.0px;
	font-weight:500;
}
footer .footerMenu li a:link,
footer .footerMenu li a:visited{
	color:#000;
	text-decoration:none;
	outline:0 none;
}
footer .footerMenu li a:hover,
footer .footerMenu li a:active{
	text-decoration:none;
	outline:0 none;
	color:#ff0000;
}
footer .footerMenu li a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ff0000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .5s;
}
footer .footerMenu li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
footer .footerCopyright{
	color:#fff;
	background:#ff0000;
	text-align:center;
	padding:2% 2%;
	font-size:1.4rem;
	line-height: 1.8rem;
	letter-spacing:0.5px;
}
@media screen and (max-width: 767px){
	footer .footerMenu .footerWrap{
		padding:5%;
	}
	footer .footerMenu .footerWrap .floatL{
		width:100%;
		text-align:center;
	}
	footer .footerCopyright{
		padding:6% 0;
		font-size:1.2rem;
		letter-spacing:0.5px;
	}
}






/* Page Top▼▼
------------------------------------------------------------ */
footer #pagetopWrap{
	position:fixed;
	bottom:0;
	right:20px;
	width:60px;
	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:6% 0;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
	}
}
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:#ff0000;
	border-radius: 5px;
}
footer #pagetopWrap a::after{
	background-image:url("../../common/img/pagetop_sp.png");
}
@media screen and (min-width: 768px){
	footer #pagetopWrap a:hover{
		background-color:#ff0000;
		opacity:0.75;
	}
}
@media screen and (max-width: 767px){
	footer #pagetopWrap a{
		background-color:#fecb2e;
		border-radius: 0;
	}
}



/*pankuzu▼▼
------------------------------------------------------------ */
.pankuzuWrap{
	background:#FCE94D;
}
.pankuzuWrap p{
	padding: 7px 5% 9px 5%;
	max-width:1400px;
	margin:auto;
}
.pankuzuWrap p,
.pankuzuWrap p a{
	font-size:1.1rem;
	line-height: 1.4em;
}
@media screen and (max-width: 767px){
	.pankuzuWrap p{
		width:100%;
		font-size:1.0rem;
		padding: 8px 5% 10px 5%;
	}
}



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

.Page01Wrap,
.Page02Wrap{
	padding: 80px 5%;
}
.Page02Wrap{
	background:#f4f4f4;
}
@media screen and (max-width:767px) {
	.Page01Wrap,
	.Page02Wrap{
		padding: 10% 5%;
	}
}

.h2_title,
.h3_title {
	margin-bottom:20px;
	display:block;
	width:100%;
}
.h2_title h2 {
	font-size:3.0rem;
	line-height: 1.4em;
	letter-spacing:1.0px;
	font-weight:500;
	padding-bottom:15px;
	border-bottom:1px #555 solid ;
}
.h3_title h3 {
	font-size:2.6rem;
	line-height: 1.4em;
	letter-spacing:1.0px;
	font-weight:500;
	padding-bottom:15px;
	border-bottom:1px #555 solid ;
}

.PageBox {
	width: 100%;
	border:1px #bfbfbf solid ;
	padding:0;
	padding:20px;
}
.PageBox a{
	font-size:1.6rem;
	line-height: 1.8em;
	letter-spacing:0.5px;
}

@media screen and (max-width: 850px){
	.table-scroll{
		overflow: auto; /*スクロールさせる*/
		white-space: nowrap; /*文字の折り返しを禁止*/
	}
	.table-scroll::-webkit-scrollbar{
		height: 5px;
	}
	.table-scroll::-webkit-scrollbar-track{
		background: #333;
	}
	.table-scroll::-webkit-scrollbar-thumb {
		background: #999;
	}
}

/*table▼▼
------------------------------------------------------------ */
.tableWrap table {
	width: 100%;
	border-top:1px #000 solid ;
	padding:0;
	border-collapse:collapse;
}
.tableWrap table th,
.tableWrap table td{
	border-bottom:1px #000 solid ;
	padding:10px;
	margin:0;
	vertical-align:middle;
}
.tableWrap table th,
.tableWrap table td,
.tableWrap table th a,
.tableWrap table td a{
	font-size:1.6rem;
	line-height: 1.8em;
	letter-spacing:0.5px;
}
.tableWrap table th{
	font-weight:normal;
	text-align:left;
	width: 25%;
	background:#FCE94D;
	font-weight:300;
}
.tableWrap table td{
	background:#fff;
}
.tableWrap table sup {
	font-size:0.6rem;
	vertical-align:5px;
}
.tableWrap .w100 {
	width: 200px;
	font-size:1.6rem;
	line-height: 1.8em;
}
.tableWrap .w400 {
	width: 400px;
	font-size:1.4rem;
	line-height: 1.8em;
}
.tableWrap .wp100 {
	font-size:1.4rem;
	line-height: 1.8em;
}

@media screen and (max-width: 767px){
	.tableWrap table {
		border-left:1px #000 solid ;
		border-right:1px #000 solid ;
	}
	.tableWrap table th,
	.tableWrap table td{
		width:auto;
		display: block;
	}
	.tableWrap table th{
		border-right:none;
		border-bottom:none;
	}
	.contact .tableWrap table td{
		padding:5%;
	}
	.tableWrap .w200,
	.tableWrap .w400 {
		width: 100%;
	}
	.tableWrap table.borderTopNon_sp {
		border-top:none ;
	}
}




/*====================================== 
エフェクト関連
=======================================*/ 
/*タイトルとパンクズ▼▼
------------------------------------------------------------ */

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

@keyframes bgextendAnimeBase{
	from {
		opacity:0;
	}

	to {
		opacity:1;	
	}
}

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

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

/*--------- 左から --------*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-delay:1.5s;
	animation-fill-mode:forwards;
	content: "";
	position: absolute;
	width: 140%;
	height: 100%;
	background: #009cd0;/*伸びる背景色の設定*/
	transform: skewX(-25deg);
}
@keyframes bgLRextendAnime{
	0% {
		left:-115%;
	}
	50% {
		left:5%;
	}
	100% {
		left:120%;
	}
}


/*--------- 右から --------*/
.bgRLextend::before{
	animation-name:bgRLextendAnime;
	animation-duration:0.5s;
	animation-delay:1.5s;
	animation-fill-mode:both;
	content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	background-color: #212e33;/*伸びる背景色の設定*/
	transform: skewX(-25deg);
}
@keyframes bgRLextendAnime{
	0% {
		left:100%;
	}
	100% {
		left:-10%;
	}
}

/*--------- 下から --------*/
.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);
	}
}

/*--------- 左からタイトル --------*/
.centerS{
	margin:auto;
	text-align: center;
}
.titleLRextend{
	animation-name:titleLRextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
	display:inline-block;
}

@keyframes titleLRextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

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

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

/*左から右*/
.titleLRextend::before{
	animation-name:titleLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #009cd0;/*伸びる背景色の設定*/
	transform: skewX(-25deg);
}
@keyframes titleLRextendAnime{
	0% {
		left:-115%;
	}
	50% {
		left:5%;
	}
	100% {
		left:120%;
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.titleLappearTrigger,
.titleLRextendTrigger{
    opacity: 0;
}



/* faid in▼▼
------------------------------------------------------------ */
.box,
.scrollanime{
	opacity: 0;
}
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
.fade02Up{
	animation-delay: 1.5s;
	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);
  }
}


.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
.fade02Left{
animation-delay: 1.0s;
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}
.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }
  to {
    opacity: 1;
  transform: translateX(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: 3.0rem;
  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,
#nav-menuYoko{
    opacity: 0.95;
	position: fixed;
	z-index: 20;
	right: 0px;
	transition: all 0.3s ease-in-out;
}
#nav-menu{
	top:226px; 
}
#nav-menuYoko{
	top:226px; 
}
#nav-menu.nav-menu-open {
  right: -180px;
}
#nav-menuYoko.nav-menu-open {
  right: -210px;
}

#nav-menu ul,
#nav-menu-bottom ul,
#nav-menuYoko ul,
#nav-menuYoko-bottom ul{
	float:right;
	background:#e9e9e9;
	padding:5px 0;
}
#nav-menu li,
#nav-menu-bottom li,
#nav-menuYoko li,
#nav-menuYoko-bottom li {
	font-size:1.4rem;
	line-height: 1.4em;
	letter-spacing:0.5px;
	font-weight:500;
	background:#fff;
	text-align: center;
	margin:3px 10px;
}
#nav-menu li,
#nav-menu-bottom li {
	width:160px;
}
#nav-menuYoko li,
#nav-menuYoko-bottom li {
	width:190px;
}
#nav-menu li span,
#nav-menu-bottom li span,
#nav-menuYoko li span,
#nav-menuYoko-bottom li span {
	font-size:0.9rem;
	letter-spacing:0.5px;
	font-weight:300;
}
#nav-menu li a,
#nav-menuYoko li a{
	position: relative;
	display:block;
	color:#000;
	transition: all 0.3s;
}
#nav-menu li a{
	padding:8px 0 20px 0;
}
#nav-menuYoko li a{
	padding:8px 0 8px 10px ;
}
#nav-menu-bottom li a,
#nav-menuYoko-bottom li a{
    position: relative;
    padding:25px 0 10px 0;
	display:block;
	color:#000;
}
#nav-menu li.navmenuL a,
#nav-menuYoko li.navmenuL a{
	padding:10px 0 30px 0;
}
#nav-menu li a::after,
#nav-menuYoko li a::after{
	content: '';
	border: 0px;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
}
#nav-menu li a::after{
	width: 10px;
	height: 10px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	bottom: 20%;
	left: 48%;
}
#nav-menuYoko li a::after{
	width: 8px;
	height: 8px;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	bottom: 40%;
	left: 5%;
}
#nav-menu li.searchBt,
#nav-menu-bottom li.searchBt,
#nav-menu li.search2Bt,
#nav-menu-bottom li.search2Bt,
#nav-menuYoko li.searchBt,
#nav-menuYoko-bottom li.searchBt,
#nav-menuYoko li.search2Bt,
#nav-menuYoko-bottom li.search2Bt{
	background-color:#f2ece3;
	border: solid 1px #fff;
	box-sizing: border-box;
}
#nav-menu li.searchBt a,
#nav-menuYoko li.searchBt a,
#nav-menu li.search2Bt a,
#nav-menuYoko li.search2Bt a{
	padding:7px 0 8px 0;
}
#nav-menu li.searchBt a::after,
#nav-menu li.search2Bt a::after,
#nav-menuYoko li.searchBt a::after,
#nav-menuYoko li.search2Bt a::after{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border: none;
	background-image:url("../../common/img/seachbt.png");
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	position: absolute;
	bottom: 35%;
	left: 5%;
}
#nav-menu-bottom li a::before,
#nav-menuYoko-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%;
}
#nav-menu-bottom li.searchBt a::before,
#nav-menu-bottom li.search2Bt a::before,
#nav-menuYoko-bottom li.searchBt a::before,
#nav-menuYoko-bottom li.search2Bt a::before{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border: none;
	background-image:url("../../common/img/seachbt.png");
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	position: absolute;
	bottom: 35%;
	left: 5%;
}
@media screen and (min-width: 768px){
	#nav-menu li a::before,
	#nav-menu li a::after,
	#nav-menuYoko li a::before,
	#nav-menuYoko li a::after{
		transition: all 0.3s;
	}
	#nav-menu li a:hover::after{
		animation: arrowbeforeside 0.75s infinite;
		border-top: solid 1px #009cd0;
		border-right: solid 1px #009cd0;
	}
	#nav-menuYoko li a:hover::after{
		animation: arrowbeforeside02 0.75s infinite;
		border-top: solid 1px #009cd0;
		border-left: solid 1px #009cd0;
	}
	#nav-menu li.searchBt a:hover::after,
	#nav-menu li.search2Bt a:hover::after,
	#nav-menuYoko li.searchBt a:hover::after,
	#nav-menuYoko li.search2Bt a:hover::after{
		animation: arrowbeforeside02 1s infinite;
		background-image:url("../../common/img/seachbt_red.png");
		border: 0px;
	}
	#nav-menu li a:hover,
	#nav-menuYoko li a:hover{
		color:#009cd0;
		transition: all 0.3s;
	}
}
@keyframes arrowbeforeside {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.65;
	}
	100% {
		opacity: 0;
		bottom: 5%;
	}
}
@keyframes arrowbeforeside02 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.65;
	}
	100% {
		opacity: 0;
	}
}
@media screen and (max-width: 767px){
	#nav-menubar{
		display: none;
	}
	#nav-menu,
	#nav-menu-bottom,
	#nav-menuYoko,
	#nav-menuYoko-bottom{
		position: relative;
		top:1px; 
	}
	#nav-menu ul,
	#nav-menu-bottom ul,
	#nav-menuYoko ul,
	#nav-menuYoko-bottom ul{
		float:none;
		padding:3% 5% 1% 5%;
	}
	#nav-menu li,
	#nav-menu-bottom li,
	#nav-menuYoko li,
	#nav-menuYoko-bottom li{
		width:49%;
		float:left;
		margin:0 2% 2% 0;
	}
	
	#nav-menu li.navmenuL a,
	#nav-menuYoko li.navmenuL a {
		padding:10px 0 25px 0;
	}
	#nav-menu .singleBox li,
	#nav-menu-bottom .singleBox li,
	#nav-menuYoko .singleBox li,
	#nav-menuYoko-bottom .singleBox li{
		height:76px;
	}
	#nav-menu li.singleBoxH{
		padding-top:10px;
		height:68px;
	}
	#nav-menu li.single,
	#nav-menu-bottom li.single,
	#nav-menuYoko li.single,
	#nav-menuYoko-bottom li.single{
		padding-top:10px;
	}
	#nav-menu li:nth-child(2n),
	#nav-menu-bottom li:nth-child(2n),
	#nav-menuYoko li:nth-child(2n),
	#nav-menuYoko-bottom li:nth-child(2n){
		margin:0;
	}
	#nav-menu-bottom li.dobble a::before,
	#nav-menuYoko-bottom li.dobble a::before{
		top: 20%;
	}
	#nav-menu-bottom .singleBox li.navmenuL,
	#nav-menuYoko-bottom .singleBox li.navmenuL {
		height:106px;
	}
	#nav-menu li.searchBt,
	#nav-menuYoko li.searchBt{
	}
	#nav-menu-bottom li.searchBt,
	#nav-menu-bottom li.searchBt a,
	#nav-menuYoko-bottom li.searchBt{
		height:auto;
		padding:4px;
	}
}



@media screen and (min-width: 768px){
.Btops,
	a.BtOpacity,
	.BtOpacity a{
		transition: 0.3s;
	}
	a.BtOpacity:hover,
	.BtOpacity a:hover{
		opacity: 0.7;
	}
}


/* Buttom▼▼
------------------------------------------------------------ */
.buttonlinkB a{
	background:#ff8300;
	color: #fff;
	display: inline-block;
	white-space: nowrap;
	line-height: 1;
	padding: 10px;
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-transition: 0.6s color 0.2s, 0.6s border-color 0.2s !important;
	-o-transition: 0.6s color 0.2s, 0.6s border-color 0.2s !important;
	transition: 0.6s color 0.2s, 0.6s border-color 0.2s !important;
	box-sizing: border-box;
	font-size:1.4rem;
	line-height: 1.8em;
	letter-spacing:1.0px;
	font-weight: 500;
	min-width: 200px;
}
.buttonlinkB a > *{
	position: relative;
	z-index: 10;
}

.buttonlinkB a:after {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	z-index: 1;
	position: absolute;
	left: -5%;
	top: 0;
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
	background: #009cd0;
	-webkit-transition: 0.6s width cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: 0.6s width cubic-bezier(0.86, 0, 0.07, 1);
	transition: 0.6s width cubic-bezier(0.86, 0, 0.07, 1);
}
.buttonlinkB span::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: -30%;
	margin-top: -4px;
}
.buttonlinkB a:hover:after {
	width: 110%;
}  
.buttonlinkB a:hover {
	color: #fff;
	border-color: #009cd0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.buttonlinkB a {
		display: block;
		width: 100%;
		text-align: center;
	}
}

/* Buttom▼▼
------------------------------------------------------------ */
.button{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
    padding: 10px 10px 12px 10px;
	border-radius: 5px;
    text-align: center;
    outline: none;
	width: 280px;
	background: #fff;
}
/*ボタン内spanの形状*/
.button span{
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#ff0000;
	font-size:1.6rem;
	line-height: 1.8em;
	letter-spacing:1.0px;
	font-weight:500;
}
/*ボタン内spanの形状*/
.buttonIn input{
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	background: none;
	color:#000;
	font-size:1.6rem;
	line-height: 1.8em;
	letter-spacing:1.0px;
	font-weight:900;
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #000;/* ボーダーの色と太さ */
    padding: 13px 10px 15px 10px;
	border-radius: 5px;
    text-align: center;
    outline: none;
	width: 280px;
}

/*ボタン内spanの形状*/
.buttontopIn{
	position: relative;
	display: inline-block;
}

/*hoverした際の形状*/
.buttontop:hover:before{
	height: 100%;
	background-color: #ff0000;
	border-radius: 8px;
}

@media screen and (min-width: 768px){
	.button,
	.buttonIn{
		transition: ease .2s;
	}
	.button:hover span,
	.buttontopIn input:hover{
		color:#fff;
	}
	.buttontopIn:hover:before{
		height: 100%;
	}
	.buttontop:before,
	.buttontopIn:before	{
		content: '';
		/*絶対配置で位置を指定*/
		position: absolute;
		bottom:0;
		left: 0;
		z-index: 2;
		/*色や形状*/
		background:  #ff0000;/*背景色*/
		border-radius: 8px;
		width: 100%;
		height: 0;
		/*アニメーション*/
		transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	}
}


@media screen and (max-width: 767px){
	.button{
		width: 100%;
	}
	.buttonIn input,
	.buttontopIn{
		display: block;
		width: 100%;
		color:#fff;
		background:  #ff0000;
		border: 1px solid #ff0000;
		border-radius: 5px;
	}
}



/* 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,.w45{width:45%;}
.w48p{width:48%;}
.w49p{width:49%;}
.w53p{width:53%;}
.w54p{width:54%;}
.w55p,.w55{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;}
	.spr10_pc {margin-right: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 ;}
	
}