@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 14px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;	
text-align:center;
}


a[href*="tel:"] {

text-decoration: none;
color:#666;!important
margin:0 0 1em 0;
	
	font-weight:100;
	font-size:18px;

}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color:#666;!important
margin:0 0 1em 0;
	
	font-weight:100;
	font-size:18px;
}
}
   
	
    }
#contents {
	width: 90%;
	margin: 0 auto;
	text-align:center;
	}

header + #contents {
	padding-top: 0px;
}

.inner {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

a {
	color: #456bc7;
	list-style:none;
	text-decoration:none;
}
a:hover {
	color: #FFC042;
	list-style:none;
	
}

h1 {
	font-size: 28px;
}

	#section1 {
	position:relative;
	margin-top:100px;
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  height: 100%;
  font-size: 24px;
  font-weight:300;
text-align:center;
z-index:1;
}
@media screen and (max-width:768px) {
	#section1 {
	position:relative;
	margin-top:50px;
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  height: 100%;
  font-size: 24px;
  font-weight:300;
text-align:center;
z-index:1;
}}


#section2 {
	position:relative;
	margin-top:50px;
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight:300;
text-align:center;
z-index:1;
	 
}

@media screen and (max-width:767px) {
#section2 {
	position:relative;
	margin-top:40%;
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight:300;
text-align:center;
z-index:1;
	 
}}	

.iphone4{
	position:absolute;
    top:60%;
	left:15%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index:1;
	 /* アニメーション */
  animation: fadeIn 1s linear;
  animation-fill-mode: both;
  width:20%;
  margin:0 auto;
  padding:0 0 2% 0 ;
  background-color:#fff;
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  border-radius: 30px;
  
}


h223 {
    font-size:16px;
	text-align:center;
	color:333;
	padding-top:20px;}

	
@media screen and (max-width:767px) {
	.iphone4{
	position:absolute;
    top:70%;
	left: 50%;
	right:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index:1;
	 /* アニメーション */
  animation: fadeIn 2s linear;
  animation-fill-mode: both;
  width:200px;
  height:440px;
   
  margin:0 auto;
  padding:0;
 
}}


/* 3カラム（LPリンクスマートフォンでは1カラム) */
.t3Col {
	position:absolute;
	top:80%;
	left:5%;
	overflow:hidden;
	margin-bottom:100px;
	width:90%;
	margin:10px auto;
   
	box-shadow: 0px 10px 10px 10px rgba(0,0,0,0.03), 0px 6px 6px rgba(0,0,0,0.09);
	z-index:1;}
	.t3ColInner {margin-top:0px;overflow:hidden;}
.t3ColInner div {
	width:33.3333%;float:left;box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.01), 0px 3px 3px rgba(0,0,0,0.09);
     border-radius: 2%;
	}
