@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*
-----------------------------------------------------------------------
base tags setting
-----------------------------------------------------------------------
*/
* {
  margin: 0;
  padding: 0;
  outline: none;
  line-height: normal;
}
*, *:after, *:before {
  box-sizing: border-box;
}

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

img {
  border: none;
  vertical-align: bottom;
}

iframe {
  border: none;
}

ul, ol {
  list-style: none;
}

br {
  letter-spacing: 0;
}

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
-----------------------------------------------------------------------
common
-----------------------------------------------------------------------
*/
html {
  font-size: 62.5%;
  position: relative;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  height: auto;
  min-height: 100%;
  text-align: left;
  background: #fff url(../images/common/bg.png);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #333333;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

h1, h2, h3, h4, h5, h6, li, dt, dd, th, td, p, address, select, option, input, textarea {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6, li, dt, dd, th, td, p, address, select, option, input, textarea {
    line-height: 1.8;
  }
}

h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: #333333;
  outline: none;
  text-decoration: none;
  transition: .2s;
}
a:hover {
  color: #999999;
}

/*------------------TITLE------------------------*/
/*=INDEX用タイトル=*/
.roottl01 {
  text-align: center;
  font-size: 46px;
  font-size: 4.6rem;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .roottl01 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

.roottl02 {
  font-size: 46px;
  font-size: 4.6rem;
  color: #fff;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .roottl02 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

/*=PAGE用背景青2段タイトル=*/
#pagecover {
  width: 100%;
  background: url(../images/common/pagecover.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  height: 260px;
  display: table;
}
#pagecover h1 {
  display: table-cell;
  vertical-align: middle;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
}
#pagecover h1 span {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #pagecover {
    height: 140px;
  }
  #pagecover h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  #pagecover h1 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*=PAGE用パンくずリスト=*/
#breadcrumbs ol {
  width: 1000px;
  margin: auto;
}
#breadcrumbs ol li {
  float: left;
  position: relative;
}
#breadcrumbs ol li:not(:last-child) {
  margin-right: 20px;
}
#breadcrumbs ol li:not(:last-child) ::after {
  content: "";
  display: block;
  position: absolute;
  right: -12px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #21419b;
  border-right: 1px solid #21419b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#breadcrumbs ol li a {
  color: #8d9dca;
}
#breadcrumbs ol li a:hover {
  color: #285fde;
}
@media screen and (max-width: 768px) {
  #breadcrumbs {
    display: none;
  }
}

/*=PAGE用見出しタイトル=*/
.heading01 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #21419b;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Noto Sans Japanese", sans-serif;
  padding-bottom: 5px;
  position: relative;
}
.heading01::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #8d9dca;
  bottom: -4px;
  position: absolute;
}
.heading01 span {
  padding: 0 10px 5px;
  border-bottom: 4px solid #21419b;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .heading01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .heading01::before {
    bottom: 0;
  }
  .heading01 span {
    display: block;
    padding: 0 10px 6px 5px;
  }
}

.heading02 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #21419b;
  font-weight: bold;
  border-bottom: 2px solid #8d9dca;
  margin-bottom: 30px;
  padding: 0 10px 5px;
  font-family: "Noto Sans Japanese", sans-serif;
}
@media screen and (max-width: 768px) {
  .heading02 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.heading03 {
  font-size: 20px;
  font-size: 2rem;
  color: #21419b;
  font-weight: bold;
  border-bottom: 2px dotted #8d9dca;
  margin: 20px 0;
  padding: 0 10px 5px;
  font-family: "Noto Sans Japanese", sans-serif;
}
@media screen and (max-width: 768px) {
  .heading03 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 5px 5px;
    margin-bottom: 20px;
  }
}

.heading04 {
  font-size: 20px;
  font-size: 2rem;
  color: #21419b;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Noto Sans Japanese", sans-serif;
  padding: 0 10px;
}

.heading05 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #21679c;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 15px;
  background: url(../images/common/heading05.png) no-repeat 0 center;
  font-family: "Noto Sans Japanese", sans-serif;
}

/*==サイトマップ用タイトル==*/
.mapttl01 {
  font-size: 16px;
  font-size: 1.6rem;
  background: #21419b;
  color: #fff;
  padding: 8px 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mapttl01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.mapttl02 a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  background: #8d9dca;
  padding: 8px 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mapttl02 a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px 8px;
  }
}

.mapttl02 a:hover {
  color: #21419b;
}

.list-bl li {
  margin: 0 0 10px 10px;
  padding-left: 15px;
  background: url(../images/common/dot.png) no-repeat 0 center;
}
.list-bl li > a {
  display: inline-block;
  color: #21419b;
  cursor: pointer;
}
.list-bl li > a:hover {
  color: #285fde;
}
@media screen and (max-width: 768px) {
  .list-bl li {
    padding-left: 15px;
    margin: 0 0 10px 0;
    background: url(../images/common/dot.png) no-repeat 0 6px;
  }
  .list-bl li > a {
    display: inline-block;
    color: #21419b;
    cursor: pointer;
  }
  .list-bl li > a:hover {
    color: #285fde;
  }
}

a.dl-icon {
  display: inline-block;
  color: #21419b;
  padding-right: 20px;
  background: url(../images/common/dl-icon.png) no-repeat right center;
  background-size: 12px 14px;
  cursor: pointer;
}

a.dl-icon:hover {
  color: #285fde;
}

/*=サイトメニュー用=*/
#mainmenu {
  width: 100%;
  background: #fff;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
#mainmenu .headmenu {
  width: 1000px;
  margin: auto;
  height: 70px;
  display: flex;
  justify-content: space-between;
}
#mainmenu .headmenu h1, #mainmenu .headmenu p {
  height: 70px;
}
#mainmenu .headmenu h1 a, #mainmenu .headmenu p a {
  height: 70px;
  display: block;
  line-height: 70px;
  text-align: center;
  vertical-align: middle;
}
#mainmenu .headmenu h1 a:hover, #mainmenu .headmenu p a:hover {
  opacity: .7;
}
#mainmenu .headmenu h1 a img, #mainmenu .headmenu p a img {
  vertical-align: middle;
}
#mainmenu .headmenu .menu-btn {
  display: none;
}
#mainmenu .headmenu .headmenu-block > nav .nav_sp {
  display: none;
}
#mainmenu .headmenu .headmenu-block > nav .nav_pc {
  margin: auto;
  display: flex;
}
#mainmenu .headmenu .headmenu-block > nav .nav_pc li {
  width: 154px;
  height: 70px;
  border-left: 1px solid #aaa;
}
#mainmenu .headmenu .headmenu-block > nav .nav_pc li:last-child {
  border-right: 1px solid #aaa;
}
#mainmenu .headmenu .headmenu-block > nav .nav_pc li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: bold;
  padding: 15px 0 0;
  height: 100%;
}
#mainmenu .headmenu .headmenu-block > nav .nav_pc li a span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-style: italic;
  color: #21419b;
  font-weight: normal;
  transition: .1s ease;
}
#mainmenu .headmenu .headmenu-block > nav .nav_pc li a:hover {
  background: #21419b;
  color: #fff;
}
#mainmenu .headmenu .headmenu-block > nav .nav_pc li a:hover span {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #mainmenu.headfixed {
    background: #fff;
    border-top: none;
    position: fixed;
    top: 0;
    z-index: 10;
  }
  #mainmenu.headfixed + #main {
    padding-top: 50px;
  }
  #mainmenu .headmenu {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5;
  }
  #mainmenu .headmenu h1, #mainmenu .headmenu p {
    height: auto;
    margin-left: 10px;
  }
  #mainmenu .headmenu h1 a, #mainmenu .headmenu p a {
    width: 100px;
    height: auto;
    display: block;
    line-height: auto;
  }
  #mainmenu .headmenu h1 a > img, #mainmenu .headmenu p a > img {
    display: inline-block;
    width: 100%;
  }
  #mainmenu .headmenu .menu-btn {
    display: block;
    width: 68px;
    margin-right: 10px;
    text-align: left;
    position: relative;
  }
  #mainmenu .headmenu .menu-btn::before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 5px;
    background: #21419b;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
  }
  #mainmenu .headmenu .menu-btn > span {
    color: #21419b;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
  }
  #mainmenu .headmenu .menu-btn > span::before, #mainmenu .headmenu .menu-btn > span::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 5px;
    background: #21419b;
    position: absolute;
    right: 0;
  }
  #mainmenu .headmenu .menu-btn > span::before {
    top: 1px;
  }
  #mainmenu .headmenu .menu-btn > span::after {
    bottom: 1px;
  }
  #mainmenu .headmenu .headmenu-block {
    display: none;
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: -1;
  }
  #mainmenu .headmenu .headmenu-block > nav ul.nav_pc {
    display: none;
  }
  #mainmenu .headmenu .headmenu-block > nav ul.nav_sp {
    width: 100%;
    background: #21419b;
    margin: auto;
    display: block;
    box-shadow: 0 3px 8px rgba(15, 30, 71, 0.6);
  }
  #mainmenu .headmenu .headmenu-block > nav ul.nav_sp li {
    width: 100%;
    float: none;
    height: auto;
    display: block;
    border-left: none;
  }
  #mainmenu .headmenu .headmenu-block > nav ul.nav_sp li:last-child {
    border-right: none;
  }
  #mainmenu .headmenu .headmenu-block > nav ul.nav_sp li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #mainmenu .headmenu .headmenu-block > nav ul.nav_sp li a {
    display: block;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 2px;
    height: 52px;
    padding-top: 12px;
    color: #fff;
  }
}

/*========表組=========*/
.face01 {
  width: 100%;
  margin: 30px auto;
}
.face01 tr th {
  width: 22%;
  background: #7d7d7d;
  color: #fff;
  font-weight: normal;
  padding: 12px 15px;
  border-left: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}
