@charset "utf-8";

@font-face {
	font-family: 'Noto Serif JP';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2) format('woff2'),
		 url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff) format('woff'),
		 url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.otf) format('opentype');
}

/*==============================
	ξ{έθ
==============================*/
body{
	color: #000;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:left;
	font-family: "ΰSVbN", YuGothic, "qMmpS Pro", "Hiragino Kaku Gothic Pro", "CI", "Meiryo", sans-serif;
	background:#fff;
	-webkit-text-size-adjust:100%;
	position:relative;
	width:100%;
	min-width: 1240px;
	font-weight: 500;
}
@media only screen and (max-width:767px){
	body{
		min-width: 0;
	}
}

body *, body *::before, body *::after{box-sizing:border-box;}
img{vertical-align:bottom;}
h1,h2,h3,h4,h5,h6{font-weight:500;}
th{
	font-weight:500;
	text-align:left;
}
a {
	color: #000;
	text-decoration: none;
}
a:focus{outline:none;}

/*font layout*/
.fBold{font-weight:bold;}
.fVerdana{font-family:Verdana;}
.fSerif{font-family: "ΰSVbN", YuGothic, "qMmpS Pro", "Hiragino Kaku Gothic Pro", "CI", "Meiryo", sans-serif;}
.fNoto{font-family:'Noto Sans JP', sans-serif;}
.fCondensed{font-family: 'Roboto Condensed', sans-serif;}
.fAlegreya{font-family: 'Alegreya Sans SC', sans-serif;}
.fRoboto{font-family: 'Roboto', sans-serif;}
.fCaveat{font-family: 'Caveat', cursive;}

/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover{ filter:alpha(opacity=80);opacity:0.8; }
.ro a,
a.ro,
a .ro{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media only screen and (max-width:767px){
	.ro a:hover,
	a.ro:hover,
	a .ro:hover{ filter:alpha(opacity=100);opacity:1.0; }
}

/*rollover(brightnessΙζιΟ»)*/
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.brt a,
a.brt,
a .brt{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media only screen and (max-width:767px){
	.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1);filter: brightness(1); }
}

/*ro³ψ»*/
.ro .no_ro a:hover,
.ro a.no_ro:hover{ filter:alpha(opacity=100);opacity:1; }

/*========================================
	X|Vup(svΘκΝν)
========================================*/
.spOnly,
.brSp,
.imgSp{
	display:none !important;
}
.img100{
	width: 100%;
	height: auto;
}
@media only screen and (max-width:767px){
	.spNone,
	.brPc,
	.imgPc{
		display:none !important;
	}
	.spOnly{
		display:block !important;
	}
	.brSp,
	.imgSp{
		display:inline !important;
	}
	.imgR{
		width:100%;
		height:auto;
	}
}

/*-----------------------------------------------
	imgFill
-----------------------------------------------*/
.imgFill{
	position: relative;
}
.imgFill img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/*-----------------------------------------------
	spNavi
-----------------------------------------------*/
@media only screen and (max-width:767px){
	#spNavi{
		width: 100%;
		height: 100%;
		opacity: 0;
		background: rgba(27,133,80,0.98);
		-webkit-transition: 0.2s cubic-bezier(0.645,0.045,0.355,1);
		transition: 0.2s cubic-bezier(0.645,0.045,0.355,1);
		z-index: -1;
		position: fixed;
		top: -100%;
		left: 0;
		overflow-y: scroll;
	}
	#spNavi.naviOpen{
		top: 0;
		opacity: 1;
		z-index: 9999;
	}
	#spNavi .wrapper{
		width: 87.98%;
		margin: 0 auto;
		opacity: 0;
		-webkit-transition: 0.3s ease 0.25s;
		transition: 0.3s ease 0.25s;
	}
	#spNavi.naviOpen .wrapper{
		opacity: 1;
	}
	#spNavi .btnClose{
		width: 70px;
		height: 69px;
		background: url(../img/common_renewal/btnSpNaviClose.png) center center / 23px auto no-repeat;
		margin: 0 0 0 auto;
	}
	#spNavi .boxList {
		margin-top: 20px;
	}
	#spNavi .boxList li{
		border-top: 1px solid #15643D;
	}
	#spNavi .boxList li:last-child{
		border-bottom: 1px solid #15643D
	}
	#spNavi .boxList li a{
		display: block;
		text-decoration: none;
		font-weight: bold;
		font-size: 15px;
		color: #FFF;
		line-height: 58px;
		letter-spacing: 0.5px;
	}
	#spNavi .boxBtn01{
		margin-top: 20px;
	}
	#spNavi .boxBtn01 .btn{
		display: block;
		background: #6CC;
		border-radius: 3px;
		color: #FFF;
		font-size: 16px;
		line-height: 64px;
		text-decoration: none;
		padding-left: 20px;
	}
	#spNavi .boxBtn03 {
		margin-top: 50px;
	}
	#spNavi .boxBtn03 .btn{
		background: #BF9E68;
		display: block;
		border-radius: 3px;
		color: #FFF;
		font-size: 16px;
		line-height: 64px;
		text-decoration: none;
		padding-left: 20px;
	}
	#spNavi .boxBtn03 img {
		vertical-align: middle;
		margin-right: 7px;
	}
	#spNavi .boxBtn01 .btn img{
		vertical-align: middle;
		margin-right: 7px;
	}
	#spNavi .boxBtn02 .btn{
		display: block;
		width: 50%;
		text-align: center;
		padding: 20px 0 22px;
		text-decoration: none;
	}
	#spNavi .boxBtn02 .btn:first-child{
		float: left;
		background: #000;
		color: #FFF;
	}
	#spNavi .boxBtn02 .btn:last-child{
		float: right;
		background: #FFF;
		color: #000;
	}
	#spNavi .boxBtn02 .btn .txt{
		margin-top: 13px;
		font-size: 15px;
		letter-spacing: 0.5px;
	}
	#spNavi .btnHp{
		width: 100%;
		height: 55px;
		background: url(../img/common_renewal/imgSpNaviHpArrow.gif) 94% center/ 21px auto no-repeat #fff;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		margin: 30px 0 50px;
		font-size: 15px;
		font-weight: 500;
		text-decoration: underline;
		color: #e1991c;
		border-radius: 3px;
	}
	#spNavi .sns {
		text-align: center;
		margin-top: 30px;
	}
	#spNavi .sns .insta {
		margin-right: 8px;
	}
}

/*-----------------------------------------------
	header
-----------------------------------------------*/
#header .boxTop{
	height: 72px;
	background: #20A161;
}
#header .sNaviWrap{
	margin-top: 46px;
}
#header .boxTop .txtDescription{
	width: 41.33%;
	float: left;
	line-height: 72px;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 0.6px;
}
#header .boxBottom .logo{
	width: 154px;
	float: left;
	padding: 25px 0;
}
#header .boxBottom .txtTel{
	width: 163px;
	line-height: 27px;
	float: right;
	font-size: 22px;
	background: url(../img/common_renewal/imgHeaderTel.gif) center left / auto 27px no-repeat;
	padding-left: 34px;
	margin: 37px 0 0 0;
	letter-spacing: 0.5px;
}
@media only screen and (max-width:1400px){
	#header .boxTop .txtDescription{
		font-size: 13px;
	}
}
@media only screen and (max-width:767px){
	#header .boxBottom .logo{
		width: 156px;
		padding: 24.5px 0 24.5px 3.37%;
	}
	#header .boxBottom .btnNavi {
		position: fixed;
		top: 0;
		right: 0;
		width: 70px;
		height: 69px;
		z-index: 9998;
	}
	#header .boxBottom .btnNavi .border,
	#header .boxBottom .btnNavi .border::before,
	#header .boxBottom .btnNavi .border::after {
		background: #000;
		display: block;
		width: 24px;
		height: 2px;
		position: absolute;
	}
	#header .boxBottom .btnNavi .border{
		top: 33px;
		left: 23px;
	}
	#header .boxBottom .btnNavi .border::before,
	#header .boxBottom .btnNavi .border::after {
		position: absolute;
		content: "";
		left: 0;
	}
	#header .boxBottom .btnNavi .border::before {
		top: -10px;
	}
	#header .boxBottom .btnNavi .border::after {
		top: 10px;
	}
}

/*-----------------------------------------------
	sNavi
-----------------------------------------------*/
#sNavi{
	background: #1CA165;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	min-width: 1240px;
}
#sNavi .boxList{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
#sNavi .boxList li::after{
	content: "b";
	color: #1C6845;
	font-size: 14px;
	margin: 0 15px;
}
#sNavi .boxList li:last-child::after{
	display: none;
}
#sNavi .boxList li a{
	font-size: 14px;
	letter-spacing: 2px;
	color: #FFF;
}
#sNavi .btnOwner{
	background: #FFF;
	margin-left: 40px;
}
#sNavi .btnOwner a{
	width: 170px;
	height: 46px;
	background: #BE9D6B;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	font-size: 14px;
	letter-spacing: 2px;
	color: #FFF;
}
#sNavi .btnOwner a img{
	margin-right: 5px;
}

