



@media screen and (max-width:991px) {
    .col-md-6 {
        margin-left: 12px !important;
        width: 48% !important;
    }
}


@media screen and (max-width:540px) {
    .col-md-6 {
        margin-inline: auto !important;
        width: initial !important;
    }
    .col-11 {
        flex: 0 0 auto;
        width: 91.66666667% !important;
    }
    .col-10 {
        flex: 0 0 auto;
        width: 83.33333333% !important;
    }
}









/**=============
base css
=============**/

.bg_color {
	background-color: #F8F6F2;
}

.bg_section {
	padding-bottom: 10rem;
}












/**=============
header
=============**/
header {
	/*position: fixed;
	top: 0;*/
	z-index: 10;
	/*background-color: rgba(255, 255, 255, 0.9);*/
}
header p.header_logo {
	position: fixed;
	top: 2rem;
	left: 2rem;
	z-index: 10;
}
header p.header_logo img {
	width: 7rem;
	height: auto;
}
.header {
	margin-top: 15px;
	margin-bottom: 15px;
	/*display: flex;
	justify-content: space-between;*/
	float: right;
}
.header h1 {
	position: fixed;
	left: 0;
	top: 15px;
	z-index: 4;
}
.header h1 img {
	width: 125px;
	height: auto;
	margin-left: 60px;
}

.header .img_zone {
	display: flex;
	padding-left: 0;
}
.header .member_img img {
	width: 157px;
	height: auto;
	margin-right: 40px;
}
.header .tel_img img {
	width: 290px;
	height: auto;
}


@media screen and (max-width:991px) {
	header p.header_logo img {
		width: 10rem;
		height: auto;
	}
}


@media screen and (max-width:540px) {
	header p.header_logo img {
		width: 13rem;
		height: auto;
	}
}



