@charset "UTF-8";
/*
 * menu.css
 */

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: absolute;
	z-index: 10000;
	margin: auto;
	left: 20px;
	right: 20px;
	top: 50%;
	height: 430px;
	margin-top: -220px;
	padding: 10px 25px;
	max-width: 400px;
	background: rgb(255, 255, 255);
	box-sizing: border-box;
	border-radius: 4px;
}

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

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

.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: 400px;
	margin: auto;
	overflow: auto;
}

.modal-main-area-select {
	width: 100%;
	height: 360px;
	margin: auto;
	overflow: 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;
}


/* side menu --------------------------------------------*/
.side-menu-content {
	position: fixed;
	z-index: 9999;
	top: 0px;
	right: -100%;
	box-sizing: border-box;
	width: 300px;
	height: 100%;
	display: block;
	overflow: auto;
	transition: right 0.3s;
}

.side-menu-content.show {
	right: 0px;
}

.side-menu-content .side-menu-inner {
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	z-index: 9999;
	position: relative;
}

/* side menu footer */
.side-menu-footer {
	position: absolute;
	z-index: 10000;
	bottom: 0;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.10) 0px -10px 10px -10px;
}
.side-menu-footer ul li:first-child {
	border-right: 1px solid #fff;
}
.side-menu-footer ul li > a {
	background: #e0eefa;
	padding-top: 16px;
	padding-bottom: 16px;
}
ul.cmn-btn-list.mb70 {
	margin-bottom: 70px;
}

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


/* side menu second */
.side-menu-2-title {
	width: 100%;
	padding: 10px 0;
	background: #0095db;
	color: #fff;
	text-align: center;
	position: relative;
}
.side-menu-2-title h3 {
	font-size: 16px;
	margin: 0;
	display: inline-block;
}
.side-menu-2-title .prev-button {
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	padding-left: 20px;
}
.side-menu-2-title .prev-button:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	content: "";
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 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: #326d01;
}



/* side-menu-area ---------------------------------------------*/
.side-menu-area {
	background: rgb(0, 149, 219);
	padding: 4px;
}

.side-menu-area-title {
	line-height: 20px;
	color: #ffffff;
	font-size: 16px;
	position: relative;
	margin: 0;
	padding: 10px 10px;
		text-align: center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

.mypoint-mypage-button {
	position: absolute;
	right: 15px;
	top: 15px;
}

.side-menu-sub-title {
	color: rgb(1, 93, 178);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	padding: 10px 15px 10px 10px;
	margin: 0;
	background: rgb(224, 238, 250);
}

.side-menu-sub-title span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 2.5px;
}

.side-menu-sub-title img {
	vertical-align: bottom;
	line-height: 1;
	max-width: 100%;
	height: auto;
}


/* cmn-btn-list */
.cmn-btn-list {
	background-color: rgb(255, 255, 255);
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

.cmn-btn-list li {
	box-sizing: border-box;
	border-bottom: 1px solid rgb(239, 239, 239);
}
.cmn-btn-list li:last-child {
	border-bottom: none;
}
.cmn-btn-list.border-bottom li:last-child {
	border-bottom: 1px solid rgb(239, 239, 239);
}

.cmn-btn-list.col2 {
	width: 300px;
}
.cmn-btn-list.col2 li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	border: none;
}

.cmn-btn-list li > a,
.cmn-btn-list li > span {
	display: block;
	color: rgb(1, 93, 178);
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	padding: 8px 20px 8px 10px;
	text-decoration: none;
	background: rgb(255, 255, 255);
}

.modal-main-area-select .cmn-btn-list li > a,
.modal-main-area-select .cmn-btn-list li > span {
	display: block;
	color: #326d01;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	padding: 4px 10px 4px 5px;
	text-decoration: none;
	background: rgb(255, 255, 255);
}


/* icon */
.icon {
	display: inline-block;
}
.icon.ame {
	background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/24.png) right center / contain no-repeat;
}

