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


/******************************************************

PC設定 1100px以上の場合に適用 

*******************************************************/

/* 共通 */
.h2 {
	text-align: center;
	}


/* container_outline */
.container_outline {
	background-color: #F3F3F3;
	padding: 100px 0 120px 0;
	}

.container_outline > div {
	width: 95%;
	max-width: 960px;
	}

.container_outline table {
	width: 100%;
	border-top: 1px solid #DDD;
	}

.container_outline table th {
	width: 25%;
	font-weight: bold;
	}

.container_outline table tr th,
.container_outline table tr td {
	border-bottom: 1px solid #DDD;
	padding: 20px;
	font-size: 1.6rem;
	line-height: 1.8;
	}



/* container_history */
.container_history {
	padding: 100px 0 120px 0;
	}

.container_history > div {
	width: 95%;
	max-width: 960px;
	}

.container_history table {
	width: 100%;
	border-top: 1px solid #CCC;
	}

.container_history table th {
	width: 15%;
	font-weight: bold;
	}

.container_history table tr th,
.container_history table tr td {
	border-bottom: 1px solid #CCC;
	padding: 20px;
	font-size: 1.6rem;
	line-height: 1.8;
	}



/* container_officer */
.container_officer {
	background-color: #F3F3F3;
	padding: 100px 0 120px 0;
	}

.container_officer > div {
	width: 95%;
	max-width: 960px;
	}

.container_officer .left {
	width: 20.83333%
	}

.container_officer .left img {
	display: block;
	width: 100%;
	height: auto;
	}

.container_officer .right {
	width: 75%;
	}

.container_officer h3 {
	font-size: 1.6rem;
	margin-bottom: 20px;
	}

.container_officer h3 span {
	font-weight: bold;
	font-size: 2.4rem;
	margin: 0 15px;
	}

.container_officer .right p {
	font-size: 1.6rem;
	}

.container_officer .officer {
	border-bottom: 1px solid #CCC;
	padding: 40px 0;
	}

	
	

/******************************************************

タブレットの設定 769px〜1099pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1099px){



}



/******************************************************

SPの設定 768px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 768px){

/* container_outline */
.container_outline {
	padding: 50px 0 60px 0;
	}

.container_outline > div {
	width: calc(100% - 40px);
	}

.container_outline table tr th,
.container_outline table tr td {
	padding: 15px 5px;
	}
	


/* container_history */
.container_history {
	padding: 50px 0 60px 0;
	}

.container_history > div {
	width: calc(100% - 40px);
	}

.container_history table tr th,
.container_history table tr td {
	padding: 15px 5px;
	}
	


/* container_officer */
.container_officer {
	padding: 50px 0 60px 0;
	}

.container_officer > div {
	width: calc(100% - 40px);
	}

.container_officer .left {
	width: 70%;
	margin: 0 auto 30px auto;
	}

.container_officer .right {
	width: 100%;
	}

.container_officer h3 {
	margin-bottom: 10px;
	}

.container_officer .officer {
	padding: 30px 0;
	}



}