@charset "utf-8";
/*Zen Old Mincho */

@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");

/*=====パンくずリスト*/

.pankuzu {
  text-align: right;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 10px;
}
.pankuzu a {
  color: black;
  padding-left: 10px;
  list-style: none;
}
/*=====共通見出し*/
.wrapper {
  width: 920px;
  margin: 0 auto;
  margin-bottom: 160px;
}

.common {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  display: grid;
  line-height: 30px;
  margin-top: 20px;
}
.second_common {
  font-size: 2rem;
  font-weight: 600;
  background-color: #e7ecfc;
  margin-top: 50px;
  padding: 20px;
}
.span2 {
  color: #3f59b2;
  font-size: 1.4rem;
  font-weight: 600;
}

.span4 {
  color: #3f59b2;
  font-size: 2rem;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 47px;
}
/*=====お知らせ一覧*/
.top_newslist a {
  color: black;
  font-size: 1.6rem;
  list-style: none;
  line-height: 2;
  text-align: justify;
  padding-left: 30px;
}
.top_newslist li {
  padding: 30px 30px;
  list-style: none;
  border-bottom: 2px dotted #3f59b2;
  padding-left: 6em;
  text-indent: -6em;
}
.top_newslist ul {
  list-style-position: inside;
}
.top_newslist {
  margin-bottom: 45px;
}

/*=====記事*/
.kizi_title {
  font-size: 3rem;
  font-weight: 600;
  display: grid;
  line-height: 30px;
  padding-bottom: 20px;
  margin-top: 74px;
}
.span5 {
  font-size: 2rem;
  font-weight: 600;
}

.catalogbun {
  margin-top: 57px;
  margin-bottom: 24px;
  line-height: 2;
  text-align: left;
}
.catalog {
  text-align: center;
  margin-bottom: 57px;
}

/*====問い合わせ*/
.toiawase {
  margin-top: 34px;
  margin-bottom: 24px;
  line-height: 2;
  text-align: center;
  background-color: #f7f8fd;
  height: 140px;
  padding-top: 30px;
  padding-bottom: 0px;
}
.toiawase img {
  width: 40px;
  height: 40px;
}

.toiawase a {
  color: black;
}
.span6 {
  text-decoration: underline;
  font-size: 3rem;
  font-weight: 600;
  padding-top: 5px;
  padding-left: 10px;
}

.span7 {
  font-size: 1.6rem;
  font-weight: 600;
}
.span8 {
  font-size: 3rem;
  font-weight: 600;
  padding-top: 5px;

  padding-left: 10px;
}

/*=====ボタン*/

.botton a {
  background: white;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 10px 25px;
  color: #3f59b2;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border: 1px solid #3f59b2;
}
.botton a:hover {
  background: #3f59b2;
  color: #fff;
}
.botton a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #3f59b2;
  border-right: 3px solid;
  transform: rotate(-135deg) translateY(-50%);
  position: absolute;
  top: 40%;
  left: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.botton a:hover:after {
  border-color: #fff;
}

/*=====事業内容、主要製品*/

.zigyou {
  width: 920px;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-weight: 900;
  display: grid;
  grid-template-columns: 280px 280px 280px;
  justify-content: space-between;
  margin-top: 47px;
  margin-bottom: 100px;
}
.zigyou img {
  width: 100%;
}
.zigyou a {
  text-align: center;
  color: black;
  line-height: 1.5;
}

.seihin {
  width: 920px;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-weight: 900;
  display: grid;
  grid-template-columns: 200px 200px 200px 200px;
  justify-content: space-between;
  margin-top: 33px;
}
.seihin img {
  width: 100%;
}

.seihin a {
  color: black;
  line-height: 1.5;
}
/*=====会社概要　沿革　企業理念*/
.gaiyou {
  width: 920px;
  display: grid;
  grid-template-columns: 440px 440px;
  justify-content: space-between;
  margin-top: 33px;
}
.gaiyou img {
  width: 100%;
}

.gaiyou a {
  color: black;
  line-height: 2;
}
.rinen {
  font-family: "Zen Old Mincho";
  font-size: 2.8rem;
  text-align: center;
  padding-top: 69px;
  line-height: 2;
}

.gaiyou_table,
td,
th {
  border: 1px solid #595959;
  border-collapse: collapse;
  padding: 30px;
}
.gaiyou_table td {
  padding: 3px;
  width: 320px;
  height: 25px;
  padding: 10px;
  line-height: 2;
  padding-left: 20px;
}

.gaiyou_table th {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: normal;
  padding-left: 20px;
  width: 119px;
  height: 25px;
  background-color: #f7f8fd;
  text-align: left;
}

.gaiyou_table tr {
  padding: 3px;
  height: 25px;
}

.enkaku_table {
  border: none;
  padding: 3px;
  width: 920px;
  height: 25px;
  background-color: #f7f8fd;
  margin-top: 36px;
  border-collapse: separate;
}
.enkaku_table th {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: normal;
  width: 119px;
  background-color: #f7f8fd;
  text-align: left;
  border: none;
  padding-left: 20px;
}
.enkaku_table td {
  border: none;
}
.enkaku_table {
  border-collapse: separate !important;
}

