/*********************************************************/
/* オーバーレイ用 CSS
/*********************************************************/
/* コンテンツDIV */
#app {
	font-size	: 16pt;
	height		: 100vh;
	overflow-y	: auto;
}

body {
	font-family	: "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", YuGothic, sans-serif;
	background-color	: transparent;;
	overflow			: hidden;
	background-color	: #eaeded;
}

html,body {
	height	: 100%;
	margin	: 0;
	padding	: 0;
}

.main_login {
	display: flex;
	flex-direction: column;
	margin: auto;
	overflow: auto;
}

.login_logo {
	display: flex;
	margin: auto;
	padding: 55px 0 27px 0;
	justify-content: center;
}

.login_logo > div > img {
	max-height: 68px;
	width: auto;
	height:auto
}

.login_board, .login_board_partner {
	width: 730px;
	background-color: #fff;
	margin: auto;
	margin-bottom: 25px;
}

.login_board {
	height: fit-content;
}

.login_board_partner {
	height: 244px;
}

.login_board, .login_board_partner > div, .login_board_partner > div {
	text-align: center;
}

.login_board > div:nth-child(1), .login_board_partner > div:nth-child(1) {
	padding: 40px 0;
	font-weight: bold;
	color: #101010;
}

.login_board > div:nth-child(2) {
	font-weight: bold;
	padding-bottom: 20px;
}

.login_board_partner > div:nth-child(2) {
	padding-bottom: 50px;
}

.login_board > div:nth-child(4) {
	padding: 50px 0;
}

.login_board input {
	height: 56px;
	width: 486px;
	border:2px solid #c4c7c7;
	font-size: 20px;
	padding: 0 20px;
	color: #828282;
	border-radius: 5px;
}

input::placeholder {
	font-family	: "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", YuGothic, sans-serif;
	font-weight: bold;
}

.login_board input:focus {
	border	: 2px solid #00b7c6;
	outline: none;
}

.login_board #LOGIN_BUTTON, .login_board_partner #LOGIN_BUTTON {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #00b7c6;
	border-radius: 5px;
	width: 530px;
	height: 60px;
	display: block;
	line-height: 60px;
	cursor: pointer;
	margin:auto;
	text-decoration: none;
}

.login_board #LOGIN_BUTTON:hover, .login_board_partner #LOGIN_BUTTON:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.loader {
	border			: 16px solid #f3f3f3;
	border-radius	: 50%;
	border-top		: 16px solid #00b7c6;
	width			: 40px;
	height			: 40px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation		: spin 2s linear infinite;
	margin			: 20px auto;
}

/*================================================*/
/* 枠関連                                         */
/*================================================*/
.PASSWORD_ERRORMESSAGE_AREA{
	min-height: 60px;
	height:auto;
	width: 530px;
	display: flex;
	margin: 0 auto;
	line-height: 30px;
	align-items: center;
	justify-content: center;
}

#MODAL {
	position			: absolute;
	top					: 0px;
	left				: 0px;
	margin				: 0;
	padding				: 0;
	width				: 100%;
	height				: 100%;
	display				: none;
}

#MODAL_BACKGROUND {
	background-color	: BLACK;
	opacity				: 0.4;
	width				: 100%;
	height				: 100%;
}

#MODAL_CONTENT {
	position			: absolute;
	top					: 0px;
	left				: 0px;
	width				: 100%;
	height				: 100%;
}

#MODAL_CONTENT_FRAME {
	background-color: white;
	width: 730px;
	min-height: 392px;
	margin: 212px auto;
}

#MODAL_CONTENT_FRAME > div {
	padding: 10px;
	height: 60px;
	background-color:#00b7c6;
	color: white;
}

#MODAL_CONTENT_FRAME input {
	height: 56px;
	width: 486px;
	border:2px solid #c4c7c7;
	font-size: 20px;
	padding: 0 20px;
	color: #828282;
	border-radius: 5px;
}

#MODAL_CONTENT_FRAME input:focus {
	border	: 2px solid #00b7c6;
	outline: none;
}

#CHANGEPASSWORD div {
	text-align: center;
}

#CHANGEPASSWORD div:nth-child(1) {
	padding-top: 20px;
	padding-bottom: 20px;
}

#CHANGEPASSWORD div:nth-child(2) {
	padding-bottom: 20px;
}

#CHANGEPASSWORD div:nth-child(4) {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	margin: 0 10px;
	font-weight: bold;
	color: #828282;
}

#PASSWORD_MESSAGE_AREA_BG {
	min-height: 60px;
	height: auto;
	padding-bottom: 0;
}

div.ws-swal__message {
	width:700px;
	padding: 50px;
	border-radius: 0;
}

div.ws-swal__message .swal2-header .swal2-icon {
	margin: 0px 0px 30px 0px;
}

div.ws-swal__message .swal2-header .swal2-error {
	width: 100px;
	height: 100px;
	border-color: #f5787a;
}

div.ws-swal__message .swal2-header .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
	top: 47px;
	width: 70px;
	height: 4px;
	background-color: #f5787a;
}

div.ws-swal__message .swal2-header .swal2-info {
	border-color: #4dccd7;
	color: #4dccd7;
	width: 100px;
	height: 100px;
	line-height: 1.6;
}

div.ws-swal__message .swal2-header .swal2-question {
	border-color: #4dccd7;
	color: #4dccd7;
	width: 100px;
	height: 100px;
	line-height: 1.7;
}

div.ws-swal__message .swal2-header .swal2-warning {
	border-color: #ffb565;
	color: #ffb565;
	width: 100px;
	height: 100px;
	line-height: 1.6;
}

div.ws-swal__message .swal2-header .swal2-title {
	margin: 0px 0 20px;
}

