@charset "UTF-8";

/* base */

/* Tools */

/* Layout */

.l-dmm {
	padding-top: 70px;
	padding-bottom: 55px;
}

.dmm_vct_subpage .page_banner {
	display: none;
}

.dmm_vct_subpage .main_body .main_body_wrapper {
	overflow: clip;
}

/* Module */

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

.dmm-head-1 {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% + 10px);
	margin-bottom: 14px;
	font-size: 30px;
	line-height: 1.3333;
	font-weight: 700;
	text-align: center;
}

.dmm-head-2 {
	margin: 0 0 30px;
	font-size: 22px;
	line-height: 1.3333;
	font-weight: 700;
	text-align: center;
}

.dmm-head-3 {
	margin-bottom: 54px;
	text-align: center;
}

.dmm-head-3--mbsm {
	margin-bottom: 32px;
}

.dmm-head-3__sub {
	position: relative;
	display: inline-block;
	padding: 0 18px;
	font-size: 25px;
	line-height: 1;
	color: #FFFFFF;
	font-weight: 700;
}

.dmm-head-3__sub::before,
.dmm-head-3__sub::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: calc(100% + 5px);
	background: #FFFFFF;
}

.dmm-head-3__sub::before {
	left: 0;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.dmm-head-3__sub::after {
	right: 0;
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
}

.dmm-head-3__main {
	margin: 0;
	font-size: 33px;
	line-height: 1.2;
	color: #FFFFFF;
	font-weight: 700;
}

.dmm-head-3__main span {
	border-bottom: 2px solid #FFFFFF;
}

.dmm-head-4 {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.5;
}

.dmm-head-4::before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1550AC;
}

.dmm-head-5 {
	position: relative;
	margin: 0 0 20px;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
}

.dmm-head-5::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 4px;
	background: #1A63D9;
}

.dmm-lead {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.875;
}

.dmm-lead-2 {
	margin-bottom: 32px;
	font-size: 16px;
	line-height: 1.5;
	color: #FFFFFF;
}

.tab-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 7px;
	padding: 0 10px;
}

.tab-list__item {
	width: 100%;
	max-width: 285px;
	padding: 12px 11px 6px;
	border: none;
	color: #2d3138;
	border-radius: 0;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.333;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E5E5E5));
	background: linear-gradient(to bottom, #FFFFFF 0%, #E5E5E5 100%);
	-webkit-box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.3);
	border-radius: 10px 10px 0 0;
	border-top: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	overflow: hidden;
}