/**hover css**/
.gnavi{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.gnavi li a{
	font-weight: 500;
    display: block;
   	padding:10px 30px;
    text-decoration: none;
    color: #5C5C5C;
	font-size: 16px;
}
.gnavi li{
	margin-left: 20px;
	margin-right: 20px;
}
.gnavi li a{
    /*線の基点とするためrelativeを指定*/
  position: relative;
}

.gnavi li.current a,
.gnavi li a:hover{
  color:#427BBF;
}

.gnavi li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background:#427BBF;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}



@media screen and (max-width:991px) {
	.header {
		margin-top: 0px;
		margin-bottom: 0px;
		display: flex;
		justify-content: space-between;
	}
	.header h1 {
		position: fixed;
		left: 0;
		top: 5px;
		z-index: 4;
	}
	.header h1 img {
		width: 115px;
		height: auto;
		margin-left: 10px;
	}
	
}


.relative {
	position: relative;
}
.absolute {
	position: absolute;
}




/**=======
fix_btn
=======**/
.fix_btn {
	  display: flex;
    position: fixed;
    right: 16.5rem;
    top: 2.5rem;
    /*width: 50px;
    height: 40px;*/
    cursor: pointer;
    z-index: 300;
    background-color: #A09A91;
    padding: 0.8rem 4rem;
    border-radius: 5px;
    transition: 0.5s;
}
.fix_btn a {
	border-radius: 5px;
	color: #fff;
	font-size: 0.75rem;
	letter-spacing: 2px;
	font-style: normal;
}
img.mail_icon {
	width: 1rem;
	height: auto;
	border-radius: 0;
	margin-left: 1.1rem;
	vertical-align: sub;
}
.fix_btn:hover {
    display: flex;
    position: fixed;
    right: 16.5rem;
    top: 2.5rem;
    /*width: 50px;
    height: 40px;*/
    cursor: pointer;
    z-index: 300;
    background-color: #665a4a;
	padding: 0.8rem 4rem;
    border-radius: 5px;
}
.fix_btn:hover a {
  color: #fff;
}




@media screen and (max-width:1440px) {
	.fix_btn {
	  	display: flex;
		position: fixed;
		right: 14rem;
		top: 2.5rem;
		/*width: 50px;
		height: 40px;*/
		cursor: pointer;
		z-index: 300;
		background-color: #A09A91;
		padding: 0.8rem 3rem;
		border-radius: 5px;
		transition: 0.5s;
	}
	.fix_btn:hover {
		display: flex;
		position: fixed;
		right: 14rem;
		top: 2.5rem;
		/*width: 50px;
		height: 40px;*/
		cursor: pointer;
		z-index: 300;
		background-color: #665a4a;
		padding: 0.8rem 3rem;	
		border-radius: 5px;
	}
}
@media screen and (max-width:1080px) {
	.fix_btn {
	  	display: flex;
		position: fixed;
		right: 15rem;
		top: 2.5rem;
		/*width: 50px;
		height: 40px;*/
		cursor: pointer;
		z-index: 300;
		background-color: #A09A91;

		border-radius: 5px;
		transition: 0.5s;
	}
	.fix_btn:hover {
		display: flex;
		position: fixed;
		right: 15rem;
		top: 2.5rem;
		/*width: 50px;
		height: 40px;*/
		cursor: pointer;
		z-index: 300;
		background-color: #665a4a;
		padding: 0.8rem 3rem;	
		border-radius: 5px;
	}
}
@media screen and (max-width:991px) {
	.fix_btn a {
		font-family: "Changa", sans-serif;
		border-radius: 5px;
		color: #fff;
		font-size: 0.7rem;
	}
	img.mail_icon {
		width: 1.3rem;
		height: auto;
		border-radius: 0;
		margin-left: 1.1rem;
		vertical-align: sub;
	}
	.fix_btn {
		/*
	  	display: flex;
		position: fixed;
		right: 11rem;
		top: 2rem;
		cursor: pointer;
		z-index: 300;
		background-color: #A09A91;
		padding: 0.5rem 2rem;
		border-radius: 5px;
		*/
		display: none;
	}
	.fix_btn:hover {
		display: flex;
		position: fixed;
		right: 11rem;
		top: 2rem;
		/*width: 50px;
		height: 40px;*/
		cursor: pointer;
		z-index: 300;
		background-color: #665a4a;
		padding: 0.5rem 2rem;
		border-radius: 5px;
	}
}

@media screen and (max-width:540px) {
	.fix_btn {
		display: flex !important;
		width: 37px;
		height: 37px;
		position: fixed;
		right: 8rem;
		top: 2rem;
		/*width: 50px;
		height: 40px;*/
		cursor: pointer;
		z-index: 300;
		background-color: #A09A91;
		padding: 0;
		border-radius: 5px;
		transition: 0.5s;
	}
	.fix_btn:hover {
		display: flex;
		position: fixed;
		right: 8rem;
		top: 2rem;
		/*width: 50px;
		height: 40px;*/
		cursor: pointer;
		z-index: 300;
		background-color: #665a4a;
		padding: 0;
		border-radius: 5px;
	}
	.fix_btn a {
		font-family: "Changa", sans-serif;
		border-radius: 5px;
		color: #fff;
		margin: auto;
	}
	img.mail_icon {
		width: 3rem;
		height: auto;
		border-radius: 0;
		margin-left: 0rem;
		vertical-align: sub;
	}

}


p.small_en {
	font-size: 0.8rem;
}

@media screen and (max-width:540px) {
	p.small_en {
		font-size: 1.8rem;
	}
}

/**===============
index top css
================**/
#index .main_img {
	height: fit-content;
	width: 100%;
}
#index .main_img img.mainimg {
	/*height: 100vh;*/
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 0;
}
#index .main_img .main_img_title {
	padding-top: 25rem;
}
#index .main_img {
	background-color: #000;
}
#index .main_img p {
	color: #fff;
    letter-spacing: 2px;
}
#index .main_img .main_img_title p.top_title {
	font-size: 2.3rem;
	line-height: 1.5;
}
#index .main_img .top_down {
	position: relative;
}
#index .main_img .top_down .text_zone {
	position: absolute;
	right: 15rem;
	top:50%;
	transform: translateY(-50%);
	margin: auto;
}
#index .main_img .top_down .text_zone p.down_title {
	font-size: 1.5rem;
	line-height: 1.5;
}


@media screen and (max-width:1280px) {
	#index .main_img .main_img_title {
		padding-top: 20rem;
	}
}

@media screen and (max-width:991px) {
	#index .main_img .main_img_title {
		padding-top: 10rem;
		padding-left: 8.640px;
		padding-right: 8.640px;
	}
	#index .main_img .main_img_title p.top_title {
		font-size: 1.5rem;
	}
	#index .main_img .top_down .text_zone {
		position:initial;
		margin: auto;
		transform: initial;
		display: inline;
		display: block;
		height: fit-content;
		padding-bottom: 8rem;
		text-align: right;
		padding-left: 8.640px;
		padding-right: 8.640px;
	}

}