div.ws-swal__message .swal2-content div#swal2-content {
	font-size: 20px;
	color:#101010;
	line-height: 30px;
}

div.ws-swal__message div.swal2-actions {
	margin: 0px;
}

div.ws-swal__message div.swal2-loading {
	margin-top: 40px;
}

div.ws-swal__message div.swal2-actions .swal2-styled {
	margin: 40px 20px 0px 20px;
}

div.ws-swal__message div.swal2-actions .swal2-styled.swal2-confirm {
	background-color: #00b7c6;
	border-radius:5px;
	font-size: 20px;
	font-weight:bold;
	width:130px;
	height:54px;
	font-family	: "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", YuGothic, sans-serif;
}

div.ws-swal__message div.swal2-actions .swal2-styled.swal2-cancel {
	background-color: #fff;
	border-radius:5px;
	font-size: 20px;
	font-weight:bold;
	width:130px;
	height:54px;
	color:#00b7c6;
	border: 1px solid #00b7c6;
	padding: 0px;
	font-family	: "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", YuGothic, sans-serif;
}

div.ws-swal-message__Total {
	background-color: #e5f5f6;
	width: 300px;
	height: 90px;
	display: flex;
	margin: 0 auto;
	align-items: center;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: left;
	justify-content: center;
}

/*--------- EMERGENCY BOX -----------*/
.emergency_box {
	margin: 0 auto 55px;
}

#emergency_box.PC {
	width: 730px;
	max-height: 376px;
	margin: auto;
	padding: 20px 40px;
	border: 2px solid #dc373b;
	background: #fff;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

#emergency_box.PC .content_box {
	padding: 0 0 50px;
	position: relative;
}

#emergency_box.PC .content_box button {
	position: absolute;
	background: #dc373b;
	color: #fff;
	font-weight: 700;
	border: 1px solid transparent;
	position: absolute;
	right: 0px;
	padding: 0;
	bottom: 0px;
	height: 30px;
	line-height: 30px;
	width: 145px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: none;
	font-family: inherit;
}

#emergency_box.PC .content_box button:hover {
	cursor: pointer;
	background-color: #c82333;
	border-color: #bd2130;
}

#emergency_box.PC h3:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #dc373b;
}

#emergency_box.PC .inner_box {
	max-height: 216px;
	overflow-y: auto;
	border-bottom: 1px solid #c4c7c7;
}

#emergency_box.PC h3 {
	color: #dc373b;
}

#emergency_box.PC .content_box h3 i {
	font-size: 29px;
	margin: 0 8px 0 16px;
}

#emergency_box.PC .content_box h3 {
	margin: 0;
	font-size: 24px;
	line-height: 1.8;
}

#emergency_box.PC .inner_box ul {
	padding-left: 0px;
	margin: 0;
}

#emergency_box.PC .inner_box li {
	padding: 20px 22px;
	margin: 0;
	display: block;
	border-bottom: 1px solid #c4c7c7;
}

#emergency_box.PC .inner_box li:last-child {
	border: none;
}

#emergency_box.PC .inner_box li span.inner_dt {
	font-size: 12px;
    color: #636363;
    display: block;
    line-height: 10px;
}

#emergency_box.PC .inner_box li span.inner_ttl {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
    color: #101010;
    display: block;
    margin-top: 13px;
    margin-bottom: 10px;
}

#emergency_box.PC .inner_box li span.inner_txt {
    font-size: 16px;
    color: #101010;
    display: block;
    line-height: 22px;
    margin-top: -2px;
    margin-bottom: -2px;
}

.fade.show {
    opacity: 1;
}

.fade {
    transition: opacity .15s linear;
}

.modal-content {
    padding: 5px 30px 30px;
    border-bottom: 1px solid #c4c7c7;
    height: auto;
    min-height: 230px;
    max-height: 700px;
    max-width: 800px;
    margin: auto;
	position: relative;
    display: block;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.1px;
    outline: 0;
}

#emergency_box .modal-header {
    border-bottom: 1px solid #dc373b;
	padding: 15px 0;
    text-align: left;
    display: block;
	border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

#emergency_box .modal-header h5{
    color: #dc373b;
    font-size: 24px;
	font-weight: 700;
}

#emergency_box .modal-header h5 i {
	margin: 0 8px 0 0;
	font-weight: 900;
}

.modal-title {
    margin-bottom: 0;
	margin-top: 0;
    line-height: 1.5;
}

.modal-header h5 i {
    margin: 0 8px 0 0;
}

.modal-content .modal-header .close {
    border-radius: 51px;
    width: 51px;
    height: 51px;
    position: absolute;
    padding: 0;
    right: 0;
    top: 0;
    color: white;
    font-size: 22px;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

button.close:hover {
    background: #00828d;
	text-decoration: none;
	cursor: pointer;
}

.modal-header .close {
    margin: -15px -15px -15px auto;
}

button.close {
    box-shadow: none;
	border: 0;
    background: #00b7c6;
}

.modal-body {
	max-height: 602px;
    min-height: 110px;
    height: auto;
    overflow-y: auto;
    padding: 0;
    border-bottom: 1px solid #c4c7c7;
	position: relative;
}

.modal-body ul {
	padding-left: 0;
}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
	}

	:-ms-input-placeholder {
		font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
		font-weight:bold;
	}
}

.top_btn_switch_view {
	width: 200px;
	height: 36px;
	margin-top: 0px !important;
	margin-bottom: 50px !important;
	text-align: center;
}

