@charset "UTF-8";



body {
    font-family: "源ノ角ゴシック JP", sans-serif; 
	color: #4b4b4b;
}
.sp_br{
	display: none;
}
.pc_none{
	display: none!important;
}
.normal{
	font-weight: normal!important;
}
.coming_soon{
	font-size: 500%;
    letter-spacing: 5px;
    text-align: center;
}
.coming_soon_2{
	font-size: 300%;
    letter-spacing: 5px;
    text-align: center;
}
.breadcrumbs{
	font-size: 120%;
    margin-top: -40px;
    margin-bottom: 50px;
}
.single-industry .breadcrumbs{
	margin-top: -15px;
}
.archive{
	border: none;
}
.hover-opacity a:hover{
	opacity: 0.8;
}


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

  header

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


.header_1{
	display: flex;
}
.header_contact{
    position: absolute;
    padding: 8px 0 8px 30px;
    top: 0;
    width: 150px;
    right: 0;
    background-color: #93284D;
    height: 70px;
}
.header_contact li{
	color: #fff;
    font-size: 105%;
	vertical-align: middle;
    display: table-cell;
}
.header_contact li:before{
	content: '';
    display: inline-block;
    background-image: url(../img/header/mail.png);
    background-repeat: no-repeat;
    background-size: 18px;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 30px;
    left: 20px;
}
.header_contact:hover{
	cursor: pointer;
	opacity: 0.8;
}
.header_menu_sub{
	position: absolute;
    top: 25px;
	right: 325px;
}

.header{
	height: 130px;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    width: 100%;
	border-bottom: 1px solid #93284D;
	top: 0;
}
.header_inner{
    display: flex;
    height: 70px;
    border-bottom: 1px solid #CCC8C8;
}
.header_inner a:hover{
	color: #93284D;
}
.header_logo{
	position: relative;
}
.header_logo img{
	width: 230px;
	position: absolute;
    top: 18px;
	left: 18px;/*変更*/
}
.header_logo img:hover{
	opacity: 0.8;
}
.gnav{
	margin-top: 20px;
    text-align: center;
}
.gnav ul{
	display: -webkit-inline-box;
}
.gnav ul li{
	padding: 0px 10px;
}
.gnav ul li a{
	text-decoration: none;
	color: #707070;
}
.gnav span{
	color: #93284D;
    position: absolute;
    right: 165px;
    top: 20px;
    font-size: 180%;
    font-weight: bold;
}
.gnav span:before{
	content: '';
	display: inline-block;
    background-image: url(../img/header/tel.png);
    background-repeat: no-repeat;
	background-size: 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: -24px;
}
#menu-header_menu .sub-menu{
	position: absolute;
    background-color: #fff;
	/*はじめは非表示*/
  	visibility: hidden;
  	opacity: 0;
    /*アニメーション設定*/
  	transition: all .3s;
	width: auto;
	height: auto;
	top: 130px;
	display: block;
	box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 10%);
}
#menu-header_menu #menu-item-1282::after,#menu-header_menu #menu-item-1286::after{
	content: '＋';
	color: #93284D;
}



.gnav .sub-menu li a{
	color: #fff;
	color: #4b4b4b;
}
#menu-header_menu .sub-menu li:last-child{
	margin-bottom: 0;
}
.gnav .sub-menu{
	padding: 10px;
}
/*hoverしたら表示*/
.sub-menu:hover > ul,
#menu-item-1282:hover > ul,#menu-item-1286:hover > ul,
.sub-menu:active > ul,
#menu-item-1282:active > ul,#menu-item-1286:active > ul{
  visibility: visible;
  opacity: 1;
}

.contact_btn{
    border-radius: 100px;
    position: absolute;
    padding: 8px 0 8px 33px;
    top: 42px;
	width: 153px;
	right: 48px;
    background-color: #93284D;
}
.contact_btn li{
	margin-bottom: 0;
	color: #fff;
}
.contact_btn li:before{
	content: '';
    display: inline-block;
    background-image: url(../img/header/mail.png);
    background-repeat: no-repeat;
    background-size: 18px;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 13px;
    left: 22px;
}
.contact_btn:hover{
	cursor: pointer;
	opacity: 0.8;
}
#menu-header_menu li{
	padding: 0 27px;
}
#menu-header_menu li a{
	position: relative;
    display: inline-block;
    text-decoration: none;
	font-weight: bold;
}
#menu-header_menu li a::after {
  position: absolute;
  bottom: -19px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #93284D;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#menu-header_menu li a:hover::after {
  transform: scale(1, 1);
}
#menu-header_menu .sub-menu li{
	text-align: left;
    padding: 0px 10px;
}
#menu-header_menu .sub-menu li a::after{
	content: none;
}
#menu-header_menu .sub-menu li a:hover{
	opacity: 0.8;
	cursor: pointer;
}
.header_2{
    margin: 0 auto;
}
.hamburger,.gnav_sp {
	display: none;
}


@media screen and (max-width:1000px) {
.header{
	height: 60px;
}
.header_logo img{
	width: 180px;
}
.gnav{
	display: none;
}
.header_inner{
	border-bottom: none;
}
.sp_icon_1{
	position: absolute;
    top: 1px;
    right: -6px;
}
.sp_icon_2{
	position: absolute;
    top: 1px;
    right: -44px;
}
.sp_icon_1 img,.sp_icon_2 img{
	width: 27%;
	height: auto
}
.sp_icon_1,.sp_icon_2{
	display: inherit;
}
	
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 8px;
  top   : 9px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #93284D;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#93284D;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#93284D;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.gnav_sp {
  display: inherit;
  position: fixed;
  z-index : 2;
  top  : 60px;
  left : 0;
  color: #fff;
  background: rgba(247,240,243,1);
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
  text-align: center;
  height: 100%;
}

nav.gnav_sp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

nav.gnav_sp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.gnav_sp ul li:last-child {
  padding-bottom: 0;
}
nav.gnav_sp ul li a:hover{
  background :#fff;
}

nav.gnav_sp ul li a{
  display: block;
  color: #58585A;
  padding: 1em 0;
  text-decoration :none;
}
.gnav_sp .sub-menu{
	display: none;
	background: rgba(147,40,77,0.2);
}

/* このクラスを、jQueryで付与・削除する */
nav.gnav_sp.active {
  opacity: 100;
  visibility: visible;
  height: 100%;
  padding-bottom: 60px;
}
}

@media screen and (max-width: 768px) {
.header_logo img{
	top: 22px;
}
}

@media screen and (max-width:380px) {
	.header_logo img{
		width: 180px;
		left: 9px;
	}
}



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

  TOPページ

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

#fv{
	padding-top: 126px;
}
#fv_news{
	display: flex;
    position: relative;
    top: -100px;
}
#fv_news p{
	width: 130px;
	height: 60px;
	color: #fff;
	background-color: #4E4E4E;
	text-align: center;
	padding-top: 17px;
}
#sp_fv{
	display: none;
}
.news_area{
	height: 60px;
	background-color: #707070;
	position: relative;
}
.news_ticker {
    width: 500px;
    text-align: left;
    overflow: hidden;
    color: #fff;
	padding: 0;
	vertical-align: middle;
	padding-left: 10px;
}
.news_ticker ul {
    position: relative;
}
.news_ticker ul li {
    width: 80%;
    display: none;
	font-family: "源ノ角ゴシック JP", sans-serif;
	height: 60px;
}
.news_ticker ul li a{
	color: #fff;
	text-decoration: none;
}
.news_ticker li div {
	padding: 10px 10px 0px 10px;
}
.news_ticker span {
	margin: 0 10px 0 0;
	display: inline-block;
}
.news_archive_link a{
	color: #fff;
    font-size: 130%;
    position: absolute;
    top: 20px;
	right: 45px;
	text-decoration: none;
}
.news_archive_link a::before{
	content: '';
	width: 7px;
    height: 7px;
	border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -3px;
}
.news_archive_link a:hover{
	opacity: 0.8;
	text-decoration: underline;
	cursor: pointer;
}

/*ファーストビュー*/
.fv_slider .flex-control-nav li a {
     margin: 0 15px;
     padding: 0;
}
.fv_slider .flex-control-paging li a {
     width: 63px;
     height: 4px;
	 border-radius: 0;
}
div.metaslider .flex-control-nav{
     bottom: 15px;
}
ol.flex-control-nav{
	width: auto;
	right: 75px;
}


/*固定ボタン用（導入検討の方はこちら）*/
#content_side{
    position: relative;
}
#sideContactBtn {
    position: fixed;
    bottom: 100px;
    right: 0px;
    background-color: #93284D;
    border-radius: 10px 0 0 10px;
    padding: 40px 13px 13px 13px;
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 160%;
    text-decoration: none;
    letter-spacing: 6px;
}
#sideContactBtn img {
	width: 30px;
}
#sideContactBtn:hover {
	opacity: 0.8;
}
.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}
.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}
.effect-fade a{
	position: relative;
}
.effect-fade a::before{
	content: '';
	display: inline-block;
    background-image: url("../img/header/mail.png");
    background-repeat: no-repeat;
	background-size: 20px;
    position: absolute;
    width: 20px;
    height: 20px;
	top: 15px;
	right: 15px;
}

.ohnit_back{
	background-image: url("../img/top/ohnit_back.jpg");
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
    background-size: cover;
	padding: 80px 0px 150px 0;
}
.back_inner{
	width: 60%;
	margin: 0 auto;
    display: table;
	background-color: rgba(255,255,255,0.8);
	padding: 30px;
}
.ohnit_back .back_inner p{
	margin: 0;
	line-height: 2;
	text-align: center;
	font-weight: bold;
}
.h2_strong{
	margin-bottom: 1em;
    text-align: center;
    font-family: "源ノ角ゴシック JP", sans-serif;
    color: #93284D;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 2;
	z-index: 1;
    position: relative;
}


/*固定ボタン用（TOPに戻る）*/
#page_top{
    position: fixed;
    right: 15px;
    bottom: 5px;
}
#page_top img{
	width: 85px;
}

@media screen and (max-width:1000px) {
#fv {
    padding-top: 60px;
}
}

 
@media only screen and (max-width: 768px) {
#sp_fv{
	display: inherit;
	margin-top: 60px;
}
#fv{
	display: none;
}
#fv_news{
	width: 100%;
	overflow: hidden;
	top: -43px;
}
#fv_news p{
	font-size: 140%;
    width: 100px;
    padding: 19px;
}
.news_area{
	width: 100%;
}
.news_ticker{
	margin-top: -1px;
	width: 100%;
	padding-left: 0;
}
.news_ticker span {
	display: block;
}
.news_ticker ul{
	display: flex;
}
.news_ticker ul li{
	overflow: hidden;
	white-space: nowrap;
    max-width: 65%;
    text-overflow: ellipsis;
    vertical-align: middle;
}
div.metaslider .flex-control-nav{
	display: none;
}
}

.top_merit .flex_3_item{
	padding: 0;
}
.top_1 p{
	text-align: center;
	line-height: 1.8;
	font-weight: bold;
	margin: 0;
	font-size: 200%;
}
.top_1 img{
	width: 100%;
	height: auto;
}
.top_1 a:hover{
	opacity: 0.8;
}
.top_1 .flex_2 .flex_2_item{
	padding: 0;
}
.top_merit h2{
	color: #93284D;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	letter-spacing: 2px;
}
.top_merit p{
	font-size: 16px;
	text-align: left;
    line-height: 1.8;
	font-weight: normal;
	margin-top: 10px;
}
.bg_pink_1{
	background-color: #f8f0f3;
    padding: 60px 20px;
    margin-bottom: 30px;
    width: 85%;
    margin: 0 auto;
	margin-top: 80px;
}
.bg_pink_3{
	background-color: #f8f0f3;
    padding: 60px 20px;
    width: 100%;
    margin: 0 auto;
	margin-top: 100px;
    margin-bottom: 30px;
}
.bg_pink_3_top{
	background-color: #F0F1F5;
    padding: 60px 20px;
    width: 100%;
    margin: 0 auto;
	margin-top: 100px;
    margin-bottom: 30px;
}
.bg_pink_3_inner{
	width: 75%;
	margin: 0 auto;
	position: relative;
}
.description{
	padding-top: 20px;
	text-align: center;
	line-height: 2.2;
}
.top_line{
	background-image: url(../img/top/top_line_img.png);
    height: 592px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.top_line .flex_3 .flex_3_item{
	margin: 0;
	padding: 0;
}
.top_line .flex_3 .flex_3_item img{
	width: 100%;
	height: auto;
}

/*フレックスボックス（全ページ固定）*/
.flex_3,.flex_2,.flex_5,.flex_4,.flex_6{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.flex_3_item{
	padding: 20px;
	width: 33.333%;
	margin: 15px;
}
.flex_2_item{
	padding: 20px;
	width: 50%;
	margin: 15px;
}
.flex_4_item{
	width: 25%;
}
.flex_5_item{
	width: 20%;
}
.flex_6_item{
	padding: 20px;
	width: 16.666%;
	margin: 15px
}
.flex_2 a:hover,.flex_3 a:hover,.flex_5 a:hover,.flex_6_item a:hover,.big_banner a:hover{
	opacity: 0.8;
	cursor: pointer;
}



.link a{
	color: #93284D;
}
.industry_3,.industry_6{
	padding: 0;
	margin: 5px;
}
.industry_3 img,.industry_6 img{
	width: 100%;
}
.industry_3 a{
	text-decoration: none;
}
.industry_3 a:hover{
	opacity: 0.8;
}

.topics .flex_2 .flex_2_item{
	margin: 0;
    margin-top: 60px;
    padding: 15px;
}
.topics .flex_2 .flex_2_item:nth-child(1){
	padding-left: 0;
}
.topics .flex_2 .flex_2_item:nth-child(2){
	padding-right: 0;
}
.topics img{
	width: 100%;
    height: auto;
}
.tokusetsu{
	width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
.tokusetsu:hover{
	opacity: 0.8;
}

.product_2 img{
	width: 100.11%;
	margin-bottom: -3.1px;
}
.product_2{
	padding: 0;
	box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 10%);
}
.product_2 p{
	background-color: #fff;
	color: #93284D;
	font-weight: bold;
	font-size: 20px;
	padding: 20px;
    text-align: center;
	letter-spacing: 2px;
    margin: 0
}
.product_2 a{
	text-decoration: none;
}
.product-link{
	position: relative;
}
.btn-area{
	position: absolute;
	bottom: -12px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
}
.btn-arrow{
	position: relative;
}
.btn-arrow::after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1.5px #93284D;
    border-right: solid 1.5px #93284D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 25px;
}

.introduction_3{
	box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 10%);
	margin: 40px 15px;
	text-decoration: none;
	position: relative;
	padding: 0;
	background-color: #fff;
}
.introduction_3 img{
	display: block;
	width: 100%;
    height: 230px;
    object-fit: cover;
}
.introduction_3 p{
	font-weight: bold;
	padding: 15px 20px 0 20px;
	text-align: left;
	letter-spacing: 1px;
}
.introduction_3 p:nth-of-type(2){
	padding-top: 20px;
}
.top_introduction_under{
	display: block;
    position: absolute;
    width: 60px;
    height: 2px;
    left: 20px;
    background: #707070;
}
.introduction_category,.introduction_category_2{
	width: 93%;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	padding-bottom: 25px;
}
.introduction_category span{
	background-color: #F7F0F3;
    color: #93284D;
    padding: 0px 10px;
    text-decoration: none;
    line-height: 2.4;
    margin: 5px;
	font-size: 95%;
}
.introduction_category_2 span{
	background-color: #DFE0E5;
    color: #58585A;
    padding: 0px 10px;
    text-decoration: none;
    line-height: 2.4;
    margin: 5px;
    font-size: 95%;
}

.reason_3{
	text-align: center;
	text-decoration: none;
	padding: 0;
	box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 10%);
	background-color: #fff;
}
.reason_3 img{
	width: 100%;
    height: auto;
}
.reason_3 p{
	padding: 0 20px 10px 20px;
}
.reason_3 p:nth-child(2){
	font-weight: bold;
	padding: 20px 10px 10px 10px;
	margin-bottom: 5px;
	font-size: 170%;
	line-height: 1.8;
	color: #93284D;
}
.reason_3 p:nth-child(3){
	font-size: 140%;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 1px;
}

.carousel{
	margin: 30px 0;
}
.carousel .flex_4_item{
	text-align: center;
}
.carousel .flex_4_item img{
	width: 100%;
	height: auto;
}
.carousel .flex_4_item a:hover{
	opacity: 0.8;
}

.top_banner .flex_3_item{
	margin: 0;
	padding: 0;
}
.flex_3_item img{
	width: 100%;
	height: auto;
}

.top_banner_new .flex_3_item{
	margin: 10px;
	position: relative;
}
.top_banner_new .flex_3_item p{
	position: absolute;
	color: #fff;
	font-family: "源ノ角ゴシック JP", sans-serif;
	font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
	margin-bottom: 0;
	top: 48%;
    left: 50%;
	width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.top_banner_new .flex_3_item img{
	box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 10%);
}

.top_btn_position{
	position: relative;
}
.top_btn{
	border-radius: 100px;
    position: relative;
    padding: 12px 10px;
    /*top: 3px;*/
    width: 300px;
    /*right: 10px;*/
    background-color: #fff;
    border: 1px solid #93284D;
    color: #93284D;
    font-weight: bold;
	letter-spacing: 3px;
	font-family: "源ノ角ゴシック JP", sans-serif; 
}
.top_btn::after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1.5px #93284D;
    border-right: solid 1.5px #93284D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 25px;
}
.top_btn_sp{
	display: none;
}
.kuwashiku{
	display: inherit;
	border-radius: 100px;
    padding: 12px 10px;
    background-color: #fff;
    color: #93284D;
    border: 1px solid;
    font-weight: bold;
	margin: 0 auto;
    width: 240px;
    margin-top: 20px;
	text-decoration: none;
    text-align: center;
	font-family: "源ノ角ゴシック JP", sans-serif;
    letter-spacing: 1px;
	position: relative;
}
.kuwashiku::after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1.5px #93284D;
    border-right: solid 1.5px #93284D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 25px;
}



/*導入の流れ フロー*/
.flow01{
	display: none;
}
.flow01 p{
	position: relative;
    padding: 10px;
    margin-bottom: 1em;
    text-align: center;
    color: #fff;
}
.flow01 p:nth-child(1){
	background-color: #A95C73;
}
.flow01 p:nth-child(2){
	background-color: #B67687;
}
.flow01 p:nth-child(3){
	background-color: #C3909A;
}
.flow01 p:nth-child(4){
	background-color: #D0AAAD;
}
.flow01 p:nth-child(5){
	background-color: #DDC4C0;
}

@media screen and (max-width:1000px) {
.btn-area .top_btn{
	width: 250px;
}
	
.flow01{
	display: inherit;
	width: 90%;
    margin: 0 auto;
}
.flow02{
	display: none;
}
}

.flow02 {
    margin: 0 auto 50px;
	width: 85%;
}
/* floatを使うのでclearfixの指定 */
.flow02:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}
.flow02 .box {
    padding-top: 13px; /* テキストの位置調整 */
	width: 20%; /* ウィンドウの幅が広くなった時のために％で指定 */
    background: #a95c73; /* １番目のボックスの色指定 */
    float: left; /* 横並び */
    position: relative;
    font-size: 1.6em; /* テキストの指定 */
    font-weight: bold; /* テキストの指定 */
    line-height: 1.4; /* テキストの指定 */
	padding-bottom: 37px;
	height: 0;
}