.enkaku_table tr:not(:first-child) td,
.enkaku_table tr:not(:first-child) th {
  border-top: 10px solid #fff;
}
/* ブレークポイント＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width: 768px) {
  /*ここにcssを書く*/

  body {
    font-size: 1.6rem;
    overflow: auto;
  }
  .pankuzu {
    display: none;
  }
  .pankuzu a {
    display: none;
  }
  /*=====共通見出し*/
  .wrapper {
    width: 90vw;
    margin: 0 auto;
    margin-bottom: 160px;
  }

  .common {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    display: grid;
    line-height: 30px;
    margin-top: 100px;
  }
  .second_common {
    font-size: 2rem;
    font-weight: 600;
    background-color: #e7ecfc;
    margin-top: 30px;
    padding: 20px;
  }
  .span2 {
    color: #3f59b2;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .span4 {
    color: #3f59b2;
    font-size: 2rem;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 47px;
  }
  /*=====お知らせ一覧*/
  .top_newslist a {
    color: black;
    font-size: 1.4rem;
    list-style: none;
    line-height: 1.5;
    text-align: justify;
    padding-left: 0px;
  }
  .top_newslist li {
    display: grid;
    padding: 25px 25px;
    list-style: none;
    border-bottom: 2px dotted #3f59b2;
    padding-left: 0em;
    text-indent: 0em;
  }
  .top_newslist ul {
    list-style-position: inside;
  }
  .top_newslist {
    margin-bottom: 45px;
  }

  /*=====記事*/
  .kizi_title {
    font-size: 2.5rem;
    font-weight: 600;
    display: grid;
    line-height: 30px;
    padding-bottom: 20px;
    margin-top: 74px;
  }
  .span5 {
    font-size: 2rem;
    font-weight: 600;
  }

  .catalogbun {
    margin-top: 57px;
    margin-bottom: 24px;
    line-height: 2;
    text-align: left;
  }
  .catalog {
    text-align: center;
    margin-bottom: 57px;
  }

  /*=====お問い合わせ*/
  .span3 {
    color: #3f59b2;
    font-size: 1.4rem;
    font-weight: 600;
    padding-top: 10px;
  }
  .top_common2 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    margin-top: 45px;
    margin-bottom: 20px;
  }

  .top_kigaruni {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 27px;
  }

  .toiawase {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center;
    background-color: #f7f8fd;
    align-items: center;
    gap: 5px;
    padding: 30px 10px;
    display: grid;
  }
  .toiawase img {
    width: 30px;
    height: 30px;
  }

  .toiawase a {
    color: black;
  }
  .span6 {
    text-decoration: underline;
    font-size: 2rem;
    font-weight: 600;
    padding-top: 20px;
    padding-left: 10px;
  }

  .span7 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .span8 {
    font-size: 2.5rem;
    font-weight: 600;
    padding-top: 0px;
    padding-left: 10px;
  }

  /*=====ボタン*/

  .botton a {
    background: white;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #3f59b2;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: 1px solid #3f59b2;
  }
  .botton a:hover {
    background: #3f59b2;
    color: #fff;
  }
  .botton a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid #3f59b2;
    border-right: 3px solid;
    transform: rotate(-135deg) translateY(-50%);
    position: absolute;
    top: 40%;
    left: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }
  .botton a:hover:after {
    border-color: #fff;
  }

  /*=====事業内容、主要製品*/

  .zigyou {
    width: 90%;

    font-size: 1.6rem;

    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
  .zigyou img {
    width: 100%;
  }
  .zigyou a {
    text-align: center;
    color: black;
    line-height: 1.5;
    padding-top: 20px;
  }

  .seihin {
    width: 90%;
    font-size: 1.6rem;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
  .seihin img {
    width: 100%;
  }

  .seihin a {
    color: black;
    line-height: 1.5;
    padding-top: 20px;
  }
  /*=====会社概要　沿革　企業理念*/
  .gaiyou {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    margin-top: 33px;
    gap: 70px;
  }
  .gaiyou img {
    width: 100%;
    display: block;
  }

  .gaiyou a {
    color: black;
    line-height: 2;
  }
  .rinen {
    font-family: "Zen Old Mincho";
    font-size: 2.3rem;
    padding-top: 24px;
    line-height: 1.5;
    text-align: justify;
  }
  .rinen br {
    display: none;
  }

  .gaiyou_table,
  td,
  th {
    border: none;
    border-collapse: collapse;
    padding-top: 20px;
  }
  .gaiyou_table td {
    padding: 20px;
    width: 100%;
    line-height: 1;
    padding-left: 20px;
    display: block;
    margin-bottom: 20px;
  }

  .gaiyou_table th {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: normal;
    padding-left: 20px;
    width: 100%;
    background-color: #f7f8fd;
    text-align: left;
    display: block;
  }

  .gaiyou_table tr {
    padding: 3px;
    height: 10px;
  }

  .enkaku_table {
    border: none;
    padding: 3px;
    width: 100%;
    height: 25px;
    background-color: #f7f8fd;
    margin-top: 36px;
    border-collapse: separate;
  }
  .enkaku_table th {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: normal;
    width: 119px;
    background-color: #f7f8fd;
    text-align: left;
    border: none;
    padding-left: 20px;
  }
  .enkaku_table td {
    border: none;
  }
  .enkaku_table {
    border-collapse: separate !important;
  }

  .enkaku_table tr:not(:first-child) td,
  .enkaku_table tr:not(:first-child) th {
    border-top: 10px solid #fff;
  }
}