.face01 tr th:last-of-type {
  border-bottom: 1px solid #555;
}
.face01 tr td {
  padding: 12px 15px;
  border-right: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  background: #efefef;
}
.face01 tr td:last-of-type {
  border-bottom: 1px solid #555;
}
@media screen and (max-width: 768px) {
  .face01 {
    border-top: 1px solid #555;
    border-left: 1px solid #555;
    border-right: 1px solid #555;
  }
  .face01 tr th {
    display: block;
    width: 100%;
    padding: 5px 15px;
    border: none;
    border-bottom: 1px solid #555;
  }
  .face01 tr th:last-of-type {
    border-bottom: none;
  }
  .face01 tr td {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: none;
  }
  .face01 tr td > .telnumber {
    display: block;
    width: 100%;
    background: #21419b;
    border-radius: 5px;
    padding: 8px;
    color: #FFF;
    text-align: center;
  }
}

.face02 {
  width: 100%;
  margin: 30px auto;
}
.face02 tr.itemgroup th {
  background: #82889a;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
  padding: 10px 0 10px 10px;
  border-left: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}
.face02 tr th {
  width: 120px;
  background: #dedede;
  color: #444;
  font-weight: normal;
  padding: 5px 0 5px 10px;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}
.face02 tr th.itemname {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  background: #465786;
  color: #fff;
  padding: 10px 0 10px 10px;
}
.face02 tr th.itemdetail {
  text-align: left;
  padding: 5px 0 5px 10px;
}
.face02 tr th.itemdetail a {
  color: #21419b;
}
.face02 tr th.itemdetail a:hover {
  color: #285fde;
}
.face02 tr th:last-of-type {
  border-bottom: 1px solid #555;
}
.face02 tr td {
  padding: 12px 0 12px 10px;
  text-align: center;
  border-right: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  background: #efefef;
}
.face02 tr td:first-of-type {
  width: 260px;
  text-align: left;
}
.face02 tr td:last-of-type {
  border-bottom: 1px solid #555;
}
.face02 tr td img {
  display: block;
  max-width: 180px;
  margin: auto;
}

.face03 {
  width: 100%;
  margin: 30px auto;
}
.face03 tr.itemgroup th {
  background: #82889a;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
  padding: 10px 0 10px 10px;
  border-left: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
}
.face03 tr.itemgroup th:first-child {
  width: 600px;
}
.face03 tr th {
  background: #82889a;
  color: #fff;
  font-weight: normal;
  padding: 12px 15px;
  border: 1px solid #555;
}
.face03 tr th.itemname {
  background: #465786;
}
.face03 tr td {
  padding: 12px 15px;
  border-right: 1px solid #555;
  border-left: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  background: #efefef;
}
.face03 tr td img {
  display: block;
  max-width: 180px;
  margin: auto;
}
.face03 tr td a {
  color: #21419b;
  cursor: pointer;
}
.face03 tr td a:hover {
  color: #285fde;
}

.face04 {
  width: 100%;
  table-layout: fixed;
  margin: 30px auto 0;
}
.face04 tr th {
  background: #465786;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 12px 15px;
  border: 1px solid #555;
}
.face04 tr td {
  padding: 12px 15px;
  border-left: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  background: #efefef;
}
.face04 tr td:last-of-type {
  border-right: 1px solid #555;
}
.face04 tr td.iteminname {
  background: #7280a7;
  color: #fff;
}
.face04 tr.itemgroup td {
  background: #82889a;
  color: #fff;
}

.face05 {
  width: 100%;
  margin: 30px auto 0;
}
.face05 tr.itemname th {
  background: #465786;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
.face05 tr th {
  background: #dedede;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 12px 0 12px 15px;
  border: 1px solid #555;
}
.face05 tr td {
  padding: 12px 15px;
  border-left: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  background: #efefef;
}
.face05 tr td:last-of-type {
  border-right: 1px solid #555;
}
@media screen and (max-width: 768px) {
  .face05 {
    margin-bottom: 20px;
  }
  .face05 tr.itemname th {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .face05 tr th {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 5px;
  }
  .face05 tr td {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 5px;
  }
}

.face06 {
  width: 100%;
  margin: 30px auto;
}
.face06 tr th {
  background: #82889a;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
  padding: 10px 0 10px 10px;
  border-left: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}
.face06 tr th:last-of-type {
  border-right: 1px solid #555;
}
.face06 tr td {
  padding: 12px 10px;
  border: 1px solid #555;
  background: #efefef;
}
.face06 tr td:first-child {
  width: 160px;
}
.face06 tr td:nth-child(even) {
  width: 140px;
}
.face06 tr td:nth-child(even) a {
  color: #21419b;
  cursor: pointer;
}
.face06 tr td:nth-child(even) a:hover {
  color: #285fde;
}
.face06 tr td img {
  display: block;
  max-width: 140px;
  margin: auto;
}

.face07 {
  width: 100%;
  margin: 30px auto;
}
.face07 tr th {
  background: #465786;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  padding: 10px 0 10px 10px;
  border: 1px solid #555;
}
.face07 tr td {
  padding: 12px 10px;
  border: 1px solid #555;
  background: #efefef;
}
.face07 tr td:first-child {
  width: 160px;
}
.face07 tr td:nth-child(2) {
  width: 660px;
}
.face07 tr td:nth-child(2) a {
  color: #21419b;
}
.face07 tr td:nth-child(2) a:hover {
  color: #285fde;
}
.face07 tr td img {
  display: block;
  max-width: 140px;
  margin: auto;
}

.face08 {
  width: 100%;
  margin: 30px auto 0;
}
.face08 tr.itemname th {
  background: #465786;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
.face08 tr.itemtxt th {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.face08 tr th {
  background: #7280a7;
  color: #fff;
  font-weight: normal;
  padding: 10px 15px;
  border: 1px solid #555;
}
.face08 tr td {
  padding: 12px 15px;
  border-left: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  background: #efefef;
}
.face08 tr td:last-of-type {
  border-right: 1px solid #555;
}
.face08 tr td.iteminname {
  background: #7280a7;
  color: #fff;
}
.face08 tr.itemgroup td {
  background: #82889a;
  color: #fff;
}

.face09 {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}
.face09 tr th {
  background: #82889a;
  color: #fff;
  font-weight: normal;
  padding: 10px 0;
  border-left: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}
.face09 tr th:first-child {
  padding: 10px;
}
.face09 tr th:last-of-type {
  border-right: 1px solid #555;
}
.face09 tr td {
  padding: 12px 0;
  border: 1px solid #555;
  background: #efefef;
}
.face09 tr td:first-child {
  width: 160px;
}

.one-auto {
  display: block;
  margin: 20px auto;
}

.two-auto {
  text-align: center;
  margin: 20px auto;
}

.two-auto img {
  margin: 0 20px;
}

.three-auto {
  text-align: center;
  margin: 20px auto;
}

.three-auto img {
  margin: 0 20px;
}

.four-auto {
  text-align: center;
  margin: 20px auto;
}

.four-auto img {
  max-width: 250px;
}

/*
-----------------------------------------------------------------------
main
-----------------------------------------------------------------------
*/
#main {
  position: relative;
}
#main .area-content .inner .erement {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  #main .area-content .inner .erement {
    margin: 0;
  }
}

/*
-----------------------------------------------------------------------
aside
-----------------------------------------------------------------------
*/
#sidemenu {
  width: 360px;
  background: #21419b url(../images/common/bg.png);
  padding: 5px;
  z-index: 99;
  cursor: pointer;
  position: absolute;
  top: 5%;
  left: -360px;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
#sidemenu.slide-on {
  left: 0 !important;
}
#sidemenu .inside {
  background: #fff;
  position: relative;
  padding: 20px;
}
#sidemenu .inside .sidettl {
  position: absolute;
  top: -5px;
  right: -45px;
}
#sidemenu .inside .list li a {
  padding-left: 10px;
  background: url(../images/common/arrow-bl.png) no-repeat 0 center;
  line-height: 1.8;
}
#sidemenu .inside .list li a:hover {
  color: #21419b;
}
#sidemenu .inside .list li .inlist {
  margin: 10px 0 10px 10px;
}
#sidemenu .inside .list li .inlist li a {
  color: #555;
  background: url(../images/common/left.png) no-repeat 0 center;
}
#sidemenu .inside .list li .inlist li a:hover {
  color: #21419b;
}
#sidemenu .inside .list li .inlist li ul.innerlist {
  margin: 5px 0;
}
#sidemenu .inside .list li .inlist li ul.innerlist li {
  margin-left: 10px;
}
#sidemenu .inside .list li .inlist li ul.innerlist li a {
  background: url(../images/common/dot.png) no-repeat 0 center;
  background-size: 3px;
}

