@charset "UTF-8";
/* CSS Document */
:root {
  --large-width: 980px;
}

body a,
a:visited {
  color: #333333;
  text-decoration: none;
  transition: 0.1s;
}

body a:hover {
  color: #e96c0e;
}

body a.visit {
  font-weight: 600;
}

body a.visit:visited {
  color: #e96c0e;
}

body a.visit:hover {
  color: #0c1d49;
}

body .main {
  background-position: 50% 50%;
  animation: imganime1 1.5s ease-out;
}

a.normal_link {
  color: #333333;
  border-color: #333;
  text-decoration: none;
  font-weight: normal;
  transition: 0.3s;
}

a.normal_link:hover {
  color: #e96c0e;
  border-color: #e96c0e;
}

a.normal_link_orange {
  color: #e96c0e;
  border-color: #e96c0e;
  text-decoration: none;
  transition: 0.3s;
}

.normal_link_orange:hover {
  color: #333;
  border-color: #333;
}

p {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  display: block;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  image-rendering: -webkit-optimize-contrast;
}

body {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .header img {
    width: 244px;
  }
  header .container {
    display: flex;
    justify-content: space-between;
  }
  .headerBtn {
    width: 450px;
  }
  .headC {
    display: none;
  }
  .headB {
    display: none;
  }
}
@media (max-width: 767px) {
  .header img {
    width: 180px;
  }
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headerBtn {
    display: none;
  }
  .headC button {
    margin-right: 20px;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 28px;
    opacity: 0.5;
    cursor: pointer;
    background: #ffffff;
    display: block;
  }
  .headB {
    display: none;
  }
}
header .container {
  max-width: 980px;
  margin: 15px auto;
}
@media (max-width: 768px) {
  header .container.mobile_navi {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    margin-top: 0;
  }
  header .container.mobile_navi .header img {
    width: 180px;
    aspect-ratio: 90/43;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
}

@media (max-width: 980px) {
  .header {
    margin: 0 0 0 15px;
    max-width: 244px;
  }
  .headerBtn {
    margin: 0 15px 0 0;
  }
}
.headerBtn .topBtn img {
  float: right;
}

.headerBtn .topBtn::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.headerBtn .topBtn img {
  width: 100%;
  max-width: 353px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

/*-- express ver2--*/
.headerBtn .topBtn.express img {
  width: 100%;
  max-width: 300px;
  transition: 0.3s;
}

.headerBtn .topBtn.express {
  border: 1px solid #005ea5;
  max-width: 300px;
  float: right;
}

/*----*/
.headerBtn .topBtn img:hover {
  opacity: 0.6;
}

.headerBtn .topBtnText img {
  width: 100%;
  max-width: 266px;
}

p.topBtnText {
  max-width: 266px;
  display: block;
  margin: 0 auto;
}

.shadow {
  position: absolute;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset;
  width: 100%;
  height: 10px;
  z-index: 1;
}

.headerBtn ul.header_list {
  text-align: right;
  bottom: 0;
}

/*-- 英語・お問合せ・最新情報 --*/
.headerBtn.header_list {
  position: relative;
}

.headerBtn.header_list ul.header_list {
  position: absolute;
  bottom: 0;
  right: 0;
}

.headerBtn ul.header_list li {
  padding-left: 12px;
  font-size: 14px;
  background: url(../images/common/ar_black.png) no-repeat;
  background-position: 0 7px;
  line-height: 1.4;
  display: inline;
  margin-left: 15px;
  font-weight: 700;
  font-style: normal;
}

.headerBtn ul.header_list li a {
  color: #343434;
  text-decoration: none;
  transition: 0.3s;
  border-bottom: none;
}

.headerBtn ul.header_list li a:hover {
  color: #e96c0e;
}

@media (min-width: 768px) {
  .contA .container {
    display: flex;
  }
  .contA .text {
    flex: 1;
  }
}
.hero-slider {
  background: url(../images/index/index_slide_back.webp) repeat-x;
  background-size: contain;
  position: relative;
  max-height: 315px;
}
@media (max-width: 768px) {
  .hero-slider {
    background-size: cover;
    padding-top: 86px;
  }
}

.bg-mask {
  background: rgba(255, 255, 255, 0.5);
  height: auto;
}

@media (max-width: 768px) {
  .c-navi__page-scroll {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .c-navi__page-scroll.c-navi__page-scroll--lock {
    position: fixed;
    overflow: hidden;
  }
}

.l-overlay {
  display: none;
}
@media (max-width: 768px) {
  .l-overlay--mobile {
    position: relative;
    width: 100%;
  }
  .l-overlay--mobile.l-overlay--active {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 900;
  }
}

.hero-slider .topImg img {
  margin: 0 auto;
  display: block;
  width: 100%;
  position: relative;
}

.center-item {
  margin: 0 auto;
  text-align: center;
}

.center {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

.center-item img {
  max-width: 100%;
  height: auto;
}

.single-item {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
}

.single-item.mobile_slide {
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
}

.single-item img {
  max-width: 100%;
  height: auto;
  transition: 0.3s ease-in;
}

.single-item img:hover {
  opacity: 0.8;
}

/* ▼表示領域が768px以上の場合 */
@media (min-width: 768px) {
  div.pc_slide {
    display: block;
    opacity: 0;
    transition: 0.8s;
  } /*-- ＰＣ --*/
  div.mobile_slide {
    display: none;
  } /*-- タブレット/スマホ --*/
}
/* ▼表示領域が768px未満の場合 */
@media (max-width: 767px) {
  div.pc_slide {
    display: none;
  }
  /*-- ＰＣ --*/
  div.mobile_slide {
    display: block;
    opacity: 0;
    transition: 0.8s;
  } /*-- タブレット/スマホ --*/
}
@media (min-width: 768px) {
  .conB .container {
    display: flex;
    justify-content: center;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .conB .text {
    margin-right: 30px;
    max-width: 300px;
    flex: 1;
  }
  .conB .text:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .conB .container {
    margin-top: 30px;
  }
  .conB .text {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    flex: 1;
  }
}
.conB {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.conB .container {
  padding: 0 30px 30px 30px;
}

.conB .text {
  text-align: center;
  border: 1px solid #505050;
  padding: 0;
  box-shadow: 2px 2px 5px #b2b2b2;
  transition: 0.3s;
}

.conB .text:hover {
  box-shadow: 0 0 5px #e96c0e;
}

.conB .text p {
  margin: 0;
  padding: 0 15px 15px 15px;
}

.conB .text img {
  width: 100%;
}

.conB .text h2 {
  margin: 10px 0 10px 0;
  padding-left: 18px;
  background-image: url("../images/common/btn1.jpg");
  background-repeat: no-repeat;
  background-position: 0 8px;
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle;
  font-size: 20px;
  font-style: normal;
}

_:lang(x)::-ms-backdrop,
.conB .text h2 {
  padding-top: 7px;
  background-position: 0 13px;
}

@media (min-width: 767px) and (max-width: 768px) {
  .conB .text h2 {
    font-size: 18px;
  }
}
.conB .text a,
.conB .text a:visited {
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}

.conB .text a:hover {
  color: #e96c0e;
}

.conC {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.conC h2 {
  max-width: 522px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.conC h2 img {
  width: 100%;
}

.conC p.btn {
  max-width: 220px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  display: block;
  box-shadow: 0 5px 4px -4px #b2b2b2;
}

.conC .container {
  margin: 15px 0 10px 0;
  padding: 15px;
  background: url(../images/index/top_middleback.jpg) no-repeat;
  background-size: cover;
  border-top: 2px solid #e96c0e;
}

.conC .container .text p {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.conC .container .text div {
  margin-bottom: 20px;
}

.conC div.container div.text img {
  width: 100%;
  margin: 0 auto;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.6));
}

.conC div.container div.text img.img1 {
  max-width: 304px;
}

.conC div.container div.text img.img2 {
  max-width: 533px;
}

.conC div.container div.text img.img3 {
  max-width: 489px;
}

p.btn {
  margin-bottom: 15px;
}

@media (max-width: 980px) {
  section.conD {
    margin: 0 15px 0 15px;
  }
  ul.tabs {
    display: none;
  }
}
.conD {
  margin: 0 auto;
  max-width: 980px;
}

.conD h2,
.conY h2 {
  font-style: normal;
  font-size: 20px;
  border-left: 5px solid #e96c0e;
  padding: 0 0 0 10px;
  margin: 0;
}

section.contents_middle {
  margin: 20px auto;
  display: block;
  width: 100%;
}

@media (max-width: 980px) {
  section.contents_middle {
    margin-top: -20px;
  }
}
.contents_middle .container {
  margin: 0 auto;
  max-width: 980px;
}

.contents_middle .container .center img,
.contents_middle .container .center p {
  text-align: center;
  margin: 0 auto;
}

.contents_middle .container .center .pc .conic_images {
  margin-top: 20px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contents_middle .container .center .mobile_all .conic_images {
  margin: 15px;
}

.contents_middle .container .center .conic_images img {
  width: 100%;
  height: 100%;
}

.contents_middle .container .center p {
  font-weight: 900;
  font-size: 20px;
  color: #1a1a1a;
}

.contents_middle .container .center p span.orange {
  color: #e96c0e;
}

.contents_middle .container .center p.ma_top30 {
  margin-top: 30px;
}

/*-- middle2_img --*/
.index_middle2_img {
  margin: 10px 0 0 0;
  padding: 30px 0 30px 0;
  background: #7cc1dd;
  background: linear-gradient(to bottom, #fff, #7cc1dd 30%, #7cc1dd);
}

.index_middle2_img .container {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 600px;
}

/*---------------------------------------------------*/
.index_middle_title_none {
  display: none;
}

.index_middle_title {
  display: block;
  overflow: hidden;
  position: relative;
}

@keyframes index_middle_title {
  100% {
    transform: translateX(100%);
  }
}
.index_middle_title:before {
  animation: index_middle_title 3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/*---------------------------------------------------*/
.index_middle_text {
  display: block;
  transition: all 1s ease-out;
  transition-delay: 0.5s;
  transform: translateY(20%);
  opacity: 0;
}

.index_middle_text_end {
  opacity: 1;
  transform: rotate(0);
}

/*---------------------------------------------------*/
.index_middle_img1 {
  display: block;
  width: 239px;
  margin-right: -40px;
  margin-top: 30px;
  transition: all 0.8s ease-out;
  transition-delay: 0s;
  transform: translateY(20%);
  opacity: 0;
  z-index: 11;
  position: relative;
}

.index_middle_img1_end {
  opacity: 1; /* 不透明 */
  transform: translateY(0); /* X軸方向に0px */
}

/*---------------------------------------------------*/
.index_middle_img2 {
  display: block;
  width: 239px;
  margin-left: -45px;
  margin-top: 30px;
  transition: all 0.8s ease-out;
  transition-delay: 0.5s;
  transform: translateY(20%);
  opacity: 0;
  z-index: 12;
  position: relative;
}

.index_middle_img2_end {
  opacity: 1; /* 不透明 */
  transform: translateY(0); /* X軸方向に0px */
}

/*---------------------------------------------------*/
.index_middle_img3 {
  display: block;
  width: 239px;
  transition: all 1s ease;
  transition-delay: 1s;
  transform: translateY(20%);
  opacity: 0;
  z-index: 10;
  position: relative;
}

.index_middle_img3_end {
  opacity: 1; /* 不透明 */
  transform: translateY(0); /* X軸方向に0px */
}

/*---------------------------------------------------*/
.index_middle_text2 {
  display: block;
  transition: all 0.8s ease-out;
  transition-delay: 0;
  transform: translateY(20%);
  opacity: 0;
}

.index_middle_text2_end {
  opacity: 1;
  transform: rotate(0);
}

/*---------------------------------------------------*/
.index_middle_text3 {
  display: block;
  transition: all 0.8s ease-out;
  transition-delay: 0.5s;
  transform: translateY(20%);
  opacity: 0;
}

.index_middle_text3_end {
  opacity: 1;
  transform: rotate(0);
}

/*---------------------------------------------------*/
/*---------------------------------------------------*/
.index_middle2_img1 {
  display: block;
  transition: all 2s ease-out;
  transition-delay: 1s;
  opacity: 0;
}

.index_middle2_img1_end {
  opacity: 1;
  transform: rotate(0);
}

/*---------------------------------------------------*/
.tabs {
  padding-bottom: 3px;
  border-bottom: 2px solid #e96c0e;
}

.tabs:after {
  content: "";
  clear: both;
  display: block;
}

.tabs li {
  float: left;
  margin: 5px 5px 5px 0;
  padding: 2px 10px 2px 10px;
  background: #ffffff;
  cursor: pointer;
  box-sizing: border-box;
  font-style: normal;
  outline: none;
  font-size: 14px;
}

_:lang(x)::-ms-backdrop,
.tabs li {
  font-weight: 700;
}

/*お知らせ*/
.tabs li:first-of-type {
  border: 1px solid #000000;
  border-radius: 3px;
  border-color: #000000;
  color: #000000;
  opacity: 0.6;
}

.tabs li:nth-of-type(2) {
  border: 1px solid #e96c0e;
  background: #e96c0e;
  border-radius: 3px;
  border-color: #e96c0e;
  color: #ffffff;
  opacity: 0.6;
}

.tabs li:nth-of-type(3) {
  border: 1px solid #0066c7;
  background: #0066c7;
  border-radius: 3px;
  border-color: #0066c7;
  color: #ffffff;
  opacity: 0.6;
}

.tabs li:nth-of-type(4) {
  border: 1px solid #ff0000;
  background: #ff0000;
  border-radius: 3px;
  border-color: #ff0000;
  color: #ffffff;
  opacity: 0.6;
}

.tabs li:nth-of-type(5) {
  border: 1px solid #0c1d49;
  background: #0c1d49;
  border-radius: 3px;
  border-color: #0c1d49;
  color: #ffffff;
  opacity: 0.6;
}

.tabs li:nth-of-type(6) {
  border: 1px solid #00299b;
  background: #00299b;
  border-radius: 3px;
  border-color: #00299b;
  color: #ffffff;
  opacity: 0.6;
}

.tabs li:nth-of-type(7) {
  border: 1px solid #339300;
  background: #339300;
  border-radius: 3px;
  color: #ffffff;
  opacity: 0.6;
}

.tabs li:nth-of-type(8) {
  border: 1px solid #666666;
  background: #666666;
  border-radius: 3px;
  color: #ffffff;
  opacity: 0.6;
}

.tabs li:hover {
  color: #000000;
  opacity: 1;
}

.tabs li:first-of-type[aria-selected=true] {
  color: #000000;
  opacity: 1;
  /*outline: none;*/
}

.tabs li:nth-of-type(2):hover,
.tabs li:nth-of-type(3):hover,
.tabs li:nth-of-type(4):hover,
.tabs li:nth-of-type(5):hover,
.tabs li:nth-of-type(6):hover,
.tabs li:nth-of-type(7):hover,
.tabs li:nth-of-type(8):hover,
.tabs li:nth-of-type(2)[aria-selected=true],
.tabs li:nth-of-type(3)[aria-selected=true],
.tabs li:nth-of-type(4)[aria-selected=true],
.tabs li:nth-of-type(5)[aria-selected=true],
.tabs li:nth-of-type(6)[aria-selected=true],
.tabs li:nth-of-type(7)[aria-selected=true],
.tabs li:nth-of-type(8)[aria-selected=true] {
  color: #ffffff;
  opacity: 1;
}

ul.tabs li#tab-05 a.text_link,
ul.tabs li#tab-05 a:visited.text_link {
  color: #ffffff;
}

p.news_link {
  padding: 0 0 0 18px;
  background: url(../images/common/btn1.jpg) no-repeat;
  background-position: 0 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.panels > div {
  margin: 10px 10px 10px 5px;
  background: #ffffff;
  outline: none;
}

@media (max-width: 767px) {
  .panels > div {
    margin-top: 0;
    background: #ffffff;
    outline: none;
  }
}
.panels > div[aria-hidden=true] {
  display: none;
}

p.text a {
  border-bottom: 1px solid;
}

@media (min-width: 768px) {
  .conD article {
    display: flex;
    margin: 0 10px 10px 0;
  }
  .conD article:after {
    content: "";
    clear: both;
  }
}
.panels {
  height: 300px;
  overflow: auto;
}
@media (max-width: 767px) {
  .panels {
    height: 100%;
  }
}

.panels::-webkit-scrollbar {
  width: 12px;
}

.panels::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  box-shadow: inset 0 0 2px #777;
}

.panels::-webkit-scrollbar-thumb {
  background: #e96c0e;
  box-shadow: none;
}

.panels a,
.panels a:visited {
  color: #1a1a1a;
  text-decoration: none;
  transition: 0.3s;
  border-bottom: 1px solid;
}

.panels a:hover {
  color: #e96c0e;
}

.panels .contents .news_list_box:first-of-type {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .panels .contents .news_list_box:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .panels .contents .news_list_box {
    border-bottom: 1px solid #bcbcbc;
  }
}

.conD article {
  margin-bottom: 15px;
}

.conD article img {
  margin: 3px 5px 0 5px;
  width: 126px;
  height: 20px;
}

/*--980px以下になったときバナーの左をあける--*/
@media (max-width: 980px) {
  .conE {
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .conE {
    display: flex;
    justify-content: start;
    max-width: 980px;
    max-width: var(--large-width);
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
  .conE p {
    margin-top: 10px;
    margin-right: 15px;
    height: 100%;
  }
  .conE p:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .conE {
    margin-top: 15px;
    margin-right: 10px;
  }
  .conE p {
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    max-width: 80%;
    text-align: center;
  }
}
.conE p {
  box-shadow: 0 5px 4px -4px #b2b2b2;
  vertical-align: bottom;
  border: 1px solid #666666;
  width: 232px;
}
@media (max-width: 767px) {
  .conE p {
    width: 80%;
  }
}

.conE img,
.news_list a img {
  max-width: 230px;
  transition-duration: 0.5s;
}
@media (max-width: 767px) {
  .conE img,
  .news_list a img {
    width: 100%;
    max-width: 100%;
  }
}

.news_list .contents_movielist.news_movie a img {
  max-width: initial;
  transition-duration: 0.5s;
}

.conE img:hover,
.news_list a img:hover {
  opacity: 0.6;
}

@media (min-width: 768px) {
  .conF div.container {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: auto;
  }
}
.conF {
  margin-top: 30px;
  padding: 15px 30px 15px 30px;
  background: #f4eae3;
  border-bottom: 2px solid #e96c0e;
}

.conF p {
  font-weight: 900;
  font-style: normal;
  color: #333333;
}

.conF p.tel {
  background: url(../images/common/icon_tel.png) no-repeat;
  background-position: 0 0;
  padding-left: 28px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.contact_us {
  border: 1px solid #343434;
  padding: 20px;
  display: inline-block;
}

/*-- 改行してしまうため --*/
@media (max-width: 340px) {
  .contact_us {
    padding: 10px;
  }
}
.conY {
  margin: 0 auto;
  max-width: 980px;
}

@media (max-width: 1024px) {
  .conY {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.box_movie {
  width: 30%;
}

.box_movie.flex {
  width: initial;
}

.box_movie p {
  margin-top: 10px;
}

.box_movie a {
  color: #343434;
}

.box_movie a:hover {
  color: #e96c0e;
}

.box_movie p.ma0 {
  margin-top: 0;
}

.box_movie .images img {
  width: 100%;
  transition: 0.3s;
}

.box_movie .images img:hover {
  opacity: 0.6;
}

@media (max-width: 764px) {
  .box_movie {
    width: 250px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .box_movie p {
    text-align: left;
  }
  .box_movie .images img {
    max-width: 250px;
    display: block;
  }
  .box_movie .images {
    margin-top: 20px;
  }
}
p.tel,
p.fax,
.contact_us p.tel,
.contact_us p.tel_icon,
.contact_us p.tel_nomark,
.contact_us p.mail,
.contact_us p.fax {
  padding-left: 28px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-style: normal;
  color: #333333;
}

.contact_us p.tel_nomark {
  padding-left: 0;
  font-size: 20px;
}

.contact_us p.tel,
p.tel,
p.tel_icon {
  background: url(../images/common/icon_tel.png) no-repeat;
  background-position: 0 0;
}

.contact_us p.tel {
  background: none;
}

p.tel_nomark {
  background-position: 0 0;
}

.contact_us p.tel span,
.contact_us p.tel_icon span,
.contact_us p.tel_nomark span,
p.tel span {
  color: #009366;
  padding-right: 5px;
}

.contact_us p.tel_nomark span {
  font-size: 18px;
}

.contact_us p.mail {
  background: url(../images/common/icon_mail.png) no-repeat;
  background-position: 0 3px;
}

.contact_us p.mail span {
  color: #e96c0e;
  padding-right: 5px;
}

.contact_us p.mail a {
  font-weight: normal;
  font-size: 18px;
}

.contact_us p.fax,
p.fax {
  background: url(../images/common/icon_fax.png) no-repeat;
  background-position: 0 0;
}

.contact_us p.fax span,
p.fax span {
  color: #006699;
  padding-right: 5px;
}

.conF p.fax {
  background: url(../images/common/icon_fax.png) no-repeat;
  background-position: 0 0;
  padding-left: 28px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.conF div.contact p:first-child {
  line-height: 1.2;
  margin-top: 10px;
  color: #e96c0e;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: block;
}

.conF div.contact p:last-child {
  font-size: 20px;
  font-weight: 900;
  color: #333333;
}

.conF p.text {
  font-size: 14px;
  color: #666666;
  text-align: center;
}

@media (max-width: 767px) {
  .conF div.container div {
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
  }
  .conF div.container div.pc {
    display: none;
  }
  .conF div.container div.mobile_all p.tel a {
    border-bottom: 1px solid #343434;
  }
  .conF img {
    margin: 10px auto;
    width: 235px;
    background: #343434;
  }
}
.conF div.container {
  margin: 0 auto;
  max-width: 980px;
  width: initial;
}

.conF a:hover img {
  opacity: 0.8;
}

/*-- --*/
footer {
  padding-top: 15px;
  background: #fff;
}

@media (max-width: 980px) {
  footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  footer div.container {
    display: flex;
    max-width: 980px;
    max-width: var(--large-width);
    margin-left: auto;
    margin-right: auto;
  }
  footer div.container div:first-of-type {
    margin-right: 15px;
  }
  /*
  footer div.container div:nth-of-type(2){
  	position: relative;
  }
  footer div.container div.bottom {
  	position: absolute;
  	bottom: 0;
  }
  */
  footer div.container div {
    flex: 1;
  }
}
@media (max-width: 767px) {
  footer div.container {
    margin-left: 10px;
  }
}
footer div.box {
  margin: 15px 0 15px 0;
  padding: 0 0 0 10px;
  border-left: 5px solid #e96c0e;
}

footer div.box_link {
  display: flex;
  flex-wrap: wrap;
}

footer div.box_link p {
  margin-top: 10px;
}

footer h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  color: #e96c0e;
  padding-bottom: 2px;
  border-bottom: 2px solid #e96c0e;
}

footer p {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #343434;
}

footer p a,
footer p a:visited {
  color: #1a1a1a;
  text-decoration: none;
  transition: 0.3s;
  border-bottom: 1px solid;
}

footer p a:hover {
  color: #e96c0e;
}

/* footer_contact_button */
.footer_contact_button {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.footer_contact_button div {
  border-top: 1px solid #ffa459;
  border-left: 1px solid #ffa459;
  border-right: 1px solid #c95b00;
  border-bottom: 1px solid #c95b00;
  padding: 7px 10px 7px 10px;
  border-radius: 3px;
  background: #e96c0e;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  transition: 0.8s;
  box-shadow: 0 5px 4px -4px #b2b2b2;
}

.footer_contact_button div:hover {
  border: 1px solid #002561;
  background: #002561;
  color: #fff;
}

@media (min-width: 800px) and (max-width: 979px) {
  .conF div.container div.footer_contact_button div {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer_contact_button div {
    margin: 30px auto 15px auto;
    max-width: 250px;
  }
}
#form02 {
  margin-top: 15px;
  height: 30px;
}

#form02 input {
  vertical-align: top;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
}

@media (max-width: 980px) {
  #form02 {
    margin: 15px 0 15px 0;
  }
  #input02 {
    max-width: 200px;
  }
}
#input02 {
  vertical-align: top;
  max-width: 260px;
  line-height: 28px;
  width: 100%;
  padding-left: 10px;
  border: 1px solid #333333;
  outline: 0;
}

#submit02 {
  margin-left: -4px;
  width: 30px;
  height: 30px;
  border: 1px solid #343434;
  background: url("../images/common/hatena.gif") no-repeat;
  background-position: left top;
}

adress {
  max-width: 980px;
  display: block;
  text-align: right;
  margin: 0 auto;
  padding-bottom: 3px;
  font-size: 12px;
  font-style: normal;
  color: #777575;
}

/*-- --*/
.content {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  width: 100%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.main {
  max-width: 735px;
  width: 100%;
}
@media (max-width: 767px) {
  .main {
    padding-top: 86px;
  }
}
@media (max-width: 767px) {
  .main--navi-padding--none {
    padding-top: 0;
  }
}

.main.web {
  max-width: 980px;
  width: 100%;
}

.main.all {
  max-width: 980px;
  width: 100%;
}

@media (width < 767px) {
  .mobile_ma_top0 {
    margin-top: 0 !important;
  }
}

/*-- side高さ調整 --*/
.side {
  position: sticky;
  padding-left: 35px;
  margin-top: 30px;
  top: 0;
  height: 450px;
  width: 245px;
  background: rgba(255, 255, 255, 0.7);
}

.side.machinery_side {
  position: initial;
  height: 800px;
}

.side.news_side {
  height: 600px;
}

.side.form_side {
  height: 600px;
}

.side.about_side {
  height: 670px;
}

@media (max-width: 767px) {
  .content {
    display: block;
  }
  .side {
    display: none;
  }
}
.side h3 {
  height: 43px;
  border-bottom: 3px solid #e96c0e;
}

.side h3 p {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 900;
}

.side h3 p.punch {
  padding-top: 5px;
}

.side h3 img {
  margin-left: -10px;
}

.side ul li {
  margin-right: 0;
  padding: 15px 15px 15px 18px;
  border-bottom: 1px solid #cbcbcb;
  background: url(../images/common/btn1.jpg) no-repeat;
  background-position: 0 22px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  transition: 0.8s;
}

_:lang(x)::-ms-backdrop,
.side ul li {
  background-position: 0 24px;
}

.side ul li:hover {
  border-bottom: 1px solid #cbcbcb;
  background: url(../images/common/btn1_2.jpg) no-repeat;
  background-position: 0 22px;
  cursor: pointer;
  transition: 0.8s;
}

_:lang(x)::-ms-backdrop,
.side ul li:hover {
  background-position: 0 24px;
}

.side ul a:hover {
  width: 100%;
  height: 100%;
}

.side ul li.tri {
  border-bottom: 1px solid #cbcbcb;
  background: url(../images/common/btn2.png) no-repeat;
  background-position: 0 21px;
  color: #e96c0e;
}

_:lang(x)::-ms-backdrop,
.side ul li.tri {
  background-position: 0 24px;
}

_:lang(x)::-ms-backdrop,
.side ul li,
.side ul li:hover,
.side ul li.tri {
  padding-top: 20px;
}

.side ul li.tri:hover {
  cursor: default;
}

.side ul a,
.side ul a:visited {
  color: #333333;
  text-decoration: none;
}

.side ul a:hover {
  color: #e96c0e;
}

.shadowPage {
  position: absolute;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset;
  width: 100%;
  height: 10px;
  z-index: 1;
}

.header_line {
  margin-bottom: 20px;
  position: relative;
  background: #e96c0e;
  width: 100%;
  height: 2px;
  z-index: 1;
}

@media (max-width: 767px) {
  .shadowPage {
    display: none;
  }
}
.pageImage img {
  width: 100%;
  max-width: 740px;
}

@media (max-width: 979px) {
  .main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main h2.title {
  font-style: normal;
  font-size: 26px;
  border-left: 5px solid #e96c0e;
  padding: 0 0 0 10px;
  margin: 10px 0 15px 0 !important;
  line-height: 1.4;
}

.main h2.title p {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .main h2.title p {
    height: 48px;
  }
}
.main h2.title p img {
  width: 100%;
}

/*--  --*/
.mobileLink {
  margin: 0 10px 15px 10px;
}

.mobileLink h3 {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 2px;
  border-bottom: 2px solid #e96c0e;
  margin-bottom: 10px;
}

.mobileLink h3 p {
  height: 43px;
}

.mobileLink h3 img {
  margin-left: -10px;
}

.mobileLink h4 {
  padding-left: 18px;
  font-size: 16px;
  background: url(../images/common/btn1.jpg) no-repeat;
  background-position: 0 8px;
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 10px;
}

.mobileLink h4.opacity {
  opacity: 0.8;
  font-weight: 600;
}

.mobileLink h4 a {
  font-weight: 700;
  padding-bottom: 1px;
  border-bottom: 1px solid #e96c0e;
  color: #e96c0e;
}

.mobileLink h4 a:visited {
  color: #e96c0e;
}

.mobileLink h4 a:hover {
  border-bottom: 1px solid #00125b;
  color: #00125b;
}

.mobileLink ul li {
  margin-top: 10px;
  padding-left: 18px;
  background: url(../images/common/btn1.jpg) no-repeat;
  background-position: 0 8px;
  text-decoration: none;
  transition: 0.8s;
}

.mobileLink ul li:hover {
  background: url(../images/common/btn1_2.jpg) no-repeat;
  background-position: 0 8px;
}

.mobileLink ul li a {
  font-weight: 700;
  padding-bottom: 2px;
  border-bottom: 1px solid #e96c0e;
  color: #e96c0e;
}

.mobileLink ul li a:visited {
  font-weight: 700;
  color: #e96c0e;
}

.mobileLink ul li a:hover {
  border-bottom: 1px solid #00125b;
  color: #00125b;
}

/**/
@media (min-width: 768px) {
  .mobileLink {
    display: none;
  }
}
/*-- --*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
  transition: ease-in-out;
  z-index: 100;
}

.pagetop a {
  display: block;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
}

.pagetop a:hover {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .pagetop {
    display: none;
  }
}
/*--検索ボックス--*/
#cse-search-box {
  max-width: 400px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
}

#cse-search-box table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

#cse-search-box table.gsc-search-box td.gsc-input div.gsc-input-box {
  margin-right: 0;
}

#cse-search-box input[type=text] {
  border-radius: 3px;
  padding: 0;
  margin-left: 18px;
  line-height: 1.6;
}

#cse-search-box input[type=submit] {
  background-color: #333333;
  border: 1px solid #333333;
  border-radius: 2px;
  color: #ffffff;
  margin-left: 0;
  width: 40px;
}

@media (max-width: 767px) {
  #cse-search-box {
    max-width: 400px;
    padding: 0;
    margin-top: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
.gsc-control-cse.gsc-control-cse-ja {
  margin: 0;
  padding: 0;
}

button.gsc-search-button {
  margin-left: 0;
  height: 36px;
}

@media (max-width: 767px) {
  button.gsc-search-button {
    height: 47px;
  }
}
button.gsc-search-button.gsc-search-button-v2 {
  border-radius: 0 3px 3px 0;
}

td.gsc-search-button {
  padding: 0 !important;
}

/*-- index時間差アニメーション --*/
@keyframes anime1 {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(50px); /* X軸方向に50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translateY(0); /* X軸方向に0px */
  }
}
.container .anime1 {
  animation-name: anime1; /* アニメーション名 */
  animation-duration: 2s; /* アニメーション時間 */
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-delay: 0;
}

@keyframes anime2 {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(50px); /* X軸方向に50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translateY(0); /* X軸方向に0px */
  }
}
.container .anime2 {
  animation-name: anime2; /* アニメーション名 */
  animation-duration: 2s; /* アニメーション時間 */
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}

@keyframes anime3 {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(50px); /* X軸方向に50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translateY(0); /* X軸方向に0px */
  }
}
.container .anime3 {
  animation-name: anime3; /* アニメーション名 */
  animation-duration: 2s; /* アニメーション時間 */
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-delay: 1s;
  animation-fill-mode: both;
}

/*-- リンク・ＰＤＦ --*/
p.link {
  margin: 0 0 10px 0;
  padding: 0 0 0 18px;
  background: url(../images/common/btn1.jpg) no-repeat;
  background-position: 0 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

_:lang(x)::-ms-backdrop,
p.link {
  background-position: 0 5px;
}

p.link.indent_mark {
  background: url("../images/common/ar_orange.png") no-repeat;
  background-position: 5px 8px;
}

p.link.indent_mark2:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #e96c0e;
  border-radius: 50%;
}

p.link.indent_mark2 {
  background: none;
  position: relative;
  padding-left: 14px;
}

p.link.indent_mark3:before {
  content: "Ｌ";
  position: absolute;
  color: #e96c0e;
  font-weight: 700;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
}

p.link.indent_mark3 {
  background: none;
  position: relative;
  padding-left: 16px;
}

p.link.inline {
  display: inline-block;
}

p.link_back_none {
  margin: 0 0 10px 0;
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

p.link_back_none.left_space {
  padding-left: 18px;
}

p.link a,
p.link_back_none a,
span.a_list a {
  padding-bottom: 1px;
  border-bottom: 1px solid #e96c0e;
  color: #e96c0e;
  font-weight: 700;
  transition: 0.8s;
}

_:lang(x)::-ms-backdrop,
p.link a,
span.a_list a {
  padding-bottom: 0;
}

p.link a:hover,
span.a_list a:hover {
  border-bottom: 1px solid #00125b;
  color: #00125b;
}

p.pdf::after {
  content: " ";
  width: 15px;
  height: 19px;
  display: inline-block;
  background: url(../images/common/pdf.png) no-repeat;
  margin-left: 3px;
  margin-bottom: -4px;
}

ul.list_space span.pdf a,
ul.list_space span.pdf a:visited {
  color: #e96c0e;
}

ul.list_space span.pdf a:hover,
ul.list_space span.pdf a:visited:hover {
  color: #00125b;
}

span.target_blank,
a.pdf,
span.pdf {
  font-weight: 800;
}

span.target_blank::after {
  content: " ";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/common/window_open.png") no-repeat;
  background-position: bottom;
  margin-left: 5px;
  margin-bottom: -3px;
}

span.target_blank_white::after {
  content: " ";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/common/window_open_white.png") no-repeat;
  background-position: bottom;
  margin-left: 5px;
  margin-bottom: -1px;
}

span.pdf::after,
a.pdf::after {
  content: " ";
  width: 15px;
  height: 19px;
  display: inline-block;
  background: url(../images/common/pdf.png) no-repeat;
  margin-left: 5px;
  margin-bottom: -4px;
}

span.mail::before {
  content: " ";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/common/common_mail.png") no-repeat;
  background-position: bottom;
  margin-right: 5px;
  margin-bottom: -3px;
}

span.icon_pc::before {
  content: " ";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/common/icon_pc.png") no-repeat;
  background-position: bottom;
  margin-right: 5px;
  margin-bottom: -3px;
}

/*-- リンク集（p.pdf span.a_list a） --*/
span.a_list {
  margin: 0 0 10px 0;
  padding: 0 0 0 18px;
  background: url(../images/common/btn1.jpg) no-repeat;
  background-position: 0 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

/*-- ＰＣ表示・モバイル表示 --*/
@media (min-width: 768px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none;
  }
  .mobile320 {
    display: none;
  }
  .mobile_all {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mobile320 {
    display: none;
  }
  .mobile_all {
    display: block;
  }
  .mobile_all.about_sdgs {
    display: flex;
    margin-bottom: 30px;
  }
}
@media (max-width: 321px) {
  .pc {
    display: none;
  }
  .mobile {
    display: none;
  }
  .mobile320 {
    display: block;
  }
  .mobile_all {
    display: block;
  }
  .mobile_all.about_sdgs {
    display: flex;
    margin-bottom: 30px;
  }
}
/*--バナー枠＋シャドウ（width指定必須）--*/
p.banner {
  box-shadow: 0 5px 4px -4px #b2b2b2;
  vertical-align: bottom;
  border: 1px solid #666666;
}

p.banner img {
  max-width: 100%;
  transition: 0.3s ease-in-out;
}

p.banner img:hover {
  opacity: 0.6;
  /*transition-duration: 0.5s;*/
}

p.banner.megamenu_banner {
  box-shadow: none;
  vertical-align: bottom;
  border: none;
  margin-right: 15px;
}

p.banner.megamenu_banner img {
  image-rendering: -webkit-optimize-contrast;
}

/*-- 番号付きリスト --*/
ol {
  position: relative;
}

ol li {
  list-style: none;
  list-style-position: outside;
  margin-bottom: 10px;
  padding-left: 1.25em;
}

ol li.space_none,
ul li.space_none {
  margin-bottom: 5px;
  padding-left: 0;
}

ol li.space,
ul li.space {
  padding-left: 2em;
}

ol li.space span.text,
ul li.space span.text {
  position: relative;
}

ol li span {
  position: absolute;
  left: 0;
  margin: 0;
}

ul.list_space {
  position: relative;
  margin-left: 15px;
  /*-- パンチング金型商品リスト --*/
}
ul.list_space.item_list {
  margin-left: 5px;
}
ul.list_space.item_list li {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
}
ul.list_space.item_list li span.accent {
  background: yellow;
}

/*-- パンチング金型商品リスト（a:hover） --*/
a ul.item_list li {
  color: #333333;
  font-weight: 700;
}

ul.list_space.orange {
  color: #e96c0e;
}

ul.list_space.ma_left0 {
  margin-left: 0;
}

ul.list_space li span.list_space {
  position: absolute;
  left: 0;
  margin: 0;
}

ul.list_space li {
  list-style: none;
  list-style-position: outside;
  padding-left: 1.25em;
  line-height: 1.6;
  margin-bottom: 10px;
}

ul.list_space li:last-of-type {
  margin-bottom: 0;
}

ul.list_space.space15 li {
  padding-left: 1.5em;
}

ul.list_space.space20 li {
  padding-left: 2em;
}

ul.list_space.space25 li {
  padding-left: 2.5em;
}

ul.list_space.space30 li {
  padding-left: 3em;
}

ul.list_space.space45 li {
  padding-left: 4.5em;
}

ul.list_space.space50 li {
  padding-left: 5em;
}

ul.list_space.space55 li {
  padding-left: 5.5em;
}

ul.list_space.space60 li {
  padding-left: 6em;
}

li.bg_orange_op_r {
  padding: 5px;
  background: #ffdbc1;
  border: 1px solid #ffdbc1;
  border-radius: 10px;
}

ul.list_space li.bg_orange_op_r span.list_space {
  margin-left: 15px;
}

li.check {
  padding: 0 0 0 20px;
  background: url("../images/common/btn_check_red.jpg") no-repeat;
  background-position: 0 5px;
  text-decoration: none;
  line-height: 1.5;
}

/*--  --*/
span.float_right {
  float: right;
}

p.clear::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.h_space30 {
  height: 30px;
}

/*-- express ver2--*/
.express_btn img,
.express_newuser_btn img {
  width: 100%;
  max-width: 300px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.express_btn img {
  border: 1px solid #005ea5;
}

.express_newuser_btn img {
  border: 1px solid #343434;
}

.express_btn img:hover,
.express_newuser_btn img:hover {
  opacity: 0.8;
}

.bor_height {
  height: 100%;
  width: 1px;
  margin-right: 30px;
  margin-left: 30px;
  background: #343434;
}

@media (min-width: 768px) {
  .pc_ma_double80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.ma_double30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/*--
.font14 {
	font-size: 14px;
}
--*/
.border_box.red {
  border: 1px solid;
  border-color: #ff0000;
}

span.red {
  color: #ff0000;
}

span.italic {
  font-style: italic;
}

.padding20 {
  padding: 20px;
}

.ma_top0 {
  margin-top: 0px !important;
}

.ma_top15 {
  margin-top: 15px !important;
}

.ma_top20 {
  margin-top: 20px !important;
}

.ma_top30 {
  margin-top: 30px !important;
}

.ma_top50 {
  margin-top: 50px !important;
}

.ma_top60 {
  margin-top: 60px !important;
}

.ma_top80 {
  margin-top: 80px !important;
}

.ma_bottom0 {
  margin-bottom: 0px !important;
}

.ma_bottom20 {
  margin-bottom: 20px !important;
}

.ma_right20 {
  margin-right: 20px !important;
}

span.orange {
  color: #e96c0e;
}

span.gray {
  color: #353535;
}

/*--  --*/
p.top_news span.pdf a {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
  padding-bottom: 1px;
  font-weight: normal;
  display: inline-block;
}

p.top_news span.pdf a:hover {
  color: #343434;
  border-bottom: 1px solid #343434;
}

p.top_news.center {
  text-align: center;
}

/*-- --*/
.images.center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*-- --*/
.about2 .images a img,
.about2 .images a:visited img {
  transition: 0.3s ease-in-out;
}

.border_box_images {
  border: 1px solid #353535;
  display: block;
  padding: 1px;
}

.about2.health .indent {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .about2.health .indent {
    margin-left: 0;
  }
}

.flex {
  display: flex;
}

@media (max-width: 764px) {
  .flex {
    display: block;
  }
}
/*-- flexオプション --*/
.sp_around {
  /*-- 均等割り付け --*/
  justify-content: space-around;
}

.jc_center {
  justify-content: center;
}

.jc_start {
  justify-content: flex-start;
}

.flex_valign_bottom {
  /*-- 下揃え --*/
  align-items: flex-end;
}

.flex_valign_middle {
  /*-- 中揃え --*/
  align-items: center;
}

.flex_wrap {
  flex-wrap: wrap;
}

.btn_index_middle_box {
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: center;
}

a.btn_index_middle {
  display: inline-block;
  width: 40%;
  border: 2px solid;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 10px;
  transition: 0.4s;
  text-align: center;
  color: #343434;
  border-color: #343434;
  background-bolor: #ffffff;
}

a.btn_index_middle:hover {
  background-color: #e96c0e;
  border-color: #e96c0e;
  color: #fff;
}

/*-- punch / brake list 共通 --*/
span.no_link {
  color: #494949;
  opacity: 0.8;
}

/*-- section.news関連 --*/
section.news {
  margin: 20px 0;
}

section.news .container {
  max-width: 980px;
  margin: 0 auto;
}

section.news p.min,
section.news h4.min {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #000000;
  background: none;
}

section.news h4 {
  font-weight: 800;
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

section.news p {
  margin-left: 0;
  margin-right: 30px;
  margin-top: 20px;
}

@media (width < 768px) {
  section.news p {
    margin-left: 30px;
    margin-right: 30px;
  }
  section.news p.to_title {
    text-align: center;
  }
}
section.news .border_box {
  padding: 20px;
}

@media (width < 767px) {
  section.news .border_box,
  section.news_list .border_box {
    margin: 10px 20px 10px 20px;
    padding: 10px 20px 10px 20px;
  }
}
.news_list h4 {
  position: relative;
  left: 20px;
  top: 13px;
  background: #ffffff;
  display: inline-block;
  padding: 0 15px;
  color: #000000;
  font-size: 18px;
}

section.news .border_box a.news {
  border-bottom: 1px solid #343434;
}

section.news .border_box a.news:hover {
  border-bottom: 1px solid #e96c0e;
}

/*ノーマルボタン*/
.goform_button {
  margin: 50px 0 50px 0;
  text-align: center;
}

.goform_button div {
  border: 1px solid #0d1c52;
  padding: 15px 20px 15px 20px;
  border-radius: 3px;
  background: #0d1c52;
  color: #fff;
  font-size: 16px;
  transition: 0.8s;
  box-shadow: 0 5px 4px -4px #b2b2b2;
}

@media (min-width: 767px) {
  .goform_button div {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.goform_button div:hover {
  border: 1px solid #e96c0e;
  background: #e96c0e;
  color: #fff;
}

.campaign_btn {
  margin-top: 50px;
}

.campaign_btn img {
  border-radius: 5px;
  box-shadow: 0 5px 4px -4px #b2b2b2;
  transition: 0.8s;
}

.campaign_btn img:hover {
  opacity: 0.6;
}

/***************
** SDGs
***************/
span.subtitle_sdgs {
  font-size: 18px;
  color: #127fa1;
  font-weight: 600;
}

ul.list_sdgs li.list:before {
  content: "";
  background: url("../images/about/icon_sdg.jpg") no-repeat;
  position: absolute;
  color: #e96c0e;
  font-weight: 700;
  top: 2px;
  left: 0;
  width: 35px;
  height: 35px;
}

ul.list_sdgs li.list {
  background: none;
  position: relative;
  padding-top: 3px;
  padding-left: 35px;
  margin-top: 15px;
  margin-left: 10px;
}

ul.list_sdgs li.list_sub:before {
  content: "・";
  position: absolute;
  color: #e96c0e;
  font-weight: 700;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
}

ul.list_sdgs li.list_sub {
  background: none;
  position: relative;
  padding-left: 20px;
  margin-top: 8px;
  margin-left: 35px;
}

ul.list_sdgs_sub {
  margin-left: 20px;
  margin-bottom: 20px;
}

ul.list_sdgs_sub li {
  position: relative;
  font-size: 14px;
  color: #252525;
  margin-top: 10px;
}

ul.list_sdgs_sub li:before {
  content: "・";
  color: #353535;
  font-weight: 700;
  width: 20px;
  height: 20px;
  padding-right: 7px;
}

.back_sdgs {
  background: url("../images/about/bar_sdgs.jpg") repeat-x;
  background-size: cover;
  width: 100%;
  height: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.back_sdgs_opac {
  background: url("../images/about/bar_sdgs.jpg") repeat-x;
  background-size: cover;
  width: 100%;
  height: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: 0.4;
}

img.box_raund {
  border-radius: 3px;
}

/***************/
span.back_marker {
  background: url("../images/common/back_line.jpg") repeat-x;
  background-size: 50%;
  background-position: left 0 top 10px;
}

/*-- モバイル サブメニュー --*/
.mobile_sub_menu {
  border-top: 1px solid #fff;
  padding: 20px;
  background: #004966;
  display: none;
}

h4.sub_menu_title {
  border-left: 3px solid #fff;
  padding: 0 0 0 7px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: normal;
  background: none;
}

ul.sub_menu li {
  padding-left: 15px;
  margin-top: 10px;
  background: url("../images/common/ar_white.png") no-repeat;
  background-position: 0 8px;
  font-size: 14px;
  color: #8c9dba;
}

ul.sub_menu li a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.index_mobile_category {
  border: 2px solid #353535;
  border-radius: 5px;
  margin: 10px;
  width: 260px;
  display: inline-block;
  position: relative;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}

.index_mobile_category:active {
  background: #e96c0e;
  transform: translateY(15px);
  color: #fff;
}

.index_mobile_category a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.index_mobile_category_img {
  background-size: cover;
  background-position: top center;
  height: 100px;
}

.index_mobile_category_img.punching {
  background-image: url("../images/index/mainbtn1.jpg");
}

.index_mobile_category_img.bending {
  background-image: url("../images/index/mainbtn2.jpg");
}

.index_mobile_category_img.machine {
  background-image: url("../images/index/img_machine.jpg");
}

.index_mobile_category h2 {
  font-size: 18px;
  font-weight: 900;
  padding: 10px 20px 10px 20px;
  color: #353535;
}

/*-- header内ボタンのmargin--*/
.topBtn.express.flex p {
  margin-bottom: 0;
}

/**/
.box_contents_btn {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #1e3763;
  height: 45px;
  width: 150px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 5px 5px 4px -4px #b2b2b2;
  transition: 1s;
}

.box_contents_btn a {
  width: 100%;
  height: 100%;
  display: block;
}

.box_contents_btn:hover {
  background-color: #e96c0e;
}

.about2.health .box_contents_btn p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-top: 0;
  padding-top: 13px;
  padding-left: 25px;
  padding-right: 15px;
}

.images.border img {
  border: 1px solid #c0c0c0;
  image-rendering: -webkit-optimize-contrast;
}

@media (width > 767px) {
  .about2 .flex .text {
    margin-right: 20px;
  }
}
.about2 .text .border_box {
  border: 1px solid #e96c0e;
  margin-top: 30px;
  padding: 20px 30px 30px 30px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .about2 .text .border_box {
    padding: 20px;
  }
}

.about2 .text .border_box h4 {
  font-size: 18px;
  font-weight: 900;
  color: #e96c0e;
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e96c0e;
}

table.border_table {
  border: 1px solid #353535;
  border-radius: 5px;
}
@media (max-width: 767px) {
  table.border_table.table_health {
    width: 500px;
    margin-bottom: 0;
  }
}
table.border_table.table_health.long {
  width: 800px;
}
@media (max-width: 767px) {
  table.border_table.table_health.long {
    width: 500px;
    margin-bottom: 0;
  }
}

table.border_table.green {
  border: 3px solid #8eb8a1;
}
@media (max-width: 767px) {
  table.border_table.green.table_health td {
    width: 150px;
  }
}

table.border_table.green td {
  border-bottom: 3px solid #8eb8a1;
  border-right: 1px solid #8eb8a1;
  padding: 15px;
}

table.border_table.green tr:nth-child(2n+1) {
  background: #e7ebe8;
}

table.border_table.green td.bg_green {
  background: #f8fff9;
  color: #0d6431;
  font-weight: 600;
}

table.border_table td.none {
  border-bottom: none;
}

table.border_table td.none_right {
  border-right: none;
}

h4.title_green {
  font-size: 18px;
  font-weight: 600;
  color: #0d6431;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  h4.title_green {
    margin-top: 50px;
  }
}
h4.title_indent {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #e96c0e;
  border-radius: 5px;
}

span.small {
  font-size: 14px;
}

.about2.health p {
  margin-top: 30px;
  margin-bottom: 0;
}

.about2.health .text {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .about2.health .text {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.btnTable {
  border-bottom: 1px solid #353535;
  cursor: pointer;
}

.contentsTable {
  display: none;
  transition: all 0.3s;
  opacity: 0;
}

.displayNone {
  display: block;
  opacity: 1;
}

section.logo {
  margin-top: 50px;
}
section.logo .flex {
  justify-content: center;
}
@media (max-width: 767px) {
  section.logo .flex {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}

/*-- テキスト左寄せ --*/
.text_left {
  text-align: left !important;
  left: 0;
  padding-left: 0;
  margin-top: 0;
}/*# sourceMappingURL=contents.css.map */