@charset "UTF-8";

/*========default*/

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* scroll-behavior: smooth; */
}

/*==============All*/
body {
  margin: 0;
  padding: 0;
  color: #0b102b;
  font-family: 'Noto Serif JP', serif !important;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.8;
  background: #f6f6f6;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #0b102b;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

figure {
  margin: 0;
  padding: 0;
}

input {
  cursor: pointer;
}

.inner {
  width: 1024px;
  margin: 0 auto;
}

/* ----- ページ内リンクのジャンプ先の位置調整（headerを固定しているため必要となる） */
#a,
#b,
#c,
#d,
#e,
#f,
#g,
#f,
#i {
  display: block;
  position: absolute;
  top: -200px;
  height: 2px;
  width: 2px;
  background: transparent;
}

#feature,
#system,
#equipment,
#material,
#profile,
#greeting,
#origin,
#outline,
#access {
  position: relative;
}

img {
  width: 100%;
  height: auto;
}

span.small {
  letter-spacing: -0.08em;
  font-size: 1.2rem;
}

header {
  box-sizing: border-box;
  height: 154px;
  padding: 57px 10px 3px 10px;
  /* ↓　fixedではなくstikcyにすることにより横スクロールを可能に */
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  min-width: 1024px;
  background: url(../images/header_bg1.jpg) repeat-x;
  background-color: #FFF;
  z-index: 1000;
  /* border-bottom: rgba(4, 3, 22, 0.5) 1px solid; */
  box-shadow: 0px 4px 3px -3px rgba(4, 3, 22, 0.2);
}

header .inner {
  width: 1024px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

header h1 {
  padding-top: 0;
  margin-top: -40px;
}

header h1 img {
  width: 230px;
  margin-left: 10px;
  filter: drop-shadow(1px 1px 1px #aaa);
}

#header-nav {
  display: flex;
  width: 100%;
  margin: 18px 0 0 66px;
  font-size: 1.6rem;
}

#header-nav ul {
  display: flex;
}

#header-nav a:hover {
  text-shadow: 0 0 2px rgba(1, 55, 173, 0.95);
}

#header-nav .inquiry a:hover {
  text-shadow: none;
}

#header-nav ul.us {
  font-size: 1.5rem;
  color: #070d1a;
  float: left;
  position: absolute;
  top: 15px;
  left: 1px;
  height: 36px;
  /* background:rgba(4, 3, 22, 0.7); */
  display: flex;
  justify-content: center;
  z-index: 10;
}

#header-nav ul.us li {
  margin: 2px 8px 4px 10px;
}

#header-nav ul.performance {
  width: 700px;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

#header-nav ul.performance li {
  line-height: 1.05;
}

#header-nav ul.inquiry {
  width: 400px;
  float: right;
  position: absolute;
  top: -40px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 10px;
}

#header-nav ul.inquiry li {
  display: inline-block;
}

#header-nav ul.inquiry li a {
  font-size: 1.5rem;
  display: block;
  padding: 2px 10px;
  margin-top: -3px;
  border: #0b102b solid 1px;
  border-radius: 3px;
  background: #e5ebf7;
}

#header-nav ul.inquiry li a:hover {
  border: #2e3c86 solid 1px;
  background: #e6f3ff;
}

#kv {
  width: 100%;
  min-width: 1024px;
  height: 550px;
  margin: 26px 0 40px 0;
  position: fixed;
  top: 100px;
  background: url(../images/kv-2.png) no-repeat center top / cover;
  background-size: initial;
  z-index: -1;
}

#kv .inner p {
  position: absolute;
  top: 80px;
  left: 55%;
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  line-height: 2.3;
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.95);
  text-align: left;
  text-shadow: 1px 1px 1px rbga(0 0 0 0.8), -1px -1px 1px rbga(0 0 0 0.8);
  text-shadow: 1px 1px 3px black, 0 0 1em black, 0 0 0.2em black;
}


/* ===================== ここからメインコンテンツ */

section {
  margin-bottom: 30px;
}

