@charset "UTF-8";
/* ==============================================================
*  ベース
* ============================================================ */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html, body {
  height: 100%;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  color: #251e1c;
  font-size: 1.4em;
  font-family: "ヒラギノ角ゴ Std W3", "Noto Sans Japanese", "Hiragino Kaku Gothic Std", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.7;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}

a {
  color: #333333;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

a, a:hover, a::after, a span, .tab li,
a::before, button, input[type=button], input[type=reset], input[type=submit] {
  touch-action: manipulation;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.4s;
}

img {
  vertical-align: bottom;
}

@media print {
  #headArea, footer {
    display: none !important;
  }
}
/* ==============================================================
*  レイアウト
* ============================================================ */
/*
*  header style
* ----------------------------------------*/
/*----------------------------------------------------------------------------------------
PC only 981～
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 981px) {
  header {
    display: flex;
    align-items: center;
    height: 100px;
    padding: 25px 0;
  }
  header .inner {
    width: 1100px;
  }
  header #h_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 52%;
    font-size: 1.0em;
  }
  header #h_logo .logo img {
    max-width: 330px;
  }
  header #h_logo .name img {
    max-width: 220px;
    margin-top: 25px;
  }

  .menuOpen {
    position: fixed;
    height: 100vh;
    width: 100%;
  }
  .menuOpen #headArea {
    position: fixed;
    z-index: 555;
  }
  .menuOpen #menuBtn {
    z-index: 998;
  }
  .menuOpen #menuArea {
    display: block;
    z-index: 100;
    overflow-y: auto;
  }
  .menuOpen #menuArea:before {
    opacity: 1;
  }
  .menuOpen #menuArea .inner {
    opacity: 1;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
header #h_info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 45%;
}
header #h_info dl {
  display: inline-block;
  margin-right: 25px;
}
header #h_info .tel_num {
  margin-bottom: 4px;
}
header #h_info .tel_num img {
  max-width: 300px;
}
header #h_info .form_btn a {
  display: block;
  color: #800018;
  border: 1px solid #800018;
  border-left: 3px solid #800018;
  border-right: 3px solid #800018;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.4em;
  letter-spacing: 2.6px;
}
header #h_info .form_btn a:hover {
  background: #800018;
  color: #fff;
}
header #menuBtn {
  position: relative;
  width: 65px;
  height: 65px;
  border: 1px solid #1f5a80;
  transition: all .4s;
}
header a.menu_trigger {
  display: block;
  transition: all .4s;
  width: 100%;
  height: 100%;
}
header a.menu_trigger span {
  display: inline-block;
  transition: all .4s;
}
header a.menu_trigger:hover {
  text-decoration: none;
}
header .menu_trigger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 38px;
  height: 6px;
  background-color: #1f5a80;
  border-radius: 8px;
}
header #top .menu_trigger span,
header #top .menu_trigger span:nth-of-type(2)::after {
  background-color: #fff;
}
header .menu_trigger span:nth-of-type(1) {
  top: 15px;
}
header .menu_trigger span:nth-of-type(2) {
  top: 29px;
}
header .menu_trigger span:nth-of-type(3) {
  top: 43px;
}
header .menu_trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  background-color: #1f5a80;
  border-radius: 6px;
  transition: all .4s;
}
header .menu_trigger.active span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}
header .menu_trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .menu_trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
header .menu_trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
}

#menuArea {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 150px;
  left: 0;
  z-index: -9999;
}
#menuArea:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(60, 60, 60, 0.9);
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#menuArea .inner {
  position: relative;
  z-index: 10;
  opacity: 0;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  padding: 3% 0;
}
#menuArea nav {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin: 0 auto;
}
#menuArea nav dl dt {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  font-size: 2.0rem;
  font-weight: bold;
}
#menuArea nav dl dt::before, #menuArea nav dl dt::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#menuArea nav dl dt::before {
  width: 12px;
  height: 12px;
  background: #fff;
}
#menuArea nav dl dt::after {
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #666;
}
#menuArea nav dl dd {
  margin-bottom: 20px;
  padding-left: 24px;
  color: #fff;
}
#menuArea nav dl dd ul {
  font-size: 1.8rem;
}
#menuArea nav dl dd ul li {
  margin-bottom: 5px;
  list-style: disc;
}
#menuArea nav a {
  color: #fff;
  text-decoration: none;
}
#menuArea nav a:hover {
  text-decoration: underline;
}

/*
*  header style ( SP only )
* ----------------------------------------*/
@media screen and (max-width: 980px) {
  header {
    width: 94%;
    height: 85px;
    padding: 15px 3%;
  }
  header #h_logo {
    font-size: 1em;
  }
  header #h_logo span {
    display: block;
  }
  header #h_logo span.logo img {
    max-width: 200px;
  }
  header #h_logo span.name img {
    max-width: 180px;
  }
  header #h_info dl {
    display: none;
  }
  header #menuBtn {
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #1f5a80;
    transition: all .4s;
  }
  header a.menu_trigger {
    display: block;
    transition: all .4s;
    width: 100%;
    height: 100%;
  }
  header a.menu_trigger span {
    display: inline-block;
    transition: all .4s;
  }
  header a.menu_trigger:hover {
    text-decoration: none;
  }
  header .menu_trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 6px;
    background-color: #1f5a80;
    border-radius: 8px;
  }
  header #top .menu_trigger span,
  header #top .menu_trigger span:nth-of-type(2)::after {
    background-color: #fff;
  }
  header .menu_trigger span:nth-of-type(1) {
    top: 10px;
  }
  header .menu_trigger span:nth-of-type(2) {
    top: 23px;
  }
  header .menu_trigger span:nth-of-type(3) {
    top: 36px;
  }
  header .menu_trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 6px;
    background-color: #1f5a80;
    border-radius: 6px;
    transition: all .4s;
  }
  header .menu_trigger.active span:nth-of-type(1) {
    transform: translateY(20px) scale(0);
  }
  header .menu_trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .menu_trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  header .menu_trigger.active span:nth-of-type(3) {
    transform: translateY(-20px) scale(0);
  }

  #menuArea {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 115px;
    left: 0;
    z-index: -9999;
  }
  #menuArea:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(60, 60, 60, 0.9);
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  #menuArea .inner {
    position: relative;
    z-index: 10;
    opacity: 0;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    padding: 3% 0;
  }
  #menuArea nav {
    display: block;
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: border-box;
  }
  #menuArea nav dl dt {
    margin-bottom: 10px;
    font-size: 2.0rem;
    font-weight: bold;
  }
  #menuArea nav dl dt::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: #fff;
  }
  #menuArea nav dl dd {
    margin-bottom: 20px;
    padding-left: 24px;
    color: #fff;
  }
  #menuArea nav dl dd ul {
    font-size: 1.8rem;
  }
  #menuArea nav dl dd ul li {
    margin-bottom: 5px;
    list-style: disc;
  }
  #menuArea nav a {
    color: #fff;
    text-decoration: none;
  }
  #menuArea nav a:hover {
    text-decoration: underline;
  }

  .menuOpen {
    position: fixed;
    height: 100vh;
    width: 100%;
  }
  .menuOpen #headArea {
    position: fixed;
    z-index: 555;
  }
  .menuOpen #menuBtn {
    z-index: 998;
  }
  .menuOpen #menuArea {
    display: block;
    z-index: 100;
    overflow-y: auto;
  }
  .menuOpen #menuArea:before {
    opacity: 1;
  }
  .menuOpen #menuArea .inner {
    overflow-y: auto;
    height: 100vh;
    padding: 10px 5% 200px;
    opacity: 1;
  }
}
/*
*  footer style
* ----------------------------------------*/
/*----------------------------------------------------------------------------------------
PC only 981～
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 981px) {
  #contactArea {
    width: 1000px;
    margin: 50px auto;
    text-align: center;
  }
  #contactArea p {
    font-size: 1.6rem;
    font-weight: 400;
  }
  #contactArea dl {
    display: inline-block;
    margin: 50px 0;
  }
  #contactArea dl dt img {
    max-width: 300px;
  }
  #contactArea dl dd:last-child {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #636363;
  }
  #contactArea dl dd:last-child img {
    max-width: 236px;
  }
  #contactArea #form_btn a {
    display: inline-block;
    margin: 0 auto;
    padding: 8px 18px;
    background: #1f5a80;
    color: #fff;
    border-radius: 3px;
    font-size: 1.7rem;
    text-decoration: none;
  }

  footer {
    padding: 30px 0 50px;
    background: #3e80a5;
    color: #fff;
  }
  footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: top;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  footer #f_logo {
    margin-bottom: 30px;
  }
  footer #f_logo img {
    width: 80%;
    height: auto;
  }
  footer #f_infoArea dl dt {
    font-size: 1.4rem;
    font-weight: 400;
  }
  footer #f_infoArea dl dt:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 10px;
    margin-right: 4px;
    background: #fff;
  }
  footer #f_infoArea dl dd {
    padding-left: 8px;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  footer #f_sitelink {
    width: 50%;
    display: flex;
    justify-content: space-between;
  }
  footer #f_sitelink dl dt {
    position: relative;
    margin-bottom: 5px;
    padding-left: 18px;
    font-weight: bold;
  }
  footer #f_sitelink dl dt::before, footer #f_sitelink dl dt::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  footer #f_sitelink dl dt::before {
    width: 12px;
    height: 12px;
    background: #fff;
  }
  footer #f_sitelink dl dt::after {
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #3e80a5;
  }
  footer #f_sitelink dl dd {
    padding-left: 18px;
  }
  footer #f_sitelink dl dd ul {
    font-size: 1.4rem;
  }
  footer #f_sitelink dl dd ul li {
    margin-bottom: 5px;
    list-style: disc;
  }
  footer #f_sitelink a {
    color: #fff;
    text-decoration: none;
  }
  footer #f_sitelink a:hover {
    text-decoration: underline;
  }
  footer #copyright {
    margin-top: 30px;
    text-align: center;
    font-size: 1.0em;
  }
}
@media screen and (max-width: 980px) {
  #contactArea {
    width: 92%;
    margin: 40px auto;
    text-align: center;
  }
  #contactArea p {
    font-size: 1.6rem;
    font-weight: 400;
  }
  #contactArea dl {
    display: inline-block;
    margin: 30px 0;
  }
  #contactArea dl dt img {
    max-width: 300px;
  }
  #contactArea dl dd:last-child {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #636363;
  }
  #contactArea dl dd:last-child img {
    max-width: 236px;
  }
  #contactArea #form_btn a {
    display: inline-block;
    margin: 0 auto;
    padding: 8px 18px;
    background: #1f5a80;
    color: #fff;
    border-radius: 3px;
    font-size: 1.7rem;
    text-decoration: none;
  }

  footer {
    padding: 20px 3%;
    background: #3e80a5;
    color: #fff;
    text-align: center;
  }
  footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: top;
    width: auto;
    margin: 0 auto;
  }
  footer #f_logo {
    display: none;
  }
  footer #f_infoArea dl {
    display: none;
  }
  footer #f_sitelink {
    display: none;
  }
  footer #copyright {
    margin-top: 0;
    text-align: center;
    font-size: 1.0em;
  }
}
/* ==============================================================
*  モジュール（汎用的に使用できるスタイル）
* ============================================================ */
/*
*  box
* ----------------------------------------*/
.inline {
  margin-bottom: 30px;
  padding: 0 2%;
}

