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

  NEWS Css

------------------------------*/
h2{
    font-weight: 600;
    letter-spacing: 0.25rem;
	font-size: 30px;
}
h2 span{
   	display: block;
    line-height: 1;
    font-size: 18px;
    color: #a7a7a7;
    font-weight: 300;
	padding-top: 10px;
}

#hero .main-ttl img{
	margin-bottom: 20px;
}

/*タブ切替*/

.tabBox .tabArea {
	margin-bottom: 80px;
}
.tabBox .tabArea .one_tab {
	width: 320px;
	display: inline-block;
	text-decoration: none;
	transition-duration: 0.3s;
	text-align: center;
	cursor: pointer;
	margin: 0 10px 20px;
}

.tabBox .tabArea .one_tab .tab_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	transition-duration: 0.3s;
	background-color: #fff;
	border: solid 3px #383838;
	color: #383838;
}
.tabBox .tabArea .one_tab:hover .tab_inner {
	background-color: #FEC234;
}
.tabBox .tabArea .one_tab.select .tab_inner {
	background-color: #383838;
	color: #fff;
}
.tabBox .tabArea.bottom {
	margin-bottom: 0;
}
.contents .tab_content {
	display: none;
	text-align: center;
	transition-duration: 0.3s;
	margin-bottom: 100px;
}
.tab_content.is_show {
  display: block;
}


/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.tabBox .tabArea {
		margin-bottom: 50px;
	}
}


/*　内容共通　*/

.tab_content .inner{
	margin-bottom: 100px;
}
.tab_content h3{
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5rem;
    position: relative;
	display: inline-block;
	padding: 0 1rem 15px 1.5rem;
	margin-bottom: 60px;
}
.tab_content h3:after{
	content: "";
    position: absolute;
    height: 5px;
    background-color: #000;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.tab_content .flex.img{
	margin-right: -20px;
	margin-bottom: 60px;
}
.tab_content .flex.img img{
	width: 50%;
	padding-right: 20px;
}
.tab_content .list li{
	padding: 15px 25px;
	text-align: left;
}
.tab_content .list li:nth-child(odd){
    background-color: #eeeeee;
}
.tab_content .list li .item-l{
    width: 25%;
    font-weight: bold;
    letter-spacing: 0.5rem;
}
.tab_content .list li .item-r{
    width: 75%;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.tab_content .inner {
		margin-bottom: 60px;
	}
	.tab_content h3 {
		margin-bottom: 40px;
	}
	.tab_content .flex.img img {
		width: 100%;
		margin-bottom: 20px;
	}
	.tab_content .list li .item-l {
		width: 100%;
		margin-bottom: 5px;
	}
	.tab_content .list li .item-r {
		width: 100%;
	}
}

/*　メッセージ　*/
#message_content .top_message p{
	text-align: left;
	line-height: 2.5;
}
#message_content .top_message .ttl{
	padding: 80px 20%;
    background-image: url(../img/top_message-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    text-align: left;
	margin-bottom: 100px;
}
#message_content .policy .ttl{
	width: 25%;
    margin: 0 auto 60px;
}
#message_content .policy .ttl img{
	width: 100%;
}
#message_content .policy p{
	font-weight: bold;
	line-height: 2.5;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
	#message_content .top_message .ttl {
		padding: 80px 10%;
		background-position: 65% center;
	}
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	#message_content .top_message .ttl {
		margin-bottom: 60px;
	}
	
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#message_content .top_message .ttl {
		padding: 30px 5%;
		margin-bottom: 40px;
	}
	#message_content .top_message .ttl img{
		width: 70%;
	}
	#message_content .policy .ttl {
		width: 50%;
		margin: 0 auto 40px;
	}
	#message_content .policy p {
		text-align: left;
	}
}

/*　概要・アクセス・沿革　*/
#company_content .g-map{
	width: 100%;
    height: 450px;
	margin-bottom: 20px;
}
#company_content .g-map iframe{
	width: 100%;
}
#company_content #access .address{
	text-align: left;
}
#company_content #access .address a{
	float: right;
    text-decoration: underline;
}
#company_content #access .address a:before{
	content: "\f0da";
    font-family: FontAwesome;
    margin-right: 5px;
    margin-left: 20px;
    display: inline-block;
}
#company_content #history .list .item-l{width:15%; letter-spacing: 0;}
#company_content #history .list .item-r{width:85%;}


/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#company_content #history .list .item-l {
    	width: 100%;
	}
	#company_content #history .list .item-r {
		width: 100%;
	}
}