.top_btn_switch_view-inline {
	font-size	: 14px;
	font-weight: bold;
	color: #828282;
	background-color: #fff;
	width: 100px;
	height: 36px;
	line-height: 36px;
	justify-content: center;
	display: inline-block;
	border-style: solid;
	border-color: #c4c7c7;
	box-sizing: border-box;
	cursor: pointer;
}
.switch_selected {
	color: #fff;
	background-color: #00828d;
	border-style: solid;
	border-color: #00828d;
	box-sizing: border-box;
}

/* mobi */
.SP .main_login {
	align-items: center;
	overflow: auto;
	margin: 0;
	display: flex;
}

.SP .login_logo {
	padding: 50px 0 25px;
	margin: 0;
}
.SP .login_logo > div > img {
	width: 247px;
	height: 38px;
}

.SP .top_btn_switch_view {
	width: 180px;
	height: 30px;
	margin-bottom: 25px !important;
	text-align: center;
	margin: 0;
}

.SP .top_btn_switch_view-inline {
	font-size	: 11px;
	width: 90px;
	height: 30px;
	line-height: 30px;
}

#app, .top_login_logo, .top_login_board, .top_btn_login, .top_btn_switch_view {
	margin: auto;
	justify-content: center;
}

.SP .login_board {
	width: 345px;
	height: 267.5px;
	display: flex;
	flex-direction: column;
	margin: 0;
	margin-bottom: 25px;
}

.SP .login_board > div:nth-child(1), .login_board_partner > div:nth-child(1) {
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0;
	height: 12.5px !important;
	line-height: 12.5px !important;
	color: #101010 !important;
}

.SP .login_board input {
	width: 256px;
	height: 41px;
	background-color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	color: #828282  !important;
	border: 2px solid #c4c7c7;
	border-radius: 5px;
}

.SP .login_board > div:nth-child(4) {
	padding: 30px 0;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff !important;
}

.SP .login_board #LOGIN_BUTTON, .login_board_partner #LOGIN_BUTTON {
	width: 300px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}

div.ws-swal__message_sp {
	width:306px;
	min-height: 164px;
	padding: 30px;
	border-radius: 0;
}

div.ws-swal__message_sp .swal2-header .swal2-icon {
	margin: 0px 0px 30px 0px;
}

div.ws-swal__message_sp .swal2-header .swal2-error {
	width: 64px;
	height: 64px;
	border-color: #f5787a;
	/* transform: scale(calc(64.8/72)); */
}

div.ws-swal__message_sp .swal2-header .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
	top: 30px;
	right: 0;
	left: 12px;
	width: 40px;
	height: 4px;
	background-color: #f5787a;
}

div.ws-swal__message_sp .swal2-header .swal2-info {
	border-color: #4dccd7;
	color: #4dccd7;
	width: 64px;
	height: 64px;
	line-height: 1.2;
}

div.ws-swal__message_sp .swal2-header .swal2-question {
	border-color: #4dccd7;
	color: #4dccd7;
	width: 72px;
	height: 72px;
	line-height: 1.3;
}

div.ws-swal__message_sp .swal2-header .swal2-warning {
	border-color: #ffc382;
	color: #ffc382;
	width: 64px;
	height: 64px;
	line-height: 1.2;
}

div.ws-swal__message_sp .swal2-header .swal2-title {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 19px;
	color: #101010;
}

div.ws-swal__message_sp.dialog_error .swal2-header .swal2-title {
	margin: 0px 0 20px;
	font-size: 20px;
	color: #101010;
}

div.ws-swal__message_sp .swal2-content div#swal2-content {
	font-size: 16px;
	color:#101010;
}

div.ws-swal__message_sp-show .swal2-content div#swal2-content {
	font-size: 14px;
}


div.ws-swal__message_sp div.swal2-actions {
	margin: 0px;
}

div.ws-swal__message_sp div.swal2-loading {
	margin-top: 30px;
}

div.ws-swal__message_sp div.swal2-actions .swal2-styled {
}

div.ws-swal__message_sp .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
	width: 40px;
	height: 40px;
	border-left-color: #00b7c6 !important;
	border-right-color: #00b7c6 !important;
	margin: 0px;
}

div.ws-swal__message_sp div.swal2-actions .swal2-styled.swal2-confirm {
	background-color: #00b7c6;
	border-radius:3px;
	font-size: 16px;
	font-weight:bold;
	width:108px;
	height:40px;
	margin: 30px 0px 0px 0px;
}

div.ws-swal__message_sp div.swal2-actions .swal2-styled.swal2-cancel {
	background-color: #fff;
	border-radius:3px;
	font-size: 16px;
	font-weight:bold;
	width:108px;
	height:40px;
	color:#00b7c6;
	border: 1px solid #00b7c6;
	padding: 0px;
	margin: 30px 0px 0px 30px;
}

div.ws-swal-message_sp__Total {
	background-color: #e5f5f6;
	width: 246px;
	height: 70px;
	display: flex;
	margin: 0 auto;
	align-items: center;
	line-height: 30px;
	margin-bottom: 15px;
	text-align: left;
	justify-content: center;
}

/* MODAL */
#MODAL.SP #MODAL_CONTENT_FRAME {
	width: 345px;
	min-height: fit-content;
	margin: 0;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate( 50%, -50%);
}

#MODAL.SP #MODAL_CONTENT_FRAME > div {
	font-size: 16px;
	height: fit-content;
	padding: 10px 20px;
}

#MODAL.SP #MODAL_CONTENT_FRAME input {
	width: 256px;
	height: 41px;
	font-size: 16px;
}

#MODAL.SP .PASSWORD_ERRORMESSAGE_AREA {
	min-height: 40px;
	width: 210px;
	line-height: 25px;
	font-size: 16px;
}

#MODAL.SP #PASSWORD_MESSAGE_AREA_BG {
	min-height: 40px;
}

