/*================================================================================

gotoshi-club css

================================================================================*/

/* ------------common------------ */

body {
    color: #000;
    line-height: 1.6;
	letter-spacing: 0.05em;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.inner {
	width: 960px;
	margin: 0 auto;
}

.comment {
	font-size: 12px;
	text-indent: -0.6em;
	padding-left: 0.6em;
	margin-top: 10px;
}

.-pcOnly {
	display: block;
}

.-spOnly {
	display: none;
}

.-spOnly480 {
	display: none;
}

a.txtLink {
    color: #003c78;
	text-decoration: underline;
}

a:hover {
    opacity: .7;
}

.c-text {
	line-height: 2;
	margin-top: 5px;
}

.tC {
	text-align: center;
}

.tR {
	text-align: right;
}

@media screen and (max-width: 960px) {
	.inner {
		width: auto;
	}
	.-pcOnly {
		display: none;
	}
	
	.-spOnly {
		display: block;
	}
}

@media screen and (max-width: 540px) {
	.-spOnly480 {
		display: block;
	}
}


/* ------------------------------------------------ 

fotter

------------------------------------------------  */

.ftArea {
	border-top: 1px solid #000;
	background: url(/assets/gotoshi-club/img/benefit_bg.jpg);
    background-size: cover;
	padding: 60px 0 80px;
}

.ftBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ftBox {
	width: 50%;
}

.ftBox:nth-child(1) {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-right: 60px;
}

.ftImg {
	width: 120px;
}

.ftLinks {
	display: flex;
	flex-wrap: wrap;
}

.ftLinks li {
	border-right: 1px solid #000;
    padding-right: 10px;
	padding-left: 10px;
}

.ftLinks li:first-child,
.ftLinks li:nth-child(5) {
	border-left: 1px solid #000;
}

.ftLinks li:nth-child(n+5) {
    margin-top: 10px;
}

.ft_tit {
	font-size: 24px;
	font-family: YuMincho,'Yu Mincho',serif;
	font-weight: bold;
	line-height: 1.4;
}

.ft_tit span {
	font-size: 38px;
}

.ftItemBox.address {
	margin-top: 50px;
}

.ft_address {
	font-size: 24px;
}

.ft_address span {
	font-size: 16px;
}

.ftItemBox.num {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ftItemDetails {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 60px;
	padding: 3px 0;
}

.ftItemDetails:nth-child(2) {
	margin-right: 0;
}

.details_tit {
	border-right: 1px solid #000;
	padding-right: 10px;
}

.details_txt {
	padding-left: 10px;
}

.btnBlock {
	margin-top: 60px;
	background: #fff;
	max-width: 350px;
}

.btnBlock.tC {
	margin: 60px auto 0;
}

.btnBlock.tC.-adjustment {
	margin: 30px auto 0;
}

.btnBlock .btn {
    color: #fff;
    text-align: center;
    background: #003c78;
    display: block;
    padding: 15px 40px;
    background-image: url(/assets/common/img/icon_arow_white.png);
    background-size: 20px auto;
    background-position: center right 10px;
    background-repeat: no-repeat;
	font-size: 16px;
}

.btnBlock .btn:hover {
	opacity: .7;
}

.copyright {
	padding: 20px 0;
	text-align: center;
    background-color: #000;
    color: #fff;
}

@media screen and (max-width: 960px) {
	.ftArea {
		padding: 40px 20px 40px;
	}

	.ftBlock {
		display: block;
	}

	.ftBox {
		width: 100%;
	}

	.ftLinks li:nth-child(n+3) {
		margin-top: 10px;
	}

	.ftLinks li:first-child, .ftLinks li:nth-child(3),.ftLinks li:nth-child(6) {
		border-left: 1px solid #000;
	}

	.ftLinks li:nth-child(5) {
		border-left: none;
	}

	.ftImg:nth-child(1) {
		width: 90px;
		margin: 0 auto;
	}

	.ftImg:nth-child(2) {
		width: 143px;
		margin: 40px auto;
	}

	.ftItemBox.contact {
		border-top: 1px solid #fff;
		padding-top: 30px;
	}

	.ft_tit {
		font-size: 20px;
		text-align: center;
	}

	.ft_tit span {
		font-size: 32px;
	}

	.ftItemBox.address {
		margin-top: 20px;
	}

	.ft_address {
		font-size: 20px;
		text-align: center;
	}

	.ft_address span {
		font-size: 14px;
	}

	.ftItemBox.num {
		margin-top: 20px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.ftItemDetails {
		margin-right: 30px;
	}

	.btnBlock {
		margin-top: 40px;
		background: #fff;
		max-width: 100%;
	}

	.btnBlock.-mv {
		margin-top: 20px;
		max-width: 61%;
	}

	.copyright {
		padding: 10px 0;
		font-size: 12px;
	}

	.ftLinks {
		margin-top: 30px;
	}

	.btnBlock.tC {
		margin: 30px auto 0;
	}

}

@media screen and (max-width: 540px) {
	.ftBox:nth-child(1) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 30px;
	}

	.ftImg:nth-child(2) {
		width: 142px;
		margin: 0px auto;
	}

	.ft_tit {
		font-size: 18px;
		text-align: left;
	}

	.ft_tit span {
		font-size: 28px;
	}

	.ft_address {
		font-size: 16px;
		text-align: left;
	}

	.ftItemBox.num {
		display: block;
	}
	
}



.p-section_submenu{
	padding: 20px 0px;
	background-color: #003c78db;
	text-align: center;
}
.p-section_submenu .ftLinks{
	/* gap: 10px; */
	justify-content: center;
}
.p-section_submenu .ftLinks > li{
	/* border-right: 1px solid #fff; */
	border-color: #fff;
}
.p-section_submenu .ftLinks > li:first-child{
	/* border-left: 1px solid #fff; */
}
.p-section_submenu .ftLinks > li:nth-child(n+4){
	margin-top: 0;
}
.p-section_submenu .ftLinks > li:nth-child(4){
	border-left:0;
}

.p-section_submenu .ftLinks > li a{
	color:#fff;
	padding:0 8px;
}
@media screen and (max-width: 960px) {
	.p-section_submenu{
		padding: 20px 20px;
		text-align: left;
	}
	.p-section_submenu .ftLinks{
		justify-content: flex-start;
		margin-top: 0;
	}
	.p-section_submenu .ftLinks > li a{
		padding: 0 0px;
	}
	.p-section_submenu .ftLinks > li:nth-child(n+4){
		margin-top: 10px;
	}
}


.alL,.c-textLeft {text-align: left;}
.alC,.c-textCenter {text-align: center;}
.alR,.c-textRight {text-align: right;}
@media screen and (max-width: 960px) {
	.c-spLeft{
		text-align: left!important;
	}
	.c-spRight{
		text-align: right!important;
	}
	.c-spCenter{
		text-align: center!important;
	}
}