main {
  width: 100%;
  min-width: 1024px;
  background: #efefef;
  margin-bottom: -121px;
  position: static;
}

main .inner {
  width: 1024px;
  margin: 700px auto 0;
}

main section {
  width: 100%;
  height: auto;
  position: relative;
  background: #FFF;
  border: #efefef;
  border-radius: 3px;
  padding: 90px 70px 30px;
  margin-bottom: 170px;
}


/* =======================　各sectionの h1 とリード文 p.lead 　 */

#feature h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.1rem;
  font-weight: 600;
  color: #0c063d;
  text-shadow: 1px 1px 1px #aaa;
  position: absolute;
  top: -80px;
  left: calc(50% - 70px);
  z-index: 500;
  text-align: center;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background: #fff;
  border: 1px #CCC solid;
  line-height: 140px;
}

#system h1,
#equipment h1,
#material h1,
#profile h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.1rem;
  font-weight: 600;
  color: #0c063d;
  text-shadow: 1px 1px 1px #aaa;
  position: absolute;
  top: -135px;
  left: calc(50% - 70px);
  z-index: 500;
  text-align: center;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px #CCC solid;
  line-height: 140px;
  margin-top: 50px;
}

section p.lead {
  position: absolute;
  font-weight: 600;
  z-index: 501;
  top: 33px;
  left: 14%;
  /* background: rgba(250,250,250, 0.3); */
  border-bottom: 2px dotted #ccc;
  /* transform: rotate(-2deg); */
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-bottom: 2px;
  float: left;
}

#feature p.lead {
  left: 30%;
  top: 35px;
}

#system p.lead {
  left: 38%;
}

#material p.lead {
  left: 17%;
}

#profile ul.lead {
  position: absolute;
  font-weight: 600;
  z-index: 501;
  top: 17px;
  left: 32%;
  border-bottom: 2px dotted #ccc;
  /* transform: rotate(-2deg); */
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-bottom: 2px;
  float: left;
}

/* ============================　当社の強み　 */
#feature {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding-top: 124px;
}

#feature p {
  font-size: 1.6rem;
  padding-right: 12px;
}

#feature .text {
  width: 48%;
  background: rgba(255, 255, 255, 0.7);

}

#feature .text h2 {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  font-weight: 600;
  margin: -25px 0 8px;
}

#feature .case {
  width: 53%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#feature .case h3 {
  background: #fff;
  border-top: 1px solid #6878a0;
  border-right: 1px solid #6878a0;
  font-weight: 600;
  padding: 4px 0 0 20px;
  text-align: left;
  width: 90%;
  position: relative;
}

#feature .case h3::before {
  content: url(../images/list_mark-1.png);
  position: absolute;
  top: -16px;
  left: -14px;
}

#feature .case ul {
  margin: 0 0 37px 26px;
}

#feature .case p {
  width: 67%;
  background: #fff;
  border-top: 1px solid #6878a0;
  border-right: 1px solid #6878a0;
  font-weight: 600;
  font-size: 1.8rem;
  /* border-left: none; */
  line-height: 2.0;
  padding: 9px 0 0px 32px;
  margin: 0 0 2px 50px;
  text-align: left;
  text-indent: 0.5em;
  position: relative;
}

#feature .case p::before {
  content: url(../images/list_mark-1.png);
  position: absolute;
  top: -19px;
  left: -21px;
}

#feature .case ul li {
  background: #fdfcfd;
  line-height: 1.4;
  margin: 14px 8px;
  padding: 5px 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
  letter-spacing: 0.05em;
  color: #0b102b;
}

#feature .case ul.link {
  margin-right: -11px;
}

#feature .case ul.link li {
  box-shadow: none;
  text-shadow: none;
  margin-bottom: -8px;
}

#feature .case ul.link li a {
  display: block;
  width: 212px;
  padding: 4px 15px;
  border: #0b102b 1px solid;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
}

#feature .case ul li a:hover {
  background: #d4e4f2;
}