#MODAL.SP #CHANGEPASSWORD div:nth-child(4) {
	font-size: 16px;
}

/*------------------------------------*/
#emergency_box.SP {
	width: 345px;
	max-height: unset;
	margin: auto;
	padding: 15px 15px 20px 15px;
	border: 2px solid #dc373b;
	background: #ffffff;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

#emergency_box.SP  .content_box {
	padding: 0 0 20px 0;
}

#emergency_box.SP h3:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #dc373b;
}

#emergency_box.SP .inner_box {
	max-height: unset;
	overflow-y: auto;
}

#emergency_box.SP h3 {
	color: #dc373b;
}

#emergency_box.SP .content_box h3 i {
	font-size: 19px;
	margin: 0 8px 0 16px;
	width: 19px;
	height: 19px;
}

#emergency_box.SP .content_box h3 {
	margin: 0;
	font-size: 19px;
	line-height: 1.8;
}

#emergency_box.SP .inner_box ul {
	padding-left: 0px;
	margin: 0;
}

#emergency_box.SP .inner_box li {
	padding: 20px 10px;
	margin: 0;
	display: block;
	border-bottom: 1px solid #c4c7c7;
}

#emergency_box.SP .inner_box li span.inner_dt {
	font-size: 12px;
    color: #636363;
    display: block;
    line-height: 12px;
}

#emergency_box.SP .inner_box li span.inner_ttl {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
    color: #101010;
    display: block;
    margin-top: 8px;
    margin-bottom: 9px;
}

#emergency_box.SP .inner_box li span.inner_txt {
    font-size: 14px;
    color: #101010;
    display: block;
    line-height: 22px;
    margin-top: -2px;
    margin-bottom: -2px;
}

.vue-modal-resizer {
	display		: block;
	overflow	: hidden;
	position	: absolute;
	width		: 12px;
	height		: 12px;
	right		: 0;
	bottom		: 0;
	z-index		: 9999999;
	background	: transparent;
	cursor		: se-resize;
}
.vue-modal-resizer::after {
	display			: block;
	position		: absolute;
	content			: '';
	background		: transparent;
	left			: 0;
	top				: 0;
	width			: 0;
	height			: 0;
	border-bottom	: 10px solid #ddd;
	border-left		: 10px solid transparent;
}
.vue-modal-resizer.clicked::after {
	border-bottom	: 10px solid #369be9;
}


.v--modal-block-scroll {
	overflow	: hidden;
	width		: 100vw;
}
.v--modal-overlay {
	background	: rgba(35, 47, 62, 0.6);
	box-sizing	: border-box;
	height		: 100vh;
	left		: 0;
	opacity		: 1;
	position	: fixed;
	top			: 0;
	width		: 100%;
	z-index		: 10000;
}
.v--modal-overlay.scrollable {
	height		: 100%;
	min-height	: 100vh;
	overflow-y	: auto;
	webkit-overflow-scrolling: touch;
}
.v--modal-overlay .v--modal-background-click {
	min-height		: 100%;
	padding-bottom	: 10px;
	width			: 100%;
}
.v--modal-overlay .v--modal-box {
	box-sizing		: border-box;
	position		: relative;
}
.v--modal-overlay .v--modal-box.show.SP {
	width: 349px !important;
	margin: 0 !important;
	position: relative;
	top: 50% !important;
	left: 50% !important;
	transform: translate( -50%, -50%) !important;
}
.v--modal-overlay.scrollable .v--modal-box {
	margin-bottom	: 2px;
}
.v--modal {
	background-color	: white;
	border-radius		: 3px;
	box-shadow			: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
	padding				: 0;
	text-align			: left;
}
.v--modal.v--modal-fullscreen {
	height	: 100vh;
	left	: 0;
	margin	: 0;
	top		: 0;
	width	: 100vw;
}
.v--modal-top-right {
	display		: block;
	position	: absolute;
	right		: 0;
	top			: 0;
}
.overlay-fade-enter-active,
.overlay-fade-leave-active {
	transition: all 0.2s;
}
.overlay-fade-enter,
.overlay-fade-leave-active {
	opacity: 0;
}
.nice-modal-fade-enter-active,
.nice-modal-fade-leave-active {
	transition: all 0.4s;
}
.nice-modal-fade-enter,
.nice-modal-fade-leave-active {
	opacity		: 0;
	transform	: translateY(-20px);
}


.vue-dialog div {
	box-sizing: border-box;
}
.vue-dialog .dialog-flex {
	width	: 100%;
	height	: 100%;
}
.vue-dialog .dialog-content {
	flex		: 1 0 auto;
	width		: 100%;
	padding		: 15px;
	font-size	: 14px;
}
.vue-dialog .dialog-c-title {
	font-weight		: 600;
	padding-bottom	: 15px;
}
.vue-dialog .dialog-c-text {
}
.vue-dialog .vue-dialog-buttons {
	display		: flex;
	flex		: 0 1 auto;
	width		: 100%;
	border-top	: 1px solid #eee;
}
.vue-dialog .vue-dialog-buttons-none {
	width			: 100%;
	padding-bottom	: 15px;
}
.vue-dialog-button {
	font-size	: 12px !important;
	background	: transparent;
	padding		: 0;
	margin		: 0;
	border		: 0;
	cursor		: pointer;
	box-sizing	: border-box;
	line-height	: 40px;
	height		: 40px;
	color		: inherit;
	font		: inherit;
	outline		: none;
}
.vue-dialog-button:hover {
	background: rgba(0, 0, 0, 0.01);
}
.vue-dialog-button:active {
	background: rgba(0, 0, 0, 0.025);
}
.vue-dialog-button:not(:first-of-type) {
	border-left: 1px solid #eee;
}


