﻿@charset "UTF-8";

h1.title {
    background: url(./img/title_bg.jpg) no-repeat center center;
    background-size: cover;
}
h2.title {
	background: #0069A2;
    padding: 10px;
    margin-bottom: 50px;
    color: #fff;
    font-size: 24px;
    text-align: center;
	}
    
/* ▼▼▼ 会社概要
=====================================*/
table.info {
	width: 100%;
    margin-bottom: 50px;
	}
	table.info th,
	table.info td {
		padding: 15px 30px;
		border-bottom: 1px solid #ccc;
		}
	table.info th {
		width: 20%;
		vertical-align: middle;
        color: #0069A2;
		font-weight: normal;
		}
		table.info td th,
		table.info td td {
			padding: 10px;
			border-bottom: none;
			}
		table.info td th {
			background: none;
			vertical-align: top;
			}
            table.info td th {
                width: 250px;
                color: #000;
        		}
            table.info td td,
            table.info td th {padding: 5px 0;}


/* ▼▼▼ 480px
=====================================*/
@media screen and (max-width: 480px) {

table.info {
	border-bottom: 1px dotted #ccc;
	}
	table.info th,
	table.info td {
		display: block;
		width: 100%;
		padding: 15px;
		}
	table.info th {
		width: 100%;
		}
		table.info td th {
			padding: 0;
			}
		table.info td td {
			padding: 0 0 10px 0;
			}
table.history {
	width: 100%;
	}
	table.history th,
	table.history td {
		display: table-cell;
		}
	table.history th {
		width: 40%;
		}
	table.history td {
		width: 60%;
		}


}
