@charset "utf-8";
/* ▼PC▼ */
/* -- .mint-news-time ------------------------- */
.pagewrap .main-img {
	line-height: 0;
}

/* -- #mintInfo ------------------------- */

.mint-info-news {
	padding: 0 60px 60px;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
}

.mint-info-news h2 {
	font-size: 50px;
	font-family: "Orbitron", sans-serif;
	color: #003283;
	padding: 0 0 14px 0;
	position: relative;
}

.mint-info-news h2 span {
	font-size: 24px;
}

.mint-info-news h2::after {
	display: block;
	width: 80px;
	margin-top: -0.5px;
	background-color: #003283;
	position: absolute;
	content: "";
	height: 2px;
	left: 0;
	bottom: 0;
}


/* -- #mint-info-news-list ------------------------- */

.mint-info-news-list {
	padding: 28px 0;
}

.mint-info-news-items {
	box-sizing: border-box;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.mint-info-news-items .item {
	padding: 14px;
	box-sizing: border-box;
	display: flex;
	position: relative;
	width: 33%;
	flex-wrap: wrap;
}

.mint-info-news-items .item:nth-child(1),
.mint-info-news-items .item:nth-child(2) {
	width: 50%;
}

.mint-info-news-items .item a {
	display: block;
	height: 100%;
	width: 100%;
	/* border: solid 2px #17b5ac; */
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
	transition: all 0.5s;
	border-radius: 50px 3px;
	overflow: hidden;
	box-shadow: -1px 2px 40px -10px rgba(0, 0, 0, 0.2);
}

.mint-info-news-items .item a:hover {
	transform: scale(1.05);
}

.mint-info-news-items .item .img {
	position: relative;
	padding-top: 56.2%;
	width: 100%;
	overflow: hidden;
}

.mint-info-news-items .item .img img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mint-info-news-items .item div.head {
	display: flex;
	padding: 14px 12px 7px;
	justify-content: space-between;
}
.mint-info-news-items .item div.head .date {
	font-size: 12px;
	color: #666;
	padding: 3px 6px 3px 0;
	line-height: 1.6;
	width: 7em;
}
.mint-info-news-items .item div.head .corner {
	font-size: 12px;
	line-height: 1.4;
	color: #fff;
	background-color: #17b5ac;
	padding: 3px 6px;
}

.mint-info-news-items .item77 div.head .corner {
	background-color: #ed7825;
}

.mint-info-news-items .item p.title {
	font-size: 16px;
	color: #000;
	padding: 0px 10px 14px;
	line-height: 1.4;
}

/* -- .mint-news-feature ------------------------- */

.mint-news-feature {
	padding: 60px;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
}

.mint-news-feature > h2 {
	font-size: 34px;
	font-family: "Orbitron", sans-serif;
	color: #003283;
	padding: 0 0 14px 0;
	position: relative;
}

.mint-news-feature > h2 span {
	font-size: 20px;
}

.mint-news-feature > h2::after {
	display: block;
	width: 80px;
	margin-top: -0.5px;
	background-color: #003283;
	position: absolute;
	content: "";
	height: 2px;
	left: 0;
	bottom: 0;
}

.mint-news-feature-items {
	display: flex;
	padding: 24px 0 0 0;
}

.mint-news-feature-items-new {
	width: 50%;
	background-color: #fff;
	box-shadow: 0 0 30px #ccc;
}

.mint-news-feature-items-new .date {
	padding: 6px 12px 0;
}

.mint-news-feature-items-new .title {
	padding: 6px 12px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}

.mint-news-feature-items-new .text {
	padding: 12px 24px 24px;
}

.mint-news-feature-items-new .more {
	text-align: right;
}

.mint-news-feature-items-new .more a {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 6px 14px;
	background-color: #003283;
	transition: all 0.3s;
}

.mint-news-feature-items-new .more a:hover {
	background-color: #235ebe;
}

.mint-news-feature-items-archive {
	flex: 1;
	padding: 0 12px;
	box-sizing: border-box;
}

.mint-news-feature-items-archive-list {
	display: flex;
	flex-wrap: wrap;
}

.mint-news-feature-items-archive-list li {
	width: 50%;
	padding: 0 12px 24px;
	box-sizing: border-box;
}

.mint-news-feature-items-archive-list li a {
	display: block;
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
	border-radius: 30px 3px;
}

.mint-news-feature-items-archive-list li .thumb img {
	width: 100%;
	border-radius: 30px 3px;
}

.mint-news-feature-items-archive-list li .date {
	padding: 6px 12px;
	color: #44464f;
}

.mint-news-feature-items-archive-list li .title {
	padding: 0px 12px 6px 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #003283;
}

/* -- mint-entry ------------------------- */
.mint-entry {
	background-image: url(../images/base/base_b.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

.mint-entry .head dl dt {
	font-family: vdl-logomaru;
	font-size: 3vw;
}

.mint-entry > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 840px;
	margin: 0 auto;
	padding: 14px 0 0 0;
}
.mint-entry > ul li {
	padding: 2px;
	width: 50%;
	box-sizing: border-box;
}
.mint-entry > ul li a {
	cursor: pointer;
}
.mint-entry > ul li a img {
	transition: all 0.3s;
	width: 100%;
}
.mint-entry > ul li a:hover img {
	transform: scale(1.05);
}

/* -- mint-sns ------------------------- */
.mint-sns {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
}
.mint-sns .inner {
	align-items: center;
	padding: 26px;
	box-sizing: border-box;
	width: 50%;
}
.mint-sns .twitter {
	background-color: #1da1f2;
}
.mint-sns .instagram {
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background-color: #f13f79;
}
.mint-sns .newsmint {
	background-color: #ED7825;
}
.mint-sns .full {
	width: 100%;
}


.mint-sns .inner dt {
	font-family: vdl-logomaru;
	font-size: 40px;
	color: #fff;
}
.mint-sns .inner dd {
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	padding: 7px 0 0 0;
}
.mint-sns .inner .account {
	text-align: right;
	padding: 14px 24px 0;
}
.mint-sns .inner .account a {
	display: inline-block;
	background: #fff;
	color: #1da1f2;
	padding: 20px 40px;
	font-size: 30px;
	border-radius: 30px 3px;
}
.mint-sns .inner .account a:hover {
	background: rgb(244, 248, 12);
}
/* -- mbs-column ------------------------- */
.mbs-column {
	background-color: #71C7C8;
	padding: 26px;
	box-sizing: border-box;
}
.mbs-column .texts {
	background-color: #fff;
	margin-top: 14px;
	transition: all 0.3s;
}
.mbs-column .texts:hover {
	transform: scale(1.05);
}
.mbs-column .texts .unit {
	display: flex;
}


.mbs-column .texts .unit .thumb {
	width:30%;
	line-height: 0;
}
.mbs-column .texts .unit .thumb img {
	width:100%;
}
.mbs-column .texts .unit dl {
	flex :1;
}
.mbs-column .texts dt {
	font-family: vdl-logomaru;
	font-size: 18px;
	color: #000;
	padding: 7px;
	line-height: 1.4em
}
.mbs-column .texts dd {
	font-size: 12px;
	line-height: 1.4;
	color: #000;
	padding: 7px;
}
.mbs-column .link {
	padding: 7px 14px 14px 0;
	text-align: right;
	font-weight: bold;
}



/* -- report ------------------------- */
.mint-news{
	background-image: url(../images/base/base_c.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
.report {
	padding: 0 60px 60px 60px;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
}

.report-wrap-item .right {
	display: none;
}

.report-wrap {
	display: flex;
	padding: 28px 0 0 0;
}

.report-wrap h2 {
	background-color: #44464f;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	width: 60px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.report-kansai h2 {
	background-color: #ed7825;
	border-radius: 20px 3px;
}

.report-zenkoku h2 {
	background-color: #1c60f1;
	border-radius: 20px 3px;
}

.report-wrap-items {
	padding: 0 0 0 3px;
	flex: 1;
}

.report-wrap-items .left {
	display: flex;
}

.report-wrap-items .left p {
	padding: 0 12px;
	flex: 1;
}

.report-wrap-items .left p a {
	background: #fff;
	display: block;
	position: relative;
	padding: 14px;
	box-shadow: -1px 2px 40px -10px rgba(0, 0, 0, 0.2);
	color: #44464f;
	border-radius: 30px 3px;
	height: 100%;
	box-sizing: border-box;
	transition: transform 0.3s;
}

.report-wrap-items .left p a:hover {
	transform: scale(1.05);
}

.report-wrap-items .left p a img {
	width: 100%;
	padding: 0 0 4px 0;
}

.report-wrap-items .right {
	display: none;
}

/* -- .mint-news-time ------------------------- */
.pagewrap .mint-news-time {
	padding: 14px 28px;
	font-size: 16px;
	text-align: center;
	background-color: #ffffff;
	font-family: vdl-megamaru, "Kosugi", sans-serif;
	color: #17B5AC;
}

/* ▲PC▲ */

/* ------------------------------------------------------------------------------------------------------------ */

/* ▼Smartphone▼ */

@media screen and (max-width: 812px) {
	/* -- #mintInfo ------------------------- */
	.mint-info-news {
		padding: 0 0 60px;
	}
	.mint-info-news h2 {
		font-size: 30px;
	}
	.mint-info-news h2 span {
		font-size: 18px;
		display: block;
	}
	.mint-info-news-list {
		padding: 14px 10px;
	}

	.mint-info-news .archive-link {
		padding: 0;
	}
	.mint-info-news .archive-link a {
		margin: 24px 0 0 0;
	}

	.mint-info-news-items .item {
		padding: 7px 0;
		box-sizing: border-box;
		display: block;
		position: relative;
	}

	.mint-info-news-items .item:nth-child(1),
	.mint-info-news-items .item:nth-child(2),
	.mint-info-news-items .item {
		width: 100%;
	}

	.mint-info-news-items .item a {
		border-radius: 25px 3px;
		display: flex;
		flex-wrap: wrap;
	}
	.mint-info-news-items .item a:after {
		content: "";
		display: block;
		clear: both;
	}

	.mint-info-news-items .item .img {
		width: 32%;
		height: 100%;
		padding-top: 0;
		border-radius: 0px;
		float: left;
	}
	.mint-info-news-items .item .img img {
		height: 100%;
		width: auto;
	}
	.mint-info-news-items .item .texts {
		width: 68%;
	}

	.mint-info-news-items .item div.head {
		display: flex;
		padding: 6px 7px 7px;
	}
	.mint-info-news-items .item div.head .date {
		font-size: 10px;
		color: #666;
		padding: 3px 0px;
		line-height: 1.6;
		width: 10em;
	}
	.mint-info-news-items .item div.head .corner {
		font-size: 12px;
		line-height: 1.4;
		color: #fff;
		padding: 3px 6px;
	}
	.mint-info-news-items .item p.title {
		font-size: 12px;
		padding: 0px 10px 14px;
	}

	.mint-info-news-items .item:nth-child(1) .img,
	.mint-info-news-items .item:nth-child(2) .img,
	.mint-info-news-items .item:nth-child(3) .img,
	.mint-info-news-items .item:nth-child(4) .img {
		width: 100%;
		padding-top: 56.2%;
		height: auto;
	}
	.mint-info-news-items .item:nth-child(1) .img img,
	.mint-info-news-items .item:nth-child(2) .img img,
	.mint-info-news-items .item:nth-child(3) .img img,
	.mint-info-news-items .item:nth-child(4) .img img {
		width: 100%;
		height: auto;
	}

	.mint-info-news-items .item:nth-child(1) .texts,
	.mint-info-news-items .item:nth-child(2) .texts,
	.mint-info-news-items .item:nth-child(3) .texts,
	.mint-info-news-items .item:nth-child(4) .texts {
		width: 100%;
	}
	.mint-info-news-items .item:nth-child(1) p.title,
	.mint-info-news-items .item:nth-child(2) p.title,
	.mint-info-news-items .item:nth-child(3) p.title,
	.mint-info-news-items .item:nth-child(4) p.title {
		padding: 0px 14px 14px;
	}

	/* -- .mint-news-feature ------------------------- */
	.mint-news-feature {
		padding: 60px 20px;
	}
	.mint-news-feature > h2 {
		font-size: 30px;
	}
	.mint-news-feature > h2 span {
		font-size: 18px;
	}
	.mint-news-feature-items {
		display: block;
		padding: 24px 0 0 0;
	}
	.mint-news-feature-items-new {
		width: 100%;
	}
	.mint-news-feature-items-archive {
		padding: 24px 0 0 0;
	}
	.mint-news-feature-items-archive-list li a {
		display: block;
		background-color: #fff;
		box-shadow: 0 0 10px #ccc;
	}
	.mint-news-feature-items-archive-list li .thumb img {
		width: 100%;
	}
	.mint-news-feature-items-archive-list li .date {
		padding: 6px 12px;
		color: #44464f;
	}
	.mint-news-feature-items-archive-list li .title {
		padding: 0px 12px 6px 12px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
		color: #003283;
	}

	/* -- mint-entry ------------------------- */

	.mint-entry {
		padding-bottom: 56px;
	}

	.mint-entry .head dl dt {
		font-size: 6vw;
	}

	.mint-entry > ul {
		display: block;
	}
	.mint-entry > ul li {
		padding: 2px 14px;
		width: 100%;
	}
	.mint-entry > ul li img {
		width: 100%;
	}

	/* -- mint-sns ------------------------- */
	.mint-sns {
		display: block;
	}
	.mint-sns .inner {
		width: 100%;
	}
	.mint-sns .inner dt {
		font-size: 30px;
	}
	.mint-sns .inner .account {
		padding: 44px 0 0;
		text-align: center;
		font-size: 18px;
	}
	.mint-sns .inner .account a {
		font-size: 18px;
	}

/* -- mbs-column ------------------------- */
.mbs-column .texts .unit {
	display: block;
}
.mbs-column .texts .unit .thumb {
	width:100%;
}
.mbs-column .texts dt {
	font-family: vdl-logomaru;
	font-size: 18px;
	color: #000;
	padding: 7px;
}
.mbs-column .texts dd {
	font-size: 12px;
	line-height: 1.4;
	color: #000;
	padding: 7px;
}
.mbs-column .link {
	padding: 7px 14px 14px 0;
	text-align: right;
	font-weight: bold;
}

	/* -- report ------------------------- */
	.report {
		padding: 0 10px 60px;
	}
	.report-wrap {
		display: block;
	}
	.report-wrap h2 {
		display: block;
		font-size: 20px;
		width: 100%;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		text-align: center;
		padding: 7px 0;
	}
	.report-wrap-items {
		padding: 0;
	}
	.report-wrap-items .left {
		display: block;
	}
	.report-wrap-items .left p {
		padding: 7px 0px;
	}
	.report-wrap-items .left p a {
		border-radius: 25px 3px;
	}
	.report-wrap-items .left p a img {
		width: 36%;
		float: left;
		padding: 0 14px 0 0;
	}
	.report-wrap-items .left p a br {
		display: none;
	}
	.report-wrap-items .left p a::after {
		content: "";
		display: block;
		clear: both;
	}

	/* ------------------------------------------------ */
}

/* ▲Smartphone▲ */
