@charset "UTF-8";
.container {
	width: 1024px;
	margin: 0 auto;
	color: #003399;
}
.container .contents {
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 800px) {
div.container,  div.container .contents,  div.txt-box {
	width: 100%;
}
}
/* title box / text only , photo bg */
.ttl-nav-box {
	position: relative;
}
.ttl-box {
	position: relative;
	line-height: 1;
	color: #fff;
	background-image: url(../img/ttl01bg01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	padding: 34px 0;
}
.ttl-box .txt-box h1 {
	font-size: 350.00%; /* 52.5px */
	font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (min-width: 801px) { /* new pc */
div.ttl-box .txt-box {
	width: 1024px;
	margin: 0 auto;
}
}

@media screen and (max-width: 800px) { /* new sp */
div.ttl-box .txt-box h1 {
	font-size: 300.00%; /* 48px */
}
div.ttl-nav-box .catnav ul li {
	float: none;
	display: block;
	width: 100%;
}
div.ttl-nav-box .catnav ul li a {
	display: block;
	height: auto;
	padding: 1em;
}
div.ttl-nav-box .catnav ul li:first-child a {
	padding: 1em;
}
}
.pd4per {
	padding: 0 4% 4%;
}
/* partnership ============================ */
.ttl-box .lead {
	position: absolute;
	top: 85%;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 800px) { /* text-full */
.ttl-box .lead {
	top: auto;
	bottom: 0;
	padding: 1em;
}
}

@media screen and (max-width: 480px) { /* sp text-full */
div.ttl-box .lead {
	font-size: 12px;
}
}
/* common ------- */
.container .button-w {
	width: 15em;
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 24px;
}
.container .button-w a {
	color: #003399;
	border: 1px solid #003399;
}
.container .button-w a:before {
	right: 1em;
	width: 8px;
	height: 8px;
	border-top: 1px solid #003399;
	border-right: 1px solid #003399;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.container .button-b {
	width: 15em;
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 24px;
}
.container .button-b a {
	color: #fff;
	background-color: #003399;
}
.container .button-b a:before {
	right: 1em;
	content: url(../img/ico01.png);
	vertical-align: middle;
}
/* arrow */
.arrow {
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
}
.arrow::before, .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.container a.arrow:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	text-decoration: none;
}
.container .mb24px {
	margin-bottom: 24px;
}
/* sec1 ---------- */
.sec1 {
	text-align: center;
}
.container h2.text {
	font-size: 237.50%; /* 38px */
	margin-bottom: 16px;
}
/* sec2 ----------- */
.sec2 {
	margin-bottom: 64px;
	text-align: center;
}
/* ttl02 */
.ttl02 {
	color: #003399;
	text-align: center;
	padding: 19px 0;
	max-height: 260px;
	background-image: url(../img/ttl02bg01.png);
	line-height: 1;
	margin-bottom: 50px;
}
.ttl02 h2 {
	padding: 0 2%;
	font-size: 350.00%; /* 52.5px */
	font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (min-width: 801px) { /* new pc */
div.ttl02 h2 {
	padding: 0;
	width: 1024px;
	margin: 0 auto;
}
}

@media screen and (max-width: 800px) { /* new sp */
div.ttl02 {
	margin-bottom: 30px;
}
div.ttl02 h2 {
	font-size: 300.00%; /* 48px */
}
}
.container h3.text {
	font-size: 175.00%; /* 28px */
	padding-top: 2%;
}
