@charset "UTF-8";

/* ===================================================================
  2019 
=================================================================== */
@keyframes RightToLeft {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*----------------------------------------------------
	全体
----------------------------------------------------*/
html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.0em;
  color: #1D1D1D;
  position: relative;
  -webkit-text-size-adjust: none;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

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

body * {
  text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
  font-weight: bold;
}

img {
  max-width: 100%;
}

.tC {
  text-align: center;
}

.tL {
  text-align: left;
}

.tR {
  text-align: right;
}

.m-left {
  margin-right: auto;
}

.m-right {
  margin-left: auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

/* link
----------------------------------------------------*/
a,
a:active,
a:visited,
a:hover {
  color: inherit;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.6);
}

a {
  color: #2E3192;
  transition: all .3s;
}

a:hover {
  color: #1D1D1D;
  text-decoration: none;
}

img.link {
  opacity: 1;
  transition: all .3s;
}

img.link:hover {
  opacity: 0.6;
}

img.link2 {
  opacity: 1;
  transition: all .3s;
}

img.link2:hover {
  filter: grayscale(0);
  transition-duration: 0.5s;
}

/*----------------------------------------------------
	テキスト
----------------------------------------------------*/
h1 {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  color: #FFF;
  vertical-align: middle;
}

h2 span {
  font-size: 60%;
  padding: 0 1em;
}

@media (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 21px;
  }
}

h3 {
  font-size: 50px;
  letter-spacing: 1.5px;
  margin: 10px 0;
}

