@charset "UTF-8";

/* ==========================================================================
	mypoint-list-button
========================================================================== */
.mypoint-list-button a {
	display: block;
	padding: 8px 55px 8px 25px;
	text-decoration: none;
	color: #ffffff;
	border-radius: 40px;
	background: #015db2;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
}

.mypoint-list-button .icon-arrow-s:after {
	border-top: solid 4px #ffffff;
	border-right: solid 4px #ffffff;
}

@media screen and (min-width: 751px){
	.mypoint-list-button .icon-arrow-s:after {
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
	}
}


/* ==========================================================================
	.list-modal-close
========================================================================== */
.list-modal-close a{
	background: #015db2;
}


/* ==========================================================================
	.input-search
========================================================================== */
.input-search .btn-search input {
	background-color: #015db2;
}


/* ==========================================================================
	.modal
========================================================================== */
.modal {
	display: none;
}
.modal-overlay {
	position: fixed;
	z-index: 9999;
	top: 0px;
	height: 100%;
	width: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.65);
}
.modal-content {
	position: fixed;
	z-index: 10000;
	margin: auto;
	left: 20px;
	right: 20px;
	top: 16%;
	height: 770px;
	max-width: 680px;
	overflow: auto;
	background: rgb(255, 255, 255);
	box-sizing: border-box;
	padding: 10px;
	border-radius: 8px;
}

.modal-main p {
	padding: 0px 30px;
}

.modal-search-area {
	padding: 0px 20px;
}

@media screen and (min-width: 751px) {
	.modal-content {
		position: fixed;
		z-index: 10000;
		margin: auto;
		left: 20px;
		right: 20px;
		top: 12%;
		height: 600px;
		max-width: 580px;
		background: rgb(255, 255, 255);
		box-sizing: border-box;
		border: 1px solid #015db2;
		padding: 10px;
		border-radius: 8px;
	}

	.modal-main p {
		padding: 0px 20px;
		font-size: 18px;
	}
}

.modal-content .sp-close {
	position: absolute;
	top: 4px;
	right: 4px;
	display: inherit;
}

h2.modal-title {
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
	font-size: 3.2rem;
}

@media screen and (min-width: 751px) {
	h2.modal-title {
		margin-top: 4px;
		margin-bottom: 4px;
		text-align: center;
		font-size: 2.0rem;
	}
}

.modal-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 10px 20px;
}

.modal-footer div {
	max-width: 295px;
	margin: auto;
}

.modal-footer p {
	margin-bottom: 15px;
}

.modal-footer a:hover {
    overflow: inherit;
}

@media screen and (min-width: 751px) {
	.modal-footer p {
		margin-bottom: 10px;
	}
}

.modal-main {
	width: 100%;
	height: auto;
	margin: auto;
	overflow: auto;
}

.overlay {
	position: fixed;
	z-index: 9999;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.65);
}

.sp-close {
	position: fixed;
	z-index: 9999;
	top: 20px;
	right: 320px;
	display: none;
	width: 35px;
	height: 35px;
}

.sp-close .sp-close-inner {
	position: relative;
	display: block;
	width: 65px;
	height: 65px;
	left: -40px;
	cursor: pointer;
	background: rgb(255, 255, 255);
	transition: opacity 0.2s;
	border-radius: 100%;
}

@media screen and (min-width: 751px) {
	.sp-close .sp-close-inner {
		position: relative;
		display: block;
		width: 38px;
		height: 40px;
		cursor: pointer;
		background: rgb(255, 255, 255);
		transition: opacity 0.2s;
		border-radius: 100%;
	}
}

.sp-close .sp-close-inner::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-close .sp-close-inner::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sp-close .sp-close-inner::after,
.sp-close .sp-close-inner::before {
	position: absolute;
	top: 33px;
	left: 18px;
	display: block;
	width: 31px;
	height: 3.4px;
	content: "";
	background: #015db2;
}

