@charset "UTF-8";
.tt_page {
  background: url(../common_img/bg_title.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 112px;
  text-align: center;
}
.tt_page h2 {
  color: #022e5b;
  font-size: 26px;
  color: #022e5b;
  font-weight: normal;
  font-family: A-OTF Shin Go Pro, "A-OTF 新ゴ Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
}

.content_page {
  padding: 3% 1% 10%;
}

.white_bg {
  background: #fff;
  padding: 3%;
}
input.ime_off {
    ime-mode: inactive;
}
.cm_tbl01 {
  width: 100%;
  margin-bottom: 30px;
}
.cm_tbl01 th, .cm_tbl01 td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  font-weight: normal;
}
.cm_tbl01 th {
  background: #f2f2f2;
  position: relative;
}
.cm_tbl01 th .hissu, .cm_tbl01 th .ninni {
  padding-left: 50px;
}
.cm_tbl01 th .hissu:before, .cm_tbl01 th .ninni:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  width: 35px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  text-align: center;
}
.cm_tbl01 th .hissu:before {
  content: '必須';
  color: #e3421a;
}
.cm_tbl01 th .ninni:before {
  content: '任意';
  color: #2b850b;
}
.cm_tbl01 td input[type="text"], .cm_tbl01 td input[type="email"], .cm_tbl01 td input[type="tel"] {
  width: 100%;
  height: 35px;
  padding: 0 10px;
}
.cm_tbl01 td select {
  width: 70%;
  height: 35px;
}
.cm_tbl01 td textarea {
  width: 100%;
}

.a_phone {
  color: #000;
  text-decoration: none !important;
}

.googlemap {
  margin-bottom:  30px;
}

.googlemap iframe {
  width: 100%;
  height: 300px;
}

.sdgs {text-align: center;}
.sdgs dl { margin-top: 20px; text-align: left;}
.sdgs dl dt { margin-bottom: 10px; font-weight: bold;}
.sdgs dl dd { margin-bottom: 20px;}
.sdgs img { border: 1px solid #ddd; max-width: 70%;}

.cm_products {
  margin-top: 30px;
}
.cm_products ul {
  margin-bottom: 25px;
}
.cm_products ul li {
  margin-bottom: 15px;
}
.cm_products ul a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  background: url(../common_img/bg_button.jpg) center center;
  background-size: cover;
  border: 1px solid #dddddd;
  padding: 10px;
}
.cm_products ul a span {
  background: url(../common_img/arr4.png) center left no-repeat;
  background-size: 25px;
  padding-left: 40px;
}
.cm_products .cm_button2 {
  width: 100%;
  border-radius: 0;
}
.cm_products .cm_button2 a {
  border-radius: 0;
}

.cm_button3 a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #454545;
  text-decoration: none;
  font-weight: bold;
  background: url(../common_img/bg_button.jpg) top center;
  background-size: cover;
  border: 1px solid #dddddd;
  padding: 10px;
}
.cm_button3 a span {
  position: relative;
  padding-left: 20px;
}
.cm_button3 a span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #7aa0c4;
}

.cm_button4 {
  margin-bottom: 10px;
}
.cm_button4 a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  background: url(../common_img/bg_btn.png) center center;
  background-size: cover;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  border-radius: 5px;
}
.cm_button4 a span {
  display: inline-block;
  background: url(../common_img/arr4.png) center left no-repeat;
  padding-left: 40px;
  background-size: 30px;
}

.cm_tt5 {
  font-size: 20px;
  color: #014b94;
  font-family: A-OTF Shin Go Pro, "A-OTF 新ゴ Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  font-weight: 500;
}

.cm_tt6 {
  background: url(../dental_equipment/images/bg01.png) top center no-repeat;
  background-size: 100%;
  font-size: 16px;
  color: #014b94;
  text-align: center;
  padding: 3% 2% 7%;
  margin: 5% 0 3%;
}
.cm_tt6 span {
  font-size: 27px;
  color: #0099ff;
}

.cm_tt8 {
  font-size: 16px;
  background: #e9f4fe;
  border-left: 4px solid #00cccc;
  font-weight: normal;
  padding: 3px 0px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.pager {
  margin-top: 30px;
  display: flex;
}
.pager .prev {
  float: left;
}
.pager .prev a {
  background: none;
}
.pager .next {
  float: right;
}
.pager .cm_button2 {
  width: 100px;
}
.pager .cm_button2.is-hidden {
  visibility: hidden;
}
.pager .cm_button2 a {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  background-size: 9px;
}
.pager .cm_button2.back,
.pager .cm_button2.next {
  width: 28%;
}

.blue_clr {
  color: #0da2f7;
}

.line_blue01 {
  font-size: 16px;
  border-bottom: 3px solid #34b2fe;
  margin-bottom: 10px;
}

.line_blue02 {
  font-size: 16px;
  border-bottom: 3px solid #92DBB7;
  margin-bottom: 10px;
}
#a1 .line_blue02{
  border-bottom-color: #92DBDB;
}
.line_purple {
  font-size: 16px;
  border-bottom: 3px solid #b7b7db;
  margin-bottom: 10px;
}

