@charset "utf-8";

/* .common
========================================== */

body {
	font-family: "Noto Sans JP", sans-serif, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	letter-spacing: 0.7pt;
	-webkit-text-size-adjust: 100%;
	color: #333333;
	font-weight: 300;
}

body.en {
	font-family: "Roboto", "Noto Sans JP", sans-serif, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}

a {
	cursor: pointer;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	font-weight: 300;
	color: #333;
}

@media screen and (min-width: 768px) {
	a:hover {
		opacity: 0.8;
	}
}

img {
	max-width: 100%;
	height: auto;
}

sup {
	vertical-align: super;
	font-size: 0.5rem;
	letter-spacing: 0em;
	margin: 0 0 0 0.1em;
}

@media screen and (max-width: 768px) {
	section {
		padding: 0 16px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}

#bodyWrap {
	opacity: 0;
}

.wrap {
	max-width: 1050px;
	margin: 0 auto;
	box-sizing: border-box;
}


* {
	box-sizing: border-box;
}

/* .temporaryMessage
========================================== */
.temporaryMessage {
	margin: 60px 0 0;
	padding: 24px 16px;
	font-size: 16px;
	text-align: center;
	background-color: #F2F2F2;
	line-height: 1.8;
}

.temporaryMessage a {
	color: #3fa9f5;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.temporaryMessage {
		padding: 16px;
		font-size: 14px;
		text-align: left;
	}
}

/* .pagetop
========================================== */
.pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}

.pagetop img {
	width: 100px;
	height: auto;
}

/* #headerWrap
========================================== */
#headerWrap {
	height: 60px;
	background: url(../images/headerBg.png) no-repeat top center #164d92;
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	#headerWrap {
		background: url(../images/headerBg.png) no-repeat -120px 50% #164d92;
		position: fixed;
		width: 100%;
		padding: 0 8px;
	}
}

header h1 {
	display: inline-block;
	vertical-align: top;
}

header h1 img {
	margin: 8px 0 0;
	float: left;
	vertical-align: top;
}

header h2 {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	padding: 23px 0 0 40px;
}

header h2 a {
	color: #fff;
}

header h2 a b {
	color: #00cffc;
	font-weight: 400;
}

@media screen and (max-width: 768px) {

	header h1,
	#headerNavInner {
		height: auto;
	}

	header h1 {
		width: 120px;
	}

	header h1 img {
		margin: 7px 0 0;
		width: 100%;
		height: auto;
	}

	header h2 {
		display: block;
		font-weight: 400;
		font-size: 11px;
		padding: 0 0 0 5px;
		margin-top: -2px;
	}

	header h2 a {
		color: #164d92;
	}
}

#headerNav {
	display: flex;
	line-height: 1;
	padding: 21px 0 0;
}

#headerNav div {
	margin: 0 0 0 1em;
}

#headerNavWrap {
	position: relative;
}

#headerInner {
	display: flex;
	justify-content: space-between;
}

#headerNavInner {
	display: flex;
}

#headerNavList li a {
	position: relative;
	color: #fff;
	font-size: 14px;
	padding: 0 0 0 1.6em;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
	#headerNavList li a {
		font-size: 11px;
	}
}

#headerNavList li.recruitBtn a::before,
#headerNavList li.contactBtn a::before {
	display: block;
	margin: 0 0.4em 0 0;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	font-family: "icomoon";
}

@media screen and (max-width: 768px) {

	#headerNavList li.recruitBtn a::before,
	#headerNavList li.contactBtn a::before {
		font-size: 11px;
	}
}

#headerNavList li.recruitBtn a::before {
	content: "\e907";
}

#headerNavList li.contactBtn a::before {
	content: "\e903";
}

/* .subpageMain
========================================== */

#langSwich a {
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
	#langSwich a {
		font-size: 11px;
	}
}

#langSwich a::before {
	font-size: 14px;
	margin: 0 0.4em 0 0;
	box-sizing: border-box;
	font-family: "icomoon";
}

@media screen and (max-width: 768px) {
	#langSwich a::before {
		font-size: 11px;
	}
}

#langSwich a::before {
	content: "\e90c";
}

/* #gNavWrap
========================================== */
#gNavWrap {
	width: 100%;
	background: #fff;
	height: 40px;
	clear: both;
	border-bottom: 1px solid #b7b7b7;
	box-sizing: border-box;
}

#gNav {
	padding: 0 0 0 40px;
}

#gNav ul li {
	display: inline-block;
	font-size: 15px;
	vertical-align: top;
}