@media screen and (max-width: 768px) {
  #product02 #sidemenu,
  #product03 #sidemenu,
  #product04 #sidemenu {
    position: static;
    width: 100%;
    z-index: 10;
  }
  #product02 #sidemenu .inside,
  #product03 #sidemenu .inside,
  #product04 #sidemenu .inside {
    padding: 0px;
  }
  #product02 #sidemenu .inside .sidettl > img,
  #product03 #sidemenu .inside .sidettl > img,
  #product04 #sidemenu .inside .sidettl > img {
    display: none;
  }
  #product02 #sidemenu .inside .list li a,
  #product03 #sidemenu .inside .list li a,
  #product04 #sidemenu .inside .list li a {
    padding-left: 10px;
    background: url(../images/common/arrow-bl.png) no-repeat 0 center;
    line-height: 1.8;
  }
  #product02 #sidemenu .inside .list li a:hover,
  #product03 #sidemenu .inside .list li a:hover,
  #product04 #sidemenu .inside .list li a:hover {
    color: #21419b;
  }
  #product02 #sidemenu .inside .list li .inlist,
  #product03 #sidemenu .inside .list li .inlist,
  #product04 #sidemenu .inside .list li .inlist {
    margin: 10px 0 10px 10px;
  }
  #product02 #sidemenu .inside .list li .inlist li a,
  #product03 #sidemenu .inside .list li .inlist li a,
  #product04 #sidemenu .inside .list li .inlist li a {
    color: #555;
    background: url(../images/common/left.png) no-repeat 0 center;
  }
  #product02 #sidemenu .inside .list li .inlist li a:hover,
  #product03 #sidemenu .inside .list li .inlist li a:hover,
  #product04 #sidemenu .inside .list li .inlist li a:hover {
    color: #21419b;
  }
  #product02 #sidemenu .inside .list li .inlist li ul.innerlist,
  #product03 #sidemenu .inside .list li .inlist li ul.innerlist,
  #product04 #sidemenu .inside .list li .inlist li ul.innerlist {
    margin: 5px 0;
  }
  #product02 #sidemenu .inside .list li .inlist li ul.innerlist li,
  #product03 #sidemenu .inside .list li .inlist li ul.innerlist li,
  #product04 #sidemenu .inside .list li .inlist li ul.innerlist li {
    margin-left: 10px;
  }
  #product02 #sidemenu .inside .list li .inlist li ul.innerlist li a,
  #product03 #sidemenu .inside .list li .inlist li ul.innerlist li a,
  #product04 #sidemenu .inside .list li .inlist li ul.innerlist li a {
    background: url(../images/common/dot.png) no-repeat 0 center;
    background-size: 3px;
  }
}

/*
-----------------------------------------------------------------------
footer
-----------------------------------------------------------------------
*/
.bottomarea {
  background: #ddd;
  position: relative;
}
.bottomarea ul {
  box-shadow: inset 0 0 6px #ccc;
  padding: 20px 0;
  text-align: center;
}
.bottomarea ul li {
  display: inline-block;
  margin-left: -.5rem;
}
.bottomarea ul li:not(:last-child) {
  border-right: 1px solid #333;
}
.bottomarea ul li a {
  display: inline-block;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .bottomarea ul {
    display: none;
  }
}
.bottomarea .copy {
  background: #fff;
  color: #21419b;
  border-bottom: 4px solid #21419b;
}
.bottomarea .copy .inner {
  width: 1000px;
  margin: auto;
  height: 47px;
}
.bottomarea .copy .inner a {
  display: inline-block;
  float: left;
  width: 130px;
  padding: 8px 0px 0;
}
.bottomarea .copy .inner a img {
  display: block;
  width: 100%;
}
.bottomarea .copy .inner small {
  float: right;
  color: #333;
  line-height: 47px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .bottomarea .copy .inner {
    width: 100%;
    padding: 0 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bottomarea .copy .inner::after {
    display: none;
  }
  .bottomarea .copy .inner a {
    display: inline-block;
    float: none;
    width: 100px;
  }
  .bottomarea .copy .inner small {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 47px;
  }
}

/*-- 回り込み解除 --*/
.clear {
  clear: both;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

/*-- テキスト --*/
.point01 {
  color: #21419b;
}

.point01-b {
  color: #21419b;
  font-weight: bold;
}

.point01-b, .genrecheck .genrechecked {
  color: #21419b;
  font-weight: bold;
}

.al-c {
  text-align: center;
}

.al-l {
  text-align: left;
}

.al-r {
  text-align: right;
}

.hover:hover {
  opacity: .7;
}

/*-- トップへ戻る CSS自由に調整してください --*/
.pagetop {
  display: none;
  right: 15px;
}
.pagetop a {
  display: block;
  background: rgba(0, 26, 78, 0.8);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: relative;
}
.pagetop a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 24px;
  left: 20px;
}
.pagetop a:hover {
  background: rgba(0, 26, 78, 0.4);
}
@media screen and (max-width: 768px) {
  .pagetop {
    display: none !important;
  }
}

/*------------------------------------*/
/*=お問い合わせ用チャート=*/
.form-step {
  background: #eee;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.form-step li {
  display: table-cell;
  width: 33%;
  height: 80px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  color: #858a8d;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
.form-step li span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: -5px;
}
.form-step li:not(:last-child)::after {
  content: "";
  display: block;
  width: 21px;
  height: 80px;
  background: url(../images/common/form-step01.png) no-repeat;
  position: absolute;
  top: 0;
  right: -21px;
}
.form-step li.active {
  background: #0c4784;
  color: #fff;
}
.form-step li.active::after {
  content: "";
  display: block;
  content: "";
  display: block;
  border-style: solid;
  border-width: 40px 0 40px 21px;
  border-color: transparent transparent transparent #0c4784;
}

.form-step li.active:last-child::after {
  display: none;
}
.form-step li.active:last-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 40px 0 40px 21px;
  border-color: transparent transparent transparent #eee;
}

.form-step li:nth-child(2).active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 40px 0 40px 21px;
  border-color: transparent transparent transparent #eee;
}

.clearbox:after, .iteminner:after, .tab-content > div:after, #breadcrumbs ol:after, .erement:after, .itemblock:after, .boximgtxt:after, section:after, .inner:after, main:after, footer ul:after {
  content: " ";
  display: block;
  clear: both;
}

/*
-----------------------------------------------------------------------
style
-----------------------------------------------------------------------
*/
/*--------- SLIDER ------------*/
.slider {
  position: relative;
  overflow: auto;
}

.slidernav {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .slidernav {
    width: 100%;
  }
}

.slider li {
  list-style: none;
}

.slider ul li {
  float: left;
}

.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
}

.unslider-wrap {
  position: relative;
}
.unslider-wrap.unslider-carousel > li {
  float: left;
}

.unslider-vertical > ul {
  height: 100%;
}
.unslider-vertical li {
  float: none;
  width: 100%;
}

.unslider-fade {
  position: relative;
}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}

.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer;
}
.unslider-arrow.next {
  left: auto;
  right: 20px;
}

/*--------- MAIN ------------*/
.area-content {
  padding: 60px 0 80px;
}
.area-content .inner {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .area-content {
    padding: 40px 0;
  }
  .area-content .inner {
    width: 96%;
  }
  .area-content iframe {
    width: 100% !important;
    height: auto !important;
    min-height: 180px;
  }
}

@media screen and (max-width: 768px) {
  .slick-prev, .slick-next {
    display: none !important;
  }
}

.area-product {
  background: #fff url(../images/common/bg.png);
}
.area-product .roottl01 {
  text-shadow: 2px 2px 0px #fff;
}
.area-product .product-item-block {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.area-product .product-item-block li {
  width: 23%;
  margin-bottom: 30px;
}
.area-product .product-item-block li:not(:last-child) {
  margin-right: 2%;
}
.area-product .product-item-block li img {
  border: 1px solid #bbb;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  transition: .2ss ease;
}
.area-product .product-item-block li img:hover {
  border: 1px solid #21419b;
}
.area-product .product-item-block li > a .iteminner {
  border-left: 2px solid #21419b;
  padding-left: 15px;
  min-height: 140px;
  position: relative;
}
.area-product .product-item-block li > a .iteminner h3 {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese", sans-serif;
  color: #21419b;
  margin-bottom: 10px;
}
.area-product .product-item-block li > a .iteminner h3::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #21419b;
}
.area-product .product-item-block li > a .iteminner h3:hover {
  color: #285fde;
}
.area-product .product-item-block li > a .iteminner p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.area-product .product-item-block li > a .iteminner .itemlink {
  display: inline-block;
  float: right;
  background: #555;
  color: #fff;
  padding: 3px 22px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.area-product .product-item-block li > a .iteminner .itemlink:hover {
  background: #285fde;
}
@media screen and (max-width: 768px) {
  .area-product .product-item-block {
    width: 96%;
    margin: auto;
  }
  .area-product .product-item-block li {
    width: 48%;
    margin-bottom: 10px;
  }
  .area-product .product-item-block li:not(:last-child) {
    margin-right: auto;
  }
  .area-product .product-item-block li:not(odd) {
    margin-right: 2%;
  }
  .area-product .product-item-block li img {
    border-width: 1px;
    margin-bottom: 0;
  }
  .area-product .product-item-block li > a .iteminner {
    border-left: none;
    background: #21419b;
    padding-left: 0;
    min-height: auto;
  }
  .area-product .product-item-block li > a .iteminner h3 {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 5px;
    color: #fff;
  }
  .area-product .product-item-block li > a .iteminner h3::before {
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
  }
  .area-product .product-item-block li > a .iteminner p {
    display: none;
  }
  .area-product .product-item-block li > a .iteminner .itemlink {
    display: none;
  }
}

/*製品紹介
===========================================*/
#product01 .area-product .product-item-block li {
  width: 31%;
}
#product01 .area-product .product-item-block li .iteminner {
  border-left: 2px solid #21419b;
  padding-left: 15px;
  min-height: 140px;
  position: relative;
}
#product01 .area-product .product-item-block li .iteminner h3 {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #21419b;
  margin-bottom: 10px;
}
#product01 .area-product .product-item-block li .iteminner h3::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #21419b;
}
#product01 .area-product .product-item-block li .iteminner h3:hover {
  color: #285fde;
}
#product01 .area-product .product-item-block li .iteminner p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#product01 .area-product .product-item-block li .iteminner .itemlink {
  display: inline-block;
  float: right;
  background: #555;
  color: #fff;
  padding: 3px 22px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#product01 .area-product .product-item-block li .iteminner .itemlink:hover {
  background: #285fde;
}
@media screen and (max-width: 768px) {
  #product01 .area-product .product-item-block li {
    width: 100%;
    margin-bottom: 20px;
  }
  #product01 .area-product .product-item-block li .iteminner {
    border-left: none;
    padding: 10px 0;
    min-height: auto;
    background: transparent;
    position: relative;
  }
  #product01 .area-product .product-item-block li .iteminner h3 {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
  }
  #product01 .area-product .product-item-block li .iteminner h3::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #21419b;
    position: absolute;
    left: 0;
    top: 50%;
  }
  #product01 .area-product .product-item-block li .iteminner h3:hover {
    color: #285fde;
  }
  #product01 .area-product .product-item-block li .iteminner p {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  #product01 .area-product .product-item-block li .iteminner .itemlink {
    display: block;
    width: 100%;
    float: none;
    background: #aaa;
    color: #fff;
    letter-spacing: 2px;
    padding: 8px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    position: static;
  }
}

