@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

h1 {
	font-weight: 700;
	font-size: 1.8em;
	margin-bottom: 3vh;
	text-align: center;
}


/*----- キャンペーンバナー -----*/

.bnr_cam {
	bottom: 310px;
}

.bnr_cam>div::before {
	content: "";
	width: 10px;
	height: 2px;
	background: #000;
	transform: rotate(45deg);
	position: absolute;
}

.bnr_cam>div::after {
	content: "";
	width: 10px;
	height: 2px;
	background: #000;
	transform: rotate(-45deg);
	position: absolute;
}

/*----- キャンペーンバナーここまで -----*/

/*----- ショールーム＆展示会情報 -----*/
.showroom_exhibition_box {
	width: 96%;
	max-width: 1004px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin: 0 auto 60px;
}

.showroom_exhibition_box>div:nth-of-type(2)>div a {
	display: flex;
	gap: 5px 10px;
}

.showroom_exhibition_box {
	display: flex;
	transition: 0.3s;
}

.showroom_exhibition_box> div {
	display:flex;
	justify-content:space-between;
	}

.showroom_exhibition_box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 30px auto 40px;
}

.showroom_exhibition_box {
	display: block;
	transition: 0.3s;
}

.showroom_exhibition_box> h2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 0 0 10px 0;
	margin-bottom:20px;
    font-size: 14px;}

.showroom_exhibition_box a:hover {
	opacity: 0.3;
}

.showroom_exhibition_box a img {
    width: 100%;
}

.showroom_exhibition_box> div a {
	width:calc(100%/2 - 10px);
	}

.showroom_exhibition_box a:hover {
	opacity: 0.3;
}


/*----- ショールーム＆展示会情報ここまで -----*/

/* tsunagaru taiou 202406 */
.tsunagaru{display: block;
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
text-align: center;
margin-bottom: 10px;}

.title_main {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #3a3a3a;
	font-size: 2.5rem;
	font-weight: 300;
	border-bottom: .5px solid #dadada;
	padding: 0 0 5px;
	margin: 40px 0 5px;
}

.taiou_box{ 
	padding: 0 20px;
	margin: 0px auto 50px!important;}
.taiou_box > div {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 23px;
}

.taiou_box > div > a {
	position: relative;
	display: block;
	color: #00863C;
	text-decoration: none;
	background: #fff;
	/* border: 1px solid #00863C; */
	border-bottom: 1px solid #00863C;
	padding: 8px 10px 0.1px 0px;
	font-weight: 500;
}
.taiou_box > div > a:hover {
	opacity: .7;
}

.taiou_box > div > a:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 2px #00863C;
    border-right: solid 2px #00863C;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
	top: 46%;
    left: 93%;
}


.full-width{
	display: block;
    margin: 0 auto;
	width: 100%;
}

.fixed-width{   
    max-width: 1010px;
justify-content: center;}

/*  */

.fixed_btn,
.fixed_btn_hojyokin,
.fixed_btn_mitumori {
	width: 220px;
	border: 2px solid #fff;
	border-radius: 5px;
	position: fixed;
	right: 5px;
	padding: 20px 10px;
	transition: .3s;
	z-index: 3;
}

.fixed_btn::after,
.fixed_btn_hojyokin::after,
.fixed_btn_mitumori::after {
	content: "\f101";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -7px 0 0;
}

.fixed_btn:hover,
.fixed_btn_mitumori:hover {
	color: #fff;
	opacity: 0.6;
}

.fixed_btn_hojyokin:hover {
	color: #000;
	opacity: 0.6;
}

.fixed_btn {
	color: #fff;
	background: #00b050;
	bottom: 200px;
}

.fixed_btn_mitumori {
	color: #fff;
	background: #e35b3b;
	bottom: 130px;
}

.fixed_btn_hojyokin {
	color: #000;
	background: #ffe333;
	bottom: 60px;
}

/*-----お知らせ-----*/


/*-----各種バナー用-----*/

.banner_box {
	width: 96%;
	max-width: 1150px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 30px auto 40px;
}

.banner_box a {
	display: block;
	transition: 0.3s;
}

.banner_box a:hover {
	opacity: 0.3;
}

.banner_box a img {
	width: 100%;
	max-width: 360px;
}


/*-----各種バナー用ここまで-----*/

.news_box {
	width: 96%;
	max-width: 1004px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin: 0 auto 60px;
}

.news_box a {
	color: #666;
	transition: .3s;
}

.news_box a:hover {
	display: block;
	color: #666;
	opacity: 0.3;
}

.news_box .oshirase_box {
	grid-column: 1/3;
}

.news_box .oshirase_box>div:nth-of-type(2) a {
	line-height: 1.5;
}

.news_box .oshirase_box>div:nth-of-type(2) a:nth-of-type(1) {
	min-width: 130px;
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	background-color: #999;
	border-radius: 2px;
	padding: 3px;
	transition: .3s;
}

.news_box .oshirase_box>div:nth-of-type(2) a:nth-of-type(1):hover {
	color: #fff;
	opacity: 0.3;
}

.news_box .seihin_box,
.news_box .tenji_seminar_box {
	border: 1px solid #ccc;
	padding: 20px;
}

.news_box .seihin_box p,
.news_box .tenji_seminar_box p {
	font-size: 1.2rem;
	line-height: 1.5;
}

.news_box>div>div:nth-of-type(1) {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 0 0 10px 0;
}

.news_box>div>div:nth-of-type(2)>div {
	display: flex;
	align-items: baseline;
	gap: 5px 20px;
	border-bottom: 1px dotted #ccc;
	padding: 15px 0;
}

.news_box .seihin_box>div:nth-of-type(2)>div:last-of-type,
.news_box .tenji_seminar_box>div:nth-of-type(2)>div:last-of-type {
	border-bottom: none;
	padding: 15px 0 0;
}

.news_box>div h2 {
	color: #474747;
	font-size: 2rem;
}

.news_box>div h2 span {
	display: block;
	margin-top: .35em;
	color: #999;
	font-family: Arial;
	font-size: 30%
}

.news_box>div>div:nth-of-type(1) h2:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 20px;
	height: 1px;
	background: #00853f;
}

.news_box .seihin_box>div:nth-of-type(2)>div a {
	display: flex;
	gap: 5px 10px;
}

.news_box .seihin_box div:nth-of-type(2)>div a p:nth-of-type(1) {
	min-width: 120px;
	font-weight: bold;
	white-space: nowrap;
}


/*-----お知らせ　ここまで-----*/

.attention {
	background: #f5fdff;
	display: flex;
	align-items: center
}

.attention h4 {
	padding: 15px 30px;
	display: inline-block;
	margin-left: 40px;
	margin-right: 40px;
	background: #3a658b;
	color: #fff
}

.attention a {
	cursor: pointer;
	display: block;
	padding: 30px
}

.attention p {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	display: block;
	float: left
}

.attention a::before {
	position: absolute;
	content: "詳しくはこちら";
	margin-left: 40%;
	top: 38%
}

.attention a::after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px#3a658b;
	border-right: solid 2px#3a658b;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 47%;
	left: 77%;
	margin-top: -4px
}

.cls_header {
	min-height: 115px;
	width: 100%;
	position: relative;
	z-index: 999;
}

.footNav a:hover,
article a:hover {
	outline-width: 0;
	color: #09f
}

.inidexBnr {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 5em
}

.inidexBnr ul:after,
.inidexBnr:after {
	content: '';
	display: block;
	clear: both;
	height: 0
}

.inidexBnr li {
	float: left;
	width: calc(100%/6);
	text-align: center
}

.inidexBnr li img {
	width: 100%;
	max-width: 167px;
	height: auto;
	display: table;
	display: table;
	position: static
}

.breadcrumb {
	height: 40px
}

.indexContent {
	width: 96%;
	max-width: 1004px;
	margin: 0 auto 5em;
	position: relative;
	color: #474747
}