.flow02 .box02 { background: #b67687; } /* ２番目のボックスの色指定*/
.flow02 .box03 { background: #c3909a; } /* ３番目のボックスの色指定*/
.flow02 .box04 { background: #d0aaad; } /* ４番目のボックスの色指定*/
.flow02 .box05 { background: #ddc4c0; } /* ５番目のボックスの色指定*/

/* ボックスの左側に三角形を作る */
.flow02 .box02:before,.flow02 .box03:before,.flow02 .box04:before,.flow02 .box05:before {
    border-left: 20px solid #FFFFFF; /* １番目の三角形は背景色と同じ色を指定 */
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    content: "";
    position: absolute;
    left: 0; /* ボックスの左に合わせて三角形を作る */
    top: 0;
}
.flow02 .box02:before { border-left-color: #a95c73; } /* ２番目の三角形は１番目のボックスと同じ色を指定 */
.flow02 .box03:before { border-left-color: #b67687; } /* ３番目の三角形は２番目のボックスと同じ色を指定 */
.flow02 .box04:before { border-left-color: #c3909a; } /* ４番目の三角形は３番目のボックスと同じ色を指定 */
.flow02 .box05:before { border-left-color: #d0aaad; } /* ５番目の三角形は４番目のボックスと同じ色を指定 */
 
/* 最後のボックスにだけ、右側に付ける三角形を作成する */
.flow02 .box05:after {
    border-left: 20px solid #ddc4c0; /* 最後の三角形は最後のボックスと同じ色を指定 */
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
	content: "";
    position: absolute;
    right: -20px; /* 三角形の幅の分だけ右にずらす */
    top: 0;
}
.flow02 .box span {
    padding-left: 30px; /* テキストの位置調整 */
    color: #fff;
    font-weight: bold;
	font-size: 85%;
}

.top_flow_bg_area{
	padding: 30px;
	text-align: center;
	margin-bottom: 50px;
    margin-top: 40px;
}
.top_flow_bg_area p:nth-of-type(1){
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	font-size: 90%;
	margin-bottom: 0;
}
.top_flow_bg_area p:nth-of-type(2){
	font-size: 235%;
    color: #93284D;
    font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}
.top_flow_bg_area p:nth-of-type(2):before{
	content: '';
    display: inline-block;
    background-image: url(../img/header/tel.png);
    background-repeat: no-repeat;
    background-size: 35px;
    width: 46px;
    height: 35px;
    margin-bottom: -3px;
}
.top_flow_bg_area .strong{
	font-size: 140%;
    color: #93284D;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.top_flow_bg_area span{
	color: #93284D;
	font-size: 150%;
	font-weight: bold;
}
.top_flow_bg_area button{
	border-radius: 100px;
    padding: 12px 10px 12px 52px;
    width: 245px;
    background-color: #93284D;
    border: none;
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
	position: relative;
	text-align: left;
	font-family: "源ノ角ゴシック JP", sans-serif; 
}
.top_flow_bg_area button:before{
    content: '';
    display: inline-block;
    background-image: url(../img/header/mail.png);
    background-repeat: no-repeat;
    background-size: 17px;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 16px;
    left: 24px;
}

.top_company_img img{
	width: 100%;
	height: auto;
}
.top_ohnit{
	margin: 80px 0;
}
.top_ohnit p{
	line-height: 2.2;
}
.top_ohnit .flex_2 .flex_2_item{
	margin: 0;
}
.top_ohnit_btn button{
	border-radius: 100px;
    padding: 15px;
    background-color: #93284D;
    border: none;
    color: #fff;
    font-weight: bold;
    width: 230px;
    margin: 10px;
	font-family: "源ノ角ゴシック JP", sans-serif; 
}

.introduction{
	margin-top: 30px;
}

.top_sns{
	margin-bottom: 30px;
	
}
.sns_4{
	text-align: left;
	font-weight: bold;
	margin: 0 15px 60px 15px;
	font-size: 140%;
	padding: 0;
	text-decoration: none;
	background-color: #fff;
    border: none;
	color: #AA234D;
}
.sns_4 p:nth-of-type(1){
	color: #707070;
	background-color: #DFE0E5;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin: 0;
	height: 68px;
}
.sns_4 p:nth-of-type(2){
    margin: 0;
	position: relative;
	height: 48px;
	padding-left: 60px;
    padding-top: 10px;
}
.sns_4 img{
	width: 100%;
	height: auto;
}
.sns_4 p:nth-of-type(2):before{
	content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 35px;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 10px;
    top: 5px;
}
.sns_4 p:nth-of-type(2)::after{
	content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1.5px #AA234D;
    border-right: solid 1.5px #AA234D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 12px;
}

.sns_4:nth-child(1) p:nth-of-type(2):before{
	background-image: url("../img/footer/icon_facebook.png");
}
.sns_4:nth-child(2) p:nth-of-type(2):before{
	background-image: url("../img/footer/icon_instagram.png");
}
.sns_4:nth-child(3) p:nth-of-type(2):before{
	background-image: url("../img/footer/icon_twitter.png");
}
.sns_4:nth-child(4) p:nth-of-type(2):before{
	background-image: url("../img/footer/icon_youtube.png");
}

@media screen and (max-width:850px) {
	.mail_btn{
		display: block;
		width: 160px;
		margin: 10px auto!important;
	}
}

@media screen and (max-width:768px) {
.content h1 {
    font-size: 24px;
}

.bg_pink_1{	
    padding: 30px 20px;
}
	
.topics .flex_2,.top_1 .flex_2{
	display: block;
}
.topics .flex_2 .flex_2_item,.tokusetsu{
	width: 100%;
    padding: 0;
}
.top_1 .flex_2 .flex_2_item{
	width: 100%;
	margin: 0;
	margin-top: 10px;
}

.flex_3{
	display: block;
}
.flex_3_item{
	width: 90%;
	margin: 0 auto;
    margin-bottom: 30px;
}
	
.flex_4{
	display: block;
	text-align: center;
}
.flex_4_item{
	width: 90%;
	margin: 0 auto;
    margin-bottom: 20px;
}
	
.flex_5{
	display: block;
	text-align: center;
}
.flex_5_item{
	width: 90%;
	margin: 0 auto;
    margin-bottom: 20px;
}
	
.flex_6{
	flex-wrap: wrap;
}
.flex_6_item{
	width: 40%;
    margin-bottom: 20px;
    margin: 10px;
}
	
.bg_pink_2_inner{
	width: 100%;
}
.top_product{
	display: block;
}
.product_2{
	width: 100%;
    margin: 0;
    margin-bottom: 20px;
}
	
.industry_3{
	margin-bottom: 4px;
}
.industry_6{
	width: 29%;
    margin: 2px;
}
	
.top_merit h2{
	font-size: 20px;
	margin-top: 5px;
}
.top_merit p{
	font-size: 16px;
	margin-top: 0px;
}
.top_merit .flex_3_item{
	width: 100%;
	margin-top: 20px;
}
	
.bg_pink_3_inner{
	width: 100%;
}

.reason_3:nth-child(1){
	margin-top: 50px;
}
.reason_3 p:nth-child(2){
	padding-top: 10px;
}
.reason_3 p:nth-child(3){
	padding-bottom: 15px;
}
.top_ohnit_btn{
	display: block;
}
	
.carousel{
	display: flex;
    flex-wrap: wrap;
}
.carousel .flex_4_item{
	margin: 0;
    width: 50%;
}
.top_banner .flex_3_item{
	width: 100%;
}
	
.top_banner_new .flex_3_item{
	margin: 0;
	margin-bottom: 10px;
}
.top_banner_new .flex_3_item p{
	top: 48%;
}
	
.top_flow_bg_area p:nth-of-type(2){
	font-size: 180%;
}
.introduction_3 img{
	/*height: 313px;*/
}
}

@media screen and (max-width:370px) {
.top_flow_bg_area button{
	width: 100%;
}
}

@media screen and (max-width:1200px) {
.flow02{
	/*display: none;*/
}
.top_ohnit .flex_2{
	display: block;
}
.top_ohnit .flex_2 .flex_2_item{
	width: 100%;
}
.top_btn{
	width: 280px;
}
.ohnit_back{
	padding: 40px 0px;
}
.back_inner{
	width: 90%;
	padding: 20px;
}
.top_ohnit_btn button{
	width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.top_sns{
	display: flex;
}
.top_sns .flex_4_item{
	width: 48%;
	margin-bottom: 0;
	margin: 3px;
}
.sns_4{
	margin-bottom: 20px;
}
.sns_4:before{
	top: 6px;
}
}


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

  固定・投稿ページ（共通）

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

.container{
	margin-top: 50px;
}
.main{
	padding-top: 0;
}
.pageTitle{
    background: #93284D;
    color: #fff;
    font-weight: bold;
	padding: 200px 0 70px 0;
	font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}
.pageTitle p:nth-child(1){
	font-size: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
	position: relative;
	letter-spacing: 3px;
}
.pageTitle p:nth-child(1)::after{
	content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: #fff;
	position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.pageTitle p:nth-child(2){
	font-size: 47%;
}

/*ヘッダー画像、サブタイトル*/
.header_back{
	padding: 170px 0 60px 0;
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
	background-color: #fff;
}
.pageTitle span{
	font-size: 50%;
	font-family: "源ノ角ゴシック JP", sans-serif; 
}

.post-type-archive-interview .interview_back{
	background-image: url("../img/pageheader_back/interview_back.jpg");
	background-position: 0 130px;
}
.post-type-archive-interview .subTitle::after{
	content: 'お客様に、使い心地やオーニットについて詳しくインタビューをさせていただきました。';
}
.post-type-archive-product .product_back,.page-template-archive-product-test .product_back{
	background-image: url("../img/pageheader_back/product_back.png");
}
.post-type-archive-product .subTitle::after,.page-template-archive-product-test .subTitle::after{ 
	content: '製品ラインナップ / 選び方ガイド';
}
.post-type-archive-faq .header_back,.tax-faq_category .header_back,.tax-faq_tag .header_back,.single-faq .header_back{
	background-image: url("../img/pageheader_back/faq_back.jpg");
}
.post-type-archive-faq .subTitle::after,.tax-faq_category .subTitle::after,.tax-faq_tag .subTitle::after,.single-faq .subTitle::after{
	content: 'FAQ';
}
.post-type-archive-case_studies .case_studies_back{
	background-image: url("../img/pageheader_back/case_studies_back.jpg");
}
.post-type-archive-case_studies .subTitle::after{
	content: '様々な業種・製品・地域の事例をご紹介';
}

/*固定ページサブタイトル*/
.page-id-9 .header_back{ /*オゾンについて*/
	background-image: url("../img/pageheader_back/about_ozone_back.jpg");
}
.page-id-9 .header_back .subTitle::after{ /*オゾンについて*/
	content: 'ウイルス・菌・においに効くオゾン';
}
.page-id-13 .header_back{ /*当社オゾン発生器の特徴*/
	background-image: url("../img/pageheader_back/ozonizer_back.jpg");
}
.page-id-13 .header_back .subTitle::after{ /*当社オゾン発生器の特徴*/
	content: '最適なオゾン濃度を保つ特許技術「低温プラズマ発生体」';
}
.page-id-1284 .header_back,.page-template-page-cs_by_industry-php .header_back,
.page-id-7648 .header_back{ /*導入事例・お客様の声*/
	background-image: url("../img/pageheader_back/jisseki_back.jpg");
}
.page-id-1284 .header_back .subTitle::after,.page-template-page-cs_by_industry-php .header_back .subTitle::after{ /*導入事例・お客様の声*/
	content: 'オーニットオゾン発生器の導入事例と、お客様の声をご紹介しています。';
}
.page-id-7648 .header_back .subTitle::after{ /*導入事例・お客様の声*/
	content: 'オーニットオゾン発生器の導入事例と、お客様の声をご紹介しています。';
}
.page-id-15 .header_back{ /*私たちについて*/
	background-image: url("../img/pageheader_back/reason_back.jpg");
}
.page-id-15 .header_back .subTitle::after{ /*私たちについて*/
	content: '岡山県の老舗オゾンメーカーとして後悔させないご提案をいたします';
}
.page-id-27 .header_back{ /*導入までの流れ*/
	background-image: url("../img/pageheader_back/flow_back.jpg");
}
.page-id-21 .header_back .subTitle::after,.page-id-8252 .header_back .subTitle::after{
	content: '私たちが心を込めてトータルサポートします';
}
.page-id-78 .header_back{ /*お問い合わせ*/
	background-image: url("../img/pageheader_back/contact_back.jpg");
}
.page-id-78 .header_back .subTitle::after{ /*お問い合わせ*/
	content: 'contact';
}
.page-id-17 .header_back{ /*会社案内*/
	background-image: url("../img/pageheader_back/company_back_new.jpg");
}
.page-id-17 .header_back .subTitle::after{ /*会社案内*/
	content: '創造と挑戦を続けるオゾン専門メーカー';
}
.post-type-archive-industry .header_back{ /*業種から選ぶ*/
	background-image: url("../img/pageheader_back/industry_back.jpg");
}
.post-type-archive-industry .header_back .subTitle::after{ /*業種から選ぶ*/
	content: 'あなたの業種ビフォーアフター';
}
.page-id-76 .header_back{ /*ユーザーサポート*/
	background-image: url("../img/pageheader_back/support_back.jpg");
}
.page-id-21 .header_back{ /*スタッフ紹介*/
	background-image: url("../img/pageheader_back/staff_back.jpg");
}


.single-product .header_back{
	background-image: url("../img/pageheader_back/red_back.png");
}
/*製品詳細サブタイトル*/
.postid-61 .subTitle::after{ /*エアフィーノ*/
	content: 'VS-50SⅡ';
}
.postid-62 .subTitle::after{ /*爽やかイオンプラス*/
	content: 'CS-4';
}
.postid-63 .subTitle::after{ /*剛腕ツイン*/
	content: 'GWN-2800FR2';
}
.postid-64 .subTitle::after{ /*剛腕1400*/
	content: 'GWN-1400FR2';
}
.postid-65 .subTitle::after{ /*剛腕1000TR2*/
	content: 'GWD-1000TR2';
}
.postid-68 .subTitle::after{ /*剛腕アシスト*/
	content: 'GA-005S／GA-040B／GA-200B';
}
.postid-69 .subTitle::after{ /*エアエッセンス*/
	content: 'VR-40S';
}
.postid-70 .subTitle::after{ /*鮮人力*/
	content: 'SR-080/SR-160';
}
.postid-71 .subTitle::after{ /*仙水(AS-1000DS) */
	content: 'AS-1000DS';
}
.postid-8938 .subTitle::after{ /*サニアクリーン(ONT-800M)*/
	content: 'ONT-800M';
}
.postid-6325 .subTitle::after{ /*オゾンミエール*/
	content: 'CT-330';
}
.postid-7144 .subTitle::after{ /*剛腕650F*/
	content: 'GWN-650F2';
}
.postid-7154 .subTitle::after{ /*剛腕700FRⅡ*/
	content: 'GWN-700FR3';
}
.postid-7881 .subTitle::after{ /*オゾンモニターボックス*/
	content: 'OMB-10CT';
}
.postid-8589 .subTitle::after{ /*仙水(AS-2000SS)*/
	content: 'AS-2000SS';
}
.postid-9134 .subTitle::after{ /*サニアクリーン(SC-0410M)*/
	content: 'SC-0410M';
}
.pageTitle_none{
	display: none;
}

.page-id-29 .header_back,.page-id-31 .header_back,.page-id-1020 .header_back,.page-id-1185 .header_back,.page-id-1026 .header_back,.page-id-1030 .header_back,.page-id-1022 .header_back,.page-id-1028 .header_back,.page-id-1024 .header_back,.page-id-1576 .header_back,.page-id-1578 .header_back,.page-id-80 .header_back,.post-type-archive-news .header_back,.single-news .header_back,.page-id-1790 .header_back,.page-id-1792 .header_back,.page-id-6238 .header_back,.page-id-6244 .header_back,.page-template-page-install_thanks .header_back,.page-template-page-dealing_thanks .header_back,.page-template-page-develop_thanks .header_back,.page-template-page-support_thanks .header_back,.post-type-archive-tushin-backnumbers .header_back{
	background-image: url("../img/pageheader_back/red_back.png");
}

/*ヘッダー画像エリア広*/
.single-industry .header_back{
	padding: 210px 0 100px 0;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	font-weight: 100;
	margin-bottom: -30px;
}
.page-id-1787 .header_back{
	padding: 160px 0 140px 0;
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: inherit;
	font-weight: 100;
	margin-bottom: -15px;
	margin-top: 100px;
}
.page-id-1787 .pageTitle p:nth-child(1)::after{
	content: none;
}
.page-id-1787 .header_back{
	background-image: url("../img/pageheader_back/virus_back.jpg");
}
.postid-53 .header_back{
	background-image: url("../img/pageheader_back/hoiku_back.jpg");
}
.postid-55 .header_back{
	background-image: url("../img/pageheader_back/tenpo_back.jpg");
}
.postid-56 .header_back{
	background-image: url("../img/pageheader_back/office_back.jpg");
}
.postid-57 .header_back{
	background-image: url("../img/pageheader_back/hotel_back.jpg");
}
.postid-58 .header_back{
	background-image: url("../img/pageheader_back/kuruma_back.jpg");
}
.postid-59 .header_back{
	background-image: url("../img/pageheader_back/syokuhin_back.jpg");
}
.postid-60 .header_back{
	background-image: url("../img/pageheader_back/maker_back.jpg");
}
.postid-8006 .header_back{
	background-image: url("../img/pageheader_back/pet_back.jpg");
}

/*医療・福祉ヘッダー背景*/
.postid-52 .header_back{
	background-image: url("../img/pageheader_back/fukushi_back.jpg");
}
.postid-54 .header_back{
	background-image: url("../img/pageheader_back/iryo_back.png");
}


.agenda{
	background-color: #FAFAFA;
    padding: 20px 25px;
}
.agenda ul li{
	color: #93284D;
	line-height: 2.2;
}
.agenda ul li::marker{
	list-style: disc;
    color: #ADADAD;
}
.agenda ul li a{
	color: #93284D;
	font-weight: bold;
	text-decoration: none;
}
.page_section,.page{
	margin-top: -100px;
    padding-top: 100px;
}


/*見出し（.page_section）*/
.page_section h1{
	padding: 0.25em 0.75em;
    color: #93284D;
    background: transparent;
    border-left: solid 10px #93284D;
    margin-top: 60px;
    font-family: "源ノ角ゴシック JP", sans-serif;
	font-weight: bold;
    background-color: #F7F0F3;
	font-size: 28px;
	letter-spacing: 2px;
}
.page_section h2{
	color: #93284D;
    font-weight: bold;
    margin: 40px 0 30px 0;
    border-bottom: solid 1px #93284D;
    padding-bottom: 10px;
	letter-spacing: 2px;
    position: relative;
}
.page_section h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #93284D;
    bottom: 0;
    width: 6%;
}
.page_section h3{
	color: #58585A;
	font-weight: bold;
	display: flex;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.page_section h3::before{
	content: '';
    display: inline-block;
    width: 15px;
    height: 3px;
    background-color: #93284D;
    margin-right: 15px;
	margin-top: 13px;
}
.page_section h3.accent-line::after{
	content: '';
    display: inline-block;
    width: 15px;
    height: 3px;
    background-color: #93284D;
    margin-left: 10px;
	margin-top: 13px;
}
.page_section h4{
	color: #4b4b4b;
	font-size: 130%;
	font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}
.page_section h5{
	font-weight: bold;
	font-size: 110%;
}
.page_section p{
	line-height: 2;
	margin: 30px 0;
	letter-spacing: 1px
}
.h1_top_title {
	margin-bottom: 1em;
	text-align: center;
	margin-top: 100px;
	font-family: "源ノ角ゴシック JP", sans-serif; 
	color: #93284D;
	font-size: 34px;
	letter-spacing: 4px;
	font-weight: bold;
}
.h1_top_title span{
	color: #fff;
	font-weight: bold;
	background: #AB1222;
	padding: 0 10px;
	margin: 0 7px;
}


.kari_img{
	width: 40%;
    height: 300px;
    background-color: #A8A8A7;
    margin: 40px 0;
}
.kari_img_2{
	width: 100%;
    height: 300px;
    background-color: #A8A8A7;
    margin: 40px 0;
}


@media screen and (max-width:1000px) {
.pageTitle{
	padding: 100px 0 50px 0;
}
.header_back{
	padding: 80px 0 30px 0;
    background-position: bottom;
}
.single-industry .header_back{
	padding: 110px 0 70px 0;
}
.page-id-1787 .header_back{
	padding: 100px 0 100px 0;
    margin-top: 60px;
}
.post-type-archive-interview .interview_back{
	background-position: 100% 100%;
}
}

@media screen and (max-width:768px) {
	
.page_section h1{
	font-size: 20px;
	margin-top: 100px;
}
.page_section h2{
	font-size: 18px;
}
.page_section h3{
	font-size: 15px;
}
.h1_top_title{
	font-size: 24px;
}
	
.pageTitle{
	padding: 85px 0 30px;	
}
.agenda{
    width: 100%;
    padding: 10px;
    margin-top: 30px;
}
.page_section,.page{
	margin-top: -60px;
    padding-top: 60px;
}
.header_back{
	padding: 100px 0 70px 0;
}
.pageTitle p:nth-child(1){
	font-size: 130%;
}
.pageTitle span{
	font-size: 75%;
}
.pageTitle p:nth-child(1)::after{
	top: 30px;
	width: 50px;
}
.single-industry .header_back{
	padding: 93px 0 43px 0;
}
.page-id-1787 .header_back{
	padding: 73px 0 83px 0;
}
.post-type-archive-interview .interview_back{
	background-image: url("../img/pageheader_back/sp_interview_back.jpg");
}
.post-type-archive-product .product_back,.page-template-archive-product-test .product_back{
	background-image: url("../img/pageheader_back/sp_product_back.png");
}
.post-type-archive-faq .header_back,.tax-faq_category .header_back,.tax-faq_tag .header_back,.post-type-archive-faq-test .header_back,.tax-faq_category_test .header_back,.single-faq .header_back{
	background-image: url("../img/pageheader_back/sp_faq_back.jpg");
}
.post-type-archive-case_studies .case_studies_back{
	background-image: url("../img/pageheader_back/sp_case_studies_back.jpg");
}
.page-id-9 .header_back{
	background-image: url("../img/pageheader_back/sp_about_ozone_back.jpg");
}
.page-id-13 .header_back,.page-id-8360 .header_back{
	background-image: url("../img/pageheader_back/sp_ozonizer_back.jpg");
}
.page-id-1284 .header_back,.page-template-page-cs_by_industry-php .header_back,
.page-id-7648 .header_back{
	background-image: url("../img/pageheader_back/sp_jisseki_back.jpg");
}
.page-id-15 .header_back{
	background-image: url("../img/pageheader_back/sp_reason_back.jpg");
}
.page-id-27 .header_back{
	background-image: url("../img/pageheader_back/sp_flow_back.jpg");
}
.page-id-78 .header_back{
	background-image: url("../img/pageheader_back/sp_contact_back.jpg");
}
.page-id-17 .header_back,.page-id-7924 .header_back{
	background-image: url("../img/pageheader_back/sp_company_back_new.jpg");
}
.post-type-archive-industry .header_back{
	background-image: url("../img/pageheader_back/sp_industry_back.jpg");
}
.page-id-76 .header_back{
	background-image: url("../img/pageheader_back/sp_support_back.jpg");
}
.page-id-21 .header_back,.page-id-8252 .header_back{
	background-image: url("../img/pageheader_back/sp_staff_back.jpg");
}
.page-id-29 .header_back,.page-id-31 .header_back,.page-id-1020 .header_back,.page-id-1185 .header_back,.page-id-1026 .header_back,.page-id-1030 .header_back,.page-id-1022 .header_back,.page-id-1028 .header_back,.page-id-1024 .header_back,.page-id-1576 .header_back,.page-id-1578 .header_back,.page-id-80 .header_back,.post-type-archive-news .header_back,.single-news .header_back,.page-id-1790 .header_back,.page-id-1792 .header_back,.single-product .header_back,.page-id-6238 .header_back,.page-id-6244 .header_back,.page-template-page-install_thanks .header_back,.page-template-page-dealing_thanks .header_back,.page-template-page-develop_thanks .header_back,.page-template-page-support_thanks .header_back,.post-type-archive-tushin-backnumbers .header_back{
	background-image: url("../img/pageheader_back/sp_red_back.png");
}
.page-id-1787 .header_back{
	background-image: url("../img/pageheader_back/sp_virus_back.jpg");
}
.postid-53 .header_back{
	background-image: url("../img/pageheader_back/sp_hoiku_back.jpg");
}
.postid-55 .header_back{
	background-image: url("../img/pageheader_back/sp_tenpo_back.jpg");
}
.postid-56 .header_back{
	background-image: url("../img/pageheader_back/sp_office_back.jpg");
}
.postid-57 .header_backk{
	background-image: url("../img/pageheader_back/sp_hotel_back.jpg");
}
.postid-58 .header_back{
	background-image: url("../img/pageheader_back/sp_kuruma_back.jpg");
}
.postid-59 .header_back{
	background-image: url("../img/pageheader_back/sp_syokuhin_back.jpg");
}
.postid-60 .header_back{
	background-image: url("../img/pageheader_back/sp_maker_back.jpg");
}
.postid-8006 .header_back{
	background-image: url("../img/pageheader_back/sp_pet_back.jpg");
}

	
/*医療・福祉ヘッダー背景*/
.postid-52 .header_back{
	background-image: url("../img/pageheader_back/sp_fukushi_back.jpg");
}
.postid-54 .header_back{
	background-image: url("../img/pageheader_back/sp_iryo_back.png");
}

	
.page-id-15 .header_back {
    padding: 100px 0 60px 0;
}
.page-id-15 .header_back .subTitle::after{
	content: '岡山県の老舗オゾンメーカーとして\A後悔させないご提案をいたします';
	white-space: pre;
}
.post-type-archive-interview .subTitle::after{/*インタビュー追加点*/
	content: 'お客様に、使い心地やオーニットについて\A詳しくインタビューをさせていただきました。';
	white-space: pre;
}
	
}

@media screen and (max-width:500px) {
.pageTitle{
	padding: 80px 0 30px 0;
}
.header_back{
	padding: 80px 0 33px 0;
}
.single-industry .header_back{
	padding: 83px 0 27px 0;
}
.page-id-1787 .header_back{
	 padding: 53px 0 45px 0;
}
.page-id-15 .header_back {
   padding: 80px 0 30px 0;
}
.pageTitle p:nth-child(1){
	font-size: 100%;
}
}

@media screen and (max-width:350px) {
.pageTitle{
	padding: 73px 0 30px;
}
.header_back{
	padding: 60px 0 20px 0;
}
.pageTitle p:nth-child(1)::after{
	top: 46px;
	width: 35px;
}
.pageTitle p:nth-child(1){
	padding-top: 15px;
	font-size: 95%;
}
.page-id-1787 .header_back{
    padding: 22px 0 25px 0;
}
.single-industry .header_back{
    padding: 80px 0 25px 0;
}
.page-id-15 .header_back {
   padding: 68px 0 17px 0;
}
.page-id-15 .header_back p{
   font-size: 20px;
}
}

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

  固定ページ：オゾンについて

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

.flex_2_item:nth-child(1){
	margin-left: 0;
    padding-left: 0;
}
.flex_2_item:nth-child(2){
	margin-right: 0;
    padding-right: 0;
}

.ozone_video{
	text-align: center;
}
.ozone_video video{
	width: 80%;
	margin-top: 40px;
}

.about_ozone01 p:nth-child(1){
	margin: 0;
}
.about_ozone02 .flex_2_item{
	background-color: #f8f0f3;
	text-align: center;
	width: 50%;
	padding: 40px 0;
	position: relative;
}
.about_ozone02 .flex_2_item p:nth-child(1){
	margin: 0;
	font-size: 160%;
	color: #fff;
	font-weight: bold;
}
.about_ozone02 .flex_2_item p:nth-child(2){
	margin: 0;
	color: #fff;
}
.about_ozone02 .flex_2_item:nth-child(1){
	background-image: url("../img/about_ozone/back_jokin.png");
	background-position: center;
    background-size: cover;
}
.about_ozone02 .flex_2_item:nth-child(2){
	background-image: url("../img/about_ozone/back_dasyu.png");
	background-position: center;
    background-size: cover;
}
.kouka_5{
    text-align: center;
    font-weight: bold;
    padding: 80px 5px;
    color: #fff;
    margin: 10px;
	font-size: 120%;
}
.about_ozone_irstarea p{
	color: #93284D;
	text-align: center;
	font-size: 140%;
}
.about_ozone_irstarea p span{
	font-weight: bold;
	font-size: 130%;
}
.ozon_irst_flex{
	width: 90%;
    margin: 0 auto;
}
.ozon_irst_flex .flex_3_item{
	margin: 0;
}
.ozon_irst_flex .flex_3_item::after{
	left: 0;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 4px solid transparent;
    border-left: 4px solid #515151;
}


.about_ozone03{
	width: 100%;
    margin: 0 auto;
	justify-content: space-between;
}
.about_ozone03 .flex_5_item:nth-child(1){
	background-image: url("../img/about_ozone/back_sendo.png");
	background-position: center;
    background-size: cover;
}
.about_ozone03 .flex_5_item:nth-child(2){
	background-image: url("../img/about_ozone/back_hyohaku.png");
	background-position: center;
    background-size: cover;
}
.about_ozone03 .flex_5_item:nth-child(3){
	background-image: url("../img/about_ozone/back_gaicyu.png");
	background-position: center;
    background-size: cover;
}
.about_ozone03 .flex_5_item:nth-child(4){
	background-image: url("../img/about_ozone/back_kafun.png");
	background-position: center;
    background-size: cover;
}
.about_ozone03 .flex_5_item:nth-child(5){
	background-image: url("../img/about_ozone/back_arerugen.png");
	background-position: center;
    background-size: cover;
}

.about_ozone03_2 p:nth-child(1){
	width: 100%;
	margin: 0;
}
.about_ozone03_3 .flex_2_item{
	text-align: center;
	width: 50%;
}
.about_ozone03_3 .flex_2_item p{
	margin: 0;
	line-height: 1.5;
}
.about_ozone03_3 .flex_2_item p span{
	font-size: 150%;
	padding-right: 3px;
}
.about_ozone03_4 img{
	padding-top: 20px;
}

.ct_area span{
	
}


.koka1 button{
    border-radius: 100px;
    padding: 15px 10px;
    background-color: #93284D;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    width: 30%;
    border: none;
	font-family: "源ノ角ゴシック JP", sans-serif; 
}
.korona_area p{
	margin: 0;
}
.korona_link{
	border-top: 1px solid #DFE0E5;
	padding: 15px;
}
.korona_link a{
	color: #93284D;
}
.korona_link:last-child{
	border-bottom: 1px solid #DFE0E5;
}

.nioi .flex_6_item{
	margin: 0;
	padding: 10px;
	text-align: center;
}

.ozone_table_1{
	margin: 0 auto;
	width: 100%;
}
.content table th {
    text-align: left;
}
.ozone_table_1 tbody tr{
	border-bottom: 1px solid #DFE0E5;
}
.ozone_table_1 tbody tr td:nth-child(1){
	width: 23%;
}
.ozone_table_1 tbody tr td:nth-child(2){
	width: 77%;
}

.mijika {
	display: flex;
}
.mijika .flex_3_item{
	padding: 0;
}
.banner_area{
	background-color: #F0F1F5;
	padding: 30px 0;
}
.banner{
	margin: 0;
	padding: 20px;
}
.flex_banner{
	width: 70%;
	margin: 0 auto;
}
.banner img{
	width: 100%;
    height: auto;
}
a img.alignnone{
	margin: 0;
}


/*タブメニュー*/
.tabBox .tabArea {
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.tabBox .tabArea .one_tab {
  width: 50%;
}
.tabBox .tabArea .one_tab a {
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  background: #e0e0e0; /*追加*/
}
.tabBox .tabArea .one_tab a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.tabBox .tabArea .one_tab .tab_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  transition-duration: 0.3s;
}
.tabBox .tabArea .one_tab:nth-child(1) .tab_inner {
    /*background-color: #93284D;*/
    font-weight: bold;
    font-size: 120%;
    /*color: #fff;*/
}
.tabBox .tabArea .one_tab:nth-child(2) .tab_inner {
  /*color: #fff;*/
  font-weight: bold;
  font-size: 120%;
}
.select .tab_inner{ 
	background-color: #fff;
    border-top: 10px solid #93284D;
	color: #93284D;
}
.tab_contents .tab_main {
  display: none;
  padding: 50px 25px;
  min-height: 280px;
  box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 10%);
  transition-duration: 0.3s;
}
.tab_contents p{
	font-size: 90%;
}
.tab_main.is_show {
  display: block;
}
.tab_main .is_show {
   box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 10%);
}
.innerArea{
	text-align: center;
	font-weight: bold;
	font-size: 140%;
}
.tab_img{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 50px;
}
/*他の除菌・脱臭方法との比較 表*/
.ozon_comparison{
	width: 100%;
    display: inline-table;
}
.ozon_comparison tbody,.ozon_comparison th,.ozon_comparison td{
	border: 1px solid #999999;
}
.ozon_comparison tr th{
	display:table-cell;
    vertical-align:middle;
	text-align: center;
	padding: 10px;
}
.ozon_comparison tr .method{
	width: 13%;
    vertical-align:middle;
}
.ozon_comparison span{
	color: #8E284D;
	font-weight: bold;
}



@media screen and (max-width:768px) {
.ozone_video video{
	width: 100%;
}	
	
.about_ozone01,.about_ozone02,.about_ozone03,.about_ozone03_2,.about_ozone03_3,.ct_flex,.about_ozone03_4,.ct_area{
	display: block;
}
.about_ozone01 .flex_2_item,.about_ozone02 .flex_2_item,.about_ozone03 .flex_2_item,.about_ozone03_2 .flex_2_item,.about_ozone03_3 .flex_2_item{
	width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
	padding: 0;
}
.about_ozone02 .flex_2_item p:nth-child(1){
	padding: 0;
}
.kouka_5{
	width: 100%;
    margin: 0 auto;
    padding: 10px;
	margin-bottom: 10px;
}
.about_ozone03_2 p:nth-child(1){
	padding-right: 0;
}
.ct_area .flex_2_item{
	width: 100%;
	margin: 0;
    padding: 10px;
}
.ozon_irst_flex .flex_3_item{
	width: 100%;
	padding: 20px 0;
}
.about_ozone03_4 .flex_2_item{
	width: 100%;
	padding: 10px 0;
    margin: 0 auto;
}
.about_ozone03_4 p{
	padding-right: 0;
}
.about_ozone03_4 img {
    padding-top: 0;
}
.nioi .flex_6_item{
	width: 50%;
}
.koka1 button{
	width: 50%;
}
.ozone_table_1 tbody tr td:nth-child(1),.ozone_table_1 tbody tr td:nth-child(2){
	padding: 10px 5px;
}
.mijika .flex_3_item{
	padding: 5px;
}
.flex_banner{
	display: block;
	margin: 0 auto;
	/*margin-bottom: 50px;*/
	width: 85%;
}
.banner{
	width: 100%;
	padding: 0;
}
}

@media screen and (max-width:1200px) {
.ozon_comparison{
	display: block;
    overflow-x: scroll;
    white-space: nowrap;
}
}


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

  固定ページ：オーニットオゾナイザの特徴

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

.img_center{
	text-align: center;
	margin: 20px 0;
}
.img_center img{
	width: 60%;
}
.img_center a:hover{
	opacity: 0.8;
}
.ozonaiza_strengths{
	background-color: #f8f0f3;
	color: #93284D;
    width: 33.333%;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    margin-top: 40px;
}
.ohnit_ozonizer_01 .flex_2_item{
	text-align: center;
	padding: 10px;
	width: 40%;
}
.ohnit_ozonizer_02{
	margin: 60px 0;
}
.ohnit_ozonizer_02 .flex_2_item{
	margin: 0;
	padding: 0;
	padding-top: 20px;
}
.ohnit_ozonizer_02 .flex_2_item:nth-child(1){
	width: 80%;
	margin-right: 40px;
	color: #93284D;
}
.ohnit_ozonizer_02 .flex_2_item:nth-child(2){
	width: 20%;
}
.ohnit_ozonizer_02 .flex_2_item img{
	width: 80%;
}
.ohnit_ozonizer_02 .flex_2_item p:nth-child(1){
	font-weight: bold;
	font-size: 150%;
	line-height: 1.8;
	margin: 0;
}
.ohnit_ozonizer_02 .flex_2_item p:nth-child(2){
	font-weight: bold;
	font-size: 140%;
	margin: 10px 0;
}
.ohnit_ozonizer_02 .flex_2_item p:nth-child(3){
	margin: 0;
	color: #4d4d4d;
}
.ohnit_ozonizer_04 .flex_2_item:nth-child(1){
	margin: 0;
	padding: 0;
}
.img_60{
	text-align: center;
	margin-bottom: 50px;
}
.img_60 img{
	width: 60%;
}
.patent .flex_2_item:nth-child(1){
	width: 60%;
	line-height: 2;
}
.patent .flex_2_item:nth-child(2){
	width: 40%;
}
.patent img{
	width: 100%;
}
.patent a:hover{
	color: #93284D;
}
.patent p:nth-child(2){
	text-align: center;
}
.logo_mark .flex_2_item:nth-child(1){
	width: 70%;
}
.logo_mark .flex_2_item:nth-child(2){
	width: 30%;
}

/*オーニットオゾンによる除菌・脱臭実験 表*/
.ozon_experiment{
	width: 100%;
    display: inline-table;
}
.ozon_experiment tbody,.ozon_experiment th,.ozon_experiment td{
	border: 1px solid #999999;
}
.ozon_experiment tr th,.ozon_experiment tr td{
	display:table-cell;
    vertical-align:middle;
	text-align: center;
	padding: 10px;
}
.ozon_experiment tr th,.ozon_experiment tr:nth-child(2) td{
	background-color: #EDEDED;
}
.ozon_experiment tr th{
	font-weight: 400;
}
.ozon_experiment tr th:nth-child(1){
	width: 24%;
}
.ozon_experiment tr th:nth-child(2){
	width: 24%;
}
.ozon_experiment tr:nth-child(3) th{
	font-size: 110%;
}
#ozone_anxiety_elimination{
	margin-top: -100px;
    padding-top: 100px;
}
.experiment_open{
	position: relative;
}
.experiment_open:hover{
	opacity: 0.7;
	cursor: pointer;
}
.experiment_open::after{
	content: '';
    width: 15px;
    height: 15px;
    border: 0px;
    border-top: solid 3px #93284D;
    border-right: solid 3px #93284D;
    transform: rotate(135deg);
    position: absolute;
    top: 26%;
    right: auto;
    margin-left: 15px;
}

.virus_explanation{
	text-align: center;
    line-height: 2.5;
    font-size: 110%;
}

@media screen and (max-width:768px) {
.img_center img{
	width: 100%;
}
.ozonaiza_strengths{
	width: 100%;
	margin-top: 20px;
}
.ohnit_ozonizer_01,.ohnit_ozonizer_02,.ohnit_ozonizer_03,.ohnit_ozonizer_04,.logo_mark{
	display: block;
}
.ohnit_ozonizer_01 .flex_2_item{
	width: 90%;
	margin: 0 auto;
}
.ohnit_ozonizer_02 .flex_2_item:nth-child(1){
	width: 100%;
	margin-right: 0;
}
.ohnit_ozonizer_02 .flex_2_item:nth-child(2){
	width: 50%;
    margin: 0 auto;
}
.ohnit_ozonizer_02 .flex_2_item p:nth-child(1){
	font-size: 130%;
}
.ohnit_ozonizer_02 .flex_2_item p:nth-child(2){
	font-size: 120%;
}
.ohnit_ozonizer_02 .flex_2_item img{
	width: 100%;
}
.img_60 img{
	width: 100%;
}
.ohnit_ozonizer_03 .flex_2_item,.ohnit_ozonizer_04 .flex_2_item{
	width: 100%;
    margin: 0 auto;
}
.patent .flex_2{
	display: block;
}
.patent .flex_2_item:nth-child(1),.patent .flex_2_item:nth-child(2){
	width: 95%;
    padding: 15px 0;
    margin: 0 auto;
    font-size: 80%;
}
.logo_mark .flex_2_item:nth-child(1){
	width: 100%;
	padding: 0;
}
.logo_mark .flex_2_item:nth-child(2){
	width: 50%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.s_01 .accordion_one .accordion_header{
	height: 45px;
    font-size: 112%;
}
.accordion_header::after{
	right: 20px;
	width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.ozon_experiment{
	display: inline-table;
}
.ozon_experiment{
	display: block;
    overflow-x: scroll;
    white-space: nowrap;
}
#ozone_anxiety_elimination{
	margin-top: -60px;
    padding-top: 60px;
}
.virus_explanation{
	line-height: 2;
    font-size: 90%;
}
}

@media screen and (max-width:457px) {
.ozon_experiment{
	display: block;
    overflow-x: scroll;
    white-space: nowrap;
}
}


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

  固定ページ：スタッフ紹介

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

.oomidashi {
	text-align: center;
	font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
	color: #93284D;
	font-size: 200%;
}
.staff_introduction{
	margin-top: 30px;
	width: 80%;
    margin: 0 auto;
}
.staff_introduction_3{ 
	padding: 0;
	position: relative;
	margin: 10px;
	margin-bottom: 30px;
}
.staff_introduction_3 p:nth-of-type(1){
	position: absolute;
    background-color: #93284D;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin: 0;
	top: -32px;
}
.staff_introduction_3 p:nth-of-type(2){
	padding-top: 10px;
	margin: 0;
}
.staff_daihyo .flex_2_item h5:nth-of-type(1){
    font-size: 140%;
	line-height: 1;
	margin-top: 15px;
}
.staff_daihyo .flex_2_item h5:nth-of-type(1) small{
    font-weight: bold;
	font-size: 60%;
}
.staff_daihyo .flex_2_item{
	margin: 0;
}
.staff_daihyo .flex_2_item p{
	line-height: 2.5;
	margin: 0;
}
.staff_daihyo button{
	border-radius: 100px;
    background-color: #fff;
    border: 1px solid #93284D;
    color: #93284D;
    font-weight: bold;
    padding: 10px 25px;
	margin-top: 20px;
	font-family: "源ノ角ゴシック JP", sans-serif; 
	position: relative;
	width: 250px;
}
.staff_daihyo button::after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1.5px #93284D;
    border-right: solid 1.5px #93284D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 20px;
}
.staff{
	margin-top: 25px;
}
.staff .flex_4_item{
	margin: 15px;
}
.staff .flex_4_item p{
	margin: 0;
	text-align: left;
}
.staff .flex_4_item h5:nth-of-type(1){
    font-size: 120%;
	line-height: 1;
	padding-top: 10px;
	text-align: left;
}
.staff .flex_4_item h5:nth-of-type(1) small{
	font-weight: bold;
	font-size: 45%;
}
.staff .flex_4_item h5:nth-of-type(2){
	font-size: 100%;
	padding-top: 10px;
	text-align: left;
}
.bearfino h3{
	font-weight: bold;
	font-family: "源ノ角ゴシック JP", sans-serif; 
}
.bearfino img{
	width: 300px;
}
.bearfino .flex_2{
	width: 100%;
    margin: 0 auto;
}
.bearfino .flex_2 p{
	line-height: 2;
}
.bearfino .flex_2 .flex_2_item:nth-of-type(1){
	width: 33%;
}
.bearfino .flex_2 .flex_2_item:nth-of-type(2){
	width: 67%;
}
.bearfino .flex_2 .flex_2_item h3{
	font-size: 105%;
    text-align: left;
	margin-top: 40px;
}
#staff1,#staff2,#staff3,#staff4,#staff5,#staff6,#staff7,#staff8{
	margin-top: -120px;
    padding-top: 120px;
}



@media screen and (max-width:768px) {
.oomidashi{
	font-size: 150%;
}
.staff_daihyo{
	display: block;
	width: 100%;
}
.staff_daihyo .flex_2_item:nth-of-type(1){
	width: 100%;
	padding: 0;
}
.staff_daihyo .flex_2_item:nth-of-type(2){
	margin: 0 auto;
    width: 100%;
    padding: 0;
	margin-top: 20px;
}
.staff_daihyo .flex_2_item p:nth-child(1){
	line-height: 2;
    text-align: left;
}
.staff_daihyo .flex_2_item img{
	width: 100%;
}
.staff_daihyo .flex_2_item h5:nth-of-type(1){
	margin-top: 20px;
}
.staff_daihyo button{
	margin-top: 5px;
}
.staff,.staff_introduction{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.staff .flex_4_item,.staff_introduction .flex_4_item{
	width: 46%;
    margin: 5px;
}
.bearfino .flex_2{
	display: block;
}
.bearfino .flex_2 .flex_2_item:nth-of-type(1){
	width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.bearfino .flex_2 .flex_2_item:nth-of-type(2){
	width: 100%;
    margin: 0;
    padding: 0;
}
.bearfino .flex_2 .flex_2_item h3{
	text-align: center;
}
.top_sns{
	display: flex;
	flex-wrap: wrap;
}
#staff1,#staff2,#staff3,#staff4,#staff5,#staff6,#staff7,#staff8{
	margin-top: -35px;
    padding-top: 35px;
}
}


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

  固定ページ：会社紹介

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

.company_2 .flex_2_item{
	padding: 0;
	margin: 0;
}
.company_2 .flex_2_item p{
	margin: 0;
}
.company_2 .flex_2_item:nth-child(2){
	padding-left: 40px;
	padding-bottom: 20px;
}
.syaze{
	position: relative;
}
.syaze span{
	font-size: 200%;
	padding: 20px;
}
.syaze p{
	text-align: center;
	margin: 0;
}
.syaze p:nth-child(1){
	font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
	font-size: 20px;
}
.sign{
	width: 200px;
	position: absolute;
    right: 0;
	top: 0;
}
.daihyo_prf{
	border: 1px solid #93284D;
	margin-top: 50px;
	padding: 40px;
	padding-bottom: 0;
}
.daihyo_prf h5{
	border-bottom: 1px solid #93284D;
	padding-bottom: 10px;
	position: relative;
}
.daihyo_prf span{
	font-weight: bold;
    font-size: 130%;
}
.daihyo_prf h3{
	padding-bottom: 10px;
}
.daihyo_prf .flex_2 .flex_2_item p{
	margin: 0;
}
.ozone_table_2{
	border-top: 1px solid #707070;
	margin: 0 auto;
	width: 100%;
	margin-top: 60px;
}
.kaihatsu .flex_2_item{
	padding: 0;
	margin: 0;
}
.kaihatsu .flex_2_item:nth-child(2){
	padding: 40px 0 0 40px;
}
.ozone_table_2 tbody tr{
	border-bottom: 1px solid #707070;
}
.ozone_table_2 tbody tr td:nth-child(1){
	width: 20%;
}
.ozone_table_2 tbody tr td:nth-child(2){
	width: 80%;
}
.ozone_table_2 tbody tr td span{
	color: #93284D;
	line-height: 2.5;
}
.jgyo_jyoho .flex_2 .flex_2_item{
	/*padding: 0 15px;*/
    margin: 0;
}
.jgyo_jyoho iframe{
	width: 100%;
	height: 300px;
}
.jgyo_title{
	font-weight: bold;
	font-size: 120%;
	color: #93284D;
}
.ayumi{
	margin-top: 40px;
}
.ayumi p{
	width: 85%;
    margin: 10px auto;
}
.ayumi .flex_2_item{
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
.ayumi .flex_2_item:nth-of-type(1){
	border-right: 1px solid #4d4d4d;
}
.ozone_table_3 tbody tr td{
	line-height: 2.5;
	padding: 5px 15px;
}
.ozone_table_3 tbody tr td:nth-child(1){
	color: #93284D;
	font-weight: bold;
	width: 84px;
}
.flex_2_sns{
	display: flex;
	margin-top: 15px;
}
.flex_2_item_sns{
	width: 50%;
    margin: 3px 10px;
}
.sns_2_1,.sns_2_2{
	box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 10%);
    text-align: left;
    font-weight: bold;
    font-size: 110%;
    padding: 15px 10px 15px 55px;
    text-decoration: none;
    background-color: #fff;
    border: none;
    position: relative;
	color: #4d4d4d;
}
.sns_2_1:before,.sns_2_2:before{
	content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 35px;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 10px;
    top: 8px;
}
.sns_2_1:nth-of-type(1):before{
	background-image: url("../img/footer/icon_youtube.png");
}
.sns_2_1:nth-of-type(2):before{
	background-image: url("../img/footer/icon_twitter.png");
}
.sns_2_2:nth-of-type(1):before{
	background-image: url("../img/footer/icon_instagram.png");
}
.sns_2_2:nth-of-type(2):before{
	background-image: url("../img/footer/icon_facebook.png");
}



@media screen and (max-width:768px) {
.company_2,.ozone_table_2 .flex_2,.kaihatsu,.jgyo_jyoho .flex_2,.ayumi,.daihyo_prf .flex_2{
	display: block;
}
.daihyo_prf .flex_2 .flex_2_item{
	width: 100%;
	padding: 0;
	margin: 0;
	padding-top: 15px;
}
.kaihatsu .flex_2_item:nth-child(2){
	padding: 0;
	padding-top: 30px;
}
.daihyo_prf{
	padding: 20px;
}
.daihyo_prf h3{
	padding-bottom: 0;
}
.ozone_table_2{
	width: 100%;
}
.ozone_table_2 tbody tr td:nth-child(1),.ozone_table_2 tbody tr td:nth-child(2){
    padding: 10px 3px;
}
.ozone_table_2 .flex_2 .flex_2_item{
	margin: 0;
	padding: 5px 0;
	width: 100%;
}
.ozone_table_3{
	margin: 0;
}
.kaihatsu .flex_2_item,.jgyo_jyoho .flex_2 .flex_2_item,.ayumi .flex_2_item{
	padding: 0;
	margin: 0;
	width: 100%;
}
.ayumi .flex_2_item:nth-of-type(1){
	border-right: none;
}
	
/*会社案内ページ動画追加*/
.company_movie{
	margin-top: 20px;
}
.company_movie iframe{
	width: 100%;
    height: 220px;
}
	
}

@media screen and (max-width:375px) {
.flex_2_sns{
	display: block;
}
.flex_2_item_sns {
    width: 100%;
	margin: 0;
}
.sns_2_1:nth-of-type(1),.sns_2_2:nth-of-type(1){
	margin-bottom: 15px;
}
}


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

  固定ページ：オーニットが選ばれる理由

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

.reason{
	padding-bottom: 60px;
}
.reason_title{
	border-bottom: 1px solid #93284D;
}
.reason_title .flex_2_item:nth-child(1){
	width: 15%;
	margin: 0;
}
.reason_title .flex_2_item:nth-child(2){
	width: 100%;
	display: table;
	margin: 0;
}
.reason_title .flex_2_item p{
	color: #93284D;
	font-size: 28px;
	font-family: "源ノ角ゴシック JP", sans-serif; 
	display: table-cell;
    vertical-align: middle;
	line-height: 1.8;
	font-weight: bold;
	letter-spacing: 2px;
}
.reason_3point .flex_3_item{
	padding: 0;
	margin: 0;
}
.reason_flex .flex_2_item:nth-child(1){
	padding: 0;
    margin: 0;
	margin-right: 10px;
}
.reason_flex .flex_2_item:nth-child(2){
	padding: 0;
    margin: 0;
	margin-left: 10px;
}
.hosoku{
	color: #A9AAB7;
}
.ninteihin{
	text-align: center;
	margin: 25px 0;
}
.ninteihin img{
	width: 30%;
}
.link_btn button{
    border-radius: 100px;
    padding: 15px 10px;
    background-color: #93284D;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    width: 90%;
    border: none;
	letter-spacing: 2px;
	font-family: "源ノ角ゴシック JP", sans-serif; 
}
.link_btn_2 button{
    border-radius: 100px;
    padding: 15px 10px;
    background-color: #fff;
    color: #93284D;
    border: 1px solid;
    margin: 0 auto;
    width: 320px;
	position: relative;
	letter-spacing: 2px;
	font-family: "源ノ角ゴシック JP", sans-serif; 
	font-weight: bold;
}
.link_btn_2 button::after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1.5px #93284D;
    border-right: solid 1.5px #93284D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 25px;
}


@media screen and (max-width:768px) {
.reason_flex,.reason_title{
	display: block;
}
.reason_flex .flex_2_item{
	width: 100%;
	padding: 0;
    margin: 0;
    padding-top: 20px;
}
.reason_flex .flex_2_item:nth-child(1),.reason_flex .flex_2_item:nth-child(2){
	margin: 0;
	margin-top: 20px;
}
.reason_title .flex_2_item:nth-child(1){
	margin: 0 auto;
    width: 25%;
    padding: 0px;
}
.reason_title .flex_2_item:nth-child(2){
	padding: 0;
	width: 100%;
}
.reason_title .flex_2_item p{
	font-size: 140%;
	line-height: 1.5;
	text-align: center;
}
.reason_3point .flex_3_item{
	width: 100%;
}
.ninteihin{
	margin: 0;
}
.ninteihin img{
	width: 65%;
	margin-top: 15px;
}
.link_btn button,.link_btn_2 button{
	width: 100%;
}
}



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

  固定ページ：ユーザーサポート

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

.support_2 .flex_2_item{
	padding: 20px;
	margin: 0;
}
.user_shinki a:hover{
	opacity: 0.8;
}


@media screen and (max-width:768px) {
.support_2 {
	display: block;
}
.support_2 .flex_2_item{
	padding: 5px;
    margin: 0;
	width: 100%;
}
.support_2 .flex_2_item:nth-child(1){
	padding-top: 20px;
}
}

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

  固定：お問い合わせ

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

.contact_area_2{
	background-color: #EAEAED;
	padding: 30px 0;
	text-align: center;
	margin: 0;
	background-image: url("../img/footer/ootsukisama.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.contact_area_2 p{
	color: #93284D;
	font-weight: bold;
	padding: 0;
	margin: 0;
	letter-spacing: 2px;
}
.contact_area_2 span:nth-child(1){
	font-size: 280%;
	color: #93284D;
    font-weight: bold;
}
.contact_area_2 span:nth-child(1):before{
	content: '';
    display: inline-block;
    background-image: url(../img/header/tel.png);
    background-repeat: no-repeat;
    background-size: 35px;
    width: 46px;
    height: 35px;
	margin-bottom: -3px;
}
.contact_area_2 span:nth-child(2){
	font-size: 150%;
	color: #93284D;
	font-weight: normal;
}
.inquiry_link .flex_3_item{
	padding: 0;
}

.mw_wp_form .error{
	font-weight: bold;
    margin-bottom: 30px;
	font-size: 16px!important;
}
.kakunin_none input{
	width: 30px!important;
}
.kakunin_none label span{
	font-weight: bold;
}


@media screen and (max-width:768px) {
.inquiry_link{
	display: block;
}
.contact_area_2{
	background-image: none;
}
.contact_area_2 span:nth-child(1){
	font-size: 200%;
}
}


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

  固定ページ：導入実績

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

.wp-pagenavi {
    margin: 80px 0;
    text-align: center;
	font-size: 14px;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
    padding: 10px;
    margin: 0;
    text-decoration: none;
    line-height: 1.0;
    color: #999999;
}
.wp-pagenavi .current {
    color: #93284D;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    background-color: #FAFAFA;
    border: #EEEEEE 1px solid;
    border-radius: 4px;
    color: #93284D;
    font-weight: bold;
    margin: 0 10px;
}
.page-template-page-cs_by_industry .archive-case_studies .flex_3_item{
	width: 30%;
    margin-top: 30px;
}

@media screen and (max-width:768px) {
.page-template-page-cs_by_industry .archive-case_studies .flex_3_item{
	width: 92%;
    margin-top: 30px;
}
}

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

  固定ページ：ウイルス特設ページ

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

.airfino_btn{
	display: flex;
    justify-content: center;
}
.airfino_btn_2 {
    display: inherit;
    border-radius: 100px;
    padding: 12px 10px;
    background-color: #93284D;
    border: none;
    width: 250px;
    margin: 15px; 
	position: relative;
}
.airfino_btn_2 a{
	color: #fff;
	text-decoration: none;
    margin: 0 auto;
	font-weight: bold;
}
.airfino_btn_2::after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1.5px #fff;
    border-right: solid 1.5px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 25px;
}
.airfino_table{
	width: 100%;
}
.airfino_table tr th:nth-child(1),.airfino_table tr td:nth-child(1){
	background-color: #F5F6F8;
	font-weight: bold;
}
.airfino_feature .contact_area_inner h1{
	font-size: 200%;
}
.airfino_feature .contact_area_inner .flex_2 .flex_2_item:nth-child(1){
	background-image: none;
}
.airfino_feature .contact_area_inner span{
	font-size: 200%;
}
.airfino_feature .contact_area_inner span:nth-of-type(2){
	font-size: 100%;
}
.airfino_feature .contact_area_inner .contact_area_btn button{
	font-size: 100%;
	padding: 13px 32px 13px 65px;
	letter-spacing: 1px;
}
.tokusetu_reason{
	margin-top: 50px;
}
.tokusetu_reason .reason_3 p:nth-child(2){
	font-size: 100%;
}
.tokusetu_reason .reason_3 p:nth-child(3){
	font-size: 90%;
}

@media screen and (max-width:768px) {
.airfino_btn{
	display: block;
    justify-content: center;
}
.airfino_btn_2{
	margin: 0 auto;
	margin-top: 15px;
}
.airfino_table{
	display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.airfino_feature .contact_area_inner .flex_2 p{
	font-size: 90%;
}
.airfino_feature .contact_area_inner span{
	font-size: 170%;
}
.tokusetu_reason{
	margin-top: 0;
}
}

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

  固定：製品に関する重要なお知らせ

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

.tel{
	font-size: 200%;
    color: #93284D;
    font-weight: bold;
}
.tel::before{
	content: '';
    display: inline-block;
    background-image: url(../img/header/tel.png);
    background-repeat: no-repeat;
    background-size: 35px;
    width: 46px;
    height: 35px;
    margin-bottom: -3px;
}
.recall_info{
	width: 100%;
	margin-top: -130px;
	margin-bottom: 30px;
}
.recall_info tr{
	border-bottom: 1px solid #A9AAB7;
}
.recall_info tr:first-child{
	border-top: 1px solid #A9AAB7;
}
.recall_info tr td:nth-child(1){
	width: 10%;
}
.recall_info tr td:nth-child(2){
	width: 90%;
}
.recall_info tr td:nth-child(2) a{
	color: #93284D;
	font-weight: bold;
}
.recall_info tr td a::after{
	content:" ";
    display: inline-block;
    width: 26px;
    height: 26px;
	background: url("../img/all/pdf_icon.png") no-repeat;
	background-size: 20px;
	margin-left: 12px;
    vertical-align: middle;
}

@media screen and (max-width:768px) {
.recall_info tr th,.recall_info tr td{
	display: block;
    float: left;
    clear: both;
    width: 100%;
}
.recall_info tr td:nth-child(1),.recall_info tr td:nth-child(2){
	width: 100%;	
}
.recall_info tr td:nth-child(1){
	padding: 15px 15px 0 15px;
}    
}




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

  固定：取扱説明書・メンテナンス動画、カタログダウンロード

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

.download_table{
	width: 100%;
	margin-top: 30px;
}
.download_table th{
	color: #93284D;
}
.download_table tr:nth-child(1){
	background-color: #F7F0F3;
    border-bottom: none;
}
.download_table tr{
	border-bottom: 1px solid #dfe0e4;
	letter-spacing: 1px;
}
.download_table tr td a{
	color: #93284D;
}

.btn_area_2 button{
	display: inherit;
    border-radius: 100px;
    padding: 10px 10px;
    background-color: #fff;
    border: 1px solid #93284D;
    color: #93284D;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
	margin-top: 30px;
}

@media screen and (max-width:768px) {
.download_table th{
	display: none;
}
.download_table tr{
	border-bottom: none;
	border: 1px solid #dfe0e4;
}
.download_table tr td{
	display: block;
    padding: 3px 0;
    width: 100%;
    border-left-width: 0;
}
.download_table tr td:nth-child(1){
    background-color: #F7F0F3;
    text-align: center;
	color: #93284D;
    font-weight: bold;
	padding: 10px;
	font-size: 15px;
}
.download_table tr td:nth-child(2){
	margin-top: 10px;
}
.download_table tr td:nth-child(3){
	margin-bottom: 10px;
}
.download_table tr td:nth-child(2),.download_table tr td:nth-child(3){
	padding: 5px 15px;
}
.download_table tr td:nth-child(2)::before{
	content: '取扱PDF：';
	color: #707070;
}
.download_table tr td:nth-child(3)::before{
	content: 'メンテナンス方法：';
	color: #707070;
}
}


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

  固定：生産終了製品

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

.discon_table{
	width: 100%;
	margin-top: 30px;
}
.discon_table th{
	color: #93284D;
}
.discon_table th:nth-child(1),.download_table th:nth-child(5){
	width: 25%;
}
.discon_table th:nth-child(2){
	width: 20%;
}
.discon_table th:nth-child(3),.download_table th:nth-child(4){
	width: 15%;
}
.discon_table tr{
	border-bottom: 1px solid #dfe0e4;
	letter-spacing: 1px;
}
.discon_table tr:nth-child(1){
	background-color: #F7F0F3;
    border-bottom: none;
}
.discon_table tr td a{
	color: #93284D;
}

@media screen and (max-width:768px) {
.discon_table th{
	display: none;
}
.discon_table tr{
	border-bottom: none;
	border: 1px solid #dfe0e4;
}
.discon_table tr td{
	display: block;
    padding: 3px 0;
    width: 100%;
    border-left-width: 0;
}
.discon_table tr td:nth-child(1){
    background-color: #F7F0F3;
    text-align: center;
	color: #93284D;
    font-weight: bold;
	padding: 10px;
	font-size: 15px;
}
.discon_table tr td:nth-child(2){
	margin-top: 10px;
}
.discon_table tr td:nth-child(5){
	margin-bottom: 10px;
}
.discon_table tr td:nth-child(2),.discon_table tr td:nth-child(3),
.discon_table tr td:nth-child(4),.discon_table tr td:nth-child(5){
	padding: 5px 15px;
}
.discon_table tr td:nth-child(2)::before{
	content: '品番：';
	color: #707070;
}
.discon_table tr td:nth-child(3)::before{
	content: '取扱説明書：';
	color: #707070;
}
.discon_table tr td:nth-child(4)::before{
	content: '生産終了：';
	color: #707070;
}
.discon_table tr td:nth-child(5)::before{
	content: 'サポート終了：';
	color: #707070;
}
}


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

  固定ページ：ほこたて

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

.hokotate_img{
	text-align: center;
}
.hokotate_text{
	margin: 30px 0;
}
.hokotate_text strong{
	color: #93284D;
    font-weight: bold;
}
.hokotate_text p{
	margin: 0;
}
.hokotate_satsuei .flex_2_item img{
	width: 100%;
}
.hokotate_satsuei .flex_2_item p{
	line-height: 2.5;
}

@media screen and (max-width:768px) {
.hokotate_satsuei{
	display: block;
	margin: 40px 0;
}
.hokotate_satsuei .flex_2_item{
	width: 100%;
	margin: 0;
	padding: 0;
}
.hokotate_satsuei .flex_2_item p{
	line-height: 2;
	margin: 0;
}
}

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

  業種別に探す一覧

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

.archive_industry .flex_3_item{
	padding: 0;
}


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

  業種別に探す詳細

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

.page_section h1 span,.sub_text{
	color: #93284D;
    font-size: 50%;
    font-family: "源ノ角ゴシック JP", sans-serif;
    padding-left: 15px;
}
.anchor_link_area{
	background-color: #93284D;
	padding: 10px 0;
}
.anchor_link_area_inner{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.anchor_link_area_inner li{
	margin: 0;
	color: #fff;
	padding: 0 15px;
}
.anchor_link_area_inner li a{
	color: #fff;
	text-decoration: none;
}
.anchor_link_area_inner li a:hover{
	opacity: 0.8;
}
.anchor_link_area_inner li:first-child{
	font-weight: bold;
	font-size: 110%;
}
#industry_anchor1,#industry_anchor2,#industry_anchor3,#industry_anchor4,#industry_anchor5{
	margin-top: -100px;
    padding-top: 100px;
}
.aruaru{
	background-color: #fff;
	color: #93284D;
    padding: 15px;
    text-align: center;
    font-size: 110%;
	display: table;
	position: relative;
	border: 2px solid;
	width: 100%;
	height: 108px;
}
.aruaru_2{
	background-color: #EDDEE3;
	color: #93284D;
    padding: 15px;
    text-align: center;
    font-size: 110%;
	display: table;
	position: relative;
	width: 100%;
	height: 108px;
}
.aruaru span{
	color: #4b4b4b;
	font-size: 80%;
}
.yajirushi{
	text-align: center;
}
.yajirushi img{
	width: 40px;
    margin: 10px 0;
}
.maker_point{
	background-color: #E5D1D8;
	color: #93284D;
    width: 33.333%;
    padding: 30px 15px;
    text-align: center;
    font-size: 110%;
	display: table;
}
.maker_point span{
	color: #4b4b4b;
	font-size: 80%;
}
.aruatu_text{
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: 1px;
}
.aruatu_text p{
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 10px;
	margin-top: -10px;
}
.aruatu_text p small{
	font-weight: bold;
	font-size: 60%;
}
.industry_main{
	position: relative;
	margin-top: 40px;
}
.industry_interview{
	position: absolute;
    top: 50px;
    left: 50px;
    padding: 20px;
    background: rgba(255,255,255,0.8);
    width: 410px;
	padding-left: 60px;
}
.industry_interview p:nth-child(1){
	color: #93284D;
	font-size: 120%;
	margin: 0;
	font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}
.industry_interview p:nth-child(2){
	margin: 0;
	margin-top: 10px;
}
.industry_interview p:nth-child(2)::before{
	content: '';
    display: inline-block;
    background-image: url("../img/industry/mike.png");
    background-repeat: no-repeat;
    background-size: 30px;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 21px;
}
.bg_pink_2{
	background-color: #F0F1F5;
    margin-bottom: 30px;
    width: 100%;
    margin: 0 auto;
	margin-top: 80px;
}
.flex_industry{
	padding: 0 30px;
}
.flex_industry .flex_2_item:nth-child(1){
	width: 30%;
}
.flex_industry .flex_2_item:nth-child(2){
	width: 70%;
	margin-left: 0;
    padding-left: 0;
}
.flex_industry .flex_2_item:nth-child(2) p:nth-child(1){
	font-weight: bold;
    font-size: 110%;
    margin: 0;
	letter-spacing: 2px;
}
.industry_qa{
	margin-top: 70px;
}
.industry_qa .flex_2_item:nth-child(1) p:nth-child(1){
	color: #93284D;
	font-weight: bold;
	font-size: 120%;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
	margin-top: 0;
    padding-top: 0;
	letter-spacing: 2px;
}
.industry_qa .flex_2_item:nth-child(1) p:nth-child(2){
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 2px;
}
.flex_industry_2{
	padding: 0 30px;
}
.flex_industry_2 .flex_2_item:nth-child(1){
	width: 40%;
}
.flex_industry_2 .flex_2_item:nth-child(2){
	width: 60%;
	margin-left: 0;
    padding-left: 0;
}
.flex_industry_2 .flex_2_item:nth-child(2) p:nth-child(1){
	color: #93284D;
	font-weight: bold;
    font-size: 130%;
    margin: 0;
	letter-spacing: 2px;
}
.flex_reverse{
	flex-direction: row-reverse;
}
.flex_reverse .flex_2_item:nth-child(1){
	margin-right: 0;
    padding-right: 0;
	margin-left: 15px;
    padding-left: 20px;
}
.flex_reverse .flex_2_item:nth-child(2){
	margin-left: 0;
    padding-left: 0;
	margin-right: 15px;
    padding-right: 20px;
}
.osusume_title{
	font-weight: bold;
	font-size: 120%;
}
.osusume .flex_2 .flex_2_item p:nth-child(1){
	font-weight: bold;
	font-size: 102%;
	margin: 0;
}
.osusume .flex_2 .flex_2_item p:nth-child(2){
	margin: 0;
	margin-top: 10px;
}
.osusume .flex_2 .flex_2_item{
	padding: 0 10px;
	margin: 0;
}
.haichizu,.haichizu_2{
	text-align: center;
}
.haichizu img{
	width: 50%;
}
.haichizu_2 img{
	width: 70%;
}
.detail_open{
	color: #93284D;
	position: relative;
    display: inline-block;
	margin-bottom: 20px;
}
.detail_open::before{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #93284D;
    border-right: solid 2px #93284D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 35%;
    left: inherit;
    right: -15px;
}
.detail_open:hover{
	opacity: 0.8;
	cursor: pointer;
	text-decoration: underline;
	transition: transform .3s;
}
.layout-drawing_open{
	color: #93284D;
	position: relative;
    display: inline-block;
	width: 100%;
}
.layout-drawing_open::before{
	content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #93284D;
    border-right: solid 2px #93284D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 30%;
    left: inherit;
    right: 10px;
}
.layout-drawing_open:hover{
	opacity: 0.8;
	cursor: pointer;
	text-decoration: underline;
	transition: transform .3s;
}
#industry_anchor5 .introduction_3 img{
	display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.btn-wd{
	width: 300px;
}
.btn-500{
	width: 500px;
}

/*メーカー*/
.maker_step .flex_2_item:nth-child(1){
	width: 7%;
	padding: 0;
}
.maker_title{
	color: #93284D;
	font-weight: bold;
	font-size: 125%;
}
.maker_title span{
	background-color: #FFFF7B;
	color: #93284D;
	font-weight: bold;
	padding: 2px 15px;
	margin-left: 15px;
}
.maker_step .flex_2_item:nth-child(2){
	width: 93%;
}
.maker_step_2 .flex_2_item:nth-child(1),.maker_step_2 .flex_2_item:nth-child(2){
	width: 50%;
	padding: 0;
}
.maker_contact{
	margin-top: -20px;
	display: inline-flex;
}
.maker_contact span{
	color: #93284D;
	font-size: 200%;
    font-weight: bold;
	margin-right: 15px;
}
.maker_contact span:before{
	content: '';
    display: inline-block;
    background-image: url(../img/header/tel.png);
    background-repeat: no-repeat;
    background-size: 35px;
    width: 46px;
    height: 35px;
	margin-bottom: -5px;
}
.maker_contact button{
    border-radius: 100px;
    padding: 15px 10px;
    background-color: #93284D;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    width: 285px;
    border: none;
	position: relative;
	letter-spacing: 2px;
	margin-left: 20px;
	font-family: "源ノ角ゴシック JP", sans-serif; 
}
.maker_contact button::after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1.5px #fff;
    border-right: solid 1.5px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 18px;
}
.step{
	background-color: #A9AAB7;
    color: #fff;
    font-weight: bold;
    font-size: 220%;
    border-radius: 100px;
    text-align: center;
    width: 75px;
    height: 75px;
}



.red_line{
	background-color: #93284D;
	color: #fff;
	width: 100%;
	padding: 10px;
	text-align: center;
    font-weight: bold;
}
#industry_anchor1_3,#industry_anchor2_3,#industry_anchor3_3{
	margin-top: -100px;
    padding-top: 100px;
}

.gallery-list a span{
	position: relative;
}
.gallery-list a span::after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1.5px #93284D;
    border-right: solid 1.5px #93284D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 60%;
    margin-top: -3px;
    right: -20px;
}
.modaal-gallery-item-wrap,.modaal-gallery-item img{
	width: 500px!important;
}


@media screen and (max-width:1000px) {
.anchor_link_area_inner{
	width: 90%;
	margin: 0 auto;
}
}

@media screen and (max-width:990px) {
.industry_interview{
	position: static;
	padding: 0;
	width: 100%;
}
.industry_interview p:nth-child(2)::before{
	position: static;
	background-size: 25px;
	height: 25px;
}
.pc_br_2{
	display: none;
}
}

@media screen and (max-width:768px) {
.aruaru{
	width: 100%;
	margin: 0;
}
.anchor_link_area_inner{
	display: block;
	line-height: 1.8;
}
.industry_interview{
	margin-top: -50px;
}
.industry_interview p:nth-child(1){
	padding-top: 20px;
}
.industry_interview p:nth-child(2){
	font-size: 100%;
}
.flex_industry,.industry_qa,.flex_industry_2,.photo_2,.osusume .flex_2:nth-child(1),.haichizu_flex,.maker_step{
	display: block;
}
.flex_industry .flex_2_item:nth-child(1),.flex_industry_2 .flex_2_item:nth-child(1),.osusume .flex_2 .flex_2_item{
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 25px;
}
.flex_industry .flex_2_item:nth-child(2){
	width: 100%;
	margin: 0;
}
.flex_industry .flex_2_item:nth-child(2) p:nth-child(2),.flex_industry_2 .flex_2_item p:nth-child(2){
	margin: 0;
}
.industry_qa .flex_2_item:nth-child(1),.industry_qa .flex_2_item:nth-child(2),.haichizu_flex .flex_2_item{
	width: 100%;
	margin: 0;
    padding: 0;
}
.industry_qa .flex_2_item:nth-child(1) p:nth-child(2){
	margin: 0;
}
.flex_industry_2 .flex_2_item:nth-child(2){
	width: 100%;
	margin: 0;
	padding-top: 0;
}
.photo_2 .flex_2_item{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.osusume .flex_2 .flex_2_item{
	padding: 2px;
}
.haichizu img,.haichizu_2 img{
	width: 90%;
}
#industry_anchor1,#industry_anchor2,#industry_anchor3,#industry_anchor4,#industry_anchor5{
	margin-top: -60px;
    padding-top: 60px;
}
.maker_point{
	width: 100%;
	padding: 20px 15px;
}
	
.aruaru{
	height: 80px;
	position: relative;
}
.aruaru::after{
	content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
	top: 70px;
     width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 20px 20px 0 20px;
	z-index: 1;
}
.aruaru_2{
	background-color: #99234D;
    color: #fff;
    height: 90px;
}	
.yajirushi{
	display: none;
}
.yajirushi img{
	margin-bottom: -15px;
}
.postid-52 .archive-case_studies .flex_3_item,.postid-57 .archive-case_studies .flex_3_item,
.postid-8216 .archive-case_studies .flex_3_item,.postid-8232 .archive-case_studies .flex_3_item {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.btn-wd,.btn-500{
	width: 100%;
}
	
.industry-interview{
	margin-top: 20px;
}
.modaal-gallery-item-wrap,.modaal-gallery-item img{
	width: 100%!important;
}
	
	
/*メーカー*/
.maker_step .flex_2_item:nth-child(1){
	width: 25%;
    padding: 0;
    margin: 0 auto;
	margin-top: 30px;
}
.maker_step .flex_2_item:nth-child(2){
	width: 100%;
    margin: 0;
    padding: 0;
}
.maker_step .flex_2_item:nth-child(2) p:nth-child(2){
	margin: 0;
}
.maker_step_2{
	display: block;
}
.maker_step_2 .flex_2_item:nth-child(1),.maker_step_2 .flex_2_item:nth-child(2){
	width: 100%;
    padding: 5px;
    margin: 0;
    margin-top: 10px;
}
.step{
	font-size: 180%;
	width: 70px;
    height: 70px;
}
.maker_step .flex_2_item:nth-child(2) p:nth-child(1){
	margin: 0;
}
#industry_anchor1_3,#industry_anchor2_3,#industry_anchor3_3{
	margin-top: -60px;
    padding-top: 60px;
}
.maker_contact{
	display: block;
	margin-top: 0;
	text-align: center;
}
.maker_contact span{
	margin-right: 0;
}
.maker_contact button{
	margin: 0;
	margin-top: 5px;
}
.maker_title span{
	display: block;
	margin-left: 0;
	padding: 0px 15px;
}
}


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

  よくある質問一覧ページ（archive-faq.php）

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

.form_area .form input{
	width: 445px;
    height: 45px;
    margin-top: 30px;
}
.form_area .form input[type="text"]:focus,.form_area_2 .form input[type="text"]:focus{
	border: 2px solid #93284D;
	outline: 0;
}
.form_area{
	display: flex;
}
.form_btn input{
	width: 80px;
    margin-top: 30px;
    height: 45px;
    background-color: #8F284D;
    border: none;
    color: #fff;
    font-weight: bold;
}
.form_btn input:hover{
	cursor: pointer;
	opacity: 0.8;
}
.faq_category{
	padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.faq_category,.faq_category_area{
	font-size: 110%;
    line-height: 2.5;
	margin: 30px 0;
}
.faq_category li{
	width: 50%;
}
.faq_category li,.faq_category_area li{
	list-style: none;
}
.faq_category li a,.faq_category_area li a{
	text-decoration: none;
	color: #93284D;
}
.faq_category li a:hover,.faq_category_area li a:hover{
	opacity: 0.8;
	text-decoration: underline;
}
.faq_tag{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	margin: 30px 0 15px 0;
}
.faq_tag li{
	background-color: #F7F0F3;
    border-radius: 100px;
    padding: 0px 10px;
    line-height: 2.4;
	list-style: none;
	margin: 7px 5px;
}
.faq_tag li a{
	color: #93284D;
	text-decoration: none;
}
.faq_tag li a:hover{
	opacity: 0.8;
	text-decoration: underline;
}

@media screen and (max-width:768px) {
.form_area{
	display: block;
}
.form{
	width: 100%;
}
.form_btn input{
	margin-top: 10px;
    height: 35px;
}
.archive_faq .form input{
	width: 100%;
    height: 45px;
    margin-top: 30px;
}
.faq_category{
	font-size: 100%;
	display: block;
}
.faq_category li{
	width: 100%;
}
}


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

  よくある質問詳細（カテゴリー、タグ、検索結果）

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

.question{
	background-color: #F7F0F3;
    margin-top: 40px;
    padding: 8px 60px 8px 8px;
	text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    color: #4b4b4b;
	position: relative;
}
.question::after{
	content: '';
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1.5px #4d4d4d;
    border-right: solid 1.5px #4d4d4d;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 25px;
	margin-top: -10px;
}
.question:hover{
	cursor: pointer;
	opacity: 0.8;
}
.misc{
	text-align: right;
}
.misc a,.faq-archive-list-tag li a{
	background-color: #F7F0F3;
    border-radius: 100px;
    padding: 5px 10px;
    list-style: none;
    margin: 7px 5px;
    color: #93284D;
    text-decoration: none;
	font-size: 14px;
}
ul.faq-archive-list-tag{
	padding: 10px;
}
.faq_category_area{
	display: flex;
}
.faq_mainarea{
	width: 75%;
	margin: 20px;
}
.faq_mainarea h1{
	padding: 0 0.75em;
	margin-top: 0;
	font-size: 28px;
}
.faq_subarea{
	width: 25%;
}
.faq_subarea h2{
	margin-top: 0;
    font-size: 24px;
    padding: 0;
    margin: 0 15px;
}
.form_area_2{
	display: block;
}
.form_area_2 .form input{
	width: 85%;
    margin: 15px 15px 0 15px;
    padding: 10px;
}
.form_area_2 .form_btn{
	text-align: right;
}
.form_area_2 .form_btn input{
	width: 50px;
    height: 30px;
    background-color: #8F284D;
    border: none;
    color: #fff;
    font-weight: bold;
    margin: 0 20px;
}
.faq_tag_2{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.faq_tag_2 li{
	background-color: #F7F0F3;
    border-radius: 100px;
    line-height: 2.4;
	list-style: none;
	margin: 4px;
}
.faq_tag_2 li a{
	color: #93284D;
	text-decoration: none;
}
.faq_tag_2 li a:hover,.misc a:hover{
	opacity: 0.8;
	text-decoration: underline;
}
ul.faq-archive-list{
	padding: 15px;
}
ul.page-numbers{
	display: flex;
    padding: 0;
    margin: 40px 0;
}
.page-numbers li{
	margin: 0px 15px;
}
.faq-search-title{
	color: #93284D;
    font-weight: bold;
    font-size: 20px;
}
.single-faq .taxonomy.faq_category{
	display: none;
}

@media screen and (max-width:768px) {
.faq_category_area {
    display: block;
}
.faq_mainarea,.faq_subarea{
    width: 100%;
}
.faq_mainarea{
	margin: 0;
}
.faq_mainarea h1{
	font-size: 20px;
}
.question{
	font-size: 16px;
	line-height: 1.5;
	margin-top: 20px;
}
.faq_subarea h2{
	font-size: 18px;
	margin: 0;
}
.form_area_2 .form input {
    width: 100%;
    padding: 10px;
	margin: 0;
    margin-top: 20px;
}
.form_area_2 .form_btn input{
	margin: 0;
}
ul.faq-archive-list,ul.faq-archive-list-tag{
	padding: 0;
    margin-top: 20px;
}
.faq-search-title{
    font-size: 18px;
}
}

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

  お知らせ一覧ページ（archive-news.php）

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

.news_article{
	border-bottom: 1px solid #93284D;
	padding: 15px 0px 20px 0;
}
.date{
	font-size: 94%;
    font-weight: bold;
}
.category{
    display: inline-block;
    width: 9em;
    margin-left: 12px;
    margin-top: 2px;
    padding: 5px;
    vertical-align: text-top;
    background-color: #93284D;
    color: #ffffff;
    text-align: center;
    font-size: 72%;
    line-height: 1;
}
.article_title a{
	color: #93284D;
    font-weight: 700;
    font-size: 120%;
}
.article_title a:hover{
	text-decoration: none;
	opacity: 0.8;
}


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

  導入事例一覧ページ（archive-case_studies.php）

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

.select_area{
	background-color: #F8F3F5;
    margin: 50px 0;
    height: 500px; /*仮*/
}
.h1_archive{
	text-align: center;
	color: #4b4b4b;
	font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
	padding-bottom: 15px;
	letter-spacing: 3px;
}
.pick_up{
    width: 75%;
    margin: 0 auto;
}
.pick_up .top_introduction_under{
	position: static;
}
.pick_up .flex_2{
	box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 10%);
    margin: 40px 15px;
    text-decoration: none;
    padding: 0;
}
.pick_up .flex_2 p{
	font-weight: bold;
    font-size: 120%;
    margin-bottom: 0;
    margin: 10px 0;
}
.pick_up .flex_2 .flex_2_item:nth-child(1){
	padding: 0;
	margin: 0;
}
.pick_up .flex_2 .flex_2_item:nth-child(1) img{
	width: 100%;
}
.pick_up .flex_2 .flex_2_item .introduction_category{
	width: 100%;
}
.archive-case_studies{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.archive-case_studies .flex_3_item{
	width: 30%;
    margin-top: 30px;
}
.shiborikomi p:first-child{
	font-size: 200%;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #58585A;
}
#shiborikomi{
	margin-top: -140px;
    padding-top: 140px;
}
.post-type-archive-case_studies .introduction_3 img{
	display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.new{
	background-color: #93284D;
    color: #fff;
    padding: 2px 10px;
    font-size: 14px;
    display: block;
    width: 70px;
    text-align: center;
    margin: 8px 0;
}

@media screen and (max-width:768px) {
.pick_up{
	width: 100%;
}
.pick_up .flex_2,.archive-case_studies{
	display: block;
}
.pick_up .flex_2 .flex_2_item:nth-child(1){
	width: 100%;
}
.pick_up .flex_2 .flex_2_item:nth-child(2){
	width: 100%;
    margin: 0;
}
.archive-case_studies .flex_3_item{
	width: 92%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.shiborikomi p:first-child{
	font-size: 170%;
}
#shiborikomi{
	margin-top: -70px;
    padding-top: 70px;
}
.post-type-archive-case_studies .introduction_3 img{
	height: 280px;
}
}

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

  製品一覧ページ（archive-product.php）

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

.product h3{
	margin-top: 40px;
	margin-bottom: 20px;
}
.product .flex_3{
	justify-content: flex-start;
}
.product .introduction_3{
	margin: 20px;
}
.page_section h3 span {
    color: #93284D;
    font-size: 60%;
    font-family: "源ノ角ゴシック JP", sans-serif;
	padding-left: 10px;
}
.product_item p:nth-of-type(1){
    background-color: #A9AAB7;
    color: #fff;
    font-size: 110%;
	margin: 0;
	padding: 0px 17px;
	letter-spacing: 2px;
}
.product_item p:nth-of-type(2){
	margin: 0;
    padding: 15px 15px 5px 15px;
    font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
    font-size: 135%;
}
.product_item p:nth-of-type(2) span{
	color: #93284D;
    font-size: 70%;
    font-family: "源ノ角ゴシック JP", sans-serif;
}
.product_item p:nth-of-type(3){
	font-size: 90%;
    margin: 0;
    padding: 0 15px 10px 15px;
    font-weight: 400;
}
.product_item small{
	vertical-align: super;
    font-size: 65%;
    font-weight: bold;
}
.product_item_2 .flex_2 .flex_2_item{
	padding: 0;
	margin: 0;
}
.product_item_2 .flex_2 .flex_2_item:nth-child(1){
	width: 40%;
	margin-bottom: 0;
}
.product_item_2 .flex_2 .flex_2_item:nth-child(2){
	width: 60%;
}
.product_item_2 .flex_2 .flex_2_item:nth-child(2) p:nth-of-type(1){
	margin: 0;
    padding: 15px 15px 5px 15px;
    font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
    font-size: 135%;
    color: #58585A;
}
.product_item_2 .flex_2 .flex_2_item:nth-child(2) p:nth-of-type(1) span{
	color: #93284D;
    font-size: 70%;
    font-family: "源ノ角ゴシック JP", sans-serif;
}
.product_item_2 .flex_2 .flex_2_item:nth-child(2) p:nth-of-type(2) {
	font-size: 90%;
    margin: 0;
    padding: 0 15px 10px 15px;
    font-weight: 400;
}
.product_item_2 a{
	text-decoration: none;
}
.product_item_2:hover{
	opacity: 0.8;
}

.kuwashiku_2{
	display: inherit;
    border-radius: 100px;
    padding: 10px 10px;
    background-color: #93284D;
    border: none;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    width: 60%;
}
.search_btn input{
	display: inherit;
    padding: 20px 10px;
    background-color: #fff;
    border: 1px solid #93284D;
    color: #93284D;
    font-weight: bold;
    margin: 0 auto;
    width: 270px;
}
.btn_area{
	margin: 5px 0 20px 0;
}
.btn_area button{
	display: inherit;
    border-radius: 100px;
    padding: 10px 10px;
    background-color: #fff;
    border: 1px solid #93284D;
    color: #93284D;
    font-weight: bold;
    margin: 0 auto;
    width: 60%;
	font-family: "源ノ角ゴシック JP", sans-serif; 
	position: relative;
}
.btn_area button::after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1.5px #93284D;
    border-right: solid 1.5px #93284D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 25px;
}

.contact_area_3{
	background-color: #F5F6F8;
	padding: 10px 0;
	text-align: center;
}
.contact_area_3 p{
	color: #93284D;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.contact_area_3 .flex_2 .flex_2_item span:nth-of-type(1){
	font-size: 240%;
	color: #93284D;
    font-weight: bold;
}
.contact_area_3 .flex_2 .flex_2_item span:nth-of-type(1):before{
	content: '';
    display: inline-block;
    background-image: url(../img/header/tel.png);
    background-repeat: no-repeat;
    background-size: 35px;
    width: 46px;
    height: 35px;
	margin-bottom: -3px;
}
.contact_area_3 .flex_2 .flex_2_item span:nth-of-type(2){
	font-size: 110%;
	color: #93284D;
	font-weight: normal;
}
.contact_area_3 .flex_2 .flex_2_item:nth-child(1){
	margin: 0;
    border-right: 1px solid #707070;
	background-image: url("../img/footer/ootsukisama.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.contact_area_3 .flex_2 .flex_2_item:nth-child(2){
	margin: 0;
}
.contact_area_btn_3 button{
    padding: 25px;
    margin-top: 3px;
    border: none;
    font-weight: bold;
    font-size: 100%;
    position: relative;
    text-align: left;
    padding-left: 55px;
    background-color: #93284D;
    color: #fff;
	width: 300px;
	font-family: "源ノ角ゴシック JP", sans-serif; 
}
.contact_area_btn_3 button:nth-of-type(1):before{
	content: '';
    display: inline-block;
    background-image: url(../img/footer/mail2.png);
    background-repeat: no-repeat;
    background-size: 32px;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 15px;
    top: 23px;
}
.contact_area_btn_3 button:nth-of-type(1):after{
	content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1.5px #fff;
    border-right: solid 1.5px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 15px;
}
.post-type-archive-product .introduction_3 img,.page-template-archive-product-test .introduction_3 img{
	width: auto;
    height: auto;
}
#teinoudo,#kounoudo,#module,#sonota{
	margin-top: -100px;
    padding-top: 100px;
}

.product_item_2 .flex_2 .flex_2_item .img-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media screen and (max-width:768px) {
.product_item{
	margin-top: 30px;
}
.page_section h3 span{
	padding-left: 0;
}
.contact_area_3 .flex_2{
	display: block;
	padding: 0 10px;
}
.contact_area_3 .flex_2 .flex_2_item{
	width: 100%;
	padding: 15px;;
}
.contact_area_3 .flex_2 .flex_2_item:nth-child(1){
	border-right: none;
	border-bottom: 1px solid #707070;
	background-image: none;
}
.contact_area_3 .flex_2 .flex_2_item span:nth-of-type(1){
	font-size: 190%;
}
.contact_area_3 .flex_2 .flex_2_item span:nth-of-type(2){
	font-size: 90%;
}
.contact_area_btn_3 button{
	width: 100%;
}
.product_flex{
	display: block;
}
.product_flex .flex_2{
	margin-top: 20px;
}
.product_flex .flex_2_item{
	width: 93%;
    margin: 0 auto;
}
.page_section h1:first-child{
	/*margin-top: 0;*/
}
.page_section h1 span{
	padding-left: 0;
}
.btn_area{
	padding-bottom: 20px;
}
#module,#sonota{
	margin-top: 0;
}
#teinoudo,#kounoudo,#module,#sonota{
	margin-top: 0;
    padding-top: 0;
}
}

@media screen and (max-width:500px) {
.product_flex .flex_2{
	display: block;
}
.product_item_2 .flex_2 .flex_2_item:nth-child(1),.product_item_2 .flex_2 .flex_2_item:nth-child(2){
	width: 100%;
}
}

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

  固定ページ：導入の流れ

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

.page_flow{
	margin-top: 50px;
}
.page_flow .box span{
	font-size: 60%;
	vertical-align: text-top;
}
.flex_flow .flex_2_item:nth-of-type(1){
	width: 25%;
}
.flex_flow .flex_2_item:nth-of-type(2){
	width: 75%;
}
.flex_flow .flex_2_item:nth-of-type(2) p:nth-child(1){
	color: #93284D;
	font-size: 120%;
	font-weight: bold;
    margin-bottom: -8px;
}
.flex_flow span{
	font-size: 220%;
    color: #93284D;
    font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}
.flex_flow button{
    padding: 25px 22px 25px 60px;
    background-color: #93284D;
    border: none;
    color: #fff;
    font-weight: bold;
    margin: 20px 0;
    position: relative;
    text-align: left;
	width: 80%;
	font-family: "源ノ角ゴシック JP", sans-serif; 
}
.flex_flow button:before{
    content: '';
    display: inline-block;
    background-image: url(../img/header/mail.png);
    background-repeat: no-repeat;
    background-size: 17px;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 16px;
    left: 24px;
}
.flow_contact{
	margin-top: -20px;
}
.contact_area_3 .flex_flow_contact{
	padding: 0 15px;
}
.contact_area_3 .flex_flow_contact .flex_2_item{
	width: 50%;
}
.contact_area_3 .flex_flow_contact .flex_2_item:nth-child(1){
	background-image: none;
}
.contact_area_3 .flex_flow_contact .flex_2_item span:nth-child(1):nth-of-type(1):before{
	content: '';
    display: inline-block;
    background-image: url(../img/header/tel.png);
    background-repeat: no-repeat;
    background-size: 35px;
    width: 46px;
    height: 35px;
	margin-bottom: -3px;
}

@media screen and (max-width:1000px) {
.page_flow_sp{
	margin-top: 30px;
}
.page_flow_sp p{
	margin: 13px 0;
    font-weight: bold;
    font-size: 90%;
}
}
	
@media screen and (max-width:768px) {
.flex_flow{
	display: block;
}
.flex_flow .flex_2_item:nth-of-type(1){
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 50px;
}
.flex_flow .flex_2_item:nth-of-type(1) img{
	width: 300px;
}
.flex_flow .flex_2_item:nth-of-type(2){
	width: 100%;
	margin: 0;
	padding: 0;
}
.flow_contact{
	text-align: center;
	margin-top: 0;
}
.contact_area_3 .flex_flow_contact .flex_2_item span:nth-child(1):nth-of-type(1):before {
    content: '';
    display: inline-block;
    background-image: url(../img/header/tel.png);
    background-repeat: no-repeat;
    background-size: 25px;
    width: 33px;
    height: 35px;
    margin-bottom: -14px;
}
.contact_area_3 .flex_2 .flex_2_item span:nth-of-type(1){
	font-size: 180%;
}
}

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

  インタビュー一覧ページ（archive-interview.php）

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

.archive-interview{
	border-bottom: 1px solid #707070;
}
.archive-interview:nth-of-type(1){
	border-top: 1px solid #707070;
	margin-top: 50px;
}
.archive-interview img{
	width: 100%;
    height: auto;
}
.archive-interview .flex_2_item:nth-child(2){
	padding: 30px 0;
	margin: 0;
}
.archive-interview .flex_2_item:nth-child(2) p:nth-child(1){
	font-weight: bold;
	font-size: 18px;
}
.archive-interview .flex_2_item:nth-child(2) p:nth-child(2){
	font-size: 22px;
	font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
	letter-spacing: 5px;
}
.archive-interview .introduction_category,.archive-interview .introduction_category_2{
	width: 100%;
}

@media screen and (max-width:768px) {
.archive-interview{
	display: block;
}
.archive-interview .flex_2_item{
	width: 90%;
    padding: 0;
    margin: 0 auto;
    margin-top: 30px;
}
.archive-interview .flex_2_item:nth-child(2){
	padding: 0;
    width: 90%;
    margin: 0 auto;
}
.archive-interview .flex_2_item:nth-child(2) p:nth-child(1),.archive-interview .flex_2_item:nth-child(2) p:nth-child(2){
	margin: 0;
}
}


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

  インタビュー個別ページ（single-interview.php）

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

.interview_main{
	width: 100%;
    background-color: #93284D;
    margin-top: 130px;
}
.interview_main_main_inner{
	width: 90%;
	margin: 0 auto;
}
.interview_main_inner .flex_2_item:nth-child(1){
	margin: 0;
	padding: 0;
}
.interview_main_inner .flex_2_item:nth-child(1) img{
	width: 100%;
	margin-bottom: -3px;
}
.interview_main_inner .flex_2_item:nth-child(2){
	margin: 0;
    padding: 50px;
}
.special_interview{
	color: #FFFE7B;
    font-size: 18px;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    width: 140px;
	font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}
.headeline_interview{
	color: #fff;
    font-size: 260%;
    font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
    letter-spacing: 5px;
}
.company_interview{
	color: #fff;
	font-weight: bold;
}
.pink_back{
	background-color: #F7F0F3;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}


.interviewee{
	margin: 30px 0 90px 0;
}
.interviewee .flex_2_item:nth-child(1){
	width: 25%;
	padding: 0;
}
.interviewee .flex_2_item:nth-child(2){
	width: 75%;
	padding: 0;
}
.interviewee p{
    color: #93284D;
    line-height: 2.5;
    font-size: 110%;
	position: relative;
	padding-left: 40px;
}
.interviewee p::before{
	content: '';
    display: inline-block;
    background-image: url(../img/industry/mike.png);
    background-repeat: no-repeat;
    background-size: 30px;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 0;
}
.interview_contents{
	line-height: 2;
}
.interview_contents .flex_2{
	margin: 60px 0;
}
.interview_contents .flex_2 img{
	width: 100%;
}
.interview_contents .flex_2 .flex_2_item{
	margin-top: 0;
    padding-top: 0;
}
.interview_contents .flex_2 .flex_2_item:nth-child(1){
	margin-left: 0;
    padding-left: 0;
}
.interview_contents .flex_2 .flex_2_item:nth-child(2){
	margin-right: 0;
    padding-right: 0;
}
.interview_contents p:first-child{
	font-size: 20px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    color: #93284D;
    font-weight: bold;
}
.interview_contents strong{
	font-weight: bold;
	font-size: 20px;
}

.single-interview .archive-case_studies{
	flex-wrap: nowrap;
}

@media screen and (max-width:1000px) {
.interview_main{
	margin-top: 60px;
}
}

@media screen and (max-width:768px) {
.interview_main_inner{
	display: block;
}
.interview_main_inner .flex_2_item{
	width: 100%;
}
.interview_main_inner .flex_2_item:nth-child(2){	    
	padding: 15px 30px;
}
.interviewee{
	display: block;
}
.interviewee .flex_2_item:nth-child(1) {
    width: 90%;
    padding: 0;
    margin: 0 auto;
}
.interviewee .flex_2_item:nth-child(2) {
    width: 100%;
    padding: 10px;
    margin: 0;
}
.interviewee p{
	margin: 0;
}
.interview_contents{
	line-height: 1.8;
}
.interview_contents .flex_2{
	display: block;
}
.interview_contents .flex_2 .flex_2_item{
	width: 100%;
	margin: 0;
	padding: 0;
}
.interview_contents .flex_2 .flex_2_item:nth-child(2){
	margin-top: 15px;
}
.interview_contents p:first-child{
	font-size: 16px;
}
.single-interview .introduction_3:first-child{
	margin-top: 30px;
}
.interview_contents strong{
	font-size: 16px;
}
}

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

  製品個別ページ（single-product.php）

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

.product_main .flex_2_item:nth-child(1){
	padding: 0;
	margin: 0;
}
.product_main .flex_2_item:nth-child(2){
	padding-top: 0;
	margin-top: 0;
}
.product_main .flex_3_item{
	padding: 0;
}
.product_main .flex_3_item img{
	border: 1px solid;
}
.product_head{
	color: #93284D;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 2px;
}
.basic_information{
	overflow: hidden;
}
.product_main .basic_information,.product_detail .basic_information{
	margin-top: 30px;
	letter-spacing: 1px;
}
.basic_information td{
    margin: 5px 0;
}
.nintei .flex_2 .flex_2_item:nth-child(1){
	width: 15%;
}
.nintei .flex_2 .flex_2_item:nth-child(2){
	width: 85%;
}
.nintei .flex_2 .flex_2_item:nth-child(2) p:nth-child(1){
	font-weight: bold;
	margin-bottom: 5px;
}
.nintei .flex_2 .flex_2_item:nth-child(2) span,.nintei .flex_2 .flex_2_item:nth-child(2) a{
	font-size: 90%;
}
/*.product_detail */.kuwashiku a{
	color: #93284D;
	text-decoration: none;
	font-weight: bold;
	margin: 0 auto;
}
.product_feature .flex_2 .flex_2_item{
	padding: 20px;
    margin: 15px;	
}
.product_feature .flex_2 .flex_2_item p:nth-child(1){
	color: #93284D;
    font-weight: bold;
    font-size: 120%;
    border-bottom: 1px solid;
    padding-bottom: 10px;
	line-height: 1.8;
	letter-spacing: 1px;
}
.product_feature .flex_2 .flex_2_item p:nth-child(2){
	line-height: 2;
	font-size: 90%;
	letter-spacing: 1px;
}
.product_feature .flex_2 .flex_2_item img{
	padding-top: 20px;
}
.bearfino_product{
	margin-top: 50px;
}
.bearfino_product .staff_daihyo .flex_2_item p:nth-child(1){
	color: #93284D;
    font-size: 140%;
	font-weight: bold;
}
.bearfino_product .staff_daihyo .flex_2_item p:nth-child(2){
    font-weight: bold;
	font-size: 110%;
	text-align: left;
}
.bearfino_koushin{
	color: #93284D;
	font-weight: bold;
	text-align:center;
	margin: 30px 0;
	font-size: 20px;
}
#wrap{
	margin-bottom: 30px;
}
#slider,#thumbnail_slider{
  width: 100%;
  padding: 0;
}
.flex_2.product_main #thumbnail_slider.--flex {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2px;
	list-style-type: none;
}
.flex_2.product_main #thumbnail_slider.--flex > * {
	width: calc((100% / 3) - (2px * 2 / 3));
}
.slide-item img{
    width: 100%;
 }  