.t3ColInner div:nth-child(3n+1) {
	clear:both;
	margin-left:0%;
	background-color:#ffff;}
.t3ColInner div:nth-child(3n+2) {
	margin-left:0%;
	margin-bottom:0px;
	background-color:#ffff;}
.t3ColInner div:nth-child(3n+3) {
background-color:#ffff;}
.t3ColInner img {overflow: hidden;float:left;width:40%;margin-bottom:0em;}
.t3ColInner img{display: block;transition-duration: 0.3s;	/*変化に掛かる時間*/}
.t3ColInner img:hover {transform: scale(1.1);	/*画像の拡大率*/transition-duration: 0.3s;	/*変化に掛かる時間*/}
.t3ColInner p{color:#333;font-size:16px;font-weight:300;text-align:center;margin-top:10%;margin-bottom:6%;}

@media screen and (max-width:767px) {
/* 3カラム（LPリンクスマートフォンでは1カラム) */
.t3Col {
	position:absolute;
	top:80%;
	left:5%;
	overflow:hidden;
	margin-bottom:100px;
	width:90%;
	margin:10px auto;
	box-shadow: 0px 10px 10px 10px rgba(0,0,0,0.03), 0px 6px 6px rgba(0,0,0,0.09);
	z-index:1;}
.t3ColInner {margin-top:0px;overflow:hidden;}
.t3ColInner div {width:100%;height:100%;float:left;box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.01), 0px 3px 3px rgba(0,0,0,0.09);

}
.t3ColInner div:nth-child(1n+1) {
	clear:both;
	margin:0 auto;
	background-color:#18938b;

	 
	
}
.t3ColInner div:nth-child(1n+2) {
	margin-left:0%;
	margin-bottom:0px;
	background-color:#f3d01f;
	
}
.t3ColInner div:nth-child(1n+3) {
background-color:#44b2b2;
margin:0 auto;

}

.t3ColInner img {
	overflow: hidden;
	float:left;
	width:30%;
	margin-bottom:0em;
	
}


.t3ColInner img{
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.t3ColInner img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}


.t3ColInner p{
	color:#fff;
	font-size:12px;
	font-weight:300;
	text-align:center;
	margin-top:7%;
	margin-bottom:-5%;

	}

}

/* 4カラム（LPリンクスマートフォンでは1カラム) */
.t4Col {overflow:hidden;margin-bottom:100px;width:90%;margin:20px auto;z-index:1;}
.t4ColInner {margin-top:0px;overflow:hidden;padding:0.5%;}
.t4ColInner div {border-radius:5px;width:18%;float:left;}
.t4ColInner div:nth-child(5n+1) {clear:both;margin-left:2%;background-color:rgba(255, 255, 255, 0.5);}
.t4ColInner div:nth-child(5n+2) {margin-left:1%;margin-bottom:0px;background-color:rgba(255, 255, 255, 0.5);}
.t4ColInner div:nth-child(5n+3) {background-color:rgba(255, 255, 255, 0.5);margin-left:1%;}
.t4ColInner div:nth-child(5n+4) {background-color:rgba(255, 255, 255, 0.5);margin-left:1%;}
.t4ColInner div:nth-child(5n+5) {background-color:rgba(255, 255, 255, 0.5);margin-left:1%;}
.t4ColInner img {overflow: hidden;	width:70%;margin:0 auto;border-radius:15px;}
.t4ColInner img{display: block;transition-duration: 0.3s;	/*変化に掛かる時間*/}
.t4ColInner img:hover {transform: scale(1.1);	/*画像の拡大率*/transition-duration: 0.3s;	/*変化に掛かる時間*/}
.t4ColInner p{color:#333;font-size:16px;font-weight:300;width:80%;text-align:center;margin:10% auto;}

@media screen and (max-width:767px) {
/* 4カラム（LPリンクスマートフォンでは4カラム) */
.t4Col {overflow:hidden;margin-bottom:100px;width:100%;margin:20px auto;z-index:1;}
.t4ColInner {margin-top:0px;overflow:hidden;padding:0.5%;}
.t4ColInner div {border-radius:5px;width:45%;float:left;}
.t4ColInner div:nth-child(2n+1) {clear:both;margin-left:3%;background-color:rgba(255, 255, 255, 0.5);}
.t4ColInner div:nth-child(2n+2) {margin-left:3%;margin-bottom:0px;background-color:rgba(255, 255, 255, 0.5);}

.t4ColInner img {overflow: hidden;	width:70%;margin:0 auto;border-radius:15px;}
.t4ColInner img{display: block;transition-duration: 0.3s;	/*変化に掛かる時間*/}
.t4ColInner img:hover {transform: scale(1.1);	/*画像の拡大率*/transition-duration: 0.3s;	/*変化に掛かる時間*/}
.t4ColInner p{color:#333;font-size:16px;font-weight:300;width:80%;text-align:center;margin:10% auto;}
}

/* 4カラム（LPリンクスマートフォンでは1カラム) */
.t5Col {overflow:hidden;margin-bottom:100px;width:70%;margin:20px auto;z-index:1;}
.t5ColInner {margin-top:0px;overflow:hidden;padding:0.5%;}
.t5ColInner div {border-radius:5px;width:22%;float:left;}
.t5ColInner div:nth-child(5n+1) {clear:both;margin-left:1%;}
.t5ColInner div:nth-child(5n+2) {margin-left:3%;margin-bottom:0px;}
.t5ColInner div:nth-child(5n+3) {margin-left:3%;}
.t5ColInner div:nth-child(5n+4) {margin-left:3%;}
.t5ColInner div:nth-child(5n+5) {margin-left:3%;}
.t5ColInner img {overflow: hidden;	width:50%;margin:0 auto;border-radius:15px;}
.t5ColInner img{display: block;transition-duration: 0.3s;	/*変化に掛かる時間*/}
.t5ColInner img:hover {transform: scale(1.1);	/*画像の拡大率*/transition-duration: 0.3s;	/*変化に掛かる時間*/}
.t5ColInner p{color:#333;font-size:16px;font-weight:300;width:80%;text-align:center;margin:10% auto;}


@media screen and (max-width:767px) {
/* 4カラム（LPリンクスマートフォンでは4カラム) */
.t5Col {overflow:hidden;margin-bottom:100px;width:100%;margin:20px auto;z-index:1;}
.t5ColInner {margin-top:0px;overflow:hidden;padding:0.5%;}
.t5ColInner div {border-radius:5px;width:45%;float:left;}
.t5ColInner div:nth-child(2n+1) {clear:both;margin-left:3%;}
.t5ColInner div:nth-child(2n+2) {margin-left:3%;margin-bottom:0px;}

.t5ColInner img {overflow: hidden;	width:50%;margin:0 auto;border-radius:15px;}
.t5ColInner img{display: block;transition-duration: 0.3s;	/*変化に掛かる時間*/}
.t5ColInner img:hover {transform: scale(1.1);	/*画像の拡大率*/transition-duration: 0.3s;	/*変化に掛かる時間*/}
.t5ColInner p{color:#333;font-size:16px;font-weight:300;width:90%;text-align:center;margin:10% auto;}

}
#section10{
	position:relative;
  background: #F2F2F2;
  height: 100%;
  width:100%;
  margin:0 auto;
  clear:  both; 
}
.sell{
	position:absolute;
	margin-top:-15px;}
@media screen and (max-width:767px) {
	.sell{
	position:absolute;
	margin-top:-15px;}
}
input + #img{
  display: none;
}
input:checked + #img {
  display:block;
}
/* 2カラム（スマートフォンでは1カラム) */
.oneCol {overflow:hidden;width:100%;margin:0 auto;}
.oneColInner {overflow:hidden;margin:0 auto;padding:0%;}
.oneColInner div {width:100%;float:left;text-align:left;}
.oneColInner div:nth-child(1n+1) {width:100%;box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.01), 0px 3px 3px rgba(0,0,0,0.09);border-radius:1%;}
.oneColInner img {width:10%;float:left;margin-left:10%;}
.oneColInner p{color:#333;font-size:16px;font-weight:300;width:80%;text-align:left;margin:5% auto;}
.oneColInner h67{font-size:16px;color:#333;margin:5%;}


@media screen and (max-width:767px) {
/* 2カラム（スマートフォンでは1カラム) */
.oneCol {overflow:hidden;width:100%;margin:0 auto;}
.oneColInner {overflow:hidden;margin:0 auto;padding:0%;}
.oneColInner div {width:100%;float:left;text-align:left;}
.oneColInner div:nth-child(1n+1) {width:100%;box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.01), 0px 3px 3px rgba(0,0,0,0.09);border-radius:1%;}
.oneColInner img {width:20%;float:left;margin-left:10%;}
.oneColInner p{color:#333;font-size:16px;font-weight:300;width:80%;text-align:left;margin:5% auto;}
.oneColInner h67{font-size:16px;color:#333;margin:5%;}}

/* セールスページCSS */


#section3 {
	background-image:url('../image01/bg04.png');
  background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;color: #333;font-size:14px;font-weight:900;text-align:center;
	 
}



#section4 {
  background: #ffff;
  color: #0d9990;
  height: 100%;
  font-size: 16px;
	 text-align:center;
	 margin:0px 5% 0%;;
}

#section5 {
  background: #ffff;
  height: 100%;
  width:85%;

	 text-align:left;
	 margin:0 auto;
	
}

h2 {
margin:0.25em;
	font-size: 34px;
	line-height:60px;
	text-align: center;
	font-weight:900;
	color:#333;
}



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

h2 {
	margin:5% 3% 2% 3%;
	line-height:40px;
	font-size: 24px;
	color: #ggg;
	text-align: center;
	
}

}

h3 {
	margin-bottom: 0.25em;
	font-size: 34px;
	line-height:60px;
}
@media screen and (max-width:767px) {
h3 {
	
	font-size: 24px;
	line-height:40px;
}	
	
}
	

/* LPボタン */ 


.lpbtn a { 
	display:inline-block;
	width:200px;
  height:45px;
  font-size: 16px;/*文字サイズ*/
  line-height: 45px;
  font-weight:300;
  border-radius: 1px;/*角の丸み*/
	color:#fff;
	text-decoration:none;
	border:3px solid #333;
	background:#333;
	transition:all 0.2s ease 0s;
	margin:0 auto;
	text-align:center;
	
}
.lpbtn a:hover {
	display:inline-block;
	width:200px;
  height:45px;
  font-size: 16px;/*文字サイズ*/
  line-height: 45px;
  font-weight:300;
  border-radius: 1px;/*角の丸み*/
	color:#fff;
	text-decoration:none;
	border:3px solid #2272e4;
	background:#2272e4;
	transition:all 0.2s ease 0s;
	margin:0 auto;
	text-align:center;
}

@media screen and (max-width:767px) {
.lpsbtn a {
	display:block;
	width:60%;
  height:32px;
  font-size: 8px;/*文字サイズ*/
  line-height: 32px;
  font-weight:300;
  border-radius: 0px;/*角の丸み*/
	color:#fff;
	text-decoration:none;
	border:1px solid #fff;
	background:#2272e4;
	transition:all 0.2s ease 0s;
	margin:0 auto;
	text-align:center;
	
}
.lpsbtn a:hover {
	color:#2272e4;
	background:#fff;
	transition:all 0.2s ease 0s;
	margin-bottom:2px;
	border:1px solid #2272e4;
	
}}
	

	
p {
	margin:0 0 1em 0;
	color:#666;
	font-weight:100;
	font-size:18px;
}
@media screen and (max-width:767px) {
p {
	margin:0 0 1em 0;
	color:#666;
	font-weight:100;
	font-size:16px;
}}



img {
	max-width: 100%;
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
	list-style-type: none;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}

dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
	font-size:16px;
}
dd {
	margin-bottom: 1em;
	text-align:left;
	font-size:16px;
}


/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}


/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 50px auto;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	margin-bottom:10px;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	margin-left:8%;
	text-align:left;
}
.imgL img {
	float:left;
	margin:0 10% 0 0;
}

