@charset "UTF-8";
/* CSS Document */

// win7 IE11 ‘Î‰ž
img[src$=".svg"] {	
	width: 100%;
}




/* block00
------------------------------------ */
.block00 {
	width: 1405px;
	margin: 22px 0 0;
}

/* block01
------------------------------------ */
.block01 {
	width: 1230px;
	margin: 17px 0 0 84px;
	padding: 17px 20px 20px 40px;
	background-color: #d9d9d9;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}
.block01_text {
	width: calc(100% - 521px);
	color: #00295b;
	font-size: 16px;
	line-height: 1.8;
}
.block01_title {
	padding-top: 13px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 7px;
}
.block01_btn {
	color: #3f3c3c;
	font-size: 12px;
	text-align: center;
	border: 1px solid #3f3c3c;
	background: linear-gradient(0deg, rgba(177,177,177,1) 0%, rgba(217,217,217,1) 100%);
	padding: 0 22px;
	margin: 0 7px;
}
.block01_img {
	width: 521px;
}
/* block02
------------------------------------ */
.block02 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 32px;
}
.block02_title-01,
.block02_title-02 {
	width: 282px;
	height: 41px;
	position: relative;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
}
.block02_title-01 {
	background-color: #eb9e34;
}
.block02_title-02 {
	background-color: #1e4b88;
}
.block02_title-01::after,
.block02_title-02::after {
	position: absolute;
	top: 0;
	left: 100%;
	content: '';
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 20.5px 20.5px;
}
.block02_title-01::after {
	border-left-color: #eb9e34;	
}
.block02_title-02::after {
	border-left-color: #1e4b88;	
}
.block02_text {
	width: calc(100% - 320px);
	color: #515050;
	font-size: 16px;
	margin-left: 26px;
	padding-left: 29px;
	line-height: 41px;
}

.block02_title-01 + .block02_text { 
	background: url("../img/num01.svg") left 8px / 23px no-repeat;
}
.block02_title-02 + .block02_text { 
	background: url("../img/num02.svg") left 8px / 23px no-repeat;
}


/* login
------------------------------------ */
.login {
	width: 1405px;
	margin: 13px 0 0 0;
}
.login:hover {
	opacity: .9;
}
/* text
------------------------------------ */
.text {
	color: #595858;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-top: 30px;
	line-height: 1.9;
}
.text_main {
	color: #32537b;
	font-size: 20px;
	background: url("../img/arrow.svg") left / 13px no-repeat;
	padding-left: 29px;
}

/* titleArea
------------------------------------ */
.titleArea {
	width: 100%;
	height: 210px;
	postion: relative;
	background:  url("../img/bg02.jpg") left top no-repeat;
}
.titleArea::before {
	content: "";
	width: 100%;
	height: 210px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background:  url("../img/bg01.jpg") left top repeat-x;
}
.titleArea_inner {
	width: 542px;
	margin-left: 426px;
	padding: 41px 0 25px;
}
.titleArea_title {
	width: 542px;
	margin: 0 auto;
}
.titleArea_title > img {
	width: 100%;
	height: auto;
}
.titleArea_text {
	text-align: center;
	color: #eb9e34;
	font-weight: bold;
	font-size: 36px;
	margin-top: 30px;
}