@charset "UTF-8";
/* ------------------------------------*/
/* map.css   */
/* -----------------------------------*/
body {
	margin: 0;
	padding: 0;
	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%;
}


/* ------------------------------------*/
/* map-contents   */
/* -----------------------------------*/
#map {
	position: absolute;
	z-index:2;
	top: 0px;
	bottom: 0px;
	width: 100%;
}

.mapboxgl-ctrl-bottom-right {
	bottom: 80px !important;
}

.mapbox-attribution-container {
	bottom: 0;
	right: 0;
	background-color:ivory;
	position: absolute;
	z-index: 1;
	display: block;
	margin: 0 10 5;
}

/* position-marker */
.position-marker {
	background-image: url('https://cdn1.n-kishou.co.jp/image/charge/hires/image/position.png');
	background-size: cover;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
}

/* mypoint-marker */
.mypoint-marker {
	background-image: url('https://cdn1.n-kishou.co.jp/image/charge/hires/image/marker-star.png');
	background-size: cover;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
}

/* point-marker */
.point-marker {
	background-image: url('https://cdn1.n-kishou.co.jp/image/charge/hires/image/marker.png');
	background-size: cover;
	width: 26px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 100;
}


/* ------------------------------------*/
/* header   */
/* -----------------------------------*/
.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header-wrap {
	position: fixed;
	left: 0px;
	right: 45px;
	height: 60px;
	background: #333;
	/*opacity: 0.87;*/
}

#header-title {
	position: absolute;
	left: 0px;
	right: 184px;
	height: auto;
	padding: 6px 10px;
}

#header-title img {
	margin-left: 2px;
	width: 89px;
}

#header-title h1 {
	color: #015db2;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	margin: 0;
}

#header-right {
	position: absolute;
	right: 0px;
}

#header-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

#header-right ul li {
	display: inline-block;
	width: 45px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}

.rain-header li#rain-select::after,
.land-header li#land-select::after,
.inund-header li#inund-select::after,
.flood-header li#flood-select::after, {
	content:"";
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	box-shadow:inset 0 0 3px rgba(0,0,0,.15);
}

#header-right ul img {
	margin-top: 10px;
	height: 40px;
}

.menu-button img {
	margin-top: 12px;
	height: 34px;
}

.menu-button {
	position: fixed;
	right: 0;
	width: 45px;
	height: 60px;
	text-align: center;
	background: #fff;
	opacity: 1;
}


/* rain colors */
.rain-header .header-wrap {
	background: #ffffff;
}

.rain-header .header-webapp {
	background: #00388b;
}

.rain-header ul li {
	border-right: 1px solid #a8a8a8;
	/*border-left: 1px solid #6e6e6e;*/
}
.rain-header #header-title {
	border-right: 1px solid #a8a8a8;
}

.rain-header #rain-select {
	position: relative;
	background: #015db2;
}


/* land colors */
.land-header .header-wrap {
	background: #ffffff;
}

.land-header .header-webapp {
	background: #00388b;
}

.land-header ul li {
	border-right: 1px solid #a8a8a8;
	/*border-left: 1px solid #6e6e6e;*/
}
.land-header #header-title {
	border-right: 1px solid #a8a8a8;
}

.land-header #land-select {
	position: relative;
	background: #015db2;
}


/* inund colors */
.inund-header .header-wrap {
	background: #ffffff;
}

.inund-header .header-webapp {
	background: #00388b;
}

.inund-header ul li {
	border-right: 1px solid #a8a8a8;
	/*border-left: 1px solid #6e6e6e;*/
}
.inund-header #header-title {
	border-right: 1px solid #a8a8a8;
}

.inund-header #inund-select {
	position: relative;
	background: #015db2;
}


/* flood colors */
.flood-header .header-wrap {
	background: #ffffff;
}

.flood-header .header-webapp {
	background: #00388b;
}

.flood-header ul li {
	border-right: 1px solid #a8a8a8;
	/*border-left: 1px solid #6e6e6e;*/
}
.flood-header #header-title {
	border-right: 1px solid #a8a8a8;
}

.flood-header #flood-select {
	position: relative;
	background: #015db2;
}


/* header subbar */
.header-subbar {
	position: fixed;
	top: 60px;
	width: 100%;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.7);
}

