@charset "utf-8";
/* estimate.css */

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


@media only screen and (max-width : 767px) {
	.sec_01 {
		height: 200px;
	}
}

.main_ttl img {
	max-width : 894px;
	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      : 18px;
	letter-spacing : 3.6px;
	color          : #fff;
	background     : #191970;
	/*background     : #409fbd;*/
	width          : max-content;
	padding: 0 10px;
	height         : 45px;
	text-align     : center;
	font-weight    : 400;
	line-height    : 45px;
	margin         : 10px auto 0;
	opacity:0.9;
}

.sec_02 {
	background      : url("../img/flow/bg_01.png") no-repeat center 160px;
	background-size : 1200px;
	padding-top     : 65px;
}

@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;
	}
}

.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 : 667px;
	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         : #191970;*/
	/*color         : #409fbd;*/
	text-align    : center;
	display       : block;
	padding-right: 180px;
}

@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         : 125px 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 : 20px;
	letter-spacing : 4px;
	color : #FFFFFF;
	background : #696969;
	/*background : #191970;*/
	/*background : #277388;*/
	width : max-content;
	line-height : 52px;
	border-radius : 8px;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
	padding: 0 10px;
	margin: 75px auto 0;
}
@media only screen and (max-width : 767px) {
	.cmn_ttl {
		font-size : 18px;
		letter-spacing : 2px;
		margin: 60px auto 0;
	}
}
.sec_02 .detail {
	font-size: 14px;
	color: #4C4948;
	text-align: center;
	margin-top: 46px;
	line-height: 1.8;
	letter-spacing: -0.5px;
}
@media only screen and (max-width : 767px) {
	.sec_02 .detail {
		margin-top: 30px;
		letter-spacing: 0;
	}
}
.sec_02 .info_list {
	max-width : 665px;
	margin: 40px auto 0;
}
@media only screen and (max-width : 767px) {
	.sec_02 .info_list {
		margin: 30px auto 0;
	}
}
.sec_02 .info_list li{
	padding: 0 30px;
	background : #4682b4;
	/*background : #191970;*/
	/*background : #277388;*/
	height : 67px;
	line-height: 50px;
	border-radius : 8px;
	-moz-border-radius : 8px;
	color : #FFFFFF;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
@media only screen and (max-width : 767px) {
	.sec_02 .info_list li{
		padding: 0 15px;
		height: 57px;
		line-height: 30px;
		margin-bottom: 15px;
	}
}
.sec_02 .info_list li:last-child{
	margin: 0;
}
.sec_02 .info_list  .info_ttl {
	font-size: 20px;
	letter-spacing: 4px;
	width: 118px;
	margin-right: 25px;
	border-right: 1px solid #fff;
}
@media only screen and (max-width : 767px) {
	.sec_02 .info_list  .info_ttl  {
		font-size: 16px;
		letter-spacing: 4px;
		width: 92px;
		margin-right: 13px;
	}
}
.sec_02 .info_list  .info_detail {
	font-size : 23px;
}
@media only screen and (max-width : 767px) {
	.sec_02 .info_list .info_detail {
		font-size: 14px;
		width: 199px;
		line-height: 1.5;
	}
}
.sec_02 .btn_area {
	background-color:#EEEEEF ;
	background-image: url("../img/coordinate_fair/bg_stripe.png");
	background-position: center;
	background-repeat: repeat-x;
	display: flex;
	padding: 45px 0;
	margin-top: 45px;
	justify-content: center;
}
@media only screen and (max-width : 767px) {
	.sec_02 .btn_area {
		background-position: center;
		padding: 30px 20px;
		margin-top: 0;
		display: block;
		width: 100%;
	}
}
.sec_02 .btn_area .link_btn {
	margin: 0 15px;
	max-width: 417px;
}
@media only screen and (max-width : 767px) {
	.sec_02 .btn_area .link_btn {
		margin: 0 ;
	}

	.sec_02 .btn_area .tel_btn {
		margin-bottom: 15px ;
		display: block;
	}
}
.sec_04 {
	margin-top: 50px;
}
@media only screen and (max-width : 767px) {
	.sec_04 {
		margin-top: 30px;
	}

	.sec_04 .sec_inner{
		padding: 0 20px;
	}
}

.cmn_ttl {
	position: relative;
}
.r_parts::after,.l_parts::before {
	content: "";
	background: url("../img/coordinate_fair/yoyaku.png") center;
	background-size: cover;
	height: 92px;
	width: 92px;
	position: absolute;
}
@media only screen and (max-width : 767px) {
	.r_parts::after,.l_parts::before {
		height: 80px;
		width: 80px;
	}
}
.r_parts::after {
	right: -110px;
	top: -19px;
}
@media only screen and (max-width : 767px) {
	.r_parts::after {
		right: 0;
		top: -90px;
	}
}
.l_parts::before {
	left: -110px;
	top: -19px;
}
@media only screen and (max-width : 767px) {
	.l_parts::before {
		left: 0;
		top: -94px;
	}
}

.sec_04 .box {
	max-width: 790px;
	margin: 70px auto 0;
}
@media only screen and (max-width : 767px) {
	.sec_04 .box {
		max-width: 790px;
		margin: 30px auto 0;
	}
}
.sec_04 .box .box_l {

}
.sec_04 .box .box_l .ttl {
	font-size : 20px;
	color : #277388;
}
@media only screen and (max-width : 767px) {
	.sec_04 .box .box_l .ttl {
		text-align: center;
	}
}
.sec_04 .box .box_l .detail {
	font-size : 14px;
	color : #4C4948;
	margin: 25px 0 0;
	line-height: 1.785;
}
@media only screen and (max-width : 767px) {
	.sec_04 .box .box_l .detail {
		margin: 20px 0 0;
	}
	.br_pc{
		display: none;
	}
}
.sec_04 .box .box_r {
	width: 370px;
	border-radius: 8px;
	overflow: hidden;
}
@media only screen and (max-width : 767px) {
	.sec_04 .box .box_r {
		width: 100%;
		margin-top: 20px;
	}
}
.sec_04 .box .box_r iframe{
	width: 100%;
	height: 284px;
}
.sec_04 .box .box_r .address {
	text-align: center;
	margin-top: 15px;
}
@media only screen and (max-width : 767px) {
	.sec_04 .box .box_r .address {
		font-size: 12px;
	}
}
.sec_04 .map_link {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	background : #4682b4;
	/*background : #191970;*/
	/*background : #277388;*/
	width: max-content;
	height: 30px;
	margin: 45px auto 0;
	letter-spacing: -1px;
	border-radius: 30px;
	text-align: center;
	position: relative;
	padding: 0 15px;
	display: block;
}
@media only screen and (max-width : 767px) {
	.sec_04 .map_link {
		margin: 30px auto 0;
	}
}
.sec_05  {
	background: #EEEEEF;
	margin-top: 45px;
	padding-top: 60px;
	padding-bottom: 65px;
}
@media only screen and (max-width : 767px) {
	.sec_05 {
		margin-top: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.sec_05 .sec_inner  {
	max-width: 910px;
	margin: 0 auto;
}
@media only screen and (max-width : 767px) {
	.sec_05 .sec_inner  {
	padding: 0 20px;
	}
	.sec_05 .cmn_ttl {
		letter-spacing: 1.5px;
	}
}

.sec_05 .online_box {
	margin: 60px 0 0;
}
@media only screen and (max-width : 767px) {
	.sec_05 .online_box {
		margin: 30px 0 0;
	}
}
.sec_05 .online_box .ttl {
	font-size : 20px;
	color : #277388;
}
.sec_05 .online_box .detail {
	font-size : 14px;
	color : #4C4948;
	margin: 15px 0 0;
	line-height: 1.8;
}
.sec_05 .flow_list {
	display: flex;
	margin: 35px 0 0;
	justify-content: space-between;
}
@media only screen and (max-width : 767px) {
	.sec_05 .flow_list {
		display: block;
		margin: 30px 0 0;
	}
}

.flow_list li {
	color: #277388;
	padding: 30px 10px;
	width: 289px;
	min-height: 288px;
	border: 1px solid #4C4948;
	border-radius: 8px;
	text-align: center;
position: relative;
	background : -moz-linear-gradient(50% 22.99% -90deg,rgba(255, 255, 255, 1) 0%,rgba(204, 204, 204, 1) 100%);
	background : -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 100%);
	background : -webkit-gradient(linear,50% 22.99% ,50% 97.47% ,color-stop(0,rgba(255, 255, 255, 1) ),color-stop(1,rgba(204, 204, 204, 1) ));
	background : -o-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 100%);
	background : -ms-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC' ,GradientType=0)";
	background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 100%);
}

