﻿@charset "UTF-8";



/* 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: 27%;
/*	height: 440px;
	margin-top: -220px;*/
	max-width: 680px;
	background: rgb(255, 255, 255);
	box-sizing: border-box;
	border: 5px solid #439beb;
	padding: 10px;
	border-radius: 8px;
}


@media screen and (min-width: 751px) {/*PC用*/
.modal-content {
	position: fixed;
	z-index: 10000;
	margin: auto;
	left: 20px;
	right: 20px;
	top: 25%;
	height: 440px;
/*	margin-top: -220px;*/
	max-width: 580px;
	background: rgb(255, 255, 255);
	box-sizing: border-box;
	border: 1px solid #439beb;
	padding: 10px;
	border-radius: 8px;
}
}

.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) {/*iPad用*/
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: 0;
}

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

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

.modal-loading {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 0;
	right: 0;
	text-align: center;
	background-image: url(https://cdn1.n-kishou.co.jp/image/common/icon_load.gif);
	background-size: 15.5px 15.5px;
	background-position: center 4px;
	background-repeat: no-repeat;
	padding-top: 24px;
	color: #585858;
	font-size: 14px;
	font-weight: 700;
}


/* close button */
.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: 35px;
	height: 35px;
	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: 17px;
	left: 8.5px;
	display: block;
	width: 17px;
	height: 1.5px;
	content: "";
	background: #015db2;
}


/* tutorial-modal --------------------------------------*/
#tutorial-modal .modal-content {
	height: 815px;
	margin-top: -110px;
	padding: 10px 20px;
}

#tutorial-modal .modal-main {
	margin-top: 10px;
	color: #585858;
	line-height: 1.75;
	font-weight: 400;
	height: auto;
}

#tutorial-modal .modal-main img{
	width: 630px;
	height: 540px;
}

@media screen and (min-width: 751px) {/*iPad用*/
	#tutorial-modal .modal-content {
		height: 540px;
		width: 450px;
		margin-top: -80px;
		padding: 10px 15px;
		font-size: 1.8rem;
	}
	#tutorial-modal .modal-main img{
		height: 340px;
	}
}


/* ==========================================================================
カルーセルスライダー１
========================================================================== */
.sct-sample {
	height:200px;
	padding-top: 20px; }
	.sct-sample .sct-sample-txt {
		margin-bottom: 30px;
		background-image: url("");
		font-size: 28px;
		font-size: 2.8rem;
		font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 1.4; }
		.sct-sample .sct-sample-txt strong {
			color: #015db2;
			font-size: 34px;
			font-size: 3.4rem;
			font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
			font-style: normal;
			font-weight: 700;
			-webkit-text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 0 0 15px #fff, 0 0 15px #fff;
			-moz-text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 0 0 15px #fff, 0 0 15px #fff;
			-ms-text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 0 0 15px #fff, 0 0 15px #fff;
			-o-text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 0 0 15px #fff, 0 0 15px #fff;
			text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 0 0 15px #fff, 0 0 15px #fff; }
	.sct-sample .area-menber {
		border: 10px solid #ffffff;
		padding-bottom:30px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		}

			.sct-sample .area-menber .area-menber-inner .area-menber-ttl {
				margin-bottom: 30px; }
			.sct-sample .area-menber .area-menber-inner .area-menber-txt {
				margin-bottom: 80px;
				color: #015db2;
				background-image: url("");
				font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
				font-style: normal;
				font-weight: 700; }
					.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list1 li img {
						width: 100%; }
					.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list1 .slick-arrow {
						background: #015db2;
						-webkit-border-radius: 50%;
						-moz-border-radius: 50%;
						-ms-border-radius: 50%;
						-o-border-radius: 50%;
						border-radius: 50%;
						width: 40px;
						height: 40px;
						top: auto;
						bottom: -100px;
						z-index: 2; }
						.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list1 .slick-arrow:before {
							opacity: 1;
							position: absolute;
							z-index: 2;
							top: 17px;
							width: 10px;
							height: 10px;
							margin-top: -4px;
							content: "";
							border: 0;
							border-top: solid 4px #fff;
							border-right: solid 4px #fff; }
						.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list1 .slick-arrow.slick-prev {
							left: 50px;}
							.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list1 .slick-arrow.slick-prev:before {
								-webkit-transform: rotate(-135deg);
								-ms-transform: rotate(-135deg);
								transform: rotate(-135deg);
								left: 15px; }
						.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list1 .slick-arrow.slick-next {
							right: 50px; }
							.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list1 .slick-arrow.slick-next:before {
								-webkit-transform: rotate(45deg);
								-ms-transform: rotate(45deg);
								transform: rotate(45deg);
								right: 15px; }
					.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list1 .slick-dots {
						bottom: -75px;
						z-index: 1; }
						.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list1 .slick-dots li {
							width: 30px;
							height: 30px;
							margin: 0 10px; }
							.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list1 .slick-dots li button {
								box-sizing: border-box;
								width: 30px;
								height: 30px;
								border: 2px solid #015db2;
								background: #fff;
								-webkit-border-radius: 50%;
								-moz-border-radius: 50%;
								-ms-border-radius: 50%;
								-o-border-radius: 50%;
								border-radius: 50%; }
								.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list1 .slick-dots li button:before {
									display: none; }
							.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list1 .slick-dots li.slick-active button {
								position: relative; }
								.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list1 .slick-dots li.slick-active button:before {
									display: block;
									width: 16px;
									height: 16px;
									-webkit-border-radius: 50%;
									-moz-border-radius: 50%;
									-ms-border-radius: 50%;
									-o-border-radius: 50%;
									border-radius: 50%;
									background: #015db2;
									opacity: 1;
									content: "";
									left: 50%;
									top: 50%;
									margin: -8px 0 0 -8px; }
			.sct-sample .area-menber .area-menber-inner > *:last-child {
				margin-bottom: -30px; }
			.sct-sample .area-menber .area-menber-inner .cmn-txt {
				background-image: url(""); }
			.sct-sample .area-menber .area-menber-inner .btn-member {
				margin-top: 40px; }

@media screen and (min-width: 751px) {
	.sct-sample {
		padding-top: 0; }
		.sct-sample .sct-sample-txt {
			font-size: 16px;
			font-size: 1.6rem; }
			.sct-sample .sct-sample-txt strong {
				font-size: 20px;
				font-size: 2rem; }
		.sct-sample .area-menber {
			border: 10px solid #fff;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			-ms-border-radius: 10px;
			-o-border-radius: 10px;
			border-radius: 10px; }
			.sct-sample .area-menber .area-menber-inner {
				background: #fff; }
				.sct-sample .area-menber .area-menber-inner .area-menber-ttl {
					margin-bottom: 25px; }
				.sct-sample .area-menber .area-menber-inner .area-menber-txt {
					font-size: 16px;
					font-size: 1.6rem;
					margin-bottom: 40px; }
				.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list1{
					width: 645px;}
				  }