.header-date {
	float: left;
	color: #eee;
}

.header-date div {
	float: left;
}

.header-subbar-name {
	position: fixed;
	padding: 0px 14px;
	top: 102px;
	left: 6px;
	height: 26px;
	z-index: 1000;
	color: #015db2;
	font-weight: 700;
	border-radius: 15px;
	background: rgba(255, 255, 255, 1.0);
	box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}

.header-subbar-name-flood {
	top: 124px;
}

#date-type {
	font-size: 12px;
	margin-left: 12px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}

#date-divider {
	height: 14px;
	margin: 6px 6px;
	border-right: 1px solid #ccc;
}

#date-text {
	font-size: 16px;
	margin-top: 2px;
	margin-left: 12px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}

.header-legend {
	float: right;
	padding-right: 8px;
	padding-top: 2px;
}
.header-legend.rain {
	padding-top: 4px;
}

.legend img {
	width: 250px;
	opacity: 0.87;
}

/* PC */
#map-select.pc {
	display: none;
}
.menu-button.pc {
	display: none;
}
.footer-legend {
	display: none;
}





/* ------------------------------------*/
/* right-side-button   */
/* -----------------------------------*/
/* info button */
#info-button {
	position: fixed;
	right: 8px;
	bottom: 290px;
	z-index: 1000;
	width: 34px;
	height: 34px;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
	text-align: center;
}

#info-button img {
	width: 22px;
	position: absolute;
	top: 36%;
	left: 50%;
	margin-top: -6px;
	margin-left: -11px;
}

/* position button */
#position {
	position: fixed;
	right: 5px;
	bottom: 230px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#position img {
	width: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
}

#position-loading {
	position: fixed;
	right: 52px;
	bottom: 238px;
	height: 20px;
	padding: 4px 6px;
	font-size: 12px;
	color: #fff;
	background: rgba(33, 33, 33, 0.7);
	z-index: 1000;
	display: none;
}


/* ------------------------------------*/
/* bottom-button   */
/* -----------------------------------*/
/* detailed-link*/
.detailed-link {
	position: fixed;
	left: 10px;
	bottom: 80px;
	z-index: 1000;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 2px 12px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
}

.detailed-link a{
	text-decoration: none;
}

.detailed-link .text{
	font-size: 14px;
	color: #2c76be;
}

/* button-section */
.button-section {
	display: flex;
	border-bottom: 1px solid #fff;
	padding: 0 8px;
}

#rain-on {
	display: none;
	margin: 8px 8px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #397DBA;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#rain-on img {
	width: 18px;
	top: 50%;
	left: 50%;
	margin-top: 10px;
}

#rain-off {
	margin: 8px 8px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#rain-off img {
	width: 18px;
	top: 50%;
	left: 50%;
	margin-top: 10px;
}

.rain-label {
	color: #fff;
	margin-top: 16px;
	font-size: 13px;
	margin-right: 4px;
}

#land-on {
	display: none;
	margin: 8px 8px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #397DBA;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#land-on img {
	width: 18px;
	top: 50%;
	left: 50%;
	margin-top: 10px;
}

#land-off {
	margin: 8px 8px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#land-off img {
	width: 18px;
	top: 50%;
	left: 50%;
	margin-top: 10px;
}

.land-label {
	color: #fff;
	margin-top: 12px;
	font-size: 13px;
	margin-right: 4px;
	line-height: 1.4;
}

#inund-on {
	display: none;
	margin: 8px 8px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #397DBA;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#inund-on img {
	width: 18px;
	top: 50%;
	left: 50%;
	margin-top: 10px;
}

#inund-off {
	margin: 8px 8px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#inund-off img {
	width: 18px;
	top: 50%;
	left: 50%;
	margin-top: 10px;
}

.inund-label {
	color: #fff;
	margin-top: 16px;
	font-size: 13px;
	margin-right: 4px;
}

#flood-on {
	display: none;
	margin: 8px 8px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #397DBA;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#flood-on img {
	width: 18px;
	top: 50%;
	left: 50%;
	margin-top: 10px;
}

#flood-off {
	margin: 8px 8px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#flood-off img {
	width: 18px;
	top: 50%;
	left: 50%;
	margin-top: 10px;
}