@media (max-width: 768px) {
  h3 {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  h3 {
    font-size: 21px;
  }
}

h4 {
  font-size: 28px;
  margin: 1rem 0 1.5rem 0;
  color: #41B25D;
  font-weight: bold;
}

@media (max-width: 768px) {
  h4 {
    font-size: 21px;
  }
}

@media (max-width: 480px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 21px;
  margin: 1rem 0 1.5rem 0;
}

@media (max-width: 768px) {
  h5 {
    font-size: 21px;
  }
}

@media (max-width: 480px) {
  h5 {
    font-size: 15px;
  }
}

h6 {
  font-size: 21px;
  margin: 0 0 1rem 0;
}

@media (max-width: 768px) {
  h6 {
    font-size: 21px;
  }
}

@media (max-width: 480px) {
  h6 {
    font-size: 15px;
  }
}

.en-title {
  font-family: 'Blanch Caps Regular';
}

p {
  margin: 0;
}

.sp-br {
  display: none;
}

@media (max-width: 480px) {
  .sp-br {
    display: block;
  }
}

.pc-br {
  display: block;
}

@media (max-width: 480px) {
  .pc-br {
    display: none;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 12px;
  }
}

.row {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

.row .col-2 {
  width: calc((100% - 1%) / 2);
}

.row .col-3 {
  width: calc((100% - 6%) / 3);
}

.row .col-4 {
  width: calc((100% - 9%) / 4);
}

.row-list {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.row-list .col-2 {
  width: calc((100% - 2%) / 2);
  margin: .5%;
}

.row-list .col-3 {
  width: calc((100% - 3%) / 3);
  margin: .5%;
}

.row-list .col-4 {
  width: calc((100% - 4%) / 4);
  margin: .5%;
}

.row-list .col-5 {
  width: calc((100% - 5%) / 5);
  margin: .5%;
}

@media (max-width: 768px) {
  .row .col-2 {
    width: calc((100% - 1%) / 2);
  }

  .row .col-3 {
    width: calc((100% - 3%) / 2);
  }

  .row .col-4 {
    width: calc((100% - 3%) / 2);
  }

  .row-list .col-2 {
    width: calc((100% - 2%) / 2);
    margin: .5%;
  }

  .row-list .col-3 {
    width: calc((100% - 2%) / 2);
    margin: .5%;
  }

  .row-list .col-4 {
    width: calc((100% - 2%) / 2);
    margin: .5%;
  }

  .row-list .col-5 {
    width: calc((100% - 3%) / 3);
    margin: .5%;
  }
}

@media (max-width: 480px) {
  .row .col-2 {
    width: calc((100% - 0%) / 1);
  }

  .row .col-3 {
    width: calc((100% - 0%) / 1);
  }

  .row .col-4 {
    width: calc((100% - 0%) / 1);
  }

  .row-list .col-5 {
    width: calc((100% - 2%) / 2);
    margin: .5%;
  }
}

/*	余白
----------------------------------------------------*/
.m10 {
  margin: 1em;
}

.m10t {
  margin-top: 1em;
}

.m15t {
  margin-top: 1.5em;
}

.m20t {
  margin-top: 2em;
}

.m05b {
  margin-bottom: 0.5em;
}

.m10b {
  margin-bottom: 1em;
}

.m15b {
  margin-bottom: 1.5em;
}

.m20b {
  margin-bottom: 2em;
}

.p10 {
  padding: 1em;
}

.p15t {
  padding-top: 1.5em;
}

.p20tb {
  padding: 2em 0;
}

/*	アニメーション用
----------------------------------------------------*/
.delighter {
  transition: all 1.2s ease-out;
  transform: translateY(15%);
  opacity: 0;
  /* slide Up */
  /* slide left */
}

.delighter.started {
  transform: none;
  opacity: 1;
}

.delighter.ani-su {
  transition: all .8s ease-out;
  transform: translateY(10%);
  opacity: 0;
}

.delighter.ani-su.started {
  transform: none;
  opacity: 1;
}

.delighter.ani-l {
  transition: all .8s ease-out;
  transform: translatex(55%);
  opacity: 0;
}

.delighter.ani-l.started {
  transform: none;
  opacity: 1;
}

/*----------------------------------------------------
	リスト
----------------------------------------------------*/
ul.def-type {
  margin-left: 20px;
  margin-bottom: 20px;
}

ul.def-type li {
  margin: 5px 0;
  padding-left: 5px;
  list-style-type: disc;
  border: none;
  line-height: 1.4;
}

ol.def-type {
  margin-left: 20px;
}

ol.def-type li {
  margin: 5px 0;
  padding-left: 5px;
  list-style-type: decimal;
  border: none;
}

/*----------------------------------------------------
	table
----------------------------------------------------*/
.table-block {
  margin-bottom: 2em;
}

.table-block table {
  border-collapse: collapse;
  width: 100%;
}

@media (max-width: 768px) {
  .table-block table {
    width: 100%;
    min-width: 100%;
    border-top: 1px solid #CCC;
  }
}

.table-block table th {
  padding: 1em 1.5em;
  line-height: 1.5;
  border: 1px solid #CCC;
  border-collapse: collapse;
  text-align: center;
  width: 25%;
  background: #F0F0F0;
}

@media (max-width: 768px) {
  .table-block table th {
    display: block;
    width: 100%;
    border: none;
    text-align: left;
  }
}

.table-block table td {
  padding: 1em 1.5em;
  line-height: 1.5;
  border: 1px solid #CCC;
  border-collapse: collapse;
}

@media (max-width: 768px) {
  .table-block table td {
    display: block;
    border: none;
    padding: 1em 1.5em;
    border-bottom: 1px solid #CCC;
  }
}

.table-block2 {
  margin-bottom: 2em;
}

.table-block2 table {
  border-collapse: collapse;
  width: 100%;
}

@media (max-width: 768px) {
  .table-block2 table {
    width: 100%;
    min-width: 100%;
  }
}

.table-block2 table th {
  padding: 1em 1.5em;
  line-height: 1.5;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  text-align: center;
  width: 25%;
  background-color: #CCCCCC;
}

@media (max-width: 768px) {
  .table-block2 table th {
    display: block;
    width: 100%;
    border: none;
    text-align: left;
  }
}

.table-block2 table td {
  padding: 1em 1.5em;
  line-height: 1.5;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}

@media (max-width: 768px) {
  .table-block2 table td {
    display: block;
    border: none;
    padding: 1em 1.5em;
  }
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
#wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

#container {
  padding: 60px 0 2em 0;
}

#container.home {
  padding-top: 0;
}

.contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 10px;
  position: relative;
  z-index: 100;
}

.contents-2c {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 0;
  position: relative;
  z-index: 100;
}

.contents-2c .contents {
  padding: 0;
}

article {
  margin-bottom: 3em;
}

.sp-text,
.sp-img {
  display: none !important;
}

.pc-text,
.pc-img {
  display: inherit !important;
}

@media (max-width: 768px) {

  .sp-text,
  .sp-img {
    display: none !important;
  }

  .pc-text,
  .pc-img {
    display: inherit !important;
  }
}

@media (max-width: 480px) {

  .sp-text,
  .sp-img {
    display: inherit !important;
  }

  .pc-text,
  .pc-img {
    display: none !important;
  }

  .contents {
    padding: 10px;
  }
}

.button {
  text-align: center;
  font-weight: bold;
  margin: .5em 0;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.2s linear;
  max-width: 380px;
}

.button span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.button a {
  background: none;
  display: block;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  padding: 6px 20px;
}

.button a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
}

.button a:hover {
  color: #fff;
}

.button a:hover::after {
  left: 0;
  background-color: #000;
}

.button.home-bn {
  width: 90%;
  margin-bottom: 2em;
}

.button.tL {
  text-align: left;
}

.button.cate-bn {
  text-align: left;
}

.button.cate-bn a {
  border: none;
  padding: 10px 20px;
}

.button.cate-bn a::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
}

.button2 {
  text-align: center;
  font-weight: bold;
  margin: 0 auto .5em auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.2s linear;
}

.button2 span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #CCC;
}

.button2 a {
  background: none;
  display: block;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  padding: 6px 20px;
}

.button2 a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
}

.button2 a::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EEF4FA;
}

.button2 a:hover {
  color: #fff;
}

.button2 a:hover::after {
  left: 0;
  background-color: #000;
}

.button-sidenav {
  text-align: left;
  font-size: 90%;
  font-weight: bold;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.2s linear;
}