.thumbnail-item img{
    width: 98%;
    margin: 0 auto;
 }

.concept_movie iframe {
    width: 80%;
    height: 454px;
}
.movie{
	text-align: center;
}
.ozonizer_img{
	text-align: center;
}
.ozonizer_img img{
	width: 50%;
}
.ozonizer_img_2 img{
	width: 100%;
}

/*20220324.25製品詳細ページ修正時追加*/
.product_type{
	font-size: 24px;
	color: #93284D;
    font-weight: bold;
}
.btn_clm{
	display: flex;
    width: 550px;
    margin: 0 auto;
}
.price,.price p{
	color: #93284D;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: center;
    padding-bottom: 50px;
	margin-top: -20px;
}

/*20220603製品詳細ページ修正時追加*/
a.stores_link:hover{
	opacity: 0.8;
}


@media screen and (max-width:768px) {
.product_main,.product_feature .flex_2{
	display: block;
}
.product_main .flex_3{
	display: flex;
}
.product_main .flex_3 .flex_3_item{
	padding: 10px;
}
.product_main .flex_2_item{
	width: 100%;
	margin: 0;
    padding: 0;
}
.product_head{
	font-size: 100%;
}
.nintei{
	margin-bottom: 30px;
}
.nintei .flex_2 .flex_2_item:nth-child(2) p:nth-child(1){
	font-size: 90%;
	padding: 0;
}
.nintei .flex_2 .flex_2_item:nth-child(2){
	padding-left: 15px;	
}
.product_feature .flex_2 .flex_2_item{
	width: 100%;
	margin: 0;
	padding: 20px;
}
.bearfino .staff_daihyo img{
	width: 60%;
}
.bearfino_product .staff_daihyo .flex_2_item p:nth-child(1){
	text-align: center;
	padding: 0;
}
.bearfino_product .staff_daihyo .flex_2_item p:nth-child(2){
    text-align: center;
}
.concept_movie iframe {
    width: 100%;
    height: 220px;
}
.ozonizer_img img{
	width: 100%;
}
.ozonizer_img_2 .flex_2{
	display: block;
}
.ozonizer_img_2 .flex_2 .flex_2_item{
	width: 90%;
    margin: 0 auto;
    padding: 30px 0;
}
.ozonizer_img_2 .flex_2 .flex_2_item:nth-child(2){
	padding-top: 0;
}
.bearfino_koushin{
	font-size: 16px;
}
/*20220324.25製品詳細ページ修正時追加*/
.product_type{
	font-size: 20px;
}
.btn_clm{
	display: block;
    width: auto;
}
.price{
	font-size: 120%;
}
}


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

  導入事例個別ページ（single-case_studies.php）

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

