@charset "utf-8";
/* CSS Document */
/**************************************************************
工作機械用自動消火装置-LP-css
**************************************************************/
.kjs-bk01 {
  padding: 50px 0px;
  background: url(https://www.anthink.co.jp/wp/wp-content/uploads/2018/06/top-mt.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 20%;
  text-shadow: 0 0 25px #000000, 0 0 20px #000000, 0 0 0.4px #000000;
    color: #fff;
}
.kjs-heding-h2 {
  padding: 20px;
  font-size:20px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
  background: linear-gradient(#325a8c 0%, #1c3959 100%);
  border:1px solid #325a8c;
  box-shadow:inset 1px 1px 0 rgba(255,255,255,0.25);
}
.kjs-heding-h3 {
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
	font-size:20px;
}
.kjs-heding-h3::before,
.kjs-heding-h3::after{
	content: "";
	position: absolute;
	bottom: 0;
}
.kjs-heding-h3:before{
	border-bottom: 3px solid #325a8c;
	width: 100%;
}
.kjs-heding-h3:after{
	border-bottom: 3px solid #d8d8d8;
	width: 100%;
}
.kjs-heding {
  padding-left: 5px;
  border-left: 5px double #325a8c;
}
.fukidashi {
  position: relative;
  border: 4px solid #325a8c;
}
.fukidashi:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #325a8c transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.button2 {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button2 {
  position: relative;
  z-index: 2;
  border: 2px solid #545B63;
  color: #545B63;
  line-height: 50px;
  overflow: hidden;
}
.button2:hover {
  color: #fff;
}
.button2::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button2:hover::after {
  background: #545B63;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.kjs-bk02 {
  padding: 140px 40px 30px 40px;
  background: url(https://www.anthink.co.jp/wp/wp-content/uploads/2018/06/de7a8a70b1ad9ece36c1f09cb62ed03a_l.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.bg601 {
    padding: 48px 0 24px;
    background: url(https://www.anthink.co.jp/wp/wp-content/uploads/2018/06/f7aa2e32011b0a115d36516124f1e519_m.jpg);
	  height: 400px;
	background-position: 50% 50%;
    background-size: cover;
}
.outer-block {
    display: table;
}
.inner-block {
    display: table-cell;
    vertical-align: middle;
}






.style {
    background-color: #f1f1f1;
}
.title-mt {
    color: #0f7cc0;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    font-size: 35px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    text-align: center;
    margin: 0;
}

.topbox-inner {
    background-color: #ffffffd1;
    display: inline-block;
    padding: 40px;
    font-family: serif;
    color: #000;
	 text-shadow: none;
}
.topbox-inner h2 {
    font-size: 45px;
}
.topbox-inner p {
    font-size: 17px;
}
.bgc-mt {
    background-color: #f1f1f1;
}
.subtitle-mt {
    font-weight: bold;
    color: #0f7cc0;
    border-bottom: 1px dashed;
    padding: 5px 5px;
}


.flow-area-box {
  padding: 40px;
}
.flow-area-box:nth-child(1) {
  background: #155980;
  z-index: 9;
}
.flow-area-box:nth-child(2) {
  background: #004973;
  z-index: 8;
}
.flow-area-box:nth-child(3) {
  background: #023d5f;
  z-index: 7;
}
.flow-area-box:nth-child(1):after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -15px;
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
  background: #155980;
  content: "";
  display: block;
  z-index: -1;
}
.flow-area-box:nth-child(2):after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -15px;
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
  background: #004973;
  content: "";
  display: block;
  z-index: -1;
}


.kk-topblock {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
    padding: 50px 10px;
    color: #325a8c;
    border: 1px solid #325a8c;
}
.kk-topblock::after {
    content: "\f0d7";
    font-family: fontawesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    right: initial;
    top: initial;
    left: 0;
    right: 0;
    color: #325a8c;
}




















/*----- TOP設定 -----*/
.relative-box {
    position: relative;
}
.toptitle-mt {
    position: absolute;
    top: 40px;
    left: 40px;
}
.maintitle-mt {
    font-size: 60px;
    line-height: 4rem;
    font-weight: bold;
    color: #325a8c;
    margin: 0;
}
.top-bgi-mt {
    background-image: url(https://www.anthink.co.jp/wp/wp-content/uploads/2018/06/top3.jpg);
    background-position: center;
    background-size: cover;
}

/*----- タイトル設定 -----*/
.secondtitle-mt {
    font-weight: bold;
    line-height: 1.6;
    font-size: 34px;
    font-size: 2.125rem;
    margin: 40px 0;
}
.secondtitle-mt span {
    position: relative;
    color: #325a8c;
    display: inline-block;
}
.secondtitle-mt span:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #325a8c;
}
.secondtitle-mt .red-point {
    position: relative;
    color: #e81c20;
    display: inline-block;
}
.secondtitle-mt .red-point:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e81c20;
}
.title-arrow {
	  letter-spacing: .1em;
    padding: 7% 0;
    line-height: 1;
    background: url(https://www.anthink.co.jp/wp/wp-content/uploads/2018/07/arrow.png) no-repeat;
    background-size: 50%;
    background-position: 50% 60%;
    font-weight: bold;
    color: #094458;
    text-align: center;
    position: relative;
    font-size: 36px;
}


.minititle-mt {
     position: relative;
     color: white;
     padding:0.5em 0.5em 0.5em 1.4em;
     background-color: #325a8c;
     border-radius: 5px;
}
 
.minititle-mt::after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:25px;
     background-color:white;
}
.kk-h2 {
    color: #094458;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    font-size: 36px;
}
.kk-h2::after, .kk-h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.kk-h2::before {
    width: 260px;
    height: 3px;
    background-color: #0d193a;
    z-index: 2;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}
