/*
* tokyo_kobetsu
* error.css
*
*/
@font-face {
	font-family: "OpenSans-Bold";

	src: url("/font/OpenSans-Bold.woff") format("woff"), url("/font/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "OpenSans-Light";

	src: url("/font/OpenSans-Light.woff") format("woff"), url("/font/OpenSans-Light.ttf") format("truetype");
}

/* --------------------------------
  common
-------------------------------- */
body {
	background: #edf0f5;
}

.container {
	background: #edf0f5;
}
@media screen and (max-width: 768px) {
	.container {
		padding-top: 16.875vw;
	}
}

.content {
	margin: 0 auto;
	max-width: 1140px;
	background: #edf0f5;
}
@media screen and (max-width: 768px) {
	.content {
		max-width: 100%;
	}
}

/* --------------------------------
  outline
-------------------------------- */
.outline {
	margin-top: 104px;
	margin-bottom: 106px;
	padding: 73px 60px 90px;
	text-align: center; 
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.outline {
		margin-top: 49px;
		margin-bottom: 52px;
		padding: 36px 25px 46px;
		font-size: 14px;
	}
}

.outline_title {
	color: #003a83;
	font-size: 33px;
	line-height: 1.3;
}
@media screen and (max-width: 768px) {
	.outline_title {
		font-size: 23px;
	}
}

.outline_subtitle {
	position: relative;
	color: #003a83;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.outline_subtitle {
		font-size: 14px;
	}
}
.outline_subtitle:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	margin: auto;
	width: 300px;
	height: 6px;
	background-color: #edf0f5;
}
@media screen and (max-width: 768px) {
	.outline_subtitle:after {
		width: 210px;
		height: 3px;
	}
}

.outline_txt {
	margin-top: 75px;
	letter-spacing: 2px;
	color: #333;
	font-style: 18px;
	line-height: 2.3;
}
@media screen and (max-width: 768px) {
	.outline_txt {
		margin-top: 43px;
		text-align: left; 
		letter-spacing: 0;
		font-size: 14px;
		line-height: 1.75;
	}
}

.outline_btn {
	margin: 46px auto 0;
	width: 201px;
}
@media screen and (max-width: 768px) {
	.outline_btn {
		margin-top: 24px;
		width: 189px;
	}
}
.outline_btn .m-btn {
	width: 201px;
	height: 53px;
}
@media screen and (max-width: 768px) {
	.outline_btn .m-btn {
		width: 189px;
		height: 45px;
	}
}
.outline_btn .m-btn .m-btn_inner span {
	padding: 9px 0 6px 15px;
	width: 191px;
	height: 43px;
	background: #f60 url(/img/common/m-btn_icon_arrow_left.svg) 42px 15px no-repeat;
	letter-spacing: 0; 
	font-family: inherit;
}
@media screen and (max-width: 768px) {
	.outline_btn .m-btn .m-btn_inner span {
		padding: 5px 0 5px 18px;
		width: 179px;
		height: 35px;
		background-position: 32px 11px;
	}
}
.touchevents .outline_btn .m-btn.is-touched:before,
.touchevents .outline_btn .m-btn.is-touched:after,
.no-touchevents .outline_btn .m-btn:hover:before,
.no-touchevents .outline_btn .m-btn:hover:after {
	width: 105px;
}