@charset "UTF-8";
/****************
全体設定**************************************************************************************/
a{
	color: #333;
}

header h1{
	padding-left: 20px;
}

header ul li a{
	font-size: 0.875rem;
}

header ul li.language{
	color: #000;
}

header ul li.link_bnr_01{
	width: 120px;
	background-color: #d0252e;
	margin-right: 0;
}

header ul li.link_bnr_02{
	width: 120px;
	background-color: #aa0009;
	margin-left: 0;
}

header ul li.link_bnr_01 a{
	color: #fff;
	padding: 50px 0;
	display: block;
	font-size: 0.875rem;
}

header ul li.link_bnr_02 a{
	color: #fff;
	padding: 50px 0;
	display: block;
	font-size: 0.875rem;
}

header ul li.language a{
	display: inline-block;
	font-size: 0.875rem;
	padding: 0 10px;
}

header ul li.link_bnr_01 a:hover{
	color: #fff;
}

header ul li.link_bnr_02 a:hover{
	color: #fff;
}

footer{
	position: relative;
	background-color: #323232;
}

footer p{
	width: 100%;
	border-top: 1px solid #ac2c32;
	color: #fff;
	padding: 30px 0;
}

footer .pc-top{
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #d0252d;
	color: #fff;
	z-index: 9999;
}

footer .pc-top a{
	position: relative;
	display: block;
	height: 100%;
}

footer .pc-top a::before{
	position: absolute;
	top: 50%;
	right: -5%;
	transform: translate(-50%,-50%);
	font-family:"Font Awesome 5 Free","fontawesome";
	content: "\f077";
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

footer .sp-top{
	display: none;
}

footer .footer-blk{
    width: 80%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0;
}

footer .footer-blk img{
	margin-bottom: 50px;
}

footer .footer-blk ul.footer-link-blk-01{
	display: flex;
}

footer .footer-blk ul.footer-link-blk-01 li{
	width: 200px;
}

footer .footer-blk ul.footer-link-blk-01 li a{
	position: relative;
}

footer .footer-blk ul.footer-link-blk-01 li a::before{
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translate(-10%,-50%);
	font-family:"Font Awesome 5 Free","fontawesome";
	content: "\f054";
    font-size: 1rem;
    font-weight: 900;
}

footer .footer-blk ul.footer-link-blk-01 li:first-of-type{
	margin-right: 20px;
}

footer .footer-blk ul.footer-link-blk-01 li:first-of-type a{
	width: 200px;
	background-color: #d0252d;
	color: #fff;
	display: block;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	border:1px solid #d0252d;
	transition: .7s;
}

footer .footer-blk ul.footer-link-blk-01 li:first-of-type a:hover{
	background-color:#323232;
	color: #fff;
	transition: .7s;
}

footer .footer-blk ul.footer-link-blk-01 li:last-of-type a{
	width: 200px;
	background-color: #aa0109;
	color: #fff;
	display: block;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	border:1px solid #aa0109;
}

footer .footer-blk ul.footer-link-blk-01 li:last-of-type a:hover{
	background-color:#323232;
	color: #fff;
	transition: .7s;
}

footer .footer-blk ul.footer-link-blk-02{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: end;
	display: -webkit-flex;
	-webkit-justify-content: end;
	justify-content: end;
	list-style: none;
	flex-flow: wrap;
	width: 500px;
}

footer .footer-blk ul.footer-link-blk-02 li{
	margin-right: 50px;
}

footer .footer-blk ul.footer-link-blk-02 li a{
	color: #fff;
}

form{
	position: relative;
	align-items: center;
	display: flex;
}

input[type="text"]{
	width: 170px;
	height: 50px;
	padding: 0;
	box-sizing: border-box;
	display: block;
}

button[type="submit"]{
	width: 50px;
	height: 50px;
	background-color: #333333;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	border:none;
}

button[type="submit"] span{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

button[type="submit"] span::before{
	position: absolute;
	top: 50%;
	right: auto;
	transform: translate(-50%,-50%);
	font-family:"Font Awesome 5 Free","fontawesome";
	content: "\f002";
    font-size: 1rem;
    font-weight: 900;
    color: #fff;
}

/****************
会員ページ全体設定**************************************************************************************/
header article.header-btn ul li{
	width: 250px;
}

header article.header-btn ul li a{
	position: relative;
	width: 100%;
	display: block;
	color: #fff;
	font-weight: normal;
	border-radius: 20px;
}

header article.header-btn ul li:first-child a{
	background-color: #0077c3;
	border:1px solid #0077c3;
}

header article.header-btn ul li:first-child a:hover{
	background-color: #fff;
	color: #0077c3;
}

header article.header-btn ul li:first-child a::before{
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translate(-10%,-50%);
	font-family:"Font Awesome 5 Free","fontawesome";
	content: "\f35d";
    font-size: 1rem;
    font-weight: 900;
}

header article.header-btn ul li:last-child a{
	background-color: #d0252d;
	border:1px solid #d0252d;
}

header article.header-btn ul li:last-child a:hover{
	background-color: #fff;
	color: #d0252d;
}

header article.header-btn ul li:last-child a::before{
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translate(-10%,-50%);
	content: "\f2f5";
    font-family:"Font Awesome 5 Free","fontawesome";
    font-size: 1rem;
    font-weight: 900;
}

main{
	margin-bottom: 100px;
}

#member article.mainvisual{
	position: relative;
	background-image: url(../images/main.png);
    height: 200px;
}

#member article.mainvisual p{
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}

#under article.mainvisual{
	position: relative;
	background-image: url(../images/main.png);
    height: 200px;
}

#under article.mainvisual p{
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}

#top article.mainvisual{
  position: relative;
  width: 100%;
  height: 40vw;
  margin: 0 auto;
  max-height: 870px;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#top article.mainvisual p{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3.75rem;
	font-weight: bold;
	color: #fff;
	padding: 0 20px;
	font-family :YuMincho,'Yu Mincho',serif;
	-webkit-text-shadow: #000 1px 0 10px;
	-moz-text-shadow: #000 1px 0 10px;
	text-shadow: #000 1px 0 10px;
	text-align: center;
}


#top article.mainvisual .swiper-container {
  width: 100%;
  height: 100%;
}

#top article.mainvisual .swiper-slide{
	background-repeat: no-repeat;
    background-size: cover;
}

#under article.breadcrumb{
	width: 100%;
	margin-bottom: 70px;
}

#under article.breadcrumb nav{
	width: 90%;
	max-width: 1800px;
	margin: 10px auto 0 auto;
}