@media screen and (max-width:767px) {
	.imgL {
		margin-bottom:20px;
	}
	.imgL img {
		float:none;
		margin:0 0 10px 0;
	}
}


/* 写真右寄せ */
.imgRR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	margin-left:20%;
	text-align:left;
	
	
}
.imgRR img {
	float:right;
	margin:0 0 0 10%;

}



/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:left;
	font-size:24px;
	line-height:40px;
	background-color:fff;
	
	
}
.imgR img {
	float:right;
	
	width:50%;
	
}

@media screen and (max-width:767px) {
	.imgR {
		clear:both;
		overflow:hidden;
		margin:0 10% 0% 10%;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
		width:100%;
	}
}

/* 2カラム（スマートフォンでは1カラム) */
.two2Col {
	overflow:hidden;
	margin-bottom:0px;
}
.two2ColInner {
	overflow:hidden;
	margin-right:-2%;

	
}
.two2ColInner div {
	width:50%;
	float:left;	
	text-align:center;
	
}
.two2ColInner div:nth-child(2n+1) {
	clear:both;
}
.two2ColInner div:nth-child(2n+2) {
	margin-left:2%;
	margin-top:8%;
	width:40%;
	display: table-cell;
vertical-align: middle;
	
}

.two2ColInner img {
	
	margin-bottom:0em;
	margin:0 auto;
	
	
}
@media screen and (max-width:767px) {
	.two2Col{margin-bottom:10px;}
	.two2ColInner {margin:0 auto;}
	.two2ColInner div {float:none;width:100%;margin-left:-1%;}
	.two2ColInner div:nth-child(2n+1) {clear:both;margin-bottom:5em;}
	.two2ColInner div:nth-child(2n+2) {margin:5% auto;font-size:14px;width:80%;}
	.two2ColInner img {margin-bottom:0em;}
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:absolute;
	margin-top:0px;
	top: 0px;
	left: 0;
	width: 100%;
	height:100px;
	background: rgba(255,255,255,0);
	z-index: 100;
}

