.g-dmm-news-list {
	list-style: none;
	padding-left: 0;
}

.g-dmm-news-list li:not(:last-of-type) {
	margin-bottom: 25px;
}

.g-dmm-news-list li a {
	display: block;
}

.g-dmm-contact-hedding {
	margin-bottom: 11px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.87;
	padding-left: 19px;
	text-indent: -22px;
}

.g-dmm-contact-content .link {
	width: 100%;
	height: auto;
}

.g-dmm-contact-content .link:not(:last-of-type) {
	margin-bottom: 23px;
}

@media screen and (min-width: 768px) {
	.g-dmm-contact-hedding {
		margin-bottom: 10px;
		padding-left: 21px;
		text-indent: -23px;
		line-height: 1.75;
	}
}


#dmm_vct .row section.common {
	margin-bottom: 70px;
}

#dmm_vct .img-holder {
  width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

#dmm_vct .img-holder img {
  width: 100%;
  height: auto;
}

#dmm_vct .content_title {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;
}

#dmm_vct .content_title span{
  display: block;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: bold;
}

#dmm_vct .notice {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

#dmm_vct .notice p {
	font-size: 14px;
	line-height: 1.5;
}

#dmm_vct .section_title {
	margin-bottom: 45px;
}

#dmm_vct .g-dmm-doc .section_title {
	margin-bottom: 30px;
}

#dmm_vct .schedule p {
	margin-bottom: none;
}

#dmm_vct .schedule li {
	margin-bottom: 40px;
}

#dmm_vct .g-schedule-news-date {
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0;
	font-weight: bold;
}

#dmm_vct .g-schedule-news-date.news-date-custom {
	font-size: 16px;
}

#dmm_vct .row section.common.dmm_vct-accordion {
	margin-bottom: 40px;
}

#dmm_vct .dmm_vct-accordion .link-wrapper {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

#dmm_vct .dmm_vct-accordion .link a {
	text-decoration: underline;
}

.dmm_vct-accordion__trg {
	padding: 0;
  border: none;
	border-top: 1px solid #c4c2c2;
	background: transparent;
	color: #000000;
	border-radius: 0;
	text-align: left;
	position: relative;
	display: flex;
	width: 100%;
	padding: 18px 35px 18px 20px;
	font-size: 16px;
	line-height: 1.75;
	font-weight: bold;
	letter-spacing: .06em;
	transition: padding-bottom 0.3s ease;
}

.dmm_vct-accordion__trg.is-opened {
	border-bottom: 1px solid #c4c2c2;
}

.dmm_vct-accordion__row:nth-last-of-type(2) .dmm_vct-accordion__trg {
	border-bottom: 1px solid #c4c2c2;
}

.dmm_vct-accordion__trg:focus {
	outline: none;
}

.dmm_vct-accordion__trg::after {
	content: "";
	position: absolute;
	top: calc(50% - 12px);
	right: 10px;
	width: 15px;
	height: 15px;
	border-top: 3px solid #154EB0;
	border-left: 3px solid #154EB0;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.dmm_vct-accordion__trg::before {
	display: block;
	content: "Q";
	width: fit-content;
	height: auto;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 32px;
	color: #000;
	margin-right: 16px;
	font-family: Arial, sans-serif;
}

.dmm_vct-accordion__trg.is-opened::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: calc(50% - 5px);
}

.dmm_vct-accordion__content {
	display: none;
	padding: 20px 23px 23px 20px;
  background-color: #F8F8F8;
  border: none;
	border-top: 1px solid #c4c2c2;
}

.dmm_vct-accordion__row:nth-last-of-type(2) .dmm_vct-accordion__content {
	border-top-color: transparent;
}

.dmm_vct-accordion__trg.is-opened~.dmm_vct-accordion__content {	
	border-top-color: transparent;
}

.dmm_vct-accordion__content p::before {
	display: block;
	content: "A";
	font-size: 20px;
	letter-spacing: 0;
	line-height: 32px;
	color: #1A63D9;
	margin-right: 16px;
	font-family: Arial, sans-serif;
}

.dmm_vct-accordion__content p {
	margin: 0;
}