.flood-label {
	color: #fff;
	margin-top: 16px;
	font-size: 13px;
	margin-right: 4px;
}

/* control (animation button + slider) */
.control {
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
 	color: rgb(86, 86, 86);
}

.control ul {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 40px;
	list-style: none;
	cursor: default;
}

.control ul li {
	display: inline-block;
	width: auto;
	height: 55px;
	line-height: 55px;
}

#control-mobile {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
}

/* overwirte jQuery UI Slider style */
.ui-slider .ui-slider-handle {
	outline: none;
	height: 20px;
	width: 20px;
	border-radius: 100%;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -11px;
	margin-left: -11px;
}

.ui-slider .ui-slider-range {
	background: #397DBA;
}

#slider .ui-state-active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
}

/* play button */
#control-mobile #control-button {
	float: left;
	width: 75px;
}

div#animation {
	position: relative;
	height: 35px;
	width: 50px;
	margin: 10px 10px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#animation a {
	display: block;
	z-index: 1100;
	text-align:center;
	font-size: 14px;
	text-decoration:none;
}

#animation.play a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 21px;
	width: 0;
	height: 0;
	margin-top: -7px;
	border: 7px solid transparent;
	border-left: 11px solid #858585;
}

#animation.stop a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 19px;
	width: 4px;
	height: 14px;
	margin-top: -7px;
	border-right: 4px solid #858585;
	border-left: 4px solid #858585;
}

/* slider */
.control .control-right {
	margin: 0;
	height: 8px;
	display: inline-block;
	border: none;
	float: right;
	width: 100%;
	margin-left: -75px;
}

.control .slider-wrap {
	margin-left: 80px;
	margin-right: 20px;
	position: relative;
}

.control #slider {
	width: 100%;
	height: 4px;
	position: absolute;
	top: 20px;
	border: none;
}

.slider-wrap .ui-state-disabled {
	opacity: 1;
	pointer-events: inherit;
}

/* slider mark */
.control #slider-mark-lines {
	width: 100%;
	height: 4px;
	position: absolute;
	top: 28px;
}

.control #slider-mark-lines div {
	border-left: 1.5px solid #858585;
	height: 4px;
	position: absolute;
	margin-left: -0.75px;
}

.control #slider-mark-lines div.mark {
	border-left: 1.5px solid #fff;
}

.control #slider-mark-text {
	width: 100%;
	position: absolute;
	top: 36px;
	line-height: 11px;
}

.control #slider-mark-text div {
	position: absolute;
	font-size: 11px;
	color: #fff;
	user-select: none;
}

.control #slider-mark-text div.left {
	margin-left: -4px;
}

.control #slider-mark-text div.center {
	margin-left: -11px;
}

.control #slider-mark-text div.right {
	margin-left: -16px;
	margin-right: -6px;
}

.control #slider-mark-text div.right_rain {
	margin-left: -37px;
	margin-right: -6px;
}

.control #slider-mark-text div.h {
	margin-left: -4px;
}


/* ------------------------------------*/
/* 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: 440px;
	margin-top: -220px;
	max-width: 400px;
	background: rgb(255, 255, 255);
	box-sizing: border-box;
	padding: 10px;
	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;
	color: #2c76be;
}

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

.modal-image img{
	width: 100%;
}

/* modal footer */
.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-footer a {
	min-width: 180px;
	line-height: 1.5;
}

.menu-btn {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #70b7d7;
	background-color: #FFF;
	margin-top: 5px;
	position: relative;
	z-index: 2;
}

.menu-btn a {
	display: block;
	padding: 9px 0 8px;
	text-decoration: none;
	font-weight: bold;
}

.menu-arrow {
	font-size: 14px;
}

.menu-arrow a:before {
	content: "";
	position: absolute;
	left: 8px;
	top: 40%;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 4px solid #c2c2c2;
	border-bottom: 3px solid transparent;
}

