@charset "utf-8";
/* CSS Document */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.7s;
}
a[href^="tel:"] {
  cursor: default;
}
a:link {
  color: #424242;
  text-decoration: underline;
  -webkit-transition: 0.4s;
}
a:visited {
  color: #424242;
  text-decoration: underline;
}
a:hover {
  color: #636363;
  text-decoration: none;
}
.clear {
  clear: both;
}
.text_r {
  text-align: right;
}
.center {
  text-align: center;
}
.att {
  text-indent: -1em;
  margin-left: 1em;
}
.txt_large{
  font-size: 120%;
}
.txt_large span{
  font-size: 120px;
  font-weight: bold;
  color: #1a1c93;
}
.txt_small{
  font-size: 90%;
}
.inline {
  display: inline-block;
  vertical-align: middle;
  margin: 30px;
}
.photo_l{
  float: left;
  margin: 0 50px 50px 0;
}

.maT10{
  margin-top: 10px;
}
.maT20{
  margin-top: 20px;
}
.maT40{
  margin-top: 40px;
}

.maB10{
  margin-bottom: 10px;
}
.maB30{
  margin-bottom: 30px;
}
.maB50{
  margin-bottom: 50px;
}
.txt_red{
  color: #e80000;
}

.marker {
background: linear-gradient(transparent 60%, #ffff66 60%);
font-size: 120%;
}


hr{
  clear: both;
  border-top: dashed 1px #dbdbdb;
  margin: 30px 0;
}


/* レイアウト
------------------------------------------------- */
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  color: #333;
  line-height: 1.7;
}
/* ヘッダー
------------------------------------------------- */

header{
  position: relative;
}

header#redline{
  background-image: url("../images/redline.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
}
header .subttl{
  position: absolute;
  right: 5%;
  bottom: 20%;
}
header h2.top{
  font-size: 4.5vw;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  color: #000;
}
header h2.top span.sub{
  font-size: 2vw;
  display: block;
  font-weight: normal; 
}
.txt_white{
  color: #FFF;
  text-shadow:0px 0px 20px #000000;
}

.nc{
  font-size: 4vw;
  font-weight: bold;
  color: #1a1c93;
  text-shadow:0px 0px 15px #FFF;
}
#main_top{
  width: 75%;
}
#main_top img{
  width: 100%;
  height: auto;
}
#fix_header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(25, 31, 37, 0.2);
  transition: .3s;
  margin-bottom: 5px;
}