/* ===========================　生産体制　 */
#system {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  background: #FFF;
}

#system .main-item {
  width: 30%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fdfcfd;
  box-sizing: border-box;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin-bottom: 20px;
}

#system h2 {
  line-height: 2.8;
  text-align: center;
  font-weight: 600;
  font-size: 1.7rem;
}

/* =====================　設備紹介　 */

#equipment {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  background: #FFF;
}

#equipment h2 {
  line-height: 2.8;
  text-align: left;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 20px
}

.tow-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

/* 　以下、#equipment .tow-items の中の.primary 、.secondary　
　　　（スタイルを反映しているので親要素は省略） */

.primary {
  width: 46%;
  display: flex;
  flex-direction: column;

}

.primary .item {
  border: 1px solid #ccc;
  background: #fdfcfd;
  /* border-radius: 3px; */
  margin-bottom: 20px;
}

.primary .item h4 {
  padding: 5px 5px 5px 12px;
  text-align: left;
  font-weight: 600;
}

.primary .item img {
  width: 50%;
  margin: 5px 5px 5px 90px;
  text-align: right;
}

.primary .item p {
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 12px;
}

.secondary {
  width: 53%;
  box-sizing: border-box;
  margin-right: -24px;
}

.secondary h2 .secondary table {
  width: 100%;
  background: #fdfcfd;
  /* border-radius: 8px; */
}

.secondary table th {
  border: 1px solid #ccc;
  text-align: center;
  background: #fdfcfd;
  padding: 0 5px;
}

.secondary table td {
  border: 1px solid #ccc;
  padding: 7px 7px 7px 15px;
  line-height: 1.5;
  background: #fdfcfd;
  line-height: 3.2;
}

/* ================================　使用材料　 */
#material {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  background: #FFF;
}

.tertiary {
  width: 100%;
}

.tertiary table {
  width: 80%;
  margin: 0;
}

.tertiary {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.tertiary img {
  display: block;
  width: 17%;
  max-height: 146px;
  margin-right: 50px;
}

.tertiary table th,
.tertiary table td {
  border: 1px solid #ccc;
  padding: 7px 7px 7px 15px;
  line-height: 2.4;
  background: #fff;
}

.tertiary table th {
  background: #eee;
}


/* ===============================　会社案内　 */
#profile {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  background: #FFF;
  padding: 90px 70px 30px;
  margin-bottom: 0px;
}

#profile section {
  margin-bottom: 50px;
}

#profile ul {
  width: 380px;
  display: flex;
  justify-content: space-between;
}

#profile ul.lead li {
  display: inline-block;
}

#profile ul.lead li a {
  display: block;
  color: #0b102b;
  padding: 0 15px;
}

#profile ul.lead li a:hover {
  text-shadow: 1px 1px 1px #5eafe6;
}

.company {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fdfcfd;
  box-sizing: border-box;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 30px 25px 10px;
}

.company h2 {
  color: #0b102b;
  width: 100%;
  padding: 0 0 0 30px;
  margin: 0;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.2;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
  text-align: left;
}

.company_box {
  display: flex;
  justify-content: space-between;
}

.company_box p {
  padding: 16px 30px 0 30px;
}

.company p.access {
  padding: 16px 0 0 30px;
}

.company img {
  display: block;
  width: 220px;
  margin: 25px;
}

.company .left {
  float: left;
  width: 60%;
}

.company img.right {
  float: right;
}

.company .gm {
  text-align: right;
  padding: 0 25px 10px 0;
}

.company .yurai {
  width: 70%;
  margin: 30px 0 0 0;
}

.company .yurai span {
  font-weight: bold;
  font-size: 1.8rem;
}

.company table {
  width: 90%;
  margin: 20px 0 20px 25px;
}

.company table tr {
  border-bottom: 1px dotted #cecece;
  line-height: 1.7;
  background: #fdfcfd;
}

.company table th,
.company table td {
  padding: 12px 0;
}

.company table :last-child {
  border-bottom: none;
}

iframe {
  margin: 20px 0 30px 40px;
}