@media screen and (max-width:540px) {
	#index .main_img {
		position: relative;
		height: fit-content;
	}
	#index .main_img .main_img_title {
		padding-top: 0rem;
	}
	#index .main_img .main_img_title {
		position: absolute;
		top: 15rem;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 1;
	}
	#index .main_img .main_img_title p.top_title {
		font-size: 2.7rem;
		/*margin-top: 2rem;*/
	}
	#index .main_img .main_img_title p.comment {
		margin-top: 3.5rem;
	}
	#index .main_img .img_zone {
		padding-top: 70%;
		padding-bottom: 5rem;
	}
	#index .main_img .top_down  {
		margin: auto;
	}
	#index .main_img .top_down .text_zone {
		position:initial;
		margin: auto;
		transform: initial;
		display: inline;
		display: block;
		height: fit-content;
		padding-bottom: 8rem;
		text-align: right;
	}
	#index .main_img .top_down a img {
		width: 1.3rem;
		height: auto;
	}
	#index .main_img .top_down .text_zone p.down_title {
		font-size: 2.2rem;
		line-height: 1.5;
	}
}

.img_shadow {
	box-shadow: 0px 3px 6px #eee;
}

.img_hover {
	/*transition: transform 0.6s ease;*/
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 3px 6px #eee;
	transition: 0.5s;
}
.img_hover img {
	transition: transform 0.5s ease; 
    display: block;
}
.img_hover:hover img {
	transform: scale(1.1);
	/*transition: transform 0.6s ease;*/
	transition: 0.5s;
}



/**=============
top Products
=============**/
.flex_group {
	display: flex;
}
@media screen and (max-width:991px) {
	.flex_group {
		display: block;
	}
}
#index .top_products .title_zone {
	position: relative;
}

#index .title_zone p.en {
	color: #A09A91;
}
#index .top_products .products_list {
	justify-content: space-between;
}
#index .top_products .products_list .maker {
	width: 30%;
}
#index .top_products .products_list .maker a img.maker_img {
	transition: transform 0.5s ease; /* transformに対して効かせると明示 */
    transform: scale(1);
}
#index .top_products .products_list .maker a:hover {
	transition: 0.5s;
}
#index .top_products .products_list .maker a:hover img.maker_img {
	transform: scale(1.1);

}

#index .top_products .products_list .link_zone {
	display: flex;
	justify-content: left;
	margin-top: 1.5rem;
}
#index .top_products .products_list .link_zone p img.maker_logo {
	width: 20rem;
	height: auto;
}

#index .top_products .products_list .link_zone p {
	/*margin-left: 1.5rem;*/
	font-size: 0.8rem;
}
#index .top_products .products_list .link_zone img.logo {
	height: 1.5rem;
	width: auto;
}
#index .top_products .products_list .link_zone img.arrow_img {
	margin-left: 0.5rem;
}

#index .top_products .etc_products .etc_link_zone {
	text-align: center;
}
#index .top_products .etc_products .etc_link_zone ul{
	padding-left: 0;
}
#index .top_products .etc_products .etc_link_zone ul li+li {
	margin-top: 3.5rem;
}
#index .top_products .etc_products .etc_link_zone ul a {
	display: inline-block;
	text-align: left;
	width: 12rem;
}
#index .top_products .etc_products .etc_link_zone p {
	font-size: 0.7rem;
}

#index .top_products .etc_products .etc_link_zone img.valoriani_logo {
	width: 11rem;
	height: auto;
}

#index .top_products .etc_products .etc_link_zone img.other_logo {
	width: 11rem;
	height: auto;
}
#index .top_products .etc_products .etc_link_zone img.hultafors_logo {
	width: 11rem;
	height: auto;
}

#index .top_products .etc_products .etc_link_zone img.arrow_img {
	margin-left: 1rem;
}
#index #menu_list .bg_color {
	padding-bottom: 8rem;
}
#index #menu_list .flex_between {
	justify-content: space-between;
}
#index  #list_wrap .text_zone p.en {
	color: #A09A91;
}