@charset "utf-8";

/* =============================================================================================================
	通常スタイル
============================================================================================================= */

/* トップページ
--------------------------------------------------------- */
div.portal #contentsBox .contents_wrapper[data-v-700c188b]{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding: 30px 50px 100px;
}
div.portal .left_wrap[data-v-700c188b] {
	width: 880px;
	padding-right: 40px;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
	float: left;
}
div.portal .right_wrap[data-v-700c188b] {
	width: 220px;
	position: relative;
	float: right;
}
div.portal #operation_box[data-v-700c188b], div.portal #business_box[data-v-700c188b], div.portal #individual_box[data-v-700c188b], div.portal #blog_box[data-v-700c188b] {
	margin-bottom: 30px;
}
div.portal #business_box[data-v-700c188b] {
	padding-right: 15px;
}
div.portal #individual_box[data-v-700c188b] {
	padding-left: 15px;
}
div.portal #operation_box[data-v-700c188b], div.portal #blog_box[data-v-700c188b], div.portal #link_box[data-v-700c188b] {
	flex: 0 0 100%;
	max-width: 100%;
}
div.portal .left_wrap #business_box[data-v-700c188b], div.portal .left_wrap #individual_box[data-v-700c188b] {
	flex: 0 0 50%;
	max-width: 50%;
}
div.portal #contentsBox[data-v-700c188b] {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
div.portal #contentsBox .contents_box[data-v-700c188b] {
	padding: 0 0 10px;
}
div.portal .left_wrap #adv_box[data-v-700c188b] {
	display: none;
}
div.portal .content_box[data-v-700c188b] {
	position: relative;
	padding: 30px 20px 80px;
	background: #ffffff;
	margin: 0;
}
div.portal #adv_box .content_box[data-v-700c188b] {
	background: #d7dcdd;
}
div.portal .content_box button[data-v-700c188b] {
	position: absolute;
	right: 22px;
	padding: 0;
	bottom: 30px;
	height: 30px;
	line-height: 30px;
	width: 145px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
	box-shadow: none;
}
div.portal #emergency_box[data-v-700c188b] {
	width: 1100px;
	max-height: 376px;
	margin: 0 auto 30px;
	padding: 30px 50px;
	border: 2px solid #dc373b;
	background: #ffffff;
	position: relative;
}
div.portal #emergency_box .content_box[data-v-700c188b] {
	padding: 0 0 50px 0;
}
div.portal #emergency_box .content_box button[data-v-700c188b] {
	bottom: 0;
	right: 0;
}
div.portal #blog_box ul[data-v-700c188b] {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 12px;
	margin-bottom: 0;
}
div.portal #blog_box ul li[data-v-700c188b] {
	padding: 10px;
	border: none;
}
div.portal #blog_box .content_box[data-v-700c188b] {
	padding: 0;
}
div.portal #blog_box .inner_box[data-v-700c188b] {
	background: #d7dcdc;
}
div.portal #blog_box .inner_box ul li .bl_box[data-v-700c188b] {
	background-color: #ffffff;
	padding: 20px 18px;
	width: 252px;
	height: 100%;
	color: #101010;
	overflow: hidden;
}
div.portal #blog_box .inner_box ul li .bl_box div[data-v-700c188b] img {
	max-width: 216px;
	max-height: 216px;
	width: auto;
	height: auto;
	margin-bottom: 10px;
}
div.portal #blog_box .content_box h3[data-v-700c188b] {
	background: #c4c7c7;
	padding: 13px 30px;
	font-size: 20px;
	font-weight: bold;
	color: #101010;
	margin: 0;
	line-height: 24px;
}
div.portal #blog_box .content_box h3[data-v-700c188b]::after {
	border: none;
	width: 0;
}
div.portal #adv_box[data-v-700c188b] {
	width: 220px;
	height: auto;
	background: #d7dcdd;
	overflow: auto;
}
div.portal #adv_box .content_box[data-v-700c188b] {
	position: relative;
	padding: 0;
	margin-top: 20px;
}
div.portal #adv_box h3[data-v-700c188b], div.portal #adv_box .inner_ttl[data-v-700c188b], div.portal #adv_box button[data-v-700c188b] {
	display:none;
}
div.portal #adv_box .content_box .inner_box li[data-v-700c188b] {
	border-bottom: none;
}
div.portal #adv_box ul[data-v-700c188b] {
	margin-bottom: 0px;
}
div.portal #adv_box ul li[data-v-700c188b] {
	padding: 0px 20px 20px;
}
div.portal #emergency_box h3[data-v-700c188b] {
	color: #dc373b;
}
div.portal #emergency_box h3 i[data-v-700c188b] {
	margin: 0 10px 0 20px;
}
div.portal #emergency_box h3[data-v-700c188b]:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #dc373b;
}
div.portal #operation_box[data-v-700c188b], div.portal #link_box[data-v-700c188b] {
	width: 840px;
}
div.portal #operation_box[data-v-700c188b] {
	max-height: 386px;
}
div.portal #link_box[data-v-700c188b] {
	height: 288px;
}
div.portal #business_box[data-v-700c188b], div.portal #individual_box[data-v-700c188b] {
	width: 405px;
	height: 456px;
}
div.portal #business_box .content_box[data-v-700c188b], div.portal #individual_box .content_box[data-v-700c188b] {
	padding: 30px 20px 70px;
}
div.portal #business_box .content_box button[data-v-700c188b], div.portal #individual_box .content_box button[data-v-700c188b] {
	bottom: 20px;
}
div.portal #emergency_box[data-v-700c188b], div.portal #operation_box[data-v-700c188b], div.portal #business_box[data-v-700c188b], div.portal #individual_box [data-v-700c188b], div.portal #blog_box[data-v-700c188b], div.portal #link_box[data-v-700c188b] {
	overflow: hidden;
}
div.portal #emergency_box .inner_box[data-v-700c188b] {
	max-height: 216px;
	overflow-y: auto;
	border-bottom: 1px solid #c4c7c7;
}
div.portal #operation_box .inner_box[data-v-700c188b] {
	max-height: 240px;
	overflow-y: auto;
	border-bottom: 1px solid #c4c7c7;
}
div.portal #business_box .inner_box[data-v-700c188b], div.portal #individual_box .inner_box[data-v-700c188b] {
	height: 320px;
	overflow-y: auto;
	border-bottom: 1px solid #c4c7c7;
}
div.portal #link_box .inner_box[data-v-700c188b] {
	height: 142px;
	overflow-y: auto;
	border-bottom: 1px solid #c4c7c7;
}
div.portal #link_box .inner_box li span.inner_ttl[data-v-700c188b] {
	font-size: 16px;
}
div.portal #link_box .inner_box li span.inner_txt[data-v-700c188b] {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}
div.portal #operation_box h3[data-v-700c188b], div.portal #business_box h3[data-v-700c188b], div.portal #individual_box h3 [data-v-700c188b], div.portal #link_box h3[data-v-700c188b] {
	color: #101010;
}
div.portal #emergency_box .content_box h3 i[data-v-700c188b] {
	font-size: 29px;
}
div.portal #emergency_box .content_box h3[data-v-700c188b] {
	margin: 0;
	font-size: 24px;
	line-height: 17px;
}
div.portal #emergency_box .inner_box li[data-v-700c188b] {
	padding: 20px 22px;
}
div.portal #emergency_box .inner_box li span.inner_ttl[data-v-700c188b] {
	font-size: 18px;
	line-height: 18px;
}
div.portal #link_box .content_box h3 i[data-v-700c188b] {
	transform:rotate(90deg);
}
div.portal .content_box h3 i[data-v-700c188b] {
	margin: 0 15px 0 10px;
	font-size: 22px;
}
div.portal .content_box h3[data-v-700c188b] {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 14px;
}
div.portal .content_box h3[data-v-700c188b]:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #c4c7c7;
}
.inner_box ul[data-v-700c188b] {
	margin: 0;
}
.inner_box li[data-v-700c188b] {
	margin: 0;
	padding: 20px 10px;
	display: block;
	border-bottom: 1px solid #c4c7c7;
}
.inner_box li span.inner_dt[data-v-700c188b] {
	font-size: 12px;
	color: #636363;
	display: block;
	line-height: 10px;
}
.inner_box li span.inner_ttl[data-v-700c188b] {
	font-size: 18px;
	font-weight: bold;
	color: #101010;
	display: block;
	margin-top: 13px;
	margin-bottom: 10px;
	line-height: 20px;
}
.inner_box li span.inner_txt[data-v-700c188b] {
	font-size: 16px;
	color: #101010;
	display: block;
	line-height: 22px;
	margin-top: -2px;
	margin-bottom: -2px;
}
.inner_box li[data-v-700c188b]:last-child {
	border: none;
}
.modal-content[data-v-700c188b] {
	padding: 5px 30px 30px;
	border-bottom: 1px solid #c4c7c7;
	height: auto;
	min-height: 230px;
	max-height: 700px;
	max-width: 800px;
	margin: auto;
}
.modal-header[data-v-700c188b] {
	padding: 15px 0;
	text-align: left;
	border-bottom: 1px solid #c4c7c7;
	display: block;
}
#emergency_box .modal-header[data-v-700c188b] {
	border-bottom: 1px solid #dc373b;
}
.modal-header h5[data-v-700c188b] {
	color: #101010;
	font-weight: bold;
}
#emergency_box .modal-header h5[data-v-700c188b] {
	color: #dc373b;
	font-size: 24px;
}
.modal-header h5 i[data-v-700c188b] {
	margin: 0 8px 0 0;
}
#link_box .modal-header h5 i[data-v-700c188b] {
	transform:rotate(90deg);
}
#emergency_box .modal-body[data-v-700c188b], #individual_box .modal-body[data-v-700c188b], #business_box .modal-body[data-v-700c188b], #operation_box .modal-body[data-v-700c188b], #link_box .modal-body[data-v-700c188b] {
	max-height: 602px;
	min-height: 110px;
	height: auto;
	overflow-y: auto;
	padding: 0;
	border-bottom: 1px solid #c4c7c7;
}