.bdr_box {
  border: 2px solid #dddddd;
  padding: 3%;
  background: url(../../cadcam/images/bg.png) repeat-x bottom;
  margin-bottom: 20px;
}

.bdr_blue {
  padding: 3%;
}
#a1 .bdr_blue {
  border: 1px solid #92DBDB;
}
#a2 .bdr_blue{
  border:1px solid #92DBB7;
}
.bdr_purple {
  border: 1px solid #B7B7DB;
  padding: 3%;
  margin-bottom: 15px;
}
.tt_purple {
  color: #9999cc;
  font-size: 16px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
}

.contact_box {
  background-color: #e0e0e0;
  /* For browsers that do not support gradients */
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: -o-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  /* Standard syntax (must be last) */
  border: 1px solid #dddddd;
  padding: 3%;
}
.contact_box .tt {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact_box .time {
  text-align: center;
  color: #fff;
  background: #014b94;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 15px;
}
.contact_box .tel {
  padding: 0 5%;
  margin-bottom: 15px;
}

.indent li {
  text-indent: -18px;
  margin-left: 18px;
}

.indent2 li {
  text-indent: -15px;
  margin-left: 15px;
}

#formend {
  margin-bottom: 10px;
}
#formend .submit_btn {
  display: block;
  width: 350px;
  max-width: 100%;
  color: #fff;
  text-decoration: none;
  background: url(../common_img/bg_btn.png) center center;
  background-size: cover;
  text-align: center;
  font-size: 17px;
  border-radius: 5px;
  margin: auto;
}
#formend .submit_btn input {
  display: block;
  background: url(../common_img/arr4.png) center left 30px no-repeat;
  padding-left: 35px;
  background-size: 25px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: none;
  border-radius: 10px;
  color: #fff;
}

#formend .submit_btn2 {
  display: block;
  width: 350px;
  max-width: 100%;
  color: #fff;
  text-decoration: none;
  background: url(../common_img/bg_btn.png) center center no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 17px;
  border-radius: 5px;
  margin: auto;
  margin: 5px;
}
#formend .submit_btn2 input {
  display: block;
  background: url(../common_img/arr4.png) center left 30px no-repeat;
  padding-left: 35px;
  background-size: 25px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: none;
  border-radius: 10px;
  color: #fff;
}
#formend .submit_btn2 input.rtn {
  background: url(../common_img/arr5.png) center left 30px no-repeat;
  background-size: 25px;
}

.inner_pp {
  margin-top: 10%;
}
.inner_pp p {
  margin-bottom: 20px;
}
.inner_pp .plist {
  margin-top: 20px;
  border: 3px double #ccc;
  padding: 5px 10px;
  background: #eee;
}

.list_product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_product li {
  border: 1px solid #ccc;
  padding: 2%;
  padding-bottom: 50px;
  width: 48%;
  background: url(../../product/images/bg.jpg) no-repeat top 2px left;
  margin-bottom: 4%;
  position: relative;
  z-index: 1;
}
.list_product li::before{
  width: 100%;
  height: 100%;
  content: "";
  position: -1;
  border:2px solid #fff;
  position: absolute;
  left: 0;
  top:0;
}
.list_product li > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}
.list_product li .name {
  font-weight: bold;
  color: #004B93;
  padding: 0px 5px 4px 5px;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 15px;
  line-height: 1.2;
}
.list_product li figure {
  text-align: center;
  margin-bottom: 20px;
}
.list_product li .cm_button2 {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
}
.list_product li .cm_button2 a {
  font-size: 14px;
  padding: 5px;
  border-radius: 0;
}

.cm_products2 {
  margin-top: 40px;
}

.product_cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_cols p {
  width: 48%;
  margin-bottom: 4%;
}

.tt_de {
  font-size: 17px;
  margin-bottom: 10px;
}

.red_clr {
  color: #f00;
}

