.sec_01 {
	height: 306px;
	background      : url("../img/monitor/main_bg.jpg") no-repeat center;
	background-size : cover;
	padding-top: 55px;
}


@media only screen and (max-width : 767px) {
	.sec_01 {
		height: 610px;
		padding-top: 251px;
	}
}

.main_ttl img {
	max-width: 632px;
	margin    : 0 auto;
	display   : block;
}

@media only screen and (max-width : 767px) {
	.main_ttl img {
		max-width: 100%;
		margin: 0 auto;
		display: block;
		padding: 0 20px;
	}
}

.sec_01 .txt_01 {
	font-size: 14px;
	letter-spacing : 3.6px;
	color          : #fff;
	background     : #00aebb;
	width          : max-content;
	padding: 0 10px;
	height: 35px;
	border-radius  : 8px;
	text-align     : center;
	font-weight    : 400;
	line-height: 36px;
	margin: 13px auto 0;
}


.sec_02 {
	background: url("../img/monitor/bg_02.png") no-repeat center 130px;
	background-size: 960px;
	padding-top: 47px;
}

@media only screen and (max-width : 767px) {
	.sec_02 {
		background-size: contain;
		background-position: center 120px;
		padding-top: 0;
	}

	.sec_02 .sec_inner {
		padding: 30px 20px 20px;
	}
}

.sec_02 .ttl {
	text-align : center;
}

@media only screen and (max-width : 767px) {
	.sec_02 .ttl {
		padding: 13px 0 0;
	}
}

.sec_02 .ttl .txt_img {
	max-width: 494px;
	margin    : 0 auto;
}

@media only screen and (max-width : 767px) {
	.sec_02 .ttl .txt_img {
		max-width : 100%;
		margin    : 0 auto;
	}

}

.sec_02 .sub_txt {
	font-size     : 13px;
	color         : #696969;
	/*color         : #00aebb;*/
	text-align    : center;
	display       : block;
	padding-right: 52px;
}

@media only screen and (max-width : 767px) {
	.sec_02 .sub_txt {
		padding-right: 0;
		margin: 6px 0 0;
	}
}




.sec_02 .sec_inner {
	max-width : 860px;
	margin    : 0 auto;
}

.point_parts {
	font-size      : 16px;
	line-height    : 30px;
	color          : #fff;
	background     : #4c4948;
	width          : max-content;
	height         : 30px;
	margin         : 0 auto 0;
	letter-spacing : -1px;
	border-radius  : 30px;
	text-align     : center;
	position       : relative;
	padding: 0 15px;
}

@media only screen and (max-width : 767px) {
	.point_parts {
		margin:0 auto 0;
		font-size: 13px;
	}
}

.sec_02 .point_parts {
	margin: 98px auto 0;
}

@media only screen and (max-width : 767px) {
	.sec_02 .point_parts {
		margin         : 90px auto 0;
	}

}


.point_parts::before {
	background : #4c4948;
	height     : 28px;
	width      : 1px;
	position   : absolute;
	left       : 0;
	right      : 0;
	margin     : 0 auto;
	top        : 30px;
	content    : "";
}

.point_parts::after {
	background    : #4c4948;
	position      : absolute;
	width         : 11px;
	height        : 11px;
	left          : 0;
	right         : 0;
	margin        : 0 auto;
	top           : 55px;
	content       : "";
	border-radius : 10px;
}

.sec_02 .flow_box .cnf_txt_02 {
	font-size      : 14px;
	letter-spacing : 5.6px;
	color          : #e73828;
	text-align     : center;
	margin         : 70px 0 0;
}