.case_studies_main{
	width: 100%;
	padding: 40px 0;
	background-color: #F9F1F4;
	margin-top: 120px;
}
.case_studies_main_inner{
	width: 90%;
	margin: 0 auto;
}
.case_studies_main .flex_2_item:nth-child(1) p:first-child{
	color: #93284D;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    width: 115px;
}
.case_studies_main .flex_2_item:nth-child(1) p:nth-child(2){
	font-size: 260%;
    font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
    letter-spacing: 5px;
}
.case_studies_main .flex_2_item:nth-child(1) p:nth-child(3){
	font-weight: bold;
}
.case_studies_main .flex_2_item:nth-child(2) img{
	width: 100%;
}
.basic_information table{
	width: 100%;
}
.basic_information tr{
	text-align: left;
}
.basic_information tr:first-child{
	border-top: 1px solid #707070;
}
.basic_information tr{
	border-bottom: 1px solid #707070;
	padding: 10px;
    margin: 0;
}
.basic_information th{
	font-weight: bold;
	width: 180px;
}
.basic_information_2{
	margin: 100px 0;
}
.youbou{
	background-color: #F7F0F3;
    padding: 20px;
	margin-bottom: 50px;
}
.youbou .flex_2 .flex_2_item:nth-child(1),.teian .flex_2 .flex_2_item:nth-child(1),
.hyoka .flex_2 .flex_2_item:nth-child(1){
	width: 100px;
    padding: 0;
    margin: 0;
}
.youbou .flex_2 .flex_2_item:nth-child(2),.teian .flex_2 .flex_2_item:nth-child(2),
.hyoka .flex_2 .flex_2_item:nth-child(2){
	width: 90%;
    margin: 0;
    padding-left: 30px;
	line-height: 1.8;
}
.teian{
	background-color: #F7F0F3;
	color: #93284D;
    padding: 20px;
	position: relative;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 110%;
}
.hyoka{
	background-color: #93284D;
	color: #fff;
    padding: 20px;
	position: relative;
}
.teian .flex_2 .flex_2_item:nth-child(2),.hyoka .flex_2 .flex_2_item:nth-child(2){
	font-weight: bold;
	line-height: 1.8;
}
.teian::before,.hyoka::before{
	content: "";
    display: block;
    position: absolute;
    top: -35px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 22px solid transparent;
    border-top: 22px solid #A9AAB7;
    border-bottom-width: 0;
}
.company_info{
    margin: 60px 0;
}
.company_info p:nth-child(1){
	color: #93284D;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid;
    padding-bottom: 10px;
}
.company_info p:nth-child(2){
	font-weight: bold;
}
.company_info p:nth-child(3){
	line-height: 2;
}
.interview_link{
	text-align: center;
	margin-top: 30px;
}
.interview_link img{
	width: 100%;
}
.case_sub img{
	width: 100%;
}
.case_sub:nth-of-type(3) .flex_2_item{
	margin-top: 0;
    padding-top: 0;
}