header:after {
	content: ""; 
	display: block;
	clear: both;
	margin-top:0px;
}

header h1 {
	float: left;
	height: 100px;
	font-size: 34px;
	line-height: 100px;
	color: rgba(255,255,255,0);
	margin-top:0px;
	width:200px;
}

header h1 img {
	float: left;
	vertical-align: middle;
	margin-top:20px;
	width:100%;
}

@media screen and (max-width:768px) {
	header {
	position:absolute;
	margin-top:0px;
	left: 0;
	width: 100%;
	height:50px;
	background: rgba(255,255,255,0);
	z-index: 100;
}

	header h1 {
		padding: 0px 0 0 5px;
		margin-top:0px;
		margin-left:5px;
	}
	header h1 img {
	vertical-align: middle;
	margin-top:12px;
	margin-left:10px;
	width:50%;
}
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width:769px) {
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
		display: block !important;
		float:right;
     
	}

	/* 共通 */
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li {
		position: relative;
		line-height: 50px;
		margin: 0;
		padding: 0px 0px 0px 0px;
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
		background: rgba(255,255,255,0);
		color: #333;
		font-size: 14px;
		text-decoration: none;
		padding: 0px 0px 0px 0px;
	}
	nav.gnav ul li:hover > a {
		color: #000;
		background: rgba(255,255,255,0);
	}

	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		width: 170px;
		float: left;
		margin: 0;
		margin-left:-30px;
		padding: 0px ;
		text-align: center;
		list-style: none;
		line-height: 120px;
	}
	nav.gnav > ul > li.subnav a {
		padding-right: 0px;
	}
	nav.gnav > ul > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 50%;
		width: 0;
		height: 0;
		margin-top: -2.5px;
		margin-left: 1px;
		border: 5px solid transparent;
		border-top-color: #fff;
	}

	/* 2段目 */
	nav.gnav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 170px;
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li ul li {
		overflow: hidden;
		height: 0;
		color: #fff;
		transition: .2s;
	}
	nav.gnav ul li ul li a {
		padding: 0 5px;
		text-align: left;
		background: #333;
		font-weight: normal;
	}
	nav.gnav ul li ul li a:hover {
		background: #444;
	}
	nav.gnav ul li:hover > ul > li {
		overflow: visible;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #555;
	}
	nav.gnav ul li:hover ul li:last-child {
		border-bottom: none;
	}
	nav.gnav > ul > li:last-child > ul {
		left: -60px;
	}
	nav.gnav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #fff;
	}
	nav.gnav > ul > li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #fff;
	}

	/* 3段目 */
	nav.gnav ul li ul li ul {
		top: 0;
		left: 100%;
	}
	nav.gnav ul li ul li ul li {
		width: 100%;
	}
	nav.gnav ul li ul li:hover > ul > li {
		border-bottom: 1px solid #555;
	}
	nav.gnav > ul > li:last-child > ul li ul {
		left: -100%;
	}
	nav.gnav ul li ul li ul li a {
		background: #444;
	}
	nav.gnav ul li ul li ul li a:hover {
		background: #666;
	}

	/* 3段目 */
	nav.gnav > ul {
		display: block !important;
	}
	#spMenu {
		display: none;
	}
}