.indexContent header {
	margin-bottom: 1em;
	line-height: 1.7;
	font-size: 1.78em;
	font-weight: 600
}

.indexContentList:after {
	content: '';
	display: block;
	clear: both;
	height: 0
}

.indexContentList>li {
	float: left;
	position: relative;
	width: 32%;
	margin-bottom: 1.5em;
	border-radius: 4px;
	text-align: left;
	background: #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15)
}

.indexContentList>li:nth-child(3n+2) {
	margin-right: 2%;
	margin-left: 2%
}

.indexContentList>li:nth-child(3n+4) {
	clear: both
}

.indexContentList>li a {
	color: inherit;
	text-decoration: none
}

.indexContentList>li h3 {
	position: relative;
	padding: 1em 1em 1em 4.2em;
	border-bottom: rgba(0, 0, 0, .15) 1px solid;
	font-size: 1.24em;
	font-weight: 600
}

.indexContentList>li h3:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1em;
	width: 1em;
	height: .7em;
	margin-top: -.5em;
	background: url(/assets/img/common/arrow_right-gr.png) no-repeat 96% center;
	background-size: auto 100%;
	transition: .5s
}

.indexContentList>li a:hover h3 {
	background-color: #f9f9f9
}

.indexContentList>li a:hover h3:after {
	content: '';
	right: .5em;
	transition: .5s
}

.indexContentList>li a h3:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: rgba(0, 133, 63, 0);
	transition: .5s
}

.indexContentList>li a:hover h3:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #00853f;
	transition: .5s
}

.indexContentList>li:nth-child(1) h3 {
	background: #fafff7 url(/assets/img/index/index-icon01.png) no-repeat 1em center;
	background-size: auto 45%
}

.indexContentList>li:nth-child(2) h3 {
	background: #fafff7 url(/assets/img/index/index-icon02.png) no-repeat 1em center;
	background-size: auto 45%
}

.indexContentList>li:nth-child(3) h3 {
	background: #fafff7 url(/assets/img/index/index-icon03.png) no-repeat 1em center;
	background-size: auto 45%
}

.indexContentList>li:nth-child(4) h3 {
	padding-left: 5.6em;
	background: #fafff7 url(/assets/img/index/index-icon04.png) no-repeat 1em center;
	background-size: auto 45%
}

.indexContentList>li:nth-child(5) h3 {
	background: #fafff7 url(/assets/img/index/index-icon05.png) no-repeat 1em center;
	background-size: auto 45%
}

.indexContentList>li:nth-child(6) h3 {
	background: #fafff7 url(/assets/img/index/index-icon06.png) no-repeat 1em center;
	background-size: auto 45%
}

.indexContentList>li:nth-child(7) h3 {
	background: #fafff7 url(/assets/img/index/index-icon07.png) no-repeat 1em center;
	background-size: auto 45%
}

.indexContentList>li:nth-child(8) h3 {
	background: #fafff7 url(/assets/img/index/index-icon08.png) no-repeat 1em center;
	background-size: auto 45%
}

.indexContentList>li:nth-child(9) h3 {
	background: #fafff7 url(/assets/img/index/index-icon09.png) no-repeat 1em center;
	background-size: auto 45%
}

.indexContentList {
	display: flex;
	flex-wrap: wrap
}

.indexContentList li {
	display: block
}

.indexContentList>li h3 small {
	display: block;
	margin-top: .35em;
	color: #999;
	font-family: Arial;
	font-size: 30%
}

.indexContentListInner {
	padding: 1.8em 1em;
	font-size: .8em;
	margin-bottom: 0;
}

.indexContentListInner>ul>li {
	display: inline-block;
	width: 49%;
	margin-bottom: .65em;
	padding-right: .1em
}

.indexContentListInner>ul>li:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -.1em;
	width: 0;
	height: 0;
	margin-right: .65em;
	border: transparent 3px solid;
	border-left: #ddd 3px solid
}

.indexContentListInner+p {
	text-align: center;
	position: absolute;
	bottom: 9px;
	width: 100%
}

.indexBnr-m {
	width: 96%;
	max-width: 1080px;
	margin: 0 auto 5em;
	position: relative;
	margin-bottom: 2.5em
}

.indexBnr-m header {
	margin-bottom: 1em;
	line-height: 1.7;
	font-size: 1.78em;
	font-weight: 600
}

.indexBnr-m ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0
}

.indexBnr-m li {
	float: left;
	width: 530px
}

.indexBnr-m li:first-child {
	margin-right: 20px
}

.indexBnr-m li img {
	width: 100%;
	height: auto
}

.lineup_title {
	display: block;
	font-size: 18px;
	margin: 20px 0 10px 0;
	padding: 15px;
	background: #454545;
	color: #fff;
	width: 100%;
	text-align: center;
}

.solution_lineup {
	margin: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 823px;
}

.solution_lineup .lineup_inner {
	width: calc(85%/5);
	padding: 9px 0 0 0;
	display: block;
	text-align: center;
}

.solution_lineup .lineup_inner div {
	width: 110px;
	height: 100px;
	background: #ebeff0;
	margin: auto;
	padding: 15px 0;
}

.solution_lineup .lineup_inner:hover {
	color: #000;
	opacity: 0.7 !important;
}

.solution_lineup .lineup_inner p {
	font-size: 13px;
	color: #000;
	font-weight: 600;
	line-height: 16px;
}

.solution_lineup .lineup_inner img {
	height: 40px;
}

.swiper-container {
	height: auto !important;
}

.bnr_box {
	width: 96%;
	max-width: 1004px;
	text-align: center;
	margin: 0 auto 30px;
}

.bnr_box a {
	width: 100%;
	max-width: 720px;
	display: block;
	transition: 0.3s;
	margin: 0 auto;
}

.bnr_box a:hover {
	opacity: 0.3;
}

.bnr_box a img {
	width: 100%;
}

.dx_box {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 96%;
	max-width: 1004px;
	margin: 0 auto 20px;
}

.dx_box>div:nth-of-type(1) {
	width: 100%;
	max-width: 700px;
}

.dx_box>div:nth-of-type(1) a img {
	width: 100%;
	max-width: 700px;
	object-fit: contain;
	margin: 0 0 10px;
}

.dx_box>div:nth-of-type(1) {
	display: none;
}

.dx_box>div:nth-of-type(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 20px;
}

.dx_box>div:nth-of-type(2) a {
	width: 19%;
	display: block;
}

.dx_box>div:nth-of-type(2) a img {
	width: 100%;
}

.dx_box>div:nth-of-type(2)>p {
	display: block;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}

.dx_box>div:nth-of-type(2)>p span {
	font-size: 1.4rem;
}

.dx_box>div:nth-of-type(2)>p span.underline {
	font-size: 1.8rem;
	background: linear-gradient(transparent 50%, #DEFE41 50%);
}

.dx_box a {
	transition: 0.3s;
}

.dx_box a:hover {
	opacity: 0.3;
}

.toplogo_box {
	width: 96%;
	max-width: 1004px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	gap: 30px 50px;
	margin: 0 auto 20px;
}

.toplogo_box a img {
	width: 100%;
	max-width: 150px;
}

.toplogo_box a {
	transition: .3s;
}

.toplogo_box a:hover {
	opacity: 0.3;
}

.tunagaru_box {
	width: 96%;
	max-width: 1004px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 20px;
	margin: 0 auto 50px;
}

.tunagaru_box>a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	transition: 0.3s;
}

.tunagaru_box>a:hover {
	opacity: 0.3;
}

.tunagaru_box>a div {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
	padding: 10px;
	position: absolute;
	left: 0;
}

.tunagaru_box>a div img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.tunagaru_box>a p {
	width: 92%;
	display: block;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 10px;
	box-shadow: 2px 3px 3px rgb(0 0 0 / 20%);
}

.tunagaru_box>a:nth-of-type(1) p {
	background: #eb8762;
}

.tunagaru_box>a:nth-of-type(2) p {
	background: #f1ab43;
}