.kk-h2::after {
    width: 90%;
    left: 5%;
    height: 1px;
    background-color: #0d193a;
    z-index: 1;
}




.kk-h4 {
    color: #094458;
    margin: 0;
    font-size: 30px;
    position: relative;
    font-size: 24px;
    line-height: 1;
    padding-bottom: 10px;
    font-weight: bold;
}
.kk-h4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ccc;
}


/*----- 背景設定 -----*/
.bgc-gray {
    position: absolute;
    top: 0;
    background-color: #f0efed;
    width: 80%;
    -webkit-transition: width 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: width 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    height: auto;
    left: 0;
    z-index: -1;
}
blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
	  margin: 0;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/*----- 問い合わせボタン設定 -----*/
.button-info {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	border-radius: 5px;
}
.button-info::before,
.button-info::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button-info,
.button-info::before,
.button-info::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button-info {
  background-color: #1e377d;
  border: 2px solid #1e377d;
  color: #fff;
  line-height: 50px;
  font-weight: 600;
}
.button-info:hover {
  background-color: #34509e;
  border-color: #34509e;
  color: #fff;
  font-weight: 600;
}

.block-info {
    background-color: #ececec;
}
.block-info .border-r {
    border-right: 1px solid #bbbbbb;
}
.block-info h3 {
    font-size: 90%;
    margin-bottom: 30px;
    margin-top: 0;
}
.block-info .block-left {
    text-align: left;
    margin-top: 0px;
    font-weight: bold;
    float: left;
}
.block-info .block-right {
    margin-top: 0;
    font-weight: bold;
    float: right;
}
.block-info .text-tel {
    font-size: 23px;
	     margin-bottom: 0;
}
.block-info .text-info {
    line-height: 16px;
}
.block-info .text-time {
    font-size: 80%;
}
.block-info .text-link {
    color: #1f5d7d;
    text-decoration: none;
}
.block-info .ml-15 {
    margin-left: -15px;
}
.block-info .mr-15 {
    margin-right: -15px;
}

@media (max-width: 768px) {
	.block-info .border-r {
    border-right: none;
	}
	.block-info .block-left {
    text-align: center;
    float: none;
		margin-bottom: 5px;
	}
	.block-info .block-right {
    float: none;
	}
	.block-info .ml-15 {
    margin-left: auto;
	}
	.block-info .mr-15 {
    margin-right: auto;
	}
  .title-arrow {
	  font-size: 24px;
  }
  .kk-h2 {
    font-size: 24px;
  }
  .kk-block-heading {
    padding-left: 35px;
  }
  blockquote {
    padding: 10px 20px;
  }
}
/*-------------------------*/



@media (max-width: 768px) {
  .skew-left-img {
    padding: 0 15px;
    clip-path: none;
  }
  .skew-right-content {
    margin-left: 0px;
    clip-path: none;
  }
  .skew-right-img {
	padding: 0 15px;
    clip-path: none;
  }
  .skew-left-content {
    margin-right: 0px;
	margin-bottom: 20px;
    clip-path: none;
  }
  .flow-area-box:nth-child(1):after {
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .flow-area-box:nth-child(2):after {
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
  }
}




.top-name-tf {
    font-size: 15px;
    letter-spacing: .16em;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.top-title-tf {
    font-size: 38px;
    padding: 10px 0;
    letter-spacing: .16em;
    color: #fff;
	  border-bottom: 5px solid;
    display: inline-block;
}
.top-subtitle-tf {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