.button-sidenav span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.button-sidenav a {
  background: none;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 7px 20px;
}

.button-sidenav a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
}

.button-sidenav a::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FAFCFE;
}

.button-sidenav a:hover {
  color: #000;
}

.button-sidenav a:hover::after {
  left: 0;
  background-color: #CBCFD3;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #bbb;
}

/*	背景ライン
----------------------------------------------------*/
.line-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 100%;
  max-width: 1160px;
  width: calc(100% - 40px);
  z-index: 10;
}

@media (max-width: 480px) {
  .line-bg {
    width: calc(100% - 20px);
  }
}

.line-bg .l-container {
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.line-bg .l-container span {
  background-color: rgba(192, 192, 192, 0.3);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
}

.line-bg .l-container span:nth-of-type(1) {
  left: 0%;
}

.line-bg .l-container span:nth-of-type(2) {
  left: 25%;
}

.line-bg .l-container span:nth-of-type(3) {
  left: 50%;
}

.line-bg .l-container span:nth-of-type(4) {
  left: 75%;
}

.line-bg .l-container span:nth-of-type(5) {
  left: 100%;
}

@media (max-width: 768px) {
  .line-bg .l-container span:nth-of-type(2) {
    display: none;
  }

  .line-bg .l-container span:nth-of-type(4) {
    display: none;
  }
}

/*	見出し用
----------------------------------------------------*/
.title-block {
  display: flex;
  align-items: center;
  /* font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; */
  font-family: "Arial", Gadget, "sans-serif";
  margin-bottom: 2em;
}

@media (max-width: 480px) {
  .title-block {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.title-block h3 {
  color: #000;
  letter-spacing: 3px;
  line-height: 1.2;
  padding: 10px 20px;
  border-left: 8px solid #000;
}

.title-block h3.jp-title {
  font-size: 36px;
  padding: 20px;
}

@media (max-width: 768px) {
  .title-block h3.jp-title {
    font-size: 24px;
    padding: 12px 15px;
  }
}

@media (max-width: 480px) {
  .title-block h3.jp-title {
    font-size: 17px;
    padding: 12px 15px;
  }
}

@media (max-width: 480px) {
  .title-block h3 {
    padding: 8px 15px;
    border-left: 5px solid #000;
  }
}

.title-block h3 span {
  font-size: 45%;
  font-weight: normal;
  letter-spacing: 2px;
}

.title-block p {
  margin: 0;
  line-height: 1.7;
}

.title-block2 {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

@media (max-width: 480px) {
  .title-block2 {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.title-block2 h3 {
  font-size: 30px;
  color: #000;
  letter-spacing: 3px;
  line-height: 1.2;
  padding: 10px 20px;
  border-left: 8px solid #000;
}

@media (max-width: 768px) {
  .title-block2 h3 {
    font-size: 21px;
  }
}

@media (max-width: 480px) {
  .title-block2 h3 {
    font-size: 17px;
    line-height: 1.2;
    padding: 10px 15px;
    border-left: 5px solid #000;
  }
}

.title-block2 h3 span {
  font-size: 45%;
  font-weight: normal;
  letter-spacing: 2px;
}

.title-block2 p {
  margin: 0;
  line-height: 1.7;
}

.vmin {
  font-size: 1.75vmin;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .vmin {
    font-size: 2vmin;
  }
}

@media (max-width: 480px) {
  .vmin {
    font-size: 2.5vmin;
  }
}

.vmin .button2 a {
  padding: 6px;
}

/* Form用　*/
.contact input {
  padding: 0.4em 0.8em;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background-color: #FFF;
}

.contact .form-text {
  appearance: none;
  background-color: #FFF;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

.contact .form-text:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

.contact textarea {
  appearance: none;
  background-color: #FFF;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 100px;
}

.contact textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

.contact select {
  appearance: none;
  background: transparent url(../../img2/form-css-arrow.png) no-repeat center right 8px/16px 16px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

.contact select::-ms-expand {
  display: none;
}

.contact select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

.contact .submit {
  background-color: black;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 1em;
  padding: 0.6em 2em;
  text-decoration: none;
}

.contact .submit:hover {
  outline: none;
}

.contact .submit:focus {
  outline: none;
}

.contact .submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.lang select {
  /* styling */
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 2px 1.5em 2px 2px;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 10px) calc(0.5em + 2px), calc(100% - 5px) calc(0.5em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.lang select:hover {
  cursor: pointer;
  color: #000;
  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%);
}

.lang select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
header {
  color: #1D1D1D;
  width: 100%;
  padding: 0;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.c_head {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.c_head .logo {
  padding: 5px 10px;
  text-align: left;
  font-size: 36px;
  letter-spacing: 4px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .c_head .logo {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .c_head .logo {
    font-size: 24px;
    letter-spacing: 2px;
    padding: 5px;
  }
}

.c_head .logo a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.c_head .logo img {
  max-width: 320px;
}

@media (max-width: 768px) {
  .c_head .logo img {
    max-width: 260px;
  }
}

.c_head nav {
  display: flex;
}

.c_head .h-nav {
  display: flex;
  margin-left: auto;
  justify-content: space-between;
  font-size: 90%;
  font-weight: bold;
}

.c_head .h-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c_head .h-nav ul.c-nav {
  padding: 0 10px;
}

.c_head .h-nav ul li {
  margin: 0;
  align-items: center;
  white-space: nowrap;
  height: 54px;
  position: relative;
}

.c_head .h-nav ul li::before {
  position: absolute;
  top: 18px;
  right: 0;
  content: '';
  width: 1px;
  height: 15px;
  background: #ccc;
}

.c_head .h-nav ul li a.under-line {
  color: #000;
  padding: 0 1em;
  display: flex;
  align-items: center;
  height: 54px;
  position: relative;
  text-decoration: none;
}

.c_head .h-nav ul li a.under-line:hover {
  color: #000;
}

.c_head .h-nav ul li a.under-line::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.c_head .h-nav ul li a.under-line:hover::after {
  transform: scale(1, 1);
}

.c_head .h-nav ul li.crt a {
  color: #000;
  padding: 0 1.5em;
}

.c_head .h-nav ul li.crt a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #000;
  transform: scale(1, 1);
}

.c_head .h-nav ul li.crt .subnav a {
  color: #FFF;
}

.c_head .h-nav ul li.no-link {
  color: #AFAFAF;
}

.c_head .h-nav a {
  text-decoration: none;
  color: #000;
}

.c_head .h-nav a:hover {
  color: #41B25D;
}

.c_head .h-nav div {
  display: flex;
  align-items: center;
}

.c_head .h-nav div.lang {
  padding: 0 10px;
  color: #666;
  font-size: 80%;
}

.c_head .h-nav div.bn-contact {
  background: #000;
  white-space: nowrap;
}

.c_head .h-nav div.bn-contact a {
  color: #FFF;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
}

li.submenu .submenu-block {
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  position: fixed;
  top: 60px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 40px 0 40px;
  background: rgba(77, 77, 77, 0.95);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

li.submenu .submenu-block .subnav {
  margin: 0 auto;
  max-width: 1160px;
}

li.submenu .submenu-block .subnav a {
  color: #FFF;
  transition: all .3s;
  margin-bottom: 1em;
  width: 100%;
  display: flex;
  flex-direction: column;
}

li.submenu .submenu-block .subnav a:hover {
  opacity: .6;
}

li.submenu .submenu-block .subnav .w75 {
  width: 75%;
}

li.submenu .submenu-block .subnav .w25 {
  width: 25%;
  margin-bottom: auto;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

li.submenu .submenu-block .subnav .w25 .btn {
  width: 95%;
  margin: 5px 0;
  text-align: center;
}

li.submenu .submenu-block .subnav .w25 .btn a {
  display: block;
  color: #000;
  padding: 1em 0;
  margin-bottom: 0;
  background: #EEF4FA;
  border-radius: 3px;
}

li.submenu:hover .submenu-block {
  top: 60px;
  visibility: visible;
  opacity: 1;
  flex: wrap;
  display: flex;
  justify-content: space-between;
}

.selectWrap {
  width: 100%;
  position: relative;
  display: inline-block;
}

.selectWrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
}

select::-ms-expand {
  display: none;
}

/*menu*/
.menu-nav {
  background: #000;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  font-size: 13px;
  transition: all .3s;
  display: none;
}

.menu-nav:hover {
  cursor: pointer;
  background: #2E3192;
}

.menu {
  height: 20px;
  position: absolute;
  right: 18px;
  top: 20px;
  width: 25px;
  z-index: 99;
}

.menu__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 100%;
}

.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
}

.menu__line--center {
  top: 9px;
}

.menu__line--center.active {
  transform: scaleX(0);
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
}

@media (max-width: 1024px) {
  .c_head .h-nav {
    display: flex;
  }

  .c_head .menu-nav {
    display: none;
  }
}

@media (max-width: 960px) {
  .c_head .h-nav {
    display: none;
  }

  .c_head .menu-nav {
    display: flex;
  }
}

@media (max-width: 480px) {
  .c_head .h-nav {
    display: none;
  }

  .c_head .menu-nav {
    display: flex;
  }
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #4D4D4D;
}

footer .webcatalog {
  background: url("../../img2/f-webcatalog-bg.jpg") no-repeat center center #231815;
  background-size: 100% auto;
  color: #FFF;
  position: fixed;
  z-index: 9990;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 480px) {
  footer .webcatalog {
    background-size: auto 100%;
  }
}

footer .webcatalog .webcatalog-inner {
  max-width: 1160px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

@media (max-width: 480px) {
  footer .webcatalog .webcatalog-inner {
    flex-direction: column;
    padding: 1em 0;
  }
}

footer .webcatalog .webcatalog-inner .text-catalog {
  width: 65%;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 768px) {
  footer .webcatalog .webcatalog-inner .text-catalog {
    width: 47%;
    font-size: 85%;
  }
}

@media (max-width: 480px) {
  footer .webcatalog .webcatalog-inner .text-catalog {
    width: 100%;
  }
}

footer .webcatalog .webcatalog-inner .text-catalog br {
  display: none;
}

@media (max-width: 768px) {
  footer .webcatalog .webcatalog-inner .text-catalog br {
    display: block;
  }
}

footer .webcatalog .webcatalog-inner .bt-catalog {
  display: flex;
  align-items: center;
  font-size: 1.7vw;
  font-weight: bold;
  white-space: nowrap;
}

@media (max-width: 480px) {
  footer .webcatalog .webcatalog-inner .bt-catalog {
    font-size: 3vw;
  }
}

footer .webcatalog .webcatalog-inner .bt-catalog a {
  background: #2E3192;
  color: #FFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("../../img2/bn-webcatalog-bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 1em 0;
}

@media (max-width: 480px) {
  footer .webcatalog .webcatalog-inner .bt-catalog a {
    padding: .5em 0;
    margin: .5em 0;
  }
}

footer .webcatalog .webcatalog-inner .bt-catalog a img {
  max-width: 60px;
  margin: 0 1em;
}

@media (max-width: 768px) {
  footer .webcatalog .webcatalog-inner .bt-catalog a img {
    max-width: 40px;
  }
}

footer .webcatalog .webcatalog-inner .bt-catalog a .icon-link01 {
  max-width: 60px;
  padding: 0 1em;
}

footer .f-nav {
  max-width: 1160px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 1em;
  padding: 2em 0;
  position: relative;
  z-index: 12;
  color: #FFF;
}

@media (max-width: 480px) {
  footer .f-nav {
    width: calc(100% - 20px);
    display: none;
  }
}

footer .f-nav .row .col-5 {
  width: 20%;
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  footer .f-nav .row .col-5 {
    width: 50%;
  }
}

@media (max-width: 480px) {
  footer .f-nav .row .col-5 {
    width: 50%;
  }
}

footer .f-nav a {
  color: #FFF;
  text-decoration: none;
  display: block;
}

footer .f-nav a:hover {
  color: #FFF;
}

footer .f-nav .f-nav-list {
  margin: .5em 0;
}

footer .f-nav .f-nav-list a {
  color: #999999;
}

footer .f-nav .f-nav-list a:hover {
  color: #FFF;
}

footer .f-nav2 {
  max-width: 1160px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 1em;
  padding: 2em 0;
  position: relative;
  z-index: 12;
}

footer .f-nav2 .row .col-4 {
  width: 25%;
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  footer .f-nav2 .row .col-4 {
    width: 50%;
  }
}

@media (max-width: 480px) {
  footer .f-nav2 .row .col-4 {
    width: 100%;
  }
}

footer .f-nav2 .row .col-4 img {
  width: 90%;
}

@media (max-width: 480px) {
  footer .f-nav2 .row .col-4 img {
    width: 100%;
    margin: .5em auto;
  }
}

footer .copyright {
  width: 100%;
  font-size: 13px;
  text-align: center;
  padding: 1.2em 1em;
  color: #FFF;
  background: #333333;
  position: relative;
  z-index: 11;
}

footer .copyright .row {
  max-width: 1200px;
  margin: 0 auto;
}

footer .copyright .row .col-2 {
  text-align: left;
}

footer .copyright .row .col-2:nth-of-type(2) {
  text-align: right;
}

@media (max-width: 768px) {
  footer .copyright .row .col-2 {
    text-align: center;
    width: 100%;
  }

  footer .copyright .row .col-2:nth-of-type(2) {
    text-align: center;
  }
}

@media (max-width: 480px) {
  footer .copyright {
    font-size: 70%;
  }
}

.btn_waku2 {
  width: 100%;
  font-size: 120%;
  position: relative;
  overflow: hidden;
  background: #FFF;
  border: 1px solid #E55927;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}

.btn_waku2:hover {
  background: #E55927;
}

.btn_waku2 a {
  display: block;
  width: 100%;
  padding: 1em;
  color: #41B25D;
}

.btn_waku2 a:hover {
  color: #FFFFFF;
}

/* page-top */
#page-top {
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 9999;
}

#page-top .pagetop {
  margin-top: 2em;
  margin-left: auto;
  width: 50px;
  height: 50px;
}

#page-top .pagetop span {
  font-size: 20px;
}

#page-top .pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #FFF;
  text-decoration: none;
  background: #2E3192;
  background-size: cover;
  transition: all .5s;
}

#page-top .pagetop a:hover {
  background: #1D1D1D;
}

.form-footer {
  text-align: center;
  font-size: 80%;
}

.form-footer a {
  color: #999;
  text-decoration: none;
}

/*----------------------------------------------------
	nav
----------------------------------------------------*/
.gnav {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  overflow-y: scroll;
}

.gnav .row {
  height: 100%;
  display: flex;
  margin: 0 auto;
  max-width: 960px;
}

.gnav section {
  padding: 1em 0;
  padding-top: 50px;
  padding-bottom: 0;
  line-height: 1;
  width: 100%;
}

.gnav section .social-btn {
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.5em auto 3em auto;
}

.gnav section .social-btn li {
  margin: 0 0.5em;
}

.gnav-list {
  padding: 0.5em 0;
  margin-bottom: 1em;
  width: 100%;
}

.gnav-list li {
  margin: 0;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #333;
  background: rgba(0, 0, 0, 0.9);
}

.gnav-list li.no-link {
  padding: 1.5em 0;
}

.gnav-list li .second_nav_bn {
  color: #FFF;
  display: block;
  position: relative;
  padding: 1.5em;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
  transition: transform .3s;
  cursor: pointer;
}

.gnav-list li .second_nav_bn:hover {
  background-color: #2E3192;
  text-decoration: none;
}

.gnav-list li .second_nav_bn::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 4px;
  background: #FFF;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}

.gnav-list li .second_nav_bn::before {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 4px;
  background: #FFF;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.gnav-list li .second_nav_bn.active::after {
  transform: rotate(0);
  transition: 0.3s;
}

.gnav-list li a {
  color: #FFF;
  display: block;
  padding: 1.5em;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
  transition: transform .3s;
}

.gnav-list li a:hover {
  background-color: #2E3192;
  text-decoration: none;
}

.gnav-list li .second_nav {
  border: none;
  width: 100%;
  background: #2D2D2D;
  padding: .5em 0;
}

.gnav-list li .second_nav li {
  border: none;
  width: 49%;
  display: inline-block;
  background: none;
}

.gnav-list li .second_nav a {
  padding: 1em 1.5em;
  font-weight: normal;
}

.gnav-list li .second_nav a:hover {
  background: none;
  text-decoration: none;
}

/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
.home-first {
  height: calc(100% - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}

@media (max-width: 480px) {
  .home-first {
    height: calc(100% - 80px);
  }
}

.home-first .swiper-container_main {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 99;
  overflow: hidden;
}

@media (max-width: 480px) {
  .home-first .swiper-container_main {
    height: 300px;
  }
}

.home-first .swiper-container_main .swiper-wrapper {
  width: 100%;
  margin: 0;
  position: relative;
}

@media (max-width: 768px) {
  .home-first .swiper-container_main .swiper-wrapper {
    margin: 0;
  }
}

.home-first .swiper-container_main .swiper-wrapper li {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  text-align: center;
  background: url("") no-repeat center center;
  background-size: cover;
}

.home-first .swiper-container_main .swiper-wrapper li.bg01 {
  background-image: url("../../img2/home-img01bg.jpg");
}

.home-first .swiper-container_main .swiper-wrapper li.bg02 {
  background-image: url("../../img2/home-img02bg.jpg");
}

.home-first .swiper-container_main .swiper-wrapper li.bg03 {
  background-image: url("../../img2/home-img03bg.jpg");
}

.home-button {
  text-align: center;
  font-weight: bold;
  margin: 1em auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.2s linear;
  width: 90%;
  max-width: 501px;
}

.home-button span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.home-button a {
  background: none;
  display: block;
  text-decoration: none;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 6px 5px;
}

.home-button a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
}

.home-button a:hover {
  color: #000;
}

.home-button a:hover::after {
  left: 0;
  background-color: #FFF;
}

.home-news {
  width: 100%;
  height: auto;
  background: #E6E6E6;
  position: relative;
  z-index: 12;
}

.home-news_inner {
  padding: .75em 1.5em;
  margin: 0 auto;
  max-width: 1200px;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  /*news*/
}

@media (max-width: 480px) {
  .home-news_inner {
    margin-bottom: 20px;
  }
}

.home-news_inner .news-list-bn {
  position: absolute;
  z-index: 9999;
  right: 25px;
  font-size: 85%;
}

@media (max-width: 768px) {
  .home-news_inner .news-list-bn {
    right: 10px;
  }
}

.home-news_inner .news-list-bn a {
  text-decoration: none;
  color: #000;
  display: block;
  background: #E6E6E6;
  padding: 0 .5em;
  border: 1px solid #000;
  border-radius: 3px;
  transition: transform .3s;
}

.home-news_inner .news-list-bn a:hover {
  background: #FFF;
}

.home-news_inner .swiper-container {
  width: 100%;
  height: auto;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}

.home-news_inner .swiper-container .swiper-wrapper {
  width: 100%;
  margin: 0 10px;
  position: relative;
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .home-news_inner .swiper-container .swiper-wrapper {
    margin: 0;
  }
}

.home-news_inner .swiper-container .swiper-wrapper li {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-right: 80px;
}

.home-news_inner .swiper-container .swiper-wrapper li h4 {
  font-weight: normal;
}

@media (max-width: 768px) {
  .home-news_inner .swiper-container .swiper-wrapper li {
    flex-wrap: wrap;
  }
}

.home-news_inner .swiper-container .swiper-wrapper li .date {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .home-news_inner .swiper-container .swiper-wrapper li .date {
    width: 100%;
    flex-wrap: wrap;
  }
}

.home-news_inner .swiper-container .swiper-wrapper li .icon {
  flex-wrap: nowrap;
}

.home-news_inner .swiper-container .swiper-wrapper li h4 {
  font-size: 100%;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .home-news_inner .swiper-container .swiper-wrapper li h4 {
    margin: 0;
  }
}

.row-bn {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

.row-bn .col-3 {
  width: calc((100% - 0%) / 3);
}

.row-bn .col-3 {
  font-size: 85%;
  width: calc((100% / 3) - .01px);
}

.row-bn .col-4 {
  width: calc((100% - 0%) / 4);
}

.row-bn .col-4 {
  font-size: 85%;
  width: calc((100% / 4) - .01px);
}

@media (max-width: 768px) {
  .row-bn .col-3 {
    width: calc((100% - 0%) / 2);
  }

  .row-bn .col-4 {
    width: calc((100% - 0%) / 2);
  }
}

@media (max-width: 480px) {
  .row-bn .col-3 {
    width: calc((100% - 0%) / 1);
  }

  .row-bn .col-4 {
    width: calc((100% - 0%) / 1);
  }
}

.tenjikai-bn {
  border: 1px solid #CCC;
  border-left: 8px solid #4D4D4D;
  background: url("../../img2/tenjikai-bg.jpg") no-repeat right center #FFF;
  background-size: 50%;
}

.tenjikai-bn h5 {
  padding: 1em 1.5em;
}

.inner-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform .3s;
  transform: scale(1);
}

.inner-block.service .img-block {
  transition: transform .3s;
  transform: scale(1);
}

.inner-block.service .img-block:hover {
  transform: scale(1.2);
}

.inner-block span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #FFF;
  opacity: .6;
  transition: transform .3s;
  transform: scale(1.4);
}

.inner-block:hover span {
  border-width: 15px;
  transform: scale(1);
}

.inner-block a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
}

.inner-block.product-bg01 {
  background-image: url("../../img2/product-img01.jpg");
}

.inner-block.product-bg02 {
  background-image: url("../../img2/product-img02.jpg");
}

.inner-block.product-bg03 {
  background-image: url("../../img2/product-img03.jpg");
}

.inner-block.product-bg04 {
  background-image: url("../../img2/product-img04.jpg");
}

.inner-block.product-bg05 {
  background-image: url("../../img2/product-img05.jpg");
}

.inner-block.product-bg06 {
  background-image: url("../../img2/product-img06.jpg");
}

.pickup-title {
  overflow: hidden;
  text-align: left;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 180%;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: .5em;
}

.pickup-title span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em 0 0;
  padding: 0 1em 0 0;
  text-align: left;
}

.pickup-title span::before {
  position: absolute;
  top: 50%;
  content: '';
  width: 1000%;
  height: 1px;
  background-color: #ccc;
  left: 100%;
}

.service .col-3 {
  margin-bottom: 1em;
}

.service .col-3 img {
  width: 100%;
}

.service h5 {
  margin: .25em 0;
}

.service p {
  line-height: 1.5;
}

.global {
  background: url("../../img2/global-bg.png") no-repeat center center;
  background-size: 100% auto;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .global {
    min-height: 400px;
  }
}

@media (max-width: 480px) {
  .global {
    min-height: 320px;
    background: url("../../img2/global-bg_sp.png") no-repeat center center;
    background-size: 100% auto;
  }
}

.global .global-btn {
  margin-top: auto;
  font-weight: bold;
}

.global .global-btn a {
  background: #333;
  color: #FFF;
  text-decoration: none;
  padding: 0 3em;
  width: 310px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .3s;
}

@media (max-width: 480px) {
  .global .global-btn a {
    width: 100%;
  }
}

.global .global-btn a:hover {
  background: #666;
}

/*----------------------------------------------------
	ページ
----------------------------------------------------*/
.page-img {
  display: flex;
  align-items: center;
  padding: 1em;
  height: 278px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-color: #333;
  position: relative;
  z-index: 99;
}

@media (max-width: 768px) {
  .page-img {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .page-img {
    height: 120px;
  }
}

.page-img.page01 {
  background-image: url("../../img2/page-bg01.jpg");
}

.page-img.page02 {
  background-image: url("../../img2/page-bg02.jpg");
}

.page-img.services {
  background-image: url("../../img2/services-bg.jpg");
}

.page-img.csr {
  background-image: url("../../img2/csr-bg.jpg");
}

.page-img.order {
  background-image: url("../../img2/order-bg.jpg");
}

.page-img.company {
  background-image: url("../../img2/company-bg.jpg");
}

.page-img.history {
  background-image: url("../../img2/history-bg.jpg");
}

.page-img.organization {
  background-image: url("../../img2/organization-bg.jpg");
}

.page-img.recruit {
  background-image: url("../../img2/recruit-bg.jpg");
}

.page-img.locations {
  background-image: url("../../img2/locations-bg.jpg");
}

.page-img.other {
  background-image: url("../../img2/other-bg.jpg");
}

.page-img.contact {
  background-image: url("../../img2/contact-bg.jpg");
}

.page-img.product01 {
  background-image: url("../../img2/product-bg01.jpg");
}

.page-img.product02 {
  background-image: url("../../img2/product-bg02.jpg");
}

.page-img.product03 {
  background-image: url("../../img2/product-bg03.jpg");
}

.page-img.product04 {
  background-image: url("../../img2/product-bg04.jpg");
}

.page-img.product05 {
  background-image: url("../../img2/product-bg05.jpg");
}

.page-img.product06 {
  background-image: url("../../img2/product-bg06.jpg");
}

.topic-path {
  font-size: 80%;
  text-align: right;
  padding: 0 1em;
  margin-bottom: 1em;
}

.topic-path a {
  text-decoration: none;
}

.col-main {
  width: 70%;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .col-main {
    width: 100%;
    order: 2;
  }
}

.col-sub_nav {
  width: 25%;
  width: calc(25% - 1px);
}

@media (max-width: 768px) {
  .col-sub_nav {
    display: none;
    width: 100%;
    order: 1;
  }
}

.col-sub_nav h3 {
  font-size: 100%;
  background: #000;
  color: #FFF;
  padding: 1em;
  margin: 0;
}

.col-sub_nav ul {
  margin-bottom: 1em;
}

.col-sub_nav ul.bn li {
  margin-bottom: 1em;
  text-align: center;
  font-size: 90%;
}

.col-sub_nav ul.bn li p {
  padding: .5em;
}

.col-sub_nav ul li {
  padding: 0;
  border-bottom: 1px solid rgba(192, 192, 192, 0.3);
}

.col-text {
  width: 38%;
}

@media (max-width: 768px) {
  .col-text {
    width: 100%;
  }
}

.col-text p {
  line-height: 1.5;
}

.col-img {
  width: 60%;
}

@media (max-width: 768px) {
  .col-img {
    width: 100%;
  }
}

.page-catch {
  font-size: 120%;
  font-weight: bold;
}

.cate-nav {
  background: #F0F0F0;
  padding: 2em 1em;
}

#topics section {
  border-bottom: 1px dotted #000;
}

#topics .title-area {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding: 1em 5px;
}

#topics .title-area h4 {
  font-weight: normal;
}

@media (max-width: 768px) {
  #topics .title-area {
    flex-wrap: wrap;
  }
}