/* icon-arrow-s */
.icon-arrow-s, .icon-arrow-s-menu {
	position: relative;
	cursor: pointer;
}
.icon-arrow-s::after, .icon-arrow-s-menu:after {
	box-sizing: border-box;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	margin-top: -3.5px;
	border-width: 1.5px;
}
.icon-arrow-s::after, .icon-arrow-s-menu:after {
	position: absolute;
	content: "";
	border-bottom-style: initial;
	border-left-style: initial;
	border-bottom-color: initial;
	border-left-color: initial;
	transform: rotate(45deg);
	 -webkit-transform: rotate(45deg);
	border-width: 2px 2px 0px 0px;
	border-image: initial;
	border-top: 2px solid rgb(1, 93, 178);
	border-right: 2px solid rgb(1, 93, 178);
}

.modal .icon-arrow-s::after, .modal .icon-arrow-s-menu:after,
.muddy-level-usage .icon-arrow-s::after, .muddy-level-usage .icon-arrow-s-menu:after {
	position: absolute;
	content: "";
	border-bottom-style: initial;
	border-left-style: initial;
	border-bottom-color: initial;
	border-left-color: initial;
	transform: rotate(45deg);
	 -webkit-transform: rotate(45deg);
	border-width: 2px 2px 0px 0px;
	border-image: initial;
	border-top: 2px solid #326d01;
	border-right: 2px solid #326d01;
}

.icon-arrow-circle {
  position: relative;
  padding-right: 30px; }
  .icon-arrow-circle:before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 9px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	content: "";
	border: 0;
	background: #015db2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%; }
  .icon-arrow-circle:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	margin-top: -4.5px;
	content: "";
	border: 0;
	border-top: solid 1.5px #fff;
	border-right: solid 1.5px #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg); }

	.modal-main-area-select .icon-arrow-circle:before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 9px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	content: "";
	border: 0;
	background: #326d01;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%; }


/* accordion */
.inner-accordion {
	list-style: none;
}
.accordion-list li a,
.accordion-list li span {
  font-size: 16px; }