#under article.breadcrumb nav ul{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

#under article.breadcrumb nav ul li{
	margin-right: 1em;
	font-size: 0.875rem;
}

#under article.breadcrumb nav ul li a{
	color: #333333;
	font-size: 0.875rem;
}

#under article.breadcrumb nav ul li::after{
	content: ">";
    display: inline-block;
    margin-left: 1em;
    color: #333333;
}

#under article.breadcrumb nav ul li:last-child::after{
	content: none;
}

#member article.breadcrumb{
	width: 100%;
	margin-bottom: 70px;
}

#member article.breadcrumb nav{
	width: 60%;
	min-width: 1200px;
	margin: 0 auto;
}

#member article.breadcrumb nav ul{
	display: flex;
}

#member article.breadcrumb nav ul li{
	margin-right: 1em;
}

#member article.breadcrumb nav ul li a{
	color: #d0252d;
	text-decoration: underline;
}

#member article.breadcrumb nav ul li::after{
	content: "\f054";
    font-family:"Font Awesome 5 Free","fontawesome";
    display: inline-block;
    margin-left: 1em;
    color: #6b6b6b;
    font-weight: 900;
}

#member article.breadcrumb nav ul li:last-child::after{
	content: none;
}

article.main-blk{
	width: 1200px;
	margin :0 auto;
}

article.main-blk section.main-blk-02{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	flex-flow: wrap;
}

article.main-blk section.main-blk-02 nav{
	width: 300px;
}

article.main-blk section.main-blk-02 nav ul li{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

article.main-blk section.main-blk-02 nav ul li::before{
	position: absolute;
	content: "ー";
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

article.main-blk section.main-blk-02 nav ul li:last-child{
	margin-bottom: 0;
}

article.main-blk section.main-blk-02 nav ul li a{
	color: #333333;
	display: block;
	width: 100%;
	border:1px solid #a8a8a8;
	box-sizing: border-box;
	padding: 10px 0 10px 30px;
}

article.main-blk section.main-blk-02 nav ul li a:hover{
	color: #fff;
	background-color: #d0252d;
}

article.main-blk section.main-blk-02 nav ul li::before a:hover{
	color: #fff;
}

article.main-blk section.main-blk-02 div.main-blk-03{
	width: 770px;
}

#member footer{
	background-color: #e4e4e4;
	text-align: center;
	font-size: 0.75rem;
	padding: 10px 0;
}

article.main-blk section.main-blk-02 div.main-blk-03 p{
	margin-bottom: 100px;
}

/****************
トップページ設定**************************************************************************************/
.top-content-blk section.message{
	width: 100%;
	margin: 0 auto 0 auto;
}

.top-content-blk section.message dl{
	width: 1500px;
	display: flex;
}

.top-content-blk section.message dl dt{
	background-color: #d0252e;
	width: 35%;
}

.top-content-blk section.message dl dt h2{
	width: 230px;
	color:#d0252e;
	background-color: #fff;
	margin-top: 150px;
	margin-left: auto;
	margin-right: 150px;
	font-size: 2.25rem;
	font-family :YuMincho,'Yu Mincho',serif;
	text-align: center;
}

.top-content-blk section.message.en-message dl dt h2{
	text-align: left;
	padding: 0 20px;
}

.top-content-blk section.message dl dt span{
	width: 100px;
	display: block;
	background-color: #d0252e;
	border:1px solid #fff;
	color: #fff;
	font-size: 0.75rem;
	margin-top: 20px;
	margin-left: auto;
	margin-right: 277px;
	text-align: center;
}

.top-content-blk section.message dl dd{
	width: 65%;
	line-height: 60px;
	padding: 160px 100px;
	font-weight: bold;
}

.top-content-blk section.message dl dd a{
	position: relative;
	width: 300px;
	display: block;
	background-color: #d0252e;
	text-align: center;
	color: #fff;
	margin-left: auto;
	margin-top: 80px;
	transition: .7s;
}

.top-content-blk section.message dl dd a:hover{
	background-color: #fff;
	color: #d0252e;
	transition: .7s;
	border:1px solid #d0252e;
}

.top-content-blk section.message dl dd a::after{
	position: absolute;
	content: "\f054";
    font-family:"Font Awesome 5 Free","fontawesome";
    display: inline-block;
    margin-left: 1em;
    color: #fff;
    font-weight: 900;
    top: 50%;
    right: 10%;
    transform: translate(-10%,-50%);
}

.top-content-blk section.message dl dd a:hover::after{
	color: #d0252e;
}

.top-content-blk section.en-message dl dt span{
	margin-right: 317px;
}

.top-content-blk section.products{
	width: 100%;
	margin: 0 auto 160px auto;
	background-color: #f5f5f5;
	padding: 150px 0;
}

.top-content-blk section.products div{
	width: 1400px;
	margin: 0 auto 90px auto;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	flex-flow: wrap;
}

.top-content-blk section.products div h2{
	font-size: 2rem;
	font-family :YuMincho,'Yu Mincho',serif;
	font-weight: bold;
}


.top-content-blk section div h2{
	position: relative;
	font-size: 2rem;
	font-family :YuMincho,'Yu Mincho',serif;
}

.top-content-blk section div h2 span{
	font-size: 0.75rem;
	font-family: 'Lato', sans-serif;
	color: #d0252e;
	display: block;
}

main.en-main .top-content-blk section div h2 span{
	display: none;
}

.top-content-blk section div h2:before {
    content: '';
    position: absolute;
    left: 25%;
    bottom: -20px;
    transform: translate(-25%,20px);
    display: inline-block;
    width: 83px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d0252e;
    border-radius: 0px;
}

main.en-main .top-content-blk section.products div h2:before{
	left: 15%;
}

.top-content-blk section.products div a{
	position: relative;
	width: 300px;
	display: grid;
	background-color: #d0252e;
	text-align: center;
	color: #fff;
	align-items: center;
	transition: .7s;
}

.top-content-blk section.products div a:hover{
	background-color: #fff;
	color: #d0252e;
	border:1px solid #d0252e;
	transition: .7s;
}

.top-content-blk section.products div a::after{
	position: absolute;
	content: "\f054";
    font-family:"Font Awesome 5 Free","fontawesome";
    display: inline-block;
    margin-left: 1em;
    color: #fff;
    font-weight: 900;
    top: 50%;
    right: 10%;
    transform: translate(-10%,-50%);
}

.top-content-blk section.products ul{
	width: 1400px;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	flex-flow: wrap;
	margin: 0 auto;
}

main.en-main .top-content-blk section.products ul{
	width: 1400px;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: left;
	display: -webkit-flex;
	-webkit-justify-content: left;
	justify-content: left;
	list-style: none;
	flex-flow: wrap;
	margin: 0 auto;
}

main.en-main .top-content-blk section.products ul li{
	margin-right: 5%;
}

main.en-main .top-content-blk section.products ul li:nth-child(3){
	margin-right: 0;
}

main.en-main .top-content-blk section.products ul li:nth-child(6){
	margin-right: 0;
}


.top-content-blk section.products ul li{
	width: 30%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 70px;
	transition: 0.7s;
}

.top-content-blk section.products ul li a{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.125rem;
	font-weight:  bold;
	background-color: rgba(0,0,0,0.5);
	height: 300px;
	line-height: 300px;
}

.top-content-blk section.products ul li:hover{
	opacity: 0.7;
	transition: 0.7s;
}

.top-content-blk section.products ul li:first-child{
	background-image: url(../images/products01.jpg);
}

.top-content-blk section.products ul li:nth-child(2){
	background-image: url(../images/products02.jpg);
}

.top-content-blk section.products ul li:nth-child(3){
	background-image: url(../images/products03.jpg);
}

.top-content-blk section.products ul li:nth-child(4){
	background-image: url(../images/products04.jpg);
}

.top-content-blk section.products ul li:nth-child(5){
	background-image: url(../images/products05.jpg);
}

.top-content-blk section.products ul li:nth-child(6){
	background-image: url(../images/products06.jpg);
}

.top-content-blk section.service{
	margin-bottom: 160px;
}

.top-content-blk section.service div h2{
	position: relative;
	text-align: center;
	margin-bottom: 90px;
}

.top-content-blk section.service div h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 83px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d0252e;
    border-radius: 0px;
}