.tunagaru_box>a:nth-of-type(3) p {
	background: #524b52;
}

.tunagaru_box>a:nth-of-type(4) p {
	background: #9463a7;
}

.tunagaru_box>a:nth-of-type(5) p {
	background: #aecbc8;
}

.tunagaru_box>a:nth-of-type(6) p {
	background: #5d868d;
}

.tunagaru_box>a:nth-of-type(7) p {
	background: #30b8bd;
}

.tunagaru_box>a:nth-of-type(8) p {
	background: #ced632;
}

.tunagaru_box>a:nth-of-type(9) p {
	background: #dc2f6c;
}

.tunagaru_lineup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin: 0 auto 50px;
}

.tunagaru_lineup a {
	width: 90px;
	display: block;
	text-align: center;
	border: 2px solid #c7c8c7;
	padding: 10px 0;
	transition: .3s;
}

.tunagaru_lineup a:hover {
	color: #000;
	opacity: 0.3;
}

.tunagaru_lineup p {
	font-size: 1rem;
	color: #000;
	font-weight: 600;
	line-height: 1.1;
}

.tunagaru_lineup img {
	width: 100%;
	height: 40px;
	object-fit: contain;
	margin: 0 0 10px;
}

.dx_detail_box {
	display: flex;
	align-items: center;
	flex-flow: column;
	width: 96%;
	max-width: 1004px;
	text-align: center;
	margin: 0 auto 50px;
}

.dx_detail_box img {
	width: 100%;
	max-width: 700px;
}

.dx_detail_box>div {
	width: 100%;
	max-width: 900px;
	display: flex;
	justify-content: center;
	gap: 0 30px;
}

.dx_detail_box>div>div {
	text-align: center;
}

.dx_detail_box>div>div p:last-of-type {
	line-height: 1.5;
}

.dx_detail_box>div>div:first-of-type p:first-of-type,
.dx_detail_box>div>div:nth-of-type(2) p:first-of-type,
.dx_detail_box>div>div:last-of-type p:first-of-type {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
}

.dx_detail_box>div>div:first-of-type p:first-of-type {
	color: #d14848;
}

.dx_detail_box>div>div:nth-of-type(2) p:first-of-type {
	color: #3f6eb4;
}

.dx_detail_box>div>div:last-of-type p:first-of-type {
	color: #cca204;
}

.cooperation_box h2 {
	display: flex;
	font-size: 2rem;
	align-items: center;
	position: relative;
	margin: 0 0 30px;
}

.cooperation_box  {
	margin:0 0 80px;
}
.cooperation_box_inner img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.cooperation_box h2:before,
.cooperation_box h2:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background: #474747;
}

.cooperation_box h2:before {
	margin: 0 50px 0 0;
}

.cooperation_box h2:after {
	margin: 0 0 0 10px;
}

.cooperation_box h2 span {
	display: flex;
	align-items: center;
	position: relative;
}

.cooperation_box h2 span::after {
	content: '';
	background: url(/assets/img/index/icon_api.svg) no-repeat;
	width: 30px;
	height: 26px;
	background-size: contain;
	position: absolute;
	left: -40px;
}


.shashin_box h2,
.logo_box h2 {
	display: flex;
	font-size: 2rem;
	align-items: center;
	position: relative;
	margin: 0 0 30px;
}

.shashin_box h2:before,
.shashin_box h2:after,
.logo_box h2:before,
.logo_box h2:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background: #474747;
}

.shashin_box h2:before,
.logo_box h2:before {
	margin: 0 50px 0 0;
}

.shashin_box h2:after,
.logo_box h2:after {
	margin: 0 0 0 10px;
}

.shashin_box h2 span,
.logo_box h2 span {
	display: flex;
	align-items: center;
	position: relative;
}

.shashin_box h2 span::after {
	content: '';
	background: url(/assets/img/index/icon_shashin.svg) no-repeat;
	width: 30px;
	height: 26px;
	background-size: contain;
	position: absolute;
	left: -40px;
}

.shashin_box>div p {
	line-height: 1.5;
}

.shashin_box>div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	transition: .3s;
	margin: 0 0 30px;
}

.shashin_box>div a {
	color: #5E5E5E;
	text-decoration: none;
	text-align: center;
	transition: .3s;
}

.shashin_box>div img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.shashin_box a,
.logo_box a {
	transition: .3s;
}

.shashin_box a:hover,
.logo_box>p a:hover,
.logo_box>a:hover {
	opacity: 0.3;
}

.shashin_box>p,
.logo_box>p {
	text-align: right;
	margin: 0 0 70px;
}

.shashin_box>p a,
.logo_box>p a {
	width: fit-content;
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 0 0 auto;
}

.shashin_box>p a::after,
.logo_box>p a::after {
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #2e62b7;
	border-right: solid 2px #2e62b7;
	transform: rotate(45deg);
	margin: 0 0 0 5px;
}

.logo_box>a {
	display: block;
	margin: 0 0 30px;
}

.logo_box img {
	width: 90%;
}

.logo_box h2:first-of-type span::after {
	content: '';
	background: url(/assets/img/index/rerationships.svg) no-repeat;
	width: 30px;
	height: 30px;
	background-size: contain;
	position: absolute;
	left: -36px;
}

.logo_box h2:last-of-type span::after {
	content: '';
	background: url(/assets/img/index/integration.svg) no-repeat;
	width: 30px;
	height: 23px;
	background-size: contain;
	position: absolute;
	left: -37px;
}

.sns_box {
	width: 96%;
	max-width: 1000px;
	background: url(/assets/img/index/sns_bg.png) top right no-repeat;
	background-size: contain;
	padding: 0 0 20px;
	margin: 0 auto;
}

.sns_box div:first-of-type {
	width: 100%;
	max-width: 400px;
	background: #00843f;
	position: relative;
	padding: 10px 0 10px 50px;
	margin: 0 0 20px;
}

.sns_box div:first-of-type::before {
	content: '';
	border-top: 40px solid #00843f;
	border-right: 30px solid transparent;
	border-left: 40px solid #00843f;
	position: absolute;
	top: 0;
	right: -30px;
}

.sns_box div:first-of-type h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}

.sns_box>p {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 0 20px 50px;
}

.sns_box div:last-of-type {
	display: flex;
	gap: 0 20px;
	width: 100%;
	max-width: 350px;
	margin: 0 0 0 50px;
}

.sns_box>div>a {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}

.sns_box>div>a:nth-of-type(1),
.sns_box>div>a:nth-of-type(5) {
	width: 50px;
	height: 50px;
	background: #000;
	border-radius: 5px;
}

.sns_box>div>a:hover {
	opacity: 0.3;
}

.sns_box>div>a>img {
	width: 100%;
	height: 50px;
	object-fit: contain;
}

.sns_box>div>a:nth-of-type(1)>img {
	height: 30px;
}

.sns_box>div>a:nth-of-type(4)>img {
	height: 35px;
}

.sns_box>div>a:nth-of-type(5)>img {
	height: 25px;
}

section.content {
	max-width: 1080px;
	margin: 0 auto
}

.Ttlcontent h2 {
	margin: 3em 0 2em;
	font-size: 2em;
	color: #666
}

.Ttlcontent h2.centpos {
	margin: 3em 0 0;
	text-align: center;
	color: #21ade5;
	font-size: 1.4em;
	margin-top: 1.5em;
	line-height: 2em
}

nav.breadcrumb li {
	display: inline-block;
	margin-top: .5em
}

nav.breadcrumb li:first-child:before {
	content: "\f015";
	margin-right: .5em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900
}

nav.breadcrumb li:after {
	content: "\f105";
	margin: 0 .5em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900
}

nav.breadcrumb li:last-child:after {
	content: "";
	margin-left: 0
}

.col2Content,
.colContent {
	max-width: 1004px;
	margin: 0 auto
}

.colContent .side {
	margin-right: 0 !important
}

