@import url(https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3em;
}

a {
	word-wrap: break-word;
}

img {
	max-width: 100%;
	height: auto;
}

.row {
	max-width: 1200px;
	margin: 0 auto;
}

.img-full {
	margin: 50px 0 20px 0;
}

.img-full img {
	width:100%;
}

header {
	width: 100%;
	border-bottom: 6px solid #ecaa11;
	padding: 25px 0;
	position: relative;
}

header .logo {
	margin: 0 auto;
	display: block;
}

header .go-main {
	position: absolute;
	border: 1px solid #ecaa11;
	color: #ecaa11;
	padding: 8px;
	top:50%;
	margin-top:-20px;
	right:40px;
	text-decoration:none;
}

.guide-home .content {
	background-image: url('guide-img/home-bg.jpg');	
	background-repeat: no-repeat;
	background-position: center top;
}

.guide-home .content h1 {
	font-size: 40px;
	line-height: 58px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	padding: 90px 0 300px 0;
}

.grid {
	max-width: 1200px;
	margin: 0 auto;
}

.grid .block {
	width: 50%;
	float: left;
	padding: 50px 50px 100px 50px;
	box-sizing: border-box;
	background-color: #f4efeb;
	background-position: right 50px top 50px;
	background-repeat: no-repeat;
	position: relative;
}

.grid .block .btn {
	position: absolute;
	bottom: 50px;
}

.grid .block.full {
	width: 100%;
}

.grid .number {
	font-size: 85px;
}

.grid h3 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 600;
	max-width: 60%;
	margin-bottom: 30px;
}

.grid ul {
	margin-bottom: 20px;
	padding-left: 1.5em;
}

.grid ul li {
	list-style: disc;
}

.banner {
	color: #fff;
	font-weight: 600;
	text-align: center;
	height: 500px;
	background-position: center center;
	background-size: cover;
}

.banner .inner {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-id-5258 .banner .inner {
	max-width:900px;
}

.page-id-5246 .banner .inner {
	padding-left:40%;
}

.page-id-5290 .banner .inner {
	padding-right:40%;
}

.banner span {
	font-size: 80px;
}

.banner h1 {
	font-size: 40px;
	line-height: 68px;
}

.page-id-5271 .banner, .page-id-5276 .banner, .page-id-5246 .banner {
color: #3b5994;
}

.nav {
	margin-top: -50px;
	margin-bottom: 50px;
}

.nav div {
	width: 20%;
	float: left;
	background-color: #f4efeb;
	color: #3b5994;
	font-weight: 400;
	font-size: 20px;
	padding: 50px 30px 80px 30px;
	box-sizing: border-box;
	position: relative;
}

.nav .btn {
	position: absolute;
	bottom: 30px;
}

.nav div:nth-child(2), .nav div:nth-child(5) {
	background-color: #ecaa11;
}

.nav div:nth-child(3) {
	background-color: #008dd4;
	color: #fff;
}

.nav .number {
	font-size: 77px;
	display:block;
	margin-bottom: 30px;
}

.nav strong {
	display: block;
	line-height: 30px;
	margin-bottom: 20px; 
}

.content-main h2 {
	color: #3b5994;
	text-decoration: underline;
	font-weight: 700;
	font-size: 22px;
	line-height:28px;
	margin: 2em 0;
}

.content-main h3 {
	color: #ecaa11;
	font-weight: 700;
	margin-bottom: 1.5em;
}

.content-main strong {
	color: #3b5994;
	font-weight: 700;
}

.content-main p {
	margin-bottom: 1.5em;
	
}

.content-main .left {
	width: 171px;
	float: left;
}

.content-main .right {
	float: right;
	width: calc(100% - 171px);
}

.content-main a {
	text-decoration: none;
	color: #ecaa11;
	text-decoration:underline;
}

img.alignleft {
	float: left;
}

.footer {
	background-color: #3b5994;
	color: #fff;
	margin-top: 80px;
}

.footer .left {
	width:48%;
	float: left;
}

.footer .right {
	width:48%;
	float: right;
	text-align:right;
}

.footer img {
	width:100%;
}

.footer .row {
	padding: 40px 0;
}

.clear:after, .clearfix:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 1200px) {
	.row {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
}

@media screen and (max-width: 900px) {
	.nav div {
		width: 33.33%;
	}
	.grid .block {
		background-image: none!important;
	}
	.grid h3 {
		max-width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.go-main {
		display:none;
	}
}

@media screen and (max-width: 600px) {
	.grid .block {
		width: 100%!important;
	}
	.nav div {
		width: 50%;
	}
	.content-main .left {
		width: 100%;
		float: left;
	}

	.content-main .right {
		float: right;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.nav div {
		width: 100%;
	}
}


.dia .nav div {
	width: 25%;
}

.dia-header {
	position: relative;
	font-weight: 600;
}

.dia-header img {
	width: 100%;
}

.dia-header h1 {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 999;
	color: #2e3d8d;
	font-size: 58px;
	line-height: 1.5em;
	margin: 0px;
	text-align: right;
	right: 7%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.page-id-5380 .banner h1, .page-id-5380 .banner span {
	color: #3b5994;
}

.banner h1, .banner span {
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.nav-row {
	padding-bottom: 60px;
	margin-top: 60px;
	border-bottom: 2px dotted #bebebe;
}
.nav-row .left {
	float: left;
	width: 50%;
	text-align: right;
}
.nav-row .right {
	width: 50%;
	float: right;
}
.nav-row .icon {
	padding: 0 50px;
}
.nav-row h3 {
	color: #2e3d8d;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: 600;
}
.nav-row ul {
	margin: 20px 0;
}
.nav-row ul li {
	margin-bottom: 5px;
}

.nav-row.rev .left {
	float: right;
	text-align: left;
}
.nav-row.rev .right {
	float: left;
	text-align: right;
}

.dia table td {
	padding: 10px;
	background-color: #e5e5e5;
	border-bottom: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	color: #666666;
}

.dia table td:last-of-type {
	border-right: 0px;
}

.dia table tr:first-of-type td {
	background-color: #008dd4;
	color: #fff;
	border-color: #fff;
	font-weight: bold;
}
.dia .content-main {
	color: #777777;
}

.page-id-5380 .row a {
	text-decoration: none;
	font-weight: bold;
}
.page-id-5380 .row a:hover {
	color: #008dd4;
}
.dia .row ul  {
	padding-left: 1.3em;
}
.dia .row ul li {
	list-style: disc;
	margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.dia-header h1 {
		font-size: 30px;
	}
}

@media screen and (max-width: 850px) {
	.dia .nav div {
		width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.nav-row .left {
		width: 100%;
	}
	.nav-row .right {
		width: 100%;	
	}
	.dia .nav div {
		width: 100%;
	}
}