.area-newsup {
  background: url(../images/common/fieldbg.jpg);
  background-size: cover;
}
.area-newsup .content01 {
  width: 62%;
  float: left;
  margin-right: 2%;
}
.area-newsup .content01 .roottl02 {
  text-shadow: 2px 2px 0px #001045;
}
.area-newsup .content01 .news-tab {
  width: 100%;
}
.area-newsup .content01 .news-tab .tab-btn {
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  padding: 2px;
  display: inline-block;
  border: 1px solid #bfbfbf;
}
.area-newsup .content01 .news-tab .tab-btn .btn {
  float: left;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #e8e8e8), color-stop(0, #fff));
  background: -ms-linear-gradient(#fff, #e8e8e8);
  background: linear-gradient(#fff, #e8e8e8);
  width: 160px;
  padding: 10px;
  color: #21419b;
  cursor: pointer;
  position: relative;
}
.area-newsup .content01 .news-tab .tab-btn .btn:not(:last-child) {
  margin-right: 5px;
}
.area-newsup .content01 .news-tab .tab-btn .btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 20px;
  background: url(../images/common/arrow-bl.png) no-repeat center;
  margin-right: 10px;
  border: 1px solid #21419b;
}
.area-newsup .content01 .news-tab .tab-btn .btn::after {
  content: "";
  display: block;
  width: 1px;
  height: 49px;
  background: #bfbfbf;
  position: absolute;
  top: -4px;
  right: -3px;
  z-index: 22;
}
.area-newsup .content01 .news-tab .tab-btn .active {
  box-shadow: inset 1px 1px 1px #fff,inset -1px -1px 1px #fff,inset 0 0 1px #fff;
  background: #21419b;
  color: #fff;
}
.area-newsup .content01 .news-tab .tab-btn .active::before {
  background: url(../images/common/arrow-wh.png) no-repeat center;
  border-color: #fff;
}
.area-newsup .content01 .news-tab .tab-content {
  background: #fff;
  border: 1px solid #bfbfbf;
  padding: 10px;
  color: #333;
  margin-top: -8px;
  position: relative;
  z-index: 33;
}
.area-newsup .content01 .news-tab .tab-content > div {
  display: none;
}
.area-newsup .content01 .news-tab .tab-content > div.active {
  display: block;
}
.area-newsup .content01 .news-tab .tab-content > div.active ul li {
  border-bottom: 1px dotted #bfbfbf;
}
.area-newsup .content01 .news-tab .tab-content > div.active ul li:not(:last-child) {
  margin-bottom: 5px;
}
.area-newsup .content01 .news-tab .tab-content > div.active ul li a {
  display: block;
  padding: 5px 0;
}
.area-newsup .content01 .news-tab .tab-content > div.active ul li a span {
  display: block;
  max-height: 18px;
}
.area-newsup .content01 .news-tab .tab-content > div.active .morebtn {
  display: inline-block;
  background: #21419b;
  color: #fff;
  padding: 5px 15px;
  margin: 20px 0 10px;
  float: right;
}
.area-newsup .content01 .news-tab .tab-content > div.active .morebtn:hover {
  background: #285fde;
}
.area-newsup .content02 {
  width: 36%;
  float: left;
}
.area-newsup .content02 .roottl02 {
  text-shadow: 2px 2px 0px #001045;
}
.area-newsup .content02 .newentry {
  background: #fff;
  border: 1px solid #bfbfbf;
  padding: 15px;
  margin-bottom: 20px;
}
.area-newsup .content02 .newentry dl dt {
  display: inline-block;
  color: #fff;
  background: #cc328f;
  padding: 3px 5px;
  margin-bottom: 10px;
}
.area-newsup .content02 .newentry dd a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese", sans-serif;
  color: #21419b;
  font-weight: bold;
  margin-bottom: 15px;
}
.area-newsup .content02 .newentry dd a:hover {
  color: #285fde;
}
.area-newsup .content02 .newentry img {
  display: block;
  width: 100%;
  margin: 0 auto 15px;
}
.area-newsup .content02 a.manufacturer-link {
  display: block;
  margin-bottom: 20px;
}
.area-newsup .content02 a.manufacturer-link img {
  width: 100%;
}
.area-newsup .content02 a.manufacturer-link:hover {
  opacity: .8;
}
.area-newsup .content02 .link-btn {
  display: block;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  padding: 2px;
}
.area-newsup .content02 .link-btn:hover {
  opacity: .8;
}
.area-newsup .content02 .link-btn + .link-btn {
  margin-top: 20px;
}
.area-newsup .content02 .link-btn > span {
  display: block;
  background: #efefef;
  color: #21419b;
  font-weight: bold;
  padding: 10px 10px 10px 30px;
  position: relative;
}
.area-newsup .content02 .link-btn > span::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #21419b;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 12px;
}
@media screen and (max-width: 768px) {
  .area-newsup {
    padding-bottom: 60px;
  }
  .area-newsup .content01 {
    width: 96%;
    float: none;
    margin: 0 auto 40px;
  }
  .area-newsup .content01 .roottl02 {
    text-shadow: 2px 2px 0px #001045;
    text-align: center;
  }
  .area-newsup .content01 .news-tab .tab-btn {
    display: flex;
    justify-content: space-between;
  }
  .area-newsup .content01 .news-tab .tab-btn .btn {
    float: none;
    width: 33%;
    padding: 10px 3px;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
  }
  .area-newsup .content01 .news-tab .tab-btn .btn:not(:last-child) {
    margin-right: 0;
  }
  .area-newsup .content01 .news-tab .tab-btn .btn::before {
    display: none;
  }
  .area-newsup .content01 .news-tab .tab-btn .btn::after {
    display: none;
  }
  .area-newsup .content01 .news-tab .tab-content {
    background: #fff;
    border: 1px solid #bfbfbf;
    padding: 10px;
    color: #333;
    margin-top: -8px;
    position: relative;
    z-index: 3;
  }
  .area-newsup .content01 .news-tab .tab-content > div {
    display: none;
  }
  .area-newsup .content01 .news-tab .tab-content > div.active {
    display: block;
  }
  .area-newsup .content01 .news-tab .tab-content > div.active .morebtn {
    display: block;
    text-align: center;
    padding: 10px 0;
    margin: 20px 0 10px;
    float: none;
  }
  .area-newsup .content02 {
    width: 96%;
    margin: auto;
    float: none;
  }
  .area-newsup .content02 .roottl02 {
    text-shadow: 2px 2px 0px #001045;
    font-size: 32px;
    font-size: 3.2rem;
    text-align: center;
  }
  .area-newsup .content02 .newentry dl dt {
    font-size: 10px;
    font-size: 1rem;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
  .area-newsup .content02 .newentry dd a {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .area-newsup .content02 a.manufacturer-link {
    display: block;
  }
  .area-newsup .content02 a.manufacturer-link img {
    width: 100%;
  }
  .area-newsup .content02 a.manufacturer-link:hover {
    opacity: .8;
  }
  .area-newsup .content02 .link-btn > span {
    padding: 15px 10px 15px 30px;
  }
}

.area-service {
  background: #fff url(../images/common/bg.png);
}
.area-service .roottl01 {
  text-shadow: 2px 2px 0px #fff;
}
.area-service .column {
  /*width: 31.3%;*/
  /*float: left;*/
}
.area-service .column:not(:last-child) {
  margin-right: 3%;
}
.area-service .column h4 {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: bold;
  padding-top: 92px;
  margin-bottom: 20px;
  position: relative;
}
.area-service .column h4.icon01 {
  background: url(../images/index/service01.png) no-repeat center top;
}
.area-service .column h4.icon02 {
  background: url(../images/index/service02.png) no-repeat center top;
}
.area-service .column h4.icon03 {
  background: url(../images/index/service03.png) no-repeat center top;
}
.area-service .column p {
  padding: 0 15px;
  text-align:center;
}
@media screen and (max-width: 768px) {
  .area-service {
    width: 100%;
    padding: 40px 1%;
  }
  .area-service .column {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .area-service .column:not(:last-child) {
    margin-right: 0;
  }
  .area-service .column h4 {
    padding-top: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    position: relative;
  }
  .area-service .column p {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 15px;
  }
}

.area-contact {
  background: url(../images/index/contactbg.jpg);
  background-size: cover;
  color: #fff;
}
.area-contact h3 {
  margin-bottom: 30px;
  text-shadow: 2px 2px 0px #010c1f;
}
.area-contact p {
  text-align: center;
}
.area-contact a {
  display: block;
  width: 80%;
  margin: 60px auto;
  padding: 15px 0;
  border: 4px solid #fff;
  color: #fff;
  background: rgba(0, 35, 138, 0.4);
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Noto Sans Japanese", sans-serif;
}
.area-contact a:hover {
  background: rgba(0, 126, 236, 0.4);
}
@media screen and (max-width: 768px) {
  .area-contact {
    padding-bottom: 60px;
  }
  .area-contact h3 {
    margin-bottom: 40px;
  }
  .area-contact p {
    width: 90%;
    margin: auto;
    line-height: 1.8;
    text-align: left;
  }
  .area-contact a {
    width: 90%;
    margin: 30px auto 0;
    padding: 15px 0;
    border: 2px solid #fff;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
}

.area-company {
  background: url(../images/common/bg.png), -webkit-gradient(linear, left top, right top, color-stop(1, #fff), color-stop(0.51, #fff), color-stop(0.5, #4a6da3), color-stop(0, #4a6da3));
  background: url(../images/common/bg.png), -ms-linear-gradient(right, #4a6da3 0%, #4a6da3 50%, #fff 50%, #fff 100%);
  background: url(../images/common/bg.png), linear-gradient(to right, #4a6da3 0%, #4a6da3 50%, #fff 50%, #fff 100%);
}
.area-company .inner {
  width: 1000px;
  margin: auto;
  display: flex;
}
.area-company .inner .content01 {
  padding: 60px 0;
  width: 36%;
  color: #fff;
  background: #4a6da3 url(../images/common/bg.png);
}
.area-company .inner .content01 .roottl02 {
  text-shadow: 2px 2px 0px #456aa0;
}
.area-company .inner .content01 p:first-of-type {
  font-size: 20px;
  font-size: 2rem;
}
.area-company .inner .content01 p:nth-of-type(2) {
  font-size: 14px;
  font-size: 1.4rem;
}
.area-company .inner .content01 dl {
  margin-top: 20px;
}
.area-company .inner .content01 dl dt {
  width: 60px;
  background: #fff;
  border-radius: 2px;
  color: #21419b;
  text-align: center;
  padding: 2px 0;
  margin: 0 10px 10px 0;
  float: left;
  clear: both;
}
.area-company .inner .content01 dl dd {
  padding: 2px 0 2px 40px;
  margin-bottom: 10px;
}
.area-company .inner .content01 dl dd a {
  color: #fff;
}
.area-company .inner .content01 dl dd a:hover {
  color: #21419b;
}
.area-company .inner .content02 {
  padding: 60px 0 60px 50px;
  width: 64%;
  background: #fff url(../images/common/bg.png);
}
.area-company .inner .content02 .roottl02 {
  color: #333;
  text-shadow: 2px 2px 0px #fff;
}
.area-company .inner .content02 p {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .area-company .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .area-company .inner .content01 {
    padding: 60px 0;
    width: 100%;
    float: none;
  }
  .area-company .inner .content01 .roottl02 {
    text-align: center;
  }
  .area-company .inner .content01 p {
    text-align: center;
    margin-bottom: 10px;
  }
  .area-company .inner .content01 p:first-of-type {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .area-company .inner .content01 dl {
    width: 90%;
    margin: 0 auto;
  }
  .area-company .inner .content02 {
    padding: 60px 0;
    width: 100%;
    float: none;
    order: -1;
  }
  .area-company .inner .content02 .roottl02 {
    text-align: center;
  }
  .area-company .inner .content02 p {
    width: 90%;
    line-height: 1.8;
    margin: 0 auto;
  }
}

/*====================▼▼製品案内▼▼========================*/
.area-product02 .itemblock {
  width: 49%;
  float: left;
}
.area-product02 .itemblock:not(:nth-child(2n)) {
  margin-right: 2%;
}
.area-product02 .itemblock .itemimg {
  display: block;
  border: 1px solid #bfbfbf;
  float: left;
  width: 50%;
  max-width: 237px;
}
.area-product02 .itemblock .itemlist {
  float: left;
  width: 50%;
  padding-left: 20px;
}
.area-product02 .itemblock .itemlist li a {
  display: inline-block;
  background: url(../images/common/dot.png) no-repeat 0 6px;
  padding-left: 15px;
  word-break: break-all;
}
.area-product02 .itemblock .itemlist li a:hover {
  background: url(../images/common/dot.png) no-repeat 0 6px, -webkit-gradient(linear, left top, left bottom, color-stop(1, rgba(141, 157, 202, 0.5)), color-stop(0.6, rgba(141, 157, 202, 0.5)), color-stop(0.6, transparent), color-stop(0, transparent));
  background: url(../images/common/dot.png) no-repeat 0 6px, -ms-linear-gradient(top, transparent 0%, transparent 60%, rgba(141, 157, 202, 0.5) 60%, rgba(141, 157, 202, 0.5) 100%);
  background: url(../images/common/dot.png) no-repeat 0 6px, linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(141, 157, 202, 0.5) 60%, rgba(141, 157, 202, 0.5) 100%);
}
@media screen and (max-width: 768px) {
  .area-product02 .itemblock {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .area-product02 .itemblock:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .area-product02 .itemblock .itemimg {
    width: 25%;
    max-width: auto;
  }
  .area-product02 .itemblock .itemlist {
    width: 75%;
    padding-left: 10px;
  }
}

.product-item {
  margin: -20px 0 30px;
}
.product-item li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.product-item li a {
  display: block;
  padding: 3px 10px;
  border: 2px solid #777;
  color: #fff;
  background: #555;
}
.product-item li a:hover, .product-item li a.inside {
  background: #21419b;
  border: 2px solid #8d9dca;
}
@media screen and (max-width: 768px) {
  .product-item {
    margin: -20px 0 20px;
  }
  .product-item li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*====================▼▼サイトマップ▼▼========================*/
.area-sitemap .sitemapblock {
  margin: 0;
}
.area-sitemap .sitemapblock .name01 {
  width: 32%;
  float: left;
  margin-bottom: 20px;
}
.area-sitemap .sitemapblock .name01:not(:nth-child(3n+1)) {
  margin-right: 2%;
}
.area-sitemap .sitemapblock .name01 .item01 li a {
  display: inline-block;
  font-weight: 600;
  margin-left: 10px;
  padding-left: 15px;
  background: url(../images/common/dot.png) no-repeat 0 center;
}
.area-sitemap .sitemapblock .name01 .item01 li a:hover {
  background: url(../images/common/dot.png) no-repeat 0 center, -webkit-gradient(linear, left top, left bottom, color-stop(1, rgba(141, 157, 202, 0.5)), color-stop(0.6, rgba(141, 157, 202, 0.5)), color-stop(0.6, transparent), color-stop(0, transparent));
  background: url(../images/common/dot.png) no-repeat 0 center, -ms-linear-gradient(top, transparent 0%, transparent 60%, rgba(141, 157, 202, 0.5) 60%, rgba(141, 157, 202, 0.5) 100%);
  background: url(../images/common/dot.png) no-repeat 0 center, linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(141, 157, 202, 0.5) 60%, rgba(141, 157, 202, 0.5) 100%);
}
.area-sitemap .sitemapblock .name01 .item02 {
  margin: 10px 0;
}
.area-sitemap .sitemapblock .name01 .item02 li a {
  margin-left: 20px;
  background: url(../images/common/left.png) no-repeat 0 center;
}
.area-sitemap .sitemapblock .name01 .item02 li a:hover {
  background: url(../images/common/left.png) no-repeat 0 center, -webkit-gradient(linear, left top, left bottom, color-stop(1, rgba(141, 157, 202, 0.5)), color-stop(0.6, rgba(141, 157, 202, 0.5)), color-stop(0.6, transparent), color-stop(0, transparent));
  background: url(../images/common/left.png) no-repeat 0 center, -ms-linear-gradient(top, transparent 0%, transparent 60%, rgba(141, 157, 202, 0.5) 60%, rgba(141, 157, 202, 0.5) 100%);
  background: url(../images/common/left.png) no-repeat 0 center, linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(141, 157, 202, 0.5) 60%, rgba(141, 157, 202, 0.5) 100%);
}
.area-sitemap .sitemapblock .mapmenu li {
  display: inline-block;
  margin-right: 30px;
}
.area-sitemap .sitemapblock .mapmenu li a {
  display: inline-block;
  font-weight: 600;
  margin-left: 10px;
  padding-left: 15px;
  background: url(../images/common/dot.png) no-repeat 0 center;
}
.area-sitemap .sitemapblock .mapmenu li a:hover {
  background: url(../images/common/dot.png) no-repeat 0 center, -webkit-gradient(linear, left top, left bottom, color-stop(1, rgba(141, 157, 202, 0.5)), color-stop(0.6, rgba(141, 157, 202, 0.5)), color-stop(0.6, transparent), color-stop(0, transparent));
  background: url(../images/common/dot.png) no-repeat 0 center, -ms-linear-gradient(top, transparent 0%, transparent 60%, rgba(141, 157, 202, 0.5) 60%, rgba(141, 157, 202, 0.5) 100%);
  background: url(../images/common/dot.png) no-repeat 0 center, linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(141, 157, 202, 0.5) 60%, rgba(141, 157, 202, 0.5) 100%);
}
@media screen and (max-width: 768px) {
  .area-sitemap .sitemapblock .name01 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .area-sitemap .sitemapblock .name01:not(:nth-child(3n+1)) {
    margin-right: 0;
  }
  .area-sitemap .sitemapblock .name01 .item01 {
    border: 1px solid #aaa;
    border-radius: 5px;
  }
  .area-sitemap .sitemapblock .name01 .item01 > li + li {
    border-top: 1px solid #aaa;
  }
  .area-sitemap .sitemapblock .name01 .item01 > li > a {
    display: block;
    background: #efefef url(../images/common/dot.png) no-repeat 0 center;
    padding: 10px;
    margin-left: 10px;
  }
  .area-sitemap .sitemapblock .name01 .item02 {
    background: #efefef;
    margin: 0;
    padding: 10px 0;
  }
  .area-sitemap .sitemapblock .mapmenu {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #aaa;
    border-radius: 5px;
  }
  .area-sitemap .sitemapblock .mapmenu li {
    display: inline-block;
    width: 100%;
    margin-right: 0;
  }
  .area-sitemap .sitemapblock .mapmenu li:nth-child(n+2) {
    border-top: 1px solid #aaa;
  }
  .area-sitemap .sitemapblock .mapmenu li a {
    display: block;
    font-weight: normal;
    margin-left: 10px;
    padding: 10px 10px 10px 15px;
    background: url(../images/common/dot.png) no-repeat 0 center;
  }
}

/*===================▼▼個人情報▼▼========================*/
.area-privacy .inner ul {
  margin: 10px 0;
}

/*===================▼▼会社案内▼▼========================*/
.area-pagecompany .icon-access {
  background: url(../images/station.png) no-repeat 5px 5px;
  padding: 0 10px 5px 40px;
}
.area-pagecompany .stationarea {
  width: 320px;
  float: left;
  margin-right: 20px;
}
.area-pagecompany .stationarea .heading02 {
  margin-top: 0;
}
.area-pagecompany .stationarea dt {
  float: left;
}
.area-pagecompany .stationarea dd {
  padding: 0 0 0 140px;
}
.area-pagecompany .mapblock {
  width: 640px;
  float: left;
}
.area-pagecompany #point-access {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .area-pagecompany .icon-access {
    background-position: 5px 3px;
    background-size: 20px auto;
    padding-left: 30px;
    padding-bottom: 5px;
  }
  .area-pagecompany .stationarea {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .area-pagecompany .stationarea .heading02 {
    margin-top: 0;
  }
  .area-pagecompany .stationarea dt {
    float: left;
  }
  .area-pagecompany .stationarea dd {
    padding: 0 0 0 140px;
  }
  .area-pagecompany .mapblock {
    width: 100% !important;
    float: none;
    margin-top: 20px;
  }
  .area-pagecompany .mapblock > iframe {
    height: 280px !important;
  }
  .area-pagecompany #point-access {
    margin-top: 30px;
  }
}

/*===================▼▼ニュース▼▼========================*/
.area-news .erement li {
  padding: 8px 0;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #8d9dca;
}
.area-news .erement li a {
  color: #21419b;
  display: block;
}
.area-news .erement li a:hover {
  color: #285fde;
}
.area-news .erement li a span.newsdate {
  display: block;
  margin-right: 10px;
  float: left;
}
.area-news .erement li a p.newstxt {
  padding: 0 0 0 220px;
}
@media screen and (max-width: 768px) {
  .area-news .erement li a {
    color: #21419b;
  }
  .area-news .erement li a:hover {
    color: #285fde;
  }
  .area-news .erement li a span.newscat {
    display: block;
    min-width: 115px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    float: left;
  }
  .area-news .erement li a.news-icons span.newscat {
    background: #0c4784;
  }
  .area-news .erement li a.newsletter-icons span.newscat {
    background: #193954;
  }
  .area-news .erement li a.show-icons span.newscat {
    background: #6a8bc2;
  }
  .area-news .erement li a span.newsdate {
    display: block;
    margin-right: 10px;
    float: left;
    font-size: 12px;
  }
  .area-news .erement li a p.newstxt {
    padding: 0;
    clear: both;
    padding-top: 5px;
    font-size: 14px;
  }
}

/*===================▼▼リンク▼▼========================*/
.area-link .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area-link .inner h2 {
  width: 100%;
}
.area-link .inner div {
  width: 32%;
  border: 1px solid #aaa;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.area-link .inner div img {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
}
.area-link .inner div a.jumplink {
  display: inline-block;
  padding: 0 30px;
  background: url(../images/common/link.png) no-repeat right center;
  background-size: 16px;
}
.area-link .inner div a.jumplink:hover {
  color: #285fde;
}
@media screen and (max-width: 768px) {
  .area-link .inner div {
    width: 48%;
    padding: 5px;
  }
  .area-link .inner div a.jumplink {
    padding: 0 20px 0 10px;
    background: url(../images/common/link.png) no-repeat 96% bottom;
    background-size: 14px auto;
    min-height: 14px;
    font-size: 12px;
  }
}

/*===================▼▼利用規約▼▼========================*/
#userterms .erement .heading02:not(:first-child),
#privacy .erement .heading02:not(:first-child) {
  margin-top: 20px;
}

/*===================▼▼404▼▼========================*/
.area-not ul {
  margin: 10px 0;
}

.notlink, .jumplink {
  margin: 80px 0 30px;
  width: 100%;
}

.notlink a, .jumplink a {
  display: inline-block;
  width: 49%;
  border: 2px solid #21419b;
  color: #21419b;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

.notlink a:first-of-type, .jumplink a:first-of-type {
  margin-right: 2%;
}

.notlink a:hover, .jumplink a:hover {
  background: #21419b;
  color: #fff;
}

#link .jumplink {
  margin-top: 20px;
}

/*===================▼▼お問い合わせ▼▼========================*/
#formend .totop {
  display: block;
  width: 50%;
  margin: 30px auto 0;
  border: 4px solid #21419b;
  color: #21419b;
  padding: 8px 0;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
#formend .totop:hover {
  background: #21419b;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #formend .totop {
    width: 90%;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 60px auto 100px;
  }
}

/*=お問い合わせ用チャート=*/
.form-step {
  display: table;
  width: 100%;
  background: #f6f6f6;
  box-shadow: 0 0 1px #CCC;
  margin-bottom: 20px;
}
.form-step li {
  display: table-cell;
  width: 33%;
  height: 80px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  color: #858a8d;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .form-step li {
    height: 50px;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    border-left: 1px solid #ddd;
  }
}
.form-step li span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .form-step li span {
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 1px;
  }
}
.form-step li:not(:last-child)::after {
  content: "";
  display: block;
  width: 21px;
  height: 80px;
  background: url(../images/common/form-step01.png) no-repeat;
  position: absolute;
  top: 0;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .form-step li:not(:last-child)::after {
    display: none;
  }
}
.form-step li.active {
  background: #0c4784;
  color: #fff;
}
.form-step li.active::after {
  content: "";
  display: block;
  content: "";
  display: block;
  border-style: solid;
  border-width: 40px 0 40px 21px;
  border-color: transparent transparent transparent #0c4784;
}
@media screen and (max-width: 768px) {
  .form-step li.active::after {
    display: none;
  }
}
.form-step li.active:last-child::after {
  display: none;
}
.form-step li.active:last-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  border-style: solid;
  border-width: 40px 0 40px 21px;
  border-color: transparent transparent transparent #f6f6f6;
}
@media screen and (max-width: 768px) {
  .form-step li.active:last-child::before {
    display: none;
  }
}
.form-step li:nth-child(2).active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 40px 0 40px 21px;
  border-color: transparent transparent transparent #f6f6f6;
}
@media screen and (max-width: 768px) {
  .form-step li:nth-child(2).active::before {
    display: none;
  }
}

