@charset "UTF-8";
/*-----------------------------------

	company_block

-----------------------------------*/
#lower_img {
	background-image: url(../img/company/lower_img.jpg);
	background-position-y: 60%;
}
#company_block {
	padding: 80px 0 0;
	position: relative;
}
#company_block .tbl_style {
	font-size: 15.5px;
	width: 100%;
	margin-top: 50px;
}
#company_block .tbl_style th {
	width: 180px;
	font-weight: 600;
	text-align: left;
	padding: 20px 15px;
	border-bottom: 1px solid #f7f7f7;
	vertical-align: top;
}
#company_block .tbl_style td {
	padding: 25px 15px;
	line-height: 180%;
	border-bottom: 1px solid #f7f7f7;
}
#company_block .tbl_style tr:nth-child(odd) th,
#company_block .tbl_style tr:nth-child(odd) td {
    background: #fafafa;
}
#company_block .tbl_style td li {
	padding-left: 15px;
	float: left;
	font-size: 15.5px;
	position: relative;
	width: 42%;
	margin-right: 5%;
	margin-bottom: 5px;
}
#company_block .tbl_style td li:before {
	content: "";
	width: 7px;
	height: 7px;
	background: #3162d5;
	position: absolute;
	left: 0;
	top: 10px;
	margin: auto 0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}
/*
#company_block .tbl_style td li:nth-child(2n) {
	margin-right: 0;
}
*/

/* base_list */
#company_block .tbl_style td .base_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	/*
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	*/
}
#company_block .tbl_style td .base_list li {
	width: auto;
	font-size: 15px;
	/*
	margin-bottom: 20px;
	*/
}
#company_block .tbl_style td .base_list li span {
	font-weight: 600;
}
#company_block .tbl_style td .base_list li:before {
	top: 12px;
	bottom: auto;
}
/* sme_detail */
#company_block .tbl_style td .sme_detail{
	padding-right: 20px;
}
#company_block .tbl_style td .sme_detail h4 {
	font-size: 15.5px;
	font-weight: 400;
}
#company_block .tbl_style td .sme_detail img {
	margin: 10px 0;
}
#company_block .tbl_style td .sme_detail .sme_txt {
	font-size: 13px;
	line-height: 180%;
}
#company_block .tbl_style td .other_text {
	margin-top: 15px;
}
/*sme_box*/
#company_block .tbl_style td .sme_box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
#company_block .tbl_style td .sme_img img{
	width: 300px;
}


#company_block .privacy_box h3 {
	font-size: 22px;
}

.company_h3 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 65px;
}
.company_h3 span {
	display: block;
	font-size: 15.5px;
	margin-top: 25px;
	letter-spacing: 0.1em;
}

/* anniversary_box 20周年 */
#anniversary_box {
	padding-bottom: 100px;
}
#anniversary_box h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: 0.05em;
	position: relative;
}
#anniversary_box h3:after {
	content: "";
	width: 30px;
	height: 2px;
	background: #3455ce;
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#anniversary_box .text_box .text {
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 250%;
	margin-bottom: 1.5em;
}
#anniversary_box .text_box .name_box {
	font-size: 15px;
	text-align: right;
	font-weight: 500;
	margin-top: 40px;
	line-height: 220%;
}
#anniversary_box .text_box .name_box span {
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
}

/* security_block */
#security_block {
	margin-top: 100px;
}
#security_block .btm_security_txt {
	font-size: 16px;
	line-height: 180%;
}
#security_block .security_logo_box img {
	display: block;
}
#security_block .text_box {
	width: 64%;
}
#security_block .tbl_style .security_logo_box {
	margin: 15px 0;
}
#security_block .tbl_style .security_logo_box img {
	display: block;
}
#security_block .security_txt p {
	font-size: 16px;
	line-height: 180%;
}
#security_block .security_txt {
    margin-top: 60px;
}
#security_block .security_txt .inner_text {
	margin-bottom: 40px;
}
#security_block .security_txt a {
	display: inline-block;
	color: #30a9d6;
	text-decoration: underline;
	word-break: break-all;
	margin-top: 10px;
}
#security_block .security_txt a:hover {
	opacity: 0.8;
	text-decoration: none;
}
#security_block .security_txt a img {
	margin-left: 5px;
	vertical-align: middle;
}

/* access_box */
#access_box {
	margin-top: 150px;
}
#access_box .lower_h3 {
	margin-bottom: 60px;
}

@media screen and (max-width: 1280px) {

/* access_box */
	#access_box {
		margin-top: 100px;
	}
	#company_block .tbl_style td li {
		width: 35%;
	}

}

@media screen and (max-width: 1000px) {

	#company_block .tbl_style td li {
		width: 47%;
	}
	#security_block .security_logo_box {
		width: 32%;
	}

}

@media screen and (max-width: 840px) {

	#company_block {
		padding-top: 50px;
	}
	#company_block .tbl_style {
		margin-top: 35px;
	}
	#company_block .tbl_style th {
		display: block;
		width: 100%;
		padding: 15px 15px 0 15px;
		border-bottom: none;
	}
	#company_block .tbl_style td {
		display: block;
		width: 100%;
		font-size: 15px;
		padding: 15px;
	}

/* anniversary_box 20周年 */
	#anniversary_box {
		padding-bottom: 80px;
	}
	#anniversary_box h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#anniversary_box .text_box .text {
		font-size: 14px;
		line-height: 230%;
	}
	#anniversary_box .text_box .name_box {
		font-size: 13px;
		line-height: 200%;
	}
	#anniversary_box .text_box .name_box span {
		font-size: 18px;
	}
/* security_block */
	#security_block .text_box,
	#security_block .security_logo_box {
		float: none !important;
		width: 100%;
	}
	#security_block .security_logo_box {
		margin-bottom: 40px;
	}

/*sme_box*/
	#company_block .tbl_style td .sme_img{
		padding-top: 15px;
	}
}

@media screen and (max-width: 640px) {

	#company_block {
		padding: 50px 0 0;
	}
	.company_h3 {
		font-size: 18px;
		margin-bottom: 35px;
	}
	.company_h3 span {
		font-size: 13.5px;
	}
	#company_block .tbl_style td li {
		width: 100%;
		font-size: 15px;
		margin-right: 0;
		margin-bottom: 5px;
		float: none;
	}
	#company_block .tbl_style td .base_list li {
		width: 50%;
	}
	#security_block {
		margin-top: 50px;
	}
	#company_block .tbl_style td .sme_detail img {
		width: 150px;
	}
	#security_block .security_txt {
		margin-top: 80px;
	}
	#security_block .security_txt p {
		font-size: 14px;
		margin-bottom: 0;
	}
	#security_block .tbl_style .security_logo_box img {
		width: 145px;
	}
	#security_block .tbl_style .security_logo_box p {
		font-size: 12px;
		line-height: 160%;
		margin-top: 5px;
	}
	#security_block .tbl_style .security_logo_box img {
		width: 145px;
	}

}