/* ========================ここからフッター */

footer {
  width: 100%;
  min-width: 1024px;
  background: #070d1a;
  margin-top: 0px;
  padding: 30px 0 30px 0;
  color: #aaa;
  z-index: 50;
  position: relative;
  margin-top: 100px;
}

footer .inner {
  display: flex;
}

footer .inner #footer-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

footer .inner #footer-box .f_left {
  width: 40%;
  display: flex;
  flex-direction: column;
}

footer .inner #footer-box .f_left h1 {
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  border-bottom: #aaa solid 2px;
  line-height: 2;
  margin-bottom: 25px;
  font-size: 2rem;
}

footer .inner #footer-box .f_left p.address {
  margin-left: 30px;
}

footer .inner #footer-box nav {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

footer .inner #footer-box nav ul {
  width: 33%;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  margin: 44px 0 0 15px;

}

footer .inner #footer-box nav ul li a {
  display: block;
  text-align: left;
  font-size: 1.2rem;
  color: #aaa;
  padding: 5px 0 3px 10px;
}

footer .inner #footer-box nav ul li a:hover {
  color: #bbb;
}

footer p.copyright {
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 2;
  font-size: 1.2rem;
  letter-spacing: .075em;
  background: #070d1a;
  color: #aaa;
  padding-top: 30px;
}

footer .inner p.copyright rt {
  font-size: 0.9rem;
}

/*トップに戻るボタン*/
p#backToTop a {
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #08124ba4;
  position: fixed;
  bottom: 70px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  z-index: 300;
  display: block;
  color: #fff;
  padding-top: 12px;
}


/* header .menu-btn {
  display: none;
} */
.sp {
  display: none;
}

