@charset "utf-8";

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

外貨両替ページスタイル

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

@media print, screen and (min-width: 768px) {
/* ▼202506追加部分PC */
.pdf_btn2 {margin: 10px 0 20px 0;}

.pdf_btn2 a {
	display: flex;
	background: url("../img/midori_btn2.png") center no-repeat;
	background-size: contain;
	width: 340px;
	height: 37px;
	box-sizing: border-box;
	align-items: center;
	padding-left: 25px;
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.glink2 {
	width: 190px;
	margin: 0 0 0 auto;
}

.glink2 a {
	display: block;
	background: url("../img/arrow.png") left center no-repeat;
	background-size: 13px;
	image-rendering: -webkit-optimize-contrast;
	font-size: 17px; font-size: 1.7rem;
	font-feature-settings: "palt" 1;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-left: 22px;
	color: #000;
	text-decoration: none;
}

.glink2 a:hover {text-decoration: underline;}

}

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

/* ▼202506追加部分SP */
.pdf_btn2 {margin: 3vw 0;}

.pdf_btn2 a {
	display: flex;
	background: url("../img/midori_btn2.png") center no-repeat;
	background-size: contain;
	width: 82%;
	height: 8.5vw;
	margin: 0 0 0 auto;
	box-sizing: border-box;
	align-items: center;
	padding-left: 4vw;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.glink2 {
	width: 45%;
	margin: 0 0 0 auto;
}

.glink2 a {
	display: block;
	background: url("../img/arrow.png") left center no-repeat;
	background-size: 2.5vw;
	image-rendering: -webkit-optimize-contrast;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	line-height: 1.5;
	margin-bottom: 4vw;
	padding-left: 5vw;
	color: #000;
	text-decoration: none;
}

.glink2 a:hover {text-decoration: underline;}

}
