@charset "utf-8";

/*===== PC ここから =====*/
@media screen and (min-width: 741px){
/*===== 共通 =====*/
    .img_ttl {
        margin-bottom: 80px;
    }
/*===== history =====*/
	.history h2 {
        font-size: 32px;
		color: #91732b;
		padding: 0 0 25px;
        text-align: center;
	}
	.history table {
		width: 100%;
		margin-bottom: 50px;
		border-top: 1px solid #222;
	}
	.history table th{
		background-color: #222;
		color: #fff;
		border-bottom: 1px solid #fff;
		padding: 20px 0 20px 20px;
		width: 200px;
		text-align: left;
		font-weight: 500;
		font-size:  15px;
	}
	.history table tr:last-of-type th{
		border-bottom: 1px solid #222;
	}
	.history table td{
		border-bottom: 1px solid #222;
		border-right: 1px solid #222;
		padding: 20px 0 20px 20px;
		font-size:  15px;
		background-color: #fff;
	}
	.timeline {
        background-color: #f6f4ef;
		padding: 60px 0 90px;
        position: relative;
	}
  .logo{
    width: 220px;
    margin: 0 auto;
  }
}
/*===== PC ここまで =====*/
/*===== SP ここから =====*/
@media screen and (max-width: 740px){
/*===== 共通 =====*/
    .img_ttl {
            margin-bottom: 50px;
        }

/*===== history =====*/

	.history {

	}

    .history h2 {
        font-size: 18px;
		color: #91732b;
		padding: 0 0 15px;
        text-align: center;
    }
    .history table {
		width: 100%;
		margin-bottom: 30px;
		border: 1px solid #222;
	}
	.history table th{
		display: block;
		background-color: #222;
		color: #fff;
		padding: 10px 10px 10px 10px;
		text-align: left;
		font-weight: normal;
		font-size:  14px;
		font-weight: 500;
	}
	.history table td{
		display: block;
		padding: 10px 10px 10px 10px;
		font-size: 13px;
		background-color: #fff;
	}
	.timeline {
        background-color: #f6f4ef;
		padding: 25px 0 40px;
        position: relative;
	}
  .logo{
    width: 30%;
    margin: 0 auto;
  }
}
/*===== SP ここまで =====*/