/*-----------------------------------------------
	topNavi
-----------------------------------------------*/
#topNavi{
	height: 100px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	padding: 0 30px;
}
#topNavi .boxLogo{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
#topNavi .boxLogo .txt{
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-left: 30px;
}
#topNavi .boxLogo .txt br{
	display: none;
}
#topNavi .boxNavi{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
#topNavi .boxNavi .btn{
	width: 200px;
	height: 50px;
	background: #FF5527;
	border-radius: 25px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #FFF;
	box-shadow: 0 -3px #E34C23 inset;
}
#topNavi .boxNavi .boxList{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-left: 30px;
}
#topNavi .boxNavi .boxList li::after{
	content: "/";
	color: #868686;
	font-size: 14px;
	margin: 0 18px;
}
#topNavi .boxNavi .boxList li.listInstagram::after{
	content: '';
  margin: 0 13px 0 18px;
}
#topNavi .boxNavi .boxList li:last-child::after{
	display: none;
}
#topNavi .boxNavi .boxList li a{
	font-size: 15px;
	letter-spacing: 2px;
	color: #000;
	font-weight: bold;
}
body.isDesktopIpad #topNavi .boxLogo .txt{
	font-size: 10px;
}
body.isDesktopIpad #topNavi .boxNavi .boxList li a{
	font-size: 10px;
	letter-spacing: 0.5px;
}
@media only screen and (max-width:1750px){
	#topNavi{
		padding: 0 15px;
	}
	#topNavi .boxLogo .txt{
		font-size: 12px;
		margin-left: 15px;
	}
	#topNavi .boxNavi .boxList{
		margin-left: 15px;
	}
	#topNavi .boxNavi .boxList li::after{
		font-size: 14px;
		margin: 0 10px;
	}
	#topNavi .boxNavi .boxList li a{
		font-size: 14px;
	}
}
@media only screen and (max-width:1560px){
	#topNavi .boxLogo .txt{
		line-height: 1.5;
	}
	#topNavi .boxLogo .txt br{
		display: inline;
	}
}
@media only screen and (max-width:1360px){
	#topNavi .boxNavi .btn{
		width: 170px;
		font-size: 13px;
	}
	#topNavi .boxNavi .boxList li a{
		font-size: 13px;
		letter-spacing: 1px;
	}
}

/*-----------------------------------------------
	siteNavi
-----------------------------------------------*/
#siteNavi{
	width: 58%;
	float: right;
	font-size: 0;
}
#siteNavi li{
	display: inline-block;
	vertical-align: top;
	width: 19.54%;
	background: #FFF;
}
#siteNavi li:last-child{
	width: 21.84%;
}
#siteNavi li a{
	display: block;
	line-height: 72px;
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background: #20A161;
}
#siteNavi li:nth-child(2n+1) a{
	display: block;
	background: #1D9459;
}
#siteNavi li:last-child a{
	background: #BF9E68;
}
#siteNavi li:last-child a img{
	vertical-align: middle;
	margin-right: 9px;
}
@media only screen and (max-width:1350px){
	#siteNavi li a{
		font-size: 14px;
	}
}

/*-----------------------------------------------
	gNavi
-----------------------------------------------*/
#gNavi{
	width: calc(100% - 317px);
	max-width: 1160px;
	float: right;
	font-size: 0;
	padding: 42px 30px 0;
}
#gNavi li:last-child::after{
	display: none;
}
#gNavi .wrapper{
	display: flex;
	display: -webkit-flex;
}
#gNavi li{
	flex-grow: 1;
	-webkit-flex-grow: 1;
	position: relative;
	text-align: center;
}
#gNavi li::after{
	content: "/";
	color: #CCC;
	font-size: 16px;
	position: absolute;
	top:0;
	right: -4px;
}
#gNavi li.rightInstagram::after{
	content: "";
}
#gNavi li.instagtamIcon{
	margin-top: -10px;
}
#gNavi li a{
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: #000;
	letter-spacing: -0.25px;
}
#gNavi li:first-child a{
	padding-left: 0;
}
#gNavi li:last-child a{
	padding-right: 0;
}
body.isDesktopIpad #gNavi li a{
	font-size: 11px;
}
@media only screen and (max-width:1500px){
	#gNavi li a{
		font-size: 15px;
	}
}
@media only screen and (max-width:1400px){
	#gNavi li a{
		font-size: 14px;
	}
}
@media only screen and (max-width:1300px){
	#gNavi li a{
		font-size: 13px;
	}
}

/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz{
	background: #2A2A2A;
}
#pnkz .wrapper{
	height: 52px;
}
#pnkz li{
	display: inline-block;
	vertical-align: top;
	padding: 16px 0;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #FFF;
}
#pnkz li::before{
	content: "/";
	display: inline-block;
	padding: 0 7px;
	color: #FFF;
}
#pnkz li:first-child::before{
	display: none;
}
#pnkz li a{
	color: #58B218;
	text-decoration: none;
}
#pnkz li h1{
	display: inline;
}
#pnkz .swiper-wrapper{
	white-space: nowrap !important;
	margin: 0 !important;
}
#pnkz .swiper-slide{
	display: inline-block;
	float: none !important;
	cursor: default;
}
@media only screen and (max-width: 767px){
	#pnkz{
		overflow: hidden;
	}
	#pnkz .wrapper{
		height: auto;
		width: 100%;
	}
	#pnkz li{
		max-width: 150px;
		letter-spacing: 0.5px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#pnkz li::before{
		color: #999;
	}
	#pnkz li:first-child{
		padding-left: 10px;
	}
	#pnkz li:last-child{
		max-width: none;
	}
}

/*-----------------------------------------------
	contents
-----------------------------------------------*/
#contents{
	overflow: hidden !important;
	position: relative;
	width: 100%;
}

/*-----------------------------------------------
	main
-----------------------------------------------*/
/* wrapper */
.wrapper1500{
	max-width:1500px;
	width:94%;
	margin:0 auto;
}
.wrapper1480{
	max-width:1480px;
	width:94%;
	margin:0 auto;
}
.wrapper1400{
	max-width:1400px;
	width:94%;
	margin:0 auto;
}
.wrapper1360{
	max-width:1360px;
	width:94%;
	margin:0 auto;
}
.wrapper1320{
	max-width:1320px;
	width:94%;
	margin:0 auto;
}
.wrapper1300{
	max-width:1300px;
	width:94%;
	margin:0 auto;
}
.wrapper1280{
	max-width:1280px;
	width:94%;
	margin:0 auto;
}
.wrapper1240{
	max-width:1240px;
	width:94%;
	margin:0 auto;
}
.wrapper1200{
	max-width:1200px;
	width:94%;
	margin:0 auto;
}
.wrapper1180{
	max-width:1180px;
	width:94%;
	margin:0 auto;
}
.wrapper1120{
	width:1120px;
	margin:0 auto;
}
.wrapper1080{
	width:1080px;
	margin:0 auto;
}
.wrapper1000{
	width:1000px;
	margin:0 auto;
}
.wrapper965{
	width:965px;
	margin:0 auto;
}
.wrapper960{
	width:960px;
	margin:0 auto;
}
@media only screen and (max-width:767px){
	.wrapper960,
	.wrapper965,
	.wrapper1000,
	.wrapper1080,
	.wrapper1120,
	.wrapper1180,
	.wrapper1200,
	.wrapper1240,
	.wrapper1280,
	.wrapper1300,
	.wrapper1320,
	.wrapper1360,
	.wrapper1400,
	.wrapper1480,
	.wrapper1500{
		width:100%;
	}
	.wrapperSp{
		width: 95.19%;
		margin: 0 auto;
	}
	.wrapperSp2{
		width: 92%;
		margin: 0 auto;
	}
	.wrapperSp3{
		width: 93.75%;
		margin: 0 auto;
	}
	.wrapperSp335{
		width: 89.34%;
		margin: 0 auto;
	}
}

/* cmnError */
.cmnError{
	font-size: 15px;
	letter-spacing: 1.25px;
	text-align: center;
	margin-top: 60px;
}
@media only screen and (max-width:767px){
	.cmnError{
		font-size: 13px;
		line-height: 20px;
		padding: 0 2.4%;
		margin-top: 30px;
		letter-spacing: 0;
	}
}