@media screen and (max-width:1280px) {
	#index .top_products .products_list .link_zone {
		display: flex;
		flex-direction: column;
		justify-content: left;
		margin-top: 1.5rem;
		align-items: start;
	}
	#index .top_products .products_list .link_zone p {
		margin-left: 0rem;
		font-size: 0.8rem;
	}
	#index .top_products .products_list .link_zone img.logo {
		height: 1.5rem;
		width: auto;
		/*width: fit-content;*/
	}
	/*
	#index .top_products .products_list .link_zone p {
		display: flex;
		justify-content: space-around;
	}
	*/
	#index .top_products .etc_products .etc_link_zone img.valoriani_logo {
		width: 8rem;
		height: auto;
	}
	#index .top_products .etc_products .etc_link_zone img.other_logo {
		width: 5rem;
		height: auto;
	}
	#index .top_products .etc_products .etc_link_zone img.hultafors_logo {
		width: 8rem;
		height: auto;
	}

}


@media screen and (max-width:991px) {
	#index .top_products .title_zone {
		padding: 0 7px;
	}
	#index .top_products .border_title:after {
		content: "";
		width: 75%;
		height: 1px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		background: #E5E5E5;
	}
	#index .top_products .products_list .link_zone {
		display: flex;
		justify-content: left;
		margin-top: 1.5rem;
	}
	#index .top_products .products_list .link_zone p {
		font-size: 1rem;
	}
	#index .top_products .products_list .link_zone p img.maker_logo {
		/*height: 1.65rem;
		width: auto;*/
		width: 85%;
		height: auto;
	}

	#index .top_products .products_list .maker {
		width: 100%;
	}

	#index .top_products .products_list div+div {
		margin-top: 3.5rem;
	}
	#index .top_products .products_list .text_zone {
		margin-top :1.5rem;
	}
	#index .top_products .etc_products {
		margin-top: 5rem;
	}
	#index .top_products .etc_products .etc_link_zone {
		text-align: center;
		margin-top: 0;
	}
	#index .top_products .etc_products .etc_link_zone ul{
		padding-left: 0;
		margin-bottom: 5rem;
	}
	#index .top_products .etc_products .etc_link_zone ul a {
		display: block;
		text-align: left;
		width: 100%;
	}
    #index .top_products .etc_products .etc_link_zone img.other_logo {
		width: 13rem;
		height: auto;
	}
	#index .top_products .etc_products .etc_link_zone ul li.hultafors_li {
		margin-top: 2rem;
	}
    #index .top_products .etc_products .etc_link_zone ul li.outdoor_li {
		margin-top: 4rem;
	}
	#index .top_products .etc_products .etc_link_zone p {
		font-size: 1rem;
	}
    #index .top_products .etc_products .etc_link_zone img.valoriani_logo {
		width: 13rem;
		height: auto;
	}
	#index .top_products .etc_products .etc_link_zone img.other_logo {
		width: 13rem;
		height: auto;
	}
	#index .top_products .etc_products .etc_link_zone img.hultafors_logo {
		width: 13rem;
		height: auto;
	}
	#index #menu_list .bg_color {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

}



@media screen and (max-width:540px) {
	#index .top_products .title_zone {
		position: relative;
		padding: 0 7px;
	}
	#index .top_products .products_list .link_zone img.logo {
		height: 4rem;
		width: auto;
	}
	#index .top_products .products_list div+div {
		margin-top: 7rem;
	}
	#index .top_products .products_list .link_zone {
		display: flex;
		justify-content: left;
		margin-top: 3.5rem;
	}
	#index .top_products .etc_products .etc_link_zone ul li.hultafors_li {
		margin-top: 3rem;
	}
    #index .top_products .etc_products .etc_link_zone ul li.outdoor_li {
		margin-top: 6rem;
	}
	#index .top_products .products_list .link_zone p {
		font-size: 2rem;
	}
	#index .top_products .products_list .link_zone p img.maker_logo {
		width: 100%;
		height: auto;
	}
	/**
	#index .top_products .products_list .link_zone img.logo_arrow {
		width: 1.7rem;
		height: auto;
		margin-left: 0.5rem;
	}**/
	#index .top_products .products_list .text_zone {
		margin-top :1.5rem;
	}
	#index .top_products .etc_products .etc_link_zone p {
		font-size: 1.5rem;
        margin-top: 0.5rem;
	}
	#index .top_products .etc_products .etc_link_zone ul a {
		display: block;
		text-align: left;
		width: 100%;
	}
	#index .top_products .etc_products .etc_link_zone img.arrow_img {
		margin-left: 1.5rem;
	}
	#index .top_products .etc_products .etc_link_zone img.valoriani_logo {
		width: 20rem;
		height: auto;
	}
	#index .top_products .etc_products .etc_link_zone img.other_logo {
		width: 21rem;
		height: auto;
	}
	#index .top_products .etc_products .etc_link_zone img.hultafors_logo {
		width: 20rem;
		height: auto;
	}
	#index .top_products .etc_products .res_991 a{
		margin-top: 3.5rem;
	}
	img.logo_arrow {
		width: 1.7rem;
		height: auto;
		margin-left: 0.5rem;
	}
	#index .title_zone p.en {
		color: #A09A91;
		text-align: left;
	}
	#index #menu_list .bg_color {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
}





