@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/*================== service.html =================*/
section div.form_wrap dl dd{
   text-align: left!important;
}
.form_wrap label:after {
      display: none!important;
}

.flex_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_wrap .box {
	width: 49%;
}
.flex_wrap .txt {
	display: flex;
	align-items: center;
}
.flex_wrap .txt .imgL {
	width: 50% !important;
	margin: 0 !important;
}
.box_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box_wrap .img_R,
.box_wrap .txt02 {
	width: 50%;
}
.box_wrap .txt02 .tbl {
	margin-top: 10px;
	border: 1px solid #333;
}
.box_wrap .txt02 .tbl table {
	table-layout: auto !important;
}
.box_wrap .txt02 .tbl tr {
	border-bottom: 1px solid #333;
}
.box_wrap .txt02 .tbl tr:last-of-type {
	border-bottom: 0;
}
.box_wrap .txt02 .tbl td {
	padding: 5px 10px !important;
}
.box_wrap .txt02 .tbl td:first-of-type {
	min-width: 60px;
}
.box_wrap .txt02 .tbl td:last-of-type {
	min-width: 55px;
}
.bold,
.bold div {
	font-weight: bold;
}

.home_00{
	margin-top: 60px!important;
	border: #104480 4px solid;
	padding: 40px;
}

.home_00 .box{
	width: 100%;
}

.home_00 .box:nth-child(1) > div{
	font-size: 18px;
	font-weight: bold;
}
.home_00 .box:nth-child(2) > div{
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px dashed #104480;
	margin-bottom: 20px;
}
.home_00 .box:nth-child(3) > div a{
	display: inline-block;
	background-color: #104480;
	color: #fff!important;
	padding: 1em 4em;
	margin-top: 20px;
}

@media only screen and (max-width: 1400px){
	.button span {
    	padding: 20px 140px;
	}

}

@media only screen and (max-width: 1200px){
	.button span {
    	padding: 20px 100px;
	}

}
@media only screen and (max-width: 1000px){
	.button span {
    	padding: 20px 80px;
	}

}


@media screen and (min-width: 641px) and (max-width: 834px){
	.box_wrap .txt02 .tbl td {
		display: block !important;
		width: auto;
	}
	.button span {
    	padding: 0px;
	}
}
@media only screen and (max-width: 640px){
	.flex_wrap {
		display: block;
	}
	.flex_wrap .box {
		width: 100%;
	}
	.flex_wrap .txt {
		display: block;
		margin-bottom: 30px;
		text-align: center;
	}
	.flex_wrap .txt .imgL {
		width: 100% !important;
		max-width: 45%;
		min-width: 200px;
		float: none !important;
	}
	.box_wrap {
		display: block;
	}
	.box_wrap .img_R,
	.box_wrap .txt02 {
		width: 100%;
	}
	.box_wrap .img_R img {
		max-width: 45%;
	}
	.button span {
    	padding: 0px;
	}
}

/*================== 〇〇.html =================*/

@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
	table td {
    padding: 5px !important;
	}
}