.colContent {
	width: 100%;
	margin-left: 0
}

.col2Content {
	display: flex
}

.col2Content .main {
	display: block;
	width: 75%;
	margin-right: 5%
}

.col2Content .side {
	display: block;
	width: 25%;
	margin-right: 0
}

.flex {
	display: flex
}

.Order1 {
	order: 1
}

.Order2 {
	order: 2
}

.center {
	text-align: center;
	margin: 0 auto
}

.indexContent a {
	color: #035a9a
}

.indexContent a:hover {
	color: #37aaf7
}

.strong {
	font-weight: 700
}

a.current {
	background: #247ba0;
	color: #fff
}

a.current:before {
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1em
}

.mb10 {
	margin-bottom: 10px !important
}

.mb20 {
	margin-bottom: 20px !important
}

.mb30 {
	margin-bottom: 30px !important
}

.mb40 {
	margin-bottom: 40px !important
}

.mb50 {
	margin-bottom: 50px !important
}

.mb60 {
	margin-bottom: 60px !important
}

.mb70 {
	margin-bottom: 70px !important
}

.mb80 {
	margin-bottom: 80px !important
}

.mb90 {
	margin-bottom: 90px !important
}

.mb100 {
	margin-bottom: 100px !important
}

.mt10 {
	margin-top: 10px !important
}

.mt20 {
	margin-top: 20px !important
}

.mt30 {
	margin-top: 30px !important
}

.mt40 {
	margin-top: 40px !important
}

.mt50 {
	margin-top: 50px !important
}

.mt60 {
	margin-top: 60px !important
}

.mt70 {
	margin-top: 70px !important
}

.mt80 {
	margin-top: 80px !important
}

.mt90 {
	margin-top: 90px !important
}

.mt100 {
	margin-top: 100px !important
}

.ml10 {
	margin-left: 10px !important
}

.ml20 {
	margin-left: 20px !important
}

.ml30 {
	margin-left: 30px !important
}

.ml40 {
	margin-left: 40px !important
}

.ml50 {
	margin-left: 50px !important
}

.ml60 {
	margin-left: 60px !important
}

.ml70 {
	margin-left: 70px !important
}

.ml80 {
	margin-left: 80px !important
}

.ml90 {
	margin-left: 90px !important
}

.ml100 {
	margin-left: 100px !important
}

.mr10 {
	margin-right: 10px !important
}

.mr20 {
	margin-right: 20px !important
}

.mr30 {
	margin-right: 30px !important
}

.mr40 {
	margin-right: 40px !important
}

.mr50 {
	margin-right: 50px !important
}

.mr60 {
	margin-right: 60px !important
}

.mr70 {
	margin-right: 70px !important
}

.mr80 {
	margin-right: 80px !important
}

.mr90 {
	margin-right: 90px !important
}

.mr100 {
	margin-right: 100px !important
}

article h2.Ttl {
	padding: 1em;
	font-weight: 700;
	font-size: 1.24em;
	border-radius: 4px;
	margin-bottom: 2em;
	margin-left: 0;
	text-align: left;
	background: #fafff7;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15)
}

section>article>a {
	line-height: 2em
}

#container h4 {
	font-weight: 700;
	margin-top: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid #cecdcd;
	padding-bottom: .5em;
	width: 98%;
	font-size: 1em;
	color: #474747
}

#container h5 {
	font-weight: 700;
	margin-top: 2em;
	margin-left: 0;
	margin-bottom: 1em
}

#container h6 {
	font-weight: 700;
	margin-left: 0;
	margin-top: 2em
}

.f18 {
	font-size: 18px
}

.f05 {
	font-size: .5em
}

.f06 {
	font-size: .6em
}

.f07 {
	font-size: .7em
}

.f08 {
	font-size: .8em
}

.f09 {
	font-size: .9em
}

.f11 {
	font-size: 1.1em
}

.f12 {
	font-size: 1.2em
}

.f13 {
	font-size: 1.3em
}

.f14 {
	font-size: 1.4em
}

.f15 {
	font-size: 1.5em
}

.f16 {
	font-size: 1.6em
}

.f17 {
	font-size: 1.7em
}

.f18 {
	font-size: 1.8em
}

.f19 {
	font-size: 1.9em
}

.f20 {
	font-size: 2em
}

.notes-red {
	color: #f06
}

.notes-gray {
	color: #666
}

.notes-blue {
	color: #035a9a
}

.notes-blue a:hover {
	color: #37aaf7
}

* {
	font-family: YakuHanJP, 'Noto Sans JP', 'noto-fallback', 'rome_num', sans-serif;
}

.footNav a,
article a {
	-moz-transition: color .2s ease-in-out, border-color .2s ease-in-out, opacity .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out, border-color .2s ease-in-out, opacity .2s ease-in-out;
	-ms-transition: color .2s ease-in-out, border-color .2s ease-in-out, opacity .2s ease-in-out;
	transition: color .2s ease-in-out, border-color .2s ease-in-out, opacity .2s ease-in-out;
	text-decoration: none
}

.slide01 {
	display: none;
	overflow: hidden;
	position: relative;
	width: 100%
}

.slide01 .slidePrev {
	position: absolute;
	cursor: pointer;
	z-index: 2;
}

.slide01 .slideNext {
	position: absolute;
	cursor: pointer;
	z-index: 2;
}

.slide01 .slidePrev img {
	position: absolute;
	width: 50px !important;
	height: 60px !important
}

.slide01 .slideNext img {
	position: absolute;
	width: 50px !important;
	height: 60px !important
}

.warp {
	display: block;
	margin: 0 0 20px;
}

.slide01 .slideInner {
	position: relative;
	margin: 0;
	padding: 0;
	height: 300px
}

.slide01 .slideInner li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 302px
}

.slide01 .slideInner li .spimage {
	display: none
}

.slide01 .slideInner li img {
	margin: 0 5px;
	padding: 0;
	vertical-align: bottom;
	height: auto
}

.slide01 .filterPrev {
	position: absolute;
	left: 0;
	opacity: .5;
	background-color: #fff
}

.slide01 .filterNext {
	position: absolute;
	right: 0;
	opacity: .5;
	background-color: #fff
}

.slide01 .controlNav {
	position: relative;
	float: left;
	left: 50%
}

.slide01 .controlNav span {
	position: relative;
	left: -50%;
	float: left;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: #ccc;
	text-indent: -9999px;
	vertical-align: middle
}

.slide01 .controlNav span:hover {
	background: #999;
	cursor: pointer
}

.slide01 .controlNav span.current {
	background: #f19500
}

.inidexBnr {
	width: 94%;
	max-width: 94%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 1.5em
}

.inidexBnr ul:after,
.inidexBnr:after {
	content: '';
	display: block;
	clear: both;
	height: 0
}

.inidexBnr li {
	float: left;
	width: 50%;
	margin-bottom: 1em;
	text-align: center
}

.indexContent header h2 {
	color: #474747;
	font-size: 2rem;
	text-align: center;
}

.indexContent header>h2.nf404 {
	text-align: center;
	margin-top: 2.5em;
	margin-bottom: 2.5em
}

.indexContent>h3.nf404 {
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	line-height: 1.5em
}

.indexContent>p.nf404 {
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	line-height: 1.5em
}

.indexContentList>li h3:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1em;
	width: 1em;
	height: .7em;
	margin-top: -.5em;
	background: url(/assets/img/common/arrow_right-gr.png) no-repeat 96% center;
	background-size: auto 100%;
	transition: .5s
}

.indexContentList>li a:hover h3 {
	background-color: #f9f9f9
}

.indexContentList>li a:hover h3:after {
	content: '';
	right: .5em;
	transition: .5s
}

.indexContentList>li a h3:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: rgba(0, 133, 63, 0);
	transition: .5s
}

.indexContentList>li a:hover h3:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #00853f;
	transition: .5s
}

.indexContentList {
	display: flex;
	flex-wrap: wrap
}