/**=============
section_list
=============**/
#menu_list .bg_section {
	justify-content: space-between;
}

#menu_list .card_zone {
    display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(48px, 7vw, 5rem);
  row-gap: clamp(100px, 10vw, 8rem);
}







#menu_list .section_list_right {
	margin-top: 5rem;
}

#menu_list .section_list .text_zone .title_zone {
	margin-top: 3.5rem;
	/*margin-bottom: 1.5rem;*/
}
#menu_list .section_list .text_zone .title_zone h3 {
	margin-bottom: 0;
}
#menu_list .section_list a.btn_wh {
	margin-top: 3.5rem;
}


@media screen and (max-width:991px) {
	#menu_list .section_list {
		display: inline-block;
		width: 100%;
	}
	#menu_list .section_list_right {
		margin-top: 0rem;
	}
	#menu_list .section_list .inner_section {
		margin-top: 0rem;
	}
	#menu_list .section_list div+div {
		margin-top: 5rem !important;
	}
	#menu_list .section_list .text_zone {
		margin-top:  0!important;
	}
	#menu_list .section_list .text_zone .title_zone {
		margin-top: 3.5rem;
		margin-bottom: 0rem;
	}
}



@media screen and (max-width:540px) {
	#menu_list .section_list {
		display: inline-block;
		width: 100%;
	}
    #menu_list .section_list_right {
		margin-top: 0rem;
	}
 	#menu_list .section_list div+div {
		margin-top: 7rem !important;
	}
	}








.brn_wrap {
	position: relative;
}
.brn_wrap .image_zone {
	height: fit-content;
	width: auto;
}
.brn_wrap img {
	width: 100%;
	height: auto;
}
.brn_wrap .text_zone {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: space-around;
}
.brn_wrap .text_zone .left_zone {
	margin-block: auto;
}
.brn_wrap .text_zone .right_zone {
	margin: auto;
}
.brn_wrap .text_zone h2 {
	font-size: 3.8rem;
	color: #A09A91;
}
.brn_wrap .text_zone .btn_zone {
	padding-top: 5px;
	margin-top:3rem;
}
.brn_wrap .text_zone a.btn_wh {
	background-color: initial;
	color: #fff;
	border: 1px dashed #fff;
}
.brn_wrap .text_zone p {
	color: #fff;
	text-shadow: 0px 3px 6px #000;
}

@media screen and (max-width:1280px) {
	.brn_wrap .text_zone h2 {
		font-size: 2.5rem;
		color: #A09A91;
	}
}


@media screen and (max-width:991px) {
	.brn_wrap .image_zone {
		overflow: hidden;
		height: 44.2rem;
		width: auto;
	}
	.brn_wrap img {
		/*width: 100%;*/
		height: 100%;
		width: auto;
	}
	.brn_wrap .text_zone .left_zone {
		margin-block: initial;
		margin-inline: auto;
	}
	.brn_wrap .text_zone .right_zone {
		margin: initial;
		margin-inline: auto;
	}
	.brn_wrap .text_zone h2 {
		font-size: 2.5rem;
		color: #A09A91;
	}
	.brn_wrap .text_zone {
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		display: flex;
		flex-direction: column;
		justify-content:center;
	}
	.brn_wrap .text_zone div {
		width: 80%;
		margin-block: 0;
	}
	.brn_wrap .text_zone p {
		margin-top: 1.5rem;
	}
}