.pdfbox {
  margin: 0 1%;
  padding: 10px;
  background: #ECECEC;
  font-size: 12px;
}
.pdfbox p {
  margin-bottom: 0 !important;
}

.bg_box {
  margin-bottom: 30px;
  padding: 10px;
  background: #ECECEC;
}
.bg_box p:last-child {
  margin-bottom: 0 !important;
}

.bg_box2 {
  margin-bottom: 30px;
  padding: 10px;
  background: #EDFBB0;
}
.bg_box2 p:last-child {
  margin-bottom: 0 !important;
}

/*
*  table
* ----------------------------------------*/
table:not([class]) {
  width: 100%;
}
table:not([class]) th, table:not([class]) td {
  padding: 10px;
  border: 1px solid #1f5a80;
  vertical-align: middle;
  text-align: center;
}
table:not([class]) th {
  background: #acabab;
  white-space: nowrap;
  font-size: 1.6rem;
}
table:not([class]) td {
  border-bottom: 1px solid #80878e;
  border-left: 1px solid #80878e;
  font-size: 1.5rem;
}
table:not([class]) td.tit {
  font-weight: bold;
}

table.t_left {
  margin-bottom: 30px;
}
table.t_left caption {
  color: #1f5a80;
  text-align: left;
  font-weight: bold;
}
table.t_left th {
  vertical-align: middle;
}
table.t_left td {
  padding: 5px 10px !important;
  text-align: left;
}

table.t_left_all {
  margin-bottom: 30px;
}
table.t_left_all caption {
  color: #1f5a80;
  text-align: left;
  font-weight: bold;
}
table.t_left_all th, table.t_left_all td {
  padding: 10px !important;
  vertical-align: top !important;
  text-align: left;
}