@media screen and (min-width: 751px) {
	.sp-close .sp-close-inner::after,
	.sp-close .sp-close-inner::before {
		position: absolute;
		top: 24px;
		left: 35px;
		display: block;
		width: 27px;
		height: 3.4px;
		content: "";
		background: #015db2;
	}
}


/* ==========================================================================
	.cmn-btn-modal-list
========================================================================== */
.cmn-btn-modal-list {
	overflow: hidden;
	margin-bottom: 50px;
	background-color: #fff;
	border-radius: 10px;
}

.cmn-btn-modal-list li {
	box-sizing: border-box;
	border-bottom: 2px solid #efefef;
}

.cmn-btn-modal-list span {
	display: block;
	color: #585858;
	font-size: 20px;
	font-weight: 700;
}

.cmn-btn-modal-list li > a,
.cmn-btn-modal-list li > span {
	display: block;
	padding: 20px 40px 20px 20px;
	text-decoration: none;
	color: #015db2;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	font-size: 2.8rem;
}

.cmn-btn-modal-list-menu {
	overflow: hidden;
	margin-bottom: 50px;
	background-color: #fff;
	border-radius: 10px;
}

.cmn-btn-modal-list-menu li {
	box-sizing: border-box;
	border-bottom: 2px solid #efefef;
}

.cmn-btn-modal-list-menu li > a,
.cmn-btn-modal-list-menu li > span {
	display: block;
	padding: 26px 40px 20px 20px;
	text-decoration: none;
	color: #015db2;
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	font-size: 2.8rem;
}

.cmn-btn-modal-list-menu li:last-child {
	border-bottom: none;
}

.cmn-btn-modal-list.col2 {
	display: block;
}

.cmn-btn-modal-list.col2:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cmn-btn-modal-list.col2 li {
	float: left;
	box-sizing: border-box;
	width: 50%;
	border-right: 2px solid #efefef;
}

@media screen and (min-width: 751px) {
	.cmn-btn-modal-list span {
		font-size: 14px;
		font-weight: 100;
	}
	.cmn-btn-modal-list li > a,
	.cmn-btn-modal-list li > span {
		padding: 15px 30px 15px 20px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.cmn-btn-modal-list li > a:after,
	.cmn-btn-modal-list li > span:after {
		right: 20px;
	}
	.cmn-btn-modal-list.col2 {
		display: block;
	}
	.cmn-btn-modal-list.col2:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.cmn-btn-modal-list.col2 li {
		float: left;
		box-sizing: border-box;
		width: 33.3%;
	}
	.cmn-btn-modal-list.col2 li.brn {
		border-right: none;
	}
	.cmn-btn-modal-list.col2 li.br {
		border-right: 2px solid #efefef;
	}
	.cmn-btn-modal-list.pc-col2 {
		display: block;
	}
	.cmn-btn-modal-list.pc-col2:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.cmn-btn-modal-list.pc-col2 li {
		width: 50%;
		float: left;
		border-right: 2px solid #efefef;
	}
	.cmn-btn-modal-list.pc-col3 li {
		border-right: 2px solid #efefef;
		float: left;
		box-sizing: border-box;
		width: 33.3%;
	}
	.cmn-btn-modal-list.pc-col3 li:nth-child(3n + 3) {
		border-right: none;
	}
}

.cmn-btn-modal-list.cmn-btn-modal-list-boder {
	border: 2px solid #efefef;
	margin-bottom: 20px;
}

.cmn-btn-modal-list.cmn-btn-modal-list-boder.col2 li {
	border-bottom: 2px solid #efefef;
}

.cmn-btn-modal-list.cmn-btn-modal-list-boder.col2 li:last-child {
	border-bottom: none;
}

.cmn-btn-modal-list.cmn-btn-modal-list-boder.col2 .long-col {
	width: 100%;
	position: relative;
	border-right: none;
}
