/* ------------------------------------------------
サイト共通パーツ
-----------------------------------------------*/
/*------------------ タブ------------------*/
.nav-tabs3 {
  justify-content: space-around;
  width: 100%;
}
.nav-tabs3 li+ li {
  border-left: 1px solid #ccc;
  height: 70%;
}
.nav-tabs3.news-tab .nav-item {
  flex-basis: 20%;
  background: #f8f9fa;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .nav-tabs3 .news-tab .nav-item a {
    padding: 10px 0;
    font-size: 11.5px;
  }
}
.nav-tabs3 .nav-item {
  padding: 0;
}
.nav-tabs3 .nav-item::before {
  display: none;
}
.nav-tabs3 .nav-item a {
  text-align: center;
  color: #212529;
  padding: 6px 0;
}
.nav-tabs3 .nav-link {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding: 0;
}
.nav-tabs3 .nav-item.show .nav-link {
  background: #002C83;
  color: #fff;
  border-color: #002C83;
}
.nav-tabs3 .nav-item .nav-link.active {
  color: #575757;
  font-weight: bold;
  border-bottom: solid 4px #d69738;
  background: #e6e6e6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tab-content {
    margin-top: 20px;
  }
}
/*------------ ボタン -----------*/
.btn01 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn01 .btn-animation {
  display: inline-block;
  width: 240px;
  text-align: center;
  background-color: #000;
  border: 2px solid #000;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}
.btn01 .btn-animation span {
  position: relative;
  z-index: 1;
}
.btn01 .btn-animation::before,
.btn01 .btn-animation::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn01 .btn-animation::before {
  left: 0;
}
.btn01 .btn-animation::after {
  right: 0;
}
.btn01 .btn-animation:hover:before,
.btn01 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn01 .btn-animation:hover {
  color: #FFF;
}


/* ------------------------------------------------
トップページ
-----------------------------------------------*/
/*------------------ トップ動画 ------------------*/
.top {
  position: relative;
  margin-top: 150px;
}
.top_kv{
  position: relative;
}
.top_kv .top_musk {
  
}
.top_kv video {
  position: relative;
  top: 0;
  width: 100%;
}
.top_kv .top_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
}
.top_kv .top_copy .top_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.top_kv .top_copy .main-copy{
  color: #fff;
  font-size: 77px;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
  text-shadow: 0 3px 6px #000;
	src: url(../fonts/RAGE.TTF) ;
}
.top_kv .top_copy .sub-copy{
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
  font-style: normal;
  text-shadow: 0 3px 6px #000;
}
.top-slide .img-before img {
  position: relative;
}
.top-slide .img-before p {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  background: #000;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 8px 16px;
  width: 100px;
  text-align: center;
}
.top-slide .img-after img {
  position: relative;
}
.top-slide .img-after p {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  background: #e95d08;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 8px 16px;
  width: 100px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* kv */
  .top_kv{
    min-width: 768px;
  }
  .top_kv .main-copy{
    font-size: 46px;
    margin-bottom: 20px;
  }
  .top_kv .sub-copy{
    font-size: 30px;
  }
  /* video */
  .top_mov{
    min-width: 768px;
  }
}
@media screen and (max-width: 1150px) {
  .top_kv .top_copy img {
    width: 160px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top {
    margin-top: 70px;
  }
  .top_kv .top_copy img {
    width: 240px;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .top_kv .top_copy .main-copy {
    font-size: 30px;
    line-height: 46px;
  }
  .top_kv .top_copy .sub-copy {
    font-size: 18px;
  }
  .footer-contact {
    margin-top: 22px;
    margin-bottom: 0;
  }
  .top-slide .img-before img {
    height: 40vh;
    object-fit: cover;
  }
  .top-slide .img-after img {
    height: 40vh;
    object-fit: cover;
  }
}
@media only screen and (min-width:1866px) {
  .top_kv .top_copy {
    top: 0;
    background: unset;
  }
  .top_kv .top_copy .main-copy2 {
    margin-top: 60%;
  }
  .top {
    height: 960px;
  }
  .top_kv .top_copy .top_center {
    top: 70%;
  }
}

/*-----------------------------------------------
トップページ
-----------------------------------------------*/
/*------------------ catchセクション ------------------*/
.top_catch {
  padding: 60px 0;
}
.catch-area {
  text-align: center;
}
.catch-area h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: relative;
  background: #e95d08;
  display: inline-block;
  padding: 16px 32px;
}
.catch-area h3 span {
  font-size: 20px;
}
.catch-area h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 30px 0px 30px 15px;
}
.catch-area h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #e95d08;
  border-width: 30px 0px 30px 15px;
}
@media screen and (max-width: 768px) {
  .catch-area h3::before {
    display: none;
  }
  .catch-area h3::after {
    display: none;
  }
}
  