@media screen and (max-width:1000px) {
.case_studies_main{
	margin-top: 60px;
}
}

@media screen and (max-width:768px) {
.youbou .flex_2,.teian .flex_2,.hyoka .flex_2,.case_studies_main .flex_2,.case_sub{
	display: block;
}
.youbou .flex_2 .flex_2_item:nth-child(1), .teian .flex_2 .flex_2_item:nth-child(1), .hyoka .flex_2 .flex_2_item:nth-child(1){
	margin: 0 auto;
}
.youbou .flex_2 .flex_2_item:nth-child(2), .teian .flex_2 .flex_2_item:nth-child(2), .hyoka .flex_2 .flex_2_item:nth-child(2){
	width: 100%;
	padding: 0;
	padding-top: 20px;
}
.case_studies_main .flex_2_item{
	width: 100%;
	margin: 0;
	padding: 0;
}
.basic_information th{
	width: 32%;	
}
.basic_information td{
	width: 68%;
	word-break: break-word;
}
.case_studies_main .flex_2_item:nth-child(1) p:nth-child(2){
	font-size: 220%;
}
.case_sub .flex_2_item{
	width: 100%;
    padding: 0;
    margin: 0;
	margin-top: 30px;
}
.case_sub:nth-of-type(3) .flex_2_item{
	margin-top: 15px;
    padding-top: 20px;
}
.interview_link{
	margin-top: 50px;
}
.company_info p:nth-child(1){
	font-size: 18px;
}
}

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

  お知らせ個別ページ（single-news.php）

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

