@charset "UTF-8";

html{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
body{
/*	-webkit-font-smoothing:antialiased;*/ 
	font-family:'NotoSansCJKjp Regular', sans-serif;
	color:#333;
	font-size:16px;
	line-height:20px;
	letter-spacing:-0, 001em;
	/*iOS4でのテキスト間隔への対応*/
	-webkit-text-size-adjust:100%;
	/*文字サイズの自動調整機能のキャンセル*/
	overflow-x: hidden;
}
p, li, dt, dd, th, td{
	font-size:100%;
}
img{
	vertical-align:bottom;
	max-width:100%;
}
a{
	color:#5c5c2e;
	text-decoration:none;
}
a:hover{
	color:#5c5c2e;
	-webkit-transition-duration:0.2s;
	transition-duration:0.2s;
}
address{
 font-style:normal;
}

/* 共通
----------------------------------------------*/
.sp { display: none; }
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*矢印*/
section h2.arrow {
	background: #f58a12;
	text-align: center;
	margin: 0 0 85px;
	position: relative;
}
section h2.arrow::after {
	content: " ";
	width: 0;
	height: 0;
	border-top: 50px solid #f58a12;
	border-right: 80px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 80px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 5;
}
/* 斜線背景 */
.stripe {
	background: url(../img/bg_stripe.gif) repeat;
}
/* ノート背景 */
.note{
	background: url(../img/bg_note_01.gif) repeat;
}
/* マーカー */
.mark { background: #fff45c; }
.tcr {
	color: #E60012;
	font-size: 156%;
}
span.txr{
	color: #E60012;
}
.tcb {
	color: #053d72;
	font-size: 156%;
}
/* 右固定ボタン */
#sideBtn {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	right: 0;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#wrapper {
	width: 100%;
	border-top: solid 10px #384759;
	position: relative;
}
.inner {
	max-width: 1080px;
	margin: 0 auto;
}


/*header
-------------------------------------------------------------------------------*/
header {
	width: 100%;
	border-top: solid 5px #384759;
	overflow: hidden;
	margin: 5px 0 0;
	padding: 10px 0 15px;
}
header div.logo {
	float: left;
	margin: 10px 0 0;
}
header .headerRight {
	display: table;
	float: right;
}
header .headerRight > p {
	display: table-cell;
	vertical-align: middle;
}
header .headerRight > p:first-child {
	padding: 0 20px 0 0;
}
header .headerRight .spTel {
	display: none;
}


/*main
-------------------------------------------------------------------------------*/
.main {
	background: url(../img/bg_main.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 2.2% 0 4.4%;
}
.main h1 {
	margin: 2.8% 0 0;
}
.main ul {
	margin: 3.2% 0 0;
}
.main li {
	width: 23%;
	display: inline;
	margin: 0 3.5% 0 0;
}
.main li:last-child {
	margin: 0;
}


/*contact
-------------------------------------------------------------------------------*/
.contact {
	border-top: solid 3px #f58a12;
	position: relative;
}
.contact::before {
	content: "";
	background: url(../img/bg_contact.png);
	width: 1084px;
	height: 47px;
	position: absolute;
	top: -47px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	z-index: 1;
}
.contact .inner {
	width: 1080px;
	margin: 0 auto 2px;
	position: relative;
	top: -30px;
	z-index: 3;
}
.contact h2 {
	text-align: center;
	padding: 10px 20px 20px 20px;
}
.contact .box{
	display:flex;
	justify-content:space-between;
	
	width:970px;
    margin: 0 auto 10px;
}
	
.contact ul.contents{
	width:590px;
}
.contact ul.contents li{
	display:block;
	font-size:34px;
	line-height:1.6;
}
.contact ul.contents li:nth-child(1){
	background:url(../img/contact_icon1.gif) no-repeat 0 50%;
}
.contact ul.contents li:nth-child(2){
	background:url(../img/contact_icon2.gif) no-repeat 0 50%;
}
.contact ul.contents li:nth-child(3){
	background:url(../img/contact_icon3.gif) no-repeat 0 50%;
}
.contact ul.contents li span{
	display: inline-block;
	padding:5px 0 0 55px;
}

.contact ul.benefits {
	margin: 0 auto 10px;
	display: table;
	width:410px;
}
.contact ul.benefits li {
}
.contact ul.benefits li .img2 {
	padding: 0 0 0 15px;
}
.contact ul.benefits li p {
	display: table-cell;
	vertical-align: middle;
}

.contact ul.btn_area{
	display: table;
	margin: 0 auto;
}
.contact ul.btn_area li {
	padding: 0 30px 0 15px;
	position: relative;
	z-index: 2;
	display: inline-block;
}
.contact ul.btn_area li:last-child {
	padding: 0;
}




/*seminar
-------------------------------------------------------------------------------*/
.seminar{
	background: url(../img/bg_note_02.gif) repeat;
	padding: 80px 0 75px;
}
.seminar ul.box > li{
	background:#ffffff;
	box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.2);
	margin:0 0 50px 20px;
	position:relative;
	width:1060px
}
.seminar ul.box li h2{
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #f58a12;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	color:#ffffff;
	text-align:center;
    padding: 20px 0 0;
    box-sizing: border-box;
	position:absolute;
	top:-20px;
	left:-20px;
	line-height:1.2;
}
.seminar ul.box li h2 .mark1{
	font-size:22px;
	font-weight:bold;
}
.seminar ul.box li h2 .mark2{
	font-size:30px;
	font-weight:bold;
}
.seminar ul.box li h2 .mark3{
	font-size:22px;
    display: inline-block;
	transform: scale(3.5, 1);
}
.seminar ul.box li h2 .mark4{
	font-size:18px;
	line-height:1.5;
}

.seminar ul.box > li .img-txt{	
	display:flex;
	justify-content:space-between;
	padding:30px 40px 30px 150px;
}
.seminar ul.box > li .img-txt .img{
	width:260px;
}
.seminar ul.box > li .img-txt .img p{
	background:#384759;
	color:#ffffff;
	font-size:13px;
	padding:13px;
	line-height:1.5;
}
.seminar ul.box > li .img-txt .img p .name{
	font-size:18px;
	font-weight:bold;
	line-height:1.3;
}
.seminar ul.box > li .img-txt .txt{
	width:590px;
}
.seminar ul.box > li .img-txt .txt h3{
	font-size:27px;
	font-weight:bold;
	border-bottom:2px solid #f58a12;
	padding:17px 0;
	margin:0 0 27px;
	line-height:1.48;
}
.seminar ul.box > li .img-txt .txt ul li{
	font-size:18px;
	line-height:2.2;
	background:url(../img/seminar_icon_01.gif) no-repeat 0 50%;
	margin:0 0 0 14px;
	background-size:9px;
}
.seminar ul.box > li .img-txt .txt ul li span{
	display:inline-block;
	padding:0 0 0 16px;
}
.seminar ul.box > li .img-txt .txt p{
	font-size:18px;
	line-height:2.2;
}
	



/*target
-------------------------------------------------------------------------------*/
.target {
	background:#384759;
	padding: 50px 0 90px;
}
.target .inner{
	padding:30px 40px;
	background:#ffffff;
    box-sizing: border-box;
}
.target .txt-box{
	padding:15px 0 0;
	font-size:16px;
	line-height:1.6;
}
.target .txt-box .mark1{
	color:#e60012;
	font-weight:bold;
}


/*case
-------------------------------------------------------------------------------*/
.case {
	background: url(../img/bg_case.jpg) top center;
	background-size: cover;
}
.case h2 {
	padding: 22px 10px 19px 10px;
}
.case ul.caseList {
	text-align: left;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 85px 0 0;
	padding: 0 0 85px;
}
.case ul.caseList > li {
	width: 48%;
	background: #FFF;
	-moz-box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.3);
	margin: 1.6% 0.8%;
	position: relative;
}
.case ul.caseList h3 {
	color: #FFF;
	background: #384759;
	padding: 8px 0 8px 10px;
}
.case ul.caseList h3 span {
	padding: 0 0 0 5px;
}
.case .result {
	padding: 2.85% 4.7% 4.7% 4.7%;
}
.case .result dl {
	display: table;
}
.case .result dt,
.case .result dd {
	display: table-cell;
	vertical-align: top;
}
.case .result dt {
	box-sizing: border-box;
	padding: 0 20px 0 0;
}
.case .result dt h4 {
	color: #333;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 187%;
	border-bottom: solid 2px #fc8a36;
	display: inline-block;
	line-height: 1.2;
}
.case .result dt p {
	color: #666;
	font-size: 100%;
	margin: 10px 0 0;
}
.case .result dd {
	width: 30%;
	text-align: right;
}
.case .result p.txt {
	font-size: 125%;
	line-height: 1.5;
	padding: 20px 0 0;
}


