@charset "utf-8";

/*-----------------------------------------------
	cmnWrapper
-----------------------------------------------*/
.cmnWrapper{
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width:767px){
	.cmnWrapper{
		width: 93.75%;
		margin: 0 auto;
	}
}

/*-----------------------------------------------
	control
-----------------------------------------------*/
/* titControl */
.titControl{
	background: repeating-linear-gradient(-45deg, #38779C, #38779C 24.8px, #86B7D5 24.8px, #86B7D5 49.6px);
	background-color: #38779C;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
	height: 120px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 120px;
	font-size: 26px;
	letter-spacing: 5.5px;
}
@media only screen and (max-width:767px){
	.titControl{
		height: auto;
		line-height: 1.5;
		font-size: 15px;
		letter-spacing: 0.5px;
		padding: 14px 10px;
	}
}

/* secControlTop */
.secControlTop .boxTit .txt{
	font-size: 15px;
	line-height: 32px;
	color: #000;
	letter-spacing: 1.5px;
	text-align: center;
	margin-top: 31px;
	font-weight: normal;
}
.secControlTop .boxImg .img{
	text-align: center;
	background: #EBF2EB;
	margin-top: 51px;
	border-top: 8px solid #3E8136;
	border-bottom: 8px solid #3E8136;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.secControlTop .boxImg .img img{
	width: 1350px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -675px;
}
.secControlTop .boxImg .txt{
	font-size: 30px;
	line-height: 50px;
	color: #3E8035;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5px;
	margin-top: 40px;
}

@media only screen and (max-width:767px){
	.secControlTop .boxTit .txt{
		width: 93.75%;
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		text-align: left;
		margin: 15px auto 0;
	}
	.secControlTop .boxImg .img{
		height: auto;
		margin-top: 20px;
		border-top: 4px solid #3E8136;
		border-bottom: 4px solid #3E8136;
	}
	.secControlTop .boxImg .img img{
		width: 100%;
		position: static;
		margin-left: 0;
	}
	.secControlTop .boxImg .txt{
		font-size: 15px;
		line-height: 25px;
		margin-top: 20px;
	}
}

/* secControlContent */
.secControlContent .tit{
	color: #000;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 7px;
	padding: 70px 0 9px;
	position: relative;
}
.secControlContent .cmnWrapper{
	padding-bottom: 60px;
	position: relative;
}
.secControlContent .boxList{
	margin: 60px auto 0;
	font-size: 0;
}
.secControlContent .boxList li{
	display: inline-block;
	margin: 0 20px 20px 0;
}
.secControlContent .boxList li:nth-child(5n){
	margin-right: 0;
}
.secControlContent .boxList li a{
	display: table-cell;
	width: 184px;
	height: 110px;
	color: #000;
	font-size: 15px;
	line-height: 24px;
	vertical-align: middle;
	border: 1px solid #377599;
	text-align: center;
	border-radius: 4px;
	background: #F9FBFB;
	box-shadow: 0 -4px #377599 inset;
	padding-bottom: 6px;
	letter-spacing: 1px;
	-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;
}
.secControlContent .boxList li a:hover{
	background: #FDFEFE;
}
.secControlContent .img{
	position: absolute;
	right: 0;
	bottom: 0;
}
@media only screen and (max-width:767px){
	.secControlContent .tit{
		font-size: 18px;
		letter-spacing: 0.5px;
		padding: 30px 0 25px;
	}
	.secControlContent .tit:after{
		width: 30px;
		left: calc(50% - 15px);
	}
	.secControlContent .cmnWrapper{
		padding-bottom: 10px;
	}
	.secControlContent .boxList{
		margin: 20px auto 0;
	}
	.secControlContent .boxList li{
		margin: 0 0 10px 0;
	}
	.secControlContent .boxList li:nth-child(2n+1){
		margin: 0 3vw 10px 0;
	}
	.secControlContent .boxList li a{
		width: 45vw;
		height: 70px;
		color: #000;
		font-size: 13px;
		line-height: 1.5;
		box-shadow: 0 -2px #377599 inset;
		letter-spacing: 0.5px;
		padding-bottom: 3px;
	}
	.secControlContent .img{
		right: calc(25% - 74px);

	}
	.secControlContent .img img{
		width: auto;
		height: 80px;
	}
}

/* secControlDetails */
.secControlDetails{
	background: #FAF9F8;
}
.secControlDetails .cmnWrapper{
	padding: 40px 0 90px;
}
.secControlDetails .boxLeft{
	float: left;
	width: 650px;
}
.secControlDetails .boxLeft .txt{
	color: #000;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.25px;
	margin-top: 12px;
}
.secControlDetails .boxLeft .imgInsurance{
	margin-top: 16px;
}
.secControlDetails .boxLeft .btnOwner a{
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #F90;
	border-radius: 25px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 17px;
}
.secControlDetails .boxRight{
	float: right;
	width: 300px;
}
@media only screen and (max-width:767px){
	.secControlDetails .cmnWrapper{
		padding: 15px 0 30px;
	}
	.secControlDetails .boxLeft{
		float: none;
		width: 100%;
	}
	.secControlDetails .boxLeft .txt{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		margin-top: 0;
	}
	.secControlDetails .boxLeft .imgInsurance{
		width: 78.13%;
		margin: 10px auto 0;
	}
	.secControlDetails .boxLeft .btnOwner a{
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		font-size: 13px;
		letter-spacing: 0.5px;
		margin: 10px auto 0;
	}
	.secControlDetails .boxRight{
		float: none;
		width: 83.33%;;
		margin: 15px auto 0;
	}
}

/* secControlDemand */
.secControlDemand{
	background: #FAF9F8;
}
.secControlDemand .cmnWrapper{
	padding: 31px 0 82px;
}
.secControlDemand .txtDemand{
	color: #000;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.75px;
}
.secControlDemand .boxFlow{
	margin-top: 43px;
}
.secControlDemand .boxFlow li{
	padding: 29px 0 30px;
	border: 1px solid #D7D7D7;
	background: #FFF;
	position: relative;
	margin-bottom: 56px;
}
.secControlDemand .boxFlow li:last-child{
	margin-bottom: 0;
}
.secControlDemand .boxFlow li::after{
	content: "";
	display: block;
	width: 26px;
	height: 16px;
	position: absolute;
	left: calc(50% - 13px);
	bottom: -37px;
	background: url(../img/owner/imgFlowArrow.gif) center top / cover no-repeat;
}
.secControlDemand .boxFlow li:last-child::after{
	display: none;
}
.secControlDemand .boxFlow li .boxLeft{
	display: table-cell;
	border-right: 1px solid #D7D7D7;
	width: 96px;
	text-align: center;
	vertical-align: top;
}
.secControlDemand .boxFlow li .boxLeft .txt01{
	font-size: 20px;
	letter-spacing: 1px;
}
.secControlDemand .boxFlow li .boxLeft .txt02{
	font-size: 38px;
	padding-top: 3px;
	height: 34px;
}
.secControlDemand .boxFlow li .boxRight{
	display: table-cell;
	width: 901px;
	padding-left: 25px;
}
.secControlDemand .boxFlow li .boxRight .tit{
	font-size: 20px;
	color: #AA2521;
	font-weight: bold;
	letter-spacing: 3.75px;
	padding-top: 5px;
}
.secControlDemand .boxFlow li .boxRight .tit .txtSmall{
	font-size: 15px;
}
.secControlDemand .boxFlow li .boxRight .txt{
	color: #000;
	font-size: 13px;
	margin-top: 12px;
	letter-spacing: 0.5px;
}
.secControlDemand .boxFlow li .boxRight .txt .txtSmall{
	font-size: 10px;
}
.secControlDemand .txtNote{
	font-size: 13px;
	line-height: 30px;
	color: #000;
	margin-top: 36px;
	letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
	.secControlDemand .cmnWrapper{
		padding: 15px 0 25px;
	}
	.secControlDemand .txtDemand{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
	.secControlDemand .boxFlow{
		margin-top: 15px;
	}
	.secControlDemand .boxFlow li{
		padding: 15px 0 ;
		margin-bottom: 30px;
	}
	.secControlDemand .boxFlow li::after{
		width: 13px;
		height: 8px;
		left: calc(50% - 6.5px);
		bottom: -20px;
	}
	.secControlDemand .boxFlow li .boxLeft{
		width: 50px;
		vertical-align: middle;
	}
	.secControlDemand .boxFlow li .boxLeft .txt01{
		font-size: 15px;
		letter-spacing: 0.5px;
	}
	.secControlDemand .boxFlow li .boxLeft .txt02{
		font-size: 21px;
		padding-top: 1.5px;
		height: auto;
	}
	.secControlDemand .boxFlow li .boxRight{
		display: table-cell;
		width: calc(100% - 50px);
		padding: 0 10px;
	}
	.secControlDemand .boxFlow li .boxRight .tit{
		font-size: 15px;
		letter-spacing: 0.5px;
		padding-top: 0;
		line-height: 1.5;
	}
	.secControlDemand .boxFlow li .boxRight .tit .txtSmall{
		font-size: 12px;
	}
	.secControlDemand .boxFlow li .boxRight .txt{
		font-size: 12px;
		margin-top: 5px;
		line-height: 1.5;
	}
	.secControlDemand .txtNote{
		font-size: 12px;
		line-height: 1.5;
		margin-top: 10px;
	}
}

/* secControlReform */
.secControlReform{
	background: #FAF9F8;
}
.secControlReform .cmnWrapper{
	padding: 31px 0 90px;
}
.secControlReform .txtReform{
	color: #000;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.25px;
}
.secControlReform .boxPoint{
	padding: 29px;
	border: 1px solid #D7D7D7;
	background: #FFF;
	margin-top: 43px;
}
.secControlReform .boxPoint .boxLeft{
	width: 660px;
	display: table-cell;
	vertical-align: middle;
}
.secControlReform .boxPoint .boxLeft .txt{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2.5px;
}
.secControlReform .boxPoint .boxLeft .tit{
	font-size: 24px;
	line-height: 34px;
	color: #AA2520;
	font-weight: bold;
	letter-spacing: 1.25px;
}
.secControlReform .boxPoint .boxRight{
	width: 280px;
	display: table-cell;
}
@media only screen and (max-width:767px){
	.secControlReform .cmnWrapper{
		padding: 15px 0 30px;
	}
	.secControlReform .txtReform{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
	.secControlReform .boxPoint{
		padding: 10px 10px 20px;
		margin-top: 20px;
	}
	.secControlReform .boxPoint .boxLeft{
		width: 100%;
		display: block;
	}
	.secControlReform .boxPoint .boxLeft .txt{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
	.secControlReform .boxPoint .boxLeft .tit{
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
	.secControlReform .boxPoint .boxRight{
		width: 80.94%;
		display: block;
		margin: 15px auto 0;
	}
}

/*-----------------------------------------------
	mediation
-----------------------------------------------*/
/* secMediationTop */
.secMediationTop .boxImg{
	position: relative;
}
.secMediationTop .img{
	text-align: center;
	background: #EBF2EB;
	margin-top: 51px;
	border-top: 8px solid #3E8136;
	border-bottom: 8px solid #3E8136;
	height: 600px;
	position: relative;
	overflow: hidden;
	}
.secMediationTop .img img{
	width: 1350px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -675px;
}
.secMediationTop .txt{
	font-size: 30px;
	line-height: 50px;
	color: #3E8035;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5px;
	margin-top: 40px;
}

@media only screen and (max-width:767px){
	.secMediationTop .img{
		height: auto;
		margin-top: 20px;
		border-top: 4px solid #3E8136;
		border-bottom: 4px solid #3E8136;
	}
	.secMediationTop .img img{
		width: 100%;
		position: static;
		margin-left: 0;
	}
	.secMediationTop .txt{
		font-size: 15px;
		line-height: 25px;
		margin-top: 20px;
	}
}

/* secMediationReason */
.secMediationReason .titReason{
	color: #000;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin: 68px 0 20px;
	letter-spacing: 7px;
	position: relative;
}
.secMediationReason .boxList li{
	padding: 60px 0 50px;
}
.secMediationReason .boxList li:last-child{
	padding-bottom: 30px;
}
.secMediationReason .boxList li:nth-child(2n){
	background: #FBF8F2;
}
.secMediationReason .boxList li .boxLeft{
	position: relative;
	display: table-cell;
	vertical-align: top;
}
.secMediationReason .boxList li .boxLeft .num{
	width: 44px;
	height: 38px;
	background: url(../img/owner/bgMediationReason.png) center top / cover no-repeat;
	position: absolute;
	left: 10px;
	top: -10px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.secMediationReason .boxList li .boxRight{
	display: table-cell;
	padding-left: 40px;
	vertical-align: top;
}
.secMediationReason .boxList li .boxRight .tit01{
	color: #3E7F34;
	font-size: 16px;
	margin-top: 20px;
	letter-spacing: 0.5px;
}
.secMediationReason .boxList li .boxRight .tit02{
	color: #3E7F34;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	letter-spacing: 2.25px;
	margin-top: 5px;
}
.secMediationReason .boxList li .boxRight .txt{
	font-size: 14px;
	line-height: 26px;
	color: #000;
	letter-spacing: 0.5px;
	padding-top: 7px;
}
.secMediationReason .boxList li .boxRight .btn a{
	display: block;
	width: 200px;
	height: 48px;
	line-height: 48px;
	background: #5293D3;
	border-radius: 4px;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	letter-spacing: 0.5px;
}
.secMediationReason .btnSearch a{
	display: block;
	width: 320px;
	height: 72px;
	line-height: 72px;
	background: #F90;
	border-radius: 36px;
	margin: 0 auto 100px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4.5px;
}
@media only screen and (max-width:767px){
	.secMediationReason .titReason{
		font-size: 18px;
		letter-spacing: 0.5px;
		margin: 30px 0 10px;
	}
	.secMediationReason .titReason::after{
		width: 30px;
		left: calc(50% - 15px);
	}
	.secMediationReason .boxList li{
		padding: 30px 0;
	}
	.secMediationReason .boxList li:last-child{
		padding-bottom: 20px;
	}
	.secMediationReason .boxList li .boxLeft{
		display: block;
		width: 83.33%;
		margin: 0 auto;
	}
	.secMediationReason .boxList li .boxRight{
		display: block;
		padding-left: 0;
	}
	.secMediationReason .boxList li .boxRight .tit01{
		font-size: 13px;
		margin-top: 15px;
	}
	.secMediationReason .boxList li .boxRight .tit02{
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
	.secMediationReason .boxList li .boxRight .txt{
		font-size: 13px;
		line-height: 1.5;
		padding-top: 5px;
	}
	.secMediationReason .boxList li .boxRight .btn a{
		font-size: 12px;
		margin: 10px auto 0;
	}
	.secMediationReason .btnSearch a{
		width: 240px;
		height: 36px;
		line-height: 36px;
		border-radius: 18px;
		margin: 0 auto 40px;
		font-size: 15px;
		letter-spacing: 0.5px;
	}
}

/* secMediationDescription */
.secMediationDescription .boxTit{
	height: 261px;
	color: #FFF;
	background: url(../img/owner/bgMediationDescription.jpg) center top no-repeat;
}
.secMediationDescription .boxTit .tit01{
	font-size: 18px;
	text-align: center;
	padding-top: 74px;
	letter-spacing: 1.75px;
}
.secMediationDescription .boxTit .tit02{
	font-size: 34px;
	line-height: 48px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 8.25px;
	margin-top: 6px;
}
.secMediationDescription .boxList{
	width: 1000px;
	margin: 39px auto 15px;
	font-size: 0;
}
.secMediationDescription .boxList li{
	display: inline-block;
	vertical-align: top;
	width: 320px;
	height: 297px;
	border: 3px solid #367296;
	padding: 0 30px;
	color: #000;
	position: relative;
	margin: 0 20px 19px 0;
}
.secMediationDescription .boxList li:nth-child(3n){
	margin-right: 0;
}
.secMediationDescription .boxList li:nth-child(n+4){
	height: 271px;
}
.secMediationDescription .boxList li .tit{
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-top: 26px;
	letter-spacing: 2px;
}
.secMediationDescription .boxList li .txt{
	font-size: 13px;
	line-height: 24px;
	margin-top: 19px;
	letter-spacing: 0.25px;
}
.secMediationDescription .boxList li .num{
	font-size: 40px;
	color: #FECB7E;
	font-style: italic;
	position: absolute;
	right: 14px;
	bottom: 5px;
}
.secMediationDescription .boxList li .txtNote{
	font-size: 11px;
	letter-spacing: 0.25px;
	color: #000;
	margin-top: 5px;
}
@media only screen and (max-width:767px){
	.secMediationDescription .boxTit{
		padding: 15px 0;
		height: auto;
		background-size: cover;
	}
	.secMediationDescription .boxTit .tit01{
		font-size: 13px;
		text-align: center;
		padding-top: 0;
		letter-spacing: 0.5px;
	}
	.secMediationDescription .boxTit .tit02{
		font-size: 18px;
		line-height: 1.5;
		text-align: center;
		letter-spacing: 1.5px;
		margin-top: 3px;
	}
	.secMediationDescription .boxList{
		width: 93.75%;
		margin: 20px auto 10px;
	}
	.secMediationDescription .boxList li{
		display: block;
		width: 100%;
		height: auto;
		padding: 15px;
		margin: 0 0 20px 0;
	}
	.secMediationDescription .boxList li:nth-child(n+4){
		height: auto;
	}
	.secMediationDescription .boxList li .tit{
		font-size: 15px;
		text-align: center;
		margin-top: 0;
		letter-spacing: 0.5px;
	}
	.secMediationDescription .boxList li .txt{
		font-size: 13px;
		line-height: 1.5;
		margin-top: 10px;
		letter-spacing: 0.5px;
	}
	.secMediationDescription .boxList li .num{
		font-size: 25px;
		right: 7px;
		bottom: 2px;
	}
	.secMediationDescription .boxList li .txtNote{
		letter-spacing: 0.5px;
	}
}

/*-----------------------------------------------
	support
-----------------------------------------------*/
/* secSupport */
.secSupport .boxImg .img{
	text-align: center;
	background: #EBF2EB;
	margin-top: 50px;
	border-top: 8px solid #3E8136;
	border-bottom: 8px solid #3E8136;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.secSupport .boxImg .img img{
	width: 1350px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -675px;
}
.secSupport .boxImg .txt{
	font-size: 30px;
	line-height: 50px;
	color: #3E8035;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5px;
	margin-top: 40px;
}
.secSupport .txt01,
.secSupport .txt03{
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	letter-spacing: 1.25px;
}
.secSupport .txt01{
	margin-top: 31px;
}
.secSupport .txt02{
	width: 1000px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 13px auto 15px;
}
.secSupport .txt03{
	margin-bottom: 83px;
}
@media only screen and (max-width:767px){
	.secSupport .boxImg .img{
		height: auto;
		margin-top: 20px;
		border-top: 4px solid #3E8136;
		border-bottom: 4px solid #3E8136;
	}
	.secSupport .boxImg .img img{
		width: 100%;
		position: static;
		margin-left: 0;
	}
	.secSupport .boxImg .txt{
		font-size: 15px;
		line-height: 25px;
		margin-top: 20px;
	}
	.secSupport .txt01,
	.secSupport .txt03{
		width: 93.75%;
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
	.secSupport .txt01{
		margin-top: 15px;
	}
	.secSupport .txt02{
		width: 93.75%;
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		margin: 7px auto;
	}
	.secSupport .txt03{
		margin-bottom: 30px;
	}
}

/* secClub */
.secClub .titClub{
	height: 140px;
	line-height: 140px;
	background: repeating-linear-gradient(-45deg, #3984BB, #3984BB 24.8px, #8CBBDD 24.8px, #8CBBDD 49.6px);
	background-color: #38779C;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
	color: #FFF;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 4.5px;
}
.secClub .boxClub .item .wrapper{
	width: 1000px;
	margin: 0 auto;
}
.secClub .boxClub .boxTit{
	position: relative;
	padding: 86px 0 32px 100px;
}
.secClub .boxClub .item:first-child .boxTit{
	padding-top: 76px;
}
.secClub .boxClub .item:nth-child(2n){
	background: #FAFAFA;
}
.secClub .boxClub .boxTit .txt01{
	width: 80px;
	height: 80px;
	background: #3984BB;
	color: #FFF;
	border-radius: 40px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 22px;
	position: absolute;
	top: 61px;
	left: 0;
}
.secClub .boxClub .item:first-child .boxTit .txt01{
	top: 50px;
}
.secClub .boxClub .item:nth-child(2) .boxTit .txt01,
.secClub .boxClub .item:nth-child(5) .boxTit .txt01{
	background: #BC3838;
}
.secClub .boxClub .item:nth-child(3) .boxTit .txt01,
.secClub .boxClub .item:nth-child(6) .boxTit .txt01{
	background: #5AAB61;
}
.secClub .boxClub .item:nth-child(3) .boxTit .txt02{
	letter-spacing: 1px;
}
.secClub .boxClub .item:nth-child(6){
	padding-bottom: 60px;
}
.secClub .boxClub .boxTit .txt01 .txtNum{
	display: block;
	font-size: 22px;
	margin-top: 4px;
	font-weight: normal;
}
.secClub .boxClub .boxTit .tit{
	color: #000;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 6px;
}
.secClub .boxClub .boxTit .txt02{
	color: #000;
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	letter-spacing: 1.25px;
}
.secClub .boxClub .boxSeminor .tit{
	height: 70px;
	line-height: 70px;
	background: #182B38;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3.75px;
}
.secClub .boxClub .boxSeminor .boxLeft{
	width: 740px;
	float: left;
	background: #F8F8F8;
	padding: 32px 34px;
}
.secClub .boxClub .boxSeminor .boxLeft .boxList{
	float: left;
}
.secClub .boxClub .boxSeminor .boxLeft .boxList:first-child{
	width: 325px;
}
.secClub .boxClub .boxSeminor .boxLeft .boxList li{
	font-size: 15px;
	line-height: 30px;
	color: #191919;
	letter-spacing: 2.5px;
}
.secClub .boxClub .boxSeminor .boxLeft .txt{
	float: left;
	margin-top: 102px;
	font-size: 12px;
	color: #000;
	letter-spacing: 1.25px;
}
.secClub .boxClub .boxSeminor .boxRight{
	width: 260px;
	float: right;
}
.secClub .boxClub .txtSeminar{
	color: #000;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1.25px;
	padding: 33px 0 50px;
}
.secClub .boxClub .boxEventList{
	font-size: 0;
	margin-top: 26px;
}
.secClub .boxClub .boxEventList li{
	width: 320px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	vertical-align: top;
	background: #FDFBFB;
	border: 1px solid #BC3838;
	color: #BB3838;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin: 0 20px 20px 0;
	letter-spacing: 1.25px;
}
.secClub .boxClub .boxEventList li:nth-child(3n){
	margin-right: 0;
}
.secClub .boxClub .boxEventList li:nth-child(n+7){
	margin-bottom: 0;
}
.secClub .boxClub .boxEventList li:last-child{
	display: none;
}
.secClub .boxClub .boxEventList li.multiRow{
	line-height: 20px;
	padding: 9px 0;
}
.secClub .boxClub .txtEvent01{
	color: #191919;
	font-size: 12px;
	text-align: right;
	letter-spacing: 1.25px;
	margin-top: 8px;
	font-weight: bold;
}
.secClub .boxClub .imgEvent{
	margin-top: 20px;
}
.secClub .boxClub .txtBottom{
	font-size: 14px;
	color: #000;
	line-height: 30px;
	letter-spacing: 1.25px;
	padding: 30px 0 55px;
}
.secClub .boxClub .boxMagazine{
	background: #5AAB61;
	padding: 28px 35px 31px 38px;
	position: relative;
}
.secClub .boxClub .boxMagazine .boxList li{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1.25px;
}
.secClub .boxClub .img{
	position: absolute;
	right: 73px;
	bottom: 31px;
}
.secClub .boxClub .imgMaint{
	padding-bottom: 60px;
}
.secClub .boxClub .boxWorryList{
	font-size: 0;
	margin-top: 30px;
}
.secClub .boxClub .boxWorryList li:nth-child(-n+7){
	display: inline-block;
	width: 238px;
	height: 62px;
	line-height: 60px;
	font-size: 14px;
	background: #FDFBFB;
	border: 1px solid #BC3838;
	color: #BB3838;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	margin: 0 16px 20px 0;
	letter-spacing: 1.25px;
}
.secClub .boxClub .boxWorryList li:last-child{
	display: inline-block;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin-top: 35px;
}
.secClub .boxClub .boxWorryList li:nth-child(4n){
	margin-right: 0;
}
.secClub .boxClub .boxWorryList li:nth-child(n+5){
	margin-bottom: 0;
}
.secClub .boxClub .boxWorryList li.multiRow{
	line-height: 20px;
	padding: 9px 0;
}
.secClub .boxClub .txtCard{
	height: 80px;
	line-height: 80px;
	color: #FFF;
	text-align: center;
	background: repeating-linear-gradient(-45deg, #7DCC78, #7DCC78 24.8px, #3E8036 24.8px, #3E8036 49.6px);
	background-color: #3E8036;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 4.5px;
	margin-top: 16px;
}
.secClub .boxMessage{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.secClub .boxMessage .txt01{
	color: #C63838;
	font-size: 22px;
	line-height: 46px;
	font-weight: bold;
	letter-spacing: -0.75px;
	padding-top: 55px;
}
.secClub .boxMessage .txt02{
	color: #000;
	font-size: 15px;
	margin: 35px 0 74px;
	letter-spacing: 2px;
}
@media only screen and (max-width:767px){
	.secClub .titClub{
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		letter-spacing: 0.5px;
	}
	.secClub .boxClub .item .wrapper{
		width: 93.75%;
	}
	.secClub .boxClub .boxTit{
		position: relative;
		padding: 20px 0 15px 0;
	}
	.secClub .boxClub .item:first-child .boxTit{
		padding-top: 20px;
	}
	.secClub .boxClub .item:nth-child(3) .boxTit .txt02{
		letter-spacing: 0.5px;
	}
	.secClub .boxClub .item:nth-child(6){
		padding-bottom: 25px;
	}
	.secClub .boxClub .boxTit .txt01{
		width: 50px;
		height: 50px;
		border-radius: 30px;
		font-size: 10px;
		padding-top: 12px;
		top: 20px !important;
	}
	.secClub .boxClub .boxTit .txt01 .txtNum{
		font-size: 15px;
	}
	.secClub .boxClub .boxTit .tit{
		display: table-cell;
		height: 50px;
		vertical-align: middle;
		font-size: 15px;
		letter-spacing: 0.5px;
		line-height: 1.5;
		padding-left: 60px;
	}
	.secClub .boxClub .boxTit .txt02{
		font-size: 13px;
		line-height: 1.5;
		margin-top: 5px;
		letter-spacing: 0.5px;
	}
	.secClub .boxClub .boxSeminor{
		background: #F8F8F8;
	}
	.secClub .boxClub .boxSeminor .tit{
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		letter-spacing: 0.5px;
	}
	.secClub .boxClub .boxSeminor .boxLeft{
		width: 100%;
		float: none;
		padding: 10px;
	}
	.secClub .boxClub .boxSeminor .boxLeft .boxList{
		float: none;
	}
	.secClub .boxClub .boxSeminor .boxLeft .boxList:first-child{
		width: 100%;
	}
	.secClub .boxClub .boxSeminor .boxLeft .boxList li{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
	.secClub .boxClub .boxSeminor .boxLeft .txt{
		float: none;
		margin: 10px 0 0 15px;
		font-size: 11px;
		letter-spacing: 0.5px;
	}
	.secClub .boxClub .boxSeminor .boxRight{
		width: 78.13%;
		float: none;
		margin: 0 auto;
		padding: 5px 0 15px;
	}
	.secClub .boxClub .txtSeminar{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		padding: 15px 0 25px;
	}
	.secClub .boxClub .boxEventList{
		margin-top: 0;
	}
	.secClub .boxClub .boxEventList li{
		width: 100%;
		height: auto;
		line-height: 1;
		font-size: 13px;
		padding: 5px;
		margin: 0 0 10px 0;
		letter-spacing: 0.5px;
	}
	.secClub .boxClub .boxEventList li.multiRow{
		line-height: 1;
		padding: 5px;
	}
	.secClub .boxClub .boxEventList li:nth-child(n+5){
		width: 49%;
	}
	.secClub .boxClub .boxEventList li:nth-child(n+7){
		margin-bottom: 10px;
	}
	.secClub .boxClub .boxEventList li:nth-child(5),
	.secClub .boxClub .boxEventList li:nth-child(7),
	.secClub .boxClub .boxEventList li:nth-child(9){
		margin-right: 1%;
	}
	.secClub .boxClub .boxEventList li:nth-child(6),
	.secClub .boxClub .boxEventList li:nth-child(8),
	.secClub .boxClub .boxEventList li:last-child{
		margin-left: 1%;
	}
	.secClub .boxClub .boxEventList li:last-child{
		display: inline-block;
		text-align: left;
		font-weight: normal;
		color: #191919;
		border: none;
		font-size: 12px;
		margin-top: 12px;
		padding: 0;
		font-weight: bold;
	}
	.secClub .boxClub .imgEvent{
		margin-top: 10px;
	}
	.secClub .boxClub .txtBottom{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		padding: 15px 0 25px;
	}
	.secClub .boxClub .boxMagazine{
		padding: 10px 10px 15px;
	}
	.secClub .boxClub .boxMagazine .boxList li{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		margin-bottom: 5px;
	}
	.secClub .boxClub .img{
		position: static;
		width: 71.43%;
		margin: 10px auto 0;
	}
	.secClub .boxClub .imgMaint{
		width: 93.75%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.secClub .boxClub .boxWorryList{
		margin-top: 15px;
	}
	.secClub .boxClub .boxWorryList li:nth-child(-n+7){
		display: inline-block;
		width: 100%;
		height: auto;
		line-height: 1;
		padding: 5px;
		font-size: 13px;
		margin: 0 0 10px 0;
		letter-spacing: 0.5px;
	}
	.secClub .boxClub .boxWorryList li:last-child{
		display: block;
		margin-top: 0;
	}
	.secClub .boxClub .boxWorryList li.multiRow{
		line-height: 1;
		padding: 5px;
	}
	.secClub .boxClub .txtCard{
		height: auto;
		line-height: 1.5;
		font-size: 15px;
		letter-spacing: 0.5px;
		padding: 10px 0;
		margin-top: 0;
	}
	.secClub .boxMessage{
		width: 93.75%;
		text-align: left;
	}
	.secClub .boxMessage .txt01{
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		padding-top: 25px;
	}
	.secClub .boxMessage .txt02{
		font-size: 13px;
		margin: 15px 0 25px;
		letter-spacing: 0.5px;
	}
}
/* ▼250924 */
/*-----------------------------------------------
    imgCover
-----------------------------------------------*/
.secMediationReason .boxList li .boxLeft .num{
	z-index: 3;
}
/* imgCover */
.imgCover{
    position:relative;
}
.imgCover img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.secMediationReason .boxLeft .img{
	position: relative;
	width: 320px;
}
.secMediationReason .boxLeft .imgArea{
	width:100%;
	height: 0;
	padding-top:240px;
	overflow: hidden;
}
.secMediationReason .img_txtArea{
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	z-index: 5;
}
.secMediationReason .img_txtIn{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.secMediationReason .img_txtIn .img_txt{
	font-size: 18px;
	line-height: calc(27 / 18);
	font-weight: bold;
}
@media only screen and (max-width:767px){
	.secMediationReason .boxLeft .img{
		width: 100%;
	}
	.secMediationReason .boxLeft .imgArea{
		padding-top:calc(240 / 320 * 100%);
	}
	.secMediationReason .img_txtIn .img_txt{
		font-size: 18px;
		line-height: calc(27 / 18);
		font-weight: bold;
	}
}