@charset "UTF-8";

#agent #main,
#content{
	width: 100%;
}

#main_content,
#content,
#agent #main{
	margin-bottom: 0;
	padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
#main_content > .wrapper{
	padding: 0;
}
}


/* =============================================
title01
============================================= */
.title01{
	background: #0e3957;
	text-align: center;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	font-weight: 700;
	box-shadow: 7px 7px 0px 0 rgb(233, 238, 242);
	padding: 15px 30px;
	width: 1193px;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
.title01{
	font-size: 17px;
	box-shadow: 5px 5px 0px 0 rgb(233, 238, 242);
	padding: 10px 20px;
	width: 100%;
	line-height: 1.7;
}
}


/* =============================================
topMessageBox
============================================= */
#agent .topMessageBox{
	width: 1200px;
	margin: 0 auto;
}

#agent .topMessageBox .txt{
	margin: 45px auto 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
#agent .topMessageBox{
	width: 90%;
}

#agent .topMessageBox .txt{
	margin: 20px auto 0;
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
	font-weight: 500;
}
}


/* =============================================
systemBox
============================================= */
.systemBox{
	margin: 160px auto 0;
	background: url("../img/systemBg_001.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: -2;
	padding-bottom: 80px;
}

.systemBox:before{
	content: '';
	background: #032d42;
	width: 50%;
	height: 507px;
	display: block;
	position: absolute;
	top: -70px;
	left: 0;
	z-index: -1;
}

.systemBox .TitleBox{
	width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 60px 0 0 0;
}

.systemBox .TitleBox .txt{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 80px;
	font-weight: 500;
	color: #3d545f;
	margin: 0 20px 0 0;
}

.systemBox .TitleBox .title{
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.5;
}

.systemBox .TitleBox .title span{
	border-bottom: #fff 1px solid;
	display: block;
	padding: 0 0 18px 70px;
}

.systemBox .systemBoxInner{
	background: url("../img/systemBg_002.jpg") no-repeat center center;
	background-size: cover;
	width: 1200px;
	margin: 45px auto 0;
	padding: 50px 0 30px 80px;
	position: relative;
}

.systemBox .systemBoxInner .listUl{
	margin: 30px 0 0 45px;
}

.systemBox .systemBoxInner .listUl li{
	color: #fff;
	position: relative;
	padding: 0 0 0 25px;
	font-size: 15px;
	margin: 8px 0 0 0;
}

.systemBox .systemBoxInner .listUl li:before{
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	content: '\ea8e';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	font-size: 15px;
}

.systemBox .systemBoxInner .img{
	position: absolute;
	bottom: 0;
	right: 0;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
.systemBox{
	margin: 80px auto 0;
	padding-bottom: 40px;
}

.systemBox:before{
	height: 400px;
	top: -40px;
}

.systemBox .TitleBox{
	width: 100%;
	display: block;
	padding: 20px 5% 0 5%;
}

.systemBox .TitleBox .txt{
	font-size: 32px;
	margin: 0;
}

.systemBox .TitleBox .title{
	font-size: 17px;
	line-height: 1.5;
	margin: 10px 0 0 0;
}

.systemBox .TitleBox .title span{
	padding: 0 0 12px 0;
}

.systemBox .systemBoxInner{
	width: 90%;
	margin: 20px auto 0;
	padding: 20px 5% 10px 5%;
}

.systemBox .systemBoxInner .listUl{
	margin: 20px 0 0 0;
}

.systemBox .systemBoxInner .listUl li{
	padding: 0 0 0 25px;
	font-size: 13px;
	margin: 8px 0 0 0;
}

.systemBox .systemBoxInner .listUl li:before{
	margin-top: -8px;
	font-size: 15px;
}

.systemBox .systemBoxInner .img{
	display: none;
}
}


/* =============================================
meritBoxBg
============================================= */
.meritBoxBg{
	background: #e7e7e7;
	padding: 100px 0 80px 0;
}

.meritBox{
	width: 1200px;
	margin: 0 auto;
}

.meritBox .title{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #0e3957;
	text-align: center;
	margin: 0 0 40px 0;
}

.meritBox .txt{
	margin: 20px 0 0 0;
}

.meritBoxInner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 30px 0 0 0;
}