.accordion-list li .no-link {
  color: #a2a2a2; }
.accordion-list li > .lv2 {
  padding-left: 14px;
  border-top: 1px solid #e0e0e0;
  background: #f3f3f3; }
  .accordion-list li > .lv2 li {
	border-top: 1px solid #e0e0e0;
	border-bottom: none; }
	.accordion-list li > .lv2 li > a,
	.accordion-list li > .lv2 li > span {
	  background: #f3f3f3; }
	.accordion-list li > .lv2 li:nth-child(1) {
	  border-top: none; }
.accordion-list li:nth-child(1) {
  border-top: none; }
.btn-accordion > span {
  cursor: pointer; }






.box {
	color: #585858;
	line-height: 1.75;
	font-weight: 400;
	padding: 20px 15px;
}

.box a {
	text-decoration: none;
	color: rgb(1, 93, 178);
	font-size: 14px;
}
.box span {
	font-size: 14px;
}
.box h2 {
	margin-top: 20px;
}

.cmn-sttl6 {
	margin-bottom: 7px;
	color: rgb(1, 93, 178);
	line-height: 1.4;
	font-size: 16px;
	background: url(https://cdn1.n-kishou.co.jp/image/common/icon_ttl06.png);
	background-position: left top 2px;
	background-repeat: no-repeat;
	background-size: 18px;
	min-height: 20px;
	padding-left: 22px;
}

.cmn-sttl5 {
	margin-bottom: 7px;
	color: #326d01;
	line-height: 1.4;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}


/* button -----------------------------------------------*/
.btn-cmn a, .btn-cmn input, .btn-cmn span.inactive {
	display: inline-block;
	font-weight: bold;
	color: rgb(255, 255, 255);
	padding: 10px 25px;
	text-decoration: none;
	background: #366e03;
}
a:link, a:visited, a:active, a:hover {
	overflow: hidden;
	outline: none;
}
a {
	font-size: 100%;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.btn-shadow > *,
.btn-shadow-menu > * {
	display: block;
	border-radius: 5px;
}

.btn-shadow > *.hover, .btn-shadow > *.touch,
.btn-shadow-menu > *.hover, .btn-shadow-menu > *.touch {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.btn-shadow, .btn-shadow-menu {
	padding-bottom: 2px !important;
}

.btn-shadow > *.btn-shadow-img a,
.btn-shadow-menu > *.btn-shadow-img a {
  position: relative;
  display: block;
}

.btn-shadow > *.btn-shadow-img a:before,
.btn-shadow-menu > *.btn-shadow-img a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 5px;
  -ms-box-shadow: inset 0 -2px 0 1px rgba(195, 195, 195, 0.5);
  -o-box-shadow: inset 0 -2px 0 1px rgba(195, 195, 195, 0.5);
  box-shadow: inset 0 -2px 0 1px rgba(195, 195, 195, 0.5);
}


/* btn-shadow02 */
.btn-shadow.shadow02 > * {
  -ms-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.3), inset 0 -2px 0 1px rgba(255, 186, 23, 0.8);
  -o-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.3), inset 0 -2px 0 1px rgba(255, 186, 23, 0.8);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.3), inset 0 -2px 0 1px rgba(255, 186, 23, 0.8);
}

.btn-shadow.shadow02 > *.btn-shadow-img a:before {
  -ms-box-shadow: inset 0 -2px 0 1px rgba(255, 186, 23, 0.8);
  -o-box-shadow: inset 0 -2px 0 1px rgba(255, 186, 23, 0.8);
  box-shadow: inset 0 -2px 0 1px rgba(255, 186, 23, 0.8);
}

.btn-shadow.shadow02 > *.hover, .btn-shadow.shadow02 > *.touch {
  -ms-box-shadow: inset 0 -0.5px 0 1px rgba(255, 186, 23, 0.8);
  -o-box-shadow: inset 0 -0.5px 0 1px rgba(255, 186, 23, 0.8);
  box-shadow: inset 0 -0.5px 0 1px rgba(255, 186, 23, 0.8);
}

.btn-shadow.shadow02 > *.hover.btn-shadow-img a:before, .btn-shadow.shadow02 > *.touch.btn-shadow-img a:before {
  -ms-box-shadow: inset 0 -0.5px 0 1px rgba(255, 186, 23, 0.8);
  -o-box-shadow: inset 0 -0.5px 0 1px rgba(255, 186, 23, 0.8);
  box-shadow: inset 0 -0.5px 0 1px rgba(255, 186, 23, 0.8);
}


/* btn-shadow03 */
.btn-shadow.shadow03 > * {
	border-radius: 5px;
}
.btn-shadow.shadow03 > * {
  -ms-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.3), inset 0 -2px 0 1px rgba(24, 75, 6, 0.6);
  -o-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.3), inset 0 -2px 0 1px rgba(24, 75, 6, 0.6);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.3), inset 0 -2px 0 1px rgba(24, 75, 6, 0.6);
}
.btn-shadow.shadow03 > *.hover, .btn-shadow.shadow03 > *.touch {
  -ms-box-shadow: inset 0 -0.5px 0 1px rgba(24, 75, 6, 0.6);
  -o-box-shadow: inset 0 -0.5px 0 1px rgba(24, 75, 6, 0.6);
  box-shadow: inset 0 -0.5px 0 1px rgba(24, 75, 6, 0.6);
}

/* shadow06 */ /* fix: menu-03 */
.btn-shadow-menu.shadow03 > *,
.btn-shadow-menu.shadow06 > * {
  -ms-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.3), inset 0 -2px 0 1px #009f7b;
  -o-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.3), inset 0 -2px 0 1px #009f7b;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.3), inset 0 -2px 0 1px #009f7b;
}
.btn-shadow-menu.shadow03 > *.hover, .btn-shadow-menu.shadow03 > *.touch,
.btn-shadow-menu.shadow06 > *.hover, .btn-shadow-menu.shadow06 > *.touch {
  -ms-box-shadow: inset 0 -0.5px 0 1px #009f7b;
  -o-box-shadow: inset 0 -0.5px 0 1px #009f7b;
  box-shadow: inset 0 -0.5px 0 1px #009f7b;
}