.contactform {
  /* Buttons */
}
.contactform #formblock {
  border-top: 1px solid #21419b;
  border-bottom: 1px solid #21419b;
  margin: 30px auto 0;
  padding: 40px 0;
}
.contactform input, .contactform textarea {
  border: 1px solid #888;
  font-family: inherit;
  padding: 10px;
}
.contactform input, .contactform textarea {
  color: #333;
  background: #fff;
  box-shadow: inset 0 0 3px #ccc;
  display: block;
  width: 100%;
}
.contactform input:focus, .contactform textarea:focus {
  border: 1px solid #8d9dca;
  outline: 0;
}
.contactform input[type="submit"], .contactform input[type="button"], .contactform input[type="reset"] {
  background: #fff;
  border: 3px solid #21419b;
  color: #21419b;
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: bold;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.contactform input[type="submit"].kakunin {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contactform input[type="submit"], .contactform input[type="button"], .contactform input[type="reset"] {
    border: 2px solid #21419b;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .contactform input[type="submit"].kakunin {
    width: 90%;
    margin: 30px auto 0;
  }
}
.contactform input[type="submit"]:hover, .contactform input[type="button"]:hover, .contactform input[type="reset"]:hover, .contactform input[type="submit"]:focus, .contactform input[type="button"]:focus, .contactform input[type="reset"]:focus {
  background: #21419b;
  outline: none;
  color: #fff;
  box-shadow: none;
}
.contactform .btnform input[type="submit"] {
  width: 46%;
  margin: 0 2%;
  display: block;
  float: left;
}
.contactform .btnform input[type="submit"].formback {
  border-color: #888;
  color: #888;
}
.contactform .btnform input[type="submit"].formback:hover {
  color: #fff;
  background: #888;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .contactform .btnform input[type="submit"] {
    width: 98%;
    margin: 20px auto;
    float: none;
  }
  .contactform .btnform input[type="submit"].formback {
    margin-bottom: 20px;
  }
}
.contactform .inputxt {
  min-height: 160px;
}