/* cmnTit */
.cmnTit{
	font-size: 27px;
	text-align: center;
	color: #000;
	line-height: 200px;
	height: 200px;
	background: #F7F7F7;
	letter-spacing: 2.75px;
}
.cmnTit.bgImage{
	color: #FFF;
	line-height: 260px;
	height: 260px;
}
@media only screen and (max-width:767px){
	.cmnTit{
		font-size: 22px;
		line-height: 100px;
		height: 100px;
		letter-spacing: 1px;
	}
	.cmnTit.bgImage{
		background-size: cover !important;
		line-height: 130px;
		height: 130px;
	}
	.cmnTit.bgImage.bgLeft{
		background-position: 35% top !important;
	}
}

/* cmnBtnBack */
.cmnBtnBack{
	display: block;
	width: 500px;
	height: 80px;
	line-height: 78px;
	font-size: 20px;
	text-align: center;
	border: 1px solid #333;
	margin: 0 auto;
}
.cmnBtnBack img{
	vertical-align: top;
	margin: 32px 9px 0 0;
}
@media only screen and (max-width:767px){
	.cmnBtnBack{
		width: 250px;
		height: 50px;
		line-height: 48px;
		font-size: 15px;
	}
	.cmnBtnBack img{
		width: 15px;
		height: auto;
		margin: 18px 5px 0 0;
	}
}

/* cmnBtnLogin */
.cmnBtnLogin{
	display: block;
	width: 420px;
	height: 86px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	border-radius: 1000px;
	color: #fff;
	background: #20A161;
	margin: 0 auto;
	padding: 25px 0 0;
	box-sizing: border-box;
	box-shadow: 0 -6px rgba(100,100,100,0.3) inset;
}
.cmnBtnLogin .inner{
	display: inline-block;
	vertical-align: top;
	padding: 6px 0 0 11px;
}
@media only screen and (max-width:767px){
	.cmnBtnLogin{
		width: 280px;
		height: 60px;
		font-size: 15px;
		padding: 19px 0 0;
	}
	.cmnBtnLogin img{
		width: 20px;
		height: auto;
	}
	.cmnBtnLogin .inner{
		padding: 3px 0 0 5px;
	}
}

/* cmnBtnLoginBack */
.cmnBtnLoginBack{
	display: block;
	width: 300px;
	height: 80px;
	line-height: 78px;
	text-align: center;
	border: 1px solid #35363F;
	border-radius: 40px;
	font-size: 20px;
	margin: 0 auto;
	background: #FFF;
}
@media only screen and (max-width:767px){
	.cmnBtnLoginBack{
		width: 280px;
		height: 60px;
		line-height: 58px;
		border-radius: 30px;
		font-size: 15px;
	}
}


/* secCmnMember */
.secCmnMember{
	background: #F7F7F7;
	padding-bottom: 55px;
}
.secCmnMember .txt{
	text-align: center;
	font-size: 15px;
	line-height: 32px;
	padding-top: 63px;
	letter-spacing: 1.25px;
}
.secCmnMember .boxBtn{
	width: 850px;
	margin: 35px auto 0;
}
.secCmnMember .boxBtn .btn{
	width: 420px;
	float: left;
	display: block;
	background: #20A161;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	letter-spacing: 1px;
	border-radius: 5px;
}
.secCmnMember .boxBtn .btn:last-child{
	float: right;
	background: #A88737;
}
.secCmnMember .boxBtn .btn img{
	vertical-align: -8px;
	margin: 0 15px 0 0;
}
@media only screen and (max-width:767px){
	.secCmnMember{
		width: 95.19%;
		margin: 0 auto;
		padding: 0 3.5% 25px;
	}
	.secCmnMember .txt{
		width: 100%;
		margin: 0 auto;
		font-size: 11px;
		line-height: 21px;
		padding-top: 20px;
		letter-spacing: -0.5px;
	}
	.secCmnMember .boxBtn{
		width: 100%;
		margin-top: 15px;
	}
	.secCmnMember .boxBtn .btn{
		width: 48.65%;
		height: 50px;
		line-height: 50px;
		font-size: 13px;
		letter-spacing: 0.5px;
		border-radius: 3px;
	}
}
@media only screen and (max-width:374px){
	.secCmnMember .boxBtn .btn{
		font-size: 15px;
	}
}

/* secCmnEventList */
.secCmnEventList{
	font-size: 0;
	margin-top: 30px;
}
.secCmnEventList .item{
	display: inline-block;
	vertical-align: top;
	width: 31.298%;
	margin: 0 3.053% 3.053% 0;
	text-align: left;
}
.secCmnEventList .item:nth-last-child(-n+3){
	margin-bottom: 0;
}
.secCmnEventList .item:nth-child(3n){
	margin-right: 0;
}
.secCmnEventList .item a{
	display: block;
}
.secCmnEventList .item .boxImg{
	position: relative;
}
.secCmnEventList .item .boxImg .boxDate{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: rgba(255,255,255,0.8);
	text-align: center;
	padding: 12px 12px;
}
.secCmnEventList .item .boxImg .boxDate .txtDate{
	font-size: 16px;
	font-weight: bold;
}
.secCmnEventList .item .boxImg .img{
	height: 0;
	padding-top: 53.66%;
	position: relative;
}
.secCmnEventList .item .boxTxt{
	background: #F7F7F7;
	padding: 30px 8.29% 43px;
}
.secCmnEventList .item .boxTxt .tit{
	font-size: 16px;
	line-height: 32px;
	text-decoration: underline;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 64px;
}
.secCmnEventList .item .boxTxt .boxDetails{
	margin-top: 6px;
}
.secCmnEventList .item .boxTxt .boxDetails dl{
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.secCmnEventList .item .boxTxt .boxDetails dl dt,
.secCmnEventList .item .boxTxt .boxDetails dl dd{
	display: inline;
}
.secCmnEventList .item .boxTxt .boxDetails dl dt::after{
	content: ": ";
}
.secCmnEventList .item .ico{
	display: inline-block;
	vertical-align: top;
	min-width: 100px;
	font-size: 13px;
	color: #FFF;
	padding: 8px 11px;
	text-align: center;
	background: #9e8255;
	margin-top: 15px;
}
@media only screen and (max-width:767px){
	.secCmnEventList{
		width: 95.19%;
		margin: 32px auto 0;
	}
	.secCmnEventList .item,
	.secCmnEventList .item:nth-child(3n),
	.secCmnEventList .item:nth-last-child(-n+3){
		width: 48.73%;
		margin: 0 2.54% 2.54% 0;
	}
	.secCmnEventList .item:nth-last-child(-n+2){
		margin-bottom: 0;
	}
	.secCmnEventList .item:nth-child(2n){
		margin-right: 0;
	}
	.secCmnEventList .item:nth-child(3){
		display: none;
	}
	.secCmnEventList .item .boxImg .boxDate{
		padding: 6px 6px;
	}
	.secCmnEventList .item .boxImg .boxDate .txtDate{
		font-size: 11px;
	}
	.secCmnEventList .item .boxImg .img{
		padding-top: 53.89%;
	}
	.secCmnEventList .item .boxTxt{
		padding: 12px 7.77% 15px;
	}
	.secCmnEventList .item .boxTxt .tit{
		font-size: 13px;
		line-height: 20px;
		-webkit-line-clamp: 3;
		max-height: 75px;
	}
	.secCmnEventList .item .boxTxt .boxDetails{
		margin-top: 4px;
	}
	.secCmnEventList .item .boxTxt .boxDetails dl{
		overflow: inherit;
		text-overflow: inherit;
		white-space: normal;
	}
	.secCmnEventList .item .boxTxt .boxDetails dl:nth-child(n+2){
		margin-top: 3px;
	}
	.secCmnEventList .item .boxTxt .boxDetails dl dt,
	.secCmnEventList .item .boxTxt .boxDetails dl dd{
		font-size: 11px;
		line-height: 16px;
		letter-spacing: 0.5px;
	}
	.secCmnEventList .item .boxTxt .boxDetails dl dt{
		float: left;
		display: block;
		width: 29px;
	}
	.secCmnEventList .item .boxTxt .boxDetails dl dd{
		width: calc(100% - 29px);
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		max-height: 40px;
		float: right;
	}
	.secCmnEventList .item .ico{
		min-width: 60px;
		font-size: 11px;
		line-height: 14px;
		padding: 5px 6.5px;
		margin-top: 7px;
	}
}

/* secCmnNewsList */
.secCmnNewsList li{
	border-bottom: 1px solid #CCC;
}
.secCmnNewsList li a{
	display: block;
	font-size: 0;
	padding: 30px 20px 30px 0;
}
.secCmnNewsList li .txtDate{
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
}
.secCmnNewsList li .ico{
	display: inline-block;
	vertical-align: middle;
	width: 54px;
	height: 28px;
	line-height: 28px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	margin-right: 20px;
}
.secCmnNewsList li .ico.bg01{
	background: #08A852;
}
.secCmnNewsList li .ico.bg02{
	background: #73A3D2;
}
.secCmnNewsList li .ico.bg03{
	background: #CDB389;
}
.secCmnNewsList li .tit{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.5px;
	max-width: calc(100% - 181px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media only screen and (max-width:767px){
	.secCmnNewsList li a{
		padding: 19px 6.74% 24px 3.37%;
	}
	.secCmnNewsList li .txtDate{
		width: auto;
		font-size: 12px;
		line-height: 30px;
		letter-spacing: 0.5px;
		margin-right: 5px;
	}
	.secCmnNewsList li .ico{
		width: 46px;
		height: 24px;
		line-height: 24px;
		font-size: 13px;
		margin-right: 0;
		letter-spacing: -0.5px;
	}
	.secCmnNewsList li .tit{
		display: block;
		font-size: 13px;
		line-height: 23px;
		max-width: 100%;
		white-space: normal;
		max-height: 46px;
		text-overflow: clip;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		letter-spacing: -0.5px;
	}
}

/* secCmnMbWrap */
.secCmnMbWrap{
	padding-bottom: 218px;
}
@media only screen and (max-width:767px){
	.secCmnMbWrap{
		padding-bottom: 100px;
	}
}

/* secCmnNextLoad */
.secCmnNextLoad{
	font-size: 0;
	text-align: center;
	margin: 80px 0 0;
}
.secCmnNextLoad #btnNext{
	display: block;
	width: 500px;
	height: 80px;
	line-height: 78px;
	margin: 0 auto;
	border: 1px solid #333;
	font-size: 20px;
	color: #000;
	position: relative;
}
.secCmnNextLoad #btnNext::after{
	content: "";
	display: block;
	width: 16px;
	height: 19px;
	position: absolute;
	bottom: -40px;
	left: calc(50% - 8px);
	background: url(../img/common_renewal/btnCmnNextLoad.gif) center top / cover no-repeat;
}
.secCmnNextLoad #listLoading{
	display: none;
	width: 32px;
	height: 80px;
	margin: 0 auto;
	padding: 24px 0;
}
@media only screen and (max-width:767px){
	.secCmnNextLoad{
		margin: 40px 0 0;
	}
	.secCmnNextLoad #btnNext{
		width: 250px;
		height: 50px;
		line-height: 48px;
		font-size: 15px;
	}
	.secCmnNextLoad #btnNext::after{
		bottom: -30px;
	}
	.secCmnNextLoad #listLoading{
		height: 50px;
		padding: 9px 0;
	}
}

