﻿@import url(/assets/css/layout.css);


body {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased; /* 高精細に表示 */
	font-size: 1.6rem;
	line-height: 1.6875;
	color: #565656;
	margin: 0;
	text-align: center;
	padding: 0;
}

img, a {
	border: none;
	vertical-align: bottom;
}

a {
	color: #252525;
	text-decoration: none;
}

a:hover {
	color: #052755;
	text-decoration: underline;
}

main a[target^="_blank"]::after,
footer a[target^="_blank"]::after {
	background: url(/assets/image/common_blank_icon.png) center no-repeat;
	background-size: auto;
	background-size: 1em;
	width: 1em;
	height: 1em;
	content: " ";
	margin-left: 0.25em;
	display: inline-block;
	vertical-align: sub;
	*display: inline;
	*zoom: 1;
}

ul, ol, ul li, ol li {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl, dt, dd {
	display: block;
	margin: 0;
	padding: 0;
}

.link_btn a {
	display: inline-block;
	background: #004098;
	border: 2px solid #004098;
	position: relative;
	height: 3em;
	min-width: 10em;
}

.link_btn a.no_link {
	display: inline-block;
	background: #888;
	border: 2px solid #888;
	position: relative;
	height: 3em;
	min-width: 10em;
}

.link_btn a span {
	display: block;
	position: absolute;
	left: 1em;
	top: 50%;
	color: #fff;
	transform: translateY( -50% ) scale( 1, 0.9 );
	letter-spacing: 0.2rem;
}

.link_btn a.no_link span {
	text-align: center;
	width: calc( 100% - 2em );
}

.link_btn a small {
	background: url(/assets/image/btn_link_icon_o.png) no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	right: 1em;
	top: 50%;
	color: #fff;
	transform: translateY( -50% );
	line-height: 1.0;
	width: 2em;
	height: 5px;
}

.link_btn a small img {
	vertical-align: top;
	opacity: 1;
	display: block;
	width: 100%;
}


@media screen and (min-width: 768px){

	._sp {
		display: none !important;
	}

	.link_btn a,
	.link_btn a small {
		transition: .3s;
	}

	.link_btn a:hover {
		background: #fff;
	}

	.link_btn a:hover span {
		color: #004098;
	}

	.link_btn a:hover {
		background: #888;
	}

	.link_btn a.no_link:hover span {
		color: #fff;
	}

	.link_btn a:hover small {
		right: -1.5em;
	}

	.link_btn a:hover small img {
		opacity: 0;
	}

	.link_btn a.no_link:hover small {
		right: 1em !important;
	}

	.link_btn a.no_link:hover small img {
		opacity: 1 !important;
	}

}

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

	._pc {
		display: none !important;
	}

}