/* forte
-------------------------------------------------------------------------------*/
.forte {
	padding: 60px 0;
}
.forte .inner {
	position: relative;
}
.forte .inner img.bg {
	position: absolute;
	top: -60px;
	right: 0;
}
.forte h2 {
	padding: 0 0 45px;
}
.forte p {
	font-size: 137.5%;
	font-weight: bold;
	line-height: 1.6;
	padding: 0 0 26px;
}
.forte p span {
	color: #666;
	font-size: 82%;
}
.forte .forte_list {
	background: #FFF;
	padding:46px 20px 20px;
}
.forte .forte_list h3 {
	text-align: center;
	padding: 0 0 38px;
	position: relative;
	z-index: 2;
}
.forte .forte_list h3 span {
	background: #FFF;
	display: inline-block;
	position: relative;
	padding: 0 10px 0 15px;
	z-index: 1;
}
.forte .forte_list h3::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 0;
}
.forte .forte_list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.forte .forte_list ul li {
	margin: 0.6%;
	padding: 0.6%;
	width: 30%;
	background: url(../img/bg_forte.gif) repeat;
}
.forte .txt{
	text-align:right;
	font-size:18px;
	font-weight:normal;
	padding:0;
}



/*inquiry
-------------------------------------------------------------------------------*/
.inquiry {
}
.inquiry h2 { 
	padding: 25px 10px 9px;
	margin:0 !important;
}
.inquiry .inquiry-inner{	
	background: url(../img/bg_inquiry.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 85px 0 60px;
}
.inquiry .entry {
    text-align: center;
}
.inquiry .inner{
	max-width: 1130px;
	font-size:14px;
	line-height:20px;
	margin:30px auto;
	padding:30px 40px;
	background:#ffffff;
    box-sizing:border-box;
}

footer p.copyright {
	border-top: solid 3px #053d72;
	text-align: center;
	line-height: 22px;
	padding: 20px 0;
}

	
/*footer
-------------------------------------------------------------------------------*/
p.txt22 {
	background: #384759;
	text-align: center;
	padding: 24px 0;
}
ul.footer_contact {
	background: #24303d;
	text-align: center;
	padding: 45px 0;
	width: 100%;
}
ul.footer_contact.static {
     position:static;
     }
footer ul.footer_contact li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
}
.fixed{
	position: fixed;
	bottom: 0;
}