@media only screen and (max-width : 767px) {
	.flow_list li {
		padding: 30px 20px 22px;
		width: 100%;
		min-height: inherit;
		margin-bottom: 20px;
	}

	.flow_list li:nth-child(2) {
		margin-bottom: 172px;
	}

	.flow_list li:nth-child(3) {
		margin-bottom: 0;
	}
}

.flow_list li:nth-child(3) .zumen {
	position: absolute;
	top: -146px;
	width: 205px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.flow_list  .num {
	width : 57px;
	height : 55px;
	margin: 0 auto;
}
@media only screen and (max-width : 767px) {
	.flow_list  .num {
		width : 40px;
		height : 38px;
	}
}
.flow_list .flow_ttl {
	font-size : 20px;
	letter-spacing : 4px;
	margin: 15px 0 35px;
}
@media only screen and (max-width : 767px) {
	.flow_list .flow_ttl {
		font-size: 18px;
		letter-spacing: 4px;
		margin: 10px 0 10px;
	}
}

.flow_list .flow_detail {
	line-height: 1.8;
	letter-spacing: -0.5px;
	margin: 0 -5px;
}

.sec_06 {
	background: url(../img/coordinate_fair/bg_01.jpg) no-repeat center 50%;
	background-size: cover;
	text-align: center;
	height: 424px;
	max-height: 540px;
	margin          : 0;
	padding: 4% 0 0;
}
@media (min-width : 1500px) {
	.sec_06 {
		background: url(../img/coordinate_fair/bg_01.jpg) no-repeat center 40%;
		background-size: cover;
	}
}
@media only screen and (max-width : 767px) {
	.sec_06 {
		height: 190px;
		margin: 0 0 30px;
		padding: 0;
		position: relative;
	}
}
.sec_06 .ttl_img {
	position: relative;
	left: -74px;
	top: 13px;
	width: 344px;
}
@media only screen and (max-width : 767px) {
	.sec_06 .ttl_img {
		position: absolute;
		top: 45px;
		width: 153px;
		left: 57px;
		right: inherit;
	}
}
.sec_06 .merit {
	font-size: 20px;
	color: #888;
	background: #fff;
	width: max-content;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 4.5% auto 0;
	position: relative;
	left: 0;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 0 5px 0 15px;
}
@media only screen and (max-width : 767px) {

	.sec_06 .merit {
		font-size: 12px;
		width: max-content;
		height: 40px;
		line-height: 40px;
		margin: 0 auto;
		left: 0;
		position: absolute;
		bottom: 24px;
		right: 0;
		letter-spacing: 1px;
	}
}

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