/*------------------ rankingセクション ------------------*/
.top_ranking {
  padding: 60px 0;
}
.rank-title {
  
}
.rank-title h3 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #e95d08;
}
.rank-box {
  box-shadow: 2px 2px 6px #575757;
  padding: 15px 15px;
}
.rank-box a {
  
}
.rank-box a:hover {
  opacity: .7;
  color: #575757;
  text-decoration: none;
}
.rank-box img {
  border: solid 1px #8D4600;
  padding: 16px 8px;
  margin-bottom: 10px;
}
.rank-box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #575757;
  margin-bottom: 8px;
}
.rank-box h3 a {
  color: #575757;
}
.rank-box h4 {
  text-align: right;
  color: #dc3545;
  font-size: 14px;
  font-weight: bold;
}
/*------------------ section-titleセクション ------------------*/
.m-cta {
  padding-bottom: calc(14vw + 10px);
  position: relative;
  overflow: hidden;
  background: #e95d08;
  margin-top: 120px;
  text-align: center;
}
.m-cta::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 15vw solid #fff;  /* 三角を白に */ 
  border-left: 100vw solid transparent;
}
.m-cta::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 15vw solid #fff;   /* 三角を白に */ 
  border-right: 100vw solid transparent;
}
.m-cta h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 12px;
}
.m-cta img {
  width: 80px;
}
/*------------------ searchセクション ------------------*/
.top_search {
  padding-bottom: 60px;
}
.search-pbox {
  text-align: center;
  box-shadow: 1px 1px 6px #acacac;
}
.search-pbox a {
  
}
.search-pbox a:hover {
  text-decoration: none;
  opacity: .7;
}
.search-pbox h3 {
  font-size: 80px;
  font-weight: bold;
  padding: 30px 0;
  color: #e95d08;
}
.search-pbox h3 span {
  font-size: 18px;
  color: #8d4600;
}
.pbox-btn {
  background: #8D4600;
  padding: 6px;
}
.pbox-btn p {
  border: solid 1px #fff;
  padding: 16px 0;
  color: #fff;
}
.pbox-btn p i {
  
}
.search-mainbox {
  border: solid 1px #ccc;
  height: 100%;
  text-align: center;
}
.search-mainbox h3 {
  background: #e95d08;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 16px 0;
}
.search-list {
  display: flex;
  flex-wrap: wrap;
}
.search-list li {
  margin: 20px 18px;
}
.search-list li a {
  
}
.search-list li a:hover {
  opacity: .7;
}
.search-list li img {
  height: 140px;
}
.search-colorlist {
  display: flex;
  flex-wrap: wrap;
}
.search-colorlist li {
  margin: 18px 0;
  width: 25%;
  padding: 0 6px;
}
.search-colorlist li a {
  
}
.search-colorlist li a:hover {
  opacity: .7;
}
.search-colorlist li p {
  font-size: 12px;
}
.search-colorlist li img {
  height: 60px;
}
.search-typelist {
  display: flex;
  flex-wrap: wrap;
}
.search-typelist li {
  margin: 18px 0;
  width: 25%;
  padding: 0 18px;
}
.search-typelist li a {
  
}
.search-typelist li a:hover {
  opacity: .7;
}
.search-typelist li p {
  font-size: 12px;
}
.search-typelist li img {
  height: auto;
  object-fit: cover;
}
.searchbox {
  margin-top: 50px;
}
.searchbox h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .search-list li {
    margin: 20px 16px;
    width: 40%;
    height: auto;
  }
  .search-colorlist li {
    margin: 20px 16px;
    width: 40%;
    height: auto;
  }
  .search-typelist li {
    margin: 20px 16px;
    width: 40%;
    height: auto;
  }
}
/*------------------ caseセクション ------------------*/
.top_case {
  padding-bottom: 60px;
  margin-bottom: 120px;
}
.top_case p {
  text-align: center;
}
/*------------------ top_simulationセクション ------------------*/
.top_simulation {
  width: 100%;
  height: auto;
  background: url(../img/index/simu-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 80px 0;
}
.simu-area {
  background: #fff;
  padding: 30px 20px;
}
.simu-area h3 {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.simu-area h3 span {
  display: block;
  margin-bottom: 8px;
  color: #e95d08;
}
.simu-area p {
  margin-bottom: 60px;
}
.simu-btn {
  margin: 40px 0;
  text-align: center;
}
.simu-btn a {
  background: linear-gradient(90deg, #EA6229, #F2BF1E);
  padding: 20px 80px;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.simu-btn a:hover {
  opacity: .7;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .simu-btn a {
    padding: 20px 40px;
  }
}

/*-----------------------------------------------
会社概要
-----------------------------------------------*/
/*------------------ 会社概要の表------------------*/
.com-about {
  margin-bottom: 60px;
}
.com-about table {
  border-collapse: collapse;
  width: 100%;
}
.com-about th,td {
  padding: 10px;
  line-height: 26px;
}
.com-about th {
  background-color: #575757;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 10;
  text-align: center;
  width: 25%;
  vertical-align: middle;
}
.com-about td {
  background-color: #dee2e6;
  padding: 10px 15px;
  vertical-align: middle;
}
.com-about tr {
  border-bottom:  solid #fff; /* 線指定 */
}
@media only screen and (max-width:767px) {
  .com-about tr {
    display: grid;
  }
  .com-about th {
    width: 100%;
  }
  .com-about td {
    padding-left: unset;
    padding: 6px 12px;
  }
}

.access-area {
  
}
.access-map {
  
}
.access-info {
  background: #e9ecef;
  padding: 30px;
  border-radius: 15px;
  width: 98%;
  margin: 0 auto;
}
.access-info p {
  margin-bottom: 12px;
}
/*------------------ アクセス情報 ------------------*/
.com-accessmap {
  
}
.com-accessinfo {
  
}
.com-accessinfo h3 {
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #008f42;
  padding-bottom: 5px;
}
.com-accessinfo p {
  line-height: 30px;
}
/*------------------ 沿革のステップ ------------------*/
.com-history {

}
.com-history .flow {
  position: relative;
}
.com-history .flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #dee2e6;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}
.com-history .flow > li {
  position: relative;
}
.com-history .flow > li:not(:last-child) {
  margin-bottom: 36px;
}
.com-history .flow .com-right dl {
  padding-left: 50%;
  position: relative;
}
.com-history .flow .com-left dl {
  padding-right: 50%;
  position: relative;
  text-align: right;
}
.com-history .flow > li dl::before,
.com-history .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.com-history .flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: 49.7%;
}
.com-history .flow .com-right dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 50%;
}
.com-history .flow .com-left dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  right: 50%;
}
.com-history .flow .com-right dl dt {
  font-size: 22px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
  margin-left: 60px;
}
.com-history .flow .com-right dl dd {
  margin-left: 60px;
}
.com-history .flow .com-left dl dt {
  font-size: 22px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
  margin-right: 60px;
}
.com-history .flow .com-left dl dd {
  margin-right: 60px;
}
@media only screen and (max-width:767px) {
  .com-history .flow::before {
    left: 3%;
  }
  .com-history .flow .com-right dl {
    padding-left: 0%;
  }
  .com-history .flow > li dl::before {
    left: 1.7%;
  }
  .com-history .flow .com-right dl::after {
    left: 3%;
  }
  .com-history .flow .com-left dl {
    padding-right: 0;
    text-align: left;
  }
  .com-history .flow .com-left dl::after {
    right: 83%;
  }
  .com-history .flow .com-left dl dt {
    margin-right: unset;
    margin-left: 60px;
  }
  .com-history .flow .com-left dl dd {
    margin-right: unset;
    margin-left: 60px;
  }
}

/*-----------------------------------------------
会社概要ページ
-----------------------------------------------*/
.concept-box {
  text-align: center;
  margin: 20px 0;
}
.concept-box h3 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 12px;
}
.concept-box p {
  line-height: 1.8;
}
.c-1 {
  color: #FCCE30;
}
.c-2 {
  color: #98C81A;
}
.c-3 {
  color: #0FB9E3;
}
.concept-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.concept-list li {
  width: 20%;
  text-align: center;
  margin: 10px 20px;
  border-radius: 8px;
  padding: 12px 20px;
  border: solid 3px #e95d08;
}
.concept-list li h4 {
  position: relative;
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
  color: #e95d08;
}
.concept-list li h4 span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
  .concept-list {
    display: block;
  }
  .concept-list li {
    width: 90%;
  }
}