.dmm_vct-accordion__row:nth-last-of-type(2) .dmm_vct-accordion__content {
  border-bottom: 1px solid #c4c2c2;
}

.dmm_vct-accordion__row p {
	display: flex;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: .06em;
}

.dmm_vct-accordion__row p:not(:last-child) {
	margin-bottom: 1.7em;
}

.dmm_vct-accordion__row a {
	text-decoration: underline;
}

.dmm_vct-accordion__row a:hover {
	text-decoration: none;
}

/* tab */
.dmm_vct-tab__items {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  justify-content: center;
	justify-content: space-between;
  gap: 8px;
}

.dmm_vct-tab__item {
	list-style: none;
  width: fit-content;
  height: 40px;
}

.dmm_vct-tab button {
	position: relative;
	padding: 0 13px;
	border: none;
	background: transparent;
	color: #000000;
	border-radius: 0;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: .06em;
  width: inherit;
  height: inherit;
  border: 1px solid #124FAB;
  border-bottom: none;
  border-radius: 5px 5px 0px 0px;
}

.dmm_vct-tab button:disabled {
	color: #D3D3D3;
}

.dmm_vct-tab button.is-active {
  color: #fff;
	background: #124FAB;
}

.dmm_vct-tab button:focus {
	outline: none;
}

.dmm_vct-tab button.is-active {
	pointer-events: none;
}

.dmm_vct-tab-content {
	position: relative;
	z-index: 1;
	padding: 0 15px;
  border: 1px solid #124FAB;
	min-height: 680px;
}

/* other-questions */
.other-questions h5 {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 32px;
	margin-bottom: 15px;
}

.other-questions ul {
	list-style: none;
	padding-left: 0;
}

.other-questions li:not(:last-of-type) {
	margin-bottom: 15px;
}

@media (min-width: 768px) {

#dmm_vct .row section.common {
	margin-bottom: 100px;
}

#dmm_vct .section_title {
	margin-bottom: 65px;
}

#dmm_vct .g-dmm-doc .section_title {
	margin-bottom: 40px;
}

#dmm_vct .row section.common.dmm_vct-accordion {
	margin-bottom: 70px;
}

.dmm_vct-accordion__trg {
	padding: 23px 55px 26px 23px;
	font-size: 16px;
	line-height: 1.5556;
}

.dmm_vct-accordion__trg::after {
	top: calc(50% - 15px);
	right: 30px;
}

.dmm_vct-accordion__trg.is-opened::after {
	top: calc(50% - 8px);
}

.dmm_vct-accordion__content {
	padding: 23px 24px 24px 23px;
}

/* tab */

.dmm_vct-tab__items {
  justify-content: center;
  gap: 10px;
}

.dmm_vct-tab button {
	font-size: 16px;
	padding: 0;
}

#dmm_vct .dmm_vct-tab-content__content .notice p {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
}

.dmm_vct-tab__item {
  width: 210px;
  height: 40px;
}

.dmm_vct-tab-content {
	padding: 0 50px;
	min-height: 1050px;
}

#dmm_vct .content_title {
  margin-top: 50px;
  margin-bottom: 30px;
}

#dmm_vct .notice {
  margin-top: 40px;
  margin-bottom: 95px;
}

#dmm_vct .notice p {
	font-size: 16px;
	line-height: 1.75;
}

}

/* 3/7 緊急お知らせ追加 */
.dmm_vct_subpage .topAlert-block{
	color: red;
	margin-top: 40px;
}

.dmm_vct_subpage .topAlertTitle-block{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-weight: bold;
}

.dmm_vct_subpage .topAlertIcon{
	display: flex;
	justify-content: center;
}

.dmm_vct_subpage .topAlertIcon img{
	width: 55%;
	height: auto;
}

.dmm_vct_subpage .topAlertTitle{
	width: 120px;
}

.dmm_vct_subpage .topAlertContent{
	margin: 20px auto 0;
	max-width: 800px;
	letter-spacing: .06em;
	line-height: 1.75;
}

.dmm_vct_subpage .topAlertContent a{
	color: red;
	text-decoration: underline;
	text-decoration-color: red;
}