#gNav ul li>a {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	background: url('../images/NavLine.gif') bottom left no-repeat;
	color: #464a4c;
	font-weight: 300;
	display: block;
}

#gNav li:first-child a {
	background: none;
}

#gNav ul li ul li a {
	display: none;
}

@media screen and (max-width: 768px) {
	#headerWrap {
		height: 60px;
	}

	#gNavWrap {
		width: 100%;
		background: none;
		height: auto;
		clear: both;
		border-bottom: none;
	}

	#gNav {
		padding: 0;
	}

	#gNav ul li {
		height: auto;
		display: block;
		padding: 0;
	}

	#gNav ul li>a {
		display: block;
		padding: 12px 20px;
		height: auto;
		line-height: inherit;
		background: none;
		color: #fff;
		font-weight: 300;
		display: block;
	}

	#gNav ul li ul li a {
		display: block;
		padding: 8px 20px;
		border-left: none;
		color: #fff;
	}

	#gNav ul li:first-child a {
		border-left: none;
	}

	#gNav ul li div {
		background: #222222;
		padding: 10px 0;
	}

	/* .subpageMain
	========================================== */

	.spNavBtn {
		display: block;
		width: 30px;
		position: absolute;
		top: 20px;
		right: 15px;
		cursor: pointer;
		z-index: 2;
	}

	.spNavBtn span {
		display: block;
		height: 4px;
		width: 100%;
		background: #fff;
	}

	.spNavBtn span:nth-of-type(2),
	.spNavBtn span:nth-of-type(3) {
		margin-top: 5px;
	}

	header.navOpen .spNavBtn span:nth-of-type(1) {
		-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
		-ms-transform: translateY(9px) translateX(0) rotate(45deg);
		transform: translateY(9px) translateX(0) rotate(45deg);
	}

	header.navOpen .spNavBtn span:nth-of-type(2) {
		margin-top: 5px;
		opacity: 0;
		-webkit-transform: translateY(9px);
		-ms-transform: translateY(9px);
		transform: translateY(9px);
	}

	header.navOpen .spNavBtn span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
		transform: translateY(-9px) translateX(0) rotate(-45deg);
	}

	#spNavWrap {
		position: fixed;
		width: 100%;
		height: 100%;
		opacity: 0;
		box-sizing: border-box;
		right: -100%;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		z-index: 1;
		margin-top: -60px;
		padding-top: 60px;
	}

	#spNavInner {
		background: #8c9ca5;
		overflow: auto;
		height: 100%;
	}

	#spNavInner::-webkit-scrollbar {
		width: 10px;
	}

	#spNavInner::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}

	#spNavInner::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}

	.navOpen #spNavWrap {
		opacity: 1;
		right: 0;
	}
}

.subpage #bodyWrap {
	margin: 60px 0 0;
}

@media screen and (max-width: 768px) {
	#bodyWrap {
		margin: 60px 0 0;
	}
}

/* #breadcrumb
========================================== */
#breadcrumb {
	position: relative;
	font-size: 14px;
	color: #1590d0;
	padding: 10px 0;
	z-index: 1;
	background-color: #efefef;
}

@media screen and (max-width: 768px) {
	#breadcrumb {
		padding: 10px 8px;
	}
}

#breadcrumb ul {
	display: flex;
}

#breadcrumb a {
	color: #1590d0;
}

#breadcrumb li:first-child::before {
	content: "\e909";
	padding: 0.4em;
	box-sizing: border-box;
	font-family: "icomoon";
}

#breadcrumb li::before {
	content: "\03e";
	padding: 0.4em;
	font-family: "icomoon";
}

@media screen and (max-width: 768px) {
	#breadcrumb {
		font-size: 12px;
	}
}

/* .contentsFooterBanner
========================================== */
.contentsFooterBanner {
	padding: 60px 0 0;
	background-color: #d1d5d7;
}

@media screen and (max-width: 768px) {
	.contentsFooterBanner {
		padding: 16px 0 0;
	}
}

.contentsFooterBannerInner {
	display: flex;
	align-items: center;
	max-width: 980px;
	margin: 0 auto;
	box-sizing: border-box;
	transition: 300ms ease;
}

@media screen and (max-width: 768px) {
	.contentsFooterBannerInner {
		display: block;
		padding: 0 16px;
		box-sizing: border-box;
	}
}

.contentsFooterBanner .col2 {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.contentsFooterBanner .col2 {
		display: block;
		width: 100%;
	}
}