.tab-list--bottom .tab-list__item {
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#EDEDED));
	background: linear-gradient(to top, #FFFFFF 0%, #EDEDED 100%);
}

.tab-list__item[aria-selected=true] {
	color: #FFFFFF;
	outline: none;
	border-top: none;
	border-bottom: 1px solid #DEDEDE;
	pointer-events: none;
}

.tab-list__item--1[aria-selected=true] {
	background: #0067CD;
	border-color: #0067CD;
}

.tab-list--bottom .tab-list__item--1[aria-selected=true] {
	background: #4DACED;
	border-color: #4DACED;
}

.tab-list__item--2[aria-selected=true] {
	background: #00ADCD;
	border-color: #00ADCD;
}

.tab-list--bottom .tab-list__item--2[aria-selected=true] {
	background: #5CCBE5;
	border-color: #5CCBE5;
}

.tab-list__item--3[aria-selected=true] {
	background: #5802CD;
	border-color: #5802CD;
}

.tab-list--bottom .tab-list__item--3[aria-selected=true] {
	background: #AD65F5;
	border-color: #AD65F5;
}

.tab-content {
	position: relative;
	padding: 30px 0 95px;
}

.tab-content--1 {
	background: linear-gradient(to bottom, #0067CE 0%, #4DACED 1600px);
}

.tab-content--2 {
	background: linear-gradient(to bottom, #00ADCC 0%, #5CCBE5 1600px);
}

.tab-content--3 {
	background: linear-gradient(to bottom, #5600CC 0%, #AD65F5 1600px);
}

.tab-content__inner {
	max-width: 1000px;
	margin: 0 auto;
}

.dmm-whitebox {
	width: 100%;
	padding: 25px 20px 35px;
	background: #FFFFFF;
	border-radius: 10px;
	color: #2d3138;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.dmm-whitebox--psm {
	padding: 25px 20px;
}

.dmm-table-1-head {
	text-align: center;
}

.dmm-table-1-head span {
	display: inline-block;
	min-width: 140px;
	margin-bottom: 10px;
	padding: 6px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 50px;
	background: #B1E1F2;
	font-weight: 700;
}

.dmm-table-1 {
	table-layout: fixed;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.dmm-table-1__tr:not(:last-child) {
	border-bottom: 1px dashed #CCCCCC;
}

.dmm-table-1__text-1 span {
	padding: 10px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 50px;
	background: #B1E1F2;
	font-weight: 700;
}

.dmm-table-1__text-2 {
	padding: 8px 0;
	font-size: 14px;
	line-height: 1.714;
	font-weight: 400;
}

.dmm-table-1__text-3 {
	height: 51px;
	padding: 8px 0;
	text-align: center;
	font-weight: 700;
	color: #FF008C;
	font-size: 20px;
	line-height: 1.2;
}

.dmm-table-1__text-3--sm {
	font-size: 15px;
}

.dmm-table-1__text-3--xs {
	font-size: 14px;
}

.dmm-section:not(:last-child) {
	margin-bottom: 50px;
}

.dmm-sm-section:not(:last-child) {
	margin-bottom: 40px;
}

.dmm-button-1 {
	position: relative;
	display: block;
	padding: 15px 70px 15px 20px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
	color: #FFFFFF;
	border-radius: 10px;
	background: #1550AC;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.dmm-button-1::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	height: 6px;
	background: url(/assets/images/dmm_vct/icon_arrow_button.svg) no-repeat center center/contain;
}

.dmm-button-1--white {
	background: #FFFFFF;
	color: #2d3138;
}

.dmm-button-1--white::after {
	background: url(/assets/images/dmm_vct/icon_arrow_button_blue.svg) no-repeat center center/contain;
}

.dmm-button-1:hover {
	color: #FFFFFF;
	opacity: 0.8;
}

.dmm-button-1:hover::after {
	width: 24px;
	height: 6px;
}

.dmm-button-2 {
	margin: 0;
	border: none;
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding: 11px 20px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	color: #FFFFFF;
	border-radius: 10px;
	background: #1550AC;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.dmm-button-2:hover {
	color: #FFFFFF;
	opacity: 0.8;
}

.dmm-button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.dmm-button-wrap--mt {
	margin-top: 20px;
}

.dmm-button-wrap--mtlg {
	margin-top: 30px;
}

.dmm-buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	margin-top: 36px;
	padding: 0;
}

.dmm-buttons-wrap__item {
	width: 100%;
}

.dmm-text-content--mt {
	margin-top: 30px;
}

.dmm-text-content__section {
	margin-bottom: 0;
}

.dmm-text-content__section:not(:last-child) {
	margin-bottom: 29px;
}

.dmm-text-content__section--mt {
	margin-top: 50px;
}

.dmm-text-content__heading {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
}

.dmm-text-content__heading--normal {
	font-weight: 400;
}

.dmm-text-content__heading--mblg {
	margin-bottom: 15px;
}

.dmm-text-content__link-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dmm-text-content__link-list__item:not(:last-child) {
	margin-bottom: 14px;
}

.dmm-text-content__text {
	font-size: 14px;
	line-height: 1.4285;
	margin: 0;
}

.dmm-text-content__text a {
	display: inline;
	font-size: 14px;
	line-height: 1.4285;
	color: #1550AC;
	text-decoration: underline;
}

.dmm-text-content__text p {
	margin: 0;
	font-size: 14px;
	line-height: 1.4285;
}

.dmm-text-note {
	margin: 22px 0 0;
	font-size: 12px;
	line-height: 1.3333;
}

.dmm-notice {
	overflow: auto;
	width: 100%;
	height: 260px;
	border: 1px solid #CCCCCC;
}

.dmm-notice__inner {
	padding: 8px;
}

.dmm-notice p {
	font-size: 14px;
	line-height: 1.7142;
}

.dmm-notice p a {
	color: #0067CC;
	text-decoration: underline;
}

.dmm-notice p a:hover {
	text-decoration: none;
}

.dmm-notice iframe {
	width: 100%;
	height: 100%;
}

.dmm-modal-calc__text {
	font-size: 16px;
}

.dmm-mv {
	margin: 0;
}

.dmm-mv img {
	display: block;
	width: 100%;
}

.dmm-intro {
	padding: 10px 0 15px;
}

.dmm-intro__head {
	margin-bottom: 15px;
	text-align: center;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 700;
}

.dmm-intro__head img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: baseline;
}

.dmm-intro__announce {
	max-width: 600px;
	margin: 0 auto 15px;
	padding: 6px;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	color: #FFFFFF;
	background: #FF008C;
}

.dmm-intro__text {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.4285;
}

.dmm-video {
	text-align: center;
	padding-bottom: 40px;
}

.dmm-video-head {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 6px;
}

.dmm-video-head span {
	font-size: 14px;
	font-weight: normal;
}

.dmm-video-wrapper {
	display: inline-block;
	width: 100%;
	max-width: 895px;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 3px 6px 4px rgba(0, 0, 0, 0.1);
}

.dmm-anchor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 11px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 80px;
	padding: 0;
}

.dmm-anchor__item {
	width: 100%;
	list-style: none;
}

.dmm-anchor__item a {
	position: relative;
	display: block;
	width: 100%;
	padding: 12px 52px 12px 15px;
	background: #FFFFFF;
	color: #2d3138;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.dmm-anchor__item a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 17px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-right: 2px solid #0067CC;
	border-bottom: 2px solid #0067CC;
}

.dmm-anchor__item a:hover::after {
	width: 8px;
	height: 8px;
}

.dmm-fig-login {
	margin: 30px 0 0;
}

.dmm-fig-login__head {
	padding: 10px;
	background: #FF008C;
	border-radius: 10px;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
}

.dmm-fig-login__row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 38px;
}

.dmm-fig-login__col {
	position: relative;
	width: 100%;
}

.dmm-fig-login__head-2 {
	margin-bottom: 14px;
	padding: 16px 5px;
	border-radius: 10px;
	background: #368DE5;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
	font-weight: 700;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.dmm-fig-login__head-2--light-blue {
	background: #DEEBFF;
	border: 1px solid #8CB8E3;
	color: #2d3138;
}

.dmm-fig-login__text {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.3333;
	font-weight: 700;
	text-align: center;
}

.dmm-fig-login__text strong {
	color: #FF008C;
	text-decoration: underline;
}

.dmm-fig-login__text-2 {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.3333;
}

.dmm-fig-login__note {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.3333;
}

.dmm-fig-login a.dmm-fig-login__button:hover {
	opacity: 0.7;
}

.dmm-fig-login__button {
	position: relative;
	display: flex;
	width: 100%;
	margin-top: 50px;
	padding: 15px 5px;
	border-radius: 20px;
	text-align: center;
	background: #1550AC;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	min-height: 84px;
	justify-content: center;
	align-items: center;
}

.dmm-fig-login__button::before {
	content: "";
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 31px;
	height: 31px;
	background: url(/assets/images/dmm_vct/icon_arrow_fig.svg) no-repeat center center/contain;
}

.dmm-fig-login__button:hover {
	color: #FFFFFF;
}

.dmm-fig-login__button span {
	display: inline-block;
	margin: 2px;
	font-size: 12px;
	line-height: 1.2857;
	font-weight: 400;
}

.dmm-fig-login__button.is-disabled {
	background: #A8A8A8;
}

.dmm-fig-login__link {
	margin-top: 32px;
	text-align: center;
}

.dmm-fig-login__link a {
	position: relative;
	display: inline-block;
	text-decoration: underline;
	padding-left: 18px;
	font-size: 16px;
	color: #1550AC;
}

.dmm-fig-login__link a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 9px;
	height: 9px;
	border-top: 2px solid #1550AC;
	border-right: 2px solid #1550AC;
}

.dmm-fig-login__link a:hover {
	text-decoration: none;
}

.dmm-fig-login__link a:hover::after {
	content: "";
	width: 9px;
	height: 9px;
}

.dmm-fig-service {
	position: relative;
	margin: 6px -6.5% 0 0;
}

.dmm-fig-service__head {
	position: sticky;
	top: 70px;
	left: 0;
	z-index: 1;
	margin: 6px 0 0 -3%;
}

.dmm-fig-service__head img {
	display: block;
	width: 100%;
}

.dmm-fig-service__main {
	position: relative;
}

.dmm-fig-service__main img {
	display: block;
	width: 100%;
}

.dmm-faq {
	border-bottom: 1px solid #CCCCCC;
}

.dmm-faq:first-of-type {
	margin-top: 34px;
	border-top: 1px solid #CCCCCC;
}

.dmm-faq__question button {
	position: relative;
	margin: 0;
	display: block;
	width: 100%;
	padding: 12px 25px 10px 50px;
	border: none;
	background: transparent;
	color: #000000;
	border-radius: 0;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	text-align: left;
	outline: none;
}

.dmm-faq__question button::before {
	content: "Q";
	position: absolute;
	top: 8px;
	left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	border-radius: 5px;
	background: #E6E6E6;
	width: 30px;
	height: 30px;
	font-size: 16px;
}

.dmm-faq__question button img {
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
}

.dmm-faq__question button.is-open img {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.dmm-faq__answer {
	border-top: 1px solid #CCCCCC;
}

.dmm-faq__answer__inner {
	position: relative;
	padding: 12px 25px 12px 50px;
}

.dmm-faq__answer__inner::before {
	content: "A";
	position: absolute;
	top: 8px;
	left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px;
	background: #CBEAFF;
	font-weight: 700;
	width: 30px;
	height: 30px;
	font-size: 16px;
}

.dmm-faq__answer__inner p {
	margin: 0;
	font-size: 14px;
	line-height: 1.4285;
}

.dmm-strength-wrap {
	margin-bottom: 40px;
}

.dmm-strength {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 35px;
}

.dmm-strength a {
	color: #2d3138;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.dmm-strength__item {
	position: relative;
	width: 100%;
	padding: 40px 30px 30px 28px;
	border-radius: 10px;
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
}

.dmm-strength__item--strong {
	border-color: #04D58E;
}

.dmm-strength__label {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 6px 20px;
	min-width: 195px;
	white-space: nowrap;
	background: #E3ECFF;
	border: 1px solid #CCCCCC;
	font-size: 17px;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
	border-radius: 50px;
	color: #2d3138;
}

.dmm-strength__item--strong .dmm-strength__label {
	background: #04D58E;
	border-color: #04D58E;
	color: #FFFFFF;
}

.dmm-strength__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dmm-strength__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.dmm-strength__head__main {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
}

.dmm-strength__head__main--sm {
	font-size: 18px;
}

.dmm-strength__head__main span {
	display: block;
	font-weight: 400;
	font-size: 13px;
}

.dmm-strength__value__main {
	font-size: 45px;
}

.dmm-strength__item--strong .dmm-strength__value__main {
	font-weight: 700;
	color: #256DFF;
}

.dmm-strength__value__unit {
	font-size: 16px;
	font-weight: 700;
}

.dmm-icon-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dmm-icon-text__wrap {
	position: relative;
}

.dmm-icon-text__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	margin-bottom: 16px;
}

.dmm-icon-text__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50px;
}

