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

gotoshi-club css

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

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

下層ページ

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

.c-pd {
	padding: 80px 0;
}

.c-lead {
	font-size: 16px;
	margin-bottom: 60px;
}

.fs_large {
	font-size: 16px;
}

.fs_large span {
	color: #003c78;
}

h2.c-li_tit {
    position: relative;
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
	padding: 5px 20px;
    margin-top: 40px;
}

h2.c-li_tit.-adjustment {
    margin-top: 0;
}

h2.c-li_tit::before {
    content: '';
	position: absolute;
	left: 0;
    top: 50%;
	transform: translate(0, -50%);
    width: 5px;
    height: calc(100% - 0.75em);
    background: #003c78;
}

.listArea .listBlock:nth-child(n+2) {
	margin-top: 30px;
}

li.c-text {
	text-indent: -1.2em;
    padding-left: 1.2em;
}

.listArea .listBlock .listBox li {
	text-indent: -2.6em;
	padding-left: 2.1em;
	margin-top: 5px;
}

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

	.c-lead {
		font-size: 14px;
		margin-bottom: 40px;
	}

	.fs_large {
		text-indent: -1.4em;
		padding-left: 1.4em;
	}

	h2.c-li_tit {
		font-size: 18px;
	}

}

@media screen and (max-width: 768px) {
	.contents {
		margin-top: -20px;
	}
}

/* ------------pankuzu------------ */
.bcList {
    background: #d1edf4;
    height: 33px;
    font-size: 12px;
    text-align: left;
    line-height: 33px;
    overflow: hidden;
    margin-top: 100px;
}

.bcList ul {
    max-width: 960px;
    margin: auto;
    width: 90%;
}

.bcList li {
    display: inline;
    margin-right: 10px;
}

.bcList li a {
    padding-right: 15px;
}

.bcList li:not(:last-child) a {
    text-decoration: underline;
}

.bcList li:last-child {
    font-weight: bold;
}

.bcList li:after {
    content: '>';
    color: #a3a3a3;
}

.bcList li:last-child:after {
    content: '';
}

@media screen and (max-width: 960px) {
    .bcList {
        margin-top: 80px;
    }
	.bcList li {
		margin-right: 5px;
	}

	.bcList li a {
		padding-right: 10px;
	}
}

@media screen and (max-width: 540px) {
    .bcList {
        font-size: 80%;
    }
}


/* ------------main------------ */

.mainArea {
	background-color: #d1edf4;
	position: relative;
	padding: 40px 0 80px;
}


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

@media screen and (max-width: 960px) {
	.mainArea {
		background-color: #d1edf4;
		position: relative;
		padding: 20px 20px 60px;
	}

	.main_tit {
		font-size: 28px;
	}
}

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


}

/* ------------useArea------------ */

.useBlock:first-of-type {
    margin-bottom: 60px;
}

.useBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.useItemBox {
    width: 75%;
    margin-left: 30px;
}

.useItemBox .c-lead {
    margin-bottom: 0;
}

.useBox .useItemBoxImg {
    width: 20%;
}

.useItemBox .c-text.-mg {
    margin-top: 20px;
    line-height: 0.5;
}

.useItemBox .c-text span.rhombus {
    color: #003c78;
}

.useItemBox .comment {
    margin-top: 0px;
}

.tableArea {
	margin-top: 20px;
    width: 100%;
}

.tableArea.-table2 th:nth-child(1) {
    width: 20%;
    text-align: center;
}

.tableArea.-table2 th {
    padding: 20px 0;
    background-color: #f9f5ec;
    font-weight: normal;
	font-size: 16px;
    text-align: center;
    border-right: 1px dashed #b3b3b3;
    border-top: 1px solid #b3b3b3;
    vertical-align: middle;
    width: 27%;
}

.tableArea.-table2 td {
    padding: 10px;
    font-weight: normal;
    border-right: 1px dashed #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    text-align: left;
    line-height: 1.4;
    vertical-align: middle;
}

.tableArea.-table2 tr:nth-child(1) td,
.tableArea.-table2 tr td:nth-child(1) {
    text-align: center;
}

.tableArea.-table2 td ul li {
    text-indent: -1em;
    padding-left: 1em;
}

.tableArea.-table2 td ul li span {
    font-size: 12px;
}

.tableArea.-table2 th:last-child, .tableArea td:last-child {
    border-right: none;
}

.serviceArea {
    margin-top: 10px;
}

.serviceArea li {
    text-indent: -1em;
    padding-left: 1em;
}

.dealersArea {
    margin-top: 30px;
    background: #e4f6fa;
}

.dealersBlock {
    padding: 30px;
}

.dealersBox:nth-child(n+2) {
    margin-top: 20px;
    border-top: 1px dashed #b3b3b3;
    padding-top: 20px;
}

.dealers_tit {
    font-weight: bold;
}

.useArea .benefit_spArea {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #000;
}