header#top {
  background-image: url("../images/main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}
h1.phrase {
  color: #FFF;
  font-size: 90%;
  padding: 5px 30px;
  font-weight: 500;
}

.logo{
  float: left;
}
ul.navi {
  list-style: none;
  display: table;
  float: left;
  width: calc(100% - 220px);
  font-size: 96%;
}
ul.navi li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
ul.navi li a {
  display: block;
  background-color: rgba(25, 31, 37, 0.9);
  padding: 0 30px;
  color: #FFF;
  text-decoration: none;
  box-sizing: border-box;
  height: 100px;
  line-height: 100px;
}

ul.navi li.active a {
  border-bottom: solid 5px #e80000;
  background-color: rgba(67, 73, 80, 0.9);
}
ul.navi li.active li a {
  border-bottom: none;
}
ul.navi li.active li.active a {
  background-color: #1a1c93;
}

ul.navi li.active li.active ul li a {
  background: none;
  background-color: rgba(67, 73, 80, 0.9);
}
ul.navi li.active li.active ul li a:hover {
  background-color: rgba(25, 31, 37, 0.9);
}

ul.navi li a:hover {
  background-color: rgba(67, 73, 80, 0.9);
}

ul.navi li.active li.active ul li.active a {
  background-color: #1a1c93;
}

ul.navi li.navi_contact {
  float: right;
  display: block;
}
ul.navi li.navi_contact a {
  display: block;
  background-color: #1a1c93;
  padding: 0 30px;
  color: #FFF;
  text-decoration: none;
  box-sizing: border-box;
  height: 100px;
  line-height: 100px;
}
ul.navi li.navi_contact a:hover {
  background-color: #3436bd;
}


ul.navi li.navi_form {
  float: right;
  display: block;
}
ul.navi li.navi_form a {
  display: block;
  background-color: #e80000;
  padding: 0 30px;
  color: #FFF;
  text-decoration: none;
  box-sizing: border-box;
  height: 100px;
  line-height: 100px;
}
ul.navi li.navi_form a:hover {
  background-color: #ff3636;
}


h3.h3_top {
  text-align: center;
  font-size: 150%;
  font-weight: 500;
  margin: 50px 4%;
}
/* よく見るとわかるこだわり
------------------------------------------------- */
section.top_kodawari {
  xbackground-color: #050708;
  xbackground-color: #f3f6f7;
  xdisplay: table;
  xmax-width: 1300px;
  color: #FFF;
  table-layout: fixed;
  margin: 0 auto 100px;
}
.top_kodawari .dsp {
  xdisplay: table-cell;
  padding: 20px 100px;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
  margin: auto;
  max-width: 900px;
}

.top_kodawari .dsp h1 {
  display: block;
  color: #e80000;
  font-weight: bold;
  font-size: 250%;
}
.top_kodawari .dsp h2 {
  font-size: 140%;
  color: #333;
  font-weight: 500;
  margin: 10px 0 10px 0;
}
.top_kodawari .dsp_photo {
  display: table-cell;
  width: 40%;
  box-sizing: border-box;
  vertical-align: top;
  background-image: url("../images/kodawari_photo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
.top_kodawari .dsp_photo img {
  width: 100%;
  height: auto;
}
/* 製品情報
------------------------------------------------- */
section.product {
  text-align: center;
  margin-bottom: 100px;
}
.title_bg {
  width: 92%;
  padding: 0 4%;
  padding-bottom: 120px;
  position: relative;
  background: #FFF;
  padding-top: 30px;
  z-index: -10;
}
.title_bg:before {
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  content: '';
  position: absolute;
  background: #303c48;
  z-index: -1;
}

.title_bg_right{
  width: 92%;
  padding: 0 4%;
  padding-bottom: 30px;
  position: relative;
  background: #FFF;
  padding-top: 30px;
  z-index: -10;
}
.title_bg_right:before {
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  content: '';
  position: absolute;
  background: #303c48;
  z-index: -1;
}


.title_bg_left{
  width: 92%;
  padding: 0 4%;
  padding-bottom: 30px;
  position: relative;
  background: #FFF;
  padding-top: 30px;
  z-index: -10;
}
.title_bg_left:before {
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  content: '';
  position: absolute;
  background: #303c48;
  z-index: -1;
}

section.product h1 {
  color: #FFF;
  font-size: 200%;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
section.product h1 span {
  color: #e80000;
  font-size: 50%;
  display: block;
  font-weight: bold;
}
section.product p {
  font-size: 110%;
  color: #FFF;
}

section.product p.black {
  color: #333;
}
.maT-100 {
  margin-top: -100px;
}
.product_wrap {
  display: table;
  table-layout: fixed;
  max-width: 1600px;
  border-spacing: 50px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.product_wrap_in{
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 1100px;
  border-spacing: 50px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.product_in {
  display: table-cell;
  background-color: #f3f6f7;
  width: 50%;
  box-sizing: border-box;
}
.product_in_none {
  display: table-cell;
  background: none;
  width: 50%;
  box-sizing: border-box;
}

.product_in img {
  width: 100%;
  height: auto;
}
div.product_wrap:after,
div.product_wrap_in:after{
  content: none;
}
.product_dtl {
  padding: 30px 40px;
}
.product_wrap h3,
.product_wrap_in h3{
  color: #577c87;
  font-size: 150%;
  margin-bottom: 10px;
}
section.product .product_wrap p,
.product_wrap_in p{
  font-size: 100%;
  color: #333;
  text-align: left;
}
section.product .product_wrap p.btn_blue,
.product_wrap_in p.btn_blue{
  text-align: center;
  margin-top: 30px;
}
section.product .product_wrap p.btn_blue a,
.product_wrap_in p.btn_blue a{
  display: inline-block;
  background-color: #1a1c92;
  padding: 10px 50px;
  color: #FFF;
  text-decoration: none;
  position: relative;
}
section.product .product_wrap p.btn_blue a::before,
.product_wrap_in p.btn_blue a::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  vertical-align: middle;
}
section.product .product_wrap p.btn_blue a:hover,
.product_wrap_in p.btn_blue a:hover{
  background-color: #3436bd;
}
/* お知らせ
------------------------------------------------- */
section.info {
  text-align: center;
  margin: 0 auto 100px;
  letter-spacing: -0.5em;
  max-width: 1300px;
}
section.info h1 {
  color: #333;
  font-size: 200%;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
section.info h1 span {
  color: #e80000;
  font-size: 50%;
  display: block;
  font-weight: bold;
}
section.info dl {
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  margin: 1.4%;
  background-color: #f3f6f7;
  width: 22%;
  box-sizing: border-box;
  padding: 25px 20px;
  border-top: solid 4px #999999;
  vertical-align: top;
}
section.info dt {
  color: #999;
  margin-bottom: 5px;
}
/* お問い合わせ
------------------------------------------------- */
aside.contact {
  text-align: center;
  margin: auto;
  color: #FFF;
  background-image: url("../images/contact_bg.jpg");
  background-size: auto;
  background-attachment: fixed;
  background-position: top center;
}
.contact_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(25, 31, 37, 0.8);
  padding: 50px 4%;
  box-sizing: border-box;
}
aside.contact h1 {
  color: #FFF;
  font-size: 200%;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
aside.contact h1 span {
  display: block;
  color: #e80000;
  font-size: 50%;
  font-weight: bold;
}
aside.contact dl {
  text-align: left;
}
aside.contact dt {
  font-size: 120%;
}
aside.contact dt span {
  font-size: 250%;
  font-weight: bold;
}

aside dl.contact_btn{
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 30px;
}
aside dl.contact_btn dt{
  margin-bottom: 5px;
}
aside dl.contact_btn dd{
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}
aside dl.contact_btn dd a{
  display: block;
  padding: 15px 40px;
  border: solid 1px #FFF;
  color: #FFF;
  font-size: 120%;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
aside dl.contact_btn dd a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
/* ギャラリー
------------------------------------------------- */
ul.gallery{
  list-style: none;
  background-color: #393e42;
}
ul.gallery li{
  float: left;
  width: 25%;
}
ul.gallery li img{
  width: 100%;
  height: auto;
}
/* フッター
------------------------------------------------- */
footer{
  background-color: #f3f6f7;
  padding: 50px 4% 30px;
  font-size: 90%;
}
.footer{
  max-width: 1300px;
  margin: auto;
}
.footer_logo{
  margin-bottom: 20px;
}
ul.footer_navi{
  list-style: none;
  text-align: right;
  float: right;
  vertical-align: top;
}
ul.footer_navi li{
  display: inline-block;
  margin-left: 20px;
}

ul.footer_navi li a{
  text-decoration: none;
}
address{
  font-style: normal;
}
.footer_company{
  display: inline-block;
  vertical-align: top;
}
.copy{
  text-align: right;
}
#page-top{
  position: fixed;
  bottom: 50px;
  right: 50px;
}













/* グローバルメニュー
------------------------------------------------- */


ul.navi:after{
  display: none;
  content: none;
}

#sp_meanmenu:after{
  display: none;

}



.menu__multi a{
  cursor: default;
  outline: none;
}


.menu__multi .menu__second-level li a{
  cursor: pointer;
  display: block;
  padding: 0 20px;
  background-color: rgba(67, 73, 80, 0.9);
  color: #FFF;
  text-decoration: none;
  box-sizing: border-box;
  height: 80px;
  line-height: 80px;
  text-align: left;
}

.menu__multi .menu__second-level li a:hover{
  background-color: rgba(25, 31, 37, 0.9);
}
    


/* メニュープルダウンPCのみ
---------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1200px) {

.navi {
    position: relative;
}


ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.navi > li:hover {
    background: #072A24;
    -webkit-transition: all .5s;
    transition: all .5s;
}

ul.navi .menu__second-level li {
    border-bottom: 1px solid #7b7b7b;
    display: block;
}

.menu__second-level li li:first-child{
    border-top: 1px solid #7b7b7b;
}


.menu__second-level li a:hover {
    background: #1e1e1e;
}

.menu__third-level li a:hover {
    background: #1e1e1e;
}

.menu__fourth-level li a:hover {
    background: #1e1e1e;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



ul.navi li li{
    text-align: left;
}

.navi > li.menu__multi {
    position: relative;
}

li.menu__multi ul.menu__second-level {
    position: absolute;
    top: 110px;
    width: 320px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 100;
    text-align: left;
}

li.menu__multi:hover ul.menu__second-level {
    top: 100px;
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li {
    position: relative;
}

li.menu__multi ul.menu__second-level li:hover {
    background: #111;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    xbackground: #111;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
    background: #2a1f1f;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li ul.menu__fourth-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: #2a1f1f;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover ul.menu__fourth-level {
    visibility: visible;
    opacity: 1;
}

.init-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}






















}

/* メニュープルダウンPCのみここまで
---------------------------------------------------------------------------------------------- */



 /* 画像用マスクアニメーション
------------------------------------------------- */
 
.overlay,
.animate-elm.-max-width:before,
.animate-elm.-transform:before {
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.overlay-max-width,
.animate-elm.-max-width:before {
  max-width: 100%;
}

.overlay-transform,
.animate-elm.-transform:before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.animate-elm {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.animate-elm.-max-width:before,
.animate-elm.-transform:before {
  content: "";
}

.animate-elm.show.-max-width:before,
.animate-elm.show .overlay-max-width {
  max-width: 0;
}

.animate-elm.show.-transform:before,
.animate-elm.show .overlay-transform {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}


 /* 背景用画像用マスクアニメーション
------------------------------------------------- */




.overlay_bg,
.animate-elm_bg.-max-width_bg:before,
.animate-elm_bg.-transform_bg:before {
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.overlay-max-width_bg,
.animate-elm_bg.-max-width_bg:before {
  max-width: 100%;
}

.overlay-transform_bg,
.animate-elm_bg.-transform_bg:before {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.animate-elm_bg {
  margin: 0 auto;
  xwidth: 500px;
  xheight: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
}

.animate-elm_bg.-max-width_bg:before,
.animate-elm_bg.-transform_bg:before {
  content: "";
}

.animate-elm_bg.show_bg.-max-width_bg:before,
.animate-elm_bg.show_bg .overlay-max-width_bg {
  max-width: 0;
}

.animate-elm_bg.show_bg.-transform_bg:before,
.animate-elm_bg.show_bg .overlay-transform_bg {
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
}


 /* 中ページ製品情報
------------------------------------------------- */
#main img{
  width: 100%;
  height: auto;
}

header h2.in{
  color: #FFF;
  font-size: 3vw;
  position: absolute;
  left: 5%;
  bottom: 25%;
  font-weight: bold;
  text-shadow:0px 0px 7px #313131;
}
header h2.in span{
  font-size: 60%;
  display: block;
  font-weight: normal; 
}

.h1_black{
  text-align: center;
}
.h1_black span {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 250%;
  margin: 0 auto 30px;
  font-weight: bold;
}

.h1_black span:before, .h1_black span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #666;
}

.h1_black span:before {
  left:0;
}
.h1_black span:after {
  right: 0;
}



.whitewrap{
  padding: 80px 0;
  text-align: left;
}
.bluewrap{
  padding: 80px 0;
  background-color: #f3f6f7;
  text-align: left;
}

.wrapper{
  max-width: 1000px;
  margin: auto;
  padding: 0 4%;
}


table.tbl{
  margin-bottom: 30px;
}

table.tbl td{
  border: solid 1px #dbdbdb;
  padding: 10px 20px;
  background-color: #FFF;
}
table.tbl th{
  border: solid 1px #dbdbdb;
  padding: 10px 20px;
  text-align: left;
  font-weight: normal;
  background-color: #f9f9f9;
  width: 80px;
}

table.tbl th.free{
  width: auto;
}

.bg_red{
  display: inline-block;
    background-color: #e80000;
    padding: 0 5px 1px 5px;
    margin-right: 10px;
    font-size: 90%;
    color: #FFF;
    line-height: 1.4;
}

.youtube{
  clear: both;
  text-align: center;
}
ul.spec{
  list-style: none;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
  background-color: #f3f6f7;
  margin-bottom: 30px;
}
ul.spec li{
  display: table-cell;
  border-right: solid 1px #dedede;
  color: #577c87;
  font-size: 180%;
  font-weight: bold;
  width: 33.3333%;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
}

ul.spec li:last-child{
  border-right: none;
}

ul.spec li img{
  margin: 10px 0 0 0;
  max-width: 100%;
  height: auto;
}
h2.point{
  border-bottom: solid 1px #dbdbdb;
  font-weight: bold;
  font-size: 170%;
  padding-bottom:10px;
  margin-bottom: 30px;
}

h2.point span.point{
  display: inline-block;
  font-size: 80%;
  background-color: #e80000;
  padding: 0 10px;
  color: #FFF;
  margin-bottom: 5px;
}
h2.point span.main{
  display: block;
}
.flex{
  display: flex;
  justify-content: space-between;
}
.spec_green{
  background-color: #f3f6f7;
  color: #577c87;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
  width: 410px;
  margin-right: 50px;
  
}
.spec_green img{
  display: block;
  
}
.flex div{
  width: calc(100% - 460px);
}
ul.feature{
  list-style: none;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 40px;
  margin-bottom: 20px;
}
ul.feature li{
  display: table-cell;
  background-color: #1a1c93;
  color: #FFF;
  text-align: center;
  width: 33.3333%;
  padding: 30px;
  box-sizing: border-box;
  font-size: 130%;
}
ul.feature li.left{
  text-align: left;
}

ul.feature:after{
  content: none;
}
h2.blue{
  color: #1a1c93;
  font-weight: bold;
  font-size: 180%;
  margin-bottom: 20px;
}

dl.comparison dt{
  display: inline-block;
  font-weight: bold;
  margin-right: 20px;
}
dl.comparison dd{
  display: inline-block;
}
ul.youtube_harf{
  list-style: none;
  text-align: center;
  letter-spacing: -0.5em;
}
ul.youtube_harf li{
  list-style: none;
  letter-spacing: normal;
  display: inline-block;
  margin: 3%;
}
h3.bg_black{
  background-color: #303c48;
  color: #FFF;
  font-weight: 500;
  display: inline-block;
  padding: 3px 10px;
}
.harfbox_wrap{
  display: flex;
  justify-content: space-between;
}
.harfbox_wrap:after{
  content: none;
}
.harfbox_wrap_in{
  width: 48%;
  background-color: #FFF;
  padding: 30px;
  box-sizing: border-box;
  margin: 25px 0 50px;
}
.in100{
  width: 100% !important;
}
.harfbox_wrap_in h4{
  background-color: #577c87;
  color: #FFF;
  margin: -30px -30px 20px -30px;
  padding: 10px;
  font-size: 130%;
  font-weight: 500;
  text-align: center;
}

ol{
  margin: 0 0 20px 20px;
}

ol li{
  margin-bottom: 5px;
}


 /* 中ページ製品情報 溶着ダイヤモンド工具
------------------------------------------------- */


ul.features{
  list-style: none;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
  background-color: #f3f6f7;
  margin-bottom: 30px;
}
ul.features li{
  display: table-cell;
  border-right: solid 1px #dedede;
  color: #FFF;
  font-size: 180%;
  font-weight: bold;
  width: 25%;
  box-sizing: border-box;
  padding: 40px 30px;
  text-align: center;
}

ul.features li span{
  display: block;
  font-weight: normal;
  font-size: 80%;
  margin-top: 40px;
}


 /* 中ページ製品情報 溶着ダイヤモンド工具
------------------------------------------------- */

ul.features li.blue{
  background-color: #1a1c93;
}
ul.features li.green{
  background-color: #52923c;
}
ul.features li.orange{
  background-color: #d69d04;
}
ul.features li.red{
  background-color: #e80000;
}

ul.features li:last-child{
  border-right: none;
}



 /* 中ページ製品情報 外壁工事用ダイヤモンドビッド
------------------------------------------------- */

h1.square{
  border: solid 1px #333;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  margin: auto;
  font-size: 150%;
}

ul.list{
  margin: 20px 0;
  background-color: #fbfbfb;
  border: solid #dbdbdb 1px;
  padding: 0 35px;
}

ul.list li{
  padding: 10px 0;
  border-bottom: dotted 1px #dbdbdb;
}

ul.list li:last-child{
  border-bottom: none;
}

ul.inner_btn{
  text-align: center;
  list-style: none;
  margin: 50px 4%;
}
ul.inner_btn li{
  display: inline-block;
  margin: 10px;
}

ul.inner_btn li a{
  display: block;
  padding: 15px 30px 15px 40px;
  color: #FFF;
  text-decoration: none;
  background-color: #1a1c93;
  font-size: 110%;
  position: relative;
}

ul.inner_btn li a:hover{
  background-color: #3436bd;
}


ul.inner_btn li a::before{
    position: absolute;
    content: "";
    top: 40%;
    left: 15px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}


 /* 中ページ製品情報 耐火煉瓦加工用ダイヤモンド工具
------------------------------------------------- */


table.gm{
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
}

table.gm td{
  border: solid 1px #dbdbdb;
  padding: 10px 20px;
  background-color: #FFF;
  text-align: right;
  vertical-align: middle;
}

table.gm td.center{
  text-align: center;
}

table.gm th{
  border: solid 1px #dbdbdb;
  padding: 10px 20px;
  text-align: left;
  font-weight: normal;
  background-color: #f9f9f9;
  vertical-align: middle;
}

table.gm2{
  margin-bottom: 30px;
  width: 100%;
  table-layout: fixed;
}

table.gm2 td{
  border: solid 1px #dbdbdb;
  padding: 10px 20px;
  background-color: #FFF;
  text-align: center;
}

table.gm2 th{
  border: solid 1px #dbdbdb;
  padding: 10px 20px;
  text-align: center;
  background-color: #f9f9f9;
  font-weight: bold;
}


table.db{
  margin-bottom: 30px;
  width: 100%;
  table-layout: fixed;
}

table.db td{
  border: solid 1px #dbdbdb;
  padding: 10px 20px;
  background-color: #FFF;
}

table.db th{
  border: solid 1px #dbdbdb;
  padding: 10px 20px;
  text-align: center;
  background-color: #f9f9f9;
  font-weight: bold;
}

ul.lineup_3{
  list-style: none;
  text-align: center;
  letter-spacing: -0.5em;
}

ul.lineup_3 li{
  letter-spacing: normal;
  display: inline-block;
  width: 29%;
  margin: 2%;
  vertical-align: top;
}

ul.lineup_3 li span{
  display: inline-block;
  margin-top: 10px;
  background-color: #303c48;
  color: #FFF;
  font-size: 110%;
  font-weight: bold;
  padding: 5px 20px;
}

ul.lineup_3 li span.normal{
  display: inline-block;
  margin-top: 10px;
  background: none;
  color: #333;
  font-size: 96%;
  font-weight: 500;
  padding: 5px 20px;
}

ul.lineup_3 li img{
  display: block;
  margin: auto;
}

h2.itemlist{
  background-color: #303c48;
  color: #FFF;
  padding: 10px 20px;
  font-size: 120%;
  font-weight: normal;
}

dl.hand_item{
  letter-spacing: -0.5em;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: solid 1px #dbdbdb;
  background-color: #FFF;
  margin-bottom: 50px;
}

dl.hand_item dt{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  width: 37%;
  margin-right: 3%;
}

dl.hand_item dd{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  width: 60%;
}

h2.point_small{
  border-bottom: solid 1px #dbdbdb;
  font-weight: bold;
  font-size: 120%;
  padding-bottom:10px;
  margin-bottom: 30px;
}

h2.point_small span.point{
  display: inline-block;
  font-size: 80%;
  background-color: #e80000;
  padding: 0 10px;
  color: #FFF;
  margin-bottom: 5px;
}

h2.point_small span.main{
  display: block;
}

table.hand_size{
  width: 100%;
}

table.hand_size td{
  border: solid 1px #dbdbdb;
  padding: 10px 20px;
  background-color: #FFF;
  text-align: center;
}

table.hand_size th{
  border: solid 1px #dbdbdb;
  padding: 10px 20px;
  text-align: center;
  background-color: #f9f9f9;
  font-weight: bold;
}


 /* 中ページ製品情報 溶着ダイヤモンド・CBN工具
------------------------------------------------- */

ul.full3box{
  list-style: none;
  letter-spacing: -0.5em;
  margin-bottom: 40px;
}
ul.full3box li{
  list-style: none;
  letter-spacing: normal;
  display: inline-block;
  width: 33.333%;
}

ul.full3box li img{
  width: 100%;
  height: auto;
}

ul.work{
  list-style: none;
  letter-spacing: -0.5em;
  margin-bottom: 50px;
}
ul.work li{
  list-style: none;
  letter-spacing: normal;
  display: inline-block;
  width: 50%;
}

ul.work li img{
  width: 100%;
  height: auto;
}



 /* 会社概要
------------------------------------------------- */


table.company{
  margin: 30px 0;
  width: 100%;
  box-sizing: border-box;
}

table.company td{
  border-top: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
  padding: 20px;
}

table.company th{
  padding: 20px;
  text-align: left;
  font-weight: normal;
  background-color: #f9f9f9;
  border-top: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
}


table.company ul{
  margin-left: 20px;
}

table.history{
  width: 100%;
  box-sizing: border-box;
}


table.history td{
  border: none;
  padding: 0 0 10px 10px;
}

table.history th{
  border: none;
  padding: 0 0 10px 0;
  text-align: left;
  font-weight: bold;
  background: none;
}


 /*　よくある質問
------------------------------------------------- */

dl.faq{
  border-radius: 3px;
  border: solid 1px #dbdbdb;
  padding: 20px;
  margin-bottom: 30px;
}

dl.faq dt{
  font-size: 120%;
  font-weight: bold;
  border-bottom: solid 1px #dbdbdb;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 50px;
}
dl.faq dt:before{
  content: "Ｑ";
  position: absolute;
  top: 0;
  left: 0;
  color: #1a1c93;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

dl.faq dd{
  position: relative;
  padding-left: 50px;
}
dl.faq dd:before{
  content: "Ａ";
  position: absolute;
  top: 0;
  left: 0;
  color: #e80000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}


 /*　お問い合わせ
------------------------------------------------- */

dl.contact{
	margin: 15px auto 0;
	display: table;
	width: 100%;
	border-collapse: separate;  /* セルの間隔を空ける */
  border-bottom: solid 1px #dbdbdb;
}
dl.contact dt{
	padding: 15px;
	margin-bottom: 10px;
	font-weight: 600;
	display: table-cell;
	width: 30%;
	vertical-align: middle;
	box-sizing: border-box;
}
dl.contact dd{
	display: table-cell;
	padding: 15px;
	width: 70%;
	box-sizing: border-box;
}

input,
select,
textarea{
	border: solid 1px #dbdbdb;
	padding: 10px;
	font-family: "Noto Sans JP","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

input.short{
  width: 300px;
	box-sizing: border-box;
}

input.long{
	width: 100%;
	box-sizing: border-box;
}
input.tel{
	width: 28%;
	box-sizing: border-box;
}

.text_red{
	color: #e80000;
}
.text_blue{
  color: #1a1c93;
}
.contact_body{
	width: 100%;
	box-sizing: border-box;
}

.input_button{
	background-color: #1a1c93;
	color: #FFF;
	border: none;
	padding: 20px 30px;
	font-size: 100%;
	margin: 50px 10px 0 10px;
}

.input_button:hover{
	background-color: #3436bd;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


.privacy{
	height: 250px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 20px;
	border: solid 1px #dbdbdb;
	margin: auto;
	background-color: #FFF;
  margin-top: 5px;
}

.privacy ol{
	margin-bottom: 30px;
}


.privacy ol li{
	list-style-type: decimal;
	margin-left: 23px;
	margin-bottom: 10px;
}

.privacy ol li ol li{
	list-style-type: none;
	text-indent: -2.6em;
	margin-left: 2.6em;
	margin-left: 20px;
}

select::-ms-expand {
	display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 30px 10px 10px;
	border-radius: 5px;
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-size: 16px 10px;
	background-position: right 7px center;
}



 /*　青ボタン
------------------------------------------------- */
.btn_contact{
  margin-top: 30px;
}
.btn_contact a{
  display: inline-block;
  background-color: #1a1c92;
  padding: 10px 50px;
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.btn_contact a::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  vertical-align: middle;
}
.btn_contact a:hover{
  background-color: #3436bd;
}

.download{
  border: solid 1px #dbdbdb;
  padding: 20px;
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  background-color: #f3f6f7;
  align-items: center;
}

.download div{
  width: calc(100% - 480px);
}
.download dl dt{
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 10px;
}

.photol_wrap{
    display: flex;
}
.photol_wrap picture{
    margin-right: 40px;
}










