@charset "utf-8";
@media screen and (max-width: 959px) {
}
/* common */
.d_pc {
    display: none;
}
.d_sp {
    display: block;
}
html {
  min-height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin-bottom: 356px;
}
img {
  max-width: 100%;
}
a:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.wrap {
  position: relative;
  min-height: 100%;
  border-top: solid 4px #1a306d;
}
.contents {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
/* header */
.header h1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100px;
}
.header h1 a img {
  position: absolute;
  top: 15px;
  left: 0;
  padding-left: 40px;
}
.type-page h2 {
  width: 100%;
  padding-left: 90px;
  margin: 0 auto;
  position: relative;
  font-size: 60px;
  color: #1a306d;
  line-height: 280px;
  letter-spacing: .1em;
}
.type-page h2::before {
  content: "";
  width: 8px;
  height: 144px;
  position: absolute;
  top: 68px;
  left: 40px;
  display: inline-block;
  background-color: #1a306d;
}
/* footer */
footer {
  width: 100%;
  height: 356px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1a306d;
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
.footer {
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}
.footer a {
  color: #ffffff;
}
.footer_info {
  float: left;
}
.footer_logo a {
  display: block;
  line-height: 0;
}
.footer_contact_btn {
  width: 298px;
  margin-top: 20px;
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 6px;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 550;
  line-height:56px;
}
.footer_contact_btn a {
  display: block;
  font-weight: 600;
  text-decoration: none;
}
.footer_contact_btn a::after {
  width: 10px;
  height: 56px;
  right: 22px;
  display: inline-block;
  position: absolute;
  content: "";
  background-image: image-set(url (../img/common/footer_contact_arrow.png) 1x, url(../img/common/footer_contact_arrow@2x.png) 2x);
  background-image: -webkit-image-set(url (../img/common/footer_contact_arrow.png) 1x, url(../img/common/footer_contact_arrow@2x.png) 2x);
  background-image: url(../img/common/footer_contact_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 16px;
}
.footer_contact_btn a:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #1a306d;
}
.footer_contact_btn a:hover::after {
  background-image: image-set(url(../img/common/footer_contact_arrow_hover.png) 1x, url(../img/common/footer_contact_arrow_hover@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/common/footer_contact_arrow.png) 1x, url(../img/common/footer_contact_arrow_hover@2x.png) 2x);
  background-image: url(../img/common/footer_contact_arrow_hover.png);
}
.footer_tel {
  margin-top: 20px;
  color: #ffffff;
  text-align: center;
}
.footer_tel .dashicons-phone {
  margin-right: .5em;
  display: inline-block;
  font-size: 30px;
}
.footer_telnumber {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: .1em;
}
footer nav ul {
  margin-left: 110px;
  float: left;
}
footer nav ul li {
  padding-bottom: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
footer nav ul li:first-child, footer nav ul:nth-child(2) {
  font-weight: bold;
}
.copyright {
  padding: 40px 0;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.05em;
  background: #1a306d;
}
/* pagetop */
#page-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
}
#page-top:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
/* top */
.top .header {
  margin: 0 auto;
  width: 100%;
  padding-bottom: 80px;
}
.top .header h1 {
  width: 92%;
  margin: 20px auto;
}
.header h1 a img {
  position: static;
  padding-left: 0;
}
.top .shinomarukun {
  width: 92%;
  position: static;
  margin: 0 auto;
}
.top h2 {
  padding-left: 0;
  color: #1a306d;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05em;
}
.top h2::before {
  content: none;
}
.top .ttl {
  display: block;
  font-size: 30px;
}
.top .ttl_s {
  padding-top: 10px;
  display: block;
  font-size: 12px;
  font-style: italic;
}
.top .news {
  width: 860px;
  margin: 0 auto;
  padding: 20px 40px;
  background-color: #ffffff;
  border: 1px solid #1a306d;
  border-radius: 6px;
}
.top .news h2 {
  margin-bottom: 10px;
}
.top .news ul li {
  position: relative;
  padding: 10px 0 10px;
  border-bottom: 1px dashed #1a306d;
  line-height: 1;
}
.top .news ul li:last-child {
  border-bottom: none;
}
.top .news ul li a {
  margin-left: 60px;
  display: inline-block;
}
.top .news ul li a:hover {
  color: #1a306d;
  text-decoration: underline #1a306d;
}
.top .news .news_icon::before {
  position: absolute;
  left: 20px;
  content: "NEW";
  font-size: 10px;
  color: #1a306d;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5;
}
/*.top .news ul li .date {
  display: inline-block;
  width: 116px;
  padding-left: 20px;
  color: #1a306d;
}*/
.top .contents .service {
  background-color: #1a306d;
  padding: 80px 0 90px;
}
.top .contents .service h2 {
  margin-bottom: 40px;
  color: #ffffff;
}
.top .contents .service ul {
  width: 1040px;
  margin: 0 auto;
}
.top .contents .service ul li {
  float: left;
  margin-left: 40px;
  box-shadow: 10px 10px 0 0 rgba(184,199,240,0.2);
}
.top .contents .service ul li a {
  display: block;
  line-height: 0;
}
.top .contents .service ul li:first-child {
  margin-left: 0;
}
.top .contents .contact {
  padding: 80px 0;
  background-color: #f2f3f5;
}
.top .contents .contact h2 {
  margin-bottom: 40px;
}
/* company */
.company table {
  width: 1018px;
  margin: 0 auto;
}
.company th, .company td {
  padding: 20px;
  border: solid 1px #bcbcbc;
}
.company th {
  width: 200px;
  vertical-align: middle;
  background-color: #1a306d;
  color: #ffffff;
  text-align: center;
  letter-spacing: .5em;
}
.company td {
  width: 600px;
  background-color: #ffffff;
}
/* cadcam */
.cadcam .contents {
  padding-bottom: 0;
}
.cadcam h3 {
  width: 1040px;
  margin: 80px auto;
  color: #1a306d;
  font-size: 45px;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: .05em;
}
.cadcam h4 {
  margin-bottom: 40px;
  padding-bottom: .05em;
  display: inline-block;
  color: #1a306d;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 2px solid #1a306d;
  letter-spacing: .05em;
}
.cadcam_box {
  width: 1040px;
  margin: 80px auto;
}
.cadcam_box div {
  width: 680px;
  float: left;
}
.cadcam_box img {
  margin-left: 40px;
  float: left;
}
/* usedmachine */
.usedmachine .contents {
  padding-bottom: 0;
}
.usedmachine section {
  margin-bottom: 80px;
  text-align: center;
}
.usedmachine_kaitori {
  width: 750px;
}
.usedmachine section:last-child {
  margin-bottom: 0;
}
.usedmachine .tx {
  margin-top: 40px;
  text-align: center;
  letter-spacing: .2em;
}
.usedmachine_stock {
  text-decoration: underline;
}
.usedmachine_stock a {
  color: #2e2e2e;
}
.usedmachine .page_contact h3 {
  font-size: 45px;
  font-weight: bolder;
}
.usedmachine .contact_form td {
text-align: left;
}
/* contact_form */
.page_contact {
  background-color: #f2f3f5;
  padding-bottom: 80px;
}
.page_contact h3 {
  margin: 0 auto;
  padding: 80px 0 40px;
  text-align: center;
  color: #1a306d;
  letter-spacing: .05em;
}
.contact_form table {
  width: 800px;
  margin: 20px auto 40px;
}
.contact_form th, .contact_form td {
  padding: 20px;
  border: solid 1px #bcbcbc;
}
.contact_form th {
  width: 28%;
  vertical-align: middle;
  background-color: #1a306d;
  color: #ffffff;
  text-align: center;
}
.contact_form table th span { 
  margin-left: 10px;
  padding: 4px;
  background-color: #d90200;
  border-radius: 4px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  vertical-align: inherit;
}
.contact_form td {
  width: 72%;
  background-color: #ffffff;
}
.contact_form td input, .contact_form textarea {
  padding: .5em;
  font-size: 14px;
  line-height: 1.4;
}
.contact_form textarea {
  width: 100%;
  height: 200px;
  -webkit-resize: vertical;
  -moz-resize:vertical;
  resize: vertical;
}
.contact_form .contact_form_btn {
  width: 800px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.contact_form .contact_form_btn input[type="submit"] {
  width: 200px;
  position: absolute;
  top: 0;
  left: 300px;
  color: #ffffff;
  font-size: 16px;
  line-height: 54px;
  font-weight:bold;
  background-color: #1a306d;
}
.contact_form .contact_form_btn input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
  text-decoration: none;
}
/* blog archive */
.archive_blog {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.archive_blog_ttl {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 280px;
  background-image: url(img/archive/kv_archive.jpg);
  background-image: image-set(url(img/archive/kv_archive.jpg) 1x, url(img/archive/kv_archive@2x.jpg) 2x);
  background-image: -webkit-image-set(url(img/archive/kv_archive.jpg) 1x, url(img/archive/kv_archive@2x.jpg) 2x);
}
.archive_blog_subttl {
  margin: 40px 0;
  color: #1a306d;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .05em;
}
.archive_blog_list li {
  margin-right: 5%;
  width: 30%;
  height: 340px;
  float: left;
}
.archive_blog_list li:nth-child(3n) {
  margin-right: 0;
}
.archive_blog_list li .post_cat {
  margin-bottom: 5px;
}
.archive_blog_list li img {
  margin: 10px 0;
  width: 100%;
  height: auto;
}
h2.title-archive {
  font-size: 16px !important;
}
.archive_blog .nav-links {
  margin-top: 40px;
  text-align: center;
}
.archive_blog .nav-links a {
  color: #1a306d;
  font-weight: bold;
}
.archive_blog .nav-links .page-numbers {
  padding: 0 1em;
  text-decoration: none;
}
.archive_blog .nav-links .next.page-numbers {
text-decoration: none;
}
/* blog page */
.page_blog {
  width: 1080px;
  margin: 40px auto 0;
  padding-bottom: 80px;
}
.blog_contents_left {
  width: 740px;
  margin-left: 40px;
  float: left;
}
.post_cat a {
  margin-bottom: 5px;
  padding: 0 1em;
  display: inline-block;
  min-width: 100px;
  height: 30px;
  background: #1a306d;
  line-height: 30px;
  font-size: 12px;
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
}
.blog_contents_left h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .05em
}
.post_date {
  font-size: 14px;
  color: #5b5b5b;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.page_blog .nav-links {
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px solid #1a306d;
}
.page_blog .nav-previous {
  margin-right: 10px;
  padding-left: 1.5em;
  width: calc(50% - 10px);
  height: 60px;
  float: left;
  position: relative;
  line-height: 60px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  border-right: 1px solid #1a306d;
}
.page_blog .nav-next {
  margin-left: 10px;
  padding-right: 1.5em;
  width: calc(50% - 10px);
  height: 60px;
  float: right;
  position: relative;
  line-height: 60px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.page_blog .nav-previous::before {
  height: 60px;
  position: absolute;
  top: 0;
  left:0;
  content: "\f341";
  line-height: 60px;
  font-family: "dashicons";
  color: #1a306d;
  font-weight: bold;
}
.page_blog .nav-next::after {
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  right:0;
  content: "\f345";
  line-height: 60px;
  font-family: "dashicons";
  color: #1a306d;
  font-weight: bold;
}
/* blog_sidebar */
.sidebar-blog {
  width: 300px;
  margin: 40px auto 0;
  padding: 0 40px;
  float: right;
}
.sidebar-blog li {
  list-style-type: none;
}
.sidebar-blog .widget_nav_menu a {
  color: #1a306d;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -.05em;
}
.sidebar-blog h2.widgettitle {
  margin-top: 40px;
  color: #1a306d;
  font-weight: bold;
  font-size: 16px;
}
.sidebar-blog .npcatch .title {
  height: 65px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.sidebar-blog .npcatch .date {
  font-size: 12px;
  color: #5b5b5b;
}
.wp-block-post-featured-image {
  aspect-ratio: auto;
}
}