.top-content-blk section.service dl{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	position: relative;
}

.top-content-blk section.service dl dd{
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(0%,-50%);
	background-color: #d0252e;
	color: #fff;
	width: 650px;
	padding: 50px;
}

.top-content-blk section.service dl dd ins{
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 1.5rem;
}

.top-content-blk section.service dl dd a{
	position: relative;
	display: block;
	color: #d0252e;
	border:1px solid #fff;
	background-color: #fff;
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-top: 50px;
	padding: 20px 0;
	transition: .7s;
}

.top-content-blk section.service dl dd a:hover{
	background-color: #d0252e;
	color: #fff;
	transition: .7s;
}

.top-content-blk section.service dl dd a::after{
	position: absolute;
	content: "\f054";
    font-family:"Font Awesome 5 Free","fontawesome";
    display: inline-block;
    margin-left: 1em;
    color: #d0252e;
    font-weight: 900;
    top: 50%;
    right: 10%;
    transform: translate(-10%,-50%);
    transition: .7s;
}

.top-content-blk section.service dl dd a:hover::after{
	color: #fff;
	transition: .7s;
}

.top-content-blk section.facility{
	margin-bottom: 160px;
	background-color: #f5f5f5;
	padding: 100px 0;
}

.top-content-blk section.facility dl{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	flex-flow: wrap;
	position: relative;
}

.top-content-blk section.facility dl dt{
	width: 45%;
}

.top-content-blk section.facility dl dd{
	width: 45%;
	position: absolute;
	top: -50%;
	right: 0;
}

.top-content-blk section.facility dl dt h2{
	position: relative;
	text-align: left;
	margin-bottom: 90px;
	font-size: 2rem;
    font-family: YuMincho,'Yu Mincho',serif;
}

.top-content-blk section.facility dl dt h2 span{
	font-size: 0.75rem;
	font-family: 'Lato', sans-serif;
	color: #d0252e;
	display: block;
}

main.en-main .top-content-blk section.facility dl dt h2 span{
	display: none;
}

.top-content-blk section.facility dl dt h2:before {
    content: '';
    position: absolute;
    left: 5%;
    bottom: -20px;
    display: inline-block;
    width: 83px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d0252e;
    border-radius: 0px;
}

.top-content-blk section.facility dl dt a{
	position: relative;
	display: block;
	color: #fff;
	border:1px solid #d0252e;
	background-color: #d0252e;
	width: 300px;
	text-align: center;
	margin-top: 50px;
	margin-right: auto;
	padding: 20px 0;
	transition: .7s;
}

.top-content-blk section.facility dl dt a:hover{
	color: #d0252e;
	background-color: #fff;
	transition: .7s;
}

.top-content-blk section.facility dl dt a::after{
	position: absolute;
	content: "\f054";
    font-family:"Font Awesome 5 Free","fontawesome";
    display: inline-block;
    margin-left: 1em;
    color: #fff;
    font-weight: 900;
    top: 50%;
    right: 10%;
    transform: translate(-10%,-50%);
}

.top-content-blk section.facility dl dt a:hover::after{
	color: #d0252e;
}

.top-content-blk section.news{
	margin: 150px 0;
}


.top-content-blk section.news div h2{
	position: relative;
	text-align: center;
	margin-bottom: 90px;
}

.top-content-blk section.news div h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 83px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d0252e;
    border-radius: 0px;
}

.top-content-blk section.news ul{
	width: 1200px;
	margin: 0 auto;
}

.top-content-blk section.news ul li{
	display: flex;
	margin-bottom: 15px;
	vertical-align: middle;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px dotted #f0f0f0;
}

.top-content-blk section.news ul li time{
	font-size: 0.75rem;
	color: #949494;
	font-weight: bold;
	margin-right: 40px;
}

.top-content-blk section.news ul li span{
	font-size: 0.75rem;
	color: #fff;
	background-color: #d0252e;
	margin-right: 40px;
	padding: 0px 10px;
}

.top-content-blk section.news div a{
	position: relative;
	display: block;
	color: #fff;
	border:1px solid #d0252e;
	background-color: #d0252e;
	width: 300px;
	text-align: center;
	margin: 50px auto 0 auto;
	padding: 20px 0;
	transition: .7s;
}

.top-content-blk section.news div a:hover{
	color: #d0252e;
	background-color: #fff;
	transition: .7s;
}

.top-content-blk section.news div a::after{
	position: absolute;
	content: "\f054";
    font-family:"Font Awesome 5 Free","fontawesome";
    display: inline-block;
    margin-left: 1em;
    color: #fff;
    font-weight: 900;
    top: 50%;
    right: 10%;
    transform: translate(-10%,-50%);
}

.top-content-blk section.news div a:hover::after{
	color: #d0252e;
}

