@charset "UTF-8";
/*=====DM一頁式======*/
.dm__logo {
	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;
	background: #fff;
	padding: 40px 20px;
	margin: 80px 0 0 0;
}

.dm__logo img {
	margin: auto;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.dm__logo img {
		width: 100%;
	}
}

.dm__title {
	font-size: clamp(40px, 3vw, 62px);
	color: #0B7AB7;
	font-weight: 900;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.dm__subtitle {
	font-size: clamp(26px, 3vw, 37px);
	color: #666666;
	font-weight: 900;
	text-align: center;
}

.dm__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	background: #0B7AB7;
	text-align: center;
	margin: 50px 0;
}

.dm__item li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 25%;
	border: 1px solid #fff;
	border-width: 0 1px 0 0;
	padding: 25px;
}

.dm__item li em {
	display: block;
	width: 100%;
	color: #9DD0DF;
}

.dm__item li p {
	display: block;
	width: 100%;
	color: #E0E4E5;
}

.dm__tip {
	color: #fff;
	font-family: "Ubuntu";
	font-size: 64px;
	font-weight: 900;
	width: 100%;
}

.dm__tip::after {
	content: attr(title);
	font-size: 32px;
	color: #fff;
	font-weight: 900;
}

.dm__info {
	width: 100%;
	background: #EEF3F2;
	padding: 30px 0;
	margin: 50px auto;
}

.dm__info ul {
	width: 50%;
	padding: 0 40px;
}

.dm__info ul:first-of-type {
	border: 1px solid #707070;
	border-width: 0 1px 0 0;
}

.dm__info ul li {
	background: url("../../images/icon_01.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 20px 0 40px;
	margin-top: 30px;
}

.dm__info ul li p {
	color: #0B7AB7;
	font-weight: 500;
	font-size: clamp(20px, 3vw, 24px);
	line-height: 28px;
}

.dm__info ul li p:nth-of-type(2) {
	color: #666666;
}

.dm__main li:nth-of-type(1) {
	width: 60%;
	padding-right: 50px;
}

.dm__main li:nth-of-type(2) {
	width: 40%;
}

.dm__main li:nth-of-type(2) img {
	width: 100%;
}

.dm__card {
	margin-bottom: 50px;
}

.dm__card li {
	width: calc(50% - 10px);
	padding: 30px;
	-webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.dm__card li img {
	width: 100%;
	margin-bottom: 20px;
}

.dm__card li p {
	border-left: 10px solid #000;
	padding-left: 5px;
	font-weight: 500;
	font-size: clamp(20px, 3vw, 24px);
}

.dm__pic li {
	width: 50%;
	margin-bottom: 50px;
}

.dm__pic li img {
	width: 100%;
}

.dm__data {
	background: url("../../images/pic_07.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 350px;
	margin-bottom: 100px;
}

.dm__txt {
	padding-top: 20px;
	margin-bottom: 50px;
}

.dm__txt p {
	display: block;
	position: relative;
	padding-left: 85px;
}

.dm__txt p::before {
	content: attr(title);
	text-align: justify;
	position: absolute;
	left: 0;
	top: 0;
	width: 85px;
	font-weight: bold;
	color: #000;
}

.dm__btn {
	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;
	width: calc(50% - 20px);
	height: 100px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	font-size: clamp(20px, 4vw, 28px);
}

.dm__btn.green01 {
	background: #0A959A;
}

.dm__btn.green02 {
	background: #0D3512;
}

.dm__btn:hover {
	background: #000;
	color: #fff;
}

.dm__footer {
	padding: 40px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#6faa3c), to(#0b813c));
	background: -o-linear-gradient(top, #6faa3c 0%, #0b813c 100%);
	background: linear-gradient(to bottom, #6faa3c 0%, #0b813c 100%);
}

.dm__footer ul {
	color: #fff;
}

.dm__footer ul li {
	width: calc(50% - 40px);
}

.dm__footer ul li p {
	display: block;
	position: relative;
	padding-left: 85px;
}

.dm__footer ul li p::before {
	content: attr(title);
	text-align: justify;
	position: absolute;
	left: 0;
	top: 0;
	width: 85px;
	font-weight: bold;
}

.dm__footer ul li.QR {
	background: url("../../images/QR.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 200px;
	background-size: auto;
}

.dm__footer ul li.QR img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.dm__footer ul li.QR b {
	display: block;
	font-size: 32px;
}

.dm__footer ul li.QR font {
	color: #F6FE0E;
	font-weight: 900;
}

.dm--bg {
	background: url("../../images/pic_06.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
	.dm__item li {
		width: 50%;
		border-width: 0 1px 1px 0;
	}
	.dm__info ul {
		width: 100%;
		padding: 20px;
	}
	.dm__info ul:first-of-type {
		border-width: 0 0 1px 0;
	}
	.dm__main li:nth-of-type(1) {
		width: 100%;
		padding-right: 0;
		margin-bottom: 50px;
	}
	.dm__main li:nth-of-type(2) {
		width: 100%;
	}
	.dm__main li:nth-of-type(2) img {
		width: 100%;
	}
	.dm__card li, .dm__pic li {
		width: 100%;
		margin-bottom: 40px;
	}
	.dm__data {
		background: none;
		padding-left: 0;
	}
	.dm__footer ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	.dm__footer ul li.QR {
		background: url("../../images/QR.jpg");
		background-position: left bottom;
		background-repeat: no-repeat;
		padding-left: 0;
		padding-bottom: 220px;
	}
	.dm__footer ul li.QR img {
		width: auto;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.dm__item li {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.dm__btn {
		width: 100%;
		margin-bottom: 25px;
	}
}