/* =============================================================================================================
	モバイルスタイル
============================================================================================================= */

/* トップページ
--------------------------------------------------------- */
div.portal .SP #contentsBox .contents_wrapper[data-v-700c188b]{
	overflow: hidden;
	width: 375px;
	padding: 0;
}
div.portal .SP .left_wrap[data-v-700c188b] {
	width: 880px;
	padding-right: 40px;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
	float: left;
}
div.portal .SP .right_wrap[data-v-700c188b] {
	width: 220px;
	position: relative;
	float: right;
}
div.portal .SP #operation_box[data-v-700c188b], div.portal #business_box[data-v-700c188b], div.portal .SP #individual_box[data-v-700c188b], div.portal #blog_box[data-v-700c188b] {
	margin-bottom: 15px;
}
div.portal .SP #business_box[data-v-700c188b] {
	padding-right: 0px;
}
div.portal .SP #individual_box[data-v-700c188b] {
	padding-left: 0px;
}
div.portal .SP #operation_box[data-v-700c188b], div.portal .SP #blog_box[data-v-700c188b], div.portal .SP #link_box[data-v-700c188b] {
	flex: 0 0 100%;
	max-width: 100%;
}
div.portal .SP .left_wrap #business_box[data-v-700c188b], div.portal .SP .left_wrap #individual_box[data-v-700c188b] {
	flex: 0 0 50%;
	max-width: 50%;
}
div.portal .SP #contentsBox[data-v-700c188b] {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
div.portal .SP #contentsBox .contents_box[data-v-700c188b] {
	padding: 0 0 10px;
}
div.portal .SP .left_wrap #adv_box[data-v-700c188b] {
	display: none;
}
div.portal .SP .content_box[data-v-700c188b] {
	position: relative;
	padding: 20px 15px 25px;
	background: #ffffff;
	margin: 0;
}
div.portal #adv_box .content_box[data-v-700c188b] {
	background: #d7dcdd;
}
div.portal .SP #emergency_box h3 i[data-v-700c188b] {
	margin: 0 10px 0 20px;
}
div.portal .SP .content_box button[data-v-700c188b] {
	position: absolute;
	right: 22px;
	padding: 0;
	bottom: 30px;
	height: 30px;
	line-height: 30px;
	width: 145px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
	box-shadow: none;
}
div.portal .SP #emergency_box[data-v-700c188b] {
	width: 345px;
	height: max-content;
	max-height: unset;
	margin: 15px;
	padding: 15px 15px 25px 15px;
	border: 2px solid #dc373b;
	background: #ffffff;
	position: relative;
}
div.portal .SP #emergency_box .content_box[data-v-700c188b] {
	padding: 0;
}
div.portal #emergency_box .content_box button[data-v-700c188b] {
	bottom: 0;
	right: 0;
}
div.portal .SP #blog_box ul[data-v-700c188b] {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 12px;
	margin-bottom: 0;
}
div.portal .SP #blog_box ul li[data-v-700c188b] {
	padding: 10px;
	border: none;
}
div.portal .SP #blog_box .content_box[data-v-700c188b] {
	padding: 0;
}
div.portal .SP #blog_box .inner_box[data-v-700c188b] {
	background: #d7dcdc;
}
div.portal .SP #blog_box .inner_box ul li .bl_box[data-v-700c188b] {
	background-color: #ffffff;
	padding: 20px 18px;
	width: 252px;
	height: 100%;
	color: #101010;
	overflow: hidden;
}
div.portal .SP #blog_box .inner_box ul li .bl_box div[data-v-700c188b] img {
	max-width: 216px;
	max-height: 216px;
	width: auto;
	height: auto;
	margin-bottom: 10px;
}
div.portal .SP #blog_box .content_box h3[data-v-700c188b] {
	background: #c4c7c7;
	padding: 13px 30px;
	font-size: 20px;
	font-weight: bold;
	color: #101010;
	margin: 0;
	line-height: 24px;
}
div.portal .SP #blog_box .content_box h3[data-v-700c188b]::after {
	border: none;
	width: 0;
}
div.portal .SP #emergency_box .content_box h3 i[data-v-700c188b] {
	font-size: 19px;
	width: 19px;
	height: 16px;
}
div.portal .SP #emergency_box .content_box h3[data-v-700c188b] {
	margin: 0;
	font-size: 19px;
	line-height: 11px;
}
div.portal .SP #emergency_box .inner_box li span.inner_ttl[data-v-700c188b] {
	font-size: 15px;
	line-height: 15px;
	margin: 8px auto 9px auto;
	max-height: unset;
	padding: unset;
}
div.portal .SP .inner_box li span.inner_txt[data-v-700c188b] {
	font-size: 14px;
	color: #101010;
	display: block;
	line-height: 23px;
}
div.portal .SP  #adv_box .inner_box li span.inner_txt[data-v-700c188b] {
	font-size: 14px;
	color: #101010;
	display: none;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.portal .SP #adv_box .inner_box li span.inner_txt[data-v-700c188b]{
	display: block;
}
div.portal .SP #adv_box .box-slider .box-list-image[data-v-700c188b] img {
	height: 97px !important;
	width: 315px !important;
	object-fit: contain;
}
div.portal .SP #emergency_box .inner_box li[data-v-700c188b] {
	padding: 15px 10px;
}
div.portal .SP #emergency_box h3[data-v-700c188b]:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #dc373b;
}
div.portal .SP .content_box h3 i[data-v-700c188b] {
	margin: 0 9px 0 10px;
	font-size: 17px;
	height: 16px;
	width: 16px;
}
div.portal .SP .content_box h3[data-v-700c188b] {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 10px;
}
div.portal .SP .inner_box li span.inner_ttl[data-v-700c188b] {
	font-size: 15px;
	font-weight: bold;
	color: #101010;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 23px;
	padding: 8px 0 9px 0;
}
div.portal .SP .inner_box li[data-v-700c188b] {
	margin: 0;
	padding: 15px 10px;
	display: block;
	border-bottom: 1px solid #c4c7c7;
}
div.portal .SP #link_box .inner_box li span.inner_txt[data-v-700c188b] {
	font-size: 14px;
	font-weight: bold;
	line-height: unset;
	color : #00b7c6;
}
div.portal .SP #business_box[data-v-700c188b],
div.portal .SP #individual_box[data-v-700c188b] {
	width: 375px;
	height: max-content;
}
div.portal .SP #business_box .content_box[data-v-700c188b],
div.portal .SP #individual_box .content_box[data-v-700c188b] {
	padding: 20px 15px 25px;
}
div.portal .SP .content_box h3 i .iconfile[data-v-700c188b]{
	margin: 0 11.5px 0 11px;
	font-size: 17px;
	height: 16px;
	width: 12.5px;
}
div.portal .SP #operation_box[data-v-700c188b], div.portal .SP #link_box[data-v-700c188b] {
	width: 375px;
}
div.portal .SP .content_box h3 i .iconuser[data-v-700c188b]{
	margin: 0 11.5px 0 11px;
	font-size: 17px;
	height: 16px;
	width: 14px;
}
div.portal .SP .content_box h3 i .iconlink[data-v-700c188b]{
	margin: 0 11.5px 0 11px;
	font-size: 17px;
	height: 12.5px;
	width: 16px;
}
div.portal .SP #link_box[data-v-700c188b] {
	margin-bottom: 30px;
	height: max-content;
}
div.portal .SP #adv_box[data-v-700c188b] {
	width: 375px;
	height: 123px;
	background: unset;/* #d7dcdd */
	overflow: auto;
	margin-top: 13px;
}
div.portal .SP #emergency_box .inner_box[data-v-700c188b] {
	height: max-content;
	overflow-y: auto;
	border-bottom: unset;
	max-height: unset;
}
div.portal .SP #operation_box .inner_box[data-v-700c188b] {
	height: max-content;
	overflow-y: auto;
	border-bottom: unset;
	max-height: unset;
}
div.portal .SP #business_box .inner_box[data-v-700c188b], div.portal .SP #individual_box .inner_box[data-v-700c188b] {
	height: max-content;
	overflow-y: auto;
	border-bottom: unset;
}
div.portal .SP #business_box .content_box h3 i[data-v-700c188b] {
	margin: 0 11.5px 0 11px;
	font-size: 16px;
	height: 16px;
	width: 12.5px;
}
div.portal .SP #individual_box .content_box h3 i[data-v-700c188b] {
	margin: 0 10px 0 11px;
	font-size: 14.5px;
	height: 16px;
	width: 14px;
	padding-top: 2px;
}
div.portal .SP #link_box .inner_box[data-v-700c188b] {
	height: max-content;
	overflow-y: auto;
	border-bottom: unset;
}
div.portal .SP #adv_box .btn-slider [data-v-700c188b],
div.portal .SP #adv_box .box-btn-target .btn-target-slider[data-v-700c188b] {
	display: unset;
}
div.portal .SP #adv_box .box-slider[data-v-700c188b] {
	display: flex;
	position: relative;
	/* margin-bottom: 50px; */
	justify-content: center;
}
div.portal .SP #adv_box .box-slider .box-list-image[data-v-700c188b] {
	display: flex;
	position: relative;
	height: 97px;
	justify-content: center;
}
div.portal .SP .inner_box li span.inner_txt[data-v-700c188b] a{
	font-weight: bold;
}
div.portal .SP #link_box .content_box h3 i[data-v-1f0113c0][data-v-700c188b] {
	transform: rotate(180deg);
}
div.portal .SP #link_box .content_box h3 i[data-v-1f0113c0][data-v-700c188b] {
	margin: 0 9px 0 10px;
	font-size: 15.5px;
	/* height: 12.5px; */
	width: 16px;
	padding-top: 1px;
}
div.portal .SP #adv_box .box-slider li[data-v-700c188b] {
	margin: 0;
	padding: 0 10px;
	display: none;
	border-bottom: unset;
	height: 97px;
}
div.portal .SP #adv_box .box-slider li.active[data-v-700c188b] {
	display: block;
}
div.portal .SP #adv_box .box-slider .box-btn-target[data-v-700c188b] {
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	z-index: 2;
	display: initial;
	justify-content: center;
	padding: 0;
	margin: auto;
	width: 172px;
    height: 8px;
    overflow: hidden;
    text-align: center;
    line-height: 8px;
}
div#A02-box-btn-target[data-v-700c188b]{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	height: 250px;
    row-gap: 2px;
    overflow: auto;
    justify-content: center;
}
div.portal .SP #adv_box .box-slider .box-btn-target button.btn-target-slider[data-v-700c188b] {
	width: 6px;
	height: 6px;
	margin: 0px 5px;
	border: 0;
	background-clip: padding-box;
	opacity: .9;
	box-shadow: none;
	background-color: #00B7C6;
	color: #fff;
	border-radius: 10px;
	margin-top: auto;
}
div.portal .SP #adv_box .box-slider .box-btn-target button.active[data-v-700c188b] {
	opacity: .9;
	background-color: #c4c7c7;
}
div.portal .SP #adv_box .box-slider .box-btn-target button.btn-target-slider[data-v-700c188b]:focus {
	outline: none;
	opacity: .9;
}
div.portal .SP #adv_box .box-slider .btn-slider[data-v-700c188b] {
	position: absolute;
	top: 50%;
	bottom: 50%;
	transform: translate( -0%, -50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 0;
	transition: opacity .15s ease;
	box-shadow: none;
	color: #00B7C6;
	font-size: 25px;
}
div.portal .SP #adv_box .box-slider .btn-slider[data-v-700c188b]:focus {
	outline: none;
	opacity: .9;
}
div.portal .SP #adv_box .box-slider .btn-pre[data-v-700c188b] {
	left: 7px;
}
div.portal .SP #adv_box .box-slider .btn-next[data-v-700c188b] {
	right: 7px;
}
div.portal .SP #operation_box[data-v-700c188b] {
	margin-bottom: 13px;
	max-height: max-content;
}
div.portal .SP .inner_box li span.inner_dt[data-v-700c188b] {
	line-height: 12px;
}
div.portal .SP  #emergency_box .inner_box li span.inner_txt[data-v-700c188b] {
	margin-top: unset;
	margin-bottom: unset;
}

/*# sourceMappingURL=loginPartner.css.map?t=0f62681adce3a33fb6ac*/