.single_article_title{
	color: #93284D;
    font-weight: bold;
    font-size: 160%;
}
.single_category_date{
	text-align: right;
	border-bottom: 1px solid #93284D;
	padding: 10px 5px;
	margin-bottom: 50px;
}
.news_btn a:hover{
	opacity: 0.8;
}



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

  footer

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

.contact_area{
	background-color: #93284D;
	padding: 60px;
}
.contact_area_inner{
	width: 90%;
	margin: 0 auto;
}
.contact_area_inner .flex_2{
	background-color: #fff;
	padding: 10px 0;
	width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.contact_area_inner .flex_2 p{
	color: #93284D;
	font-weight: bold;
	padding: 0;
}
.contact_area_inner .flex_2 .flex_2_item{
	text-align: center;
	padding: 10px 0;
}
.contact_area_inner .flex_2 .flex_2_item:nth-child(1){
	margin: 0;
	border-right: 1px solid #707070;
	background-image: url("../img/footer/ootsukisama.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.contact_area_inner .flex_2 .flex_2_item:nth-child(2){
    margin: 0;
}
.contact_area_inner .flex_4{
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
}
.contact_area_inner .flex_4 .flex_4_item{
	width: 24%;
}
.contact_area_inner .flex_4 .flex_4_item button{
	color: #93284D;
	background-color: #fff;
	padding: 10px;
	box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 10%);
	border: none;
	width: 100%;
    margin: 30px 0;
	position: relative;
	text-align: left;
	font-family: "源ノ角ゴシック JP", sans-serif; 
	letter-spacing: 2px;
}
.contact_area_inner .flex_4 .flex_4_item button:after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1.5px #93284D;
    border-right: solid 1.5px #93284D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
}
.contact_area_inner h1,.contact_area_inner p{
	text-align: center;
	color: #fff;
}
.contact_area_inner h1{
	font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
	font-size: 300%;
	letter-spacing: 2px;
}
.contact_area_inner p{
	line-height: 2;
	padding-top: 15px;
	margin-bottom: 0;
	letter-spacing: 2px;
}
.contact_area_inner span{
	font-size: 400%;
	color: #93284D;
    font-weight: bold;
}
.contact_area_inner span:nth-of-type(1):before{
	content: '';
    display: inline-block;
    background-image: url(../img/header/tel.png);
    background-repeat: no-repeat;
    background-size: 35px;
    width: 46px;
    height: 35px;
	margin-bottom: -3px;
}
.contact_area_inner span:nth-of-type(2){
	font-size: 150%;
	color: #93284D;
	font-weight: normal;
	letter-spacing: 1px;
}
.contact_area_btn,.contact_area_btn_2{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.contact_area_btn button{
    padding: 25px;
    width: 320px;
    margin-top: 3px;
    border: none;
    font-weight: bold;
    font-size: 170%;
	position: relative;
	text-align: left;
    padding-left: 70px;
	font-family: "源ノ角ゴシック JP", sans-serif; 
}
.contact_area_btn button:nth-of-type(1):before{
	content: '';
    display: inline-block;
    background-image: url(../img/footer/mail2.png);
    background-repeat: no-repeat;
    background-size: 35px;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 20px;
    top: 21px;
}
.contact_area_btn button:nth-of-type(1):after{
	content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1.5px #fff;
    border-right: solid 1.5px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 15px;
}
.contact_area_btn button:nth-of-type(2):before{
	content: '';
    display: inline-block;
    background-image: url("../img/footer/faq.png");
    background-repeat: no-repeat;
    background-size: 35px;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 20px;
    top: 28px;
}
.contact_area_btn_2 button{
    padding: 14px;
    width: 220px;
    margin: 10px;
    border: none;
    font-size: 155%;
    background-color: #fff;
	box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);
	font-family: "源ノ角ゴシック JP", sans-serif; 
}
.contact_area_btn button:nth-of-type(1){
	background-color: #93284D;
	color: #fff;
	letter-spacing: 1px;
}
.contact_area_btn button:nth-of-type(2){
	background-color: #fff;
	border: 2px solid #93284D;
	color: #93284D;
}
button:hover{
	cursor: pointer;
	opacity: 0.8;
}


.footer{
	background: #58585A;
}
.info img{
	width: 280px;
}
.info_child{
    color: #fff;
    padding: 30px 0;
	margin: 0 auto;
	font-size: 14px;
}
.info_child span:nth-child(1){
	padding-right: 40px;
}
.info_child span:nth-child(2){
	color: #fff;
	font-size: 130%;
    font-weight: bold;
	position: relative;
}
.info_child span:nth-child(2):before{
	content: '';
	display: inline-block;
    background-image: url(../img/header/tel.png);
    background-repeat: no-repeat;
    background-size: 21px;
    position: absolute;
    width: 21px;
    height: 21px;
    top: 2px;
    left: -26px;
}
.mail_btn{
    border-radius: 100px;
    padding: 8px 30px 8px 40px;
	background-color: #93284D;
	color: #fff;
	text-decoration: none;
	margin: 15px;
	position: relative;
}
.mail_btn:before{
	content: '';
    display: inline-block;
    background-image: url(../img/header/mail.png);
    background-repeat: no-repeat;
    background-size: 15px;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 12px;
    left: 18px;
}
.mail_btn:after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1.5px #fff;
    border-right: solid 1.5px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
}
.mail_btn:hover{
	opacity: 0.8;
	cursor: pointer;
}
.footer_inner{
	display: flex;
	flex-wrap: wrap;
}
.footer_inner nav{
	width: 25%;
	text-align: left;
}
.footer_inner a:hover{
	color: #93284D;
}
.footer nav ul{
	display: block;
}
.footer nav ul li{
	padding: 6px 10px;
}
.footer nav .sub-menu{
	padding-left: 5px;
}
.footer nav .sub-menu li {
    padding: 3px 0 0 0px;
	padding-left: 1em;
    text-indent: -1em;
}
.footer nav .sub-menu li:nth-child(1) {
    padding-top: 12px;
}
.footer nav .sub-menu li::before{
    content: '・';
	color: #fff;
}
.sns_icon{
	display: flex;
	flex-wrap: wrap;
	padding-left: 5px;
}
.sns_icon span img{
    margin-right: 10px;
	background-size: 40px;
    width: 40px;
    height: 40px;
}
.sns_icon a:hover{
	opacity: 0.8;
	cursor: pointer;
}
.footer .footer_copyright{
	color: #fff;
    padding: 10px 0;
    text-align: right;
    border-top: 1px solid #fff;
}

/*外部リンクアイコン*/
#menu-item-133,#menu-item-6537{
	margin-right: 20px;
}
#menu-item-133 a,#menu-item-2118 a,#menu-item-6537 a,a.link-exp{
	position: relative;
}
#menu-item-133 a::before,#menu-item-6537 a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-image: url("../img/all/gaibulink_gray.png");
	background-repeat: no-repeat;
	background-size: 18px;
    width: 18px;
    height: 18px;
    right: -25px;
    top: 0px;
}
a.link-exp::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-image: url("../img/all/link-exp.png");
	background-repeat: no-repeat;
	background-size: 18px;
    width: 18px;
    height: 18px;
    right: -25px;
    top: 0px;
}

#menu-item-1183 a,#menu-item-1584 a,#menu-item-2406 a,#menu-item-2407 a{
	position: relative;
}
#menu-item-1183 a::before,#menu-item-1584 a::before,#menu-item-2406 a::before,#menu-item-2407 a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-image: url("../img/all/gaibulink_white.png");
	background-repeat: no-repeat;
	background-size: 18px;
    width: 18px;
    height: 18px;
    right: -30px;
    top: -2px;
}


@media screen and (max-width:992px) {
#menu-item-2406 a::before,#menu-item-2407 a::before{
    top: 22px;
}
}


@media screen and (max-width:768px) {
.contact_area_inner .flex_4{
	width: 100%;
	margin-top: 25px;
}
.contact_area_inner .flex_4 .flex_4_item {
    width: 90%;
}
.contact_area_inner .flex_4 .flex_4_item button{
	margin: 0;
}
.contact_area_inner h1{
	font-size: 200%;
}
.contact_area_btn button{
	font-size: 150%;
	padding-left: 63px;
}
.contact_area_btn button:nth-of-type(1):before{
	background-size: 31px;
    width: 32px;
    height: 31px;
    left: 20px;
}
.footer_inner{
	display: none;
}
.info_child span:nth-child(1){
	padding-right: 0;
}
.info_child span:nth-child(2):before{
	background-size: 18px;
    width: 24px;
    height: 18px;
    left: 140px;
    top: 7px;
    position: static;
    margin-bottom: -2px;
}
.info_child span{
	padding: 3px;
    font-size: 110%;
}
.info_child span,.mail_btn{
	display: block;
}
.mail_btn{	
    width: 155px;
    margin: 0 auto;
    margin-top: 10px;
}
.mail_btn:before{
	top: 13px;
    left: 23px;
}
}

@media screen and (max-width:1000px) {
.contact_area{
	padding: 30px;
}
.contact_area_inner{
	width: 100%;
}
.contact_area_inner .flex_2{
	display: block;
}
.contact_area_inner .flex_2 p{
	font-size: 130%;
}
.contact_area_inner span{
	font-size: 280%;
	color: #93284D;
}
.contact_area_inner span:nth-of-type(1):before{
	background-size: 30px;
    width: 40px;
    height: 30px;
}
.contact_area_inner .flex_2 .flex_2_item:nth-child(1){
	border-right: 0;
	width: 90%;
    border-bottom: 1px solid #707070;
    margin: 0 auto;
	background-image: none;
}
.contact_area_inner .flex_2 .flex_2_item:nth-child(2){
	width: 90%;
	margin: 0 auto;
}
}

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

  お問い合わせフォーム

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

.required{
	background-color: #8F284D;
    color: #fff;
    font-weight: bold;
    padding: 3px 10px;
    font-size: 80%;
    margin-left: 10px;
}
.contact-form label{
	font-weight: bold;
	letter-spacing: 2px;
}
.contact-form input{
    height: 45px;
    margin: 10px 0;
    background-color: #EAEAED;
    border: none;
	padding: 15px;
}
.contact-form textarea{
	width: 100%;
    background-color: #EAEAED;
    border: none;
	padding: 15px;
}
.contact-form input:focus,.contact-form textarea:focus{
	border: 2px solid #93284D;
	outline: 0;
}
.contact-form .form-max{
	width: 100%;
}
.contact-form .form-half{
	width: 30%;
}
.mwform-checkbox-field label, .mwform-radio-field label{
	padding-right: 20px;
}
.contact-form .checkbox,.contact-form .radio,.mwform-checkbox-field input, .mwform-radio-field input{
	vertical-align: middle;
	margin-right: 10px;
	width: 15px;
}
.contact-form .checkbox:hover, .contact-form .radio:hover, .mwform-checkbox-field input:hover, .mwform-radio-field input:hover{
	cursor: pointer;
}
.contact-form .checkbox input,.contact-form .radio input{
	border: #DFE0E5;
	width: 20px;
	margin: 0;
}
.contact-form .checkbox .wpcf7-list-item-label,.contact-form .radio .wpcf7-list-item-label{
	padding: 15px;
}
.contact-form .checkbox .wpcf7-list-item,.contact-form .radio .wpcf7-list-item{
	margin: 0;
}
.contact-form a{
	color: #93284D;
}
.contact-form .contact{
	margin: 0;
}
.form_btn .kakunin_soushin,.form_btn .modoru{
	color: #6C6766;
    background-color: #EAEAED;
    font-weight: bold;
    width: 250px;
    height: 60px;
    padding: 0;
	letter-spacing: 2px;
}
.kakunin_soushin:hover,.modoru:hover{
	opacity: 0.8;
	cursor: pointer;
}
.mw_wp_form_input .kakunin_show,.mw_wp_form_confirm .kakunin_none,.mw_wp_form_complete .kakunin_show,.mw_wp_form_complete .kakunin_none{
	display: none;
}
.mw_wp_form_confirm .kakunin_show{
	display: inherit;
}
.kakunin_show p{
	font-weight: bold;
	color: #93284D;
	font-size: 18px;
	width: 204px;
}
.mw_wp_form_confirm .form_btn{
	display: flex;
	justify-content: center;
	margin: 30px 0;
}
.mw_wp_form_confirm .form_btn .modoru{
	color: #6C6766;
    background-color: #EAEAED;
    font-weight: bold;
    width: 250px;
    height: 60px;
    padding: 0;
    margin: 0 15px;
	letter-spacing: 2px;
}
.mw_wp_form_confirm .form_btn .kakunin_soushin{
	color: #fff;
    background-color: #93284D;
    font-weight: bold;
    width: 250px;
    height: 60px;
    padding: 0;
	margin: 0 15px;
	letter-spacing: 2px;
}
.mw_wp_form_input .contact-form .form_flex{
	margin-bottom: 10px;
}
.mw_wp_form_confirm .contact-form .form_flex{
	display: flex;
}
.mw_wp_form_confirm .contact-form .form_flex label{
	width: 30%;
	background: #F5F6F8;
    padding: 15px;
	border: 1px solid #707070;
    border-bottom: none;
	border-right: none;
}
.mw_wp_form_confirm .contact-form .form_flex .form_input{
	width: 100%;
	padding: 15px;
	border: 1px solid #707070;
    border-bottom: none;
	border-left: none;
}
.mw_wp_form_confirm .contact-form .last{
	border-bottom: 1px solid #707070;
}
div.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}




