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

/*PC用css*/
@media screen and (min-width: 897px){
.float_left{	float:left;}
.float_right{	float:right;}
.no_pc{	display: none;}
.box50{	width: 48%; box-sizing: border-box;}	
.box70{	width: 60%; box-sizing: border-box;}
.box30{ width: 35%; box-sizing: border-box;}
.box60{	width: 55%; box-sizing: border-box;}
.box40{ width: 40%; box-sizing: border-box;}
.img_left{
	float:left;
	margin:0 40px 20px 0;
	clear: both;
}
.img_right{
	float:right;
	margin:0 0 20px 40px;
	clear: both;
}
.pc_center{
	text-align: center;
}
.main{
	float:left;
	width:70%;
}
.side{
	float:right;
	width:22%;
	margin-bottom:80px;
	display:block;
}
.side img{
	max-width: 100%;
	height: auto;
}
#slide_menu{
	display: none;
}

ul.rev li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	align-items: center;
}	
ul.rev li div{
	width: 47%;
}	
ul.rev li:nth-child(odd) {
	flex-direction: row-reverse;
}	
/*----------------------------*/


.container{
	max-width:1200px;
}
header button{
	display: none;
}

.logo{
}
.g_navi_box{
}
ul.g_navi{
	margin: auto;
	z-index: 5000;
    display: flex;
	justify-content: center;
    position: relative;
}
ul.g_navi li{
    box-sizing: border-box;
}
ul.g_navi li a{
	display: block;
	color: #000;
    box-sizing: border-box;
}
.pull a{
	position: relative;	
}
.pull a span{
	display: block;
	transform: scale(2.5, 1) rotate(90deg);/* 回転 */
	transition: 0.3s;
	color: #FFF;
	position: absolute;
	bottom: 1px;
	left: 48%;	
	font-size: 1.2rem;
}
.pull a:hover span{
	transform: scale(2.5, 1) rotate(-90deg);/* 回転 */
}


    
/*------ ナビプルダウン --------*/
/*
.g_navi li ul {
	display: none;
	position: absolute;
	width: 100%;
	top: 90px;
	left: 0;
	background: #FFF;
}

.g_navi li ul li {
	float: left;
	padding: 0;
	margin-left: 5px;
	height: auto;
	border-right: none;
}

.g_navi li ul li a{
    text-indent: 0;
    background-image: none;
    display: block;
	background: none!important;
    font-size: 1.4rem;
    text-align: center!important;
	line-height: 1.4;
    padding: 15px;
    width: 150px!important;
}
.g_navi li ul li a img{
    margin-bottom: 10px;
    max-width: 100%;
	display: block;
}

.g_navi li ul li a:hover{
}
*/
.top_news_left{
	width: 20%;
	float: left;
	text-align: center;
}
.top_news_right{
    width: 75%;
    float: right;
	padding-left: 5%;
}
.scroll_box section{
	margin-bottom:0;
	padding-top: 110px;
}
.btn01 a, .btn01 input, .btn01 button{
	min-width: 300px;
}	

	
/*------ pc_style --------*/

/*-----------------------------------------*/

}