@media screen and (max-width:540px) {
	.products {
		margin: auto;
		margin-top: 7rem;
		position: relative;
	}
	.brn_wrap .image_zone {
		overflow: hidden;
		width: 100%;
		height: auto;
	}
	.brn_wrap img {
		width: 100%;
		height: auto;
	}
	.brn_wrap .text_zone h2 {
		font-size: 3.5rem;
		color: #A09A91;
	}
	.brn_wrap .text_zone div {
		width: 93%;
		margin-block: 0;
	}
}








/**=============
infomation
=============**/
.infomation_wrap .title_zone h3 {
	margin-bottom: 0;
}

.infomation_wrap .btn_zone {
	display: flex;
	justify-content: end;
	padding-top: 5px;
}

.infomation_wrap .btn_zone a.c_btn {
	margin-left: 2rem;
}
.infomation_wrap .btn_zone a.c_btn img.arrow_img {
	margin-left: 1rem;
}
.infomation_wrap .news_list a.category {
	color: #fff;
	background-color: #A09A91;
	padding: 0.5rem 1.5rem;
	margin-left: 2rem;
	margin-right: 3rem;
	font-size: 0.7rem;
	display: inline-block;
	width: 7rem;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
}
.infomation_wrap .news_list a.category:hover {
	color: #fff;
	background-color: #69645b;
}
.infomation_wrap .news_list a.news_title{
	vertical-align: middle;
}
.infomation_wrap .news_list p.date {
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 0.8rem;
}
.infomation_wrap ul {
	margin-top: 5rem;
}
.infomation_wrap ul li {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding-top: 2rem;
	padding-bottom: 2rem;
	line-height: 1;
}
.infomation_wrap ul li+li {
	border-top: none;
	border-bottom: 1px solid #E5E5E5;
}


@media screen and (max-width:1400px) {
	.infomation_wrap .btn_zone a.btn_more {
		width: 10rem;
		align-items: center;
		border: 1px solid #A09A91;
		border-radius: 60px;
		background-color: #fff;
		padding: 0.8rem 1.5rem;
		display: inline-block;
		transition: all .3s;
		font-size: 0.75rem;
		display: flex;
		justify-content: space-between;
		margin-left: 2rem;
	}
}

@media screen and (max-width:1280px) {
	.infomation_wrap .news_list a.news_title {
		display: block;
		margin-top: 1.5rem;
	}
	.infomation_wrap .news_list p.date {
		display: inline-block;
		padding-left: 0px;
	}
	.infomation_wrap {
		padding:0 10px ;
	}
}

@media screen and (max-width:991px) {
	#index .infomation_wrap {
		margin-top: 5rem;
		margin-inline: auto;
		display: block;
	}
	.infomation_wrap ul {
		margin-top: 3.5rem;
	}
	#index .infomation_wrap div {
		margin-inline: auto;
		padding: 0;
	}
	#index .infomation_wrap .btn_zone {
		display: block;
		padding-top: 1.5rem;
	}
	#index .infomation_wrap .btn_zone a.c_btn {
		margin-left: 0rem;
	}
	/*
	.infomation_wrap .news_list a.news_title {
		display: block;
		margin-top: 1.5rem;
	}
	.infomation_wrap .news_list p.date {
		display: inline-block;
		padding-left: 0px;
	}
		*/
}