/*-----------------------------------------------
事業紹介ページ
-----------------------------------------------*/
.s-s {
  border-bottom: dashed 1px #e9ecef;
  padding-bottom: 60px;
  margin-bottom: 80px;
}

.product-main {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-main h3 {
  font-size: 28px;
  font-weight: bold;
  display: inline;
  background: linear-gradient(135deg, #ff8c00, rgb(225 120 237), #ff8c00);
  -webkit-background-clip: text;
  color: transparent;
}
.product-main  p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.4;
}
.service-img {
  border-radius: 12px;
}
.service-box {
  
}
.service-box h3 {
  font-size: 24px;
  margin-bottom: 8px;
  border-bottom: dashed 2px #f7c3cc;
  padding-bottom: 6px;
}
.service-box h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #575757;
}
.service-box p {
  
}
.product-read {
  text-align: left;
  line-height: 28px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.product-read span {
  font-size: 18px;
  font-weight: bold;
}
.product-subtitle {
  text-align: center;
}
.product-subtitle p {
  position: relative;
  margin-bottom: 0;
  margin-top: 12px;
}
.product-subtitle p:before,
.product-subtitle p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 39%;
  height: 1px;
  background-color: #575757;
}
.product-subtitle p:before {
  left: 0;
}
.product-subtitle p:after {
  right: 0;
}
@media only screen and (max-width:767px) {
  .product-subtitle p:before,
  .product-subtitle p:after {
    width: 24%;
  }
  .product-read {
    width: 100%;
  }
	.product-title {
		width: 92%;
	}
  .product-main  p {
    text-align: left;
    letter-spacing: 1px;
    font-size: 14px;
  }
}
.oem-m {
  margin-top: 80px;
}
.oem-m h2 {
  
}
.oem-m p {
  text-align: center;
  line-height: 30px;
}