.contact_box2 {
  position: relative;
  margin-bottom: 30px;
}
.contact_box2 a {
  content: '';
  position: absolute;
  top: 55%;
}
.contact_box2 a.a_tel {
  left: 0;
  width: 69%;
  height: 22%;
}
.contact_box2 a.a_ct {
  right: 0;
  width: 33%;
  height: 40%;
}
/*--------------ABOUT--------------*/
.about_page .box01 {
  background: url(../about/images/bg01.jpg) top center no-repeat;
  background-size: cover;
  padding: 10px 0;
  padding-left: 42%;
  margin-bottom: 10px;
}
.about_page .box02 .tt {
  background: url(../about/images/shaddow.png) bottom center no-repeat;
  background-size: 100%;
  padding-bottom: 20px;
  margin-top: 33px;
}
.about_page .box02 .tt h3 {
  color: #014b94;
  padding: 10px 0;
  font-size: 16px;
}
.about_page .box02 .tt h3.number01 {
  background: url(../about/images/no1.png) top left no-repeat;
  background-size: 45px;
  padding-left: 55px;
}
.about_page .box02 .tt h3.number02 {
  background: url(../about/images/no2.png) top left no-repeat;
  background-size: 45px;
  padding-left: 55px;
}
.about_page .box02 .tt h3.number03 {
  background: url(../about/images/no3.png) top left no-repeat;
  background-size: 45px;
  padding-left: 55px;
}
.about_page .box02 figure {
  padding: 5% 7% 0;
}
.about_page .box02 .cm_button3 {
  margin-top: 20px;
}

/*--------------BLOG--------------*/
.blog_page .tt_page h2 {
  text-align: center;
}
.blog_page .tt_page h2 img {
  width: 50%;
  margin: auto;
}
.blog_page .blog_list li {
  margin-bottom: 15px;
}
.blog_page .blog_list .txt_links a {
  color: #333;
}
.blog_page .video iframe {
  width: 100%;
}
.blog_page.detail .blog_list p {
  margin-bottom: 20px;
}

/*--------------NEWS--------------*/
.news_page .pager .cm_button2 {
  width: 130px;
}
.news_page .pager .prev a {
  padding-left: 30px;
}
.news_page .pager .next a {
  padding-right: 30px;
}
.news_page .new_box {
  margin: 20px 0;
  padding: 3%;
  border: double 3px #ddd;
  background: #fff;
}
.news_page .new_box h3 {
  margin: 0px 0 10px 0;
  padding: 5px 0 5px 0;
  border-bottom: solid 1px #ddd;
  color: #666;
  text-align: left;
}
.news_page .new_box h3 span {
  display: block;
}
.news_page .new_box .data {
  margin: 0 10px 0px 0px;
  padding: 0;
  color: #0099ff;
  font-size: 12px;
}
.news_page .new_box .lightbox_ph {
  float: right;
  padding-left: 20px;
  width: 50%;
}
.news_page .new_box a {
  color: #0099ff;
}

.youtube iframe {
	width: 100% !important;
	margin-top: 15px;
}

/*--------------CADCAM--------------*/
.cadcam_page {
  /* .contact_top{
      .tt figure img{
          margin-left: -28px;
      }
  } */
}
.cadcam_page .cm_products {
  display: none;
}
.cadcam_page .cm_tt5 {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10%;
}
.cadcam_page figure {
  text-align: center;
}
.cadcam_page .photo01 {
  margin-bottom: 20px;
  position: relative;
}
.cadcam_page .photo01 a {
  position: absolute;
  z-index: 2;
}
.cadcam_page .photo01 .link01 {
  top: 34%;
  left: 4%;
  width: 32%;
  height: 17%;
}
.cadcam_page .photo01 .link02 {
  top: 35%;
  right: 10%;
  width: 32%;
  height: 17%;
}
.cadcam_page .photo01 .link03 {
  bottom: 5%;
  left: 10%;
  width: 47%;
  height: 17%;
}
.cadcam_page .photo02 {
  width: 60%;
  margin: 20px auto;
}
.cadcam_page .photo05 {
  width: 60%;
  margin: 20px auto;
}
.cadcam_page .photo07 {
  width: 60%;
  margin: 20px auto;
}