/* secCmnName */
.secCmnName{
	display: table;
	width: 100%;
	height: 90px;
	border: 1px solid #20A161;
}
.secCmnName .txtLogin{
	display: table-cell;
	vertical-align: middle;
	width: 175px;
	padding-left: 29px;
	font-size: 16px;
}
.secCmnName .txtWelcome{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	padding: 20px 30px;
	letter-spacing: -0.5px;
}
.secCmnName.logout .txtWelcome{
	padding-left: 205px;
}
.secCmnName .txtWelcome .name{
	font-size: 22px;
	padding-bottom: 6px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin: 0 7px;
}
.secCmnName.logout .txtWelcome .name{
	border-bottom: none;
}
.secCmnName .txtLink{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 175px;
	padding-right: 29px;
	font-size: 16px;
}
.secCmnName .txtLink a{
	padding-bottom: 6px;
	border-bottom: 1px solid #2A2A2A;
}
@media only screen and (max-width:767px){
	.secCmnName{
		display: block;
		width: 95.19%;
		height: auto;
		margin: 0 auto;
		padding: 10px 2.5% 20px;
	}
	.secCmnName .txtLogin{
		display: block;
		width: 100%;
		padding: 5px 0 0;
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}
	.secCmnName .txtWelcome{
		display: block;
		font-size: 15px;
		line-height: 30px;
		padding: 0;
		letter-spacing: 0;
	}
	.secCmnName.logout .txtWelcome{
		padding-left: 0;
	}
	.secCmnName .txtWelcome .name{
		font-size: 18px;
		padding-bottom: 3px;
		margin: 0 3px;
	}
	.secCmnName .txtLink{
		display: block;
		text-align: center;
		width: 100%;
		padding-right: 0;
		font-size: 14px;
		margin-top: 15px;
	}
	.secCmnName.logout .txtLink{
		margin-top: 10px;
	}
	.secCmnName .txtLink a{
		padding-bottom: 3px;
	}
}

/* secCmnPager */
.secCmnPager{
	position: relative;
	padding: 60px 0 150px;
	margin: 52px 0 192px;
}
.secCmnPager .boxBtn .btn{
	display: block;
	position: absolute;
	top: 0;
}
.secCmnPager .boxBtn .btn.btnPrev{
	left: 0;
	padding-left: 100px;
}
.secCmnPager .boxBtn .btn.btnNext{
	right: 0;
	padding-right: 100px;
}
.secCmnPager .boxBtn .btn::before{
	content: "";
	width: 21px;
	height: 40px;
	background: url(../img/common_renewal/btnCmnPagerPrev.gif) center top / cover no-repeat;
	position: absolute;
	top: 80px;
	left: 0;
}
.secCmnPager .boxBtn .btn.btnNext::before{
	left: auto;
	right: 0;
	background-image: url(../img/common_renewal/btnCmnPagerNext.gif);
}
.secCmnPager .boxBtn .btn .img{
	width: 200px;
	height: 200px;
}
.secCmnPager .boxBtn .btn .txt{
	width: 187px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 24px;
	margin-top: 17px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 72px;
}
@media only screen and (max-width:1400px){
	.secCmnPager .boxBtn .btn.btnPrev{
		padding-left: 75px;
	}
	.secCmnPager .boxBtn .btn.btnNext{
		padding-right: 75px;
	}
}
@media only screen and (max-width:767px){
	.secCmnPager{
		padding: 0;
		margin: 25px auto 100px;
	}
	.secCmnPager .boxBtn .btn{
		position: static;
		padding: 10px 0;
	}
	.secCmnPager .boxBtn .btn:first-child{
		border-right: 1px solid #000;
	}
	.secCmnPager .boxBtn .btn.btnNext:only-child{
		border-right: none;
		border-left: 1px solid #000;
	}
	.secCmnPager .boxBtn .btn.btnPrev{
		width: 50%;
		float: left;
		padding-left: 0;
	}
	.secCmnPager .boxBtn .btn.btnNext{
		width: 50%;
		float: right;
		padding-right: 0;
	}
	.secCmnPager .boxBtn .btn::before{
		width: 10.5px;
		height: 20px;
		top: 50px;
		left: 2.4%;
	}
	.secCmnPager .boxBtn .btn.btnNext::before{
		left: auto;
		right: 2.4%;
	}
	.secCmnPager .boxBtn .btn .img{
		width: 100px;
		height: 100px;
		margin: 0 auto;
	}
	.secCmnPager .boxBtn .btn .txt{
		width: 75%;
		font-size: 14px;
		line-height: 22px;
		margin-top: 10px;
		max-height: 66px;
	}
	.secCmnPager .cmnBtnBack{
		margin-top: 50px;
	}
}

/* secCmnOk */
.secCmnOk{
	background: #F7F7F7;
	margin: 150px 0;
	text-align: center;
	padding: 80px 0;
}
.secCmnOk .tit{
	font-size: 34px;
	text-align: center;
	letter-spacing: 0.5px;
}
.secCmnOk .txt{
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	margin-top: 27px;
}
.secCmnOk .btn{
	margin-top: 50px;
}
.secCmnOk .btn .cmnBtnLogin{
	width: 280px;
	letter-spacing: 2.5px;
}
@media only screen and (max-width:767px){
	.secCmnOk{
		margin: 50px 0;
		padding: 40px 0;
	}
	.secCmnOk .wrapper{
		width: 95.19%;
		margin: 0 auto;
	}
	.secCmnOk .tit{
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 0.25px;
	}
	.secCmnOk .txt{
		font-size: 14px;
		line-height: 1.7;
		margin-top: 15px;
	}
	.secCmnOk .btn{
		margin-top: 25px;
	}
	.secCmnOk .btn .cmnBtnLogin{
		letter-spacing: 1.25px;
	}
}

