@charset "UTF-8";

/* mainimg
------------------------------------------------- */
.mainimg {
	background: url(../img/history/mainimg.jpg) no-repeat center;
	background-size:100%;
	margin: 0;
}

/* aboutSet
------------------------------------------------- */
.aboutSet {
	background: url(../img/history/bg_about.jpg) no-repeat center top;
	padding: 73px 0 113px;
}
.aboutSet .ttl01 {
	padding-bottom: 40px;
}
.aboutSet table {
	width: 100%;
	clear: both;
}
.aboutSet table th {
	width: 180px;
	border-bottom: #fff 7px solid;
	color: #fff;
	background: #1f96be;
	padding: 3px 0;
	text-align: center;
	 vertical-align: middle;
}
.aboutSet table td {
	border-bottom: rgba(255,255,255,0) 7px solid;
	text-align: left;
	vertical-align: middle;
	padding: 0 0 0 55px;
}
.aboutSet table td a {
	color: #000;
}

/* historySet
------------------------------------------------- */
.historySet {
	padding-bottom: 100px;
}
.historySet .ttl01 {
	padding-bottom: 40px;
}
.historySet table {
	width: 100%;
}
.historySet table th {
	width: 180px;
	border-bottom: #1E96BE 1px solid;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	padding: 8px 0 8px 45px;
}
.historySet table th span {
	display: inline-block;
	text-align: right;
	width: 3.5em;
}
.historySet table td {
	border-bottom: #CACACA 1px solid;
	box-sizing: border-box;
	padding: 7px 56px;
}
.historySet table th.bor,
.historySet table td.bor {
	border-bottom: none;
}
.historySet table td .pb {
	padding-bottom: 1em;
}
.historySet table td .txt {
	text-indent: -4.3em;
	padding-left: 4.3em;
}

@media only screen and (min-width:751px){
.historySet table td .txt .pcon {
	display: inline;
}
}

@media only screen and (max-width:750px){
/* aboutSet
------------------------------------------------- */
.aboutSet {
	padding: 5vw 0 8vw;
	background: none;
}
.aboutSet .ttl01,
.historySet .ttl01 {
	width: 40%;
	max-width: 210px;
	padding-bottom: 5vw;
}
.aboutSet table th {
	width: 100%;
	display: block;
	border-bottom: none;
	text-align: left;
	padding: 0.2em 0.5em;
	box-sizing: border-box;
}
.aboutSet table td {
	width: 100%;
	display: block;
	border-bottom: none;
	text-align: left;
	padding: 0.5em;
	box-sizing: border-box;
}

/* historySet
------------------------------------------------- */
.historySet {
	padding-bottom: 5vw;
}
.historySet table th,
.historySet table td {
	width: 100%;
	display: block;
	padding: 0.5em;
	box-sizing: border-box;
	word-break: break-all;
}
.historySet table th {
	border-bottom: none;
	padding-bottom: 0;
}
.historySet table th span {
	width: 3em;
}
.historySet table td {
	font-size: 3.5vw;
}
.historySet table td .txt {
	text-indent: -4.1em;
	padding-left: 4.1em;
}
.historySet table td .txt2 {
	text-indent: -6.4em;
	padding-left: 6.4em;
}
.historySet table td .txt3 {
	text-indent: -7.6em;
	padding-left: 7.6em;
}
.historySet table td .txt4 {
	text-indent: -4.9em;
	padding-left: 4.9em;
}
.historySet table td .txt .int {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}
}