/****************
製品を探すページ設定**************************************************************************************/
.content-blk{
	width: 60%;
	min-width: 1200px;
	margin: 0 auto;
}

.products-blk-02{
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
}

.content-blk dl.img-pattern-01{
	width: 100%;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	flex-flow: wrap;
}

.content-blk dl.img-pattern-01 dt{
	width: 31.91%;
}

.content-blk dl.img-pattern-01 dt img{
	width: 100%;
}

.content-blk dl.img-pattern-01 dd{
	width: 64.1666%;
}

.content-blk dl.img-pattern-02{
	width: 100%;
}

.content-blk dl.img-pattern-02 dt{
	margin-bottom: 50px;
}

.content-blk dl.img-pattern-02 dd ul{
	width: 70%;
	margin: 0 auto;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	flex-flow: wrap;
}

.content-blk.products-detail section img{
	width: 500px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.content-blk dl.img-pattern-02 img{
	width: auto;
}

.content-blk section{
	margin-bottom: 120px;
}

.content-blk section table.pattern-01{
	width: 100%;
	border:1px solid #333333;
}

.content-blk section table.pattern-01 tr th{
	background-color: #d0252d;
	color: #fff;
	border:1px solid #333333;
	padding: 30px 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	/* tbody内のセルより手前に表示する */
	z-index: 1;
}

.content-blk section table.pattern-01 tr:nth-child(2) th{
	top: 92px;
}

.content-blk section table.pattern-01 tr:nth-child(even){
	background-color: #f7dddd;
}

.content-blk section table.pattern-01 tr td{
	border:1px solid #333333;
	padding: 30px 20px;
	text-align: center;
}

.content-blk section table.pattern-01.facility-tbl tr td{
	width: 20%;
	border:1px solid #333333;
	padding: 30px 20px;
	text-align: center;
}

.content-blk section table.pattern-01.facility-tbl tr td img{
	height: auto;
}

.content-blk section table.pattern-01.facility-tbl tr:nth-child(even){
	background-color: #fff;
}

.facilitylist{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	flex-flow: wrap;
}

/*.content-blk section table.pattern-01 tr.bg-color{
	background-color: #f7dddd;
}*/

.content-blk section ul.relation{
	width: 100%;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: left;
	display: -webkit-flex;
	-webkit-justify-content: left;
	justify-content: left;
	list-style: none;
	flex-flow: wrap;
}

.content-blk section ul.relation li{
	width: 380px;
	margin-bottom: 25px;
	margin-right: 25px;
}

.content-blk section ul.relation li:nth-child(3){
	margin-right: 0;
}

.content-blk section ul.relation li:nth-child(6){
	margin-right: 0;
}

.content-blk section ul.relation li:nth-child(9){
	margin-right: 0;
}

.content-blk section ul.relation li a{
	position: relative;
	display: block;
	width: 100%;
	color: #d0252d;
	border:1px solid #d0252d;
	box-sizing: border-box;
	padding: 25px 20px;
}

.content-blk section ul.relation li a::before{
	position: absolute;
	content: "\f054";
    font-family:"Font Awesome 5 Free","fontawesome";
	top: 50%;
	right: 5%;
	transform: translate(-5%,-50%);
	font-weight: 900;
}

.content-blk section ul.relation li a:hover{
	background-color: #d0252d;
	color: #fff;
	transition: .7s;
}

.content-blk section img.graph{
	width: 60%;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.content-blk section.company-blk ul.products-list{
	width: 100%;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: left;
	display: -webkit-flex;
	-webkit-justify-content: left;
	justify-content: left;
	list-style: none;
	flex-flow: wrap;
	margin-bottom: 50px;
}

.content-blk section.company-blk ul.products-list li{
	width: 380px;
	margin-right: 25px;
}

.content-blk section.company-blk ul.products-list li:nth-of-type(3n){
	margin-right: 0;
}

.content-blk section.company-blk ul.products-list li a{
	color: #333;
}

.content-blk section.company-blk ul.products-list li dl{
	display: block;
	border-bottom: none;
	border-top: none;
	border:1px solid #ccc;
	padding: 0;
}

.content-blk section.company-blk ul.products-list li dl dt{
	width: 100%;
	line-height: 0;
}

.content-blk section.company-blk ul.products-list li a:hover dl dt img{
	opacity: 0.5;
	transition: .7s;
}

.content-blk section.company-blk ul.products-list li dl dt img{
	height: 200px;
	object-fit: cover;
	transition: .7s;
}

.content-blk section.company-blk ul.products-list li dl dd{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.mach{
	height: 100px;
}

.content-blk section table.pattern-01 tr td img{
	width: 200px;
}

.content-blk section table.pattern-01.accessory tr:nth-child(even){
	background-color: #fff;
}

.content-blk section.company-blk ul.products-list.accessory-list li a{
	background-color: #d0252d;
	color: #fff;
	display: block;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 25px;
	border:1px solid #d0252d;
	box-sizing: border-box;
	transition: .7s;
}

.content-blk section.company-blk ul.products-list.accessory-list li a:hover{
	background-color: #fff;
	color: #d0252d;
	border:1px solid #d0252d;
	transition: .7s;
}

.content-blk section.company-blk ul.products-list.accessory-list{
	width: 100%;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.content-blk section.company-blk ul.products-list.accessory-list li{
	width: 20%;
	margin-right: 25px;
}

/****************
会社案内設定**************************************************************************************/
.content-blk nav{
	width: 100%;
}

.content-blk nav ul{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:left;
	display: -webkit-flex;
	-webkit-justify-content: left;
	justify-content:left;
	list-style: none;
	flex-flow: wrap;
	width: 100%;
	margin-bottom: 50px;
}

.content-blk nav ul li{
	width: 31.666%;
	margin-bottom: 30px;
	margin-right: 2%;
}

.content-blk nav ul li:nth-child(3){
	margin-right: 0;
}

.content-blk nav ul li:nth-child(6){
	margin-right: 0;
}

.content-blk nav ul li a{
	position: relative;
	display: block;
	width: 100%;
	background-color: #d0252d;
	color: #fff;
	padding: 20px 0px 20px 20px;
	box-sizing: border-box;
}

.content-blk nav ul li a::before{
	position: absolute;
	content: "\f078";
    font-family:"Font Awesome 5 Free","fontawesome";
	top: 50%;
	right: 5%;
	transform: translate(-5%,-50%);
	font-weight: 900;
}


.content-blk section.company-blk dl{
	width: 100%;
	display: flex;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 25px;
	margin-bottom: 25px;
	align-items: center;
}

.content-blk section.company-blk dl:first-of-type{
	border-top: 1px solid #cdcdcd;
	padding-top: 25px;
}

.content-blk section.company-blk dl dt{
	color: #d0252d;
	width: 20%;
}

.content-blk section.company-blk dl dd{
	width: 80%;
}

.content-blk section.company-blk dl.greeting{
	border-top: none;
	border-bottom: none;
	padding:0;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	flex-flow: wrap;
}

.content-blk section.company-blk dl.greeting dt{
	width: 41.666%;
}

.content-blk section.company-blk dl.greeting dt img{
	width: 100%;
	height: auto;
}

.content-blk section.company-blk dl.greeting dd{
	width: 50%;
}

#thumbs {
    height: 10%;
    box-sizing: border-box;
    padding: 10px 0;
}
#thumbs .swiper-slide {
    width: 16%;
    height: auto;
    opacity: 0.3;
    cursor: grab;
}
#thumbs .swiper-slide:active {
    cursor: grabbing;
}
#thumbs .swiper-slide-active {
    opacity: 1;
}