.dmm-icon-text__icon--sm {
	width: 42px;
}

.dmm-icon-text__icon img {
	display: block;
	width: 100%;
}

.dmm-icon-text__heading {
	width: 100%;
	font-size: 19px;
	line-height: 1.4736;
	font-weight: 700;
	text-align: center;
}

.dmm-icon-text__heading a {
	color: #1550AC;
	text-decoration: underline;
}

.dmm-icon-text__text p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.5;
}

.dmm-table-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}

.dmm-table-layout__item {
	width: 100%;
}

.dmm-assets {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 30px;
	margin-top: 35px;
}

.dmm-assets__item {
	padding: 40px 20px 35px;
	border-radius: 10px;
	background: #F8F8F8;
}

.dmm-assets__head {
	margin-bottom: 33px;
}

.dmm-assets__icon {
	width: 50px;
	margin: 0 auto 10px;
}

.dmm-assets__icon img {
	display: block;
	width: 100%;
}

.dmm-assets__heading {
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
	font-weight: 700;
}

.dmm-assets__heading span {
	font-size: 16px;
}

.dmm-assets__lead {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
}

.dmm-assets__text p {
	font-size: 14px;
	line-height: 1.4285;
}

.dmm-transfer {
	position: relative;
	padding: 60px 20px;
	background: #1550AC;
}