@media screen and (max-width:768px) {
.contact-form .form-half{
	width: 70%;
}
.contact-form p{
	margin: 0;
}
.mw_wp_form_confirm .contact-form .form_flex{
	display: block;
}
.mw_wp_form_confirm .contact-form .form_flex label{
	width: auto;
	display: block;
	border: 1px solid #707070;
}
.mw_wp_form_confirm .contact-form .form_flex .form_input{
	border: 1px solid #707070;
    border-top: none;
	border-bottom: none;
}
.contact-form .checkbox,.contact-form .radio,.mwform-checkbox-field input, .mwform-radio-field input{
	margin: 0;
}
.page-id-6238 .pageTitle p:nth-child(1)::after,.page-id-1030 .pageTitle p:nth-child(1)::after,
.page-id-1022 .pageTitle p:nth-child(1)::after,.page-id-1028 .pageTitle p:nth-child(1)::after{
	content: none;
}
}

@media screen and (max-width:768px) {
.coming_soon{
	font-size: 300%;
}
.coming_soon_2{
	font-size: 200%;
}
	
.sp_br{
	display: inherit;
}
.pc_br{
	display: none;
}
.sp_none{
	display: none!important;
}
.pc_none{
	display: inherit!important;
}
}

@media screen and (max-width:400px) {
.postid-73 .pageTitle p:nth-child(1)::after,.postid-2372 .pageTitle p:nth-child(1)::after{
	content: none;
}
}


#menu-item-350 a /*PCヘッダー医療施設*/,
#menu-item-948 a /*SPヘッダー医療施設*/,
#menu-item-2384 a /*PCフッター医療施設*/{
	pointer-events: none;
}

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

  HP公開後追加

-------------------------*/
.top_banner_5 img{
	width: 100%;
	height: auto;
}
.carousel_area_new{
	width: 73%;
    margin: 0 auto
}
@media screen and (max-width: 768px){
.carousel_area_new{
	width: 90%;
}
.carousel_area_new .flex_5{
	text-align: left;
	justify-content: flex-start;
}
.carousel .flex_5_item {
    margin: 0 auto;
    width: 50%;
}
}

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

  2022.5.18 新お問い合わせページ

-------------------------*/
.contact_btn_area{
	margin-top: -20px;
}
.contact_btn_area .flex_2_item{
	padding: 0;
}
.contact_btn_area p{
	margin: 0;
}
.contact_btn_area a:hover{
	opacity: 0.8;
}

@media screen and (max-width: 768px){
	.contact_btn_area .flex_2_item{
		margin-bottom: 15px!important;
	}
}


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

  2022.5.18 新ウイルス対策ページ

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

.page-template-virus_measures-php .h1_top_title{
	letter-spacing: 0;
}
.img_position{
	margin-top: 130px;
}
.pd_area{
	padding: 25px;
}
.pd_area p{
	line-height: 1.8!important;
}
.midashi{
	color: #93284D;
    font-weight: bold;
	letter-spacing: 2px;
	font-size: 26px;
}
.midashi span{
	font-size: 20px;
	font-weight: bold;
}
.komidashi{
	color: #58585A;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 5px;
}
.strong_yellow{
	color: #F7FF2B;
	background-color: #93284D;
	font-weight: bold;
	padding: 1px 8px;
    margin-right: 3px;
    margin-left: 3px;
	display: inline-table;
}
.new_contact{
	border: 8px solid #93284D;
	padding: 25px;
	margin: 30px 0;
}
.new_contact_inner{
	margin-top: 20px;
}
.new_contact_inner span{
	color: #93284D;
    font-weight: bold;
	font-size: 34px;
}
.new_contact_inner span::before{
	content: '';
    display: inline-block;
    background-image: url(../img/header/tel.png);
    background-repeat: no-repeat;
    background-size: 35px;
    width: 46px;
    height: 35px;
    margin-bottom: -5px;
}
.new_contact_inner button{
	padding: 25px;
    width: 350px;
    margin-top: 3px;
    border: none;
    font-weight: bold;
    font-size: 150%;
    position: relative;
    text-align: left;
    padding-left: 70px!important;
    font-family: "源ノ角ゴシック JP", sans-serif;
	color: #F7FF2B;
	border-radius: 10px;
	background-color: #93284D;
}
.new_contact_inner button::before{
	content: '';
    display: inline-block;
    background-image: url(../img/footer/mail2.png);
    background-repeat: no-repeat;
    background-size: 40px;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 20px;
    top: 24px;
}
.new_contact_inner button::after{
	content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1.5px #fff;
    border-right: solid 1.5px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 15px;
}
.new_contact_inner .flex_2_item:nth-child(1){
	border-right: 1px solid #707070;
}
.new_contact_2{
	border: none;
    background-color: #F7EFF2;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.product_point{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.product_point p{
	background-color: #F7F0F3;
    color: #93284D;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.product_point_2{
	background-color: #F7F0F3;
    color: #93284D;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 7px;
    position: absolute;
    right: 0;
    top: -3px;
}
.strong_gray{
	font-weight: bold!important;
	color: #58585A!important;
	font-size: 18px;
}
.kuwashiku_yajirushi{
	position: relative;
	color: #93284D;
	text-decoration: none;
	font-weight: bold;
}
.kuwashiku_yajirushi::after{
	content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 3px #93284D;
    border-right: solid 3px #93284D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 30px;
	left: 48%;
}
.area_90{
	width: 90%;
    margin: 0 auto;
}
.select_2btn{
	margin: 20px 0;
}
.select_2btn .flex_2_item:nth-child(1){
	margin-right: 5px!important;
}
.select_2btn button{
    border: none;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    border-radius: 15px;
    background-color: #93284D;
	width: 100%;
    height: 60px;
	padding: 0;
}
.select_2btn button::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    bottom: 8px;
}
.select_2btn button a{
	color: #fff;
	text-decoration: none;
}
.select_2btn span{
	font-weight: bold;
	font-size: 16px;
	line-height: 0.5;
}
.type_color_midashi{
	background-color: #D983A1;
	color: #fff;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
.type_color_midashi span{
	font-weight: normal;
	font-size: 16px;
}
.type_color_2clm{
	display: flex;
}
.type_color_2clm p{
	color: #93284D;
    border: 1px solid #93284D;
    padding: 10px 15px;
    margin-right: 10px;
    background-color: #fff;
    font-size: 18px;
    display: inline-flex;
	font-weight: bold;
	margin: 0;
	text-align: center;
	justify-content: center;
}
.type_color_2clm p:nth-child(1){
	width: 30%;
	margin-right: 13px;
}
.type_color_2clm p:nth-child(2){
	width: 70%;
}
.j-left{
	justify-content: flex-start!important;
	clear: both;
}
.pink_back_area{
	background-color: #F7F0F3;
    width: 100%;
	padding: 10px;
}
.pink_back_area p{
    color: #93284D;
    font-size: 16px;
    font-weight: bold;
	margin-bottom: 5px;
	padding: 0;
}
.yellow_back{
	background-color: #FFFFCC;
	padding: 25px 20px 20px 20px;
}
.yellow_back .strong_gray{
	border-bottom: 1px solid #707070;
	padding-bottom: 5px;
}
.float_right{
	float: right;
}
.product_accordion{
	position: relative;
}
.product_accordion::before {
	content: '';
    width: 25px;
    height: 25px;
    border: 1px solid #93284D;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: 7px;
}
.product_accordion::after{
	content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #93284D;
    border-right: solid 3px #93284D;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: 13px;
}
.close{
	display: none;
}

#airfino{
	border-bottom: 1px solid #707070;
}
#airfino,#sawayaka{
	margin-top: -120px;
    padding-top: 120px;
}

.product-info_open{
	color: #268E26;
	position: relative;
    display: inline-block;
	width: 100%;
	border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 10px 0;
}
.product-info_open::before{
	content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 18px;
    right: 11px;
    z-index: 1;
}
.product-info_open::after{
	content: '';
	width: 30px;
    height: 30px;
    background: #268E26;
    border-radius: 50%;
    position: absolute;
    right: 1px;
}
.product-info{
	display: none;
}
.product-info_open:hover{
	cursor: pointer;
	opacity: 0.8;
}
.maker_price-bb{
	border-top: 2px solid;
	border-bottom: 2px solid;
	padding: 10px 0;
	margin-top: -2px;
}
.b-none .basic_information tr:first-child{
	border-top: none;
}
.b-none .basic_information tr:last-child{
	border-top: none;
}



@media screen and (max-width: 1000px){
	.img_position{
		margin-top: 60px;
	}
	.new_contact_inner button{
		width: 90%;
	}
}


@media screen and (max-width: 768px){
	.font-sp25{
		font-size: 25px;
		margin-top: -5px!important;
		margin-right: 5px;
	}
	.pd_area{
		padding: 20px;
	}
	.midashi{
		font-size: 18px;
		letter-spacing: 1px;
	}
	.midashi.mt40{
		margin-top: 0!important;
	}
	.midashi span{
		font-size: 15px;
	}
	.maker_price span{
		font-size: 12px;
	}
	.komidashi{
		font-size: 18px;
	}
	.strong_gray{
		font-size: 16px;
	}
	.new_contact .flex_2{
		display: block;
	}
	.new_contact_inner .flex_2_item{
		width: 100%;
	}
	.new_contact_inner .flex_2_item:nth-child(1){
		border-right: none;
		border-bottom: 1px solid #707070;
	}
	.new_contact_inner button{
		width: 100%;
		padding: 15px;
		font-size: 100%;
		margin-top: 10px;
	}
	.new_contact_inner button::before{
		background-size: 35px;
		top: 11px;
	}
	.new_contact_inner span{
		font-size: 28px;
	}
	.strong_yellow{
		margin-bottom: 10px;
	}
	.new_contact_2{
		margin-top: 40px!important;
	}
	.sp_2product .product_point{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.sp_2product .product_point p{
		font-size: 14px;
		margin: 3px;
	}
	.product_point_2{
		font-size: 12px;
		right: 0;
   		top: 4px;
	}
	.product_point_2.sp_posi{
		right: 0;
   		top: 28px;
	}
	.flex4_6 .flex_2_item:nth-child(1){
		width: 38%;
	}
	.flex4_6 .flex_2_item:nth-child(2){
		width: 62%;
	}
	.float_left{
		float: left;
	}
	.type_color_midashi{
		margin-top: 10px;
		line-height: 1.1;
	}
	.type_color_2clm p{
		font-size: 14px;
		padding: 5px 10px;
	}
	.yellow_back{
		padding: 15px 15px 5px 15px;
	}
	.strong_gray.font-sp14{
		font-size: 14px;
    	font-weight: normal!important;
		display: inline-block;
		padding-top: 8px;
    	padding-left: 2px;
	}
	#airfino,#sawayaka{
		margin-top: -40px;
		padding-top: 40px;
	}
	.product-info_open::before{
		top: 17px;
	}
}


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

  フッターにオンラインストアへのバナー追加

-------------------------*/
.ohnit_store img{
	width: 85%;
	height: auto;
}
.pc_none .sns_icon{
	justify-content: center;
}

@media screen and (max-width: 768px){
.ohnit_store img{
	width: 60%;
}
}


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

  2022.6.22 TOPの業種別ボタン修正

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

.top_industry_new{
	width: 90%;
	margin: 0 auto;
}
.top_industry_new .flex_4 .flex_4_item:first-child{
	width: 30%;
	margin-right: 2%;
}
.top_industry_new .flex_4 .flex_4_item:nth-child(2),.top_industry_new .flex_4 .flex_4_item:nth-child(3),.top_industry_new .flex_4 .flex_4_item:nth-child(4){
	width: 23%;
	margin-right: 2%;
}
.top_industry_new .flex_4 .flex_4_item:nth-child(4){
	margin-right: 0%;
}
.top_industry_new .industry_box{
	background-color: #ECE0E6;
	text-align: center;
	margin-bottom: 8.6px;
	display: block;
}

.top_industry_new .flex_4 .flex_4_item .industry_box:nth-child(1){
	height: 180px;
}
.top_industry_new .flex_4 .flex_4_item:nth-child(1) img{
	width: 110px;
	margin-top: 40px;
}
.top_industry_new .flex_4 .flex_4_item:nth-child(2) .industry_box:nth-child(1){
	height: 130px;
}
.top_industry_new .flex_4 .flex_4_item:nth-child(2) img{
	width: 80px;
	margin-top: 12px;
}
.top_industry_new .flex_4 .flex_4_item:nth-child(3) .industry_box:nth-child(1){
	height: 130px;
}
.top_industry_new .flex_4 .flex_4_item:nth-child(3) img{
	width: 90px;
	margin-top: 12px;
}
.top_industry_new .flex_4 .flex_4_item:nth-child(4) .industry_box:nth-child(1){
	height: 130px;
}
.top_industry_new .flex_4 .flex_4_item:nth-child(4) img{
	width: 110px;
	margin-top: 22px;
}

.top_industry_new p{
	font-weight: bold;
	margin: 0;
	padding: 8px 0;
	letter-spacing: 1.5px;
}
.top_industry_new p::after{
	content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #93284D;
    border-right: solid 1px #93284D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 17px;
}
.top_industry_new a{
	text-align: center;
	text-decoration: none;
	color: #94274D;
	position: relative;
	display: block;
}
.top_industry_new .flex_4 .flex_4_item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #93284D;
    border-right: 20px solid transparent;
	transform: rotate(90deg);
}
.top_industry_new .flex_4 .flex_4_item a:hover{
	border: 1px solid #93284D;
}
.top_industry_new .flex_4 .flex_4_item a:hover::after{
	border-bottom: 20px solid #fff;
}
.top_industry_new .flex_4 .flex_4_item a.icon_hoiku p,.top_industry_new .flex_4 .flex_4_item a.icon_fukushi p,
.top_industry_new .flex_4 .flex_4_item a.icon_hotel p,.top_industry_new .flex_4 .flex_4_item a.icon_kuruma p{
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
}
.top_industry_new .flex_4 .flex_4_item a.icon_hoiku{
	background-image: url("../img/top/icon_hoiku.svg");
	background-repeat: no-repeat;
    background-size: 110px;
    background-position: center 35%;
}
.top_industry_new .flex_4 .flex_4_item a.icon_hoiku:hover{
	background-image: url("../img/top/icon_hoiku_hover.svg");
	background-repeat: no-repeat;
    background-size: 110px;
    background-position: center 35%;
}
.top_industry_new .flex_4 .flex_4_item a.icon_fukushi{
	background-image: url("../img/top/icon_fukushi.svg");
	background-repeat: no-repeat;
    background-size: 80px;
    background-position: center 20%;
}
.top_industry_new .flex_4 .flex_4_item a.icon_fukushi:hover{
	background-image: url("../img/top/icon_fukushi_hover.svg");
	background-repeat: no-repeat;
    background-size: 80px;
    background-position: center 20%;
}
.top_industry_new .flex_4 .flex_4_item a.icon_hotel{
	background-image: url("../img/top/icon_hotel.svg");
	background-repeat: no-repeat;
    background-size: 90px;
    background-position: center 25%;
}
.top_industry_new .flex_4 .flex_4_item a.icon_hotel:hover{
	background-image: url("../img/top/icon_hotel_hover.svg");
	background-repeat: no-repeat;
    background-size: 90px;
    background-position: center 25%;
}
.top_industry_new .flex_4 .flex_4_item a.icon_kuruma{
	background-image: url("../img/top/icon_kuruma.svg");
	background-repeat: no-repeat;
    background-size: 110px;
    background-position: center 30%;
}
.top_industry_new .flex_4 .flex_4_item a.icon_kuruma:hover{
	background-image: url("../img/top/icon_kuruma_hover.svg");
	background-repeat: no-repeat;
    background-size: 110px;
    background-position: center 30%;
}
.top_industry_new a:hover{
	background-color: #94274D;
	cursor: pointer;
}
.top_industry_new a:hover p{
	color: #fff;
}
.top_industry_new a:hover p::after{
	border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}
.wd220{
	width: 220px!important;
}

@media screen and (max-width: 768px){
	.top_industry_new{
		width: 100%;
	}
	.top_industry_new .flex_4 .flex_4_item:nth-child(1) .industry_box{
		height: 130px;
	}
	.top_industry_new .flex_4 .flex_4_item:first-child{
		width: 48%;
	}
	.top_industry_new .flex_4 .flex_4_item:nth-child(2),.top_industry_new .flex_4 .flex_4_item:nth-child(3),.top_industry_new .flex_4 .flex_4_item:nth-child(4){
		width: 48%;
		height: 130px;
	}
	.top_industry_new .flex_4 .flex_4_item:nth-child(2),.top_industry_new .flex_4 .flex_4_item:nth-child(4){
		margin-right: 0;
	}
	.top_industry_new .flex_4{
		display: flex;
		flex-wrap: wrap;
	}
	.top_industry_new .flex_4 .flex_4_item{
		margin-bottom: 2px;
	}
	.m10{
		margin: 10px 0;
	}
}


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

  2022.6.30 業種別画像スライダー追加

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

.slide .slide_item img{
	width: 100%;
	height: auto;
}
.slick-initialized .slick-slide{
	padding: 0!important;
}


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

  2022.7.27 フッター修正（テスト、よくある質問テストページに反映）

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

.post-type-archive-faq-test .test-none,.tax-faq_category_test .test-none2{
	display: none;
}
.footer_btn3 .flex_3_item{
	padding: 0!important;
	margin: 30px 10px!important;
}
.contact_area_inner .flex_2 .flex_2_item:nth-child(1){
	background: none;
}
.contact_area_inner .flex_2{
	width: 98%;
	padding: 15px 0;
	background-image: url("../img/footer/ootsukisama02.png");
    background-repeat: no-repeat;
    background-size: 114px;
	background-position: left bottom;
}
.contact_area_inner .flex_2 p{
	color: #4b4b4b;
	margin-bottom: 5px;
	padding: 0 10px;
}
.text_light{
	font-family: "源ノ角ゴシック JP", sans-serif;
	color: #4b4b4b!important;
	line-height: 1.5!important;
    font-size: 14px;
	font-weight: normal!important;
	margin-top: 10px;
	padding: 15px;
}
.faq_link{
	color: #93284D;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 25px;
}
.faq_link::before{
	content: '';
    display: inline-block;
    background-image: url("../img/footer/hatena.png");
    background-repeat: no-repeat;
    background-size: 30px;
    width: 37px;
    height: 34px;
    margin-bottom: -8.5px;
}
.mr-90{
	margin-right: 90px;
}
.gothic_bold{
	font-weight: bold;
    font-family: "源ノ角ゴシック JP", sans-serif!important;
}

@media screen and (max-width: 768px){
	.mr-90{
		margin-right: 0;
	}
	.faq_link{
		margin-left: 0;
	}
	.contact_area .contact_area_inner .flex_2{
		background-image: none;
		padding: 0;
	}
	.text_light{
		margin-bottom: 15px!important;
	}
	.footer_btn3 .flex_3_item{
		margin: 0!important;
		margin-top: 20px!important;
		width: 100%;
	}
}


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

  2022.7.27 よくある質問修正

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

.post-type-archive-faq .form_area .form input,.post-type-archive-faq-test .form_area .form input{
	background: #EAEAED;
    border: none;
    padding: 15px;
}
.post-type-archive-faq .flex_2_item,.post-type-archive-faq-test .flex_2_item{
	margin-top: 0;
}
.shadow{
	box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 10%);
	margin: 40px 15px;
	padding: 0;
	background-color: #fff;
}
.shadow button{
	border: none;
	background: none;
	text-decoration: none;
	color: #93284D;
	font-weight: bold;
	font-size: 18px;
	padding: 30px;
	width: 100%;
    text-align: left;
	position: relative;
}
.shadow button::after{
	content: '';
    width: 13px;
    height: 13px;
    border: 0px;
    border-top: solid 1.5px #93284D;
    border-right: solid 1.5px #93284D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 43%;
    right: 20px;
}


@media screen and (max-width: 768px){
	.post-type-archive-faq .flex_2_item,.post-type-archive-faq-test .flex_2_item{
		margin: 0;
    	margin-top: 20px;
    	width: 100%;
	}
	.shadow button{
		padding: 20px;
	}
	.shadow button::after{
		width: 10px;
		height: 10px;
	}
}


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

  2022.11.1 販売促進ページ

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

.sales-promotion .flex_2_b,.sales-promotion .flex_2_f,.sales-promotion .flex_3_b,.sales-promotion .flex_3_f{
	display: flex;
  	flex-wrap: wrap;
	justify-content: flex-start
}
.sales-promotion .flex_2_item,.sales-promotion .flex_3_item{
	box-sizing: border-box;
}

.sales-promotion .flex_2_item {
    width: 48.5%;
	margin: 0;
    padding: 0;
    margin-bottom: 10px;
    margin-right: 3%;
}
.sales-promotion .flex_2_item:nth-child(2n){
	margin-right: 0;
}
.sales-promotion .flex_3_item {
 	width: 31.33%;
	margin: 0;
    padding: 0;
    margin-bottom: 10px;
    margin-right: 3%;
}
.sales-promotion .flex_3_item:nth-child(3n){
	margin-right: 0;
}

.sales-promotion .bb{
	border-bottom: 1px solid #333333;
}

