﻿@charset "UTF-8";
/*
 * menu.css
 * 高解像度レーダー メニュー関係
 * common.cssから必要なものを
 * viewportの固定をしていないので、サイズを半分に
 *
 */
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;
}

/* 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 #366e03;
	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 #366e03;
	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-bottom: 15px;
}
@media screen and (min-width: 751px) {/*iPad用*/
.modal-footer p {
	margin-bottom: 10px;
}
}

.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;
}


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

/* 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: 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) {/*iPad用*/
.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: #366e03;
}
@media screen and (min-width: 751px) {/*iPad用*/
.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: #366e03;
}
}

/* tutorial-modal --------------------------------------*/
#tutorial-modal .modal-content {
	height: 815px;
	margin-top: -110px;
	padding: 10px 20px;
}
@media screen and (min-width: 751px) {/*iPad用*/
#tutorial-modal .modal-content {
	height: 550px;
	width: 450px;
	margin-top: -130px;
	padding: 10px 15px;
	font-size: 1.8rem;
}
}

#tutorial-modal .modal-main {
	margin-top: 10px;
	color: #585858;
	line-height: 1.75;
	font-weight: 400;
	height: auto;
}
img.title-new {
	height: 24px;
	vertical-align: bottom;
	margin-right: 6px;
}
#tutorial-modal .modal-footer a:hover {
	overflow: inherit;
}


/* graph-modal --------------------------------------*/
#graph-modal .modal-footer a {
	min-width: 180px;
	line-height: 1.5;
}

#graph-modal .modal-error {
	position: absolute;
	top: 160px;
	left:0;
	right: 0;
	text-align: center;
	color: #585858;
	font-size: 14px;
}

/* ==========================================================================
カルーセルスライダー１
========================================================================== */
.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;}
				  }


/* ==========================================================================
カルーセルスライダー２
========================================================================== */
          .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2{
          width:580px;
          left:15px;     }
          .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 li img {
            width: 100%; }
          .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .slick-arrow {
            background: #366e03;
            -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: -70px;
            z-index: 2; }
            .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .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-list2 .slick-arrow.slick-prev {
              left: 50px;}
              .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .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-list2 .slick-arrow.slick-next {
              right: 50px; }
              .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .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-list2 .slick-dots {
            bottom: -40px;
            z-index: 1; }
            .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .slick-dots li {
              width: 30px;
              height: 30px;
              margin: 0 10px; }
              .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .slick-dots li button {
                box-sizing: border-box;
                width: 30px;
                height: 30px;
                border: 2px solid #366e03;
                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-list2 .slick-dots li button:before {
                  display: none; }
              .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .slick-dots li.slick-active button {
                position: relative; }
                .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .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: #366e03;
                  opacity: 1;
                  content: "";
                  left: 50%;
                  top: 50%;
                  margin: -8px 0 0 -8px; }

@media screen and (min-width: 751px) {

          .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .slick-arrow {
            background: #366e03;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            top: auto;
            bottom: -55px;
            z-index: 2; }
            .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .slick-arrow:before {
              opacity: 1;
              position: absolute;
              z-index: 2;
              top: 12px;
              width: 8px;
              height: 8px;
              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-list2 .slick-arrow.slick-prev {
              left: 30px;}
              .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .slick-arrow.slick-prev:before {
                -webkit-transform: rotate(-135deg);
                -ms-transform: rotate(-135deg);
                transform: rotate(-135deg);
                left: 11px; }
            .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .slick-arrow.slick-next {
              right: 30px; }
              .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .slick-arrow.slick-next:before {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                right: 11px; }
                
           .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .slick-dots {
            bottom: -45px;
            z-index: 1; }
            .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .slick-dots li {
              width: 30px;
              height: 30px;
              margin: 0 10px; }
              .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .slick-dots li button {
                box-sizing: border-box;
                width: 20px;
                height: 20px;
                border: 2px solid #366e03;
                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-list2 .slick-dots li button:before {
                  display: none; }
              .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .slick-dots li.slick-active button {
                position: relative; }
                .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2 .slick-dots li.slick-active button:before {
                  display: block;
                  width: 10px;
                  height: 10px;
                  -webkit-border-radius: 50%;
                  -moz-border-radius: 50%;
                  -ms-border-radius: 50%;
                  -o-border-radius: 50%;
                  border-radius: 50%;
                  background: #366e03;
                  opacity: 1;
                  content: "";
                  left: 50%;
                  top: 50%;
                  margin: -5px 0 0 -5px; }

        .sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list2{
          width: 370px;}
          }