.slider-thumbnail{
	margin: 0 auto 50px auto!important;
}

.slider-thumbnail div.swiper-slide{
	margin-right: 20px;
}

.history-img{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	flex-flow: wrap;
}

.history-img li{
	width: 45%;
}

.content-blk section.company-blk dl.facility-img{
	border-top: none;
	border-bottom: none;
	padding:0;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	flex-flow: wrap;
}

.content-blk section.company-blk dl.facility-img dt{
	width:20%;
}

.content-blk section.company-blk dl.facility-img dd{
	width:75%;
}

.content-blk section.company-blk dl.products-detail{
	width: 60%;
	min-width: 1200px;
	margin: 0 auto 0px auto;
	border-bottom: none;
	border-top: none;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	flex-flow: wrap;
}

.content-blk section.company-blk.products-blk-03:nth-child(even){
	background-color: #f5f5f5;
	padding: 50px 0;
}

/*.content-blk section.company-blk dl.products-detail:nth-of-type(odd){
	position: relative;
}

.content-blk section.company-blk dl.products-detail:nth-of-type(odd)::after{
	position: absolute;
	content: "";
	background-color: #f5f5f5;
	top: 0;
	left: -20%;
	width: 100%;
	height: 100%;
	z-index: -1;
}
*/
.content-blk section.company-blk.products-blk-03:nth-of-type(even) dl.products-detail dt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.content-blk section.company-blk.products-blk-03:nth-of-type(even) dl.products-detail dd {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.content-blk section.company-blk dl.products-detail dt{
	width: 45%;
}

.content-blk section.company-blk dl.products-detail dt h3{
	font-size: 1.75rem;
	font-weight: bold;
	color: #d0252d;
	border-bottom: none;
	padding-left: 0;
}

.content-blk section.company-blk dl.products-detail dt h3::after{
	content: none;
	border-bottom: none;
}

.content-blk section.company-blk dl.products-detail dt p{
	color: #000;
	margin-bottom: 80px;
}

.content-blk section.company-blk dl.products-detail dt a{
	width: 300px;
	display: block;
	background-color: #d0252d;
	color: #fff;
	padding:20px;
	text-align: center;
	border:1px solid #d0252d;
	box-sizing: border-box;
	transition: .7s;
}

.content-blk section.company-blk dl.products-detail dt a:hover{
	background-color: #fff;
	color: #d0252d;
	border:1px solid #d0252d;
	transition: .7s;
}

.content-blk section.company-blk dl.products-detail dd{
	width: 45%;
}

.content-blk section.company-blk dl.category_text{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	flex-flow: wrap;
	border-top: none;
	border-bottom: none;
	padding: 0;
}

.content-blk section.company-blk dl.category_text dt{
	width: 30%;
}

.content-blk section.company-blk dl.category_text dd{
	width: 65%;
}

.content-blk section.company-blk dl.category_text dt img{
	height: auto;
}

.content-blk section.company-blk div.intro{
	margin-bottom: 100px;
}

.president_name{
	font-family: "HG行書体", monospace;
	font-size: 2rem;
}

/****************
サービス＆サポート設定**************************************************************************************/
.content-blk section.service-blk ul{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: left;
	display: -webkit-flex;
	-webkit-justify-content: left;
	justify-content: left;
	list-style: none;
	flex-flow: wrap;
}

.content-blk section.service-blk ul.service_support{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: left;
	display: -webkit-flex;
	-webkit-justify-content: left;
	justify-content: left;
	list-style: none;
	flex-flow: wrap;
}

.content-blk section.service-blk ul.service_support li{
	margin-right: 25px;
}

.content-blk section.service-blk ul.service_support li:nth-child(3){
	margin-right: 0;
}

.content-blk section.service-blk ul.service_support li:nth-child(6){
	margin-right: 0;
}

.content-blk section.service-blk ul li{
	width: 380px;
	margin-bottom: 25px;
}

.content-blk section.service-blk ul li dl dt{
	line-height: 0;
	transition: .7s;
}

.content-blk section.service-blk ul li a:hover dl dt{
	opacity: 0.5;
	transition: .7s;
}


.content-blk section.service-blk ul li dl dt img{
	width: 380px;
	height: 200px;
	object-fit: cover;
}

.content-blk section.service-blk ul li dl dd{
	background-color: #d0252d;
	color: #fff;
	padding: 20px;
}

.content-blk section.service-blk dl.img-pattern-02 dd ul li{
	width: auto;
}

.content-blk section.service-blk{
    counter-reset: number 0;
}

.content-blk section.service-blk dl.question{
	margin-bottom: 25px;
}

.content-blk section.service-blk dl.question dt{
	cursor: pointer;
	position: relative;
	background-color: #d0252d;
	color: #fff;
	padding: 10px 20px 10px 55px;
}

.content-blk section.service-blk dl.question dd{
	position: relative;
	display: none;
	color: #333;
	padding: 10px 20px 10px 55px;
}

.content-blk section.service-blk dl.question dt::before {
    position: absolute;
    counter-increment: number;
    content: "Q" counter(number) ". ";
    font-size: 1rem;
    color: #fff;
    display: flex;
    left: 0%;
    font-weight: bold;
    padding-left: 20px;
}

.content-blk section.service-blk dl.question dd:before {
    position: absolute;
    content: "A.";
    top: 0;
    left: 0;
    color: #d0252d;
    font-weight: bold;
    padding:10px 20px;
}

.content-blk section.service-blk ul.normal{
	display: block;
	padding-left: 20px;
}

.content-blk section.service-blk ul.normal li{
	width: 100%;
	list-style-type: disc;
}

.content-blk section.service-blk a  img{
	width: auto;
}

.content-blk section.service-blk table.pattern-01 tr:nth-child(even){
	background-color:#fff;
}

.content-blk section.service-blk ul.manual{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	flex-flow: wrap;
}

.content-blk section.service-blk ul.manual li{
	width: 15%;
	margin-right: 25px;
}

.content-blk section.service-blk ul.manual img{
	width: 100%;
	border:1px solid #333;
}

/**/
.content-blk section.company-blk ul.manual{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: left;
	display: -webkit-flex;
	-webkit-justify-content: left;
	justify-content: left;
	list-style: none;
	flex-flow: wrap;
}

.content-blk section.company-blk ul.manual li{
	width: 15%;
	margin-right: 60px;
	margin-bottom: 25px;
}

.content-blk section.company-blk ul.manual img{
	width: 100%!important;
	height: auto!important;
	border:1px solid #333;
}

.content-blk section.company-blk ul.manual li dl{
	border-bottom: 0;
	border-top: 0;
}

.content-blk section.company-blk ul.manual.compre li{
	width: 100%;
}

.content-blk section.company-blk ul.manual.compre li dl dt{
	width: 20%;
	margin-right: 5%;
}

.content-blk section.company-blk ul.manual.compre li dl dd{
	width: 75%;
}

.content-blk section.company-blk ul.manual.compre li dl dd span{
	font-weight: bold;
	display: block;
}

.content-blk section.company-blk ul.manual.compre li dl dd a{
	display: block;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.content-blk section.service-blk ul.support_list{
	display: block;
	list-style-type: disc;
	padding-left: 20px;
}

.content-blk section.service-blk ul.support_list li{
	list-style-type: disc;
	margin-bottom: 15px;
}

.content-blk .service-blk dl.img-pattern-02 dd ul{
	width: 100%;
	align-items: center;
}

/****************
お知らせ設定**************************************************************************************/
.content-blk section.news-blk{
	width: 1200px;
    margin: 0 auto;
}

.content-blk section.news-blk ul li {
    display: flex;
    margin-bottom: 15px;
    vertical-align: middle;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px dotted #f0f0f0;
}

.content-blk section.news-blk ul li time {
    font-size: 0.75rem;
    color: #949494;
    font-weight: bold;
    margin-right: 40px;
}

.content-blk section.news-blk ul li span {
    font-size: 0.75rem;
    color: #fff;
    background-color: #d0252e;
    margin-right: 40px;
    padding: 0 10px;
}

form#aform-form-2{
	display: block;
}


form#aform-form-3{
	display: block;
}