/*-----------------------------------------------
記事一覧
-----------------------------------------------*/
.archive-list {

}
.archive-list a:hover {
  opacity: .7;
}
.archive-list img {
  position: relative;
  width: 100%;
  height: auto;
}
.archive-list h3 a {
  font-size: 16px;
  color: #575757;
  font-weight: bold;
  margin: 6px 0;
}
.archive-list h3 a:hover {
  color: #008f42;
  text-decoration: none;
}
.archive-list p {
  position: absolute;
  top: 0;
  background: #000;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
}
.archive-list p a {
  color: #fff;
  font-weight: bold;
}

/*-----------------------------------------------
お問い合わせフォーム
-----------------------------------------------*/
.cform tr {

}
.cform th {
	font-size: 14px;
	width: 25%; /*変なところで改行される場合はここの数字を変更します。*/
	border: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
  background: #e9ecef;
  vertical-align: middle;
}
.cform td {
	font-size: 14px;
	line-height: 150%;
	border: solid 1px #d6d6d6;
	padding: 10px 5px;
  background: #f8f9fa;
}
.cform {
	width: 80%;
	margin: auto;
}
.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}
.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
.required-srt2 {
	font-size: 8pt;
	padding: 5px;
	background: #adb5bd;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
@media only screen and (max-width:767px) {
  .cform {
    width: 100%;
  }
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}
.submit-btn input {
	background: #008f42;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 2px #008f42 solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}
.submit-btn input:hover {
	background: #e95d08;
	color: #008f42;
  font-weight: bold;
  opacity: .7;
}
/*------------------ ステップ（お問い合わせ）------------------*/
.stepBar {
  display: flex;
  max-width: 80%;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #e0e0e0;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #e0e0e0;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #e0e0e0;
}
.stepBar .visited span {
  background: #000;
  font-weight: bold;
  font-size: 14px;
}

/*------------ モーダルウィンドウ -----------*/
.md-btn {
  margin-top: 10px;
}
.md-btn_a {
  background: #f7f7f7;
  display: inline-flex;
  padding: 2px 80px;
  color: #575757;
  font-weight: 600;
  border-radius: 18px;
  border: solid 1px rgb(0 0 0 / 50%);
  font-size: 14px;
}
.md-btn_a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 80%;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
  border: unset;
}
.modal-content h4 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: dashed 1px rgb(0 0 0 / 50%);
  color: #575757;
  margin-bottom: 8px;
  padding-bottom: 3px;
}
.modal-content p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 18px;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
/*------------------ ステップ ------------------*/
.mainflow {
  padding: 60px 0;
}
.flow-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flow-s > li {
  -ms-flex-preferred-size: 29%;
  flex-basis: 21%;
}
.flow-s > li .icon {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #f7c3cc;
  margin: 0 auto;
  display: block;
  border-radius: 15px;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  padding: 2px 0;
}
.flow-s > li .icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: #f7c3cc;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-s > li dl {
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 16px;
  position: relative;
  height: 120px;
  background: #ececec;
  border-radius: 5px;
}
.flow-s > li:not(:last-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid rgb(0 59 123 / 50%);
  border-right: 4px solid rgb(0 59 123 / 50%);
  position: absolute;
  top: calc(50% - 8px);
  left: 104%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flow-s > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(0 31 64);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 1vh;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flow-s {
    display: block;
  }
  .flow-s > li dl {
    height: 100px;
  }
  .flow-s > li:not(:last-child) dl::before {
    display: none;
  }
}

