

.corporate.index h1 {
	background-image: url(../../images/corporate/title_corporate.png);
}
.corporate.history h1 {
	background-image: url(../../images/corporate/title_history.png);
}
.corporate.faq h1 {
	background-image: url(../../images/corporate/title_faq.png);
}
/* .disc{
	margin-left: 20px;
}
.disc li{
	list-style: disc;
	margin-top: 15px;
} */

.corporateTable {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}
.corporateTable tr {
    border-bottom: #DED3AB solid 1px;
}
.corporateTable tr th,
.corporateTable tr td{
	padding: 25px 20px;
	text-align: left;
	vertical-align: top;
	box-sizing: content-box;
}
.corporateTable tr th {
    width: 5em;
    min-width: 5em;
    max-width: 5em;
}
/* .corporateTable tr:first-child th,
.corporateTable tr:first-child td{
	padding-top: 10px;
} */

/*æ²¿é©*/
.corporateTable.history tr th{
	text-align: right;
  width: 75px;
  min-width: 75px;
  max-width: 75px;
	white-space: nowrap;
}

/*ã‚ˆãã‚ã‚‹ã”è³ªå•*/
#faqBoxMain .faqBoxSub{
	padding: 25px 20px;
    border-bottom: #DED3AB solid 1px;
} 
#faqBoxMain .faqBoxSub:first-child{
	padding-top: 10px;
}
#faqBoxMain .faqBoxSub p{
	text-indent: -40px;
	padding-left: 40px;
}
#faqBoxMain .faqBoxSub p.A{
	margin-top: 15px;
}
#faqBoxMain .faqBoxSub p:before{
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Hiragino Kaku Gothic ProN, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border-radius: 30px;
	margin-right: 10px;
	text-indent: 0;
}
#faqBoxMain .faqBoxSub p.Q:before{	
	content: "Q";
	background: #6FBCDE;
}
#faqBoxMain .faqBoxSub p.A:before{	
	content: "A";
	background: #C9161D;
}

#faqBoxMain .faqBoxSub p.A a{
	color: #2B2B2B;
	font-weight: bold;
	text-decoration: none;
}
#faqBoxMain .faqBoxSub p.A a:hover{
	text-decoration: underline;
}



/* SPç‰ˆ */
@media screen and (max-width: 800px) {
	.pc{
		display: none;
	}
	h1 {
		margin-bottom: 30px;
		background-size: 800px auto;
		background-position: center center;	
	}
	.corporateTable tr th,
	.corporateTable tr td{
		display: block;
		padding: 15px 10px;
	}
	.corporateTable tr th {
		width: auto;
		min-width: none;
		max-width: none;
		padding-bottom: 0;
	}
	.corporateTable tr:first-child th{
		padding-top: 0;
	}
	.corporateTable tr td{
		padding-top: 10px;
	}
	
	#faqBoxMain .faqBoxSub{
		padding: 15px 10px;
	}
	
	.corporateTable.history tr th{
		text-align: left;
		width: auto;
		min-width: inherit;
		max-width: none;
	}

}