/* タブレット・スマートフォン用 */
@media screen and (max-width:768px) {
	nav.gnav {
		display: none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}
	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		border-bottom: 1px solid #4d576e;
		background: rgba(255,255,255,0);
	}
	nav.gnav li:first-child {
		border-top: 0;
	}
	nav.gnav li:last-child {
		border-bottom: 0;
	}
	nav.gnav li a {
		display: block;
		padding: 10px 20px;
		color: #fff;
		text-decoration: none;
		background: #4d576e;
	}
	nav.gnav li a:hover {
		color: #333;
		background: #4d576e;
	}
	nav.gnav ul ul {
		display: none;
		position: relative;
	}
	nav.gnav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 34px;
		text-align: left;
	}
	nav.gnav li li li a {
		padding: 10px 20px 10px 48px;
	}

	nav.gnav .subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #f1f1f1;
	}
	nav.gnav .subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #4d576e;
	}
	nav.gnav .subnav a:hover:after {
		background: #222;
	}
	nav.gnav .subnav.active > a:before {
		margin-top: 0;
	}
	nav.gnav .subnav.active > a:after {
		margin-top: 5px;
	}

	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		background: transparent;
	}

	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 5%;
		background: rgba(255,255,255,0);
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #4d576e;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #4d576e;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	margin-top: 80px;
	background: #4d576e;
	color: #fff;
	
}