/*------------ ボタン -----------*/
.btn01 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn01 .btn-animation {
  display: inline-block;
  width: 260px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #e95d08;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 6px;
  border-radius: 0px;
  position: relative;
}
.btn01 .btn-animation span {
  position: relative;
  z-index: 1;
  border: solid 1px #fff;
  display: block;
  padding: 6px 0;
}
.btn01 .btn-animation::before,
.btn01 .btn-animation::after {
  content: "";
  display: block;
  background-color: #e95d08;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn01 .btn-animation::before {
  left: 0;
}
.btn01 .btn-animation::after {
  right: 0;
}
.btn01 .btn-animation:hover:before,
.btn01 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn01 .btn-animation:hover {
  color: #e95d08;
}
.btn01 .btn-animation span:hover {
  color: #e95d08;
  border: solid 1px #e95d08;
}
.btn02 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn02 .btn-animation {
  display: inline-block;
  width: 260px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #959595;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 6px;
  border-radius: 0px;
  position: relative;
}
.btn02 .btn-animation span {
  position: relative;
  z-index: 1;
  border: solid 1px #fff;
  display: block;
  padding: 6px 0;
}
.btn02 .btn-animation::before,
.btn02 .btn-animation::after {
  content: "";
  display: block;
  background-color: #959595;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn02 .btn-animation::before {
  left: 0;
}
.btn02 .btn-animation::after {
  right: 0;
}
.btn02 .btn-animation:hover:before,
.btn02 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn02 .btn-animation:hover {
  color: #000;
}
.btn02 .btn-animation span:hover {
  color: #000;
  border: solid 1px #000;
}

.btn00 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn00 .btn-animation {
  display: inline-block;
  width: 300px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 16px 0;
  border-radius: 4px;
  position: relative;
}
.btn00 .btn-animation span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  border: solid 1px #fff;
  padding: 6px 64px;
}
.btn00 .btn-animation::before,
.btn00 .btn-animation::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn00 .btn-animation::before {
  left: 0;
  background: #e95d08;
}
.btn00 .btn-animation::after {
  right: 0;
  background: #000;
}
.btn00 .btn-animation:hover:before,
.btn00 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn00 .btn-animation:hover:before {
  background: #000;
  width: 50%;
}
.btn00 .btn-animation:hover:after {
  background: #e95d08;
  width: 50%;
}
.btn00 .btn-animation:hover {
  color: #FFF;
}

/*矢印が右に移動する*/
.btnarrow4 {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.btnarrow4::before{
  content: '';
  position: absolute;
  bottom:-8px;
  left:15%;
  width: 85%;
  height: 3px;
  background:#fff;
  transition: all .3s;
  box-shadow: 1px 1px 6px #000;
}
.btnarrow4::after{
  content: '';
  position: absolute;
  bottom:-3px;
  right:0;
  width: 15px;
  height:3px;
  background:#fff;
  transform: rotate(35deg);
  transition: all .3s;
}
.btnarrow4:hover::before{
  left:20%;
}
.btnarrow4:hover::after{
  right:-5%;
}
.btnarrow4 span {
  font-size: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 6px #000;
}
.btnarrow4 span:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}
.btnarrow4 a:hover {
  color: #fff !important;
  text-decoration: none !important;
}