.formsup, .genrecheck h3 span,
.forminput dt span {
  padding: 2px 5px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}

.formsup.hissu, .genrecheck h3 span.hissu, .forminput dt span.hissu {
  background: #21419b;
}

.formsup.nini, .genrecheck h3 span.nini, .forminput dt span.nini {
  background: #8d9dca;
}

.genrecheck {
  margin-bottom: 20px;
}
.genrecheck h3 {
  margin-bottom: 20px;
  font-weight: bold;
}

.forminput {
  margin-bottom: 20px;
}
.forminput dt {
  margin-bottom: 20px;
  font-weight: bold;
}
.forminput dd {
  margin-bottom: 20px;
}
.forminput p {
  border: 1px solid #888;
  padding: 10px;
  background: #fff;
  box-shadow: inset 0 0 3px #ccc;
}
@media screen and (max-width: 768px) {
  .forminput p {
    min-height: 48px;
  }
}

.genrecheck {
  text-align: center;
}
.genrecheck h3 {
  text-align: left;
}
.genrecheck input {
  display: none;
}
.genrecheck label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 0 10px 40px;
  margin-right: 30px;
  text-align: center;
  line-height: 1;
}
.genrecheck label:before {
  position: absolute;
  content: "";
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  background: #bdc3c7;
  border-radius: 50%;
}
.genrecheck input[type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 6px;
  width: 18px;
  height: 18px;
  margin-top: -4px;
  border-radius: 50%;
  background: #21419b;
}
.genrecheck .genrechecked {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .genrecheck {
    text-align: left;
  }
}