form#aform-confirm-form{
	display: block;
}

/****************
お問い合わせ設定**************************************************************************************/
.aform-header{
	display: none;
}

.aform-content dl{
	display: flex;
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
}

.aform-content dl dt{
	width: 30%;
	color: #d0252d;
	padding: 20px;
	border-bottom: 1px solid #fff;
}

.aform-content dl dt label{
	display: flex;
}

.aform-content dl dd{
	width: 70%;
	padding: 20px;
}

.aform-content dl dd input{
	width: 100%;
}

.aform-content dl dd input[type="radio"]{
	width: auto;
}

.aform-content ul.aform-horizontal-ul{
	display: flex;
}

.aform-content ul.aform-horizontal-ul li{
	margin-right: 20px;
}

.aform-content dl dd textarea{
	width: 100%;
}

.aform-button-area{
	width: 100%;
	margin: 50px auto 0 auto;
}

.aform-button-area input{
	width: 300px;
	border:none;
	background-color: #d0252d;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

.aform-button-area{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	list-style: none;
	flex-flow: wrap;
}

.aform-button-area input{
	width: 300px;
	display: block;
}

#aform_btn_back{
	margin-right: 50px;
}

.aform-content dl dt span.aform-label{
	display: flex;
}

.aform-required{
	display: block;
	background-color: #d0252d;
	color: #fff;
	width: 80px;
	padding: 5px 0;
	text-align: center;
	margin-left: auto;
}

dl.aform-error-list{
	display: block;
}

.aform-button-area input[type="submit"]{
	transition: .7s;
	cursor: pointer;
	border:1px solid #d0252d;
}

.aform-button-area input[type="submit"]:hover{
	transition: .7s;
	background-color: #fff;
	color: #d0252d;
	border:1px solid #d0252d;
}

.aform-button-area input[type="button"]{
	transition: .7s;
	cursor: pointer;
	border:1px solid #d0252d;
}

.aform-button-area input[type="button"]:hover{
	transition: .7s;
	background-color: #fff;
	color: #d0252d;
	border:1px solid #d0252d;
}


/****************
会員ページ設定**************************************************************************************/
.rope-list{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	flex-flow: wrap;
	width: 100%;
	margin-bottom: 50px;
}

.rope-list li{
	width: 30%;
	text-align: center;
	color: #d0252d;
	display: block;
	border-bottom: 1px solid #d0252d;
}

.report-tbl{
	margin-top: 50px;
	margin-bottom: 50px;
}