.btn-cmn2 {
  display: inline-block;
}
.btn-cmn2 a {
  display: block;
  padding: 4px 22.5px 4px 12.5px;
  text-decoration: none;
  color: #015db2;
  border-radius: 20px;
  background: #d9f3ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}


/* sp-nav ------------------------------------------------------*/
.sp-nav * {
	font-size: 100%;
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	outline: 0px;
	background: transparent;
	-webkit-overflow-scrolling: touch;
}

.sp-nav .sp-nav-ttl {
	display: none;
}

.sp-nav .sct-bookmark {
	padding: 20px 0px 30px;
}
.sp-nav .sct-bookmark .btn-bookmark {
	width: 90%;
	margin: 0px auto 20px;
}
.sp-nav .sct-bookmark .btn-bookmark a {
	background-color: rgb(0, 173, 134);
	display: block;
	font-size: 14px;
	padding: 10px 6px;
}
.text-c {
	text-align: center !important;
}
.sp-nav .sct-bookmark .btn-bookmark a:before {
	width: 17px;
	height: 16.5px;
	content: "";
	background: url(https://cdn1.n-kishou.co.jp/image/common/icon_star.png) left top no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
	margin-top: 3px;
}
.sp-nav .sct-bookmark .area-mybookmark {
	background: rgb(0, 173, 134);
	padding: 5px;
}
.sp-nav .sct-bookmark .area-mybookmark .area-mybookmark-ttl {
	line-height: 1.4;
	color: rgb(243, 230, 9);
	font-size: 16px;
	position: relative;
	padding: 2.5px 0px 7.5px 37.5px;
	background: url(https://cdn1.n-kishou.co.jp/image/common/icon_mybookmark2.png) 0px 0px no-repeat rgb(0, 173, 134);
	background-size: 31.5px 39px;
}
.sp-nav .sct-bookmark .area-mybookmark .area-mybookmark-ttl span {
	display: block;
	color: rgb(255, 255, 255);
	font-style: normal;
	font-weight: 300;
	font-size: 11px;
}
.sp-nav .sct-bookmark .area-mybookmark .area-mybookmark-list li a {
	font-size: 16px;
	color: #00ad86;
}

.sp-nav .sp-nav-sttl {
	color: rgb(1, 93, 178);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	padding: 10px 15px 10px 10px;
	margin: 0;
	background: rgb(224, 238, 250);
}
.sp-nav .sp-nav-sttl span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 2.5px;
}
.sp-nav .sp-nav-sttl img {
	vertical-align: bottom;
	line-height: 1;
	max-width: 100%;
	height: auto;
}

.sp-nav a img.newicon02 {
	width: 50px;
	padding-bottom: 4px;
	line-height: 1.0;
	vertical-align: bottom;
}


/* cmn-btn-list-menu -------------------------------------------*/
.cmn-btn-list-menu {
	background-color: rgb(255, 255, 255);
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

.cmn-btn-list-menu li {
	box-sizing: border-box;
	border-bottom: 1px solid rgb(239, 239, 239);
}
.cmn-btn-list-menu li:last-child {
	border-bottom: none;
}

.sp-nav .sp-nav-list li a {
	font-size: 16px;
}
.cmn-btn-list-menu li > a, .cmn-btn-list-menu li > span {
	display: block;
	color: rgb(1, 93, 178);
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	padding: 13px 20px 10px 10px;
	text-decoration: none;
	background: rgb(255, 255, 255);
	vertical-align: baseline;
}

/* link -------------------------------------------*/
.link-kckd a{
	display: block;
	color: rgb(80, 80, 80);
	text-align: right;
	padding: 1px 25px 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W6", HiraKakuPro-W6, メイリオ, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
}

.link-guidance a{
	display: block;
	color: rgb(80, 80, 80);
	text-align: right;
	padding: 1px 25px 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W6", HiraKakuPro-W6, メイリオ, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
}


/* register-modal -------------------------------------------*/
.register-button a {
	height: 62px;
	margin-bottom: 6px;
}

.register-button img {
	width: 100%;
}

.register-button .pc-item {
	display: none;
}

.register-detail a {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 25px;
}

/* usage side menu --------------------------------------*/
#menu-usage-html .nav-box {
	margin-top: 24px;
}

#menu-usage-html .nav-box img {
	width: 90%;
	margin: 10px 5%;
}

#menu-usage-html .nav-box p {
	margin: 0 5%;
	color: #585858;
	line-height: 1.75;
	font-weight: 400;
}