.menu-btn a:before {
	margin-right: 6px;
	content: '';
	display: inline-block;
	background-image: url(//cdn0.n-kishou.co.jp/image3/w/misc/sprites_icon.png);
	background-repeat: no-repeat;
	-webkit-background-size: 320px auto;
	background-size: 320px auto;
	vertical-align: middle;
}

/* 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: rgb(44, 118, 190);
}

/* text decoration parts */
.mt10{ margin-top:10px !important; }
.mt20{ margin-top:20px !important; }
.mt30{ margin-top:30px !important; }
.mt40{ margin-top:40px !important; }
.mt50{ margin-top:50px !important; }
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.ml20{ margin-bottom:30px !important; }
.orange { color: #f90; }
.land-lv2 { color: rgb(255, 110, 80); } /* 警�? */
.land-lv3 { color: rgb(201, 16, 255); } /* 非常に危険 */
.land-lv4 { color: rgb(31, 0, 61); } /* 極めて危険 */
.inund-lv3 { color: rgb(201, 16, 255); } /* 非常に危険 */
.inund-lv4 { color: rgb(31, 0, 61); } /* 極めて危険 */
.flood-s-lv4 { color: rgb(201, 16, 255); } /* 非常に危険 */
.flood-s-lv5 { color: rgb(31, 0, 61); } /* 警�? */
.flood-l-lv4 { color: rgb(211, 41, 255); } /* 危険 */
.flood-l-lv5 { color: rgb(19, 19, 19); } /* 氾濫発�? */
.txt-bold { font-style: normal; font-weight: 700; }

.cmn-sttl5 {
    margin-bottom: 7px;
    color: #015db2;
    line-height: 1.4;
    font-size: 16px;
    font-style: normal;
    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: 10px;
	padding-bottom: 10px;
}
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);
}


/* my point ---------------------------------------------*/
.area-mypoint {
	background: rgb(0, 149, 219);
	padding: 10px;
}

.area-mypoint-title {
	line-height: 20px;
	color: rgb(243, 210, 9);
	font-size: 16px;
	position: relative;
	margin: 0;
	padding: 10px 10px;
	padding-left: 32px;
	background-image: url(https://cdn1.n-kishou.co.jp/image/charge/hires/image/mypoint-star.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: 2px 6px;
	margin-bottom: 4px;
}

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

/* 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: 6px 20px 6px 10px;
	text-decoration: none;
	background: rgb(255, 255, 255);
}

.circle-red {
	color: rgb(243, 40, 40);
}

/* 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);
}

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


/* 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: #015db2;
	font-size: 14px;
}
.box span {
	font-size: 14px;
}
.box h2 {
	margin-top: 20px;
}

.cmn-sttl6 {
	margin-bottom: 7px;
	color: #015db2;
	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: #015db2;
	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: rgb(1, 93, 178);
}
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(0, 65, 171, 0.6);
	-o-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.3), inset 0 -2px 0 1px rgba(0, 65, 171, 0.6);
	box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.3), inset 0 -2px 0 1px rgba(0, 65, 171, 0.6);
}
.btn-shadow.shadow03 > *.hover, .btn-shadow.shadow03 > *.touch {
	-ms-box-shadow: inset 0 -0.5px 0 1px rgba(0, 65, 171, 0.6);
	-o-box-shadow: inset 0 -0.5px 0 1px rgba(0, 65, 171, 0.6);
	box-shadow: inset 0 -0.5px 0 1px rgba(0, 65, 171, 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 span02 {
	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;
}


.simple-aco-btn {
    width: 0px;
    height: 24px;
    background: rgb(0, 149, 219);
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    position: relative;
    margin-left: 60px;
    cursor: pointer;
    cursor: pointer;
    display: none;
}

.simple-aco-btn.open:after {
    margin-top: 0px;
    /* -webkit-transform: rotate(-45deg); */
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#register-modal .modal-main {
    text-align: center;
}

#register-modal .modal-main-header {
    box-sizing: border-box;
    padding: 2px 10px;
    margin-bottom: 6px;
    text-align: left;
}

#register-modal .register-bottom-area {
    text-align: right;
}

#register-modal .cmn-btn-list li > a {
	font-size: 14px;
	padding: 0px 20px 0px 90px;
}

@media screen and (min-width: 960px) {
	#register-modal .cmn-btn-list.col2 {
		width: 310px;
	}
	#register-modal .cmn-btn-list li > a {
		padding: 0px 20px 0px 110px;
	}
}

#register-modal li#tennavi-link{
	width: 38%;
}

#register-modal .modal-main img {
    height: 220px;
}

.tutorial-image img{
	margin-top: 10px;
	width: 100%;
}

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

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

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

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