.dmm-transfer__content {
	position: relative;
	z-index: 1;
}

.dmm-transfer__heading {
	margin-bottom: 34px;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 700;
	color: #FFFFFF;
	letter-spacing: 0.06em;
}

.dmm-transfer__heading span {
	font-size: 23px;
}

.dmm-transfer__text p {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.5;
	color: #FFFFFF;
}

.dmm-transfer__text ul {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 14px;
	line-height: 1.4285;
	color: #FFFFFF;
	list-style: none;
}

.dmm-transfer__text ul li {
	position: relative;
	margin: 0;
	padding: 0 0 0 20px;
	letter-spacing: 0.06em;
	text-decoration: underline;
}

.dmm-transfer__text ul li:not(:last-child) {
	margin-bottom: 10px;
}

.dmm-transfer__text ul li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 0.5em;
}

.dmm-transfer__fig {
	max-width: 295px;
	margin: 35px auto 0;
}

.dmm-transfer__fig img {
	display: block;
	width: 100%;
}

.dmm-transfer__image {
	position: absolute;
	top: -20px;
	right: 0;
	width: 335px;
}

.dmm-transfer__image img {
	display: block;
	width: 100%;
}

.dmm-transfer__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 38px;
}

.dmm-fig-tool img {
	display: block;
	width: 100%;
}