.privacycheck {
  text-align: center;
  margin-bottom: 30px;
}
.privacycheck p {
  padding-left: 120px;
  text-align: left;
}
.privacycheck label.checkbox_text {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin: 30px 0 0;
  cursor: pointer;
  overflow: hidden;
}
.privacycheck label.checkbox_text:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0;
  border: 1px solid #B3B3B3;
  z-index: 3;
}
.privacycheck label.checkbox_text:after {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  margin-top: -8px;
  border-right: 3px solid #21419b;
  border-bottom: 3px solid #21419b;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  position: absolute;
  top: 40%;
  left: 6px;
  z-index: 1;
}
.privacycheck label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  box-shadow: 41px 0px #FFF;
  position: absolute;
  left: -40px;
  z-index: 2;
}
.privacycheck label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .privacycheck {
    width: 90%;
    margin: auto;
  }
  .privacycheck p {
    padding-left: 0;
  }
}

/*===============ユーザーレイアウト用================*/
.boximgtxt {
  margin: 20px 0;
  width: 100%;
}
.boximgtxt img {
  display: block;
  width: 23%;
}
.boximgtxt img.item-l {
  margin-right: 2%;
  float: left;
}
.boximgtxt img.item-l + p {
  width: 75%;
  float: left;
}
.boximgtxt img.item-r {
  margin-left: 2%;
  float: right;
}
.boximgtxt img.item-r + p {
  width: 75%;
  float: right;
}
@media screen and (max-width: 768px) {
  .boximgtxt img {
    display: block;
    width: 30%;
  }
  .boximgtxt img.item-l + p {
    width: 68%;
  }
  .boximgtxt img.item-r + p {
    width: 68%;
  }
}

/*- 大き目 -*/
.boximgtxt-big {
  margin: 20px 0;
  width: 100%;
}
.boximgtxt-big:after {
  content: "";
  display: block;
  clear: both;
}
.boximgtxt-big img {
  display: block;
  width: 48%;
}
.boximgtxt-big img.item-l {
  margin-right: 2%;
  float: left;
}
.boximgtxt-big img.item-l + p {
  width: 50%;
  float: left;
}
.boximgtxt-big img.item-r {
  margin-left: 2%;
  float: right;
}
.boximgtxt-big img.item-r + p {
  width: 50%;
  float: right;
}