.contentsFooterBanner .col2 img {
	vertical-align: bottom;
}

.contentsFooterBanner .col2 a {
	display: block;
}

@media screen and (max-width: 768px) {
	.contentsFooterBanner .col2 a {
		display: block;
	}

	.contentsFooterBanner .col2 a:first-child {
		margin: 0 0 16px;
	}
}

/* .front-master
========================================== */
.front-master {
	padding: 60px 0 0;
	background-color: #d1d5d7;
}

@media screen and (max-width: 768px) {
	.front-master {
		padding: 16px 16px 0;
	}
}

.front-master_inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 60px 50px 40px;
	background-color: #fff;
	transition: 300ms ease;
}

@media screen and (max-width: 768px) {
	.front-master_inner {
		max-width: 100%;
		padding: 60px 16px;
	}
}

.front-master .front-master_headline {
	text-align: center;
	margin: 0 0 50px;
}

.master-contentsList ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}

@media screen and (max-width: 768px) {
	.master-contentsList ul {
		display: block;
		margin: 0;
	}
}

.master-contentsList ul li {
	width: 33.333333%;
	padding: 0 16px;
	margin: 0 0 50px;
}

@media screen and (max-width: 768px) {
	.master-contentsList ul li {
		width: 100%;
		padding: 0 16px;
		margin: 0 0 50px;
	}
}

.master-contentsList ul li img {
	width: 0%;
}

.master-contentsList ul li .textWrap {
	font-size: 16px;
}

.master-contentsList ul li .textWrap .headline {
	padding: 8px 0;
}

.master-contentsList ul li .moreBtnWrap {
	padding: 16px 0 0;
}

.master-contentsList ul li .moreBtnWrap a {
	/* padding-right: 40px; */
	/* padding-left: 40px; */
	padding: 0 32px 0 0;
}

.master-contentsList ul li .fig.image,
.master-contentsList ul li .fig.empty {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.master-contentsList ul li .fig.image::before,
.master-contentsList ul li .fig.empty::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.master-contentsList ul li .fig.empty {
	background-color: #ddd;
}

.front-master .footerLinkWrap {
	text-align: center;
}

/* .footerLineup
========================================== */
.footerLineup {
	padding: 60px 0;
	background-color: #d1d5d7;
}

.footerLineup a {
	display: block;
}

@media screen and (max-width: 768px) {
	.footerLineup {
		padding: 16px;
		background-color: #d1d5d7;
	}
}

.footerLineupInner {
	display: flex;
	align-items: center;
	max-width: 980px;
	margin: 0 auto;
	padding: 60px;
	background-color: #fff;
	box-sizing: border-box;
	transition: 300ms ease;
}

@media screen and (max-width: 768px) {
	.footerLineupInner {
		display: block;
		padding: 24px;
		background-color: #fff;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 768px) {
	.footerLineup .footerLineupInner:hover {
		transform: scale(1.04);
	}
}

.footerLineupInner .fig {
	margin: 0 80px 0 0;
}

@media screen and (max-width: 768px) {
	.footerLineupInner .fig {
		margin: 0 0 8px;
	}
}

.footerLineupInner .textWrap {
	color: #000;
}

.footerLineupInner .textWrap .cap {
	margin: 0 0 0.1em;
	font-size: 17px;
	color: #999999;
	font-weight: 100;
}

.footerLineupInner .textWrap h3 {
	margin: 0 0 0.5em;
	font-size: 30px;
	font-weight: 400;
}

.en .footerLineupInner .textWrap h3 {
	font-size: 38px;
}

.footerLineupInner .textWrap .text {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
}

/* .footerLinkWrap
========================================== */

#footerLinkWrap {
	background: #f2f2f2;
	font-size: 12px;
	padding: 60px 0;
	clear: both;
}

#footerLinkInner {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0 32px;
}

@media screen and (max-width: 768px) {
	#footerLinkInner {
		position: relative;
		display: block;
		justify-content: space-between;
		padding: 0 8px;
	}
}

.footerLinkBoxWrap {
	display: flex;
}

@media screen and (max-width: 768px) {
	.footerLinkBoxWrap {
		display: block;
	}
}

.footerLinkBox {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 48px 0 0;
}

.footerLinkBox ul {
	padding: 0 0 1em;
}

.footerLinkBox h3 {
	color: #3fa9f5;
	font-weight: 400;
	margin: 0 0 1em;
}

.footerLinkBox h4 {
	color: #1a1a1a;
	font-weight: 300;
	margin: 0 0 1em;
	opacity: 0.2;
}