/* secCmnDetailsTit */
.secCmnDetailsTit{
	margin-top: 100px;
	position: relative;
	padding-top: 45px;
}
.secCmnDetailsTit::before{
	content: "";
	width: 80px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 0;
	left: calc(50% - 40px);
}
.secCmnDetailsTit .tit{
	font-size: 35px;
	line-height: 1.78;
	text-align: center;
	letter-spacing: 1.5px;
}
.secCmnDetailsTit .txt{
	font-size: 18px;
	line-height: 1.78;
	letter-spacing: 0.5px;
	margin-top: 17px;
	text-align: center;
}
@media only screen and (max-width:767px){
	.secCmnDetailsTit{
		width: 95.67%;
		margin: 50px auto 0;
		padding-top: 20px;
	}
	.secCmnDetailsTit::before{
		width: 40px;
		left: calc(50% - 20px);
	}
	.secCmnDetailsTit .tit{
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: 0.75px;
	}
	.secCmnDetailsTit .txt{
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 0;
		margin-top: 10px;
	}
}

/* secCmnStaffTab */
.secCmnStaffTab{
	margin-top: 100px;
	font-size: 0;
}
.secCmnStaffTab li{
	float: left;
	width: 49.22%;
}
.secCmnStaffTab li:last-child{
	float: right;
}
.secCmnStaffTab li a{
	display: block;
	width: 100%;
	height: 70px;
	border: 1px solid #08A852;
	border-radius: 3px;
	font-size: 18px;
	line-height: 64px;
	text-align: center;
	letter-spacing: 1px;
	color: #08A852;
}
.secCmnStaffTab li.on a{
	background: #08A852;
	color: #FFF;
}
@media only screen and (max-width:767px){
	.secCmnStaffTab{
		width: 95.19%;
		margin: 50px auto 0;
	}
	.secCmnStaffTab li{
		width: 48.5%;
	}
	.secCmnStaffTab li a{
		height: auto;
		font-size: 14px;
		line-height: 52px;
		letter-spacing: 0.5px;
	}
}