.report-tbl tr th{
	width: 300px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999999;
	background-color: #d0252d;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

.report-tbl tr td{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999999;
	padding: 10px;
}

.report-tbl{
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.report-tbl tbody {
  width: 100%;
  display:table;
}

.certificate-list{
	width: 100%;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	flex-flow: wrap;
	margin-bottom: 100px;
}

.certificate-list li{
	width: 30%;
}

.certificate-list li a{
	position: relative;
	text-align: center;
	display: block;
	font-size: 1rem;
	color: #333;
	border: 3px solid #333;
	padding: 10px 0;
}

.certificate-list li a::after{
	position: absolute;
	content: "\f054";
    font-family:"Font Awesome 5 Free","fontawesome";
	top: 50%;
	right: 5%;
	transform: translate(-5%,-50%);
	font-weight: 900;
}



/****************
検索結果設定**************************************************************************************/
.searchlist{
	width: 100%;
}

.searchlist span{
	background-color: #d0252e;
	color: #fff;
	display: block;
	padding:10px 20px;
}

.searchlist span.searchtitle{
	background-color: #fff;
	color: #333;
	padding:0;
	font-weight: bold;
}

.searchlist li{
	margin-bottom: 25px;
}

.searchlist li span.searchdetail{
	background-color: #fff;
	width: auto;
	padding: 0;
}

.searchlist li span.searchdetail a{
	width: auto;
	background-color: #fff;
	display: block;
	color: #333;
	margin-left: auto;
	text-align: right;
}

.content-blk section.pagenation{
	width: 100%;
	margin-top: 100px;
}

.content-blk section.pagenation div ul{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	flex-flow: wrap;
}

.content-blk section.pagenation div ul li a{
	display: block;
	background-color: #d0252e;
	color: #fff;
	width: 200px;
	text-align: center;
	padding: 10px;
	transition: .7s;
	border:1px solid #d0252e;
}

.content-blk section.pagenation div ul li a:hover{
	transition: .7s;
	background-color: #fff;
	color: #d0252e;
}


/****************
プライバシーポリシー設定**************************************************************************************/
.content-blk section.privacy-blk table tr td{
	padding: 10px 20px;
}

.content-blk section.privacy-blk ul li{
	position: relative;
	margin-bottom: 25px;
	padding-left: 20px;
}

.content-blk section.privacy-blk ul li::before{
	content: '';
    position: absolute;
    left: 0%;
    top: 15px;
    transform: translate(0%,15px);
    display: inline-block;
    width: 25px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d0252e;
    border-radius: 0px;
}

.content-blk section.privacy-blk table.pattern-02{
	border: 1px solid #333333;
}

.content-blk section.privacy-blk table.pattern-02 tr th{
	width: 30%;
	background-color: #f5f5f5;
	border: 1px solid #333333;
	padding: 10px 20px;
	text-align: left;
}

.content-blk section.privacy-blk table.pattern-02 tr td{
	border: 1px solid #333333;
}

.content-blk section.privacy-blk table.pattern-01 tr:nth-child(even){
	background-color: #fff;
}

.content-blk section.privacy-blk table.pattern-01 tr td{
	text-align: left;
}


/****************
サイトマップ設定**************************************************************************************/
.sitemap ul li{
	margin-bottom: 50px;
}

.sitemap ul li a{
	position: relative;
	display: block;
	color: #fff;
	background-color: #d0252e;
	font-size: 1.25rem;
	padding:10px 0 10px 20px;
}

.sitemap ul li a:after{
	position: absolute;
	top: 50%;
	right: 1%;
	transform: translate(-10%,-50%);
	font-family: "Font Awesome 5 Free","fontawesome";
	content: "\f054";
	font-size: 1rem;
	font-weight: 900;
}

.sitemap ul li ul{
	margin-top: 15px;
	padding-left:20px;
}

.sitemap ul li ul li{
	margin-bottom: 15px;
	background-color: #fff;
}

.sitemap ul li ul li a{
	display: block;
	color: #333;
	background-color: #fff;
	font-size: 1rem;
	padding: 0;
	border-bottom: 1px dotted #333;
}

.sitemap ul li ul li a:hover{
	border-bottom: 1px dotted #d0252e;
}


/*検索結果*/
div.searchresult{
	font-size: 1.5rem;
	font-weight: bold;
	color: #333;
}



/****************
レスポンシブ設定**************************************************************************************/
@media screen and (max-width: 1400px) {
	nav{
		width: 100%;
	}

	header h1{
		width: 30%;
	}

	header ul li a{
		font-size: 0.75rem;
	}

	header ul li.link_bnr_01{
		width: 120px;
	}

	header ul li.link_bnr_02{
		width: 120px;
	}

	header ul li.link_bnr_01 a{
		font-size: 0.75rem;
	}

	header ul li.link_bnr_02 a{
		font-size: 0.75rem;
	}

	header ul li.language a{
		font-size: 0.75rem;
	}

	header h1 a img{
		width: 70%;
	}

	.top-content-blk section.message dl{
		width: 100%;
	}
}

@media screen and (max-width: 1300px) {
	header ul li a {
    	font-size: 0.5rem;
	}

	header ul li.language a{
		font-size: 0.5rem;
	}
}

@media screen and (max-width: 1200px) {
	header ul li.link_bnr_01{
		width: 100%;
		background-color: unset;
	}

	header ul li.link_bnr_01 a{
		padding: 0;
	}

	header ul li.link_bnr_02 a{
		padding: 0;
	}

	header ul li.link_bnr_02{
		width: 100%;
		background-color: unset;
	}

	header ul li.language{
		display: flex;
		color: #fff;
		width: 30%;
		margin: 0 auto;
	}

	.content-blk{
		width: 90%;
		min-width: auto;
	}

	.content-blk dl.img-pattern-02 dd ul{
		width: 100%;
	}

	.content-blk section.company-blk dl.products-detail{
		width: 80%;
		min-width: auto;
	}

	.top-content-blk section.products div{
		width: 90%;
	}

	.top-content-blk section.products ul{
		width: 90%;
	}

	.top-content-blk section.service dl{
		width: 90%;
		display: block;
	}

	.top-content-blk section.facility dl{
		width: 90%;
		display: block;
		box-sizing: border-box;
	}

	.top-content-blk section.service dl dd{
		position: inherit;
		top: 0;
		transform: translate(0,0);
		width: 100%;
		box-sizing: border-box;
	}

	.top-content-blk section.products ul li{
		width: 45%;
	}

	.top-content-blk section.news ul{
		width: 90%;
	}

	.content-blk section table.pattern-01.facility-tbl{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		border:none;
	}

	.content-blk section table.pattern-01.facility-tbl tbody{
		width: 100%;
  		display:table;
	}

	.content-blk section table.pattern-01.facility-tbl tbody tr th{
		width: 200px!important;
	}

	.content-blk section table.pattern-01.facility-tbl tbody tr td{
		width: 200px!important;
	}

	main.en-main .top-content-blk section.products ul{
		width: 90%;
		display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    display: -webkit-flex;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	    list-style: none;
	    flex-flow: wrap;
	    margin: 0 auto;
	}

	main.en-main .top-content-blk section.products ul li{
		margin-right: 0;
	}

}


@media screen and (max-width: 850px) {
	.content-blk dl.img-pattern-02 dd ul{
		display: block;
	}

	.content-blk section ul.relation{
		display: block;
	}

	.content-blk section ul.relation li{
		width: 100%;
	}

	footer .footer-blk ul.footer-link-blk-02{
		display: none;
	}

	footer .footer-blk{
		display: block;
		width: 90%;
	}

	footer .footer-blk ul.footer-link-blk-01{
		display: block;
		margin-bottom: 50px;
	}

	footer .footer-blk ul.footer-link-blk-01 li:first-of-type{
		margin-right: 0;
		margin-bottom: 50px;
	}

	footer .footer-blk ul.footer-link-blk-01 li{
		width: 100%;
	}

	footer .footer-blk ul.footer-link-blk-01 li:first-of-type a{
		width: 100%;
	}

	footer .footer-blk ul.footer-link-blk-01 li:last-of-type a{
		width: 100%;
	}

	footer .pc-top{
		display: none!important;
	}

	footer .sp-top{
		display: block;
	}

	footer .sp-top a{
		position: relative;
		width: 100%;
		display: block;
		background-color: #aa292f;
		color: #fff;
		padding: 20px 0;
		text-align: center;
		font-weight: bold;
	}

	footer .sp-top a::before{
		position: absolute;
		top: 50%;
		right: 10%;
		transform: translate(-10%,-50%);
		font-family: "Font Awesome 5 Free","fontawesome";
		content: "\f077";
		font-size: 1rem;
		font-weight: 900;
	}

	form{
		margin-bottom: 25px;
	}

	input[type="text"]{
		width: 90%;
	}

	.top-content-blk section.message dl{
		display: block;
	}

	.top-content-blk section.message dl dt{
		width: 100%;
		margin: 0 auto;
		padding: 20px 0;
	}

	.top-content-blk section.message dl dt h2{
		margin: 0 auto 25px auto;
	}

	.top-content-blk section.message dl dt span{
		margin: 0 auto;
	}

	.top-content-blk section.message dl dd{
		width: 100%;
		box-sizing: border-box;
		padding: 50px 20px;
	}

	.top-content-blk section.products div{
		width: 90%;
	}

	.top-content-blk section.products ul{
		width: 90%;
		display: block;
	}

	.top-content-blk section.products ul li{
		width: 100%;
		height: 350px;
	}

	.top-content-blk section.products ul li a{
		height: 350px;
	}

	.top-content-blk section.service dl{
		width: 90%;
		display: block;
	}

	.top-content-blk section.service dl dd{
		position: inherit;
		transform: unset;
		width: 100%;
		box-sizing: border-box;
		padding: 50px 20px;
	}

	.top-content-blk section.facility dl{
		width: 90%;
		display: block;
	}

	.top-content-blk section.facility dl dt{
		width: 100%;
		margin-bottom: 50px;
	}

	.top-content-blk section.facility dl dd{
		position: inherit;
		width: 100%;
	}

	.top-content-blk section.news ul{
		width: 90%;
	}

	#top article.mainvisual .swiper-container{
		height: 350px;
	}

	.swiper-container-fade .swiper-slide{
		background-size: cover;
	}

	#top article.mainvisual{
		min-height: 350px;
	}

	#top article.mainvisual p{
		font-size: 1.25rem;
	}

	.top-content-blk section.message dl dd a{
		margin: 50px auto 0 auto;
	}

	.top-content-blk section.products div a{
		margin-top: 70px;
		padding:20px;
	}

	.top-content-blk section.news ul li{
		display: block;
	}

	.top-content-blk section.news ul li time{
		display: block;
		width: 100%;
	}

	.top-content-blk section.news ul li span{
		display: block;
		width: 100%;
		padding-left: 20px;
		box-sizing: border-box;
	}

	.content-blk nav ul{
		display: block;
	}

	.content-blk nav ul li{
		width: 100%;
		box-sizing: border-box;
	}

	.content-blk nav ul li a{
		box-sizing: border-box;
	}

	.content-blk section.company-blk dl.greeting{
		display: block;
	}

	.content-blk section.company-blk dl.greeting dt{
		width: 100%;
	}

	.content-blk section.company-blk dl.greeting dt img{
		height: auto;
	}
	
	.content-blk section.company-blk dl.greeting dd{
		width: 100%;
	}

	.company-blk p img{
		width: 100%!important;
		height: auto!important;
	}

	.content-blk section.company-blk dl{
		display: block;
	}

	.content-blk section.company-blk dl dt{
		width: 100%;
	}

	.content-blk section.company-blk dl dd{
		width: 100%;
	}

	.content-blk section.company-blk dl.products-detail{
		display: block;
	}

	.content-blk section.company-blk dl.products-detail dt{
		width: 100%;
		margin-bottom: 50px;
	}

	.content-blk section.company-blk dl.products-detail dd{
		width: 100%;
	}

	.content-blk section.company-blk dl.category_text{
		display: block;
	}

	.content-blk section.company-blk dl.category_text dt{
		width: 100%;
	}

	.content-blk section.company-blk dl.category_text dd{
		width: 100%;
	}

	.content-blk section.company-blk ul.products-list li{
		margin-right: 0;
	}

	.content-blk dl.img-pattern-01{
		display: block;
	}

	.content-blk dl.img-pattern-01 dt{
		width: 100%;
	}

	.content-blk dl.img-pattern-01 dd{
		width: 100%;
	}

	#under h2{
		font-size: 1.25rem;
	}

	.content-blk.products-detail section img{
		width: 100%;
	}

	.content-blk section.service-blk ul li{
		width: 100%;
	}

	.content-blk section.service-blk a img{
		width: 100%;
	}

	.content-blk section.service-blk ul.service_support li{
		margin-right: 0;
	}

	.content-blk section.service-blk ul.manual{
		display: block;
	}

	.content-blk section.service-blk ul.manual li{
		width: 100%;
	}

	.content-blk dl.img-pattern-02 img{
		width: 100%;
		height: auto;
	}

	.aform-content dl{
		display: block;
	}

	.aform-content dl dt{
		width: 100%;
		box-sizing: border-box;
	}

	.aform-content dl dd{
		width: 100%;
		box-sizing: border-box;
	}

	.aform-content ul.aform-horizontal-ul{
		display: block;
	}

	.content-blk section.pagenation div ul{
		display: block;
		box-sizing: border-box;
	}

	.content-blk section.pagenation div ul li{
		box-sizing: border-box;
	}

	.content-blk section.pagenation div ul li a{
		width: 100%;
		box-sizing: border-box;
	}

	header h1{
		padding-left: 0;
	}

	.content-blk section.company-blk ul.manual{
		display: block;
	}

	.content-blk section.company-blk ul.manual.compre li dl dt{
		width: 100%;
		margin-bottom: 50px;
	}

	.content-blk section.company-blk ul.manual.compre li dl dd{
		width: 100%;
	}

	.content-blk section.company-blk ul.manual li{
		width: 100%;
	}

	.content-blk section.company-blk dl.products-detail{
		display: block;
	}

	.content-blk section.service-blk ul li dl dt img{
		width: 100%;
		height: auto;
	}

	.content-blk section.service-blk ul.service_support li{
		margin-bottom: 100px;
	}

	.content-blk section.service-blk ul li{
		margin-right: 0;
	}
}