.footerLinkBox li {
	font-weight: 100;
	color: #1a1a1a;
	margin: 0 0 1em;
}

.footerBannerBox {
	width: 320px;
	display: inline-block;
	letter-spacing: normal;
}

@media screen and (max-width: 768px) {
	.footerBannerBox {
		width: 100%;
		display: inline-block;
		letter-spacing: normal;
	}
}

.footerLinkBox a:hover {
	text-decoration: underline;
}

.footerLinkBox li a[href="#"] {
	opacity: 0.2;
}

@media screen and (max-width: 768px) {
	#footerLinkWrap {
		background: #f2f2f2;
		font-size: 12px;
		padding: 30px 0 30px;
		letter-spacing: -1em;
	}

	.footerLinkBox {
		display: block;
		width: 50%;
		line-height: 2em;
		letter-spacing: normal;
	}
}

.footerBannerBox img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.footerBannerBox li {
	position: relative;
	margin: 0 0 16px;
}

@media screen and (max-width: 768px) {
	.footerBannerBox {
		display: block;
		letter-spacing: normal;
		width: 100%;
		margin: 20px 0 0;
	}

	.footerBannerBox li {
		width: 100%;
		display: inline-block;
		box-sizing: border-box;
		padding: 00;
		vertical-align: top;
	}
}

#footerNavWrap {
	background: #8c9ca5;
	height: 64px;
}

#footerNavWrap ul {
	font-size: 12px;
	float: left;
	height: 12px;
	padding: 23px 0 0;
	letter-spacing: -1em;
}

@media screen and (max-width: 768px) {
	#footerNavWrap ul {
		font-size: 10px;
		float: none;
		height: auto;
		padding: 23px 0 10px;
		text-align: center;
	}
}

#footerNavWrap ul li {
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #fff;
	letter-spacing: 0.8pt;
}

#footerNavWrap ul li:first-child {
	padding: 0 10px 0 0;
	border-left: none;
}

#footerNavWrap ul li a {
	color: #fff;
	font-weight: 400;
}

#copyrights {
	float: right;
	font-size: 11px;
	color: #fff;
	line-height: 64px;
	font-weight: 300;
}

@media screen and (max-width: 768px) {
	#copyrights {
		width: 100%;
		float: none;
		font-size: 9px;
		color: #fff;
		line-height: normal;
		font-weight: 300;
		text-align: center;
		background: #8c9ca5;
		padding: 1em 0 6em;
	}
}

/* .subpageMain
========================================== */
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: auto;
	min-width: 100%;
	z-index: 0;
	background: url("../images/pixel-screen.png");
}

@media screen and (max-width: 768px) {
	#overlay {
		background: none;
	}
}

/* .tableWrap
========================================== */
.tableWrap {
	overflow-x: auto;
	padding: 0 0 5px;
}

.tableWrap::-webkit-scrollbar {
	height: 10px;
}

.tableWrap::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}

.tableWrap::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}

/*	.tableType01
========================================== */

.tableType01 table {
	width: 100%;
}

.tableType01 table tr.line {
	border-top: 4px solid #fff;
}

.tableType01 table th,
.tableType01 table td {
	padding: 8px 10px;
	font-size: 15px;
	font-weight: 300;
	border-bottom: 1px solid #cccccc;
}

.tableType01 table th {
	min-width: 10em;
	color: #000;
	background: #ffffff;
	border-right: 1px solid #cccccc;
	vertical-align: bottom;
}

.tableType01 table th:last-child {
	border-right: none;
}

.tableType01 table td {
	text-align: center;
	background: #e2e2e2;
}

.tableType01 table tr td:nth-child(even) {
	background: #e7e7e7;
}

.tableType01 table tr th:first-child {
	padding: 8px 10px;
}

.tableType01 table tr td:first-child {
	font-size: 21px;
	padding: 8px 10px;
}

.tableType01 table thead th,
.tableType01 table thead td {
	color: #fff;
	text-align: center;
	background: #858585;
}

.tableType01 .border-top {
	border-top: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
	.tableType01 table th {
		min-width: 0em;
	}

	.tableType01 table th,
	.tableType01 table td {
		padding: 16px 8px;
		font-size: 12px;
		border-bottom: 1px solid #cccccc;
	}

	.tableType01 table tr th:first-child {
		padding: 16px 8px;
	}

	.tableType01 table tr td:first-child {
		font-size: 16px;
		padding: 16px 8px;
	}
}