.meritBoxInner .boxL{
	background: #0e3957;
	color: #fff;
	width: 600px;
	padding: 40px 60px;
}

.meritBoxInner .boxL .title2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	font-weight: 700;
	border-bottom: #fff 1px solid;
	line-height: 1.2;
	padding: 0 0 20px 0;
}

.meritBoxInner .boxL .title2_2{
	line-height: 1.4;
}

.meritBoxInner .boxL .title2 .t1{
	font-size: 18px;
	font-weight: 500;
}

.meritBoxInner .boxL .olList{
	margin: 25px 0 0 0;
}

.meritBoxInner .boxL .olList li{
	margin: 5px 0 0 0;
}

.meritBoxInner .boxL .txt2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #ec5e02;
	background: #fff;
	text-align: center;
	padding: 13px 0 18px;
	margin: 20px 0 0 0;
}

.meritBoxInner .boxL .txt2 span{
	position: relative;
	padding: 0 0 0 38px;
}

.meritBoxInner .boxL .txt2 span:before{
	content: '';
	width: 27px;
	height: 27px;
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	background: url("../img/meritIcon_001.gif") no-repeat 0 0;
}

.meritBoxInner .boxL .txt3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #0e3957;
	background: #fff;
	text-align: center;
	padding: 13px 0 18px;
	margin: 20px 0 0 0;
}

.meritBoxInner .boxL .txt3 span{
	position: relative;
	padding: 0 0 0 48px;
}

.meritBoxInner .boxL .txt3 span:before{
	content: '';
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	background: url("../img/meritIcon_002.gif") no-repeat 0 0;
}

.meritBoxInner .boxR{
	background: #fff;
	width: 600px;
}

.meritBoxInner .boxR .img{
	display: table;
	height: 100%;
	width: 100%;
}

.meritBoxInner .boxR .img span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
.meritBoxBg{
	padding: 40px 0 30px 0;
}

.meritBox{
	width: 90%;
}

.meritBox .title{
	font-size: 20px;
	margin: 0 0 20px 0;
}

.meritBox .txt{
	margin: 10px 0 0 0;
	font-size: 14px;
}

.meritBoxInner{
	display: block;
	margin: 30px 0 0 0;
}

.meritBoxInner .boxL{
	width: 100%;
	padding: 20px 20px;
}

.meritBoxInner .boxL .title2{
	font-size: 17px;
	line-height: 1.6;
	padding: 0 0 15px 0;
}

.meritBoxInner .boxL .title2_2{
	line-height: 1.6;
}

.meritBoxInner .boxL .title2 .t1{
	font-size: 14px;
}

.meritBoxInner .boxL .olList{
	margin: 20px 0 0 0;
}

.meritBoxInner .boxL .olList li{
	margin: 7px 0 0 0;
	font-size: 14px;
}

.meritBoxInner .boxL .txt2{
	font-size: 16px;
	padding: 10px 0 12px;
	margin: 20px 0 0 0;
}

.meritBoxInner .boxL .txt2 span{
	display: block;
	padding: 0;
}

.meritBoxInner .boxL .txt2 span:before{
	top: 50%;
	left: 20px;
	margin-top: -13px;
}

.meritBoxInner .boxL .txt3{
	font-size: 16px;
	padding: 10px 0 12px;
	margin: 20px 0 0 0;
}

.meritBoxInner .boxL .txt3 span{
	display: block;
	padding: 0;
}

.meritBoxInner .boxL .txt3 span:before{
	top: 50%;
	left: 20px;
	margin-top: -17px;
}
	
.meritBoxInner .boxR{
	width: 100%;
	padding: 15px;
}
}


/* =============================================
supportBox
============================================= */
.supportBox{
	width: 1200px;
	margin: 100px auto;
}

.supportBoxInner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 70px 0 0 0;
}

.supportBoxInner:nth-child(2){
	margin-top: 55px;
}

.supportBoxInner .txtBox{
	width: 660px;
}

.supportBoxInner .title2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #0e3957;
	border-left: #0e3957 9px solid;
	padding: 0 0 0 20px;
	margin-bottom: 25px;
}

