@charset "UTF-8";
#corp h3{
display: block;
text-align: center;
font-size: 28px;
font-weight: bold;
margin-bottom: 30px;
}

.corp_intro_title{
font-size: 36px;
font-weight: bold;
line-height: 1.4em;
margin-bottom: 30px;
}

.corp_intro{
margin-bottom: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.corp_intro .item{
flex-basis: 35%;
}

.corp_intro .item:nth-of-type(2){
flex-basis: 60%;
}

.corp_intro .item:nth-of-type(2) p{
font-size: 16px;
line-height: 2em;
}

.corp_discription table{
width: 100%;
border-top: 1px solid #0f3e8e;
margin-bottom: 80px;
}

.corp_discription table tr:nth-child(even){
background: #eee;
}

.corp_discription table th{
color: #0f3e8e;
font-size: 18px;
line-height: 1.4em;
font-weight: bold;
text-align: center;
padding: 15px 20px;
border-right: 1px solid #ccc;
white-space: nowrap;
max-width: 100px;
}

.corp_discription table td{
font-size: 18px;
line-height: 1.4em;
padding: 15px 20px;
vertical-align: middle;
}

.corp_access{
margin-bottom: 80px;
}

.corp_access iframe{
margin-bottom: 40px;
}

.corp_access_title{
text-align: center;
font-size: 24px;
font-weight: bold;
color: #0f3e8e;
display: block;
padding: 15px;
border-top: 1px solid #0f3e8e;
border-bottom: 1px solid #0f3e8e;
}

.corp_history{
padding-bottom: 80px;
}
.corp_history table{
width: 100%;
border-top: 1px solid #0f3e8e;
margin-bottom: 120px;
}

.corp_history table tr:nth-child(even){
background: #eee;
}

.corp_history table th{
color: #0f3e8e;
font-size: 18px;
line-height: 1.4em;
font-weight: bold;
text-align: center;
padding: 15px 20px;
border-right: 1px solid #ccc;
white-space: nowrap;
max-width: 100px;
}

.corp_history table td{
font-size: 18px;
line-height: 1.4em;
padding: 15px 20px;
vertical-align: middle;
}


@media screen and (max-width: 480px) {
#corp h3{
font-size: 21px;
font-weight: bold;
margin-bottom: 30px;
}

.corp_intro_title{
font-size:21px;
line-height: 1.6em;
}

.corp_intro{
margin-bottom: 80px;
display:block;
}

.corp_intro .item{
margin-bottom: 20px;
}

.corp_intro .item:nth-of-type(2) p{
font-size: 14px;
}

.corp_discription table{
width: 100%;
border-top: 1px solid #0f3e8e;
margin-bottom: 80px;
}

.corp_discription table tr:nth-child(even){
background: #fff;
}

.corp_discription table th{
display: block;
font-size: 14px;
text-align: center;
padding: 10px 0;
border-right: 0;
white-space: nowrap;
max-width: 100%;
background: #eee;
}

.corp_discription table td{
display: block;
font-size: 14px;
padding: 15px 20px;
}

.corp_history table{
width: 100%;
border-top: 1px solid #0f3e8e;
margin-bottom: 120px;
}

.corp_history table tr:nth-child(even){
background: #fff;
}

.corp_history table th{
display: block;
font-size: 14px;
text-align: center;
padding: 10px 0;
border-right: 0;
white-space: nowrap;
max-width: 100%;
background: #eee;
}

.corp_history table td{
display: block;
font-size: 14px;
padding: 15px 20px;
}

}