/* .flieDownload
========================================== */
.tableType01 a.flieDownload {
	padding: 2px 22px 2px 12px;
	display: inline-block;
	font-size: 13px;
	color: #fff;
	background: url("../images/icon/icon_file_link.png") #043e7c no-repeat;
	background-size: 13px;
	background-position: calc(100% - 5px) 50%;
	transition: 0ms ease-in-out;
	min-width: 3em;
}

.fileList {
	display: inline-flex;
}

.fileList li {
	margin: 0 0 0 10px;
}

.fileList li:first-child {
	margin: 0;
}

@media screen and (max-width: 768px) {
	.fileList {
		display: block;
		text-align: center;
	}

	.fileList li {
		margin: 0.5em 0 0;
	}

	.fileList li:first-child {
		margin: 0;
	}
}

.termsPanel.modaal {
	display: none;
}

.termsPanelInner {
	box-sizing: border-box;
}

.termsPanelInner h3 {
	padding: 0.5em;
	color: #fff;
	text-align: center;
	background: #aaa;
	font-weight: 300;
	letter-spacing: 0.3em;
}

.termsPanelInner .text {
	padding: 16px 16px 40px;
}

@media screen and (max-width: 768px) {
	.termsPanelInner .text {
		padding: 16px 8px 40px;
	}
}

.termsPanelInner.modal .text {
	height: 220px;
	overflow: auto;
	border: 1px solid #aaa;
}

@media screen and (max-width: 768px) {
	.termsPanelInne.modal .text {
		height: 220px;
		overflow: auto;
		border: 1px solid #aaa;
	}
}

.termsPanelInner .text h4 {
	margin: 0 0 0.5em;
}

.termsPanelInner .text h5 {
	margin: 2em 0 0.2em;
	font-size: 14px;
}

.termsPanelInner .text p {
	margin: 0 0 1em;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.termsPanelInner .text p {
		font-size: 13px;
	}
}

.termsPanelInner .text ol {
	margin: 1em 0 0;
	font-size: 14px;
}

.termsPanelFooter {
	padding: 16px 0 0;
}

.termsPanelFooter .dwcap {
	display: inline-block;
	margin: 0 1em 0.5em 0;
}

.termsPanelFooter .agree {
	cursor: pointer;
	display: inline-block;
	margin: 0 0 1em;
	padding: 0.3em 1em;
	background: #000;
	color: #fff;
}

.termsPanelFooter .agree:hover {
	opacity: 0.8;
}

.termsPanelFooter .downloadBtn {
	position: relative;
	display: block;
	margin: 0 0 1em;
	padding: 0.5em 1em;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #013d88;
	z-index: 9999;
}

.termsPanelFooter .downloadBtn.is-hidden {
	pointer-events: none;
	opacity: 0.2;
}

.termsPanelInner .text a {
	text-decoration: underline;
	color: #013d88;
}

/* .linkType
========================================== */
.linkType01 {
	position: relative;
	display: inline-block;
	padding: 6px 60px;
	color: #fff;
	background-color: #3fa8f4;
}

@media screen and (max-width: 768px) {
	.linkType01 {
		font-size: 14px;
		padding: 6px 38px 6px 32px;
	}
}

.linkType01::after {
	content: "";
	position: absolute;
	right: 16px;
	top: calc(50% - 3px);
	display: block;
	height: 6px;
	width: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
}

/* .linkType02
========================================== */
.linkType02 {
	position: relative;
	display: inline-block;
	padding: 0 32px;
	color: #3fa8f4;
}

.linkType02::after {
	content: "";
	position: absolute;
	right: 16px;
	top: calc(50% - 3px);
	display: block;
	height: 6px;
	width: 6px;
	border-right: 1px solid #3fa8f4;
	border-bottom: 1px solid #3fa8f4;
	transform: rotate(-45deg);
}

/* .linkType03
========================================== */
.linkType03 {
	position: relative;
	display: block;
	padding: 6px 32px 6px 24px;
	text-align: center;
	letter-spacing: 0.3em;
	font-size: 12px;
	color: #fff;
	background-color: #000;
}

.linkType03::after {
	content: "";
	position: absolute;
	right: 16px;
	top: calc(50% - 5px);
	display: block;
	height: 11px;
	width: 10px;
	background-image: url("../images/featured-products/icon-otherLink.png");
	background-size: cover;
}

@media screen and (max-width: 768px) {
	body.en .linkType03 {
		letter-spacing: 0.2em;
		font-size: 11px;
	}
}

/* .youtube
========================================== */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}