/* secCmnStaffList */
.secCmnStaffList{
	font-size: 0;
	margin-top: 60px;
}
.secCmnStaffList li{
	display: inline-block;
	vertical-align: top;
	width: 24.0625%;
	margin: 0 1.25% 70px 0;
}
.secCmnStaffList li:nth-child(4n){
	margin-right: 0;
}
.secCmnStaffList li:nth-last-child(-n+4){
	margin-bottom: 0;
}
.secCmnStaffList li a{
	display: block;
	padding-bottom: 40px;
	position: relative;
}
.secCmnStaffList li a::after{
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/common_renewal/imgCmnStaffList.gif) center top / cover no-repeat;
	position: absolute;
	bottom: 0;
	left: calc(50% - 10px);
}
.secCmnStaffList li .img{
	height: 0;
	padding-top: 84.41%;
}
.secCmnStaffList li .txt{
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	margin-top: 26px;
	letter-spacing: 1.25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.secCmnStaffList li .tit{
	font-size: 26px;
	line-height: 1.5;
	text-align: center;
	margin-top: 4px;
	letter-spacing: 2.25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media only screen and (max-width:767px){
	.secCmnStaffList{
		width: 95.19%;
		margin: 30px auto 0;
	}
	.secCmnStaffList li,
	.secCmnStaffList li:nth-child(4n),
	.secCmnStaffList li:nth-last-child(-n+4){
		width: 48.73%;
		margin: 0 2.54% 20px 0;
	}
	.secCmnStaffList li:nth-child(2n){
		margin-right: 0;
	}
	.secCmnStaffList li:nth-last-child(-n+2){
		margin-bottom: 0;
	}
	.secCmnStaffList li a{
		padding-bottom: 30px;
	}
	.secCmnStaffList li .txt{
		font-size: 12px;
		margin-top: 13px;
		letter-spacing: 0.5px;
	}
	.secCmnStaffList li .tit{
		font-size: 18px;
		letter-spacing: 1px;
	}
}

/* secCmnStaffDetails */
.secCmnStaffDetails{
	margin-top: 83px;
}
.secCmnStaffDetails .img{
	width: 39.06%;
	margin-top: 7px;
	float: left;
	text-align: center;
}
.secCmnStaffDetails .img img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.secCmnStaffDetails .boxTxt{
	width: 55.16%;
	float: right;
}
.secCmnStaffDetails .boxTxt .txtPosition{
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 2px;
}
.secCmnStaffDetails .boxTxt .txtName{
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 28px;
}
.secCmnStaffDetails .boxTxt .txtName .txt01{
	display: inline;
	font-size: 38px;
	line-height: 1.7;
	letter-spacing: 3.5px;
}
.secCmnStaffDetails .boxTxt .txtName .txt02{
	display: inline;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 1px;
	margin-left: 4px;
}
.secCmnStaffDetails .boxTxt .boxProfile{
	width: 100%;
	margin-top: 31px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 1px;
}
@media only screen and (max-width:767px){
	.secCmnStaffDetails{
		width: 95.19%;
		margin: 40px auto 0;
	}
	.secCmnStaffDetails .img{
		width: 66.67%;
		margin: 0 auto;
		float: none;
	}
	.secCmnStaffDetails .boxTxt{
		width: 100%;
		float: none;
	}
	.secCmnStaffDetails .boxTxt .txtPosition{
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 1px;
		margin-top: 20px;
		text-align: center;
	}
	.secCmnStaffDetails .boxTxt .txtName{
		padding-bottom: 14px;
		text-align: center;
		margin-top: 5px;
	}
	.secCmnStaffDetails .boxTxt .txtName .txt01{
		font-size: 24px;
		line-height: 1.5;
		letter-spacing: 1.75px;
	}
	.secCmnStaffDetails .boxTxt .txtName .txt02{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		margin-left: 2px;
	}
	.secCmnStaffDetails .boxTxt .boxProfile{
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.7;
		letter-spacing: 0.5px;
	}
}

/* secCmnBnr */
.secCmnBnr{
	border-top: 1px solid #CCC;
	padding: 100px 0 150px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.secCmnBnr li{
	width: 30.469%;
}
.secCmnBnr a{
	display: block;
	background: url(../img/common_renewal/imgCmnBnrArrow.gif) right bottom no-repeat;
	padding-bottom: 45px;
}
.secCmnBnr .boxImg{
	position: relative;
}
.secCmnBnr .boxTit{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.secCmnBnr .titJpn{
	position: relative;
	z-index: 10;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 3px;
}
.secCmnBnr .titEng{
	position: relative;
	z-index: 10;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 2px;
	margin-top: 20px;
}
.secCmnBnr .txt{
	width: 370px;
	font-size: 14px;
	line-height: 26px;
	height: 78px;
	color: #333;
	margin: 25px auto 0;
	letter-spacing: -0.5px;
}
@media only screen and (max-width:767px){
	.secCmnBnr{
		border-top: none;
		padding: 39px 0;
		position: relative;
	}
	.secCmnBnr::before{
		content: "";
		width: 89.333%;
		height: 1px;
		background: #CCC;
		position: absolute;
		top: 0;
		left: 5.334%;
	}
	.secCmnBnr li{
		width: calc(33.333% - 0.667px);
	}
	.secCmnBnr a{
		background: none;
		padding-bottom: 0;
	}
	.secCmnBnr .titJpn{
		font-size: 15px;
		line-height: 1.2;
		letter-spacing: 1px;
		padding-top: 12px;
		text-align: center;
	}
	.secCmnBnr .housing .titJpn{
		padding-top: 2px;
	}
	.secCmnBnr .titEng{
		padding-bottom: 24px;
		font-size: 10px;
		letter-spacing: 0.5px;
		margin-top: 8px;
		background: url(../img/common_renewal/imgCmnBnrArrow_sp.png) center bottom / 30px auto no-repeat;
	}
	.secCmnBnr .housing .titEng{
		padding-bottom: 18px;
	}
}

/*-----------------------------------------------
	form
-----------------------------------------------*/
.wrapper900{
	width: 900px;
	margin: 0 auto;
}
.wrapper970{
	width: 970px;
	margin: 0 auto;
}
.cmnMt5{
	margin-top: 5px;
}
.cmnMt10{
	margin-top: 10px;
}
.cmnSelectWidth{
	min-width: 278px;
	max-width: 100%;
}
@media only screen and (max-width:767px){
	.cmnSelectWidth{
		min-width: auto;
	}
}

/* secCmnForm */
.secCmnForm .titForm{
	font-size:22px;
	font-weight:bold;
	letter-spacing:5px;
	line-height:1.5;
	position:relative;
	padding:0 0 54px;
	text-align:center;
	color:#000;
}
.secCmnForm .titForm .fGreen{
	color:#20A161;
}
.secCmnForm .btnForm{
	display:block;
	width:280px;
	height:88px;
	text-align:center;
	text-decoration:none;
	letter-spacing:1.5px;
	font-size:20px;
	border-radius:1000px;
	color:#fff;
	background:#20A161;
	margin:0 auto;
	padding:31px 0 0;
	box-sizing: border-box;
	box-shadow:0 -6px rgba(100,100,100,0.3) inset;
}

@media only screen and (max-width:767px){
	.wrapper900,
	.wrapper970{
		width:100%;
		margin:30px auto 0;
	}
	.secCmnForm .titForm{
		font-size:18px;
		letter-spacing:2.5px;
		padding:0 0 30px;
	}
	.secCmnForm .titForm::after{
		margin:20px auto 0;
	}
	.secCmnForm .btnForm{
		height:60px;
		font-size:15px;
		padding:22px 0 0;
	}
}
/* secCmnFormStep */
.secCmnFormStep{
	text-align:center;
	font-size:0;
	padding:0 0 50px;
}
.secCmnFormStep li{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	letter-spacing:2px;
	width:260px;
	padding:25px 0 27px;
	margin-right:30px;
	color:#000;
	background:#fff;
	border:solid 1px #20A161;
	border-radius:4px;
	box-sizing: border-box;
}
.secCmnFormStep li:last-child{
	margin-right:0;
}
.secCmnFormStep li.on{
	color:#fff;
	background:#20A161;
	border-color:#20A161;
}
@media only screen and (max-width:767px){
	.secCmnFormStep{
		padding:0 3% 30px;
	}
	.secCmnFormStep li{
		width:32%;
		padding:10px 0;
		font-size:14px;
		margin-right:2%;
	}
}
/* secCmnFormTable */
.secCmnFormTable{
	width:100%;
	margin:0 0 50px;
}
.secCmnFormTable th{
	width:250px;
	font-size:14px;
	letter-spacing:0.5px;
	vertical-align:middle;
	line-height:24px;
	padding:14px 19px 15px;
	border:solid 1px #D6D6D6;
	background:#F8F8F8;
	box-sizing: border-box;
}
.secCmnFormTable th .inner{
	display:block;
	position:relative;
}
.secCmnFormTable th .must{
	display:block;
	width:42px;
	height:32px;
	font-size:12px;
	text-align:center;
	letter-spacing:0.5px;
	line-height:100%;
	border-radius:4px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto 0;
	padding:8px 0 0;
	color:#923930;
	border:solid 1px #D17D74;
	background:#fff;
	box-sizing: border-box;
}
.secCmnFormTable th .must.mustWide{
	width:auto;
	padding-left:8px;
	padding-right:8px;
}
.secCmnFormTable td{
	font-size:14px;
	vertical-align:middle;
	line-height:1.5;
	padding:14px 19px 15px;
	border:solid 1px #D6D6D6;
	background:#fff;
}
.secCmnFormTable td .row{
	padding-bottom:15px;
}
.secCmnFormTable td .row:only-child{
	padding-bottom:0;
}
.secCmnFormTable td .note{
	font-size:11px;
	line-height:20px;
	letter-spacing:-1px;
}
.secCmnFormTable td .note li{
	position:relative;
	padding:0 0 0 10px;
}
.secCmnFormTable td .note li::before{
	content:"E";
	position:absolute;
	top:0;
	left:0;
}
.secCmnFormTable td a{
	color:#00396B;
}
.secCmnFormTable td .tit{
	padding:0 0 7px;
}
.secCmnFormTable .mark{
	display:inline-block;
	vertical-align:top;
	padding:10px 0 0;
}
.secCmnFormTable .caution02{
    padding-top: 10px;
	line-height: 180%;
	font-size: 13px;
}
.secCmnFormTable .btnZip{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	text-decoration:none;
	height:40px;
	border-radius:20px;
	padding:9px 23px 0;
	color:#fff;
	background:#333;
	box-sizing: border-box;
}
.secCmnFormTable .btnPass{
	display:inline-block;
	vertical-align:top;
	width: 90px;
	text-align: center;
	font-size:14px;
	text-decoration:none;
	height:40px;
	border-radius:4px;
	padding:11px 0 0;
	color:#fff;
	background:#333;
	margin-left:7px;
}
.secCmnFormTable .boxInline{
	display:inline-block;
	vertical-align:top;
}
.secCmnFormTable .boxInputLeft{
	float:left;
	padding-right:10px;
}
.secCmnFormTable .boxInputRight{
	overflow:hidden;
}
.secCmnFormTable .boxList li{
	padding:0 0 7px;
}
.secCmnFormTable input[type="text"],
.secCmnFormTable input[type="tel"],
.secCmnFormTable input[type="email"],
.secCmnFormTable input[type="password"]{
	height:40px;
	background:#fff;
	border:solid 1px #ccc;
	padding:10px;
	box-sizing: border-box;
}
.secCmnFormTable select{
	max-width:100%;
	height:40px;
	background:#fff;
	border:solid 1px #ccc;
}
.secCmnFormTable input[type="text"].inputRequired,
.secCmnFormTable input[type="tel"].inputRequired,
.secCmnFormTable input[type="email"].inputRequired,
.secCmnFormTable input[type="password"].inputRequired,
.secCmnFormTable select.inputRequired{
	background:#FBF3F2;
	border:solid 1px #DFA69F;
}
.secCmnFormTable textarea{
	width:100%;
	background:#fff;
	border:solid 1px #ccc;
	padding:10px;
	box-sizing: border-box;
	height: 130px;
}
.secCmnFormTable .fRed{color:#f00;}
.secCmnFormTable .w50{width:50px;}
.secCmnFormTable .w100{width:100px;}
.secCmnFormTable .w150{width:150px;}
.secCmnFormTable .w250{width:250px;}
.secCmnFormTable .w300{width:300px;}
.secCmnFormTable .w400{width:400px;}
.secCmnFormTable .w440{width:440px;}
.secCmnFormTable .w450{width:450px;}
.secCmnFormTable .w100p{width:100%;}
form .txtError{
	color:#f00;
	font-size:12px;
	background:url(../img/common/iconError.png) left top no-repeat;
	background-size:14px;
	padding:0 0 0 17px;
	margin-top:20px;
	line-height:14px;
}
form .txtError2{
	color:#f00;
	font-size:12px;
	margin-top:20px;
	line-height:14px;
}
@media only screen and (max-width:767px){
	.secCmnFormTable{
		display:block;
		margin:0 0 40px;
		border-top:solid 1px #D6D6D6;
	}
	.secCmnFormTable tbody,
	.secCmnFormTable tr,
	.secCmnFormTable th,
	.secCmnFormTable td{
		display:block;
	}
	.secCmnFormTable tr:last-child{
		border-bottom:none;
	}
	.secCmnFormTable th{
		width:100%;
		font-size:13px;
		line-height:1.5;
		padding:15px 3%;
		border:none;
		border-bottom:solid 1px #D6D6D6;
	}
	.secCmnFormTable td{
		padding:15px 3% 20px;
		border:none;
		border-bottom:solid 1px #D6D6D6;
	}
	.secCmnFormTable td.boxDate{
		padding-top:5px;
	}
	.secCmnFormTable .btnZip{
		display:inline-block;
		vertical-align:top;
		text-decoration:none;
		height:40px;
		border-radius:20px;
		padding:11px 23px 0;
		color:#fff;
		background:#333;
	}
	.secCmnFormTable .btnZip,
	.secCmnFormTable .btnPass{
		font-size: 13px;
	}
	.secCmnFormTable .boxInputLeft{
		float:none;
		padding:0 0 10px;
	}
	.secCmnFormTable .boxInputRight{
		overflow:visible;
	}
	.secCmnFormTable input[type="text"],
	.secCmnFormTable input[type="tel"],
	.secCmnFormTable input[type="email"],
	.secCmnFormTable input[type="password"]{
		height:40px;
		background:#fff;
		border:solid 1px #ccc;
	}
	.secCmnFormTable input[type="text"].inputRequired,
	.secCmnFormTable input[type="tel"].inputRequired,
	.secCmnFormTable input[type="email"].inputRequired,
	.secCmnFormTable input[type="password"].inputRequired{
		background:#FBF3F2;
		border:solid 1px #DFA69F;
	}
	.secCmnFormTable select{
		height:40px;
		background:#fff;
		border:solid 1px #ccc;
	}
	.secCmnFormTable textarea{
		width:100%;
		background:#fff;
		border:solid 1px #ccc;
	}
	.secCmnFormTable .w50{width:20%;}
	.secCmnFormTable .w300{width:50%;}
	.secCmnFormTable .w400{width:80%;}
	.secCmnFormTable .w440{width:80%;}
	.secCmnFormTable .w450{width:100%;}
	.secCmnFormTable .ws25p{width:25%;}
	.secCmnFormTable .ws30p{width:30%;}
	.secCmnFormTable .ws35p{width:35%;}
	.secCmnFormTable .ws60p{width:60%;}
	.secCmnFormTable .ws100p{width:100%;}
	.secCmnFormTable .pt10s{padding-top:10px;}
	form .txtError2{
		padding: 0 3vw;
		line-height: 1.5;
	}
}
/* secCmnFormTableMember */
.secCmnFormTable.member th,
.secCmnFormTable.member td,
.secCmnFormTable.member .mark{
	font-size: 16px;
}
.secCmnFormTable.member th{
	width: 270px;
}
.secCmnFormTable.member td{
	padding: 20px 19px;
}
.secCmnFormTable.member .caution02{
	font-size: 14px;
}
.secCmnFormTable.member input,
.secCmnFormTable.member select{
	font-size: 16px;
}
@media only screen and (max-width:767px){
	.secCmnFormTable.member th{
		width: 100%;
		font-size: 13px;
	}
	.secCmnFormTable.member td,
	.secCmnFormTable.member .mark{
		font-size: 14px;
	}
	.secCmnFormTable.member td{
		padding: 15px 3% 20px;
	}
	.secCmnFormTable.member .caution02{
		font-size: 13px;
	}
	.secCmnFormTable.member input,
	.secCmnFormTable.member select{
		font-size: 13px;
	}
}
/* secCmnFormCo */
.secCmnForm.co{
	padding-top:100px;
}
.secCmnFormCo{
	font-size:13px;
	line-height:2;
	padding:0 0 30px;
}
.secCmnFormCo a{
	color:#00396B;
	text-decoration: none;
}
@media only screen and (max-width:767px){
	.secCmnForm.co{
		padding-top:20px;
	}
	.secCmnFormCo{
		line-height:1.5;
		padding:0 3% 30px;
	}
}
/* secCmnFormOk */
.secCmnFormOk{
	text-align:center;
	font-size:15px;
	line-height:1.5;
	padding:0 0 50px;
}
.secCmnFormOk .txtOk{
	font-size:20px;
	font-weight:bold;
	margin:0 0 30px;
}
.secCmnForm .btnForm.ok{
	background:#6FBA2C;
}
@media only screen and (max-width:767px){
	.secCmnFormOk{
		font-size:12px;
		padding:0 3% 30px;
	}
	.secCmnFormOk .txtOk{
		margin:0 0 20px;
	}
	.secCmnFormOk .txtOk02{
		text-align:left;
	}
}
/* secCmnForm */
.secCmnForm{
	padding:0 0 200px;
}
@media only screen and (max-width:767px){
	.secCmnForm{
		padding:0 0 100px;
	}
}
.secCmnForm .box1 .txt2{
	display: inline-block;
	width: 32px;
	height: 30px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	box-sizing: border-box;
	padding-top: 5px;
	margin-right: 5px;
}
.secCmnForm .box1 .txt2.txtS{ background: #D4893B;}
.secCmnForm .box1 .txt2.txtM{ background: #69AD2C;}
.secCmnForm .box1 .txt3{
	display: inline-block;
	font-size: 13px;
	padding-top: 8px;
}
.secCmnForm .box1 .txt3.txtS{ color: #D3883A;}
.secCmnForm .box1 .txt3.txtM{ color: #69AD2C;}
.secCmnForm .txtPrivacy{
	text-align: center;
	margin-bottom: 50px;
	font-size: 16px;
}
.secCmnForm .txtPrivacy a{
	color: #00396B;
	padding-bottom: 8px;
	letter-spacing: 1.5px;
	position: relative;
}
.secCmnForm .txtPrivacy a::after{
	content: "";
	display: block;
	background: #00396B;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media only screen and (max-width:767px){
	.secCmnForm .box1 .txt2{
		display: block;
		width: 28px;
		height: 26px;
		font-size: 14px;
		padding-top: 5px;
		margin-right: 5px;
	}
	.secCmnForm .box1 .txt2.txtS{ background: #D4893B;}
	.secCmnForm .box1 .txt2.txtM{ background: #69AD2C;}
	.secCmnForm .box1 .txt3{
		display: inline-block;
		font-size: 11px;
		padding-top: 8px;
	}
	.secCmnForm .box1 .txt3.txtS{ color: #D3883A;}
	.secCmnForm .box1 .txt3.txtM{ color: #69AD2C;}
	.secCmnForm .txtPrivacy{
		margin-bottom: 30px;
	}
	.secCmnForm .txtPrivacy a{
		padding-bottom: 4px;
		letter-spacing: 0.75px;
		font-size: 14px;
	}
}

/* secCmnCheckList */
.secCmnCheckList li{
	margin-bottom: 3px;
}
.secCmnCheckList li:last-child{
	margin-bottom: 0;
}
.secCmnCheckList input{
	margin: 0 6px 0 0;
}
.secCmnCheckList .txt,
.secCmnCheckList textarea{
	margin-top: 15px;
}
.secCmnCheckList textarea{
	height: 150px !important;
}
@media only screen and (max-width:767px){
	.secCmnCheckList textarea{
		margin-top: 5px;
	}
}

/* secCmnRadioList */
.secCmnRadioList ul{
	display: flex;
    flex-wrap: wrap;
}
.secCmnRadioList ul li{
	margin: 0 13px 0 0;
}
.secCmnRadioList:not(.noLong) ul li{
	margin-bottom: 10px;
}
@media only screen and (max-width:767px){
	.secCmnRadioList ul li {
		margin: 0 7px 5px 0!important;
	}
	.secCmnRadioList .secFormTable .mark{
		padding: 0 0 5px 0;
	}
}




/* secCmnSmooth */
.secCmnSmooth{
	margin: -20px 0 30px;
	height: 61px;
	font-size: 14px;
	color: #1ca165;
	font-weight: bold;
	background: #f8f8f8;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
	.secCmnSmooth{
		height: auto;
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		padding: 15px 3%;
		text-align: center;
	}
}

/*-----------------------------------------------
	fNavi
-----------------------------------------------*/
#fNavi .boxPcList{
	position: fixed;
	bottom: 55px;
	right: -64px;
	z-index: 999;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#fNavi.active .boxPcList{
	right: 0;
}
#fNavi .boxPcList li{
	display: block;
	background: #FFF;
}
#fNavi .boxPcList li{
	margin-bottom: 10px;
}
#fNavi .boxPcList li:last-child{
	display: none;
	margin-bottom: 0;
}
#fNavi .boxSpList{
	display: none;
}
@media only screen and (max-width:767px){
	#fNavi .boxSpList{
		width: 100%;
		position: fixed;
		left: 0;
		bottom: -60px;
		z-index: 999;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		display: flex;
		background: #fff;
		text-align: center;
	}
	#fNavi.active .boxSpList {
		bottom: 0;
	}
	#fNavi .boxSpList li{
		height: 56px;
		width: 25%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
		border: 1px solid #000;
		border-right: none;
	}
	#fNavi .boxSpList li a{
		width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	#fNavi .boxSpList li:nth-child(3){
		border-right: 1px solid #000;
		background: #000;
	}
	#fNavi .boxSpList li:nth-child(3) a{
		color: #fff;
	}
	#fNavi .boxSpList .insta{
		margin-right: 3px;
	}
}

/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer{
	background: #333;
	padding-top: 105px;
}
@media only screen and (max-width:767px){
	#footer{
		padding-top: 47px;
	}
	#fNavi + #footer{
		padding-bottom: 60px;
	}
}