.indexContentList li {
	display: block
}

.indexContentList>li h4 {
	line-height: 1.7em;
	margin-bottom: 1em;
	font-size: 1.5em;
	text-align: left !important
}

.indexContentListInner+p {
	text-align: center;
	position: absolute;
	bottom: 9px;
	width: 100%
}

.indexContentListInner+p>a {
	display: inline-block;
	width: 80%;
	padding: .65em;
	border-radius: 3px;
	border: #ddd 1px solid;
	color: inherit;
	font-weight: 400;
	text-align: center;
	text-decoration: none
}

.indexContentListInner+p>a:hover {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	background: #00853f
}

.topTtl-img {
	display: block;
	margin-bottom: 50px
}

.topTtl-img .SP {
	display: none
}

.contentSubttl {
	line-height: 1.7em;
	margin-bottom: 1em;
	font-size: 1.5em;
	text-align: left !important
}

.indexTopics {
	width: 96%;
	height: auto;
	max-width: 1004px;
	margin: 0 auto 5em;
	position: relative;
	margin-bottom: 5.5em;
	background: #fff;
	box-shadow: 0 0 4px 0 transparent
}

.movieWraper {
	position: relative;
	width: calc(100% - 10px);
	margin: 3rem auto
}

.iframe-wrap {
	width: 100%;
	height: 100%;
	border: 0;
	display: block
}

.iframe-wrap iframe {
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #c9c9c9
}

.news_contents {
	width: 96%;
	max-width: 1004px;
	margin: 0 auto 5em;
	position: relative;
	margin-bottom: 5.5em;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .12);
	border: 1px solid #eee
}

.news_contents ul {
	position: relative;
	overflow: auto;
	min-height: 10em;
	padding: 2em
}

.news_contents ul li {
	font-size: .9em;
	border-bottom: 1px dotted #ccc;
	padding-top: 1em;
	padding-bottom: 1em
}

.news_contents ul li:last-child {
	margin-bottom: 1em
}

.news_contents ul li span {
	display: inline-block;
	width: 7em;
	text-indent: 0
}

.newscat {
	display: inline-block;
	width: 10em !important;
	text-indent: 0;
	background-color: #999;
	color: #fff;
	padding: 3px;
	border-radius: 2px;
	font-size: 11px;
	text-align: center;
	margin-right: 20px
}

.news_contents ul li time {
	display: inline-block;
	position: relative;
	width: 16em;
	margin-right: 1em;
	font-family: Arial;
	font-size: .9em
}

.news_contents ul li time:before {
	content: '';
	display: inline-block;
	margin-right: .65em;
	border: transparent 3px solid;
	border-left: #00853f 3px solid
}

.news_contents ul li .information {
	display: inline-block;
	position: relative;
	top: -.15em;
	width: 7em;
	margin: 0 1em 0 0;
	padding: .4em 0 .25em;
	border-radius: 2px;
	color: #fff;
	font-size: .7em;
	font-weight: 600;
	text-align: center;
	background: #b0b0b0
}

.news_contents ul li p {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5em;
	width: 100%
}

.Ttlcontent h1 {
	margin: 3em 0 2em;
	font-size: 2em;
	font-weight: 100;
	color: #666;
	text-align: left
}

.Ttlcontent h1.centpos {
	margin: 3em 0 2em;
	font-weight: 100;
	text-align: center;
	font-size: 2.4em;
	color: #303030;
	margin-bottom: 0 !important
}

article {
	font-family: Lato, "Helvetica Neue", Helvetica, Roboto, "Noto Sans Japanese", "hiragino kaku gothic pro", Meiryo, sans-serif !important;
	font-size: 1em;
	line-height: 2em
}

.other_box>div {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	line-height: 1.5;
	padding: 10px 0;
}

.other_box>div:last-of-type {
	border-top: none;
	border-bottom: 1px solid #dedede;
}

.other_box>div>div {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
}

.other_box>div>div:nth-of-type(1) {
	border-right: 1px solid #dedede;
}

.other_box>div>div img {
	width: 100%;
	max-width: 55px;
	height: 50px;
	object-fit: contain;
	opacity: 0.15;
}

.other_box>div:nth-of-type(1)>div:nth-of-type(2) img {
	opacity: 1;
}

.other_box>div:nth-of-type(1)>div:nth-of-type(1) img {
	height: 35px;
}

.other_box>div>div a {
	display: flex;
	align-items: center;
	position: relative;
	transition: 0.3s;
}

.other_box>div>div a::after {
	content: "";
	width: 6px;
	height: 6px;
	display: block;
	border: 0;
	border-top: solid 2px #ff661f;
	border-right: solid 2px #ff661f;
	transform: rotate(45deg);
	margin: 0 0 0 5px;
}

.other_box>div>div:nth-of-type(1)>div {
	width: 182px;
}

.other_box>div>div:nth-of-type(2)>div {
	width: 240px;
}

.icon_arrow_orange {
	display: flex;
	align-items: center;
	position: relative
}

.icon_arrow_orange::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #ff661f;
	border-right: solid 2px #ff661f;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 5px 0;
}

.Newtopics {
	max-height: 230px;
	padding: 10px 0 0;
	margin: 0 0 50px;
}

.Newtopics h2 {
	text-align: center;
	display: block;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 10px
}

.Newtopics header h2 {
	color: #474747;
	font-size: 2rem;
}

.Newtopics text {
	text-align: left;
	display: block;
	line-height: 2.8vh;
	padding: 0 1vw;
	font-size: 1.1em
}

.Newtopics .new:before {
	content: "NEW";
	font-size: 1em;
	background: #b51b1b;
	color: #fff;
	border-radius: 3px;
	position: absolute;
	padding: 1% 2%;
	left: 16%;
	top: 0;
	z-index: 2
}

.Newtopics .new_far:before {
	content: "NEW";
	font-size: 1em;
	background: #b51b1b;
	color: #fff;
	border-radius: 3px;
	position: absolute;
	padding: 1% 2%;
	left: 8%;
	top: 0;
	z-index: 2
}

.Newtopics02 {
	padding: 1vh 0;
	margin: 5vh 0 4vh;
	border-bottom: 1px solid #f1f1f1
}

.Newtopics02 h2 {
	text-align: center;
	display: block;
	font-weight: 700;
	font-size: 1.24em;
	margin-bottom: 3vh
}

.Searchbox {
	max-width: 1020px;
	margin: 40px auto
}

.swiper-slide {
	position: relative
}

.swiper-slide a:hover {
	color: inherit
}

.swiper-slide p {
	display: block;
	width: 90%;
	margin: 0 auto;
	line-height: 2.2rem;
	font-size: 1.2rem
}

.swiper-slide span {
	width: 15%;
	margin-left: 5%;
	margin-bottom: .5vh;
	line-height: 2vh
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "."
}

.clearfix {
	min-height: 1px
}

.heightLine-group11>a:hover {
	color: #3cb371
}

.bnr {
	width: 100%;
	max-width: 1000px;
	margin: 50px auto 10px
}

.pc {
	display: block;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 1.5em;
	height: auto
}

.sp {
	display: none
}

.product_memo {
	position: absolute;
	top: -33px;
	right: 0;
	font-weight: 400;
	font-size: 12px;
	background: #99a3bf;
	color: #fff;
	padding: 3px 8px;
	min-width: 165px;
	text-align: center
}

.productinfo_box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 15px;
	margin: 0 0 70px;
}

.productinfo {
	height: 235px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	display: flex;
	flex-direction: column
}

.empty {
	width: calc(95% / 3);
	border: none !important;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 30px;
	position: relative;
	display: flex;
	flex-direction: column
}

.productinfo:hover {
	opacity: .7
}

.productinfo img {
	max-width: 150px;
	max-height: 100px;
	width: auto !important;
	height: 100%
}

.productinfo ul {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	height: 105px
}

.productinfo ul li:first-child {
	width: 40%;
	text-align: center
}