.dmm-img-content {
	margin-top: 22px;
}

.dmm-img-content__image {
	margin: 0 auto 20px;
	max-width: 295px;
}

.dmm-img-content__image img {
	display: block;
	width: 100%;
}

.dmm-img-content__heading {
	margin: 0 0 17px;
	font-size: 16px;
	line-height: 1.875;
	font-weight: 700;
}

.dmm-img-content__section:not(:last-child) {
	margin-bottom: 20px;
}

.dmm-img-content__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.4285;
}

.dmm-img-content__list {
	list-style: none;
	padding: 0;
}

.dmm-img-content__list__item {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.5;
}

.dmm-img-content__list__item::before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1550AC;
}

.dmm-img-content-2 {
	margin-top: 40px;
}

.dmm-img-content-2__image {
	width: 98%;
	margin: 0 auto 20px;
}

.dmm-img-content-2__image img {
	display: block;
	width: 100%;
}

.dmm-img-content-2__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.4285;
}

.dmm-img-content-2__content {
	margin-top: 40px;
}

.dmm-img-content-2__section:not(:last-child) {
	margin-bottom: 20px;
}

.dmm-download {
	margin-top: 50px;
}

.dmm-download__heading {
	margin: 0 -5px 17px;
	font-size: 14px;
	line-height: 1.4285;
	text-align: center;
	font-weight: 700;
}

.dmm-download__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
}

.dmm-download__item:not(:last-child) {
	margin-bottom: 10px;
}

.dmm-download__button {
	width: 166px;
}

.dmm-download__button img {
	display: block;
	height: 50px;
}

.dmm-download__qr {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 80px;
}

.dmm-download__qr img {
	display: block;
	width: 100%;
}

.dmm-fig-service-link-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 94%;
	padding: 4% 1%;
	text-align: center;
	font-size: 4.8vw;
	font-weight: 700;
	color: #1550AC;
	text-decoration: underline;
}

.dmm-fig-service-link-1::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 6%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 0.5em;
	height: 0.5em;
	border-top: 0.125em solid #1550AC;
	border-right: 0.125em solid #1550AC;
}

.dmm-fig-service-link-1:hover::after {
	width: 10px;
	height: 10px;
}

.dmm-fig-service-link-1--1 {
	top: 40.25%;
}

.dmm-fig-service-link-1--2 {
	top: 51.1%;
}

.dmm-fig-service-link-1--3 {
	top: 64.05%;
}

.dmm-fig-service-link-1--4 {
	top: 78.7%;
}

.dmm-fig-service-link-1--5 {
	top: 91.1%;
}

.dmm-fig-service-link-2 {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 3.7333vw;
	color: #1550AC;
	text-decoration: underline;
}

.dmm-fig-service-link-2--1 {
	top: 22.25%;
	left: 57%;
}

.dmm-fig-service-link-3 {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 12px;
	font-size: 3.2vw;
}

.dmm-fig-service-link-3 a {
	color: #1550AC;
	text-decoration: underline;
}

.dmm-fig-service-link-3--1 {
	top: 62.85%;
	left: 0%;
}

.dmm_vct_subpage .calc-result__heading {
	padding: 6px;
	border-width: 2px;
	margin-bottom: 0px;
}

.dmm_vct_subpage .staking-calc-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.dmm_vct_subpage .staking-calc-1__value {
	padding-bottom: 5px;
	min-width: 182px;
	font-size: 28px;
	font-weight: bold;
	border-bottom: 3px solid #CDD6DD;
	text-align: right;
	letter-spacing: 0.06em;
}

.dmm_vct_subpage .staking-calc-1__unit {
	margin-left: 8px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.06em;
}

.dmm-modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 6000;
}