.fnav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	margin: 0 50px;
	padding: 20px 0;
}

.fnav > ul {
	width: 33%;
	margin-bottom: 0;
	font-size: 12px;
	color: #fff;
}
.fnav > ul li {
	text-align: left;
}

.copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background: #4d576e;
}


.link a{color: #fff;
	list-style:none;
	text-decoration:none;
}



.link a:hover {color: #fff;
	list-style:none;
	text-decoration:none;
}






@media screen and (max-width:767px) {
	footer {
		margin-top: 40px;
	}

	.fnav {
		display: block;
		margin: 0;
	}
	.fnav > ul {
		width: 100%;
	}
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
	border-radius:50%;
	box-shadow:
	0 4.8px 2.2px rgba(0,0,0,.02),
	0 6.7px 5.3px rgba(0,0,0,.028),
	0 2.5px 10px rgba(0,0,0,.035),
	0 22.3px 17.9px rgba(0,0,0,.042),
	0 41.8px 33.4px rgba(0,0,0,.05),
	0 50px 80px rgba(0,0,0,.07);
}



.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#4f576c;
	border-radius:30px;
}
.totop img:hover {
	background:#222;
}
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}



/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:767px) {
	.inner {
		width: 100%;
	}

	#contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}

	footer {
		width: 100%;
	}

	.lock {
		overflow: hidden;
	}
}



.box p {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
  color:#333;
}
.box p.move {
  -webkit-transform: translate(-100px, 0);
  opacity: 0;
}

.bex p {
  -webkit-transition: all 2s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.bex p.move {

  -webkit-transform: translate(-500px, 0);
  opacity: 0;
}
#animation {
margin: 50px 0;
font-size: 40px;
font-weight: bold;
color: #ff0000;
}

table.aaa {
	width: 80%;
	margin:0 auto;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #fff;
	border-radius:10px;
	background: #fff;
	text-align:left;
	font-size:14px;
	
}
tr.aaa {
	padding:50px;
	width: 60%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #fff;
	border-radius:10px;
	background: #444;
	font-size:14px;
}
th.aaa{
	width: 30%;
	color:#666;
	padding-bottom:10px;
	padding-top:10px;
	text-align:left;
	vertical-align: middle;
	border: 1px solid #fff;
	background: #fff;
	padding-left:10%;
}
td.aaa {
	width: 60%;
	padding-bottom:30px;
	padding-top:30px;
	
	color:#666;
	
	text-align: left;
	border-bottom:1px solid #dedede;
	
	background-color:#ffff;
	
}

@media screen and (max-width:767px) {
table.aaa {
	width: 100%;
	margin:0 auto;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #fff;
	border-radius:10px;
	background: #fff;
	text-align:left;
	font-size:14px;
	
}
tr.aaa {
	padding:50px;
	width: 60%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #fff;
	border-radius:10px;
	background: #444;
	font-size:14px;
}
th.aaa{
	width: 30%;
	color:#666;
	padding-bottom:10px;
	padding-top:10px;
	text-align:left;
	vertical-align: middle;
	border: 1px solid #fff;
	background: #fff;
	
}
td.aaa {
	width: 60%;
	padding-bottom:30px;
	padding-top:30px;

	color:#666;
	
	text-align: left;
	border-bottom:1px solid #CCC;
	
	background-color:#ffff;
	
}}