@charset "UTF-8";
/* CSS Document */


/*会社概要*/

/*会社情報*/
.company main .information {
	padding-top: 90px;
	padding-bottom: 0px;
}
.table_company {
	width: 100%;
	border-collapse: collapse;
	border: medium solid #E5ECF8;
}
.table_company th {
	width: 25%;
	font-weight: bold;
	color: #204378;
	background-color: #DCE9FD;
	vertical-align: top;
	text-align: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8395B5;
}
.table_company td {
	color: #333333;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8395B5;
}
@media screen and (max-width: 767px) {
.company main .information {
	padding-top: 15vw;
	padding-bottom: 0vw;
}
.table_company {
	margin-top: -10vw;
	border: medium solid #E5ECF8;
}
.table_company th {
	width: auto;
	display: block;
	font-weight: normal;
	background-color: #DCE9FD;
	margin: 0 auto;
	padding: 15px;
	border: none;
	border-radius: 3px;
}
.table_company td {
	width: auto;
	display: block;
	padding: 15px;
	border: none !important;
}
}

/*沿革*/
.company main .history {
	padding-top: 90px;
	padding-bottom: 130px;
}
.table_history {
	width: 100%;
	margin-top: -20px;
	border-collapse: collapse;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_history th {
	width: 25%;
	font-size: 100%;
	font-weight: bold;
	color: #204378;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0B1F43;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_history td {
	color: #595960;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8395B5;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
@media screen and (max-width: 767px) {
.company main .history {
	padding-top: 15vw;
	padding-bottom: 18vw;
}
.table_history {
	margin-top: -10vw;
	border: medium solid #E5ECF8;
}
.table_history th {
	width: auto;
	display: block;
	font-weight: normal;
	background-color: #DCE9FD;
	margin: 0 auto;
	padding: 15px;
	border: none;
	border-radius: 3px;
}
.table_history td {
	width: auto;
	display: list-item;
	padding: 15px;
	border: none !important;
}
}

/*創業　明治35年の信頼*/
.company main .confidence {
	background: #0a525b;
	padding-top: 120px;
	padding-bottom: 50px;
	color: #FFF;
}
.company main .confidence h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
}
.company main .confidence h3 span ,
.company main .confidence h3 h4 em {
	display: block;
	line-height: 1em;
}
.company main .confidence h3 span {
	font-size: 2.0rem;
	margin-bottom: .4em;
}
.company main .confidence h3 em {
	font-family: "Marcellus", serif;
	font-size: 4.6rem;
}
.company main .confidence .img {
	position: relative;
	margin-bottom: 80px;
}
.company main .confidence .img img {
	opacity: .9;
}
.company main .confidence .img h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: rgba(6, 54, 85, .8);
	font-size: 2.4rem;
	padding: 1em;
}
@media screen and (max-width: 767px) {
.company main .confidence {
	padding-top: 15vw;
	padding-bottom: 12vw;
}
.company main .confidence h3 {
	margin-bottom: 5vw;
}
.company main .confidence h3 span {
	font-size: 1.8rem;
}
.company main .confidence h3 em {
	font-size: 2.4rem;
}
.company main .confidence .img {
	margin-bottom: 5vw;
}
.company main .confidence .img h4 {
	position: relative;
	bottom: inherit;
	left: inherit;
	width: 100%;
	text-align: left;
	background: none;
	font-size: 1.6rem;
	padding: 0;
	padding-top: .3em;
}
}