/*------------------------------------------------
スマホ
-------------------------------------------------*/
@media screen and (max-width: 414px) {

  body {
    overflow-x: hidden;
  }

  * {
    box-sizing: border-box;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .inner {
    display: block;
    margin: 0 auto;
  }

  /* ---------------------ヘッダー */

  header {
    position: fixed;
    padding-top: 20px;
    height: 78px;
    width: 100%;
    min-width: 414px;
    background-image: none;
    box-shadow: 0px 2px 6px -3px rgba(4, 3, 22, 0.2);
  }

  header h1 img {
    width: 55%;
    margin: 35px 0 0 10px;
  }

  header .inner {
    max-width: 100%;
  }
  /*---------------検索ボタン */

  #search {
    position: fixed;
    top: 35px;
    right: 90px;
    height: 32px;
    cursor: pointer;
    z-index: 1000;
    width: 50px;
    height: 36px;
    background: url(../images/search.jpg);
    padding-left: 10px;
    letter-spacing: 4px;
  }

  /*---------------トグルボタン */
  #nav-toggle {
    position: fixed;
    top: 35px;
    right: 30px;
    height: 32px;
    cursor: pointer;
    z-index: 1000;
  }

  #nav-toggle>div {
    position: relative;
    width: 30px;
  }

  #nav-toggle>div span {
    width: 100%;
    height: 3px;
    border-radius: 2px;
    left: 0;
    display: block;
    background: #0d0d0e;
    position: absolute;
  }

  #nav-toggle>div span:nth-child(1) {
    top: 0;
  }

  #nav-toggle>div span:nth-child(2) {
    top: 9px;
  }

  #nav-toggle>div span:nth-child(3) {
    top: 18px;
  }

  /*---------------ナビゲーションボタン */

  #header-nav {
    position: fixed;
    top: 83px;
    right: 0px;
    width: 242px;
    height: 520px;
    background: #929292a9;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    z-index: 900;
    transition: all 1.0s;
    transform: translate(242px);
  }

  #header-nav.open {
    transform: translate(0);
  }

  #header-nav ul.performance {
    width: 100%;
    position: absolute;
    top: -40px;
    left: 0;
    display: flex;
    flex-direction: column;
  }

  #header-nav ul.performance li,
  #header-nav ul.us li,
  #header-nav ul.inquiry li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 16px;
    line-height: 2.8;
    border-bottom: #929292 1px solid;
    width: auto;
    background: #0d0d0e;
    text-align: left;
  }

  #header-nav ul.performance li a,
  #header-nav ul.us li a,
  #header-nav ul.inquiry li a {
    color: #eee;
    width: 380px;
  }

  #header-nav ul.performance li a:hover,
  #header-nav ul.us li a:hover,
  #header-nav ul.inquiry li a:hover {
    color: rgb(73, 154, 192);
  }

  #header-nav ul.us {
    width: 100%;
    float: none;
    position: absolute;
    top: 320px;
    left: 0;
    display: flex;
    flex-direction: column;
  }

  #header-nav ul.inquiry {
    width: 100%;
    float: none;
    position: absolute;
    top: 453px;
    left: 0;
    display: flex;
    flex-direction: column;
  }
  
  #header-nav ul.inquiry li a {
    font-size: 1.5rem;
    display: block;
    margin-left: -10px;
    border: none;
    border-radius: 0px;
    background: transparent;
  }
  #header-nav ul.inquiry li a:hover {
    border: none;
    background:transparent;
  }

  #header-nav ul.inquiry li:last-child {
    border: none;
  }


  /*---------------kv */

  #kv {
    margin-top: -22px;
    height: 400px;
    width: 100%;
    min-width: 414px;
  }

  #kv .inner {
    width: 100%;
    height: 500px;
    margin-bottom: -5px;
  }

  #kv .inner p {
    top: 45px;
    left: 30%;
    font-size: 1.8rem;
    line-height: 2.1;
  }


  /* ====ここからメインコンテンツ部分 */
  main {
    width: 100%;
    min-width: 414px;
    margin: 500px 0 -100px 0;
  }

  main .inner,
  main.clear .inner {
    width: 98%;
    /* margin: auto 0;
    display: block;
    padding-top: 120px;
    overflow-x: hidden;
    background: #efefef; */
  }

  main .inner section {
    width: 100%;
    background-color: #fdfcfd;
    padding: 50px 2% 10px;
    margin-bottom: 150px;
    border: none;
  }

  main .inner section.feature {
    margin-bottom: 50px;
  }

  #system h1,
  #equipment h1,
  #material h1 {
    top: -170px;
  }

  #profile h1 {
    top: -131px;
  }

  #feature .lead,
  #system .lead,
  #equipment .lead,
  #material .lead,
  #profile ul.lead {
    width: 80%;
    margin-left: -20px;
    text-align: center;
  }

  #system .lead {
    margin-left: -110px;
  }

  #profile ul.lead {
    margin: 20px 0 0 -80px;
  }

  #profile ul.lead li a {
    padding: 0 4px;
  }

  #feature p.lead {
    left: 16%;
    width: 295px;
  }

  #feature {
    display: block;
    border: none;
  }

  #feature .text {
    width: 92%;
  }

  #feature .text h2 {
    margin-top: 20px;
  }

  #feature .text p {
    padding: 0 0 0 33px;
  }

  #feature .case {
    width: 92%;
    margin-top: 30px;
  }

  #feature .case ul.link {
    width: 80%;
    margin-right: -40px;
  }

  #feature .case ul.link li a {
    display: block;
    width: 226px;
    padding: 4px 15px;
    border: #ccc 1px solid;
    border-radius: 3px;
    text-align: center;
    font-weight: 400;
  }

  #feature .case p {
    width: 90%;
    padding-left: 10px;
  }

  #system {
    display: block;
    padding: 80px 1% 10px 1%;
    border: none;
  }

  #system .main-item {
    width: 90%;
    margin: 0 auto 30px;
    padding: 14px;
  }

  #system .main-item img {
    width: 70%;
    margin-left: 15%;
  }

  #equipment {
    display: block;
    padding: 80px 1% 10px 1%;
    border: none;
  }

  #equipment .tow-items {
    display: block;
    width: 95%;
    margin: 0 auto 30px auto;
    padding: 14px;
  }

  #equipment .tow-items .primary {
    width: 92%;
    margin: 0 auto;
  }

  #equipment .secondary {
    width: 100%;
  }

  #equipment h2 {
    margin-bottom: 0;
  }

  #equipment table {
    width: 95%;
    margin: 0 auto;
    border: #ddd 1px solid;
  }

  #equipment table th,
  #equipment table td {
    display: block;
    text-align: left;
    line-height: 1.2;
    border: none;
  }

  #equipment table .t_head {
    display: none;
  }

  #equipment table .t_th {
    background: #f1f1f1;
  }

  #equipment table .t_td {
    text-indent: 25px;
  }

  #equipment table .t_td:empty {
    height: 0;
  }

  #material {
    padding: 80px 1% 30px 1%;
    border: none;
  }

  #material .tertiary {
    display: block;
    padding: 15px 0 0 40px;
  }

  #material .tertiary img {
    display: block;
    width: 100%;
    width: 220px;
    padding: 20px 1%;
    margin: 8px auto;
  }

  #material .tertiary table {
    width: 95%;
    border: #ddd 1px solid;
    margin-left: -11px;
  }

  #material table th,
  #material table td {
    display: block;
    text-align: left;
    line-height: 1.2;
    border: none;
  }

  #material table .t_td {
    text-indent: 25px;
    word-break: break-word;
  }

  #profile {
    padding: 50px 2% 10px 2%;
    border: transparent;
    background: #efefef;
  }

  #profile .company {
    padding: 20px 5px;
    margin: 20px 0 10px 0;
    border: transparent;
  }

  #profile .company_box {
    display: block;
  }

  #profile .company_box table th {
    white-space: nowrap;
    width: 28%;
  }

  #profile p {
    width: 90%;
    margin-left: 12px;
  }

  .company .gm {
    text-align: right;
    padding: 12px 5px 30px 0;
  }

  #profile p.yurai {
    width: 95%;
  }

  #profile img {
    margin: 15px auto;
    max-width: 230px;
  }

  .company .left {
    width: 95%;
    padding-left: 10%;
  }

  .company img.right {
    float: none;
  }

  #profile .company_box iframe {
    width: 99%;
    margin: 0 0 -10px 0;
  }



  /*-----------------------フッター*/

  footer {
    width: 100%;
    min-width: 414px;
    padding-top: 8px;
  }

  footer nav.pc,
  footer p.pc {
    display: none !important;
  }

  footer .inner {
    width: 100%;
    display: block;
  }

  /* #footer-box {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  } */

  footer .inner #footer-box .f_left {
    width: 100%;
    display: block;
  }


  #footer-box .f_left h1 {
    border-bottom: none !important;
    padding-top: 12px;
    margin-bottom: 0;
  }

  #footer-box .f_left p.address {
    width: 70%;
    margin-top: -20px;
    margin-bottom: -60px;
    padding-left: 5%;
    padding-bottom: 10px;
    line-height: 1.4;
    text-align: left;
  }

  footer p.copyright {
    /* width: 375px !important; */
    width: 85% !important;
    height: 24px;
    line-height: 2.4;
    text-align: center;
    margin: 60px auto 35px auto;
    border-top: 1px solid #666;
    padding: 10px 0 30px 0;
  }





  /* ----最下段のボタン */
  #grid-container {
    z-index: 1100;
    width: 100%;
    background: #0d0d0e;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: fixed;
    /* bottom: 1px; */
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 46px 51% 1fr;
  }

  #grid-container .gr_a {
    width: 46px;
    height: 46px;
    background: url(../images/logo_s4.png) no-repeat;
    /* background: #0d0d0e; */
  }

  #grid-container .gr_b,
  #grid-container .gr_c {
    display: block;
    background: #0d0d0e;
    border: 2px solid #949494;
    text-align: center;
    line-height: 43px;
  }

  #grid-container .gr_b a,
  #grid-container .gr_c a {
    color: #f2f2f2;
    display: block;
  }


}