table.number {
  margin-bottom: 20px;
  border: 1px solid #1f5a80;
}
table.number caption {
  padding: 5px 10px;
  background: #1f5a80;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
table.number td {
  padding: 3px 5px;
}

table.no_border th, table.no_border td {
  padding: 5px 10px;
  vertical-align: top;
}
table.no_border th {
  color: #1f5a80;
  text-align: left;
  white-space: nowrap;
}

.en table.no_border th {
  white-space: normal;
}

.v_middle {
  vertical-align: middle !important;
}

.v_top {
  vertical-align: top !important;
}

.nowrap {
  white-space: nowrap;
}

/*----------------------------------------------------------------------------------------
sp only style
----------------------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
  div.scroll {
    padding: 0 0 10px;
  }

  div.scroll table {
    width: 100% !important;
  }

  .scroll table th {
    white-space: nowrap !important;
  }

  .scroll table td {
    white-space: nowrap !important;
    font-size: 1.5rem !important;
    line-height: 2.7rem;
  }

  .scroll {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 5%;
  }

  .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }

  .scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
}
/*
*  parts scss
* ----------------------------------------*/
ul.disc {
  margin-left: 25px;
  margin-bottom: 20px;
}
ul.disc li {
  list-style: disc;
  font-size: 1.5rem;
}
ul.inline_b {
  margin-bottom: 20px;
}
ul.inline_b li {
  display: inline-block;
  margin-right: 8px;
}

/*----------------------------------------------------------------------------------------
PC only 981～
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 981px) {
  h2 {
    margin-bottom: 30px;
    font-size: 2.6rem;
    text-align: center;
  }
  h2 span {
    position: relative;
    display: inline-block;
    color: #1f5a80;
  }
  h2 span::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #800018;
  }

  #mainArea section {
    margin-top: 50px;
  }
  #mainArea .copy_txt {
    margin-bottom: 30px;
    color: #800018;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
  }
}
/*----------------------------------------------------------------------------------------
SP only 981～
----------------------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
  h2 {
    margin-bottom: 30px;
    font-size: 2.4rem;
    text-align: center;
  }
  h2 span {
    position: relative;
    display: inline-block;
    color: #1f5a80;
  }
  h2 span::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #800018;
  }

  #mainArea .inner {
    padding: 4%;
  }
  #mainArea section {
    margin-top: 5%;
  }
  #mainArea .copy_txt {
    margin-bottom: 30px;
    color: #800018;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
  }
  #mainArea img {
    width: 100%;
  }
}
.p_relative {
  position: relative;
}

.centering {
  display: flex;
  justify-content: center;
  align-items: center;
}

.t_center {
  text-align: center !important;
}

.t_right {
  text-align: right !important;
}

.t_left {
  text-align: left !important;
}

.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

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

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

.mt40 {
  margin-top: 40px !important;
}

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

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

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

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.p0 {
  padding: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.p10 {
  padding: 10px !important;
}

.small {
  font-size: 1.3rem;
}

.medium {
  font-size: 1.4rem;
}

.notes {
  font-size: 1.3rem;
}

.indent {
  text-indent: 1em;
}

.indent2 {
  text-indent: 2em;
}

.no_indent {
  text-indent: 0 !important;
}

.c_red {
  color: #E71C20;
}

.c_blue {
  color: #2980b9;
}

.bold {
  font-weight: bold;
}

.bdr_cancel {
  position: relative;
  display: inline-block;
}
.bdr_cancel::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 3px;
  border-bottom: 3px double #000;
}

.u_line {
  text-decoration: underline;
}

.mk_black {
  display: inline-block;
  padding: 0 5px;
  background: #000;
  color: #fff;
}

.icon_new {
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
  background: #FF3F42;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
}

hr[class] {
  height: 0;
  padding: 0;
  border: 0;
}
hr.line_dot {
  border-top: 1px dotted #333;
}
hr.line_dash {
  border-top: 1px dashed #333;
}

.w_p10 {
  width: 10%;
}

.w_p20 {
  width: 20%;
}

.w_p30 {
  width: 30%;
}

.w_p40 {
  width: 40%;
}

.w_p50 {
  width: 50%;
}

.w_p60 {
  width: 60%;
}

.w_p65 {
  width: 65%;
}

.w_p70 {
  width: 70%;
}

.w_p80 {
  width: 80%;
}

.w_p90 {
  width: 90%;
}

.w_p100 {
  width: 100%;
}

.b_solid {
  border: 1px solid #333;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: white url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* ==============================================================
*  PC // 各ページ固有のスタイル
* ============================================================ */
/*----------------------------------------------------------------------------------------
top page style
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 981px) {
  body#top #silderArea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 370px;
  }
  body#top #silderArea .slide01 {
    background-image: url(../../img/slide01.png);
  }
  body#top #silderArea .slide02 {
    background-image: url(../../img/slide02.png);
  }
  body#top #silderArea .slide03 {
    background-image: url(../../img/slide03.png);
  }
  body#top #silderArea .slide {
    width: 100vw;
    height: 370px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  body#top #mainvisualArea {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
    height: 370px;
    background-size: cover;
  }
  body#top #mainvisualArea .read_copy {
    color: #fff;
    white-space: nowrap;
    font-size: 4.0rem;
    font-weight: 500;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
    z-index: 5;
  }
  body#top #mainArea section {
    margin-top: 50px;
  }
  body#top #mainArea section .more_link {
    margin-top: 50px;
    text-align: center;
  }
  body#top #mainArea section .more_link a {
    position: relative;
    display: inline-block;
    padding: 3px 30px 3px 15px;
    background: linear-gradient(to bottom, white 70%, #dddddd);
    color: #1f5a80;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 2px;
  }
  body#top #mainArea section .more_link a::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #800018;
    vertical-align: middle;
  }
  body#top #mainArea section .more_link a:hover {
    background: #ddd;
  }
  body#top #newsArea {
    width: 920px;
    margin: 0 auto;
  }
  body#top #newsArea dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #636363;
  }
  body#top #newsArea dl dt {
    width: 30%;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
  }
  body#top #newsArea dl dd {
    width: 70%;
    font-size: 1.6rem;
  }
  body#top #productArea {
    width: 1000px;
    margin: 120px auto 0 !important;
  }
  body#top #productArea .inner {
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
  body#top #productArea .inner .txt_box {
    width: 450px;
    padding: 0 80px 80px;
    background: url("../../img/product_img02.png") center bottom no-repeat;
    background-size: 630px;
    font-weight: bold;
    line-height: 1.8;
  }
  body#top #productArea .inner .img {
    position: absolute;
    left: 80px;
    top: 40px;
  }
  body#top #productArea .inner .img img {
    max-width: 330px;
  }
  body#top #productArea .txt_copy {
    margin-bottom: 60px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4em;
  }
  body#top #businessArea {
    padding: 50px;
    background: url("../../img/bg_business.png") left top no-repeat;
    background-size: cover;
    color: #fff;
  }
  body#top #businessArea .inner {
    width: 500px;
    margin: 0 auto;
  }
  body#top #businessArea .inner h2 {
    margin-bottom: 50px;
  }
  body#top #businessArea .inner h2 span {
    color: #fff !important;
  }
  body#top #factoryArea {
    margin-top: 80px;
  }
  body#top #factoryArea ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  body#top #factoryArea ul li {
    width: 225px;
    margin: 0 14px;
  }
  body#top #factoryArea ul li a {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 225px;
    height: 160px;
    text-decoration: none;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  body#top #factoryArea ul li a span {
    display: block;
    width: 100%;
    height: 42px;
    background: rgba(51, 153, 153, 0.7);
    color: #fff;
    line-height: 42px;
    font-size: 1.6rem;
    text-align: center;
  }
  body#top #factoryArea ul li a span::before, body#top #factoryArea ul li a span::after {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    opacity: 0;
  }
  body#top #factoryArea ul li a span::before {
    width: 18px;
    height: 18px;
    background: #fff;
  }
  body#top #factoryArea ul li a span::after {
    bottom: 53px;
    left: 6px;
    box-sizing: border-box;
    width: 3px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #3e80a5;
  }
  body#top #factoryArea ul li a:hover span {
    position: relative;
    height: 100%;
    background: rgba(51, 153, 153, 0.9);
  }
  body#top #factoryArea ul li a:hover span::before, body#top #factoryArea ul li a:hover span::after {
    opacity: 1;
  }
  body#top #factoryArea ul li.d01 a {
    background: url("../../img/factory_img01.png") center center no-repeat;
    background-size: cover;
  }
  body#top #factoryArea ul li.d02 a {
    background: url("../../img/factory_img02.png") center center no-repeat;
    background-size: cover;
  }
  body#top #factoryArea ul li.d03 a {
    background: url("../../img/factory_img03.png") center center no-repeat;
    background-size: cover;
  }
  body#top #bnrArea {
    padding: 40px;
    background: #80878e;
    text-align: center;
  }
  body#top #bnrArea ul {
    display: flex;
    justify-content: center;
  }
  body#top #bnrArea ul li {
    width: 230px;
    height: 180px;
    margin: 0 10px;
  }
  body#top #bnrArea ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 230px;
    height: 180px;
    color: #800018;
    text-decoration: none;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    border: 2px solid #3e8080;
    box-sizing: border-box;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  body#top #bnrArea ul li a span {
    display: inline-block;
    width: 100%;
  }
  body#top #bnrArea ul li a span.sub {
    color: #000;
    font-size: 1.4rem;
    font-weight: normal;
  }
  body#top #bnrArea ul li a:hover {
    border: 6px solid #3e8080;
    font-size: 2.0rem;
  }
  body#top #bnrArea ul li:first-child a {
    background: url("../../img/bnr_recruit.png") left top no-repeat;
    background-size: cover;
  }
  body#top #bnrArea ul li:last-child a {
    background: url("../../img/bnr_company.png") left top no-repeat;
    background-size: cover;
  }
  body#top #mapArea {
    text-align: center;
  }
  body#top #mapArea iframe {
    display: inline-block;
  }
}
/*----------------------------------------------------------------------------------------
top page style
----------------------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
  body#top #silderArea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 370px;
  }
  body#top #silderArea .slide01 {
    background-image: url(../../img/slide01.png);
  }
  body#top #silderArea .slide02 {
    background-image: url(../../img/slide02.png);
  }
  body#top #silderArea .slide03 {
    background-image: url(../../img/slide03.png);
  }
  body#top #silderArea .slide {
    width: 100vw;
    height: 370px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  body#top #mainvisualArea {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 115px;
    height: 370px;
    background-size: cover;
  }
  body#top #mainvisualArea .read_copy {
    color: #fff;
    white-space: nowrap;
    font-size: 3.5vh;
    font-weight: 500;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
    z-index: 5;
  }
  body#top #mainArea section {
    margin-top: 50px;
  }
  body#top #mainArea section .more_link {
    margin-top: 30px;
    text-align: center;
  }
  body#top #mainArea section .more_link a {
    position: relative;
    display: inline-block;
    padding: 3px 30px 3px 15px;
    background: #fff;
    color: #1f5a80;
    border-radius: 8px;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 2px;
  }
  body#top #mainArea section .more_link a::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #800018;
    vertical-align: middle;
  }
  body#top #newsArea {
    margin: 0 auto;
  }
  body#top #newsArea dl {
    border-bottom: 1px solid #636363;
  }
  body#top #newsArea dl dt {
    font-size: 2.2rem;
    font-weight: bold;
  }
  body#top #newsArea dl dd {
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
  body#top #productArea {
    margin: 60px auto 0 !important;
  }
  body#top #productArea .inner .txt_box {
    padding: 0 0 40px;
    background: url("../../img/product_img02.png") center bottom no-repeat;
    background-size: contain;
    font-weight: bold;
    line-height: 1.8;
  }
  body#top #productArea .inner .img {
    margin-bottom: 30px;
    text-align: center;
  }
  body#top #productArea .inner .img img {
    max-width: 330px;
  }
  body#top #productArea .txt_copy {
    margin-bottom: 40px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4em;
  }
  body#top #businessArea {
    padding: 50px;
    background: url("../../img/bg_business.png") center top no-repeat;
    background-size: cover;
    color: #fff;
  }
  body#top #businessArea .inner {
    margin: 0 auto;
  }
  body#top #businessArea .inner h2 {
    margin-bottom: 50px;
  }
  body#top #businessArea .inner h2 span {
    color: #fff !important;
  }
  body#top #factoryArea {
    margin-top: 80px;
  }
  body#top #factoryArea ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  body#top #factoryArea ul li {
    width: 225px;
    margin: 0 14px 20px;
  }
  body#top #factoryArea ul li a {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 225px;
    height: 160px;
    text-decoration: none;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  body#top #factoryArea ul li a span {
    display: block;
    width: 100%;
    height: 42px;
    background: rgba(51, 153, 153, 0.7);
    color: #fff;
    line-height: 42px;
    font-size: 1.6rem;
    text-align: center;
  }
  body#top #factoryArea ul li a span::before, body#top #factoryArea ul li a span::after {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    opacity: 0;
  }
  body#top #factoryArea ul li a span::before {
    width: 18px;
    height: 18px;
    background: #fff;
  }
  body#top #factoryArea ul li a span::after {
    bottom: 53px;
    left: 6px;
    box-sizing: border-box;
    width: 3px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #3e80a5;
  }
  body#top #factoryArea ul li a:hover span {
    position: relative;
    height: 100%;
    background: rgba(51, 153, 153, 0.9);
  }
  body#top #factoryArea ul li a:hover span::before, body#top #factoryArea ul li a:hover span::after {
    opacity: 1;
  }
  body#top #factoryArea ul li.d01 a {
    background: url("../../img/factory_img01.png") center center no-repeat;
    background-size: cover;
  }
  body#top #factoryArea ul li.d02 a {
    background: url("../../img/factory_img02.png") center center no-repeat;
    background-size: cover;
  }
  body#top #factoryArea ul li.d03 a {
    background: url("../../img/factory_img03.png") center center no-repeat;
    background-size: cover;
  }
  body#top #bnrArea {
    padding: 40px;
    background: #80878e;
    text-align: center;
  }
  body#top #bnrArea ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body#top #bnrArea ul li {
    width: 230px;
    height: 180px;
    margin: 10px;
    border: 2px solid #3e8080;
  }
  body#top #bnrArea ul li:hover {
    border: 6px solid #3e8080;
  }
  body#top #bnrArea ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 230px;
    height: 180px;
    color: #800018;
    text-decoration: none;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body#top #bnrArea ul li a span {
    display: inline-block;
    width: 100%;
  }
  body#top #bnrArea ul li a span.sub {
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
    font-weight: normal;
  }
  body#top #bnrArea ul li:first-child a {
    background: white url("../../img/bnr_recruit.png") left top no-repeat;
    background-size: cover;
  }
  body#top #bnrArea ul li:last-child a {
    background: white url("../../img/bnr_company.png") left top no-repeat;
    background-size: cover;
  }
  body#top #mapArea {
    text-align: center;
  }
  body#top #mapArea .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  body#top #mapArea .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  body#top #mapArea iframe {
    display: inline-block;
  }
}
/*----------------------------------------------------------------------------------------
page style (contents page)
----------------------------------------------------------------------------------------*/
/* -- titleArea background image -- */
#product #titleArea.idx {
  background: url("../../product/img/bg_title_idx.png") left top no-repeat;
  background-size: cover;
}