#menu-usage-html {
	margin-bottom: 30px;
}

#menu-usage-html .usage-top {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
#menu-usage-html .usage-top a {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	text-decoration: none;
	color: #015db2;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	vertical-align: middle;
	user-select: none;
}
#menu-usage-html .usage-top a:before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 15px;
	height: 15px;
	margin-top: -7.5px;
	content: "";
	border: 0;
	background: #015db2;
	border-radius: 50%;
}
#menu-usage-html .usage-top a:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 4.5px;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	content: "";
	border: 0;
	border-top: solid 1.5px #fff;
	border-right: solid 1.5px #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#menu-usage-html table{
	width: 280px;
	border: solid 1px black;
	margin: 10px auto;
}

#menu-usage-html tr{
	border: solid 1px black;
}

#menu-usage-html .muddy-color{
	text-align: center;
	width: 40px;
}

#menu-usage-html .level1{
	color: orange;
}

#menu-usage-html .level2{
	color: aqua;
}

#menu-usage-html .level3{
	color: blue;
}

#menu-usage-html .fl{
	float: left;
}

#menu-usage-html .fr{
	float: right;
}

#menu-usage-html .description{
	display: inline-block;
}

#menu-usage-html .btn-cmn2 a{
	display: block;
	padding: 0px 22.5px 0px 12.5px;
	text-decoration: none;
	color: #448a05;
	border-radius: 20px;
	background: #e2f0d6;
	font-size: 12px;
	font-weight: 700;
}

.txt-s {
  font-size: 14px;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}


#route-tutorial-modal .modal-content {
	height: 450px;
	margin-top: -230px;
	padding: 10px 25px;
}

#route-tutorial-modal .modal-main {
	color: #585858;
	line-height: 1.75;
	font-weight: 400;
	height: auto;
}

img.title-new {
	height: 24px;
	vertical-align: bottom;
	margin-right: 6px;
}

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

#rain-about-modal .modal-main {
	text-align: center;
	height: 310px;
}

#rain-about-modal .modal-main-header {
	box-sizing: border-box;
	padding:  2px 10px;
	text-align: left;
}

#rain-about-modal .modal-main img {
	height: 182px;
}

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

.recommend span {
	margin-left: 16px;
	margin-bottom: 8px;
}


@media screen and (min-width: 960px) {
	img.liden-image{
		margin-left: 20px;
		height: 210px;
	}
}





/* ==========================================================================
sct-sample
========================================================================== */
.sct-sample .area-menber .area-menber-inner .area-menber-ttl {
	margin-bottom: 30px;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto 100px;
	background-size: 100%;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list {
	width: auto;
	height: 340px;
	padding: 0px;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list li img {
	width: 100%;
	margin-bottom: 10px;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .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: -8px;
	z-index: 2;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow:before {
	opacity: 1;
	position: absolute;
	z-index: 2;
	top: 18px;
	width: 9px;
	height: 9px;
	margin-top: -9px;
	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-list .slick-arrow.slick-prev {
	left: 0px;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .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-list .slick-arrow.slick-next {
	right: 0px;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .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-list .slick-dots {
	bottom: 2px;
	z-index: 1;
	position: absolute;
	text-align: center;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li {
	height: 30px;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li button {
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	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-list .slick-dots li button:before {
	display: none;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li.slick-active button {
	position: relative;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li.slick-active button:before {
	display: block;
	width: 8px;
	height: 8px;
	-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: -4px 0 0 -4px;
}

.sct-sample .area-menber .area-menber-inner > *:last-child {
	margin-bottom: 0;
}

.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 {

	}

	.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 {

	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img:before {
		top: -27px;
		right: -15px;
		width: 135px;
		height: 205px;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list {
		height: 340px;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list li img {
		width: 100%;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow {
		bottom: -10px;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots {
		bottom: 6px;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li {
		width: 20px;
		height: 20px;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li button {

	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li.slick-active button:before {

	}

	.sct-sample .area-menber .area-menber-inner .btn-member {
		margin-top: 30px;
	}
}

.slick-disabled{
	display: none;
}

.slick-list{
	height: 260px;
}