@media screen and (max-width:540px) {
	/*
	#index .infomation_wrap .title_zone {
		padding: 0 10px;
	}
	#index .infomation_wrap .news_list {
		padding: 0 10px;
	}*/
	#index .infomation_wrap {
		margin-top: 7rem;
		margin-inline: auto;
		display: block;
	}
	.infomation_wrap .news_list p.date {
        display: inline-block;
        padding-left: 0px;
        padding-bottom: 1px;
		font-size: 1.6rem;
		vertical-align: sub;
    }	
	.infomation_wrap .news_list a.news_title {
        display: block;
        margin-top: 1.5rem;
		font-size: 1.8rem;
		line-height: 2;
    }
	/*
	.infomation_wrap .btn_zone a.btn_more {
		width: 18rem;
		align-items: center;
		border: 1px solid #A09A91;
		border-radius: 60px;
		background-color: #fff;
		padding: 0.8rem 5rem;
		display: inline-block;
		transition: all .3s;
		font-size: 1.5rem;
		display: flex;
		justify-content: space-between;
		margin-left: 2rem;
	}
	.infomation_wrap .btn_zone a.btn_more:hover {
		width: 18rem;
		align-items: center;
		border: 1px solid #D4D3CA;
		border-radius: 60px;
		background-color: #D4D3CA;
		padding: 0.8rem 5rem;
		display: inline-block;
		transition: all .3s;
		font-size: 1.5rem;
		display: flex;
		justify-content: space-between;
		margin-left: 2rem;
	}
	*/
	.infomation_wrap .news_list a.category {
		color: #fff;
		background-color: #A09A91;
		padding: 0.7rem 1.7rem;
		margin-left: 30px;
		margin-right: 30px;
		font-size: 1.3rem;
		display: inline-block;
		width: 13rem;
		text-align: center;
	}
	.infomation_wrap .news_list a.category:hover {
		color: #fff;
		background-color: #69645b;
		padding: 0.5rem 1.7rem;
		margin-left: 30px;
		margin-right: 30px;
	}
}


/**=============
list_wrap
=============**/
#list_wrap .list_wrap.flex_grap {
	display: flex;
    flex-wrap: wrap;
    column-count: 2;
    justify-content: space-evenly;
}
#list_wrap .list_wrap .list_zone {
	justify-content: space-between;
}

#list_wrap .list_wrap .list_zone .text_zone {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 0;
}
#list_wrap .list_wrap .list_zone .text_zone h3 {
	margin-bottom: 0;
}
#list_wrap .list_wrap .list_zone .text_zone .list_text{
	margin-top: 1rem;
}
#list_wrap .list_wrap .list_zone .text_zone .list_text a.pdf_link_text span {
	border-bottom: 1px solid #38342E;
	font-size: 0.9rem;
}
#list_wrap .list_wrap .list_zone .text_zone a.btn_wh {
	margin: auto auto 0 0;
	/*padding: 0.73rem 1.3rem;*/
	padding: 1.05rem 1.3rem;
}
#list_wrap .list_wrap .list_zone .text_zone a.btn_wh:hover {
	padding: 1.05rem 1.3rem;
}
#list_wrap .list_wrap .list_zone .text_zone a.btn_wh img.arrow_img {
	margin-left: 1rem;
}

@media screen and (max-width:991px) {
	#list_wrap .list_wrap {
		flex-direction: column;
		margin-top: 5rem;
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	#list_wrap .list_wrap .list_zone {
		margin-block: 0;
		margin-bottom: 5rem;
		flex-direction: column;
		justify-content: space-between;
		padding: 0;
	}
	#list_wrap .list_wrap .list_zone .text_zone {
		margin-top: 3.5rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#list_wrap .list_wrap .list_zone .text_zone .inner_margin {
		margin-top: 0;
	}
	#list_wrap .list_wrap .list_zone .text_zone a.btn_wh{
		margin: auto auto 0 0;
		margin-top: 2rem;
	}
	#list_wrap .list_wrap .list_zone .text_zone a.btn_wh {
		padding: 1.05rem 2.3rem;
	}
	#list_wrap .list_wrap .list_zone .text_zone a.btn_float:hover {
		padding: 0.73rem 2.3rem;
	}
	#list_wrap .list_wrap .list_zone .text_zone a.btn_float img.arrow_img {
		margin-left: 2rem;
	}
	#list_wrap .list_wrap .list_zone .text_zone .list_text a.pdf_link_text span {
		border-bottom: 1px solid #38342E;
		font-size: 1rem;
	}
}

@media screen and (max-width:540px) {
	#list_wrap .list_wrap {
		flex-direction: column;
		margin-top: 7rem;
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
	#list_wrap .list_wrap .list_zone {
		margin-block: 0;
		margin-bottom: 7rem;
		flex-direction: column;
		justify-content: space-between;
		padding: 0;
	}
	#list_wrap .list_wrap .list_zone .text_zone a.btn_wh {
		padding: 1.75rem 4rem;
	}
	#list_wrap .list_wrap .list_zone .text_zone .list_text a.pdf_link_text span {
		border-bottom: 1px solid #38342E;
		font-size: 1.8rem;
	}
}