#product #titleArea.details01 {
  background: url("../../product/img/bg_title_details01.png") left top no-repeat;
  background-size: cover;
}

#product #titleArea.details02 {
  background: url("../../product/img/bg_title_details02.png") left top no-repeat;
  background-size: cover;
}

#product #titleArea.details03 {
  background: url("../../product/img/bg_title_details03.png") left top no-repeat;
  background-size: cover;
}

#product #titleArea.details04 {
  background: url("../../product/img/bg_title_details04.png") left top no-repeat;
  background-size: cover;
}

#product #titleArea.details05 {
  background: url("../../product/img/bg_title_details05.png") left top no-repeat;
  background-size: cover;
}

#factory #titleArea.details01 {
  background: url("../../factory/img/bg_title_details01.png") left top no-repeat;
  background-size: cover;
}

#factory #titleArea.details02 {
  background: url("../../factory/img/bg_title_details02.png") left top no-repeat;
  background-size: cover;
}

#factory #titleArea.details03 {
  background: url("../../factory/img/bg_title_details03.png") left top no-repeat;
  background-size: cover;
}

#business #titleArea.idx {
  background: url("../../business/img/bg_title_idx.png") left top no-repeat;
  background-size: cover;
}

#company #titleArea.idx {
  background: url("../../company/img/bg_title_idx.png") left top no-repeat;
  background-size: cover;
}