.dmm-modal__container {
	position: relative;
	background-color: #F5F6F8;
	max-width: 1120px;
	width: calc(100% - 30px);
	z-index: 6000;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dmm-modal__container--sm {
	max-width: 600px;
}

.dmm-modal__inner {
	padding: 60px 15px;
	overflow-y: auto;
	max-height: 88vh;
}

.dmm-modal__close-btn {
	padding: 0;
	border: none;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 50%;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.dmm-modal__close-btn::before,
.dmm-modal__close-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	background: #707070;
}

.dmm-modal__close-btn::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.dmm-modal__close-btn::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.dmm-modal__btn-primary {
	background-color: #00449e;
	color: #fff;
}

/**************************\
	Demo Animation Style
\**************************/

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden=false] .dmm-modal__overlay {
	-webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .dmm-modal__container {
	-webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .dmm-modal__overlay {
	-webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .dmm-modal__container {
	-webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .dmm-modal__container,
.micromodal-slide .dmm-modal__overlay {
	will-change: transform;
}

.js-tablist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

[role=tabpanel].is-hidden {
	display: none;
}

.js-accordion-content {
	display: none;
}

@media screen and (max-width: 767px) and (min-width: 768px) {

.dmm-fig-login__col--pl { /* pc */
	padding-left: 0;
}

}

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

.dmm-head-1 { /* pc */
	margin-bottom: 28px;
	font-size: 34px;
}

.dmm-head-2 { /* pc */
	margin-bottom: 22px;
}

.dmm-head-3 { /* pc */
	margin-bottom: 70px;
}

.dmm-head-3__sub { /* pc */
	padding: 0 22px;
	font-size: 36px;
}

.dmm-head-3__main { /* pc */
	margin-top: 5px;
	font-size: 45px;
}

.dmm-head-5 { /* pc */
	font-size: 24px;
}

.tab-list { /* pc */
	gap: 20px;
	padding: 0 10px;
}

.tab-list__item { /* pc */
	padding: 14px 11px;
	font-size: 18px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.tab-list__item:hover {
	opacity: 0.6;
}

.tab-content { /* pc */
	padding: 60px 0 128px;
}

.dmm-whitebox { /* pc */
	padding: 52px 40px 52px;
}

.dmm-whitebox--psm { /* pc */
	padding: 30px 40px;
}

.dmm-table-1__text-1 { /* pc */
	width: 162px;
	padding-right: 20px;
}

.dmm-table-1__text-1 span { /* pc */
	display: block;
	padding: 6px;
	text-align: center;
}

.dmm-table-1__text-2 { /* pc */
	width: 31%;
}

.dmm-table-layout__item--wide .dmm-table-1__text-2 { /* pc */
	width: 15%;
}

.dmm-table-1__text-3--xs { /* pc */
	font-size: 16px;
}

.dmm-sm-section:not(:last-child) { /* pc */
	margin-bottom: 20px;
}

.dmm-button-1 { /* pc */
	padding: 15px 55px 15px 20px;
}

.dmm-button-1--sm { /* pc */
	padding: 15px 80px 15px 20px;
}

.dmm-button-1--sm:hover {
	color: #2d3138;
}

.dmm-button-1--sm:hover::after {
	width: 24px;
	height: 6px;
}

.dmm-button-2 { /* pc */
	padding: 13px 15px;
}

.dmm-button-wrap--mt { /* pc */
	margin-top: 30px;
}

.dmm-button-wrap--mtlg { /* pc */
	margin-top: 42px;
}

.dmm-buttons-wrap { /* pc */
	gap: 20px;
}

.dmm-buttons-wrap__item { /* pc */
	width: calc(50% - 10px);
}

.dmm-text-content__section:not(:last-child) { /* pc */
	margin-bottom: 23px;
}

.dmm-text-content__heading { /* pc */
	font-size: 16px;
}

.dmm-text-content__heading--mblg { /* pc */
	margin-bottom: 8px;
}

.dmm-text-content__link-list__item:not(:last-child) { /* pc */
	margin-bottom: 8px;
}

.dmm-text-content__text { /* pc */
	font-size: 16px;
}

.dmm-text-content__text a { /* pc */
	font-size: 16px;
}

.dmm-text-content__text a:hover {
	text-decoration: none;
}

.dmm-text-content__text p { /* pc */
	font-size: 16px;
}

.dmm-text-note { /* pc */
	line-height: 1.6667;
}

.dmm-notice p { /* pc */
	font-size: 16px;
	line-height: 1.875;
}

.dmm-modal-calc__text { /* pc */
	font-size: 18px;
}

.dmm-intro { /* pc */
	padding: 35px 0 30px;
}

.dmm-intro__head { /* pc */
	font-size: 25px;
}

.dmm-intro__announce { /* pc */
	margin-bottom: 25px;
}

.dmm-intro__text { /* pc */
	text-align: center;
	font-size: 16px;
	line-height: 1.875;
}

.dmm-video { /* pc */
 padding-bottom: 70px;
}

.dmm-video-head { /* pc */
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 8px;
}

.dmm-video-head span { /* pc */
	font-size: 16px;
}

.dmm-anchor { /* pc */
	gap: 20px 26px;
}

.dmm-anchor__item { /* pc */
	width: auto;
	min-width: 200px;
}

.dmm-fig-login { /* pc */
	max-width: 740px;
	margin: 32px auto 0;
}

.dmm-fig-login__head { /* pc */
	padding: 17px;
}

.dmm-fig-login__row { /* pc */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 72px;
}

.dmm-fig-login__row::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 15px;
	height: 38px;
	background: #E2E2E2;
}

.dmm-fig-login__row::after {
	content: "";
	position: absolute;
	top: 23px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(50% + 45px);
	height: 15px;
	background: #E2E2E2;
}

.dmm-fig-login__row:hover::after {
	width: calc(50% + 45px);
	height: 15px;
}

.dmm-fig-login__col { /* pc */
	width: calc(50% - 30px);
}

.dmm-fig-login__col::after {
	content: "";
	position: absolute;
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 31px;
	height: 31px;
	background: url(/assets/images/dmm_vct/icon_arrow_fig.svg) no-repeat center center/contain;
}

.dmm-fig-login__head-2 { /* pc */
	margin-bottom: 18px;
	font-size: 20px;
	line-height: 1.5;
}

.dmm-fig-login__text { /* pc */
	margin-bottom: 8px;
}

.dmm-fig-login__button { /* pc */
	margin-top: 55px;
	padding: 13px 5px;
	font-size: 22px;
}

.dmm-fig-login__button span { /* pc */
	font-size: 14px;
}

.dmm-fig-service { /* pc */
	margin: 35px 0 0;
}

.dmm-fig-service__head { /* pc */
	top: 80px;
	margin: 0;
}

.dmm-faq__question button { /* pc */
	padding: 23px 35px 23px 75px;
	font-size: 16px;
}

.dmm-faq__question button::before { /* pc */
	top: 10px;
	width: 50px;
	height: 50px;
	font-size: 18px;
	border-radius: 10px;
}

.dmm-faq__question button img { /* pc */
	right: 10px;
}

.dmm-faq__answer__inner { /* pc */
	padding: 21px 35px 16px 75px;
}

.dmm-faq__answer__inner::before { /* pc */
	width: 50px;
	height: 50px;
	font-size: 18px;
}

.dmm-faq__answer__inner p { /* pc */
	font-size: 16px;
	line-height: 1.875;
}

.dmm-strength-wrap { /* pc */
	margin-bottom: 30px;
}

.dmm-strength { /* pc */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px 20px;
}

.dmm-strength__item { /* pc */
	width: calc(50% - 14px);
	padding: 42px 20px 30px 20px;
}

.dmm-strength__content { /* pc */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
}

.dmm-strength__head { /* pc */
	gap: 6px;
}

.dmm-strength__head__main { /* pc */
	min-width: 60px;
}

.dmm-icon-text__wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 70px;
}

.dmm-icon-text__wrap--sm { /* pc */
	width: 700px;
}

.dmm-icon-text__head { /* pc */
	margin-bottom: 10px;
	padding-right: 70px;
}

.dmm-icon-text__icon { /* pc */
	position: absolute;
	top: 50%;
	left: -10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 62px;
}

.dmm-icon-text__icon--sm { /* pc */
	width: 52px;
}

.dmm-icon-text__heading { /* pc */
	font-size: 22px;
}

.dmm-icon-text__heading--pclg { /* pc */
	font-size: 24px;
}

.dmm-assets { /* pc */
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 0 22.5px;
	margin-top: 45px;
}

.dmm-assets__item { /* pc */
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: subgrid;
	grid-template-rows: subgrid;
	-ms-grid-row-span: 4;
	grid-row: span 4;
}

.dmm-assets__heading { /* pc */
	min-height: 56px;
}

.dmm-transfer { /* pc */
	padding: 35px 42px 40px;
	border-radius: 10px;
}

.dmm-transfer__content { /* pc */
	width: 65%;
}

.dmm-transfer__heading { /* pc */
	margin-bottom: 15px;
	font-size: 21px;
}

.dmm-transfer__heading span { /* pc */
	font-size: 28px;
}

.dmm-transfer__text p { /* pc */
	margin-bottom: 6px;
}

.dmm-transfer__text ul { /* pc */
	font-size: 16px;
}

.dmm-transfer__text ul li { /* pc */
	padding-left: 18px;
}

.dmm-transfer__text ul li:not(:last-child) { /* pc */
	margin-bottom: 6px;
}

.dmm-transfer__fig { /* pc */
	max-width: 87.6%;
	margin: 30px 0 0;
}

.dmm-transfer__image { /* pc */
	top: auto;
	bottom: 0;
}

.dmm-transfer__button { /* pc */
	position: absolute;
	bottom: 40px;
	right: 38px;
}

.dmm-img-content { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 45px;
}

.dmm-img-content__image { /* pc */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 43%;
	max-width: inherit;
	margin: 0;
}

.dmm-img-content__main { /* pc */
	width: 54%;
}

.dmm-img-content__heading { /* pc */
	margin-bottom: 27px;
	font-size: 18px;
}

.dmm-img-content__text { /* pc */
}

.dmm-img-content__list__item { /* pc */
	font-size: 14px;
}

.dmm-img-content-2 { /* pc */
	margin-top: 55px;
}

.dmm-img-content-2__image { /* pc */
	width: 90%;
}

.dmm-img-content-2__content { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}

.dmm-img-content-2__section { /* pc */
	width: 46%;
}

.dmm-download__wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 35px;
}

.dmm-download__item { /* pc */
	gap: 20px;
}

.dmm-download__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.dmm-download__button { /* pc */
	width: auto;
}

.dmm-fig-service-link-1 { /* pc */
	left: 1.5%;
	width: auto;
	max-width: 25%;
	padding: 0 0 0 1em;
	font-size: clamp(11.17px, -0.0030120482px + 1.4548192771vw, 16px);
}

.dmm-fig-service-link-1 span { /* pc */
	font-size: clamp(9.77px, -0.015060241px + 1.2740963855vw, 14px);
}

.dmm-fig-service-link-1::after { /* pc */
	right: auto;
	left: 0;
	width: 0.6em;
	height: 0.6em;
}

.dmm-fig-service-link-1--1 { /* pc */
	top: 47.9%;
}

.dmm-fig-service-link-1--2 { /* pc */
	top: 59.1%;
}

.dmm-fig-service-link-1--3 { /* pc */
	top: 72%;
}

.dmm-fig-service-link-1--4 { /* pc */
	top: 85.1%;
}

.dmm-fig-service-link-1--5 { /* pc */
	top: 95.3%;
}

.dmm-fig-service-link-2 { /* pc */
	font-size: clamp(9.77px, -0.015060241px + 1.2740963855vw, 14px);
}

.dmm-fig-service-link-2--1 { /* pc */
	top: 22.9%;
	left: 83%;
}

.dmm-fig-service-link-2--2 { /* pc */
	top: 63%;
	left: 80%;
}

.dmm-modal__container { /* pc */
	width: calc(100% - 120px);
}

.dmm-modal__inner { /* pc */
	padding: 30px;
}

.dmm-modal__close-btn { /* pc */
	top: 20px;
	right: 20px;
}

}

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

.dmm-buttons-wrap { /* lg */
	gap: 40px;
}

.dmm-buttons-wrap__item { /* lg */
	width: calc(50% - 20px);
}

.dmm-strength { /* lg */
	gap: 40px 20px;
}

.dmm-strength__item { /* lg */
	width: calc(33.3333333333% - 14px);
}

.dmm-table-layout { /* lg */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 36px;
}

.dmm-table-layout__item { /* lg */
	width: calc(50% - 20px);
}

.dmm-table-layout__item--wide { /* lg */
	width: 100%;
}

.dmm-modal__inner { /* lg */
	padding: 50px;
}

}