.supportBoxInner .txtBox .txt{
	margin: 20px 0 0 0;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
.supportBox{
	width: 90%;
	margin: 40px auto 40px;
}

.supportBoxInner{
	display: block;
	margin: 50px 0 0 0;
}

.supportBoxInner:nth-child(2){
	margin-top: 20px;
}

.supportBoxInner .txtBox{
	width: 100%;
}

.supportBoxInner .title2{
	font-size: 18px;
	border-left: #0e3957 5px solid;
	padding: 0 0 0 15px;
	margin-bottom: 15px;
	line-height: 1.4;
}

.supportBoxInner .txtBox .txt{
	margin: 10px 0 0 0;
	font-size: 14px;
}
	
.supportBoxInner .img{
	margin: 20px 0 0 0;
}
}


/* =============================================
.topicBox
============================================= */
.topicBoxBg{
	background: #eeede4;
	padding: 60px 0 80px;
}

.topicBox{
	width: 1200px;
	margin: 0 auto;
}

.topicBox .titleBox{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	border-bottom: #0e3957 1px solid;
}

.topicBox .titleBox .title{
	font-size: 70px;
	font-weight: 700;
	color: #0e3957;
}

.topicBox .titleBox .txt{
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0 0 50px;
}

.topicBox .img{
	margin: 50px 0 0 0;
	text-align: center;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
.topicBoxBg{
	padding: 20px 0 25px;
}

.topicBox{
	width: 90%;
}

.topicBox .titleBox{
	display: block;
	padding-bottom: 10px;
}

.topicBox .titleBox .title{
	font-size: 40px;
}

.topicBox .titleBox .txt{
	font-size: 13px;
	margin: 0px 0 0 0;
}

.topicBox .img{
	margin: 20px 0 0 0;
}
}


/* =============================================
serviceBoxBg
============================================= */
.serviceBoxBg{
	background-image: url(../img/serviceBg_001.jpg), url(../img/serviceBg_002.jpg);
	background-position: right top, left bottom;
	background-repeat: no-repeat, no-repeat;
	background-color: #f7f7f7;
	padding: 100px 0 90px;
}

.serviceBox{
	width: 1200px;
	margin: 0 auto;
}

.serviceBox .title2{
	margin-bottom: 45px;
}

.serviceBoxInner{
	background: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 30px 30px 30px 170px;
	margin: 20px 0 0 0;
}

.serviceBoxInner .num{
	margin: 0 20px 0 0;
}

.serviceBoxInner .titleBox{
	margin: 0 60px 0 0;
}

.serviceBoxInner .titleBox .title{
	color: #0e3957;
	font-size: 22px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.serviceBoxInner .titleBox .link{
	margin: 10px 20px 0 0;
	text-align: right;
}

.serviceBoxInner .titleBox .link a{
	position: relative;
	color: #0e3957;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.serviceBoxInner .titleBox .link a:after {
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	content: '\e912';
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -8px;
	font-size: 20px;
}

.serviceBoxInner .titleBox .link a:hover{
	text-decoration: underline;
}

.serviceBoxInner .txt{
	line-height: 2;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
.serviceBoxBg{
	background-image: url(../img/serviceBg_001.jpg), url(../img/serviceBg_002.jpg);
	background-position: right top, left bottom;
	background-size: 80%, 80%;
	background-repeat: no-repeat, no-repeat;
	background-color: #f7f7f7;
	padding: 40px 0 40px;
}

.serviceBox{
	width: 90%;
}

.serviceBox .title2{
	margin-bottom: 20px;
}

.serviceBoxInner{
	display: block;
	padding: 20px;
}

.serviceBoxInner .num{
	margin: 0 auto;
	text-align: center;
	width: 45px;
}

.serviceBoxInner .titleBox{
	margin: 0;
	text-align: center;
}

.serviceBoxInner .titleBox .title{
	font-size: 20px;
	margin: 8px 0 0 0;
}

.serviceBoxInner .titleBox .link{
	margin: 5px 10px 10px 0;
	text-align: center;
}

.serviceBoxInner .txt{
	line-height: 1.8;
	font-size: 14px;
}
}