/*--------------SUPPORT--------------*/
.support_page .cm_tt4:after {
  width: 70%;
}
.support_page .bdr_blue {
  padding: 30px 8%;
  position: relative;
  border-width: 4px;
}
.support_page .bdr_blue li {
  position: relative;
  background-color: #e0e0e0;
  /* For browsers that do not support gradients */
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: -o-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  /* Standard syntax (must be last) */
  border: 1px solid #dddddd;
  margin-bottom: 75px;
  position: relative;
}
.support_page .bdr_blue li:after{
  bottom: -75px;
}
.support_page .bdr_blue li:last-of-type{
  margin-bottom: 0px;
}
.support_page .bdr_blue li:after,.support_page .bdr_blue:first-of-type:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../support/images/arr.png) no-repeat;
  width: 48px;
  height: 74px;
  background-size: 100%;
}
.support_page .bdr_blue:first-of-type{
  margin-bottom: 75px;
}
.support_page .bdr_blue:first-of-type:after{
  top:100%;
  margin-top: 4px;
}
.support_page .bdr_blue li:last-child:after {
  content: none;
}
.support_page .bdr_blue li > div {
  padding: 30px 20px 10px 40px;
}
.support_page .bdr_blue li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
}
.support_page .bdr_blue li h3 {
  font-size: 19px;
  color: #014b94;
  margin-bottom: 5px;
  font-weight: normal;
}
.support_page .bdr_blue li p {
  font-size: 15px;
}
.support_page .bdr_blue li .bg01 {
  background: url(../support/images/icon1.png) center right 10px no-repeat;
  background-size: 35%;
  padding: 30px 40px;
}
.support_page .bdr_blue li .bg02 {
  background: url(../support/images/icon2.png) center right 10px no-repeat;
  background-size: 35%;
}
.support_page .bdr_blue li .bg03 {
  background: url(../support/images/icon3.png) center right 10px no-repeat;
  background-size: 35%;
}
.support_page .bdr_blue li .bg04 {
  background: url(../support/images/icon4.png) center right 10px no-repeat;
  background-size: 35%;
}
.support_page .bdr_blue li .blue_txt {
  position: absolute;
  bottom: -72px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  background: #014b94;
  padding: 3px 2%;
  z-index: 9;
  text-align: center;
  border-radius: 12px;
  font-size: 13px;
}

/*--------------RECRUIT--------------*/
.recruit_page .cm_tt4:after {
  width: 70%;
}
.recruit_page .box01 {
  margin-bottom: 15px;
}
.recruit_page .box01 figure {
  width: 42%;
  float: right;
  margin-left: 15px;
}
.recruit_page .cm_button2 a {
  background: none;
  font-size: 15px;
}
.recruit_page .cm_button2.contact_btn span {
  background: url(../common_img/icon_mail.png) center left no-repeat;
  display: inline-block;
  padding-left: 40px;
  background-size: 30px;
}

/*--------------CONTACT--------------*/
.contact_page .cm_tt4:after {
  width: 70%;
}
.contact_page .map_top {
  background: url(../contact/images/map.png) center right 20px no-repeat #ebe9ea;
  background-size: 95px;
  padding: 3% 3% 5%;
}
.contact_page .cm_products {
  display: none;
}

/*--------------PRODUCT--------------*/
.product_page .cm_button2 a {
  background-position: center right 7px;
}
.product_page .pager .cm_button2 {
  width: 140px;
}
.product_page .pager .cm_button2 a {
  border-radius: 0;
}
.product_page .pager .cm_button2.prev a {
  background-position: center left 7px;
}
.product_page.detail .photo_lb {
  border: 1px solid #ccc;
  padding: 2%;
  margin-bottom: 15px;
}
.product_page.detail .cm_tbl01 th, .product_page.detail .cm_tbl01 td {
  font-size: 15px;
}
.product_page.detail .cm_tbl01 td p {
  margin-bottom: 30px;
}
.product_page.detail .pager {
  position: relative;
  margin-top: 30px;
  padding-bottom: 40px;
}
.product_page.detail .pager .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0;
}
.product_page.detail .pager .back a {
  background: none;
  border-radius: 0;
}

/*--------------dental_equipment--------------*/
.dental_equipment_page .cm_products {
  display: none;
}

@media only screen and (max-width: 480px) {
  .product_page.detail .pager .back {
    top: 40px;
  }
}
@media only screen and (max-width: 415px) {
  .cm_button4 a {
    font-size: 14px;
  }

  .tt_page h1 {
    font-size: 22px;
  }

  .cm_button3 a {
    font-size: 15px;
  }

  /*--------------SUPPORT--------------*/
  .support_page .bdr_blue {
    padding: 30px 4%;
  }
  .support_page .bdr_blue li > div {
    padding: 30px 20px 10px 28px;
  }
  .support_page .bdr_blue li{
    margin-bottom: 65px;
  }
  .support_page .bdr_blue li:after {
    width: 32px;
    bottom: -82px;
  }
  .support_page .bdr_blue li h3 {
    font-size: 17px;
  }
}