.useArea .benefit_sptit {
    font-size: 28px;
    font-family: YuMincho,'Yu Mincho',serif;
    font-weight: bold;
    line-height: 1;
}

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

    .useBox .useItemBoxImg {
        width: 50%;
        margin: 0 auto;
    }

    .useItemBox {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .dealersArea {
        margin-top: 20px;
    }

    .dealersBlock {
        padding: 20px;
    }

    .useArea .benefit_spArea {
        margin-top: 40px;
        padding-top: 40px;
    }

    .useArea .benefit_sptit {
        font-size: 22px;
    }

}

/* ------------registerArea------------ */

.registerBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.registerBox .registerItemBoxImg {
    width: 20%;
}

.registerItemBox {
    width: 75%;
    margin-left: 30px;
}

.registerImgBox {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}

.registerItemBoxImg {
    width: 80%;
}

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

    .registerImgBox {
        display: block;
    }

    .registerItemBoxImg {
        width: 100% !important;
        margin: 0 auto;
        text-align: center;
    }

    .registerItemBox {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .registerItemBoxImg:nth-child(2) {
       margin-top: 20px;
    }

}


/* ------------faqArea------------ */


.l-section-body {
    position: relative;
	margin-top: 30px;
}

.l-section-body.titBlock .subtit {
    text-align: left;
    margin-top: 0;
	font-size: 14px;
    padding: 15px 50px;
    line-height: 1.4;
    background-color: #f2f2f2;
    color: #000;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
}

.acordion:first-child {
    margin-top: 0;
}

.acordion:nth-of-type(n+2) {
    margin-top: 20px;
}

.acordion-title {
    position: relative;
}
.acordion-title::before {
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: '';
    transform: translateY(-50%) rotate(135deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    z-index: 100;
}
.acordion-title.open::before {
    top: 50%;
    transform: translateY(-40%) rotate(-45deg);
}

.acordion-title {
    position: relative;
    cursor: pointer;
}

.acordion-title h3::before {
    display: block;
    position: absolute;
    content: "Q";
    top: 50%;
    left: 15px;
    transform: translateY(-52%);
    color: #000;
    font-size: 24px;
    font-weight: normal;
}

.acordion-text  {
    position: relative;
    padding-left: 16px;
    margin-top: 10px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.acordion-text .c-text   {
    margin-top: 0;
    padding-left: 18px;
    padding-right: 25px;
}

.acordion-text::before {
    display: block;
    content: "A";
	font-size: 24px;
    font-weight: normal;
}

.list_faq {
	padding-left: 18px;
    padding-right: 25px;
    padding-top: 10px;
}

@media screen and (max-width: 960px) {
	.l-section-body {
		margin-top: 20px;
	}

	.l-section-body.titBlock .subtit {
		padding: 10px 45px;
		font-size: 88%;
	}

	.acordion-text {
		margin-bottom: 30px;
	}

	.acordion-text .c-text {
		line-height: 1.6;
	}

}


/* ------------privacyArea------------ */

.privacyArea {
	
}

.tableArea {
	margin-top: 20px;
    width: 100%;
}

.tableArea.-table1 th:nth-child(1) {
    width: 20%;
    text-align: center;
}

.tableArea.-table1 th {
    padding: 20px 0;
    background-color: #f9f5ec;
    font-weight: normal;
	font-size: 16px;
    text-align: center;
    border-right: 1px dashed #b3b3b3;
    border-top: 1px solid #b3b3b3;
    vertical-align: middle;
    width: 40%;
}

.tableArea.-table1 td {
    padding: 20px;
    font-weight: normal;
    border-right: 1px dashed #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    text-align: left;
    line-height: 1.4;
    vertical-align: middle;
}

.tableArea.-table1 tr td:nth-child(1),
.tableArea.-table1 tr td:nth-child(2) {
    text-align: center;
}

.tableArea.-table1 td ul li {
    text-indent: -1em;
    padding-left: 1em;
}

.tableArea.-table1 td ul li span {
    font-size: 12px;
}

.tableArea.-table1 th:last-child, .tableArea td:last-child {
    border-right: none;
}

.contactArea {
	margin-top: 60px;
}

.contactBlock {
	padding: 30px;
	background: #f2f2f2;
}

.contactArea .contact_tit {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
    color: #003c78;
}

.contactArea .ct_address {
    font-size: 20px;
	margin-top: 20px;
}

.contactArea .ctItemBox.num {
    margin-top: 10px;
    display: flex;
	justify-content: center;
}

.contactArea .ctItemDetails {
    display: flex;
    margin-right: 60px;
    padding: 3px 0;
}

@media screen and (max-width: 960px) {
	.tableArea {
		width: auto;
		overflow: auto;
		white-space: nowrap;
		position: relative;
	}

	.tableArea .scrollArw {
		width: 30%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
	}
}

@media screen and (max-width: 480px) {
	.tableArea .scrollArw {
		width: 50%;
	}
}