/* secFooterContact */
.secFooterContact .tit{
	font-size: 36px;
	color: #FFF;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 24px;
	position: relative;
}
.secFooterContact .tit::after{
	content: "";
	width: 70px;
	height: 1px;
	background: #666;
	position: absolute;
	bottom: 0;
	left: calc(50% - 37px);
}
.secFooterContact .txt01{
	font-size: 17px;
	text-align: center;
	margin-top: 39px;
	color: #FFF;
	letter-spacing: 1.75px;
}
.secFooterContact .txt02{
	text-align: center;
	margin-top: 32px;
}
.secFooterContact .txt02 a{
	display: inline-block;
	font-size: 40px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 4px;
	background: url(../img/common_renewal/imgTxtFooterContact.gif) center left / auto 34px no-repeat;
	padding-left: 48px;
}
.secFooterContact .txt03{
	font-size: 16px;
	text-align: center;
	color: #FFF;
	margin-top: 15px;
	letter-spacing: 1.25px;
}
@media only screen and (max-width:767px){
	.secFooterContact .tit{
		font-size: 26px;
		padding-bottom: 0;
		letter-spacing: 1px;
	}
	.secFooterContact .tit::after{
		display: none;
	}
	.secFooterContact .txt01{
		font-size: 12px;
		line-height: 20px;
		margin-top: 15px;
		letter-spacing: 0.25px;
	}
	.secFooterContact .txt02{
		margin-top: 28px;
	}
	.secFooterContact .txt02 a{
		font-size: 30px;
		letter-spacing: 1.25px;
		background: url(../img/common_renewal/imgTxtFooterContact.gif) center left / auto 26px no-repeat;
		padding-left: 38px;
	}
	.secFooterContact .txt03{
		font-size: 11px;
		margin-top: 11px;
	}
}
@media only screen and (max-width:350px){
	.secFooterContact .txt01{
		font-size: 13px;
		line-height: 28px;
	}
	.secFooterContact .txt03{
		font-size: 13px;
	}
}

