@import url("style.css");


.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 10px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb70 {
margin-top: 5em;
margin-bottom: 4em;
}
.mb100 {
	margin-bottom: 100px;
}

.mt20 {
	/*margin-top: 20px;*/
}

.w80p {
	width: 80%;
}

.t-c {
	text-align: center;
	margin: 0 auto;
}



.busiess-kv {
	background: url(../images/business/business-kv.jpg);
	background-position: center;
}
.company-kv {
	background: url(../images/company/company-kv.jpg);
	background-position: center;
}
.privacy-kv {
	background: url(../images/privacy/privacy-kv.jpg);
	background-position: center;
}
.contact-kv {
	background: url(../images/contact/contact-kv.jpg);
	background-position: center;
}

.busiess-kv_sp {
	background: url(../images/business/business-kv_sp.jpg);
	background-position: center;
}
.company-kv_sp {
	background: url(../images/company/company-kv_sp.jpg);
	background-position: center;
}
.privacy-kv_sp {
	background: url(../images/privacy/privacy-kv_sp.jpg);
	background-position: center;
}
.contact-kv_sp {
	background: url(../images/contact/contact-kv_sp.jpg);
	background-position: center;
}


h3 {
	/*text-align: center;*/
	/*margin: 100px 0;*/
	font-size: 45px;
}

h4.business-h4 {
	font-size: 30px;
	margin: 80px 0 30px 0;
	border-bottom: 1px solid #00235f;
	padding-bottom: 10px;
	line-height: 120%;
}

.business-blue-title {
color: #1D2081;
font-size: 27px;
font-weight: bold;
margin: 0px 0 5px;
padding-bottom: 0.5em;
}

.col_box_01 , .col_box_02 {
	display: flex;
	justify-content: space-between;
	/*margin-bottom: 20px;*/
	flex-wrap: wrap;
}
.col_box_01 > div:first-child {
	width: 28%;
}
.col_box_01 > div:last-child {
	width: 68%;
}
.col_box_02 > div {
	width: 48%;
	margin-bottom: 15px;
}
.col_box_02 > div img {
	width: 100%;
}
.col_box_02 > div img + p {
	margin-top: 10px;
}
.col_box_02 > div > h4 + img {
	margin-top: 30px;
}

.business-h4 + .col_box_02 {
	margin-top: 0px;
}

.company-table {
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
}
.company-table th, .company-table td {
	border-top: 1px solid #00235F;
	border-bottom: 1px solid #00235F;
	padding: 10px 15px;
	line-height: 3.5;
}
.company-table th {
	width: 30%;
	text-align: left;
	vertical-align: top;
}

.blue {
	color: #00235f;
}

.history-img {
	width: 80%;
	margin: 0 auto;
}

.privacy-list {
	list-style: disc;
	list-style-position: inside;
}
.privacy-list li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: 5px;
}

.notes {
	color: #8a8a8a;
	font-size: 90%;
}

/*  スマホ対応  */
@media screen and (max-width: 767px) {

	.w80p {
		width: 100%;
	}

	.other-top {
		padding: 0 10%;
	}

	.main-section {
		width: 100%;
		padding: 3.5rem 1.25rem;
	}

	.col_box_01 > div, .col_box_02 > div {
		width: 100% !important;
		margin-bottom: 20px;
	}

	.company-table {
		width: 100%;
	}
	.company-table tr {
		display: flex;
		flex-direction: column;
	}
	.company-table th, .company-table td {
		width: 100%;
	line-height: 1.7;
		
	}
	.company-table th {
		border-bottom: none;
		border-top: none;
		padding-top: 1.5em;
	}
	.company-table tr:first-child th {
		border-top: 1px solid #00235F;
	}
	.company-table td {
		border-top: none;
		padding-bottom: 1.5em;
	}

	.history-img {
		width: 100%;
	}

.mb70 {
margin-top: 0.5em;
margin-bottom: 2em;
}

h4.business-h4 {
font-size: 25px;
/*margin: 80px 0 30px 0;*/
margin: 50px 0 20px 0;
border-bottom: 1px solid #000;
padding-bottom: 5px;
}

.business-blue-title {
color: #1D2081;
font-size: 23px;
font-weight: bold;
margin: 0px 0 5px;
padding-bottom: 0.5em;
}

}