.productinfo ul li img {
	width: 100%
}

.productinfo ul li:nth-child(2) {
	width: 60%;
	text-align: left;
	padding: 30px 0 30px 30px
}

.productinfo li {
	display: inline-block
}

.productinfo a {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	font-size: 16px;
	width: 100%;
	height: 150%;
	font-weight: 700;
	line-height: 20px;
	margin: auto;
	text-align: center;
	padding-top: 30px
}

.productinfo ul li:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #414749;
	border-right: solid 2px #414749;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 95%;
	margin-top: -4px
}

.productinfo a p {
	font-size: 13px;
	line-height: 24px;
	color: #666;
	margin-bottom: 5px !important;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-weight: 400
}

.productinfo_icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.top_bnr {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	margin-top: 50px
}

.bnr_sect {
	width: 45%
}

.bnr_sect img {
	width: 100%
}

.Newtopics .button {
	text-align: center;
	width: 95%;
	max-width: 990px;
	margin: auto;
	background: #5d8161
}

.Newtopics .button:hover {
	opacity: .6
}

.Newtopics .button a {
	color: #ffff;
	padding: 12px;
	display: block;
	position: relative
}

.Newtopics .button a::after {
	content: '>';
	font-weight: 600;
	margin-left: 10px
}

.sem_box {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1004px;
	margin: 20px auto
}

.semone {
	width: 44%;
	border: 1px solid #5fc6da;
	padding: 10px;
	text-align: center;
	position: relative;
	z-index: 1;
	margin: 0 10px
}

.semone2 {
	width: 44%;
	border: 1px solid #5fc6da;
	padding: 10px;
	text-align: center;
	position: relative;
	z-index: 1;
	margin: 0 10px
}

.semone a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2
}

.semone:hover {
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
	zoom: 1
}

.semdate {
	font-size: 16px;
	font-weight: 700;
	color: #5fc6da;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc
}

.semdate span {
	font-size: 14px;
	font-weight: 600;
	color: #5fc6da
}

.semttl {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
	color: #000
}

.semttl a {
	color: #5fc6da
}

.seminfo {
	padding-top: 10px;
	line-height: 20px;
	text-align: left;
	font-weight: 400
}

.event_box {
	margin: 10px;
	text-align: center;
	border: 1px solid #ccc;
	min-height: 150px
}

.event_box:hover {
	opacity: .6
}

.event_date {
	font-size: 18px !important;
	font-weight: 400 !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	display: block;
	background-color: #51aa5b;
	width: 100%;
	padding: 7px 0 5px
}

.event_titile {
	font-size: 17px !important;
	font-weight: 700;
	font-family: sans-serif;
	color: #31383e;
	margin-bottom: 10px
}

.event_summary {
	font-size: 13px;
	line-height: 24px;
	color: #3d6595
}

a.bnr_pos_box img {
	width: 100%;
	margin: 0 0 20px;
	transition: .3s;
	object-fit: contain
}

a.bnr_pos_box img:hover {
	opacity: .5
}

.sponly {
	display: none;
}

.sp_slide {
	display: none
}

.tbonly {
	display: none;
}

/* ---外部サイト用--- */

.newslist {
	width: 100%;
	max-width: 1004px;
	margin: 0 auto 5em;
	position: relative;
	margin-bottom: 5.5em;
	background: #fff
}

.newslist ul {
	position: relative;
	overflow: auto;
	min-height: 10em;
	padding: 0 0 2em
}

.newslist ul li {
	font-size: .9em;
	border-bottom: 1px dotted #ccc;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1.5;
	padding-left: 19em;
	text-indent: -19em
}

/* ---外部サイト用ここまで--- */

@media screen and (max-width:1024px) {

	.banner_box {
		justify-items: center;
		grid-template-columns: repeat(1, 1fr);
	}

	.showroom_exhibition_box {
		justify-items: center;
		grid-template-columns: repeat(1, 1fr);
	}

    .showroom_exhibition_box> div {
        display:block;
        margin: auto;
        text-align: center;
    }

    .showroom_exhibition_box> h2 {
       font-size:20px
	}
    .showroom_exhibition_box> div a {
       display:block;
       width: 80%;
       margin: auto;
       margin-bottom: 10px;
	}
	
	.dx_btn_box {
		grid-template-columns: repeat(3, 1fr);
	}

	.dx_detail_box>div>div>p br {
		display: none;
	}

	.tunagaru_lineup {
		width: 510px;
	}

	.tunagaru_box>a p {
		font-size: 1.2rem;
	}

	.news_box .seihin_box>div:nth-of-type(2)>div a {
		flex-flow: column;
	}

	.news_box .seihin_box div:nth-of-type(2)>div a p:nth-of-type(1) br {
		display: none;
	}

	.Newtopics text {
		line-height: 2.5vh
	}

	.swiper-slide span {
		line-height: 2vh;
	}

	.productinfo_box {
		grid-template-columns: repeat(2, 1fr)
	}

	.shashin_box>div {
		grid-template-columns: repeat(3, 1fr);
	}

	.tbonly {
		display: block;
	}

}