#menu-update-info-html .update-info-top {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
#menu-update-info-html .update-info-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-update-info-html .update-info-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-update-info-html .update-info-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);
}

/* 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);
}
/* howto side menu --------------------------------------*/
#menu-howto-html .nav-box {
	margin-top: 24px;
}

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

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

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

#menu-howto-html .howto-top {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
#menu-howto-html .howto-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-howto-html .howto-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-howto-html .howto-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-howto-html .title{
	margin: 0 5%;
	color: #015db2;
	font-weight: 700;
}

/* ==========================================================================
sns
========================================================================== */
ul.sns {
  margin-top: 6px;
  margin-bottom: 10px;
  padding: 0px 8px;
  list-style: none;
  text-decoration: none;
}

.sns a:hover {
  text-decoration: none;
}

.fb {
  display: inline-block;
  margin-right: 2%;
  width: 32%;
}

.fb a {
  display: block;
  background-color: #3b5998;
  text-decoration: none;
  border-radius: 10px;
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
  text-align: center;
  color: #fff;
  /*font-size: 26px;
  font-size: 2.6rem;*/
  padding: 4px 0;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.fb a:active, .fb a:hover {
  -ms-box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
  -o-box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
  box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
  color: #fff;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}


.tw {
  display: inline-block;
  margin-right: 2%;
  width: 32%;
}

.tw a {
  display: block;
  background-color: #1da1f2;
  text-decoration: none;
  border-radius: 10px;
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
  text-align: center;
  color: #fff;
  /*font-size: 26px;
  font-size: 2.6rem;*/
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 4px 0;
}

.tw a:active, .tw a:hover {
  -ms-box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
  -o-box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
  box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
  color: #fff;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}


.line {
  display: inline-block;
  width: 32%;
}

.line a {
  display: block;
  background-color: #00b900;
  text-decoration: none;
  border-radius: 10px;
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 129, 0, 0.6);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 129, 0, 0.6);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 129, 0, 0.6);
  text-align: center;
  color: #fff;
  /*font-size: 26px;
  font-size: 2.6rem;*/
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 4px 0;
}