#topics .title-area .date {
  white-space: nowrap;
}

@media (max-width: 768px) {
  #topics .title-area .date {
    width: 100%;
    flex-wrap: wrap;
  }
}

#topics .title-area .icon {
  flex-wrap: nowrap;
}

#topics .title-area h4 {
  font-size: 100%;
  margin: 0 10px;
}

@media (max-width: 768px) {
  #topics .title-area h4 {
    margin: 0;
  }
}

.number {
  position: relative;
  padding-left: 70px;
}

@media (max-width: 480px) {
  .number {
    padding-left: 50px;
  }
}

.number:before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  font-size: 150%;
  font-weight: bold;
  color: #FFF;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em;
  /*余白*/
  background: #666;
}

@media (max-width: 480px) {
  .number:before {
    width: 40px;
    height: 40px;
  }
}

.number.no01:before {
  content: '1';
}

.number.no02:before {
  content: '2';
}

.number.no03:before {
  content: '3';
}

.number.no04:before {
  content: '4';
}

.number span {
  font-size: 80%;
}

.bg-gray {
  background: #F0F0F0;
  padding: 1.5em 2em 1em;
}

.bg-border {
  border: 1px solid #CCC;
  padding: 2em;
  background: #FFF;
}

.border {
  border: 1px solid #CCC;
}