/* secFooterBnr */
.secFooterBnr{
	font-size: 0;
	margin-top: 70px;
}
.secFooterBnr li{
	width: 49.219%;
	float: left;
}
.secFooterBnr li:last-child{
	float: right;
}
.secFooterBnr li .bnr{
	background: #FFF;
}
.secFooterBnr li .tit{
	font-size: 22px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	margin-top: 40px;
	letter-spacing: 1px;
}
.secFooterBnr li .txt{
	font-size: 17px;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 13px;
}
@media only screen and (max-width:767px){
	.secFooterBnr{
		margin-top: 30px;
	}
	.secFooterBnr li{
		width: 49.76%;
	}
	.secFooterBnr li .txt{
		font-size: 12px;
		letter-spacing: 0.5px;
		margin-top: 16px;
	}
}
@media only screen and (max-width:374px){
	.secFooterBnr li .txt{
		font-size: 13px;
		letter-spacing: 0;
	}
}

/* secFooterLink */
.secFooterLink{
	font-size: 0;
	border-top: 1px solid #000;
	margin-top: 70px;
	padding-top: 62px;
	box-shadow: 0 1px #505050 inset;
}
.secFooterLink .wrapper1280{
	border-left: 1px solid #505050;
}
.secFooterLink .item{
	width: 25%;
	display: inline-block;
	vertical-align: top;
	min-height: 200px;
	border-right: 1px solid #505050;
	padding: 0 10px 0 44px;
}
.secFooterLink .item li{
	font-size: 16px;
	line-height: 40px;
}
.secFooterLink .item li a{
	color: #FFF;
	text-decoration: none;
}
.secFooterLinkSp {
	display: none;
}
@media only screen and (max-width:767px) {
	.secFooterLinkSp {
		display: block;
		border-top: 1px solid #000;
		box-shadow: 0 1px #505050 inset;
		margin-top: 30px;
		padding-top: 23px;
	}
	.secFooterLinkSp .wrapper {
		width: 95.2%;
		margin: 0 auto;
		display: flex;
    flex-wrap: wrap;
	}
	.secFooterLinkSp .item {
		width: 50%;
		display: inline-block;
	}
	.secFooterLinkSp .item:nth-child(odd) {
		padding-left: 14px;
		padding-right: 5px;
	}
	.secFooterLinkSp .item:nth-child(n + 3) {
		margin-top: 32px;
		padding-top: 21px;
		border-top: 1px solid #505050;
	}
	.secFooterLinkSp .item li {
		font-size: 14px;
		line-height: 1.35;
		margin-top: 10px;
	}
	.secFooterLinkSp .item li a {
		color: #fff;
	}
	.secFooterLinkSp .sns {
		margin: 35px auto 0;
		text-align: center;
	}
	.secFooterLinkSp .sns .insta {
		margin-right: 10px;
	}
}

/* secFooterCompany */
.secFooterCompany{
	margin-top: 88px;
}
.secFooterCompany .boxCompany{
	width: calc(100% - 455px);
	float: left;
	padding-right: 10px;
}
.secFooterCompany .boxCompany .tit{
	font-size: 17px;
	color: #FFF;
	margin-top: 27px;
	letter-spacing: 1.5px;
}
.secFooterCompany .boxCompany .txt{
	font-size: 14px;
	line-height: 1.78;
	color: #FFF;
	margin-top: 20px;
	letter-spacing: 0.5px;
}
.secFooterCompany .boxCompany .boxLink{
	font-size: 0;
	margin-top: 25px;
}
.secFooterCompany .boxCompany .boxLink li{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.secFooterCompany .boxCompany .boxLink li::after{
	content: "b";
	color: #FFF;
	margin: 0 8px;
}
.secFooterCompany .boxCompany .boxLink li:last-child::after{
	display: none;
}
.secFooterCompany .boxCompany .boxLink li a{
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1.25px;
}
.secFooterCompany .bnrRecruit{
	width: 450px;
	float: right;
	background: #FFF;
	margin: 27px 0 0 0;
}
@media only screen and (max-width:1350px){
	.secFooterCompany .boxCompany .txt{
		font-size: 13px;
		letter-spacing: 0.25px;
	}
}
@media only screen and (max-width:767px){
	.secFooterCompany{
		margin-top: 50px;
	}
	.secFooterCompany .boxCompany{
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.secFooterCompany .boxCompany .logo{
		width: 150px;
		margin: 0 auto;
	}
	.secFooterCompany .boxCompany .txt{
		font-size: 11px;
		line-height: 18px;
		margin-top: 20px;
		letter-spacing: 0.5px;
		padding: 0 2.4%;
		text-align: center;
	}
	.secFooterCompany .boxCompany .boxLink{
		font-size: 0;
		margin-top: 7px;
		text-align: center;
		padding: 0 30px;
	}
	.secFooterCompany .boxCompany .boxLink li{
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		line-height: 1.75;
	}
	.secFooterCompany .boxCompany .boxLink li::after{
		content: "b";
		color: #FFF;
		margin: 0;
	}
	.secFooterCompany .boxCompany .boxLink li:last-child::after{
		display: none;
	}
	.secFooterCompany .boxCompany .boxLink li a{
		color: #FFF;
		text-decoration: none;
		letter-spacing: normal;
	}
	.secFooterCompany .bnrRecruit{
		width: 190px;
		float: none;
		margin: 6px auto 0;
		border-radius: 3px;
		border: 1px solid #000;
	}
	.secFooterCompany .bnrRecruit a{
		display: block;
		line-height: 50px;
		text-align: center;
		color: #000;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
}

/* copyright */
#copyright{
	font-size: 14px;
	color: #FFF;
	padding: 80px 0 58px;
	text-align: center;
	letter-spacing: 1px;
}
@media only screen and (max-width:767px){
	#copyright{
		font-size: 11px;
		padding: 30px 0 39px;
		letter-spacing: 0.5px;
	}
	#copyright .copy{
		font-size: 13px;
	}
}

/* seo */
.secSeotxtbox{
    margin-top: 79px;
    border-top: 1px solid #000;
    box-shadow: 0 1px #505050 inset;
    padding-top: 75px;
    color: #fff;
}
.secSeotxtbox .txtbox{
    width: 1180px;
    margin: 0 auto;
    margin-bottom: 33px;
}
.secSeotxtbox .txtbox .txt{
    font-size: 13px;
    letter-spacing: -1px;
    line-height: 27px;
}
.secSeotxtbox .modelbox{width: 900px;margin: 0 auto;}
.secSeotxtbox .modelbox .box{
    display: flex;
    flex-wrap: nowrap;
}
.secSeotxtbox .modelbox .box .modelbtn{
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    width: 188px;
}
.secSeotxtbox .modelbox .box .modelbtn span{
    text-decoration: underline;
}
.secSeotxtbox .modelbox .box .txtbox1{
}
.secSeotxtbox .modelbox .box .txtbox1 .txt{
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0px;
}
@media only screen and (max-width:767px){
    .secSeotxtbox{
    margin-top: 30px;
    padding-top: 30px;
}
    .secSeotxtbox .txtbox{
    width: 92%;
    margin-bottom: 15px;
}
    .secSeotxtbox .txtbox .txt{}
    .secSeotxtbox .modelbox{
    width: 92%;
}
    .secSeotxtbox .modelbox .box{
    display: block;
}
    .secSeotxtbox .modelbox .box .modelbtn{}
    .secSeotxtbox .modelbox .box .txtbox1{
    padding-left: 3%;
}
    .secSeotxtbox .modelbox .box .txtbox1 .txt{
    font-size: 13px;
    line-height: 1.6;
}
    .secSeotxtbox .modelbox .box .txtbox1 .txt span{
        display: none;
    }
}

/* secBnr360 */
.secBnr360{
	text-align: center;
	margin-top: 80px;
}
.secBnr360.mt0{
	margin-top: 0;
}
.secBnr360 .aBnrLink{
	display: inline-block;
}
.mt60bnr{
	margin-top: 60px !important;
}

@media only screen and (max-width:767px){
	.secBnr360{
		margin-top: 50px;
	}
	.secBnr360.mb40sp{
		margin-bottom: 40px;
	}
	.mt40bmrSp{
		margin-top: 40px !important;
	}
	
}