.line a:active, .line a:hover {
  -ms-box-shadow: inset 0 -1px 0 2px rgba(0, 129, 0, 0.6);
  -o-box-shadow: inset 0 -1px 0 2px rgba(0, 129, 0, 0.6);
  box-shadow: inset 0 -1px 0 2px rgba(0, 129, 0, 0.6);
  color: #fff;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}


.sns-comment {
  margin: 10px 6px;
  padding-top: 6px;
  text-align: center;
  color: rgb(1, 93, 178);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  border-top: 1px solid rgb(239, 239, 239);
}

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

.cmn-btn-col3 li {
	width: 33%;
	float: left;
	box-sizing: border-box;
	border: none;
	box-sizing: border-box;
	border-bottom: 1px solid rgb(239, 239, 239);
}
.cmn-btn-col3 li:last-child {
	border-bottom: none;
}
.cmn-btn-col3.border-top li{
	border-top: 1px solid rgb(239, 239, 239);
}

.cmn-btn-col3.border-bottom li:first-child {
	border-right: 1px solid rgb(239, 239, 239);
}

.cmn-btn-col3.border-bottom li:last-child {
	border-left: 1px solid rgb(239, 239, 239);
	border-bottom: 1px solid rgb(239, 239, 239);
}


.cmn-btn-col3 li > a,
.cmn-btn-col3 li > span {
	display: block;
	color: rgb(1, 93, 178);
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	padding: 6px;
	text-decoration: none;
	background: rgb(255, 255, 255);
}

.cmn-btn-col3 li span {
  display: block;
  height: 40px;
  line-height: 1;
}

.cmn-btn-col3 li a img {
  height: 38px;
}

.cmn-btn-col3 li .small {
  font-size: 11px;
  margin: 8px 0px 4px 0px;
  height: 12px;
}

.icon-arrow {
    position: relative;
    padding: 0px 90px 0px 90px;
}

.icon-arrow:after {
  position: absolute;
    content: "";
    border: 0;
    border-top: solid 4px #ffffff;
    border-right: solid 4px #015db2;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    border-radius: 1px 1px 1px 100%;
    top: 36%;
    right: 80px;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    /* border-bottom: solid 4px #ffffff; */
    border-right: solid 4px #ffffff;
}

.icon-arrow.arrow-white:after {
  border-color: #fff;
}

@media screen and (min-width: 960px) {
	/* header */
	#map-select {
		display: none;
	}
	.menu-button {
		display: none;
	}

	#map-select.pc {
		display: block;
	}
	ul#map-select.pc li {
		width: 80px;
		height: 50px;
	}
	#map-select.pc li img {
		height: 24px;
		margin-top: 13px;
	}

	.menu-button.pc {
		display: block;
		width: 100px;
		height: 50px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	}
	.menu-button.pc img {
		height: 24px;
		margin-top: 13px;
	}

	.header-wrap {
		right: 100px;
		height: 50px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	}

	#header-title {
		right: 324px;
		padding: 0;
		height: 50px;
	}

	#header-title a {
		display: inline-block;
		text-decoration: none;
		height: 24px;
		width: 110px;
		margin-left: 15px;
		padding-top: 10px;
		background-image: url('https://cdn1.n-kishou.co.jp/image/common/logo.png');
		background-size: 107px 22px;
		background-repeat: no-repeat;
		background-position: center bottom;
	}

	#header-title img {
		display: none;
	}

	#header-title h1 {
		display: inline-block;
		margin-left: 12px;
		font-size: 16px;
	}

	/* date */
	.header-subbar {
		top: 60px;
		left: 10px;
		width: auto;
		height: 30px;
		border-radius: 15px;
		box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
	}

	#date-text {
		font-size: 16px;
		height: 30px;
		line-height: 30px;
		margin-right: 14px;
	}

	.header-subbar-name {
		top: 102px;
		left: 10px;
	}

	/* legend */
	.header-legend {
		display: none;
	}
	.footer-legend {
		display: block;
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 1000;
		background: rgba(0, 0, 0, 0.7);
		padding: 5px 10px 0px 10px;
		border-radius: 2px;
		box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
	}
	.footer-legend img {
		width: 300px;
	}

	/* slider */
	#control-mobile {
		width: 450px;
		bottom: 10px;
		left: 10px;
		border-radius: 4px;
		box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
	}
}

.tbl01{
	border-left:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	width: 100%;
	font-size: 12px;
}

	.tbl01 th,
	.tbl01 td{
		border-right:1px solid #c9c9c9;
		border-top:1px solid #c9c9c9;
		padding:3px 3px;
/*		font-weight:bold;*/
		vertical-align:middle;
	}
	.tbl01 th{
		font-weight:normal;
		background-color:#edf0f2;
/*		background-color:#d7ebf6;
		background-color:#eef2f5;*/
		font-size:14px;
	}
.tbl01.center th,
.tbl01.center td{
	text-align:center;
	border-right:1px solid #c9c9c9;
}

.tbl01.left th,
.tbl01.left td{
	text-align:left;
}

.th40 th { width:40px; }
.th60 th { width:60px; }
.th80 th { width:80px; }
.th100 th { width:100px; }
.th120 th { width:120px; }

.bg-color{
	background-color: #d7f4f6;
	padding:12px;
 }

.bg-color01{
	background-color: #66f8f7;
 }
 
 .bg-color02{
	background-color: #ffff00;
	color:#1E1E1E;
 }
 
 .bg-color03{
	background-color: #ff6e09;
	color:#1E1E1E;
 
 }
 
 .bg-color04{
	background-color: #c910ff;
	color:#fff;
 }
 
 .bg-color05{
	background-color: #1f003d;
	color:#fff;
 }

 .bg-color01-b{
	background-color: #ffff00;
	color:#1E1E1E;
 }
 
 .bg-color02-b{
	background-color: #ff6e09;
	color:#1E1E1E;
 
 }
 
 .bg-color03-b{
	background-color: #d329ff;
	color:#fff;
 }
 
 .bg-color04-b{
	background-color: #131313;
	color:#fff;
 }

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

.blue-inner{
	margin: 0 2%;
	background-color: #d7f4f6;
}

.txt-bold{
	font-weight: 700 !important;
}

.inund-hanrei-img{
	text-align: center;
}

.inund-hanrei-img img{
	width: 200px !important;
	height: 80px;
}