.coupon-navi {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background: #e95d08;
  box-shadow: 2px 2px 6px #ccc;
  padding: 8px;
}
.coupon-navi img {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .coupon-navi {
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .coupon-navi img {
    height: 60px;
    width: auto;
  }
}

.about-btn {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.about-btn a {
  background: #f7c3cc05;
  width: 180px;
  text-align: center;
  border-radius: 4px;
  padding: 4px 0;
  border: solid 1px #575757;
  color: #000;
}
.about-btn a:hover {
  text-decoration: none;
  background: #575757;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-btn a {
    width: 160px;
  }
  .about-btn {
    margin-top: 30px;
  }
}


/*-----------------------------------------------
プライバシーポリシー
-----------------------------------------------*/
.p-policy {
  
}
.p-policy h3 {
  font-size: 22px;
  margin-bottom: 28px;
  position: relative;
  padding: 6px 0;
  border-bottom: 4px solid #666;
}
.p-policy h3::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #d8000f;
}
.p-policy h4 {
  font-size: 18px;
  margin-top: 26px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: dashed 1px #666;
}
.p-policy p {
  
}
.p-policy ul {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li {
  list-style: circle;
  margin-left: 22px;
}
.p-policy ul li ol {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li ol li {
  list-style: decimal-leading-zero;
  margin-left: 26px;
}
.p-policy ul li ol li ul {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li ol li ul li {
  list-style: disc;
}


/*-----------------------------------------------
商品ページ（SNSシェアボタン）
-----------------------------------------------*/
.item-sns {
  clear: both;
  margin-bottom: 30px;
  float: right;
}
.item-sns ul {
  display: flex;
}
.item-sns ul li {
  margin: 0px 4px;
}
.item-sns ul li p {
  position: relative;
  display: inline-block;
  padding: 3px 10px;
  color: #575757;
  font-size: 14px;
  background: #efefef;
  margin-right: 20px;
}
.item-sns ul li p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #efefef;
}
.item-sns ul li a {
  padding: 4px 12px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
}
.item-sns ul li a:hover {
  opacity: .6;
}
.share-tw {
  background: #00acee;
}
.share-fb {
  background: #3b5998;
}
.share-ln {
  background: #00B900;
}
@media screen and (max-width: 768px) {
  .item-sns {
    margin-top: 30px;
  }
  .footer-box1::after {
    display: none;
  }
}

/*-----------------------------------------------
見積フォーム
-----------------------------------------------*/
.simu-form {
  
}
.simu-form h3 {
  font-size: 20px;
  background: #ffede2;
  padding: 8px 0;
  padding-bottom: 13px;
  margin-top: 30px;
  margin-bottom: 8px;
}
.simu-form h3 span {
  background: #e95d08;
  padding: 15px;
  margin-right: 16px;
  color: #fff;
  font-size: 14px;
}
/*---------- フォーム -----------*/
.simu-form table {
  width: 100%;
  margin-bottom: 10px;
}
.simu-form table tbody {
  
}
.simu-form table tbody tr {
  
}
.simu-form table tbody tr th {
  width: 20%;
  padding: 10px 16px;
  background: #ededed;
  border: solid 2px #fff;
}
.simu-form table tbody tr td {
  display: grid;
  background: #e1e1e1;
  padding: 10px 16px;
  border: solid 2px #fff;
}
.simu-form table tbody tr td .mwform-radio-field {
  margin-left: 0 !important;
}
.simu-form table tbody tr td .mwform-checkbox-field {
  margin-left: 0 !important;
}
/*---------- 開閉 -----------*/
.simu-btn {
  text-align: center;
}
.ocbutton {
  display: none;
  cursor: pointer;
}
.ocbutton + label{
  cursor: pointer;
  background: #f2f2f2;
  text-align: center;
  vertical-align: middle;
  color: #e95d08;
  border-radius: 20px;
  width: 100%;
  font-size: 20px;
}
.ocbutton + label:hover{ /* マウスがボタンの上にある時 */
  border-bottom:1px dotted #888 ;
}
.ocbutton + label:before{ /* 非表示時の文字 ※３*/
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.ocbutton:checked + label:before{  /* 表示時の文字 ※３ */
  content: '\f106';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.oc_content{
  display: none;
}
#b0:checked ~ #b0_content,
#b1:checked ~ #b1_content,
#b2:checked ~ #b2_content,
#b3:checked ~ #b3_content{
  display:block;
}
.oc_content{ /* 表示非表示されるボックスの外観 ※２*/
  
}
.ocbutton ~ p:first-of-type{ /* WordPressのみ（自動で付加されるPを非表示）※１ */
  display: none;
}
@media only screen and (max-width:767px) {
  .simu-form h3 {
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 10px;
  }
  .simu-form h3 span {
    padding: 12px;
    margin-right: 8px;
    font-size: 12px;
  }
  .simu-form table tbody tr {
    display: block;
    margin-bottom: 6px;
  }
}


.item-simulator {
  
}
.item-simulator .fields>label {
  font-size: 18px;
  font-weight: bold !important;
  border-left: solid 4px #e95d08;
  padding-left: 6px;
}
.item-simulator .fields {
  margin-bottom: 12px;
}
.item-simulator h4 {
  font-size: 18px !important;
  font-weight: bold !important;
  border-left: solid 4px #e95d08;
  padding-left: 6px;
}

.simulator-add {
  margin-top: -12px;
}
.simulator-add h5 {
  font-size: 24px;
  font-weight: bold;
  color: #e95d08;
  text-align: right;
}
.simulator-add h5 span {
  
}
@media only screen and (max-width:767px) {
  .simulator-add {
    margin-bottom: 50px;
  }
}

/*-----------------------------------------------
製品紹介
-----------------------------------------------*/
.products-title {
  margin-bottom: 12px;
}
.products-title h3 {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  line-height: 1.285714em;
  background: #e95d08;
  color: #fff;
  padding: 6px 12px;
  border-radius: 8px;
}
.products-main {
  margin-top: 8px;
}
.products-main h4 {
  text-align: left;
  color: #000;
  margin-bottom: 1.42857em;
  padding-bottom: 0.357143em;
  border-bottom: 1px solid #ccc;
}
.products-contents {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}
.gallery{
  margin:0 0 12px 0;
}
/*選択するサムネイル画像の設定*/
.choice-btn li{
  cursor: pointer;
  outline: none;
  background:#333;
  width:25%!important;
}
.gallery img {
  object-fit: cover;
}
.gallery .slick-prev,
.gallery .slick-next {
  display: none !important;
}
.choice-btn .slick-prev,
.choice-btn .slick-next {
  display: none !important;
}
.choice-btn .slick-list {
  
}
.choice-btn .slick-list .slick-track {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  transform: unset !important;
}
.choice-btn .slick-list .slick-track img {
  object-fit: cover;
  width: 33% !important;
  padding: 1px 1px;
  opacity: 0.5;/*選択されていないものは透過40%*/
  cursor: pointer;
  outline: none;
}
@media only screen and (max-width:767px) {
  .choice-btn .slick-list .slick-track img {
    width: 16.6% !important;
    height: 43px;
  }
}
.choice-btn .slick-list .slick-track .slick-current {
  opacity: 1;/*選択されているものは透過しない*/
}
.choice-btn .slick-list .slick-track .slick-cloned {
  display: none;
}
.products-info {
  margin-top: 20px;
}
.products-info dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  border-bottom: solid 1px #ccc;
}
.products-info dl dt {
  width: 220px;
  padding: 2px 6px;
}
.products-info dl dd {
  text-align: right;
}
.products-info dl dd a {
  background: #ccc;
  margin: 3px 4px;
  padding: 2px 6px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
.products-info dl dd a:hover {
  opacity: .7;
}
.products-catalog {
  margin-top: 10px;
}
.products-catalog a {
  color: #fff;
  background: #999;
  width: 100%;
  text-align: center;
  display: block;
  padding: 6px 0;
  border-radius: 6px;
}
.products-catalog a:hover {
  opacity: .7;
  color: #fff;
}
.products-price {
  color: #f00;
  text-align: right;
}
.products-price h5 {
  font-size: 20px;
  font-weight: bold;
  text-decoration: line-through;
}
.products-price h5 span {
  
}
.products-price h3 {
  font-size: 30px;
  font-weight: bold;
  color: #f00;
  margin-bottom: 6px;
}
.products-price h3 span {
}
.products-price h4 {
  font-size: 14px;
}
.products-cta {
  margin-top: 30px;
}
.products-cta a {
  color: #fff;
  background: #e95d08;
  width: 100%;
  text-align: center;
  display: block;
  padding: 6px 0;
  border-radius: 6px;
}
.products-cta a:hover {
  opacity: .7;
  color: #fff;
}
.cp_cff_13 #fbuilder h2 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
@media only screen and (max-width:767px) {
  .products-price h4 {
    text-align: left;
  }
}

/*-----------------------------------------------
施工事例
-----------------------------------------------*/
.case-area {
  margin-top: 50px;
}
.case-area h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: double #e95d08;
  text-align: center;
}
.case-list {
  
}
.case-list a {
  
}
.case-list a:hover {
  opacity: .7;
}
.case-list a img {
  max-height: 214px;
  object-fit: cover;
}
.case-image {
  
}
.case-image li {
  position: relative !important;
}
.case-image li img {
  position: relative;
  height: 76vh;
  width: auto;
  object-fit: cover;
}
.case-image .img-before {
  
}
.case-image .img-before p {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 20px;
}
.case-image .img-after {
  
}
.case-image .img-after p {
  position: absolute;
  top: 0;
  left: 0;
  background: #e95d08;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 20px;
}
.slick-dots li button:before {
  content: '☆' !important;
  font-size: 20px !important;
  text-indent: 0px !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
.case-info {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 6px;
}
.case-info h4 {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #e95d08;
  padding: 2px 6px;
}
.case-list h3 {
  font-size: 16px;
  font-weight: bold;
  color: #e95d08;
}

/*-----------------------------------------------
サイドバー
-----------------------------------------------*/
.side-search {
  padding: 0 0.714286em;
  margin-bottom: 20px;
}
.side-cate {
  padding: 0 0.714286em;
  margin-bottom: 20px;
}
.side-cate h3 {
  margin-bottom: 8px;
  padding-bottom: 2px;
  border-bottom: solid 3px #ccc;
}
.side-cate h3 i {
  margin-right: 8px;
}
.side-tag {
  padding: 0 0.714286em;
  margin-bottom: 26px;
}
.category-list {
  
}
.category-list li {
  margin-bottom: 0px;
  margin-left: 8px;
}
.category-list li a {
  font-size: 14px;
  color: #999;
  text-decoration: none;
}
.category-list li a:hover {
  opacity: .7;
}
.tag-list {
  
}
.tag-list li {
  margin-bottom: 4px;
}
.tag-list li a {
  color: #575757;
  text-decoration: none;
}
.tag-list li a:hover {
  opacity: .7;
}
/*-----------------------------------------------
archive.php（検索後一覧ページ）
-----------------------------------------------*/
.arch-title {
  border-bottom: solid 1px #e95d08;
  padding-bottom: 8px;
  margin-bottom: 30px;
}
.page-title {
  text-align: center;
}
.page-title span {
  
}
.page-title2 {
  text-align: center;
}
.sort-title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.sort-title a {
  
}
.sort-title a:hover {
  opacity: .7;
}
.sort-title a h3 {
  background: #e9ecef;
  padding: 6px 0;
  border-radius: 6px;
  text-align: center;
  color: #e95d08;
  font-weight: bold;
}
.sort-title h3 {
  background: #e9ecef;
  padding: 6px 0;
  border-radius: 6px;
  text-align: center;
  color: #e95d08;
  font-weight: bold;
}
.sort-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sort-list li {
  text-align: center;
  max-width: 100px;
}
.sort-list li a {
  
}
.sort-list li a:hover {
  opacity: .7;
}
.sort-list li a img {
  height: 100px;
  width: 100px;
  object-fit: contain;
  margin-bottom: 4px;
}
.sort-list li p {
  font-size: 12px;
}
.search_boxlist3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.search_boxlist3 .archive-list {
  width: 33%;
  margin-bottom: 30px;
}
.top_itemlistbox {
  margin-bottom: 30px;
}
.top_itemlistbox a {
  
}
.top_itemlistbox a:hover {
  opacity: .7;
}
.top_itemlistbox a img {
  margin-bottom: 8px;
}
.top_itemlistbox a h3 {
  color: #575757;
  font-weight: bold;
  font-size: 16px;
}
.top_itemlistbox a h3:hover {
  opacity: .7;
}


.w-20 {
  width: 49%;
}
.td-flex {
  display: flex !important;
}
.cp_cff_13 #fbuilder input[readonly] {
  background-color: unset !important;
}
.cp_cff_13 #fbuilder input[type="text"] {
  border: unset !important;
  color: #e95d08 !important;
  text-align: right;
  font-size: 26px;
  border-bottom: solid 2px #e95d08 !important;
  border-radius: 0 !important;
}
.cp_cff_13 #fbuilder input[type="text"] span {
  font-size: 22px;
  font-weight: bold;
}


/* 1207追記 */
.searchform-product {
  margin-top: 25px;
}

.searchform-product h5 {
  text-align: right;
  position: absolute;
  bottom: 4px; 
  right: 0px;
}

.searchform-product .drop1 {
  text-align: left;
}

.searchform-product .drop2 {
  text-align: left;
}

.searchform-product h4 {
  margin-bottom: 15px;
}

.searchform-product .formerea {
  position: relative;
}