@media screen and (max-width: 767px) {

.l-dmm .container { /* sp */
	padding-left: 20px;
	padding-right: 20px;
}

.dmm-table-1__text-1 { /* sp */
	display: none;
}

.dmm-fig-login__row { /* sp */
}

.dmm-fig-login__row::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: 15px;
	height: 38px;
	background: #E2E2E2;
}

.dmm-fig-login__col { /* sp */
}

.dmm-fig-login__col:first-child::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: 15px;
	height: calc(100% - 30px);
	background: #E2E2E2;
}

.dmm-fig-login__col:first-child::after {
	content: "";
	position: absolute;
	top: 21px;
	left: 35px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 31px;
	height: 31px;
	background: url(/assets/images/dmm_vct/icon_arrow_fig.svg) no-repeat center center/contain;
}

.dmm-fig-login__col:not(:last-child) {
	padding-bottom: 35px;
}

.dmm-fig-login__col:last-child::before {
	content: "";
	height: 44px;
}

.dmm-fig-login__col:last-child::after {
	content: "";
	position: absolute;
	bottom: calc(100% + 2px);
	left: 12px;
	width: 31px;
	height: 31px;
	background: url(/assets/images/dmm_vct/icon_arrow_fig.svg) no-repeat center center/contain;
}

.dmm-fig-login__col--pl {
	padding-left: 70px;
}

}

@-webkit-keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@-webkit-keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

@keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