@media only screen and (max-width : 767px) {
	.sec_02 .flow_box .cnf_txt_02 {
		margin         : 60px 0 0;
	}
}
.sec_02 .flow_box .cnf_txt_01.point_parts {
}
.cmn_ttl {
	font-size: 16px;
	letter-spacing: 0;
	color : #FFFFFF;
	background : #696969;
	/*background : #00aebb;*/
	width : max-content;
	line-height: 43px;
	border-radius : 8px;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
	padding: 0 40px;
	margin: 75px auto 0;
}
@media only screen and (max-width : 767px) {
	.cmn_ttl {
		font-size: 16px;
		letter-spacing: -0.5px;
		margin: 60px auto 0;
		width: 100%;
		line-height: 1.2;
		padding: 10px 15px;
		text-align: center;
	}
}
.sec_02 .flow_box > .detail {
	font-size: 14px;
	color: #4C4948;
	text-align: center;
	margin: 36px 0 0 25px;
	border-left: 1px solid #fff;
	padding: 0 25px 0;
}
@media only screen and (max-width : 767px) {
	.sec_02 .flow_box > .detail {
		margin: 30px 0 0;
		padding: 0;
		line-height: 1.8;
	}
}
.sec_02 .info_list {
	max-width: 640px;
	margin: 41px auto 0;
}
@media only screen and (max-width : 767px) {
	.sec_02 .info_list {
		margin: 30px auto 0;
	}
}
.sec_02 .info_list li{
	padding: 0 24px;
		/*background: #00AEBB;*/
	background: #4682b4;
	height: 54px;
	line-height: 37px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
@media only screen and (max-width : 767px) {
	.sec_02 .info_list li{
		padding: 10px 15px 13px;
		height: auto;
		line-height: 30px;
		margin-bottom: 15px;
		display: block;
		text-align: center;
	}
}
.sec_02 .info_list li:last-child{
	margin: 0;
}
.sec_02 .info_list  .ttl {
	font-size: 14px;
	letter-spacing: 2.8px;
	margin-right: 6px;
}
@media only screen and (max-width : 767px) {
	.sec_02 .info_list  .ttl  {
		font-size: 16px;
		letter-spacing: 4px;
		width: 92px;
		margin-right: 0;
		display: inline-block;
		vertical-align: middle;
		padding: 0;
	}
}
.sec_02 .info_list .num img {
	height: 23px;
	vertical-align: middle;
}

@media only screen and (max-width : 767px) {
	.sec_02 .info_list .num {
		display: inline-block;
		vertical-align: middle;
	}

	.sec_02 .info_list .num img {
		height: 20px;
	}
}

.sec_02 .info_list  .detail {
	font-size: 18px;
	color : #FFFFFF;
	text-align: center;
	margin: 0 0 0 18px;
	border-left: 1px solid #fff;
	padding: 0 16px 0;
}
@media only screen and (max-width : 767px) {
	.sec_02 .info_list .detail {
		font-size: 16px;
		color: #FFFFFF;
		text-align: center;
		margin: 5px 0 0;
		border-left: none;
		padding: 6px 0 0;
		line-height: 1.5;
		border-top: 1px solid;
	}
}

.anotation_box{
	margin: 34px auto 0;
	font-size: 12px;
	line-height: 24px;
	color: #4C4948;
	width: 640px;
	border: 1px solid #c4c4c4;
	padding: 15px 20px;
}

@media only screen and (max-width : 767px) {
	.anotation_box{
		margin: 15px auto 0;
		width: 100%;
		padding: 10px 10px 10px 2.2em;
		text-indent: -1.2em;
	}
}

.sec_02 .img_area {
	background      : url(../img/monitor/bg_01.jpg) no-repeat center 48%;
	background-size : cover;
	margin: 53px 0 0;
	height: 425px;
	position: relative;
}

@media (min-width : 1500px) {
	.sec_02 .img_area {
		background      : url(../img/monitor/bg_01.jpg) no-repeat center 35%;
		height: 343px;
		background-size : cover;
	}
}
@media only screen and (max-width : 767px) {
	.sec_02 .img_area {
		margin: 0 -20px 0;
		height: 278px;
		background : url(../img/monitor/bg_01.jpg) no-repeat 30% 28%;
		background-size: cover;
	}
}

.sec_02 .img_area .ttl_img {
	position: absolute;
	left: 267px;
	top: 90px;
	width: 324px;
	right: 0;
	margin: 0 auto;
}

@media only screen and (max-width : 767px) {
	.sec_02 .img_area .ttl_img {
		left: 143px;
		top: 90px;
		width: 195px;
		right: 0;
		margin: auto;
	}
}

.sec_02 .img_area .merit {
	font-size: 18px;
	color: #888;
	background: #fff;
	width: max-content;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 auto 0;
	position: relative;
	left: 143px;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 0 25px 0 25px;
	top: 209px;
}
@media only screen and (max-width : 767px) {
	.sec_02 .img_area .merit {
		font-size: 18px;
		height: 48px;
		line-height: 48px;
		left: 0;
		font-weight: 400;
		top: 210px;
	}
}

.sec_03{
	margin: 50px 0 0;
}
@media only screen and (max-width : 767px) {
	.sec_03{
		margin: 20px 0 0;
	}
}

.monitor_list {
	display: flex;
	flex-wrap: wrap;
	width: 877px;
	margin: 0 auto 0;
	justify-content: space-between;
}
@media only screen and (max-width : 767px) {
	.monitor_list {
		width: 100%;
		padding: 0 20px;
	}
}
.monitor_list li{
	border: 1px solid #D0D0D0;
	width: 430px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
@media only screen and (max-width : 767px) {
	.monitor_list li {
		width: 100%;
		display: block;
	}
}


.monitor_01 .img_box{
	background: url("../img/monitor/monitor_01_img.jpg") no-repeat center;
}

.monitor_02 .img_box{
	background: url("../img/monitor/monitor_02_img.jpg") no-repeat center;
}

.monitor_03 .img_box{
	background: url("../img/monitor/monitor_03_img.jpg") no-repeat center;
}

.monitor_04 .img_box{
	background: url("../img/monitor/monitor_04_img.jpg") no-repeat center;
}

.monitor_05 .img_box{
	background: url("../img/monitor/monitor_05_img.jpg") no-repeat center;
}

.monitor_06 .img_box{
	background: url("../img/monitor/monitor_06_img.jpg") no-repeat center;
}

.monitor_07 .img_box{
	background: url("../img/monitor/monitor_07_img.jpg") no-repeat center;
}

.monitor_list li.full{
	width : 100%;
}

@media only screen and (max-width : 767px) {

}

.monitor_list  .img_box {
	width: 188px;
	background-size: cover;
}

@media only screen and (max-width : 767px) {

}

.monitor_list  .txt_box {
	padding: 15px 15px;
	width: 240px;
}

@media only screen and (max-width : 767px) {
	.monitor_list .txt_box {
		padding: 15px 15px;
		width: 100%;
	}
}

.monitor_list  .img_box img{
	object-fit: cover;
}

@media only screen and (max-width : 767px) {
	.monitor_list .img_box {
		width: 100%;
		background-size: cover;
		height: 240px;
	}
}

.monitor_list  .txt_box .tr {
	width: 100%;
	display: table;
	flex-wrap: wrap;
	background : #EFEFEF;
	margin-bottom: 8px;
	align-items: center;
}

@media only screen and (max-width : 767px) {

}

.monitor_list  .txt_box .tr:last-child {
margin-bottom: 0;
}

@media only screen and (max-width : 767px) {

}

.th,.td{
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width : 767px) {

}

.monitor_list  .monitor_tbl .th{
	background : #4682b4;
	/*background : #00AEBB;*/
	color: #fff;
	font-size : 12px;
	line-height : 20px;
	width: 53px;
	text-align: center;
	padding: 1px 0;
}

@media only screen and (max-width : 767px) {

}

.monitor_list .monitor_tbl .td{
	letter-spacing: -0.4px;
padding: 1px 9px;
	font-size : 12px;
	line-height : 20px;
	color : #4C4948;
}

@media only screen and (max-width : 767px) {

}

.monitor_list .monitor_tbl .td_type_02{
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 18px;
}

@media only screen and (max-width : 767px) {

}

.monitor_list  .txt_box .monitor_tbl  .message_02 .td {
	padding-top: 6px;
	padding-bottom: 6px;
}

@media only screen and (max-width : 767px) {

}

.monitor_list  .txt_box .monitor_tbl  .message .th,.monitor_list  .txt_box .monitor_tbl  .message .td{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width : 767px) {

}

.monitor_list  .txt_box .monitor_tbl  .message .td{
	padding: 7px 6px;
}

@media only screen and (max-width : 767px) {

}

.monitor_list .full .img_box, .monitor_list .full .txt_box{
	width : 50%;
}

@media only screen and (max-width : 767px) {
	.monitor_list .full .img_box, .monitor_list .full .txt_box {
		width: 100%;
	}
}

.monitor_list .full .txt_box .th{
	width :65px !important;
}

@media only screen and (max-width : 767px) {

}

.monitor_list .full .txt_box .message .td{
	width :340px;
}

@media only screen and (max-width : 767px) {

}


.sec_03 .btn_area {
	margin: 25px 0 0;
	text-align: center;
	padding: 45px 0;
	background-image: url("../img/virtual/bg_stripe.png");
	background-color: #efefef;
	background-position: center;
}
@media only screen and (max-width : 767px) {
	.sec_03 .btn_area {
		margin: 5px 0 30px;
		padding: 25px 38px;
	}
}

.sec_03 .btn_area img{
	max-width: 300px;
}
@media only screen and (max-width : 767px) {
	.sec_03 .btn_area img {
		max-width: 300px;
	}
}

.sec_03 .btn_area .contact_txt{
	font-size : 20px;
	letter-spacing : 2px;
	color : #4682b4;
	/*color : #00AEBB;*/
	background: #fff;
	border: 2px solid;
	height : 52px;
	line-height: 52px;
	border-radius : 8px;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
	width: max-content;
	padding: 0 15px;
	margin: 30px auto 30px;
}
@media only screen and (max-width : 767px) {
	.sec_03 .btn_area .contact_txt {
		font-size: 16px;
		letter-spacing: 1px;
		border: 2px solid;
		height: auto;
		line-height: 1.4;
		width: 100%;
		padding: 10px 15px;
		margin: 30px auto 20px;
	}
}
.sec_03 .btn_area .anotation{
	font-size : 20px;
	letter-spacing : 4px;
	color : #E83828;
	text-align: center;
}
@media only screen and (max-width : 767px) {
	.sec_03 .btn_area .anotation {
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.5;
	}
}

.br_sp{
	display: none;
}

@media only screen and (max-width : 767px) {
	.br_sp{
		display: inline-block;
	}
}

.l-footer{
	margin-top: 0;
}
