﻿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: 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;
}

.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 .cmn-btn-list {
	width: 100%;
}

.modal-main .cmn-btn-list.col2 {
	width: 100%;
}

.modal-main .cmn-btn-list.col2 li {
	float: left;
	margin-right: 10px;
	box-sizing: border-box;
	width: 46%;
	line-height: 1.4;
	border-bottom: 2px dotted #30aee9;
}

.modal-image{
	text-align: center;
}

.modal-image img{
	width: 280px;
}

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

.btn-cmn-info a {
    display: block;
    padding: 4px 22.5px 4px 12.5px;
    text-decoration: none;
    color: #015db2;
    border-radius: 20px;
    background: #ffffff;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    width: 84px;
    right: 76px;
}

.fr {
	float: right;
}

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

.mt5{
	margin-top:5px !important;
}

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

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40{
	margin-top:40px !important;
}

.mb-5 {
	margin-bottom: -5px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10{
	margin-bottom:10px !important;
}

.mb20{
	margin-bottom:20px !important;
}

.mb30{
	margin-bottom:30px !important;
}

.mb40{
	margin-bottom:40px !important;
}

.pb0{
	padding-bottom:0px !important;
}

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

.txt-bold {
	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 .caution {
	padding: 0 10px;
}

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

/* 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(1, 93, 178);
}


/* 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 W3","Hiragino Kaku Gothic Pro","メイリオ", 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 W3","Hiragino Kaku Gothic Pro","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
}


/* register-modal -------------------------------------------*/
#register-modal .modal-content {
	z-index: 10001;
}
#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 .modal-main img {
	height: 220px;
}

@media screen and (min-width: 960px) {
	#register-modal .cmn-btn-list.col2 {
		width: 340px;
	}
}
.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 .cmn-btn-list li > a {
	font-size: 14px;
	padding: 0px 20px 0px 160px;
}

#register-modal li#sample-link{
	width: 100%;
}

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


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


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




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


/* info-modal --------------------------------------*/
.info-image img{
	margin-top: 10px;
	width: 100%;
}
.info-image-small{
	text-align: center;
}
.info-image-small img{
	margin-top: 10px;
	width: 230px;
}

/* info-kmb-modal --------------------------------------*/
#info-kmb-modal .modal-content {
	height: 470px;
	margin-top: -230px;
	padding: 10px 15px;
}
#info-kmb-modal .modal-main {
	margin-top: 10px;
	color: #585858;
	line-height: 1.75;
	font-weight: 400;
	height: 350px;
	overflow: auto;
}
#info-kmb-modal img.title-new {
	height: 24px;
	vertical-align: bottom;
	margin-right: 6px;
}
#info-kmb-modal .modal-footer a:hover {
	overflow: inherit;
}

/* info-swl-modal --------------------------------------*/
#info-swl-modal .modal-content {
	height: 470px;
	margin-top: -230px;
	padding: 10px 15px;
}
#info-swl-modal .modal-main {
	margin-top: 10px;
	color: #585858;
	line-height: 1.75;
	font-weight: 400;
	height: 350px;
	overflow: auto;
}
#info-swl-modal img.title-new {
	height: 24px;
	vertical-align: bottom;
	margin-right: 6px;
}
#info-swl-modal .modal-footer a:hover {
	overflow: inherit;
}

/* info-windw-modal --------------------------------------*/
#info-windw-modal .modal-content {
	height: 470px;
	margin-top: -230px;
	padding: 10px 15px;
}
#info-windw-modal .modal-main {
	margin-top: 10px;
	color: #585858;
	line-height: 1.75;
	font-weight: 400;
	height: 350px;
	overflow: auto;
}
#info-windw-modal img.title-new {
	height: 24px;
	vertical-align: bottom;
	margin-right: 6px;
}
#info-windw-modal .modal-footer a:hover {
	overflow: inherit;
}

/* info-otca-modal --------------------------------------*/
#info-otca-modal .modal-content {
	height: 470px;
	margin-top: -230px;
	padding: 10px 15px;
}
#info-otca-modal .modal-main {
	margin-top: 10px;
	color: #585858;
	line-height: 1.75;
	font-weight: 400;
	height: 350px;
	overflow: auto;
}
#info-otca-modal img.title-new {
	height: 24px;
	vertical-align: bottom;
	margin-right: 6px;
}
#info-otca-modal .modal-footer a:hover {
	overflow: inherit;
}

/* info-otca-slider-modal --------------------------------------*/
#info-otca-slider-modal .modal-content {
	height: 470px;
	margin-top: -230px;
	padding: 10px 15px;
}
#info-otca-slider-modal .modal-main {
	margin-top: 10px;
	color: #585858;
	line-height: 1.75;
	font-weight: 400;
	height: 350px;
	overflow: auto;
}
#info-otca-slider-modal img.title-new {
	height: 24px;
	vertical-align: bottom;
	margin-right: 6px;
}
#info-otca-slider-modal .modal-footer a:hover {
	overflow: inherit;
}

/* info-cur-modal --------------------------------------*/
#info-cur-modal .modal-content {
	height: 470px;
	margin-top: -230px;
	padding: 10px 15px;
}
#info-cur-modal .modal-main {
	margin-top: 10px;
	color: #585858;
	line-height: 1.75;
	font-weight: 400;
	height: 350px;
	overflow: auto;
}
#info-cur-modal img.title-new {
	height: 24px;
	vertical-align: bottom;
	margin-right: 6px;
}
#info-cur-modal .modal-footer a:hover {
	overflow: inherit;
}

/* info-sali-modal --------------------------------------*/
#info-sali-modal .modal-content {
	height: 470px;
	margin-top: -230px;
	padding: 10px 15px;
}
#info-sali-modal .modal-main {
	margin-top: 10px;
	color: #585858;
	line-height: 1.75;
	font-weight: 400;
	height: 350px;
	overflow: auto;
}
#info-sali-modal img.title-new {
	height: 24px;
	vertical-align: bottom;
	margin-right: 6px;
}
#info-sali-modal .modal-footer a:hover {
	overflow: inherit;
}


/* 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: 10px;
  margin: 8px 0px 4.5px 0px;
  height: 12px;
}

.cmn-btn-col3 li .medium {
	font-size: 12px;
	margin: 8px 0px 4.5px 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;
}