.history p {
  font-size: 90%;
  line-height: 1.8;
  padding-left: 2em;
}

@media (max-width: 480px) {
  .history p {
    padding-left: 0;
  }
}

.col-3a {
  width: 33.3333%;
}

.col-3a img {
  border: 1px solid #CCC;
}

@media (max-width: 768px) {
  .col-3a {
    width: 100%;
  }
}

.col-3b {
  width: 66.6666%;
}

@media (max-width: 768px) {
  .col-3b {
    width: 100%;
  }
}

.red {
  color: red;
}

@media (max-width: 480px) {
  .row-list.v2 .col-4 {
    width: calc((100% - 2%) / 2);
  }
}

.row-location {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

.row-location .col-2 {
  width: calc((100% - 0%) / 2);
}

.row-location .col-2 {
  font-size: 85%;
}

.row-location .col-2:first-child {
  border: 1px solid #CCC;
  border-right: none;
}

@media (max-width: 768px) {
  .row-location .col-2:first-child {
    border-right: 1px solid #CCC;
    border-bottom: none;
  }
}

.row-location .table-block {
  margin-bottom: 0;
}

.row-location .table-block td {
  padding: 1.25em 1.5em;
}

@media (max-width: 768px) {
  .row-location .col-2 {
    width: calc((100% - 0%) / 1);
  }
}

.post img {
  height: auto;
  margin: .5em;
}