@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:layer.css
Author:fancs&co.
UpdatedBy:hirata
----------------------------------------------- */

/* --------------
Layout
-------------- */

/* content01
----------------------------------------------------*/
#content01{
	background:url(../img/img_main_news.jpg) no-repeat top center / 100%;
}

#content01 .container_contents{
	width:980px;
	margin:0 auto;
}

/* TOPから飛ぶNEWS記事　役員人事について
----------------------------------------------------*/
.officer h3 {
    text-align: center;
    margin-bottom: 30px;
}
.officer #txt_philo {
    margin-bottom: 60px;
    text-align: center;
    font-size: 19px;
}


.officer table {
       width: 415px;
    margin-left: 200px;
    font-size: 18px;
    margin-bottom: 50px;
}

.officer table td {
        padding: 15px 0px 15px 62px;
}
.officer table td.name {
    font-size: 20px;
    font-weight: bold;
}

.officer table td.left {
    padding-left: 30px;
}
.officer table td.left p {
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #026c08;
    padding-left: 22px;
}
.officer h4 {
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 3px solid #026c08;
    font-size: 22px;
    width: 600px;
    margin: auto;
    margin-bottom: 30px;
}

.officer .b_text {
    text-align: center;
}

/*2020 11.27　タブ切り替え*/
.tab-area {
  display: flex;
  justify-content: space-around;
  background-color: #1d1d1d;
  cursor: pointer;
}
 .tab-area .tab {
    width: 300px;
        height: 60px;
    line-height: 60px;
    text-align: center;
    color: white;
    border-right: 1px solid #50637b;
    border-left: 1px solid #1d1d1d;
  }
 .tab-area .tab.active {
    background-color: #ccc;
    color: #222e3e;
    border: none;
}
.content-area {
  font-size: 30px;
  text-align: center;
}
 .content-area .content_in {
    display: none;
  }
 .content-area .content_in.show {
    margin-top: 50px;
    display: block;
  }


/*----------------------------------------------------
	layout[スマートフォン]
----------------------------------------------------*/

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

/* content01
----------------------------------------------------*/
#content01{
	background:url(../img/img_main_news.jpg) no-repeat top center / 300% auto;
}
    
    
    
/* TOPから飛ぶNEWS記事　役員人事について
----------------------------------------------------*/
    .officer table {
        width: 100%;
    margin: auto;
        margin-bottom: 30px;
    }
    .officer table td {
        padding: 5px;
    }
    .officer table td.left {
        padding-bottom: 10px;
        padding-left: 5px;
    }
    .officer table td.left p {
        padding-left: 10px;
    }
}
 
 /*added 240930*/
.img_col2{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.img_col2>div{
	width:48%;
}
.img_col2>div:nth-child(n+3){
	margin-top:4%;
}
.img_col2>div img{
	width:100%;
	height:auto;
}
.img_col2>div p{
	text-align:center;
	margin-top:5px;s
}
@media screen and (max-width:979px){
	.img_col2>div{
		width:100%;
	}
	.img_col2>div:nth-child(n+2){
		margin-top:20px;
	}
}