.itemdetailbox {
  margin-bottom: 20px;
}
.itemdetailbox div {
  border-bottom: 2px solid #8d9dca;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.itemdetailbox div .detailttl {
  max-width: 610px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: 'Noto Sans Japanese', sans-serif;
}
.itemdetailbox div img {
  display: block;
  max-height: 60px;
}
.itemdetailbox .sup {
  font-size: 20px;
  font-size: 2rem;
  color: #666;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .itemdetailbox div .detailttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .itemdetailbox div img {
    display: block;
    float: right;
    max-height: 60px;
    max-width: 120px;
  }
  .itemdetailbox .sup {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.itemdetail {
  margin: 20px 0 30px;
}
.itemdetail li a {
  display: block;
}
.itemdetail li a:hover {
  color: #21419b;
}
.itemdetail li p {
  text-indent: 1rem;
}

.itemblocklist div {
  width: 32%;
  float: left;
  margin-bottom: 20px;
}
.itemblocklist div:not(:nth-child(3n)) {
  margin-right: 2%;
}
.itemblocklist div .heading04 {
  margin-top: 10px;
}
.itemblocklist div img {
  display: block;
  width: 100%;
}
.itemblocklist div p {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .itemblocklist div {
    width: 48%;
    float: left;
    margin-bottom: 20px;
  }
  .itemblocklist div:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .itemblocklist div:nth-child(odd) {
    margin-right: 4%;
  }
  .itemblocklist div .heading04 {
    margin-top: 10px;
    font-size: 1.6rem;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .itemblocklist div p {
    margin: 0 5px;
  }
}

/*製品案内ページのサイドメニュー変更*/
.acc-block {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .acc-block {
    margin-bottom: 0;
  }
}

.acc-ttl {
  display: block;
  width: 270px;
  padding: 10px 0 10px 10px;
  min-height: 40px;
  border: 1px solid #bbb;
}
.acc-ttl:hover {
  background: #d7e1ff;
  opacity: 1 !important;
  color: #333;
}
@media screen and (max-width: 768px) {
  .acc-ttl {
    width: 100%;
    min-height: auto;
  }
}

.menu-area label {
  display: block;
  width: 40px;
  height: 43px;
  background: #4c63a2;
  border: 2px solid #2e4b9c;
  position: absolute;
  top: 0;
  right: 0;
}
.menu-area label::before {
  content: "";
  display: block;
  width: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 16px;
  left: 12px;
}
.menu-area input[type="checkbox"].on-off {
  display: none;
}
.menu-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-area li a {
  display: block;
  color: #555;
  font-size: 14px;
  background: url(../images/common/left.png) no-repeat left center;
  padding: 4px 0 4px 10px;
}
.menu-area li a:hover {
  color: #2e4b9c;
}
.menu-area input[type="checkbox"].on-off + ul {
  height: 0;
  overflow: hidden;
}
.menu-area input[type="checkbox"].on-off:checked + ul {
  height: auto;
  margin: 0;
  padding: 10px;
  border: 1px solid #bbb;
  border-top: none;
}
.menu-area .inlist {
  margin: 5px 0;
  line-height: 1.8;
}
.menu-area .inlist li a {
  background: url(../images/common/dot.png) no-repeat 20px center;
  background-size: 4px;
  padding: 4px 0 4px 30px;
}

.blog .inner {
  display: flex;
  justify-content: space-between;
}
.blog .inner .area-blog {
  width: 73%;
  margin-right: 2%;
}
.blog .inner .area-blog:after {
  content: " ";
  display: block;
  clear: both;
}
.blog .inner .area-blog > .post {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
}
.blog .inner .area-blog > .post + .post {
  margin-top: 20px;
}
.blog .inner .area-blog > .post:last-of-type {
  margin-bottom: 40px;
}
.blog .inner .area-blog > .post > a {
  display: block;
}
.blog .inner .area-blog > .post > a:after {
  content: " ";
  display: block;
  clear: both;
}
.blog .inner .area-blog > .post > a:hover {
  opacity: .8;
}
.blog .inner .area-blog > .post > a .img {
  display: block;
  width: 25%;
  float: left;
  text-align: center;
}
.blog .inner .area-blog > .post > a .img > img {
  display: block;
  width: 100%;
}
.blog .inner .area-blog > .post > a .data {
  float: left;
  width: 75%;
  padding: 10px 10px 10px 20px;
}
.blog .inner .area-blog > .post > a .data > .icon {
  display: inline-block;
  padding: 3px 8px;
  text-align: left;
  white-space: nowrap;
  color: #fff;
  font-size: 10px;
}
.blog .inner .area-blog > .post > a .data > .icon-cat-cryostat {
  background: #2a53c5;
}
.blog .inner .area-blog > .post > a .data > .icon-cat-semitsu {
  background: #4a6fd8;
}
.blog .inner .area-blog > .post > a .data > .icon-cat-ltspm {
  background: #7490e1;
}
.blog .inner .area-blog > .post > a .data > .icon-cat-gokuteionondokeisoku {
  background: #9eb2ea;
}
.blog .inner .area-blog > .post > a .data > .icon-cat-jikikeisoku {
  background: #1e3c8e;
}
.blog .inner .area-blog > .post > a .data > .icon-cat-laserkanshou {
  background: #1c3682;
}
.blog .inner .area-blog > .post > a .data > .icon-cat-zairyho-accessories {
  background: #162c69;
}
.blog .inner .area-blog > .post > a .icon {
  display: inline-block;
  padding: 3px 8px;
  font-size: 10px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
.blog .inner .area-blog > .post > a .icon-new {
  background: #cc328f;
  position: absolute;
  left: 0;
  top: 0;
}
.blog .inner .area-blog > .post > a .data-day {
  display: inline-block;
  padding: 3px 8px;
  font-size: 10px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background: #8d9dca;
  position: absolute;
  right: 0;
  top: 0;
}
.blog .inner .area-blog > .post > a .ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  color: #21419b;
}
.blog .inner .area-blog-side {
  width: 25%;
}
.blog .inner .area-blog-side .cat {
  border: 1px solid #ccc;
  background: #fff;
}
.blog .inner .area-blog-side .cat > .ttl {
  font-size: 18px;
  color: #21419b;
  font-weight: bold;
  border-bottom: 3px solid #8d9dca;
}
.blog .inner .area-blog-side .cat > .ttl > span {
  position: relative;
  display: inline-block;
  padding: 10px;
}
.blog .inner .area-blog-side .cat > .ttl > span::before {
  content: "";
  display: block;
  padding-right: 25px;
  width: calc(100% + 10px);
  border-bottom: 3px solid #21419b;
  bottom: -3px;
  left: 0;
  position: absolute;
}
.blog .inner .area-blog-side .cat-list {
  width: 90%;
  margin: 15px auto;
}
.blog .inner .area-blog-side .cat-list > li {
  padding-left: 10px;
  position: relative;
}
.blog .inner .area-blog-side .cat-list > li:not(.cat-list-more):before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  position: absolute;
  top: 5px;
  left: -5px;
}
.blog .inner .area-blog-side .cat-list > li + li {
  margin-top: 10px;
}
.blog .inner .area-blog-side .cat-list > li > a {
  display: block;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  color: #21419b;
  padding-right: 25px;
}
.blog .inner .area-blog-side .cat-list > li > a::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #21419b;
  position: absolute;
  top: .5rem;
  right: 10px;
}
.blog .inner .area-blog-side .cat-list > li > a:hover {
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(141, 157, 202, 0.5) 60%, rgba(141, 157, 202, 0.5) 100%);
}
.blog .inner .area-blog-side .cat-list > li > a:hover::after {
  border-color: transparent transparent transparent #7490e1;
}
.blog .inner .area-blog-side .cat-list-more > ul {
  padding-left: 10px;
  margin-bottom: 10px;
}
.blog .inner .area-blog-side .cat-list-more > ul > li + li {
  margin-top: 10px;
}
.blog .inner .area-blog-side .cat-list-more > ul > li > a {
  display: block;
  line-height: 1.4;
  color: #2a53c5;
  position: relative;
  padding-right: 25px;
}
.blog .inner .area-blog-side .cat-list-more > ul > li > a::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #aaa;
  position: absolute;
  top: .5rem;
  right: 10px;
}
.blog .inner .area-blog-side .cat-list-more > ul > li > a:hover {
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(141, 157, 202, 0.5) 60%, rgba(141, 157, 202, 0.5) 100%);
}
.blog .inner .area-blog-side .cat-list-more > ul > li > a:hover::after {
  border-color: transparent transparent transparent #7490e1;
}
.blog .inner .area-blog-side .new-post {
  border: 1px solid #ccc;
  background: #fff;
  margin-top: 20px;
}
.blog .inner .area-blog-side .new-post > .ttl {
  font-size: 18px;
  color: #21419b;
  font-weight: bold;
  border-bottom: 3px solid #8d9dca;
}
.blog .inner .area-blog-side .new-post > .ttl > span {
  position: relative;
  display: inline-block;
  padding: 10px;
}
.blog .inner .area-blog-side .new-post > .ttl > span::before {
  content: "";
  display: block;
  width: calc(100% + 10px);
  border-bottom: 3px solid #21419b;
  bottom: -3px;
  left: 0;
  position: absolute;
}
.blog .inner .area-blog-side .new-post-list {
  width: 90%;
  margin: 15px auto;
}
.blog .inner .area-blog-side .new-post-list > li {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.blog .inner .area-blog-side .new-post-list > li + li {
  margin-top: 15px;
}
.blog .inner .area-blog-side .new-post-list > li .post-link {
  display: block;
}
.blog .inner .area-blog-side .new-post-list > li .post-link:hover {
  opacity: .7;
}
.blog .inner .area-blog-side .new-post-list > li .post-link .img {
  border: 1px solid #ddd;
  margin-bottom: 5px;
  position: relative;
}
.blog .inner .area-blog-side .new-post-list > li .post-link .img > img {
  display: block;
  width: 100%;
}
.blog .inner .area-blog-side .new-post-list > li .post-link .img .data-day {
  display: inline-block;
  padding: 3px 8px;
  font-size: 10px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background: #8d9dca;
  position: absolute;
  right: 0;
  top: 0;
}
.blog .inner .area-blog-side .new-post-list > li .post-link .detail .icon {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 8px;
  text-align: left;
  white-space: nowrap;
  color: #fff;
  font-size: 10px;
}
.blog .inner .area-blog-side .new-post-list > li .post-link .detail .icon-cat-cryostat {
  background: #2a53c5;
}
.blog .inner .area-blog-side .new-post-list > li .post-link .detail .icon-cat-semitsu {
  background: #4a6fd8;
}
.blog .inner .area-blog-side .new-post-list > li .post-link .detail .icon-cat-ltspm {
  background: #7490e1;
}
.blog .inner .area-blog-side .new-post-list > li .post-link .detail .icon-cat-gokuteionondokeisoku {
  background: #9eb2ea;
}
.blog .inner .area-blog-side .new-post-list > li .post-link .detail .icon-cat-jikikeisoku {
  background: #1e3c8e;
}
.blog .inner .area-blog-side .new-post-list > li .post-link .detail .icon-cat-laserkanshou {
  background: #1c3682;
}
.blog .inner .area-blog-side .new-post-list > li .post-link .detail .icon-cat-zairyho-accessories {
  background: #162c69;
}
.blog .inner .area-blog-side .new-post-list > li .post-link .detail .ttl {
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .blog .inner {
    display: block;
  }
  .blog .inner .area-blog {
    width: 100%;
    margin-right: 0;
  }
  .blog .inner .area-blog:after {
    content: " ";
    display: block;
    clear: both;
  }
  .blog .inner .area-blog > .post {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .blog .inner .area-blog > .post > a .img {
    width: 100%;
    border-bottom: 2px solid #8d9dca;
  }
  .blog .inner .area-blog > .post > a .data {
    width: 100%;
    padding: 10px;
  }
  .blog .inner .area-blog > .post > a .data .ttl {
    font-size: 16px;
  }
  .blog .inner .area-blog-side {
    width: 100%;
    margin-top: 40px;
  }
  .blog .inner .area-blog-side .new-post {
    border: 1px solid #ccc;
    background: #fff;
    margin-top: 20px;
  }
  .blog .inner .area-blog-side .new-post > .ttl {
    font-size: 18px;
    color: #21419b;
    font-weight: bold;
    border-bottom: 3px solid #8d9dca;
  }
  .blog .inner .area-blog-side .new-post > .ttl > span {
    position: relative;
    display: inline-block;
    padding: 10px;
  }
  .blog .inner .area-blog-side .new-post > .ttl > span::before {
    content: "";
    display: block;
    width: calc(100% + 10px);
    border-bottom: 3px solid #21419b;
    bottom: -3px;
    left: 0;
    position: absolute;
  }
  .blog .inner .area-blog-side .new-post-list {
    width: 90%;
    margin: 15px auto;
  }
  .blog .inner .area-blog-side .new-post-list > li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .blog .inner .area-blog-side .new-post-list > li + li {
    margin-top: 15px;
  }
  .blog .inner .area-blog-side .new-post-list > li .post-link {
    display: block;
  }
  .blog .inner .area-blog-side .new-post-list > li .post-link:hover {
    opacity: .7;
  }
  .blog .inner .area-blog-side .new-post-list > li .post-link .img {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    position: relative;
  }
  .blog .inner .area-blog-side .new-post-list > li .post-link .img > img {
    display: block;
    width: 100%;
  }
  .blog .inner .area-blog-side .new-post-list > li .post-link .img .data-day {
    display: inline-block;
    padding: 3px 8px;
    font-size: 10px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background: #8d9dca;
    position: absolute;
    right: 0;
    top: 0;
  }
  .blog .inner .area-blog-side .new-post-list > li .post-link .detail .icon {
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 8px;
    text-align: left;
    white-space: nowrap;
    color: #fff;
    font-size: 10px;
  }
  .blog .inner .area-blog-side .new-post-list > li .post-link .detail .ttl {
    font-size: 12px;
    line-height: 1.6;
  }
}
.blog .pager {
  clear: both;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .blog .pager {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.blog .pager > li {
  display: inline;
  width: 8%;
}
.blog .pager > li.prev, .blog .pager > li.next {
  width: 3%;
}
.blog .pager > li + li {
  margin-left: 10px;
}
.blog .pager > li > a {
  display: block;
  text-align: center;
  background: #8d9dca;
  color: #fff;
  padding: 5px 0;
  border-radius: 3px;
}
.blog .pager > li > a:hover {
  opacity: .7;
}
.blog .pager > li.current > a {
  background: #3c4f82;
}

.blog .inner .area-blog .cat-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #21419b;
  margin-bottom: 20px;
}
.blog .inner .area-blog-detail {
  width: 73%;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .blog .inner .area-blog-detail {
    width: 100%;
    margin-right: 0;
  }
}
.blog .inner .area-blog-detail > .post {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 40px;
  padding: 20px 20px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blog .inner .area-blog-detail > .post {
    padding: 10px 10px 20px;
  }
}
.blog .inner .area-blog-detail > .post .data-day {
  display: block;
  text-align: right;
  color: #21419b;
}
.blog .inner .area-blog-detail > .post .moresup {
  color: #8d9dca;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.blog .inner .area-blog-detail > .post .moresup::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/common/moresup.png) no-repeat;
  background-size: 18px 18px;
  vertical-align: middle;
  margin-left: 5px;
}
.blog .inner .area-blog-detail blockquote {
  font-style: italic;
  margin: 20px 0;
  padding: 30px 40px;
  letter-spacing: 1px;
  color: #213f7f;
  position: relative;
}
.blog .inner .area-blog-detail blockquote::before, .blog .inner .area-blog-detail blockquote::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/dc.png) no-repeat;
  background-size: 30px;
  position: absolute;
}
.blog .inner .area-blog-detail blockquote::before {
  left: 0;
  top: 0;
}
.blog .inner .area-blog-detail blockquote::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.blog .back-link {
  display: block;
  width: 80%;
  color: #fff;
  text-align: center;
  margin: auto;
  background: #8d9dca;
  padding: 8px 0;
  border-radius: 3px;
}
.blog .back-link:hover {
  opacity: .8;
}

/*ipad-tate*/
/*　画面サイズが768pxから1024pxまではここを読み込む　*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .slick-next {
    right: 20px;
  }

  .slick-prev {
    left: 20px;
  }

  .slidernav, #breadcrumbs ol, #mainmenu .headmenu, .copy .inner {
    width: 100% !important;
  }

  .bottomarea ul li a {
    padding: 0 10px;
  }

  #product02 .itemblock .itemimg {
    max-width: 160px;
    height: auto;
  }
  #product02 .headmenu {
    padding-left: 40px;
  }
  #product02 #breadcrumbs {
    padding-left: 50px;
    width: 100%;
  }
  #product02 .area-content {
    width: 95%;
    margin: 0 0 0 5%;
  }
  #product02 .area-content .inner {
    width: 100%;
    margin: auto;
  }
}