#company #titleArea.message {
  background: url("../../company/img/bg_title_message.png") left top no-repeat;
  background-size: cover;
}

#company #titleArea.history {
  background: url("../../company/img/bg_title_history.png") left top no-repeat;
  background-size: cover;
}

#access #titleArea.idx {
  background: url("../../access/img/bg_title_idx.png") left top no-repeat;
  background-size: cover;
}

#contact #titleArea.idx {
  background: url("../../contact/img/bg_title_idx.png") left top no-repeat;
  background-size: cover;
}

/* -- //titleArea background image end -- */
/*----------------------------------------------------------------------------------------
PC only 981～
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 981px) {
  #titleArea {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    margin-top: 150px;
    text-align: center;
    color: #fff;
  }
  #titleArea h1 {
    font-size: 4.4rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
  }

  #breadcrumb {
    width: 1100px;
    margin: 0 auto;
    padding: 15px 3%;
  }
  #breadcrumb li {
    display: inline-block;
    margin-right: 5px;
    font-size: 1.4rem;
  }
  #breadcrumb li::before {
    font-size: 1.1rem;
    font-family: monospace;
    content: '>';
    padding-right: 8px;
    color: #726e6d;
  }
  #breadcrumb li:first-child::before {
    display: none;
  }
  #breadcrumb li a {
    text-decoration: none;
  }
  #breadcrumb li a:hover {
    text-decoration: underline;
  }

  /*------------------------------------------------------------------
    product
  ------------------------------------------------------------------*/
  /* index.html ----------------------*/
  #processArea {
    text-align: center;
  }

  /* common ----------------------*/
  #product section {
    margin-bottom: 80px !important;
  }
  #product section .inner {
    width: 700px;
    margin: 0 auto;
  }
  #product section .inner h2 {
    margin-bottom: 60px;
  }
  #product section .inner .unit {
    font-size: 1.1rem;
    text-align: right;
  }
  #product section#detailsArea,
  #product section.detailsArea {
    margin: 50px auto 0;
  }
  #product section#detailsArea .inner,
  #product section.detailsArea .inner {
    display: flex;
    justify-content: space-between;
    width: 880px;
    margin: 60px auto 0;
  }
  #product section#detailsArea .inner:first-child,
  #product section.detailsArea .inner:first-child {
    margin-top: 0;
  }
  #product section#detailsArea .inner .img_box,
  #product section.detailsArea .inner .img_box {
    position: relative;
    margin-right: 50px;
  }
  #product section#detailsArea .inner .img_box::after,
  #product section.detailsArea .inner .img_box::after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 350px;
    height: 240px;
    border: 1px solid #1f5a80;
    z-index: 1;
  }
  #product section#detailsArea .inner .img_box img,
  #product section.detailsArea .inner .img_box img {
    position: relative;
    max-width: 350px;
    z-index: 10;
  }
  #product section#detailsArea .inner dl,
  #product section.detailsArea .inner dl {
    width: 480px;
  }
  #product section#detailsArea .inner dl dt,
  #product section.detailsArea .inner dl dt {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    border-bottom: 1px solid #1f5a80;
    color: #6f6e6f;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #product section#detailsArea .inner dl dd,
  #product section.detailsArea .inner dl dd {
    padding-left: 40px;
  }
  #product #useArea .inner {
    width: 960px;
  }
  #product #useArea .wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #product #useArea dl {
    width: 296px;
    margin: 0 15px;
  }
  #product #useArea dl dt {
    margin-bottom: 10px;
  }
  #product #useArea dl dd {
    text-align: center;
  }
  #product .tableArea h3 {
    margin-top: 10px;
  }
  #product .tableArea ul.disc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #product .tableArea ul.disc li {
    width: 48%;
  }
  #product #listArea ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #product #listArea ul li {
    width: 190px;
    margin: 0 14px 30px;
  }
  #product #listArea ul li a {
    display: flex;
    align-items: flex-end;
    width: 190px;
    height: 142px;
    border: 1px solid #1f5a80;
    text-decoration: none;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  #product #listArea ul li a span {
    display: block;
    width: 100%;
    height: 42px;
    background: rgba(51, 153, 153, 0.7);
    color: #fff;
    line-height: 42px;
    font-size: 1.6rem;
    text-align: center;
  }
  #product #listArea ul li a span::before, #product #listArea ul li a span::after {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    opacity: 0;
  }
  #product #listArea ul li a span::before {
    width: 18px;
    height: 18px;
    background: #fff;
  }
  #product #listArea ul li a span::after {
    bottom: 53px;
    left: 6px;
    box-sizing: border-box;
    width: 3px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #3e80a5;
  }
  #product #listArea ul li a:hover span {
    position: relative;
    height: 100%;
    background: rgba(51, 153, 153, 0.9);
  }
  #product #listArea ul li a:hover span::before, #product #listArea ul li a:hover span::after {
    opacity: 1;
  }
  #product #listArea ul li.d01 a {
    background: url("../../product/img/idx_img01.png") center center no-repeat;
    background-size: 90%;
  }
  #product #listArea ul li.d02 a {
    background: url("../../product/img/idx_img02.png") center center no-repeat;
    background-size: 80%;
  }
  #product #listArea ul li.d03 a {
    background: url("../../product/img/idx_img03.png") center center no-repeat;
    background-size: 80%;
  }
  #product #listArea ul li.d04 a {
    background: url("../../product/img/idx_img04.png") center center no-repeat;
    background-size: cover;
  }
  #product #listArea ul li.d05 a {
    background: url("../../product/img/idx_img05.png") center center no-repeat;
    background-size: 90%;
  }

  /*------------------------------------------------------------------
    factory
  ------------------------------------------------------------------*/
  #factory #photoArea {
    width: 916px;
    margin: 50px auto;
  }
  #factory #photoArea span {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 1.6rem;
  }
  #factory #photoArea ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  #factory #photoArea ul li {
    width: 294px;
  }
  #factory #photoArea ul li.one {
    width: 100%;
    text-align: center;
  }
  #factory #facilityArea {
    width: 916px;
    margin: 90px auto;
  }
  #factory #facilityArea th.facility, #factory #facilityArea td.facility {
    width: 25%;
  }
  #factory #facilityArea th.name, #factory #facilityArea td.name {
    width: 50%;
  }
  #factory #facilityArea th.production, #factory #facilityArea td.production {
    width: 25%;
  }
  #factory #facilityArea th {
    font-size: 1.7rem;
  }
  #factory #facilityArea td {
    font-size: 1.6rem;
  }
  #factory #accessArea {
    width: 690px;
    margin: 0 auto;
  }
  #factory #accessArea dl {
    overflow: hidden;
    margin-top: 20px;
  }
  #factory #accessArea dl dt {
    float: left;
    width: 200px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #factory #accessArea dl dd {
    float: right;
    width: 470px;
    padding-bottom: 15px;
    border-bottom: 1px solid #636363;
    font-size: 1.6rem;
  }
  #factory #accessArea dl dd:last-child {
    border-bottom: 0;
  }
  #factory #accessArea dl dd span {
    display: block;
    margin-top: 15px;
    padding-left: 1em;
    text-indent: -1em;
  }

  /*------------------------------------------------------------------
    company
  ------------------------------------------------------------------*/
  #company {
    /* common style */
    /* index.html ----------------------*/
    /* message.html ----------------------*/
    /* history.html ------------------*/
  }
  #company #linkArea {
    margin-top: 80px;
  }
  #company #linkArea ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #company #linkArea ul li {
    width: 225px;
    margin: 0 14px 30px;
  }
  #company #linkArea ul li a {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 225px;
    height: 160px;
    border: 1px solid #1f5a80;
    text-decoration: none;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  #company #linkArea ul li a span {
    display: block;
    width: 100%;
    height: 42px;
    background: rgba(51, 153, 153, 0.7);
    color: #fff;
    line-height: 42px;
    font-size: 1.6rem;
    text-align: center;
  }
  #company #linkArea ul li a span::before, #company #linkArea ul li a span::after {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    opacity: 0;
  }
  #company #linkArea ul li a span::before {
    width: 18px;
    height: 18px;
    background: #fff;
  }
  #company #linkArea ul li a span::after {
    bottom: 53px;
    left: 6px;
    box-sizing: border-box;
    width: 3px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #3e80a5;
  }
  #company #linkArea ul li a:hover span {
    position: relative;
    height: 100%;
    background: rgba(51, 153, 153, 0.9);
  }
  #company #linkArea ul li a:hover span::before, #company #linkArea ul li a:hover span::after {
    opacity: 1;
  }
  #company #linkArea ul li.d01 a {
    background: url("../../company/img/idx_img01.png") center center no-repeat;
    background-size: cover;
  }
  #company #linkArea ul li.d02 a {
    background: url("../../company/img/idx_img02.png") center center no-repeat;
    background-size: cover;
  }
  #company #linkArea ul li.d03 a {
    background: url("../../company/img/idx_img03.png") center center no-repeat;
    background-size: cover;
  }
  #company #overviewArea {
    width: 920px;
    margin: 0 auto;
  }
  #company #overviewArea dl dt {
    font-size: 1.8rem;
  }
  #company #overviewArea dl dd {
    font-size: 1.6rem;
  }
  #company #overviewArea dl.side {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #company #overviewArea dl.side dt, #company #overviewArea dl.side dd {
    padding: 5px 0;
    border-top: 1px solid #1f5a80;
  }
  #company #overviewArea dl.side dt:first-child, #company #overviewArea dl.side dt:nth-child(2), #company #overviewArea dl.side dd:first-child, #company #overviewArea dl.side dd:nth-child(2) {
    border-top: 0;
  }
  #company #overviewArea dl.side dt {
    float: left;
    width: 210px;
    padding-left: 20px;
    font-weight: bold;
  }
  #company #overviewArea dl.side dd {
    float: right;
    width: 690px;
  }
  #company #overviewArea dl.side dd dl.company_list {
    width: 100%;
  }
  #company #overviewArea dl.side dd dl.company_list dt, #company #overviewArea dl.side dd dl.company_list dd {
    float: none !important;
    width: 100%;
    padding: 5px 0;
    border-top: 0;
  }
  #company #overviewArea dl.side dd dl.company_list dt {
    text-indent: 1em;
    border-bottom: 1px dashed #1f5a80;
  }
  #company #overviewArea dl.side dd dl.company_list dd {
    margin-bottom: 20px;
  }
  #company #overviewArea dl.vertical dt {
    margin-top: 20px;
    padding-bottom: 6px;
    padding-left: 2%;
    border-bottom: 1px solid #1f5a80;
    font-weight: bold;
  }
  #company #overviewArea dl.vertical dd {
    padding-top: 10px;
    padding-left: 32%;
    line-height: 1.8em;
  }
  #company #messageArea {
    width: 690px;
    margin: 60px auto;
  }
  #company #messageArea .copy_txt2 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #company #messageArea .president {
    margin-top: 40px;
    border-top: 1px solid #251e1c;
    text-align: right;
  }
  #company #messageArea .president .name {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #company #historyArea {
    width: 920px;
    margin: 0 auto;
  }
  #company #historyArea dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  #company #historyArea dl dt, #company #historyArea dl dd {
    padding: 15px 0;
    border-bottom: 1px solid #1f5a80;
  }
  #company #historyArea dl dt:last-child, #company #historyArea dl dt:last-of-type, #company #historyArea dl dd:last-child, #company #historyArea dl dd:last-of-type {
    border-bottom: 0;
  }
  #company #historyArea dl dt {
    width: 28%;
    background: url("../../company/img/bg_stripe.png") center top repeat-y;
    background-size: 190px;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  #company #historyArea dl dd {
    width: 67%;
    padding-left: 5%;
    font-size: 1.6rem;
  }
  #company #historyArea .old_history {
    margin: 60px 0;
    text-align: center;
    cursor: pointer;
  }
  #company #historyArea .old_history span {
    display: inline-block;
    padding: 3px;
    color: #7A7473;
    border: 2px solid #7A7473;
    font-size: 2.0rem;
    font-weight: bold;
    text-decoration: none;
  }
  #company #historyArea .old_history:hover span {
    background: #7A7473;
    color: #fff;
  }
  #company #historyArea .old_list {
    display: none;
  }
  #company #chartArea {
    text-align: center;
  }
  #company #chartArea img {
    border: 1px solid #251e1c;
  }

  /*------------------------------------------------------------------
    contact
  ------------------------------------------------------------------*/
  /*
  #contact #formArea {
    width: 960px;
    margin: 0 auto 80px;
    font-size: 1.6rem;
  }
  #contact #formArea .form_table {
    width: 100%;
    margin: 30px 0 20px;
  }
  #contact #formArea .form_table th, #contact #formArea .form_table td {
    padding: 15px 0;
    border-bottom: 1px solid #1f5a80;
  }
  #contact #formArea .form_table tr:last-child th, #contact #formArea .form_table tr:last-child td {
    border-bottom: 0;
  }
  #contact #formArea .form_table th {
    width: 260px;
    padding-right: 20px;
    text-align: left;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: normal;
  }
  #contact #formArea .form_table th div {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  #contact #formArea .form_table td {
    width: calc(100% - 260px);
  }
  #contact #formArea input, #contact #formArea textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333333;
    font-size: 1.5rem;
    letter-spacing: 0.025em;
    line-height: 1.7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
  }
  #contact #formArea .rewuired {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: red;
    display: inline-block;
    padding: 3px 6px;
  }
  #contact #formArea .btnArea {
    position: relative;
    width: 300px;
    margin: 0 auto;
  }
  #contact #formArea .btnArea input {
    position: relative;
    display: block;
    width: 100%;
    padding: 22px 10px;
    background: #fff;
    color: #1f5a80;
    border: 2px solid #1f5a80;
    font-weight: bold;
    font-size: 1.6rem;
    cursor: pointer;
  }
  #contact #formArea .btnArea input:hover {
    background: #1f5a80;
    color: #fff;
  }
    */


 

}
/*----------------------------------------------------------------------------------------
page style (contents page)
----------------------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
  #titleArea {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    margin-top: 115px;
    text-align: center;
    color: #fff;
  }
  #titleArea h1 {
    font-size: 3.8rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
  }

  #breadcrumb {
    width: 96%;
    margin: 0 auto;
    padding: 15px 0;
  }
  #breadcrumb li {
    display: inline-block;
    margin-right: 5px;
    font-size: 1.4rem;
  }
  #breadcrumb li::before {
    font-size: 1.1rem;
    font-family: monospace;
    content: '>';
    padding-right: 8px;
    color: #726e6d;
  }
  #breadcrumb li:first-child::before {
    display: none;
  }
  #breadcrumb li a {
    text-decoration: none;
  }
  #breadcrumb li a:hover {
    text-decoration: underline;
  }

  /*------------------------------------------------------------------
    product
  ------------------------------------------------------------------*/
  /* index.html ----------------------*/
  #processArea {
    text-align: center;
  }

  /* common ----------------------*/
  #product section {
    margin-bottom: 50px !important;
  }
  #product section .inner {
    width: 92%;
    margin: 0 auto;
  }
  #product section .inner h2 {
    margin-bottom: 40px;
  }
  #product section .inner .unit {
    font-size: 1.1rem;
    text-align: right;
  }
  #product section#detailsArea,
  #product section.detailsArea {
    margin: 50px auto 0;
  }
  #product section#detailsArea .inner .img_box,
  #product section.detailsArea .inner .img_box {
    position: relative;
    width: 92%;
    max-width: 350px;
    margin: 0 auto 20px;
  }
  #product section#detailsArea .inner .img_box::after,
  #product section.detailsArea .inner .img_box::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 3px;
    width: 100%;
    height: 100%;
    border: 1px solid #1f5a80;
    z-index: -1;
  }
  #product section#detailsArea .inner .img_box img,
  #product section.detailsArea .inner .img_box img {
    position: relative;
    width: 100%;
    max-width: 350px;
    z-index: 10;
  }
  #product section#detailsArea .inner dl dt,
  #product section.detailsArea .inner dl dt {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1f5a80;
    color: #6f6e6f;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
  }
  #product #useArea dl {
    max-width: 300px;
    margin: 0 auto 20px;
  }
  #product #useArea dl dt {
    margin-bottom: 10px;
  }
  #product #useArea dl dd {
    text-align: center;
  }
  #product .tableArea h3 {
    margin-top: 10px;
  }
  #product #listArea ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #product #listArea ul li {
    width: 190px;
    margin: 0 10px 20px;
  }
  #product #listArea ul li a {
    display: flex;
    align-items: flex-end;
    width: 190px;
    height: 142px;
    border: 1px solid #1f5a80;
    text-decoration: none;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  #product #listArea ul li a span {
    display: block;
    width: 100%;
    height: 42px;
    background: rgba(51, 153, 153, 0.7);
    color: #fff;
    line-height: 42px;
    font-size: 1.6rem;
    text-align: center;
  }
  #product #listArea ul li a span::before, #product #listArea ul li a span::after {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    opacity: 0;
  }
  #product #listArea ul li a span::before {
    width: 18px;
    height: 18px;
    background: #fff;
  }
  #product #listArea ul li a span::after {
    bottom: 53px;
    left: 6px;
    box-sizing: border-box;
    width: 3px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #3e80a5;
  }
  #product #listArea ul li a:hover span {
    position: relative;
    height: 100%;
    background: rgba(51, 153, 153, 0.9);
  }
  #product #listArea ul li a:hover span::before, #product #listArea ul li a:hover span::after {
    opacity: 1;
  }
  #product #listArea ul li.d01 a {
    background: url("../../product/img/idx_img01.png") center center no-repeat;
    background-size: 90%;
  }
  #product #listArea ul li.d02 a {
    background: url("../../product/img/idx_img02.png") center center no-repeat;
    background-size: 80%;
  }
  #product #listArea ul li.d03 a {
    background: url("../../product/img/idx_img03.png") center center no-repeat;
    background-size: 80%;
  }
  #product #listArea ul li.d04 a {
    background: url("../../product/img/idx_img04.png") center center no-repeat;
    background-size: cover;
  }
  #product #listArea ul li.d05 a {
    background: url("../../product/img/idx_img05.png") center center no-repeat;
    background-size: 90%;
  }

  /*------------------------------------------------------------------
    factory
  ------------------------------------------------------------------*/
  #factory #photoArea span {
    display: block;
    text-align: center;
  }
  #factory #photoArea ul {
    margin-top: 20px;
  }
  #factory #photoArea ul li {
    width: 70%;
    margin: 0 auto 10px;
  }
  #factory #facilityArea th.facility, #factory #facilityArea td.facility {
    width: 25%;
  }
  #factory #facilityArea th.name, #factory #facilityArea td.name {
    width: 50%;
  }
  #factory #facilityArea th.production, #factory #facilityArea td.production {
    width: 25%;
  }
  #factory #accessArea .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  #factory #accessArea .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #factory #accessArea dl {
    margin-top: 20px;
  }
  #factory #accessArea dl dt {
    width: 200px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #factory #accessArea dl dd {
    padding-bottom: 15px;
    border-bottom: 1px solid #636363;
    font-size: 1.6rem;
  }
  #factory #accessArea dl dd:last-child {
    border-bottom: 0;
  }
  #factory #accessArea dl dd span {
    display: block;
    margin-top: 15px;
    padding-left: 1em;
    text-indent: -1em;
  }

  /*------------------------------------------------------------------
    company
  ------------------------------------------------------------------*/
  #company {
    /* common style */
    /* index.html ----------------------*/
    /* message.html ----------------------*/
    /* history.html ------------------*/
  }
  #company #linkArea {
    margin-top: 60px;
  }
  #company #linkArea ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #company #linkArea ul li {
    width: 225px;
    margin: 0 14px 30px;
  }
  #company #linkArea ul li a {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 225px;
    height: 160px;
    border: 1px solid #1f5a80;
    text-decoration: none;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  #company #linkArea ul li a span {
    display: block;
    width: 100%;
    height: 42px;
    background: rgba(51, 153, 153, 0.7);
    color: #fff;
    line-height: 42px;
    font-size: 1.6rem;
    text-align: center;
  }
  #company #linkArea ul li a span::before, #company #linkArea ul li a span::after {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    opacity: 0;
  }
  #company #linkArea ul li a span::before {
    width: 18px;
    height: 18px;
    background: #fff;
  }
  #company #linkArea ul li a span::after {
    bottom: 53px;
    left: 6px;
    box-sizing: border-box;
    width: 3px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #3e80a5;
  }
  #company #linkArea ul li a:hover span {
    position: relative;
    height: 100%;
    background: rgba(51, 153, 153, 0.9);
  }
  #company #linkArea ul li a:hover span::before, #company #linkArea ul li a:hover span::after {
    opacity: 1;
  }
  #company #linkArea ul li.d01 a {
    background: url("../../company/img/idx_img01.png") center center no-repeat;
    background-size: cover;
  }
  #company #linkArea ul li.d02 a {
    background: url("../../company/img/idx_img02.png") center center no-repeat;
    background-size: cover;
  }
  #company #linkArea ul li.d03 a {
    background: url("../../company/img/idx_img03.png") center center no-repeat;
    background-size: cover;
  }
  #company #overviewArea {
    margin: 0 auto;
  }
  #company #overviewArea dl dt {
    font-size: 1.8rem;
  }
  #company #overviewArea dl dd {
    font-size: 1.6rem;
  }
  #company #overviewArea dl.side dt, #company #overviewArea dl.side dd {
    padding: 5px 0;
    border-top: 1px solid #1f5a80;
  }
  #company #overviewArea dl.side dt {
    margin-top: 20px;
    padding-left: 4%;
    font-weight: bold;
  }
  #company #overviewArea dl.side dd {
    padding-left: 6%;
  }
  #company #overviewArea dl.side dd dl.company_list {
    width: 100%;
    box-sizing: border-box;
  }
  #company #overviewArea dl.side dd dl.company_list dt, #company #overviewArea dl.side dd dl.company_list dd {
    float: none !important;
    width: 100%;
    padding: 5px 0;
    border-top: 0;
    box-sizing: border-box;
  }
  #company #overviewArea dl.side dd dl.company_list dt {
    padding-left: 4%;
    border-bottom: 1px dashed #1f5a80;
  }
  #company #overviewArea dl.side dd dl.company_list dd {
    padding-left: 6%;
  }
  #company #overviewArea dl.vertical dt {
    margin-top: 20px;
    padding: 5px 0;
    padding-left: 2%;
    border-top: 1px solid #1f5a80;
    border-bottom: 1px solid #1f5a80;
    font-weight: bold;
  }
  #company #overviewArea dl.vertical dd {
    padding-top: 10px;
    padding-left: 6%;
    line-height: 1.8em;
  }
  #company #messageArea {
    margin: 50px auto;
  }
  #company #messageArea .copy_txt2 {
    margin-bottom: 20px;
    font-size: 2.0rem;
    font-weight: bold;
  }
  #company #messageArea .president {
    margin-top: 40px;
    border-top: 1px solid #251e1c;
    text-align: right;
  }
  #company #messageArea .president .name {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #company #historyArea {
    margin: 0 auto;
  }
  #company #historyArea dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  #company #historyArea dl dt, #company #historyArea dl dd {
    padding: 15px 0;
    border-bottom: 1px solid #1f5a80;
  }
  #company #historyArea dl dt:last-child, #company #historyArea dl dt:last-of-type, #company #historyArea dl dd:last-child, #company #historyArea dl dd:last-of-type {
    border-bottom: 0;
  }
  #company #historyArea dl dt {
    width: 28%;
    background: url("../../company/img/bg_stripe.png") center top repeat-y;
    background-size: 190px;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  #company #historyArea dl dd {
    width: 67%;
    padding-left: 5%;
    font-size: 1.6rem;
  }
  #company #historyArea .old_history {
    margin: 60px 0;
    text-align: center;
    cursor: pointer;
  }
  #company #historyArea .old_history span {
    display: inline-block;
    padding: 3px;
    color: #7A7473;
    border: 2px solid #7A7473;
    font-size: 2.0rem;
    font-weight: bold;
    text-decoration: none;
  }
  #company #historyArea .old_history:hover span {
    background: #7A7473;
    color: #fff;
  }
  #company #historyArea .old_list {
    display: none;
  }
  #company #chartArea {
    text-align: center;
  }
  #company #chartArea img {
    border: 1px solid #251e1c;
  }

}


 #contact #formArea {
    width: 960px;
    margin: 0 auto 80px;
    font-size: 1.6rem;
  }

  .contact_form_dl {
    display: flex;
    padding: 28px 0;
    border-bottom: 1px solid #d1d5db;
  }
  .contact_form .contact_form_dl:first-of-type {
    border-top: 1px solid #d1d5db;
  }
  .contact_form_dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    width: 220px;
    margin-right: 40px;
    font-weight: 700;
  }
  .contact_form_dd {
    flex: 1;
  }
  .contact_form input[type=text],
  .contact_form input[type=tel],
  .contact_form input[type=email],
  .contact_form textarea {
    width: 100%;
    box-sizing: border-box;
    background: #f4f5f7;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 15px;
    font-family: var(--font-ja);
    line-height: 1.5;
    transition: border-color 0.2s;
  }
  input::placeholder,
  textarea::placeholder {
    opacity: 0.6;
    font-weight: normal;
  }
  body#contact .contact_form .required_badge {
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 3px 8px;
    border-radius: 4px;
    background: #800018;
    color: #fff;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 8px;
  }

  body#contact .contact_form .optional_badge {
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 3px 8px;
    border-radius: 4px;
    background: #999;
    color: #fff;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 8px;
  }

  body#contact .contact_form .contact_confirm_actions {
    display: flex;
    justify-content: center;
  }
  .contact_form .contact_submit {
    display: flex;
    justify-content: center;
    margin: 30px 10px 0;
  }
  
  .contact_form .contact_submit_btn {
    display: inline-block;
    min-width: 160px;
    background: #1f5a80;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 16px 20px;
    border: none;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
  }
  .contact_form .contact_submit_btn.contact_submit_btn--back {
    background-color: #636363;
    text-decoration: none;
  }
  body#contact .contact_form .contact_form_dl--textarea textarea {
    height: 160px;
    resize: vertical;
  }
  .error_blank {
    display: block;
    color: #800018;
    margin-top: 6px;
  }



  @media screen and (max-width: 980px) {
    #contact #formArea {
      width: 100%;
      margin: 0 auto 80px;
      font-size: 1.6rem;
    }
    .contact_form_dl {
      flex-direction: column;
      padding: 20px 0;
    }
    .contact_form_dt,
    .contact_form_dd {
      width: 100%;
    }
    .contact_form_dt {
      padding-bottom: 10px;
    }
  }