.login_zone {
	position: relative;
}
.login_zone .inner_section {
	width: 55%;
	margin: auto;
	margin-right: 0;
}
.login_zone .text_zone {
	margin: auto;
	margin-right: 0 !important;
	background-color: #fff;
	text-align: right;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 60px;
}
.login_zone .text_zone>div {
	display: inline-block;
	text-align: left;
}
.login_zone .text_zone p.jp_text {
	margin-top: 20px;
	margin-bottom: 20px;
}
.login_zone .text_zone table {
	margin-top: 40px;
	margin-bottom: 40px;
}
.login_zone .text_zone table  tr {
	display: block;
	margin-bottom: 10px;
	font-size: 0.8rem;
}
.login_zone .text_zone table input {
	border-radius: 0;
	border: 1px solid #707070;
	height: 25px;
	margin-left: 30px;
}
.login_zone .img_zone {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	height: fit-content;
}

@media screen and (max-width:1280px) {
	.login_zone .inner_section {
		width: 68%;
		margin: auto;
		margin-right: 0;
	}
}

@media screen and (max-width:991px) {
	#index .login_zone {
		flex-direction: column;
		position: relative;
		margin-top: 0;
	}
	.login_zone .text_zone {
		margin: auto;
		margin-right: 0 !important;
		background-color: #fff;
		text-align: right;
		padding-top: 2.5rem;
		padding-bottom:2.5rem;
		padding-right: 3rem;
	}
	.login_zone .text_zone {
		margin: auto !important;
		background-color: #fff;
		text-align: right;
		/*padding: 3rem;*/
		padding: 3rem 3rem;
	}
	.login_zone .inner_section {
		width: 100%;
		margin: auto;
		margin-right: 0;
	}
	.login_zone .img_zone {
		position: initial;
		margin: auto;
		top: 0;
		bottom: 0;
		height: fit-content;
		margin-bottom: 3rem;
	}
	.login_zone .text_zone table {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 20px;
	} 
	.login_zone .text_zone table  tr {
		display: block;
		margin-bottom: 0px;
		font-size: 2rem;
	}
	.login_zone .text_zone table  tr th {
		font-size: 1rem;
	}
	.login_zone .text_zone table  tr td,
	.login_zone .text_zone table  tr th {
		width: 100%;
		display: block;
	}
	.login_zone .text_zone table  tr td input{
		margin-left: 0;
		width: 100%;
		height: 35px;
	}
	#index .login_zone .text_zone a.btn_float {
		margin: auto auto 0 0;
		margin-top: 1rem !important;
	}
}

@media screen and (max-width:540px) {
	.login_zone .text_zone table  tr td {
		font-size: 1.8rem;
	}
	/*
	.login_zone .text_zone {
		margin: auto !important;
		background-color: #fff;
		text-align: right;
		padding: 3.5rem;
	}
		*/
	.login_zone .text_zone {
		margin: auto !important;
		background-color: #fff;
		text-align: right;
		padding: 5rem 3.5rem;
	}
	#index .login_zone .text_zone a.btn_float {
		margin: auto auto 0 0;
		margin-top: 3.5rem !important;
	}
	.login_zone .text_zone table  tr th {
		font-size: 1.8rem;
	}
}









/**=========
top btn
==========**/

.top_btn {
	display: block;
	z-index: 1;	
}
.top_btn a {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1;
	font-size: 12px;
	font-weight: 500;
}
.top_btn a img{
	width: 25px;
	height: auto;
}

.top_btn a:hover img {
	animation: topanim 1s ease-out forwards infinite;
}
@keyframes topanim {
    0% {transform: translateY(0);}
    100% {transform: translateY(-15px);}
}

@media screen and (max-width:540px) {
	.top_btn a img{
		width: 20px;
		height: auto;
	}
}





.comingsoon {
    padding-top: 10rem;
    padding-bottom: 7rem;

}
.comingsoon .text_zone {
    text-align: center;
}
.comingsoon .text_zone p {
    text-align: center;
}

.comingsoon .text_zone p.big_font {
    font-size: 3rem !important;
}

@media screen and (max-width:991px) {
    .comingsoon {
        padding-top: 10rem;
        padding-bottom: 7rem;
        height: 60vh;
    }
}


@media screen and (max-width:540px) {
    .comingsoon {
        padding-top: 10rem;
        padding-bottom: 7rem;
        height: initial;
    }
}