.catch-area{
	color: #268E26;
	margin-top: 50px;
	margin-bottom: 20px;
}
.catch-normal{
	font-family: "源ノ角ゴシック JP", sans-serif; 
	font-weight: bold;
	color: #268E26;
	font-size: 30px;
	padding: 0;
	margin: 0;
	text-align: center;
}
.catch-big{
	font-family: "源ノ角ゴシック JP", sans-serif; 
	font-weight: bold;
	color: #268E26;
	font-size: 50px;
	padding: 0;
	margin: 0;
	text-align: center;
}
.catch-small{
	font-family: "源ノ角ゴシック JP", sans-serif; 
	font-weight: bold;
	color: #268E26;
	font-size: 22px;
	padding: 0;
	margin: 0;
	text-align: center;
}
.green-area{
	padding: 30px!important;
	background:rgba(38,142,38,0.1);
}
.green-area .pd{
	padding: 10px 50px;
}
.bg-white{
	background: #fff;
}
.sales-promotion .new_contact_inner .flex_2_item:nth-child(1){
	border-right: none;
}

.sales-promotion .product_point p{
	background-color: rgba(38,142,38,0.1);
    color: #268E26;
	border-radius: 20px;
}
.sales-promotion .kuwashiku_yajirushi::after{
	border-top: solid 3px #268E26;
    border-right: solid 3px #268E26;
}
.sales-promotion .type_color_midashi{
	background-color: #268E26;
}
.sales-promotion .type_color_2clm p{
	color: #268E26;
    border: 1px solid #268E26;
}
.sales-promotion .select_2btn button{
	background-color: #268E26;
}
.sales-promotion .midashi{
	color: #268E26;
	font-size: 22px;
}
.sales-promotion .pd-20 .green-area{
	padding: 20px!important;
}
.sales-promotion #airfino{
	border-bottom: none;
}
.sales-promotion .red{
	color: #AB1222!important;
	font-size: 20px;
	font-weight: bold;
}
.ml48{
	margin-left: 48px;
}
.sales-promotion a:hover{
	opacity: 0.8;
}
.sales-promotion #airfino,.sales-promotion #sawayaka{
	margin-top: -140px;
    padding-top: 140px;
}
.strong_green{
	color: #fff;
	background-color: #268E26;
	font-weight: bold;
	padding: 1px 8px;
    margin-right: 3px;
    margin-left: 3px;
	margin-bottom: 5px;
	display: inline-table;
}
.red-color{
	color: #AB1222;
}
.strong_gray.font-sp14{
    font-weight: bold!important;
}


.ratio3-7{
	justify-content: space-between;
}
.ratio3-7 .flex_2_item:nth-child(1){
	width: 28%;
}
.ratio3-7 .flex_2_item:nth-child(2){
	width: 68%;
}

.ratio7-3{
	justify-content: space-between;
}
.ratio7-3 .flex_2_item:nth-child(1){
	width: 68%;
}
.ratio7-3 .flex_2_item:nth-child(2){
	width: 28%;
}

.ratio2-8{
	justify-content: space-between;
}
.ratio2-8 .flex_2_item:nth-child(1){
	width: 18%;
}
.ratio2-8 .flex_2_item:nth-child(2){
	width: 78%;
}

@media only screen and (max-width: 767px) {

/*スマホのときblockにする*/
.sales-promotion .flex_2_b,.sales-promotion .flex_3_b{
	display: block;
}
.sales-promotion .flex_2_b .flex_2_item,.sales-promotion .flex_3_b .flex_3_item{
	width: 100%;
	margin-right: 0;
}
.sales-promotion .flex_2_b .flex_2_item + .flex_2_item,.sales-promotion .flex_3_b .flex_3_item + .flex_3_item{
	margin-top: 10px;
}

/*スマホのときflexのまま*/
.sales-promotion .flex_2_f,.sales-promotion .flex_3_f{
	margin: 0;
}

/*スマホのとき横2*/
.sales-promotion .sp_2clm{
	justify-content: space-between;
}
.sales-promotion .sp_2clm .flex_3_item{
	width: 48.5%;
}
.sales-promotion .sp_2clm .flex_3_item:nth-child(2n){
	margin-right: 0;
}

.sales-promotion .ratio3-7 .flex_2_item:nth-child(1),.sales-promotion .ratio3-7 .flex_2_item:nth-child(2),
.sales-promotion .ratio2-8 .flex_2_item:nth-child(1),.sales-promotion .ratio2-8 .flex_2_item:nth-child(2){
	width: 100%;
}

.catch-normal{
	font-size: 22px;
}
.catch-big{
	font-size: 36px;
}
.catch-small{
	font-size: 16px;
}
.green-area{
	padding: 20px!important;
}
.green-area .pd{
	padding: 0;
}
	
.sales-promotion .new_contact_inner .flex_2_item:nth-child(1){
	border-bottom: none;
}
.sales-promotion .sp_2product .maker_price span{
	font-size: 12px;
}
.sales-promotion .maker_price span{
	font-size: 20px;
}
.sales-promotion .pd-20 .green-area{
	padding: 15px!important;
}
	
.sales-promotion #airfino,.sales-promotion #sawayaka{
	margin-top: -90px;
    padding-top: 90px;
}
.sales-promotion .red{
	font-size: 18px;
}
	
}

/*2022.12.23追記*/
.detail_btn{
	position: relative;
}
.detail_btn a{
	background-color: #fff;
    color: #93284D;
    font-weight: bold;
    font-size: 18px;
    padding: 20px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0;
    text-decoration: none;
    border: 1px solid;
    border-radius: 15px;
	display: block;
}
.detail_btn a::after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1.5px #93284D;
    border-right: solid 1.5px #93284D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 25px;
}
.delimiter{
	border-bottom: 1px solid #000;
	margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
	.detail_btn a{
		font-size: 16px;
	}
}


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

  2023.2.1 導入実績ページ修正

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

.jisseki_link p:last-child{
	padding: 0;
}
.jisseki_link .top_btn{
	top: -10px;
}
.jisseki_link .product-link{
	margin-bottom: -5px;
}

@media only screen and (max-width: 767px) {
	.jisseki_link {
		display: block;
	}
	.jisseki_link .top_btn{
		top: 0;
	}
	.product-link img{
		margin-bottom: -5px!important;
	}
	.pc_none .archive_industry .flex_2_item{
		padding: 0;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 7px;
	}
}


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

  2023.2.20 製品一覧ページ修正

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

.recommend-industry{
	padding: 0 15px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.recommend-industry span{
	background-color: #F7F0F3;
    color: #93284D;
    padding: 0px 8px;
    text-decoration: none;
    line-height: 2.4;
    margin-right: 2px;
	margin-bottom: 5px;
    font-size: 85%;
	display: inline-block;
}


@media only screen and (max-width: 767px) {
	.recommend-industry{
		padding-bottom: 20px;
	}
}


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

  2023.2.28 剛腕650Fページ

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

.henka .flex_3_item p:nth-of-type(1){
	font-size: 20px;
    color: #93284D;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.henka .flex_3_item p:nth-of-type(2){
	font-size: 16px;
    color: #58585A;
    line-height: 2;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
	.henka{
		margin-top: 20px;
	}
	.henka .flex_3_item{
		padding: 0;
		width: 100%;
	}
	.henka .flex_3_item p:nth-of-type(1){
		padding: 0;
	}
}


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

  2023.3.24 お問い合わせフォーム修正

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

.new-layout.contact-form .form_flex{
	display: table;
	width: 100%;
}
.new-layout.contact-form label{
	width: 25%;
    display: table-cell;
}
.new-layout .form_flex.last.any label{
	display: table-cell;
	vertical-align: middle;
}
.new-layout.contact-form .any label{
	padding-left: 65px;
}
.new-layout .check-box-layout.any .form_input label{
	padding-left: 0;
}
.new-layout .form_input{
	width: 100%;
}
.new-layout .check-box-layout .form_input{
	display: flex;
}
.new-layout .required{
	margin-right: 10px;
	margin-left: 0;
}
.new-layout .kakunin_none .mwform-checkbox-field-text::before{
	content: '必須';
	color: #fff;
	background: #8F284D;
	font-weight: bold;
    padding: 3px 10px;
	margin-right: 10px;
	font-size: 14px;
}

.mw_wp_form_confirm .new-layout.contact-form .form_flex{
	display: flex;
    width: 100%;
}
.mw_wp_form_confirm .new-layout.contact-form .any label{
	padding-left: 20px;
	display: block;
}


@media only screen and (max-width: 1000px) {
	.new-layout.contact-form label{
		width: 40%;
	}
	.new-layout .check-box-layout .form_input{
		display: flex;
		flex-wrap: wrap;
	}

}

@media only screen and (max-width: 767px) {
	.new-layout.contact-form .form_flex{
		display: block;
	}
	.new-layout.contact-form .any label{
		padding-left: 0;
	}
	.new-layout .vertical-item label{
		padding-right: 0;
	}
	.new-layout .mwform-checkbox-field.vertical-item{
		margin-top: 10px;
	}
	
	.mw_wp_form_confirm .new-layout.contact-form .form_flex{
		display: block;
		width: 100%;
	}
}



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

  2023.4.10 FAXDMバックナンバーページ作成

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

@media only screen and (max-width: 767px) {
	.post-type-archive-tushin-backnumbers .download_table tr td:nth-child(2)::before{
		content: none;
	}
	.post-type-archive-tushin-backnumbers .download_table tr td:nth-child(3)::before{
		content: none;
	}
	.post-type-archive-tushin-backnumbers .download_table tr td,
	.post-type-archive-tushin-backnumbers .download_table tr td:nth-child(3)::before{
		padding: 5px 15px;
	}
	.post-type-archive-tushin-backnumbers .download_table tr td:nth-child(2),
	.post-type-archive-tushin-backnumbers .download_table tr td:nth-child(3){
		padding-bottom: 0;
	}
	.post-type-archive-tushin-backnumbers .download_table tr td:nth-child(4){
		margin-top: 10px;
	}
	.post-type-archive-tushin-backnumbers .download_table tr td:nth-child(4){
		margin-bottom: 10px;
	}
}


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

  2023.4.14 TOPの業種別ボタン修正

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

.top_industry_layout{
	width: 90%;
	margin: 0 auto;
}
.top_industry_layout .flex_4 .flex_4_item{
	width: 23%;
	margin-right: 2%;
}
.top_industry_layout .flex_4 .flex_4_item:nth-child(4){
	margin-right: 0%;
}
.top_industry_layout .industry_box{
	background-color: #ECE0E6;
	text-align: center;
	margin-bottom: 8.6px;
	display: block;
}


.top_industry_layout p{
	font-weight: bold;
	margin: 0;
	padding: 8px 0;
	letter-spacing: 1.5px;
}
.top_industry_layout p::after{
	content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #93284D;
    border-right: solid 1px #93284D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 17px;
}
.top_industry_layout a{
	text-align: center;
	text-decoration: none;
	color: #94274D;
	position: relative;
	display: block;
}
.top_industry_layout .flex_4 .flex_4_item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #93284D;
    border-right: 20px solid transparent;
	transform: rotate(90deg);
}
.top_industry_layout .flex_4 .flex_4_item a:hover{
	border: 1px solid #93284D;
}
.top_industry_layout .flex_4 .flex_4_item a:hover::after{
	border-bottom: 20px solid #fff;
}

.top_industry_layout .flex_4 .flex_4_item .industry_box.icon_hoiku,
.top_industry_layout .flex_4 .flex_4_item .industry_box.icon_hotel {
    height: 180px;
}
.top_industry_layout .flex_4 .flex_4_item .industry_box.icon_kuruma,
.top_industry_layout .flex_4 .flex_4_item .industry_box.icon_fukushi,
.top_industry_layout .flex_4 .flex_4_item .industry_box.icon_pet,
.top_industry_layout .flex_4 .flex_4_item .industry_box.icon_syokuhin{
    height: 85.5px;
}

.top_industry_layout .flex_4 .flex_4_item a.icon_hoiku p,.top_industry_layout .flex_4 .flex_4_item a.icon_fukushi p,
.top_industry_layout .flex_4 .flex_4_item a.icon_hotel p,.top_industry_layout .flex_4 .flex_4_item a.icon_kuruma p,
.top_industry_layout .flex_4 .flex_4_item a.icon_pet p,.top_industry_layout .flex_4 .flex_4_item a.icon_syokuhin p{
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
}
.top_industry_layout .flex_4 .flex_4_item a.icon_hoiku{
	background-image: url("../img/top/icon_hoiku.svg");
	background-repeat: no-repeat;
    background-size: 110px;
    background-position: center 35%;
}
.top_industry_layout .flex_4 .flex_4_item a.icon_hoiku:hover{
	background-image: url("../img/top/icon_hoiku_hover.svg");
	background-repeat: no-repeat;
    background-size: 110px;
    background-position: center 35%;
}
.top_industry_layout .flex_4 .flex_4_item a.icon_fukushi{
	background-image: url("../img/top/icon_fukushi.svg");
	background-repeat: no-repeat;
    background-size: 45px;
    background-position: center 20%;
}
.top_industry_layout .flex_4 .flex_4_item a.icon_fukushi:hover{
	background-image: url("../img/top/icon_fukushi_hover.svg");
	background-repeat: no-repeat;
    background-size: 45px;
    background-position: center 20%;
}
.top_industry_layout .flex_4 .flex_4_item a.icon_hotel{
	background-image: url("../img/top/icon_hotel.svg");
	background-repeat: no-repeat;
    background-size: 90px;
    background-position: center 25%;
}
.top_industry_layout .flex_4 .flex_4_item a.icon_hotel:hover{
	background-image: url("../img/top/icon_hotel_hover.svg");
	background-repeat: no-repeat;
    background-size: 90px;
    background-position: center 25%;
}
.top_industry_layout .flex_4 .flex_4_item a.icon_kuruma{
	background-image: url("../img/top/icon_kuruma.svg");
	background-repeat: no-repeat;
    background-size: 65px;
    background-position: center 24%;
}
.top_industry_layout .flex_4 .flex_4_item a.icon_kuruma:hover{
	background-image: url("../img/top/icon_kuruma_hover.svg");
	background-repeat: no-repeat;
    background-size: 65px;
    background-position: center 24%;
}
.top_industry_layout .flex_4 .flex_4_item a.icon_pet{
	background-image: url("../img/top/icon_pet.svg");
	background-repeat: no-repeat;
    background-size: 55px;
    background-position: center 23%;
}
.top_industry_layout .flex_4 .flex_4_item a.icon_pet:hover{
	background-image: url("../img/top/icon_pet_hover.svg");
	background-repeat: no-repeat;
    background-size: 55px;
    background-position: center 23%;
}
.top_industry_layout .flex_4 .flex_4_item a.icon_syokuhin{
	background-image: url("../img/top/icon_syokuhin.svg");
	background-repeat: no-repeat;
    background-size: 43px;
    background-position: center 20%;
}
.top_industry_layout .flex_4 .flex_4_item a.icon_syokuhin:hover{
	background-image: url("../img/top/icon_syokuhin_hover.svg");
	background-repeat: no-repeat;
    background-size: 43px;
    background-position: center 20%;
}
.top_industry_layout a:hover{
	background-color: #94274D;
	cursor: pointer;
}
.top_industry_layout a:hover p{
	color: #fff;
}
.top_industry_layout a:hover p::after{
	border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}



@media screen and (max-width: 768px){
	.top_industry_layout{
		width: 100%;
	}
	.top_industry_layout .flex_4{
		display: flex;
		flex-wrap: wrap;
	}
	.top_industry_layout .flex_4 .flex_4_item{
		width: 48%;
		margin-right: 0;
		margin-bottom: 0;
	}
}


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

  2023.6.21 製品ページ内、導入事例一覧

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

.jirei_mini .flex_4_item img{
	height: 150px;
}


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

  2023.7.18 当社オゾン発生器の特徴修正

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

.list_area{
	padding: 20px;
    border: 2px solid #93284D;
    margin-top: 20px;
	padding-left: 60px!important;
}
.list_area li{
	padding: 10px;
    color: #93284D;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
}

@media screen and (max-width: 768px){
	.list_area{
		padding-left: 40px!important;
	}
	.list_area li{
		font-size: 18px;
	}
}


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

  2023.8.5 フッター修正

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

.contact-new .flex_3_item{
	background: #fff;
	margin-left: 0;
	text-align: center;
	flex-direction: column;
    display: flex;
	justify-content: space-between;
}
.contact-new .flex_3_item p:nth-child(1){
	font-size: 24px;
	font-weight: bold;
	color: #93284D;
	padding: 0;
	line-height: 1.5;
}
.contact-new .flex_3_item p:nth-child(2),.contact-new .flex_3_item p:nth-child(3){
	font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.7;
}
.contact-new .flex_3_item span{
	font-size: 30px;
}
.contact-new .flex_3_item .business-hours{
	font-size: 16px;
	color: #93284D;
}
.f-btn{
	background: #93284D;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    margin: 15px 0;
    width: 90%;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
	position: relative;
	text-align: center;
	margin-top: auto;
	border-radius: 100px;
}
.f-btn.white-btn{
	background: #fff;
    color: #93284D;
	border: 1px solid #93284D;
}
.f-btn::after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1.5px #fff;
    border-right: solid 1.5px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 20px;
}
.f-btn.white-btn::after{
	border-top: solid 1.5px #93284D;
    border-right: solid 1.5px #93284D;
}
.bt-white{
	border-top: 1px solid #fff;
	margin-top: 30px;
	padding-top: 30px;
}
.bt-white p{
	font-weight: bold;
	font-size: 18px;
}
.footer_btn3.m10 .flex_3_item{
	margin: 10px 10px!important;
}


@media screen and (max-width: 768px){
	.contact-new .flex_3_item{
		padding: 10px!important;
	}
	.contact-new .flex_3_item p:nth-child(2),.contact-new .flex_3_item p:nth-child(3){
		padding: 0!important;
	}
	.bt-white{
		padding-top: 0;
	}
	.footer_btn3.m10 .flex_3_item{
		margin: 10px 0px!important;
	}
}



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

  共通

-------------------------*/
.flex_2_b{
	display: flex;
}
.flex_4_b,.flex_4_f,.flex_3_b{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.flex_3_b .flex_3_item {
	box-sizing: border-box;
 	width: 31.33%;
    margin-bottom: 10px;
    margin-right: 3%;
}
.flex_3_b .flex_3_item:nth-child(3n){
	margin-right: 0;
}
.flex_4_b .flex_4_item,.flex_4_f .flex_4_item {
	box-sizing: border-box;
    width: 22.75%;
	margin-bottom: 10px;
	margin-right: 3%;
}
.flex_4_b .flex_4_item:nth-child(4n),.flex_4_f .flex_4_item:nth-child(4n){
	margin-right: 0;
}

.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.m-center{
	margin: 0 auto;
}


.bold{
	font-weight: bold;
}

.block{
	display: block!important;
}

.fs-16{
	font-size: 16px!important;
}
.fs-12{
	font-size: 12px!important;
}

.pink{
	color: #93284D!important;
}
.ohnit_red{
	color: #93284D!important;
	font-weight: bold;
	font-size: 110%;
}
.strong_pink{
	color: #93284D!important;
	font-size: 100%!important;
    font-weight: bold!important;
    padding-left: 0!important;
}
.green{
	color: #268E26!important;
}
.gray{
	color: #58585A!important;
}
.white{
	color: #fff!important;
}

.lh1-8{
	line-height: 1.8!important;
}

.m0{
	margin: 0!important;
}
.p0{
	padding: 0!important;
}
.pl0{
	padding-left: 0!important;
}
.pt0{
	padding-top: 0!important;
}
.pt10{
	padding-top: 10px!important;
}
.pb20{
	padding-bottom: 20px!important;
}
.pb30{
	padding-bottom: 30px!important;
}

.mt0{
	margin-top: 0!important;
}
.mt10{
	margin-top: 10px!important;
}
.mt15{
	margin-top: 15px!important;
}
.mt20{
	margin-top: 20px!important;
}
.mt25{
	margin-top: 25px!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;
}
.mt100{
	margin-top: 100px!important;
}
.mb5{
	margin-bottom: 5px!important;
}
.mb10{
	margin-bottom: 10px!important;
}
.mb20{
	margin-bottom: 20px!important;
}
.mb30{
	margin-bottom: 30px!important;
}
.mb50{
	margin-bottom: 50px!important;
}
.mb80{
	margin-bottom: 80px!important;
}
.mb100{
	margin-bottom: 100px!important;
}
.mb0{
	margin-bottom: 0!important;
}

.relative{
	position: relative;
}
.text-deco_none{
	text-decoration: none;
}

.wd-100{
	width: 100%;
}
.img-100{
	width: 100%;
	height: auto;
}
.img-80{
	width: 80%!important;
	height: auto;
}
.img-50{
	width: 50%;
	height: auto;
}
.img-48{
	width: 48%;
	height: auto;
}
.img-40{
	width: 40%;
	height: auto;
}
.img-30{
	width: 30%;
	height: auto;
}
.wd-50{
	width: 50%!important;
}
.font-38{
	font-size: 38px!important;
}

.btn_hover a:hover{
	opacity: 0.8;
}

.link_none{
	pointer-events: none;
	text-decoration: none;
	color: #93284D;
	font-weight: bold;
}
.link_none.white{
	color: #fff;
}
.text-deco_none{
	text-decoration: none;
}

.triangle{
	position: relative;
 	color: #58585A;
}
.triangle::after{
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #939393;
    position: absolute;
    top: 44%;
    right: -32px;
    margin-top: -6px;
}

@media screen and (max-width: 768px){
	.flex_2_b,.flex_3_b,.flex_4_b{
		display: block;
	}
	.flex_2_b .flex_2_item,.flex_3_b .flex_3_item,.flex_4_b .flex_4_item{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	/*スマホのとき横2*/
	.sp_2clm{
		justify-content: space-between;
	}
	.sp_2clm .flex_4_item{
		width: 48.5%;
	}
	.sp_2clm .flex_4_item:nth-child(2n){
		margin-right: 0;
	}
	.sp_mt10{
		margin-top: 10px!important;
	}
	.sp_mt20{
		margin-top: 20px!important;
	}
	.sp_mt50{
		margin-top: 50px!important;
	}
	.sp_mb10{
		margin-bottom: 10px;
	}
	.img-80{
		width: 100%;
	}
	.img-50{
		width: 100%;
	}
	.img-40{
		width: 80%;
	}
	.img-30{
		width: 100%;
	}
	.img-48{
		width: 96%;
		height: auto;
	}
	.flex_block{
		display: block;
	}
	.flex_block .flex_2_item{
		width: 100%;
	}
	.sp_left{
		text-align: left!important;
	}
	.sp_center{
		text-align: center!important;
	}
	.sp_mt_0{
		margin-top: 0!important;
	}
	.sp_p_0{
		padding: 0!important;
	}
	.font-sp20{
		font-size: 20px!important;
	}
	.wd-50{
		width: 100%!important;
	}
	.sp_block{
		display: block!important;
	}
	
	.link_none{
		pointer-events: auto;
		text-decoration: underline;
		color: #333;
		font-weight: normal;
	}
	a.sp-link_none{
		pointer-events: none;
		display: block;
	}
	.product_item .btn_area button{
		pointer-events: auto;
		display: block;
	}
	
	.triangle::after{
		content: none;
	}
}


/*========= モーダル表示のためのCSS ===============*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

.modaal-wrapper{
	overflow: initial;
}
.modaal-image .modaal-inner-wrapper{
	padding-top: 200px;
}
.modaal-close{
	top: 150px!important;
}

@media screen and (max-width: 1000px){
	.modaal-image .modaal-inner-wrapper{
		 padding-top: 120px;
	}
	.modaal-close{
		top: 70px!important;
	}
}