/*-----------------------------------------------
	seminarList
-----------------------------------------------*/
.seminarList {
	background: url(../img/bg_note_01.gif) repeat;
	padding: 40px 0 25px;
}
.seminarList h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 25px;
}
.seminarList h2 br {
	display: none;
}
.seminarList ul {
	max-width: 1080px;
	margin: 0 auto;
}
.seminarList ul li {
	width: 250px;
	display: inline-block;
	margin: 0 20px 10px 0;
}
.seminarList ul li:nth-child(4n) {
	margin: 0;
}
.seminarList ul li a:hover,
.seminarList ul li.active {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.btnarea_sp {
	display: none;
}

@media screen and (max-width:768px) { 
	/*　画面サイズが768pxからはここを読み込む　*/
	
body{
	font-size:3.75vw;
}
	.inner { padding: 0 10px; }
	#sideBtn { display: none;}
	.tc > div { display: block; }
	.pc { display: none;}
	.sp { display: block; }
	section h2.arrow { margin: 0 0 10px; }
	section h2.arrow::after {
		border-top: 30px solid #f58a12;
		border-right: 50px solid transparent;
		border-bottom: 25px solid transparent;
		border-left: 50px solid transparent;
	}


	/*header
	-------------------------------------------------------------------------------*/
	header div.logo {
		width: 40%;
	}
	header .headerRight a {
		display: table-cell;
		vertical-align: middle;
	}
	header .headerRight a img {
		width: auto;
		height: 44px;
	}
	header .headerRight .spTel {
		display: inline-block;
		margin: 0 10px 0 0;
	}


	/*main
	-------------------------------------------------------------------------------*/
	.main {
		padding: 4.4% 0 8.8%;
	}
	.main h1 {
   		margin: 0 auto 2%;
	}
	.main h1 img{
		width:100%;
	}
	.main p img {
		width:100%;
   		margin: 0 auto;
	}

	/*contact
	-------------------------------------------------------------------------------*/
	.contact .inner {
		width: 100%;
		margin: 0 0 20px;
		padding: 0;
		top: 0;
	}
	.contact::before {
    width: 100%;
    height: 15px;
		padding: 0 10px;
		box-sizing: border-box;
    background-size: cover;
		top: -15px;
}
	.contact .inner::after {
		width: 200px;
		background-size: contain;
		right: 0;
	}
	.contact h2 {
		width: 80%;
		padding: 0;
		margin: 0 auto 10px;
	}
	.contact h2 img{
		width:100%;
	}
	.contact .box{
		width:100%;
		display:inline-block;
	}
	.contact ul.contents {
		width: auto;
	    margin: 0 10% 1%;
	}
	.contact ul.contents li {
		font-size: 120%;
		line-height: 2.3;
	}
	.contact ul.contents li:nth-child(1) {
   		background: url(../img/contact_icon1.gif) no-repeat 0 50%;
		background-size:1.4em;
	}
	.contact ul.contents li:nth-child(2) {
   		background: url(../img/contact_icon2.gif) no-repeat 0 50%;
		background-size:1.4em;
	}
	.contact ul.contents li:nth-child(3) {
   		background: url(../img/contact_icon3.gif) no-repeat 0 50%;
		background-size:1.4em;
	}
	.contact ul.contents li span {
    padding: 0 0 0 11%;
	}
	
	.contact ul.benefits {
		text-align: center;
		width:auto;
		margin:0 5%;
	}
	.contact ul.benefits li .img1{
	}
	.contact ul.benefits li .img2{
		padding: 0 0 0 1%;
	}
	.contact ul.benefits li img{
		width:100%;
	}
	.contact ul.btn_area {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px 0 10px;
	}
	.contact ul.btn_area li {
		width: 50%;
		box-sizing: border-box;
		padding: 0 5px;
	}
	.contact ul.btn_area li:last-child {
		padding: 0 5px;
	}
	.contact ul.btn_area li img{
		width:100%;
	}



	/*seminar
	-------------------------------------------------------------------------------*/
	.seminar{
		background: url(../img/bg_note_02.gif) repeat;
		padding: 7% 0;
	}
	.seminar ul.box > li{
		background:#ffffff;
		box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.2);
		margin:0 0 6%;
		position:static;
		width:auto;
		padding:3% 3% 6%;
	}
	.seminar ul.box > li .box-inner{	
		display:flex;
		justify-content:space-between;
		margin:0 0 5%;
	}

	.seminar ul.box li h2{
		position: relative;
		width: 40%;
		height: 40%;
		padding: 20%;
		border-radius: 50%;
		background: #f58a12;
		margin:3% 2% 0 0;
		top:0;
		left:0;
		color:#ffffff;
		text-align:center;
		box-sizing: border-box;
		line-height:1.2;
	}
	
	.seminar ul.box li h2 .h2-box{
		position: absolute;
		left: 0;
		top: 22%;
		margin: -.5em 0 0;
		width: 100%;
		text-align: center;
		color: #fff;
	}
	.seminar ul.box li h2 .mark1{
		font-size:4.375vw;
		font-weight:bold;
	}
	.seminar ul.box li h2 .mark2{
		font-size:6.25vw;
		font-weight:bold;
	}
	.seminar ul.box li h2 .mark3{
		font-size:4.375vw;
		display: inline-block;
		transform: scale(3.5, 1);
	}
	.seminar ul.box li h2 .mark4{
		font-size:3.75vw;
		line-height:1.5;
	}
	
	.seminar ul.box > li .img-txt{	
		display:flex;
		justify-content:space-between;
		padding:0;
		width:55%;
		margin:0;
	}
	.seminar ul.box > li .img-txt .img{
		width:100%;
	}
	.seminar ul.box > li .img-txt .img img{
		width:100%;
	}
	.seminar ul.box > li .img-txt .img p{
		background:#384759;
		color:#ffffff;
		font-size:2.3vw;
		padding:3%;
		line-height:1.5;
	}
	.seminar ul.box > li .img-txt .img p .name{
		font-size:3.4vw;
		font-weight:bold;
		line-height:1.3;
	}
	.seminar ul.box > li .txt{
		width:100%;
	}
	.seminar ul.box > li .txt h3{
		font-size:6.25vw;
		font-weight:bold;
		border-bottom:2px solid #f58a12;
		padding:0 0 2%;
		margin:0 0 3%;
		text-align:center;
		line-height:1.4;
	}
	.seminar ul.box > li .txt ul li{
		font-size:3.75vw;
		line-height:1.7;
		background:url(../img/seminar_icon_01.gif) no-repeat 0 50%;
		margin:0 0 0 2.5%;
		background-size:3%;
	}
	.seminar ul.box > li .txt ul li span{
		display:inline-block;
		padding:0 0 0 6%;
	}
	.seminar ul.box > li .txt p{
		font-size:100%;
		line-height:1.7;
	}

	
	
	/*target
	-------------------------------------------------------------------------------*/
	.target {
		background:#384759;
		padding: 12% 10px 12%;
	}
	.target .inner{
		padding:2.7% 2.7% 3.5%;
		background:#ffffff;
		box-sizing: border-box;
	}
	.target img{
		width:100%;
	}
	.target .txt-box{
		padding:2% 0 0;
		font-size:3.125vw;
		line-height:1.5;
	}
	.target .txt-box .mark1{
		color:#e60012;
		font-weight:bold;
	}



	/*inquiry
	-------------------------------------------------------------------------------*/
	.inquiry h2 { 
		padding: 5% 1.5% 7.5%;
		margin:0 !important;
	}
	.inquiry h2 img{
		width:100%;
	}
	.inquiry .inquiry-inner {
		background: url(../img/bg_inquiry.jpg) no-repeat 0 13%;
		background-size: 240%;
		padding: 14% 0 20%;
	}
	.inquiry .entry {
		margin:0 3%;
	}
	.inquiry .inner {
		font-size:4.1vw;
		line-height:1.5;
	}
	footer p.copyright {
		padding: 9vw 3vw 16vw;
		font-size:4.1vw;
		line-height:1.4;
	}



	/*case
	-------------------------------------------------------------------------------*/
	.case h2 img{
		width:100%;
	}
	.case ul.caseList {
		margin: 55px 0 0;
		padding: 0;
	}
	.case ul.caseList > li{
		width: 100%;
		margin: 0 0 20px;
	}
	.case ul.caseList > li:nth-child(n + 4) {
		display: none;
	}
	.case .moreBtn {
		padding: 0 0 40px;
	}
	.case .moreBtn img{
		width:100%;
		margin:0 auto;
	}


	/* forte
	-------------------------------------------------------------------------------*/
	.forte h2 img{
		width:100%;
	}
	.forte .forte_list {
		padding:7% 5% 5%;
	}
	.forte .forte_list h3 {
	padding: 0 0 5%;
}
	.forte .forte_list ul li {
		width: 47.6%;
	}
	.forte .forte_list img{
		width:100%;
	}
	.forte .txt{
	font-size:100%;
}
	

	.footer_contact_sp,
	.btnarea_sp{
		text-align: center;
		background: #24303d;
		padding: 20px 0;
	}
	.btnarea_sp{
		position: fixed;
		bottom: 0;
		z-index: 8;
	}
	/*-----------------------------------------------
		seminarList
	-----------------------------------------------*/
	.seminarList h2 {
		font-size: 22px;
		line-height: 1.3;
		padding: 0 10px;
	}
	.seminarList h2 br {
		display: block;
	}
	.seminarList ul {
		max-width: 100%;
	}
	.seminarList ul li {
		width: 50%;
		box-sizing: border-box;
		margin: 0 0 10px;
		padding: 0 10px;
	}
	.seminarList ul li img{
		width:100%;
	}
	
	.footer .txt22{
		padding:6% 2%;
	}
	.footer .txt22 img{
		width:100%;
	}
	.footer_contact_sp li,
	.btnarea_sp li{
		width: 45%;
		display: inline-block;
	}
	
	
	.footer .footer-btn{
		display:flex;
		width:100%;
		justify-content:space-between;
		
		font-size:3.1vw;
		background:#d2d2d2;
	}
	.footer .footer-btn .btn-tel{
		display:flex;
		
		width:42%;
	}
	.footer .footer-btn .btn-tel-contact{
		display:flex;
		justify-content:space-between;
		
		width:64%;
		margin:1.2% 1.5%;
	}
	
	/* 電話をかける */
	.footer .footer-btn .btn-tel a{
		display:flex;
		align-items:center;
		width:100%;
		border-radius:1vw;
		color:#fff;
		background:#f38a10;
	}
	.footer .footer-btn .btn-tel a span{
		width:100%;
		display:block;
		text-align:center;
	}
	
	/* お問い合わせ&お申込み */
	.footer .footer-btn{
		position:fixed;
		bottom:0;
		
		width:100%;
		z-index:100;
		overflow:hidden;
	}
	.footer .footer-btn .btn-contact{
		display:flex;
		
		width:55.5%;
		font-size:3.1vw;
	}
	.footer .footer-btn .btn-contact a{
		display:flex;
		align-items:center;
		width:100%;
		border-radius:1vw;
		color:#fff;
		background:#ef0002;
	}
	.footer .footer-btn .btn-contact a span{
		width:100%;
		display:block;
		text-align:center;
	}
	
	/* PAGETOP */
	.footer .footer-btn .btn_pagetop{
		display:flex;
		
		width:17%;
	}
	.footer .footer-btn .btn_pagetop a{
		display:flex;
		align-items:center;
		
		width:100%;
		color:#fff;
		font-size:2.5vw;
		background:#707070 url(../img/icon-arr.png) no-repeat center 2vw;
		background-size:1em auto;
	}
	.footer .footer-btn .btn_pagetop a span{
		display:block;
		margin:0 auto;
		padding:5vw 0 2vw;
		line-height:1;
		text-align:center;
	}



}