@media screen and (max-width:767px) {

	.foot {
		padding-bottom: 80px;
	}

	/*----- キャンペーンバナー -----*/

	.bnr_cam {
		bottom: 90px;
	}

	/*----- キャンペーンバナーここまで -----*/

	/*-----お知らせ-----*/

	.news_box {
		width: 94%;
		gap: 40px 0;
	}

	.news_box {
		grid-template-columns: 1fr;
	}

	.news_box>div:nth-of-type(2) {
		grid-column: 1/3;
	}

	.news_box .seihin_box>div:nth-of-type(2) {
		flex-flow: column;
	}

	/*-----お知らせ　ここまで-----*/

	.Newtopics span {
		top: 10%;
		right: 8%;
		position: absolute
	}

	.event_titile {
		font-size: 14px !important
	}

	.event_summary {
		font-size: 12px
	}

	.sem_box {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 20px auto;
		text-align: center
	}

	.semone {
		width: 85%;
		border: 1px solid #5fc6da;
		padding: 10px;
		text-align: center;
		position: relative;
		z-index: 1;
		margin: 0 auto 10px
	}

	.semone2 {
		width: 85%;
		border: 1px solid #5fc6da;
		padding: 10px;
		text-align: center;
		position: relative;
		z-index: 1;
		margin: 0 auto 10px
	}

	.semdate {
		font-size: 14px;
		font-weight: 700;
		color: #5fc6da;
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 0
	}

	.semdate span {
		font-size: 12px;
		font-weight: 600;
		color: #5fc6da
	}

	.semttl {
		font-size: 15px;
		line-height: 24px;
		font-weight: 700;
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 5px;
		color: #000
	}

	.semttl a {
		color: #5fc6da
	}

	.seminfo {
		display: none
	}

	a.bnr_pos_box img {
		margin: 0
	}

	.dx_box>div:nth-of-type(2) {
		justify-content: center;
	}

	.dx_box>div:nth-of-type(2) a {
		width: 100%;
		text-align: center;
	}

	.dx_box>div:nth-of-type(2) a img {
		max-width: 200px;
		margin: 0 0 20px;
	}

	.dx_box>div:nth-of-type(2)>p {
		width: 100%;
		text-align: center;
	}

	.toplogo_box {
		gap: 30px 20px;
	}

	.toplogo_box a img {
		max-width: 120px;
	}

	.dx_btn_box {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.dx_detail_box>div {
		flex-flow: column;
	}

	.dx_detail_box>div>div {
		width: 100%;
		margin: 0 0 30px;
	}

	.dx_detail_box>div>div:last-of-type {
		margin: 0;
	}

	.dx_detail_box>div>div>p br {
		display: block;
	}

	.tunagaru_lineup {
		width: 300px;
	}

	.tunagaru_box {
		max-width: 500px;
		grid-template-columns: repeat(2, 1fr);
	}

	.tunagaru_box>a div {
		display: none;
	}

	.tunagaru_box>a p {
		width: 100%;
	}

	.shashin_box>div {
		grid-template-columns: repeat(2, 1fr);
	}

	.shashin_box h2,
	.logo_box h2 {
		font-size: 1.6rem;
	}

	.sns_box {
		width: 94%;
		background: none;
		padding: 0;
		margin: 30px auto 0;
	}

	.sns_box div:first-of-type {
		max-width: 250px;
		padding: 10px 0 10px 10px;
	}

	.sns_box>p {
		font-size: 1.4rem;
		margin: 0 0 20px 10px;
	}

	.sns_box div:last-of-type {
		padding: 0 10px;
		margin: 0;
	}

	.sns_box>div img {
		height: 40px;
	}

	.attention {
		margin-top: 20px;
		display: block;
		align-items: top
	}

	.attention h4 {
		padding: 10px;
		display: block;
		background: #3a658b;
		margin: 0;
		color: #fff
	}

	.attention a {
		padding: 20px 10px
	}

	.attention p {
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		display: block;
		align-items: center
	}

	.attention a::before {
		content: ""
	}

	.attention a::after {
		content: '';
		display: inline-flex;
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 2px#3a658b;
		border-right: solid 2px#3a658b;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-left: 10px;
		top: 50%;
		position: inherit
	}

	.top_bnr {
		width: 96%;
		display: flex;
		flex-direction: column;
		margin: 0 auto
	}

	.bnr_sect {
		width: 100%;
		margin: 0 auto 10px
	}

	.bnr_sect img {
		width: 100%
	}

	.fixed_btn,
	.fixed_btn_mitumori,
	.fixed_btn_hojyokin {
		font-size: 1.2rem;
		width: calc(100%/3);
		height: 50px;
		display: flex;
		align-items: center;
		border-radius: 0;
		bottom: 0;
		right: 0;
	}

	.fixed_btn::after,
	.fixed_btn_hojyokin::after,
	.fixed_btn_mitumori::after {
		right: 7px;
	}

	.fixed_btn span,
	.fixed_btn_mitumori span,
	.fixed_btn_hojyokin span {
		display: none;
	}

	.fixed_btn {
		left: 0;
		padding: 0 5px;
	}

	.fixed_btn_mitumori {
		left: calc(100%/3);
		border-width: 2px 0;
		border-style: solid;
		border-color: #fff;
		padding: 0 5px;
	}

	.fixed_btn_hojyokin {
		right: 0;
		padding: 0 5px;
	}

	.indexContent {
		width: 94%;
		max-width: 95%;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box
	}

	.indexContent header {
		margin-bottom: 1em;
		font-size: 1.3em;
		font-weight: 600
	}

	.indexContentList:after {
		content: '';
		display: block;
		clear: both;
		height: 0
	}

	.indexContentList>li {
		float: none;
		width: 100%;
		height: auto !important;
		margin-bottom: 1.5em;
		padding-bottom: 1.8em;
		border-radius: 4px;
		text-align: left;
		background: #fff;
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15)
	}

	.indexContentList>li:nth-child(3n+2) {
		margin-right: 0;
		margin-left: 0
	}

	.indexContentList>li:nth-child(3n+4) {
		clear: both
	}

	.indexContentList>li a {
		color: inherit;
		text-decoration: none
	}

	.indexContentList>li h3 {
		position: relative;
		padding: 1em 1em 1em 4.25em;
		border-bottom: rgba(0, 0, 0, .15) 1px solid;
		font-size: 1.24em;
		font-weight: 600
	}

	.indexContentList>li:nth-child(1) h3 {
		background: url(/assets/img/index/index-icon01.png) no-repeat 1em center;
		background-size: auto 40%
	}

	.indexContentList>li:nth-child(2) h3 {
		background: url(/assets/img/index/index-icon02.png) no-repeat 1em center;
		background-size: auto 40%
	}

	.indexContentList>li:nth-child(3) h3 {
		background: url(/assets/img/index/index-icon03.png) no-repeat 1em center;
		background-size: auto 40%
	}

	.indexContentList>li:nth-child(4) h3 {
		padding-left: 5.5em !important;
		font-size: 110%;
		background: url(/assets/img/index/index-icon04.png) no-repeat 1em center;
		background-size: auto 40%
	}

	.indexContentList>li:nth-child(5) h3 {
		background: url(/assets/img/index/index-icon05.png) no-repeat 1em center;
		background-size: auto 40%
	}

	.indexContentList>li:nth-child(6) h3 {
		background: url(/assets/img/index/index-icon06.png) no-repeat 1em center;
		background-size: auto 40%
	}

	.indexContentList>li:nth-child(7) h3 {
		background: url(/assets/img/index/index-icon07.png) no-repeat 1em center;
		background-size: auto 40%
	}

	.indexContentList>li:nth-child(8) h3 {
		background: url(/assets/img/index/index-icon08.png) no-repeat 1em center;
		background-size: auto 40%
	}

	.indexContentList>li:nth-child(9) h3 {
		background: url(/assets/img/index/index-icon09.png) no-repeat 1em center;
		background-size: auto 40%
	}

	.indexContentList>li h3 small {
		display: block;
		margin-top: .35em;
		color: #999;
		font-family: Arial;
		font-size: 30%
	}

	.indexContentListInner {
		height: auto !important;
		padding: 1.8em 1em;
		font-size: .8em
	}

	.indexContentListInner>ul>li {
		display: inline-block;
		width: 48%;
		margin-bottom: .65em;
		padding-bottom: 0
	}

	.indexContentListInner>ul>li:before {
		content: '';
		display: inline-block;
		position: relative;
		top: -.1em;
		width: 0;
		height: 0;
		margin-right: .65em;
		border: transparent 3px solid;
		border-left: #ddd 3px solid
	}

	.indexContentList>li:nth-child(6) li {
		width: 100%
	}

	.indexContentListInner p {
		text-align: center
	}

	.indexContentListInner+p>a {
		display: inline-block;
		width: 80%;
		padding: .65em;
		border-radius: 3px;
		color: inherit;
		font-weight: 600;
		text-align: center;
		text-decoration: none;
		background: #f9f9f9
	}

	.indexContentListInner+p>a:hover {
		color: #fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
		background: #00853f
	}

	.inidexBnr {
		width: 94%;
		max-width: 94%;
		margin: 0 auto;
		position: relative;
		margin-bottom: 1.5em
	}

	.inidexBnr ul:after,
	.inidexBnr:after {
		content: '';
		display: block;
		clear: both;
		height: 0
	}

	.inidexBnr li {
		float: left;
		width: 50%;
		margin-bottom: 1em;
		text-align: center
	}

	.cls_header {
		min-height: 116px;
	}

	.solution_lineup .lineup_inner {
		width: calc(90%/3);
		margin-bottom: 5px;
	}

	.solution_lineup .lineup_inner div {
		width: 82px;
		height: 87px;
		padding: 10px 0;
	}

	.solution_lineup .lineup_inner p {
		font-size: 10px;
	}

	.indexBnr-m {
		width: 94%;
		max-width: 94%;
		margin: 0 auto 2em;
		position: relative
	}

	.indexBnr-m header {
		margin-bottom: 1em;
		font-size: 1.3em;
		font-weight: 600
	}

	.indexBnr-m ul:after {
		content: '';
		display: block;
		clear: both;
		height: 0
	}

	.indexBnr-m li {
		float: left;
		width: 100%;
		margin-bottom: .65em
	}

	.indexBnr-m li:first-child {
		margin-right: 0
	}

	.indexBnr-m li img {
		width: 100%;
		height: auto
	}

	.Ttlcontent h2 {
		margin: 1em 0;
		font-size: 2em;
		font-size: 1.5em;
		font-weight: 700
	}

	nav.breadcrumb {
		padding: .5em 0 1em .5em
	}

	.colContent {
		width: 100%;
		margin-left: 0
	}

	.col2Content {
		flex-direction: column;
		width: 96%
	}

	.col2Content .main,
	.col2Content .side {
		width: 100%;
		margin: 0
	}

	.Rank1 {
		order: 1
	}

	.Rank2 {
		order: 2
	}

	.flex {
		flex-direction: column;
		width: 96%
	}

	.slide01 .slideInner li .pcimage {
		display: none
	}

	.slide01 .slideInner li .spimage {
		display: block
	}

	.pc_slide {
		display: none
	}

	.sp_slide {
		display: block
	}

	.warp {
		min-height: 66vw
	}

	.slide01 .slideInner {
		height: 60vw !important;
		display: inlineblock
	}

	.slide01 .slideInner li {
		display: table
	}

	.Slider {
		position: relative;
		margin-bottom: 20px
	}

	.Slider:after {
		content: '';
		display: block;
		clear: both;
		height: 0
	}

	.Slider .bx-wrapper {
		position: relative;
		width: 100%;
		min-width: 320px;
		zoom: 1
	}

	.Slider .bx-wrapper .bx-viewport {
		position: relative;
		-webkit-transform: translatez(0);
		-moz-transform: translatez(0);
		-ms-transform: translatez(0);
		-o-transform: translatez(0);
		transform: translatez(0)
	}

	.Slider .bx-wrapper .bx-pager {
		position: absolute;
		bottom: -30px;
		width: 100%
	}

	.Slider .bx-wrapper .bx-loading {
		min-height: 50px;
		background: url(/assets/img/common/ajax_loader.gif) center center no-repeat #fff;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2000
	}

	.Slider .bx-wrapper .bx-pager {
		position: absolute;
		bottom: -20px;
		text-align: center;
		font-size: 0
	}

	.Slider .bx-wrapper .bx-pager .bx-pager-item {
		display: inline-block
	}

	.Slider .bx-wrapper .bx-pager.bx-default-pager a {
		display: block;
		position: relative;
		overflow: hidden;
		width: 8px;
		height: 8px;
		margin: 0 5px;
		border-radius: 5px;
		outline: 0;
		text-indent: -9999px;
		background: #bbb
	}

	.Slider .bx-wrapper .bx-pager.bx-default-pager a.active,
	.Slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
		background: #000
	}

	.Slider .bx-wrapper .bx-prev {
		left: 10px;
		background: rgba(200, 200, 200, .6);
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2)
	}

	.Slider .bx-wrapper .bx-prev:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 10px;
		height: 10px;
		margin: -5px 0 0 -5px;
		border-top: rgba(255, 255, 255, .6) 2px solid;
		border-right: rgba(255, 255, 255, .6) 2px solid;
		font-size: 3em;
		transform: rotate(-135deg)
	}

	.Slider .bx-wrapper .bx-next {
		right: 10px;
		background: rgba(200, 200, 200, .6);
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2)
	}

	.Slider .bx-wrapper .bx-next:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 10px;
		height: 10px;
		margin: -5px 0 0 -5px;
		border-top: rgba(255, 255, 255, .6) 2px solid;
		border-right: rgba(255, 255, 255, .6) 2px solid;
		font-size: 3em;
		transform: rotate(45deg)
	}

	.Slider .bx-wrapper .bx-controls-direction {
		display: none
	}

	.footBnr .bx-controls-direction {
		display: none
	}

	.topTtl-img {
		margin-bottom: 1em
	}

	.topTtl-img img {
		display: none
	}

	.topTtl-img .SP {
		display: block;
		width: 100%
	}

	.keigen_bnr img {
		width: 100%;
		overflow: hidden;
		margin-top: 10px
	}

	.news_box .oshirase_box>div:nth-of-type(2)>div {
		flex-flow: column;
		gap: 0 20px;
	}

	.news_box .oshirase_box>div:nth-of-type(2) {
		flex-flow: column;
	}

	.news_box .oshirase_box>div:nth-of-type(2)>div a:nth-of-type(1) {
		margin: 0 0 5px;
	}

	.newsctg {
		margin: 0 0 5px;
	}

	.newscat {
		display: inline-block;
		width: auto;
		text-indent: 0;
		background-color: #999;
		color: #fff;
		padding: 0 2px;
		border-radius: 2px;
		font-size: 10px;
		text-align: center;
		margin-right: 20px
	}

	.news_contents {
		width: 94%;
		max-width: 94%;
		margin: 0 auto 2em;
		position: relative;
		margin-bottom: 2.5em;
		background: #fff;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, .12)
	}

	.news_contents ul {
		position: relative;
		overflow: auto;
		min-height: 0;
		padding: 1em
	}

	.news_contents ul li {
		margin-bottom: 1.5em
	}

	.news_contents ul li p {
		display: block;
		padding-top: .8em
	}

	.news_contents ul li:nth-child(n+4) {
		display: none
	}

	.news_contents ul li a {
		display: block;
		margin-left: 0;
		line-height: 1.5em
	}

	.news_contents ul li time {
		margin-bottom: 1em
	}

	.newscat02 {
		display: inline-block;
		width: auto;
		text-indent: 0;
		background-color: #999;
		color: #fff;
		padding: 2px;
		border-radius: 2px;
		font-size: 12px;
		text-align: center;
		margin-right: 20px
	}

	.other_box>div {
		flex-flow: column;
		border-top: none;
		border-bottom: none;
		padding: 0;
	}

	.other_box>div:last-of-type {
		border-bottom: none;
	}

	.other_box>div>div {
		width: 100%;
		justify-content: flex-start;
		border-top: 1px solid #dedede;
		padding: 10px 0;
	}

	.other_box>div:last-of-type>div:last-of-type {
		border-bottom: 1px solid #dedede;
	}

	.other_box>div>div:nth-of-type(1) {
		border-right: none;
	}

	.other_box>div>div:nth-of-type(1)>div,
	.other_box>div>div:nth-of-type(2)>div {
		width: auto;
	}

	.icon_arrow_orange::after {
		top: 3px
	}

	.Searchbox {
		width: 94%;
		margin: 40px auto
	}

	.Newtopics text {
		line-height: 2.5vh;
		display: none
	}

	.Newtopics h2 {
		margin-bottom: 2vh
	}

	.swiper-slide p {
		padding: 0 5%;
		width: 90%;
		line-height: 1.4rem
	}

	.col2Content .side {
		height: 190px
	}

	.productinfo_box {
		grid-template-columns: repeat(1, 1fr)
	}

	.productinfo {
		margin-bottom: 10px
	}

	.pc {
		display: none
	}

	.sp {
		display: block;
		width: 100%;
		margin: 0 auto;
		height: auto
	}

	.pconly {
		display: none;
	}

	.sponly {
		display: block;
	}

	/*---外部サイト用---*/

	.newslist {
		width: 98%;
		max-width: 98%;
		margin: 0 auto 2em;
		position: relative;
		margin-bottom: 2.5em;
		background: #fff
	}

	.newslist ul {
		position: relative;
		overflow: auto;
		min-height: 0;
		padding: 1em
	}

	.newslist ul li {
		padding-left: 0 !important;
		padding-left: 0 !important;
		text-indent: 0 !important
	}

	.newslist ul li p {
		display: block;
		padding-top: .8em
	}

	.newslist ul li:nth-child(n+5) {
		display: none
	}

	.newslist ul li a {
		display: block;
		margin-left: 0;
		line-height: 1.5em;
		margin-top: .5rem
	}

	.newslist ul li time {
		margin-bottom: 1em
	}

	/*---外部サイト用ここまで---*/

}

@media print {
	.slideInner {
		left: -980px !important;
		display: flex !important;
		margin: auto !important;
		justify-content: center !important
	}

	.slide01 .slideInner li {
		display: flex;
		margin: auto
	}

	.slide01 .slidePrev {
		display: none
	}

	.slide01 .slideNext {
		display: none
	}

	.slide01 .filterPrev {
		display: none
	}

	.slide01 .filterNext {
		display: none
	}
}