@charset "UTF-8";
h2.mail.title {
  display: none !important;
}

.center {
  text-align: center;
}

.allwrap2 {
  background: #fff;
}

.allwrap {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  z-index: 4;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::selection {
  background-color: rgba(5, 74, 200, 0.7);
}

.pcnone {
  display: none;
}

@media screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

.disnone {
  display: none;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.inner2 {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  z-index: 3;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    margin-top: 80px;
  }
}

#contents {
  width: 100%;
  max-width: 1200px;
}

@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 80px;
  }
}

#main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-align: start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-direction: row-reverse;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse;
  width: 100%;
}

@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}

#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  display: none;
}

#col_side1 img {
  width: 100%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}

.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

header#global_header {
  border-top: 5px solid #054ac8;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 834px) {
  header#global_header {
    padding-top: 60px;
    border-top: 0;
  }
}

.bgh {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#hednav {
  display: none;
}

@media screen and (max-width: 834px) {
  #hednav {
    display: block;
  }
}

.header {
  position: relative;
  z-index: 10;
  background: white;
}

.header .hedwrap {
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .header .hedwrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

.header .hedwrap > p {
  max-width: 1200px;
  margin: 5px auto;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 834px) {
  .header .hedwrap > p {
    display: none;
  }
}

.header .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  padding: 15px 0;
}

@media only screen and (max-width: 1800px) {
  .header .inner {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 834px) {
  .header .inner {
    padding: 0 0 0 10px;
    padding-right: 61px !important;
  }
}

.header .flxL {
  width: 48%;
}

@media screen and (max-width: 834px) {
  .header .flxL {
    width: 35%;
  }
}

@media screen and (max-width: 640px) {
  .header .flxL {
    width: 50%;
    height: 60px;
  }
}

.header .flxL a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
  height: 100%;
}

.header .flxR {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: end;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
  width: 48%;
}

@media screen and (max-width: 834px) {
  .header .flxR {
    width: 65%;
  }
}

@media screen and (max-width: 640px) {
  .header .flxR {
    width: 160px;
  }
}

.header .flxR .subnav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
}

@media screen and (max-width: 640px) {
  .header .flxR .subnav {
    display: none;
  }
}

.header .flxR .subnav div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
}

@media screen and (max-width: 834px) {
  .header .flxR .subnav .tel2 {
    margin-right: 1px;
  }
}

.header .flxR .subnav .tel2 a {
  line-height: 1;
  display: block;
}

@media screen and (max-width: 834px) {
  .header .flxR .subnav .tel2 a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #fff;
    background: #054ac8;
    font-size: 2.5rem;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
  }
}

@media screen and (max-width: 834px) {
  .header .flxR .subnav .tel2 a:hover {
    background: #0585c8;
  }
}

.header .flxR .subnav .tel2 i {
  display: none;
}

@media screen and (max-width: 834px) {
  .header .flxR .subnav .tel2 i {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .header .flxR .subnav .tel2 span {
    display: none;
  }
}

.header .flxR .subnav .cont2 {
  margin-right: 15px;
}

@media screen and (max-width: 834px) {
  .header .flxR .subnav .cont2 {
    margin-right: 1px;
  }
}

.header .flxR .subnav .cont2 a {
  font-weight: 700;
  border-radius: 10px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  background: #054ac8;
  padding: 15px 20px;
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 1000px) {
  .header .flxR .subnav .cont2 a {
    font-size: 2.5rem;
    border-radius: 0;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
  }
}

.header .flxR .subnav .cont2 a:hover {
  background: #0585c8;
}

.header .flxR .subnav .cont2 a span {
  line-height: 1;
}

@media only screen and (max-width: 1000px) {
  .header .flxR .subnav .cont2 a span {
    display: none;
  }
}

.header .flxR .subnav .cont2 a i {
  margin-right: 7px;
}

@media only screen and (max-width: 1000px) {
  .header .flxR .subnav .cont2 a i {
    margin-right: 0;
  }
}

.header .flxR .subnav .cont a {
  font-weight: 700;
  border-radius: 10px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  background: #907e59;
  padding: 15px 20px;
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (max-width: 834px) {
  .header .flxR .subnav .cont a {
    font-size: 2.5rem;
    border-radius: 0;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    background: #054ac8;
  }
}

.header .flxR .subnav .cont a:hover {
  background: #bb9f65;
}

@media screen and (max-width: 834px) {
  .header .flxR .subnav .cont a:hover {
    background: #0585c8;
  }
}

.header .flxR .subnav .cont a span {
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .header .flxR .subnav .cont a span {
    display: none;
  }
}

.header .flxR .subnav .cont a i {
  margin-right: 7px;
}

@media screen and (max-width: 834px) {
  .header .flxR .subnav .cont a i {
    margin-right: 0;
  }
}

#nav_global .nav-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #054ac8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.clonenav {
  position: relative;
  z-index: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f7f7f7;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .clonenav {
    padding: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  .clonenav {
    display: none;
  }
}

.clonenav > ul {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .clonenav > ul > .bp1200none {
    display: none;
  }
}

.clonenav > ul > li {
  -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      flex-grow: 1;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.clonenav > ul > li:before {
  content: "";
  width: 1px;
  height: 40px;
  background: #ccc;
  display: block;
}

.clonenav > ul > li:last-child:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #ccc;
  display: block;
}

.clonenav > ul > li > a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-weight: 700;
  line-height: 1;
  color: #333;
  width: 100%;
  padding: 25px 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
}

.clonenav > ul > li > p {
  width: 100%;
}

.clonenav > ul > li > p a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  line-height: 1;
  font-weight: 700;
  color: #333;
  padding: 25px 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
}

.clonenav > ul > li > ul {
  z-index: 1;
  position: absolute;
  top: 66px;
  width: 150%;
  left: -25%;
}

.clonenav > ul > li > ul > li {
  position: relative;
}

.clonenav > ul > li > ul > li > a {
  font-size: 13px;
  font-size: 1.3rem;
  background: rgba(144, 126, 89, 0.8);
  padding: 15px 10px;
  color: #fff;
  height: auto;
  display: block;
}

.clonenav > ul > li > ul > li > a:hover {
  background: rgba(187, 159, 101, 0.8);
}

.clonenav > ul > li > ul > li > p {
  cursor: pointer;
  font-size: 13px;
  font-size: 1.3rem;
  background: rgba(144, 126, 89, 0.8);
  padding: 15px 10px;
  color: #fff;
  height: auto;
  display: block;
}

.clonenav > ul > li > ul > li > p:hover {
  background: rgba(187, 159, 101, 0.8);
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

.global-menu-btn {
  position: relative;
  cursor: pointer;
  height: 100%;
  width: 43px;
  font-size: 13px;
  font-size: 1.3rem;
  z-index: 11;
  line-height: 1;
  -webkit-transition: 1s;
  transition: 1s;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
  background: #907e59;
}

@media screen and (max-width: 834px) {
  .global-menu-btn {
    width: 60px;
  }
}

.global-menu-btn .menu-trigger {
  position: relative;
  width: 16px;
  height: 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
}

.global-menu-btn .menu-trigger i {
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
}

.global-menu-btn .menu-trigger i:nth-child(1) {
  top: 0;
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}

.global-menu-btn .menu-trigger i:nth-child(2) {
  top: 7px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.global-menu-btn .menu-trigger i:nth-child(3) {
  bottom: 0;
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}

.navdamy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sp-img {
  margin: 10px auto;
}

#hednav {
  position: fixed;
  top: 15px;
  right: 15px;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
  height: 43px;
  width: 43px;
  z-index: 14;
}

@media screen and (max-width: 834px) {
  #hednav {
    height: 60px;
    width: 60px;
    top: 0;
    right: 0;
  }
}

#hednav .wrap {
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  background: rgba(0, 0, 0, 0.8) !important;
  display: block !important;
  position: fixed;
  width: 100% !important;
  height: 100%;
  top: 0;
  right: 0;
}

#hednav .wrap .navwrap {
  display: block !important;
  background: #f1f1f1;
  width: 40%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-left: auto;
  -webkit-transform: translateX(240%);
  transform: translateX(240%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 61px;
}

@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap {
    width: 70%;
  }
}

#hednav .wrap .navwrap #nav_global {
  width: 100%;
  margin-top: 0 !important;
  background: none;
}

#hednav .wrap .navwrap #nav_global > ul {
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
  margin: 0 auto;
}

#hednav .wrap .navwrap #nav_global > ul .pcnone {
  display: block !important;
}

#hednav .wrap .navwrap #nav_global > ul > li {
  text-align: left;
  position: relative;
  width: 100%;
  border-bottom: solid 1px #ccc;
}

#hednav .wrap .navwrap #nav_global > ul > li.spnone {
  display: block !important;
}

#hednav .wrap .navwrap #nav_global > ul > li > a {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  height: 70px;
  line-height: 1;
  color: #000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
  padding: 10px 30px !important;
}

@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap #nav_global > ul > li > a {
    font-size: 1.5rem;
  }
}

#hednav .wrap .navwrap #nav_global > ul > li > a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #fff;
  background: #bb9f65 !important;
}

#hednav .wrap .navwrap #nav_global > ul > li > p {
  height: 70px;
  line-height: 1;
}

#hednav .wrap .navwrap #nav_global > ul > li > p a {
  font-weight: 700;
  height: 100%;
  color: #000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
  padding: 10px 30px !important;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap #nav_global > ul > li > p a {
    font-size: 1.5rem;
  }
}

#hednav .wrap .navwrap #nav_global > ul > li > p:hover {
  background: #bb9f65 !important;
}

#hednav .wrap .navwrap #nav_global > ul > li > p:hover a {
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#hednav .wrap .navwrap #nav_global > ul > li > p:after {
  font-weight: 100;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  width: 70px;
  height: 70px;
  font-size: 23px;
  font-size: 2.3rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
  background: #907e59;
  z-index: 1;
  color: #fff;
}

#hednav .wrap .navwrap #nav_global > ul > li > p.open:after {
  content: "\f00d";
}

#hednav .wrap .navwrap #nav_global > ul > li ul {
  display: block;
  width: 100%;
  position: relative;
  background: none;
  background: #054ac8;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li:not(:last-child) a {
  border-bottom: 1px dashed #fff;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li a {
  padding: 20px 30px !important;
  font-size: 12px;
  font-size: 1.2rem;
  background: #054ac8;
  color: #fff;
  font-weight: 400;
  display: block;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li a:hover {
  background: #0585c8;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li > p {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  height: 70px;
  line-height: 1;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
  padding: 10px 30px !important;
}

@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap #nav_global > ul > li ul li > p {
    font-size: 1.5rem;
  }
}

#hednav .wrap .navwrap #nav_global > ul > li ul li > p:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #fff;
  background: #0585c8 !important;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li > p span {
  margin-top: 7px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap #nav_global > ul > li ul li > p span {
    font-size: 1.2rem;
  }
}

#hednav .wrap .navwrap #nav_global > ul > li ul li > p:after {
  font-weight: 100;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  width: 70px;
  height: 70px;
  font-size: 23px;
  font-size: 2.3rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
  background: #054ac8;
  z-index: 1;
  color: #fff;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li > p.open:after {
  content: "\f00d";
}

#hednav .wrap .navwrap #nav_global > ul > li ul li ul {
  background: #f7f7f7;
  padding: 15px;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li ul li a hover {
  background: #bb9f65;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li ul li:not(:last-child) a {
  border-bottom: 1px dashed #fff;
}

#hednav .wrap .navwrap #hed_info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  margin: 30px;
}

@media only screen and (max-width: 1300px) {
  #hednav .wrap .navwrap #hed_info {
    display: block;
  }
}

#hednav .wrap .navwrap #hed_info a {
  display: block;
}

#hednav .wrap .navwrap #hed_info img {
  width: 100% !important;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}

.MenuOpened {
  z-index: 13 !important;
  display: none;
  display: block;
}

.MenuOpened .global-menu-btn {
  z-index: 11;
  background: #bb9f65;
}

.MenuOpened .global-menu-btn i:nth-child(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}

.MenuOpened .global-menu-btn i:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.MenuOpened .global-menu-btn i:nth-child(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}

.MenuOpened .wrap {
  z-index: 10 !important;
  visibility: visible !important;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: rgba(0, 0, 0, 0.7) !important;
}

.MenuOpened .wrap .navwrap {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh !important;
  margin-left: auto;
}

#mainArea2 {
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  #mainArea2 {
    margin-top: 0 !important;
  }
}

#mainArea2 #local-keyvisual {
  position: relative;
}

#mainArea2 #local-keyvisual #local-keyvisual-title {
  background: rgba(5, 133, 200, 0.6);
  width: 100%;
  z-index: 1;
  position: relative;
}

#mainArea2 #local-keyvisual #local-keyvisual-title h1 {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  z-index: 1;
  position: relative;
  height: 100%;
  text-align: center;
  padding: 100px 0;
}

@media only screen and (max-width: 1200px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title h1 {
    padding: 100px 10px;
  }
}

@media screen and (max-width: 834px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title h1 {
    padding: 80px 30px;
  }
}

#mainArea2 #local-keyvisual #local-keyvisual-title h1 div {
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-size: 45px;
  font-size: 4.5rem;
}

@media screen and (max-width: 834px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title h1 div {
    font-size: 4.0rem;
  }
}

@media screen and (max-width: 834px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title h1 div {
    font-size: 3.5rem;
  }
}

#mainArea2 #local-keyvisual #local-keyvisual-title h1 div span {
  margin-top: 20px;
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
  color: #fff;
}

#mainArea2 #local-keyvisual .local-keyvisual-bg {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 1200px) {
  #mainArea2 #local-keyvisual .local-keyvisual-bg {
    margin-left: 0 !important;
  }
}

.pan1 {
  text-align: right;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 50px;
}

@media screen and (max-width: 834px) {
  .pan1 {
    display: none;
  }
}

.pan1 a {
  color: #333;
}

.pan1 ul li {
  display: inline-block;
  margin-right: 10px;
}

.pan1 ul li:nth-child(even) {
  margin-left: 10px;
}

.pan1 i {
  margin-right: 5px;
}

#mainArea {
  position: relative;
}

#mainArea .main_txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 1200px) {
  #mainArea .main_txt {
    padding: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  #mainArea .main_txt {
    padding: 0 30px;
  }
}

#mainArea .main_txt h1 {
  text-align: left;
  font-size: 45px;
  font-size: 4.5rem;
}

@media only screen and (max-width: 1200px) {
  #mainArea .main_txt h1 {
    width: 80%;
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 834px) {
  #mainArea .main_txt h1 {
    width: auto;
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .main_txt h1 {
    font-size: 2.0rem;
  }
}

#mainArea .main_txt h1 span {
  font-weight: 700;
  display: inline-block;
  background: #0585c8;
  color: #fff;
  padding: 15px;
  margin-bottom: 10px;
  line-height: 1;
}

#mainArea picture img {
  width: 100% !important;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  z-index: 1;
  position: relative;
}

footer#global_footer a {
  text-decoration: none;
}

footer#global_footer a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#footer2 {
  background: url(../images/home/bg_1.jpg) no-repeat top;
  background-size: cover;
  padding: 60px 0;
}

@media only screen and (max-width: 1200px) {
  #footer2 {
    padding: 60px 10px;
  }
}

@media screen and (max-width: 834px) {
  #footer2 {
    padding: 30px;
  }
}

#footer2 .inner {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: rgba(5, 133, 200, 0.5);
  max-width: 1200px;
  padding: 60px 10px;
  color: #fff;
}

@media screen and (max-width: 834px) {
  #footer2 .inner {
    padding: 30px;
  }
}

#footer2 .inner .txt {
  margin-bottom: 30px;
  color: #fff;
}

@media screen and (max-width: 834px) {
  #footer2 .inner .txt {
    font-size: 1.3rem;
  }
}

.totop {
  z-index: 3;
  position: fixed;
  right: 50px;
  bottom: 50px;
}

@media only screen and (max-width: 1600px) {
  .totop {
    bottom: 200px;
  }
}

@media screen and (max-width: 834px) {
  .totop {
    bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .totop {
    right: 0;
    bottom: 10px;
  }
}

#footer {
  position: relative;
  background: #f7f7f7;
  padding: 50px 0;
}

@media only screen and (max-width: 1200px) {
  #footer {
    padding: 50px 10px;
  }
}

@media screen and (max-width: 834px) {
  #footer {
    padding: 50px 30px;
  }
}

#footer .inner {
  max-width: 1200px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
}

@media screen and (max-width: 834px) {
  #footer .inner {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
  }
}

#footer .inner .flxL {
  width: 48%;
  text-align: left;
}

@media screen and (max-width: 834px) {
  #footer .inner .flxL {
    width: 100%;
    text-align: center;
  }
}

#footer .inner .flxR {
  width: 48%;
}

@media screen and (max-width: 834px) {
  #footer .inner .flxR {
    width: 100%;
  }
}

#footer .inner .flxR address {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
}

@media screen and (max-width: 834px) {
  #footer .inner .flxR address {
    margin-top: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  #footer .inner .flxR .fnav {
    display: none;
  }
}

#footer .inner .flxR .fnav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: end;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
}

@media screen and (max-width: 834px) {
  #footer .inner .flxR .fnav ul {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
}

#footer .inner .flxR .fnav ul li:first-child:before {
  content: "";
  padding: 0s;
}

#footer .inner .flxR .fnav ul li:before {
  color: #333;
  content: "/";
  padding: 0 10px;
}

@media screen and (max-width: 834px) {
  #footer .inner .flxR .fnav ul li:before {
    display: none;
  }
}

#footer .inner .flxR .fnav ul li a {
  font-size: 13px;
  font-size: 1.3rem;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  #footer .inner .flxR .fnav ul li a {
    color: #fff;
    display: block;
    width: 100%;
    padding-left: 0;
    padding: 10px;
    margin-bottom: 10px;
    background: #054ac8;
  }
}

#footer .inner .flxR .fnav ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 834px) {
  #footer .inner .flxR .fnav ul li a:hover {
    background: #0585c8;
    text-decoration: none;
  }
}

#copy {
  padding: 0 10px;
  background: #0585c8;
  font-weight: 700;
  margin: 0 auto;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 834px) {
  #copy {
    text-align: center;
    padding-top: 0;
  }
}

#copy a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

#copy a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.scroll-obj {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  .cont_01 .inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  .cont_01 .inner {
    padding: 0 30px;
  }
}

.cont_02 {
  position: relative;
  background: #0585c8;
  padding: 80px 0;
}

@media only screen and (max-width: 1200px) {
  .cont_02 {
    padding: 80px 10px;
  }
}

@media screen and (max-width: 834px) {
  .cont_02 {
    padding: 80px 30px;
  }
}

.cont_02 .inner .wrap {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 50px 50px 30px;
}

@media screen and (max-width: 834px) {
  .cont_02 .inner .wrap {
    display: block;
    padding: 30px 30px 15px;
  }
}

.cont_02 .inner .wrap .box {
  position: relative;
}

@media screen and (max-width: 834px) {
  .cont_02 .inner .wrap .box {
    margin-bottom: 30px;
  }
}

.cont_02 .inner .wrap .box a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  height: 100%;
  background: #054ac8;
}

.cont_02 .inner .wrap .box div {
  padding: 10px;
  color: #fff;
  text-align: center;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .cont_03 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  .cont_03 {
    padding: 0 30px;
  }
}

.newswrap .news {
  padding-right: 10px;
  z-index: 1;
  position: relative;
  height: 400px;
  overflow-y: auto;
}

.newswrap .news dl {
  padding: 30px 0;
  border-bottom: 1px dashed #ccc;
  display: block;
}

@media screen and (max-width: 834px) {
  .newswrap .news dl {
    padding: 30px 0;
  }
}

.newswrap .news dl:first-child {
  border-top: 1px dashed #ccc;
}

.newswrap .news dl a {
  color: #333;
}

.newswrap .news dl a:hover {
  text-decoration: underline;
}

.newswrap .news dl dt,
.newswrap .news dl dd {
  color: #333;
  padding: 0 !important;
  width: 100% !important;
  border: 0 !important;
  background-color: inherit !important;
}

.newswrap .news dl dt {
  width: 100% !important;
  padding: 0 !important;
  background-color: inherit !important;
  color: #333;
  margin-bottom: 5px;
}

.newswrap .news dl dd {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.acenter a {
  margin: 0 auto;
}

.btn._fs16 a {
  font-size: 16px;
  font-size: 1.6rem;
}

.btn._left a {
  margin-left: 0;
}

.btn._max500 a {
  max-width: 500px;
}

@media screen and (max-width: 834px) {
  .btn._max500 a {
    max-width: 100%;
  }
}

.btn._max400 a {
  max-width: 400px;
}

@media screen and (max-width: 834px) {
  .btn._max400 a {
    max-width: 100%;
  }
}

.btn._max300 a {
  max-width: 300px;
}

@media screen and (max-width: 834px) {
  .btn._max300 a {
    max-width: 100%;
  }
}

.btn a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-weight: 400;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
  background: #054ac8;
  padding: 15px 20px;
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto;
}

.btn a:hover {
  background: #0585c8;
}

.btn a i {
  margin-right: 7px;
}

.btn2._fs16 a {
  font-size: 16px;
  font-size: 1.6rem;
}

.btn2._left a {
  margin-left: 0;
}

.btn2._max500 a {
  max-width: 500px;
}

@media screen and (max-width: 834px) {
  .btn2._max500 a {
    max-width: 100%;
  }
}

.btn2._max300 a {
  max-width: 300px;
}

@media screen and (max-width: 834px) {
  .btn2._max300 a {
    max-width: 100%;
  }
}

.btn2 a {
  font-weight: 700;
  border-radius: 10px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
  background: #907e59;
  padding: 15px 20px;
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 20px;
  font-size: 2.0rem;
  margin: 0 auto;
}

.btn2 a:hover {
  background: #bb9f65;
}

.btn2 a i {
  margin-right: 7px;
}

.flex1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex1._top {
  -ms-flex-align: start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
}

.flex1._center {
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2._top {
  -ms-flex-align: start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
}

.flex2._center {
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3._top {
  -ms-flex-align: start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
}

.flex3._center {
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex4._top {
  -ms-flex-align: start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
}

.flex4._center {
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  background: rgba(5, 74, 200, 0.1);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding: 80px 0;
}

@media only screen and (max-width: 1200px) {
  .bg100 {
    padding: 80px 10px;
  }
}

@media screen and (max-width: 834px) {
  .bg100 {
    padding: 80px 30px;
  }
}

.flex2cl_01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-direction: row-reverse;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.flex2cl_01.ai_c {
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.flex2cl_01._rr {
  -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
}

@media screen and (max-width: 834px) {
  .flex2cl_01._rr {
    -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 58%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-direction: row-reverse;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
  }
}

.flex2cl_02.ai_c {
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.flex2cl_02._rr {
  -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
}

@media screen and (max-width: 834px) {
  .flex2cl_02._rr {
    -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.flex2cl_02 .flxL {
  width: 48%;
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .flxL {
    margin-bottom: 30px;
    width: 100%;
  }
}

.flex2cl_02 .flxR {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .flxR {
    width: 100%;
  }
}

.flex2cl_02 .flxR .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.flex2cl_02 .flxR .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.flex2cl_02 .flxR .img {
  width: 100%;
}

.flex2cl_02 .flxR .img img {
  width: 100% !important;
}

.flex2cl_03 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-direction: row-reverse;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_03 {
    -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.flex2cl_03._rr {
  -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
}

@media screen and (max-width: 834px) {
  .flex2cl_03._rr {
    -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.flex2cl_03 .flxL {
  width: 49%;
}

@media screen and (max-width: 834px) {
  .flex2cl_03 .flxL {
    width: 100%;
  }
}

.flex2cl_03 .flxR {
  width: 49%;
}

@media screen and (max-width: 834px) {
  .flex2cl_03 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex2cl_03 .flxR .img {
  width: 100%;
}

.flex2cl_03 .flxR .img img {
  width: 100% !important;
}

.flex2cl_04 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-direction: row-reverse;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_04 {
    -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.flex2cl_04.ai_c {
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.flex2cl_04._rr {
  -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
}

@media screen and (max-width: 834px) {
  .flex2cl_04._rr {
    -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.flex2cl_04 .flxL {
  width: 68%;
}

@media screen and (max-width: 834px) {
  .flex2cl_04 .flxL {
    width: 100%;
  }
}

.flex2cl_04 .flxR {
  width: 30%;
}

@media screen and (max-width: 834px) {
  .flex2cl_04 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex2cl_04 .flxR .img {
  width: 100%;
}

.flex2cl_04 .flxR .img img {
  width: 100% !important;
}

.flex5cl {
  border: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
  margin-left: -1.63934%;
}

@media only screen and (max-width: 1200px) {
  .flex5cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex5cl {
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    margin-left: 0;
  }
}

.flex5cl .box {
  position: relative;
  width: 18.36066%;
  margin-left: 1.63934%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .flex5cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex5cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex5cl .box img {
  width: 100% !important;
}

.flex5cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex5cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.title_01 {
  margin-bottom: 50px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.title_01._white h2 {
  color: #fff;
}

.title_01._white h2 span {
  color: #fff;
}

.title_01 h2 {
  font-weight: 700;
  color: #0585c8;
  line-height: 1;
  font-size: 35px;
  font-size: 3.5rem;
}

@media screen and (max-width: 834px) {
  .title_01 h2 {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 834px) {
  .title_01 h2 {
    font-size: 2.5rem;
  }
}

.title_01 h2 span {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  color: #222;
}

.title_02 {
  position: relative;
}

.title_02:before {
  content: "";
  height: 3px;
  width: 100%;
  background: #bbc1c7;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.title_02 article {
  position: relative;
  z-index: 1;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 20px;
  height: 35px;
  background: url(../images/contents/bg_h2.gif) no-repeat left bottom;
}

.title_02 article h3 {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.1em;
  color: #054ac8;
  margin-left: 5px;
}

.title_03 h3 {
  display: block;
  font-weight: 700;
  color: #907e59;
  line-height: 1.7em;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .title_03 h3 {
    font-size: 1.6rem;
  }
}

.title_03 h3 span {
  margin-right: 5px;
  font-size: 20px;
  font-size: 2.0rem;
  color: #fff;
  background: #bb9f65;
  padding: 0 10px;
}

.title_03 h3:after {
  content: "";
  background: #907e59;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 10px;
}

.title_04 {
  padding: 5px;
  position: relative;
  background: #f2f2f2;
}

.title_04 h2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
  padding: 10px;
  position: relative;
  font-weight: 700;
  color: #222;
  line-height: 1.7em;
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (max-width: 640px) {
  .title_04 h2 {
    font-size: 2.0rem;
  }
}

.title_04 h2:before {
  content: "";
  border-left: 5px solid #0585c8;
  height: 20px;
  margin-right: 10px;
}

.construction_01 {
  text-align: center;
  font-weight: 700;
}

.construction_01 .box {
  background: #054ac8;
}

.construction_01 a {
  color: #fff;
}

.construction_01 a img {
  -webkit-transition: 1s;
  transition: 1s;
}

.construction_01 a div {
  padding: 10px;
}

.construction_01 a:hover img {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.safety_01 {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 1px solid #ccc;
  padding: 15px;
  color: red;
}

.safety_01 div {
  font-weight: 700;
}

.safety_01 span {
  color: #333;
}

.safety_02 {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 1px solid #ccc;
  padding: 30px;
  line-height: 2em;
}

.safety_02 h2 {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  color: red;
  margin-bottom: 30px;
}

.waku {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 15px;
  background: rgba(5, 133, 200, 0.2);
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.7em;
  font-weight: 700;
}

.waku span {
  font-size: 1.3em;
}

.company_area dl:first-child dt {
  border-top: 1px solid #ccc !important;
}

.company_area dl:first-child dd {
  border-top: 1px solid #eee !important;
}

.company_area dt,
.company_area dd {
  background: none !important;
  border: none !important;
  padding: 1.5em 1em !important;
}

.company_area dt {
  border-bottom: 1px solid #ccc !important;
}

.company_area dd {
  border-bottom: 1px solid #eee !important;
}

.company_area dd .wrap {
  display: block !important;
  border: 1px solid #ccc;
  background: #f7f7f7;
  padding: 15px;
}

.company_area dd .wrap:not(:last-child) {
  margin-bottom: 30px;
}

.company_area dd .wrap .ttl {
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .company_area dl {
    border-top: 1px solid #ccc !important;
    padding-top: 15px !important;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        flex-flow: column;
  }
  .company_area dl:first-child dt {
    border-top: 0 !important;
  }
  .company_area dt {
    border-bottom: 0 !important;
    font-weight: bold;
  }
  .company_area dt,
  .company_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .company_area dd {
    padding-bottom: 15px !important;
    border-bottom: 1px solid #fff !important;
  }
}

.comp dl dt {
  min-width: 250px;
  -ms-flex-align: center !important;
      -webkit-box-align: center !important;
      -webkit-align-items: center !important;
      align-items: center !important;
  background: #f7f7f7 !important;
}

@media screen and (max-width: 640px) {
  .comp dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        flex-flow: column;
  }
  .comp dt {
    border-right: 1px solid #ccc !important;
    border-bottom: 0 !important;
    font-weight: bold;
  }
  .comp dt,
  .comp dd {
    text-align: center;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    padding: 5px !important;
    display: block;
    width: 100% !important;
    -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important;
    -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.comp2 dl dt {
  min-width: 250px;
  background: #f8f3e8 !important;
}

@media screen and (max-width: 640px) {
  .comp2 dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        flex-flow: column;
  }
  .comp2 dt {
    border-right: 1px solid #ccc !important;
    border-bottom: 0 !important;
    font-weight: bold;
  }
  .comp2 dt,
  .comp2 dd {
    text-align: center;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    padding: 5px !important;
    display: block;
    width: 100% !important;
    -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important;
    -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contact_01 {
  background: #f0f0f0;
  margin: 0 auto;
  padding: 50px;
  color: #333;
}

.contact_01 .submit_l {
  float: none !important;
}

.contact_01 .submit_r {
  float: none !important;
}

.contact_01 dl {
  margin-bottom: 40px;
  font-size: 15px;
}

.contact_01 dl:last-child {
  margin-bottom: 0;
}

.contact_01 dl dt {
  line-height: 1;
  font-size: 16px;
  max-width: 200px;
  min-width: 200px;
  width: 30% !important;
  font-weight: 700;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
  -ms-flex-pack: start !important;
      -webkit-box-pack: start !important;
      -webkit-justify-content: flex-start !important;
      justify-content: flex-start !important;
}

@media screen and (max-width: 640px) {
  .contact_01 dl dt {
    width: 100% !important;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    -ms-flex-pack: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    margin-bottom: 15px;
  }
}

.contact_01 dl dt label {
  background: #054ac8;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
  margin-top: 5px;
}

.contact_01 dl dd {
  text-align: left;
  width: 80% !important;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
}

@media screen and (max-width: 640px) {
  .contact_01 dl dd {
    width: 100% !important;
  }
}

.contact_01 dl dd span {
  line-height: 1;
  margin-right: 0;
}

.contact_01 .file {
  border-top: 0 !important;
  -ms-flex-direction: row !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: row !important;
      flex-direction: row !important;
  border-top: 0 !important;
}

@media screen and (max-width: 640px) {
  .contact_01 .file {
    -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
  }
}

.contact_01 .file dt {
  font-size: 16px;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-align: start !important;
      -webkit-box-align: start !important;
      -webkit-align-items: flex-start !important;
      align-items: flex-start !important;
  -ms-flex-pack: start !important;
      -webkit-box-pack: start !important;
      -webkit-justify-content: flex-start !important;
      justify-content: flex-start !important;
  -ms-flex-direction: column !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: column !important;
      flex-direction: column !important;
}

@media screen and (max-width: 640px) {
  .contact_01 .file dt {
    -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important;
  }
}

.contact_01 .file dd label {
  position: static !important;
  margin-left: auto !important;
  margin-bottom: 10px;
}

.contact_01 .file dd div {
  line-height: 1.4em;
  color: #666;
  font-size: 14px;
  letter-spacing: -0.05em;
}

.contact_01 .submit {
  margin: 0px auto !important;
}

.contact_02 {
  background: #f0f0f0;
  margin: 0 auto;
  padding: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}

.contact_02 a {
  font-size: 1.5em;
}

.privacypolicy {
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .privacypolicy {
    padding: 15px;
  }
}

.privacypolicy .privacypolicy_inner {
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .privacypolicy .privacypolicy_inner {
    max-height: 240px;
    padding-right: 15px;
  }
}

.privacypolicy .privacypolicy_inner h3 {
  background: #eee;
  font-weight: bold;
  padding: 5px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.privacypolicy .privacypolicy_inner dt {
  font-weight: bold;
}

#agree_check {
  background: #ebf0f6;
  border: 1px solid #ddd;
  border-top: none;
  padding: 5px;
}

#agree_check label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
}

@media screen and (max-width: 640px) {
  #agree_check label {
    font-size: 1.4rem;
  }
}

#agree_check label span {
  background: #054ac8;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
}

.contact_03 a {
  font-weight: 700;
  font-size: 30px;
  font-size: 3.0rem;
  color: #054ac8;
}

.modaal-content-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.modaal-content-container .box {
  width: 48%;
}

.modaal-content-container .box:nth-of-type(1) {
  margin-right: 15px;
}

.modaal-content-container .box img {
  width: 100% !important;
}

.modaal-content-container .box h3 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  border-bottom: 1px solid #054ac8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.modaal-content-container .box span {
  color: #970f00;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    display: block;
  }
  .modaal-content-container .box {
    width: 100% !important;
    margin-bottom: 5%;
  }
}

@media only screen and (max-width: 640px) {
  .modaal-content-container .box:nth-of-type(1) {
    margin-right: 0;
  }
}

.modaal-container {
  background: rgba(255, 255, 255, 0.8) !important;
  max-width: 1350px !important;
}

.fancybox-slide > * {
  margin: 45px;
}

.blog div.wrap {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  max-width: 1200px;
  margin: 100px auto;
  padding-bottom: 100px;
  padding: 0;
  background-color: inherit;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .blog div.wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 834px) {
  .blog div.wrap {
    -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding: 0 30px;
  }
}

.blog div.wrap aside {
  max-width: 30%;
  width: 100%;
  min-width: inherit;
}

@media screen and (max-width: 834px) {
  .blog div.wrap aside {
    max-width: 100%;
  }
}

@-webkit-keyframes btn-anime-01 {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes btn-anime-01 {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.blog div.wrap aside nav > a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 30px auto 0;
  position: relative;
  max-width: 300px;
  line-height: 1;
  border-radius: 50px;
  background: #054ac8;
  display: block;
  padding: 20px 10px;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 16px;
  font-size: 1.6rem;
}

.blog div.wrap aside nav > a:hover {
  background: #0585c8;
}

.blog div.wrap aside nav > a:hover:after {
  color: #0585c8;
}

.blog div.wrap aside nav > a:active:before, .blog div.wrap aside nav > a:focus:before, .blog div.wrap aside nav > a:hover:before {
  -webkit-animation-name: btn-anime-01;
  animation-name: btn-anime-01;
  border: 6px solid #0585c8;
}

.blog div.wrap aside nav > a:before {
  -webkit-transition: 1s;
  transition: 1s;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  border: 6px solid #054ac8;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.blog div.wrap aside nav > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  -webkit-transition: 1s;
  transition: 1s;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  border-radius: 50px;
  background: #fff;
  color: #054ac8;
  position: absolute;
  right: 15px;
}

.blog div.wrap aside nav ul li {
  padding: 0 0 10px 0;
}

.blog div.wrap aside nav ul li:not(:first-child) {
  padding: 10px 0;
}

.blog div.wrap aside nav ul li:last-child {
  border-bottom: 0;
  padding: 10px 0 0 0;
}

.blog div.wrap aside #calendar #form_calendar {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog div.wrap aside #calendar #form_calendar .head span {
  color: #333;
}

.blog div.wrap aside #calendar #form_calendar table th {
  color: #333;
}

.blog div.wrap aside #calendar #form_calendar table td:first-of-type {
  background: #054ac8;
}

.blog div.wrap aside #calendar #form_calendar table td label {
  color: #333;
}

.blog div.wrap aside #calendar #form_calendar table td.other {
  background: #054ac8;
}

.blog div.wrap #contents {
  max-width: 67%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 834px) {
  .blog div.wrap #contents {
    max-width: 100%;
  }
}

.blog div.wrap #contents article {
  padding: 0;
}

.blog div.wrap #contents article h1 {
  padding: 5px;
  position: relative;
  background: #f2f2f2;
}

.blog div.wrap #contents article h1 span.translate {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
  padding: 10px;
  position: relative;
  font-weight: 700;
  color: #222;
  line-height: 1.7em;
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (max-width: 640px) {
  .blog div.wrap #contents article h1 span.translate {
    font-size: 2.0rem;
  }
}

.blog div.wrap #contents article h1 span.translate:before {
  content: "";
  border-left: 5px solid #0585c8;
  height: 20px;
  margin-right: 10px;
}

.blog div.wrap nav > div {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #054ac8;
}

.blog div.wrap nav .category {
  border: 1px solid #ccc;
  padding: 15px;
}

.blog div.wrap nav .category li:first-child {
  border-top: 0;
}

.blog div.wrap nav .category li a {
  font-weight: 400;
  color: #222;
  border-left: 5px solid #054ac8;
  background: #f7f7f7;
  text-align: left;
  padding: 10px;
  display: block;
}

.blog div.wrap nav .category li a span {
  display: block;
  padding: 0;
}

.blog div.wrap nav .pages {
  border: 1px solid #ccc;
  padding: 15px;
}

.blog div.wrap nav .pages li:first-child {
  border-top: 0;
}

.blog div.wrap nav .pages li a {
  font-weight: 400;
  color: #333;
  text-align: left;
  display: block;
}

.blog div.wrap nav .pages li a span {
  font-weight: 400;
  display: block;
  padding: 0;
  font-size: 0.8em;
}

.blogslider .owl-stage {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.blogslider ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.slider_02 ul {
  display: block;
}

.slider_02 ul .slick-list .slick-track li img {
  margin: 0 auto;
}

.slider_02 ul .slick-prev {
  display: none !important;
}

.slider_02 ul .slick-next {
  display: none !important;
}

.slider_02 ul .slick-dots {
  margin-top: 30px;
  position: static;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
  margin-left: -1.96078%;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .slider_02 ul .slick-dots {
    margin-left: -2.1097%;
  }
}

@media screen and (max-width: 640px) {
  .slider_02 ul .slick-dots {
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    margin-left: 0;
  }
}

.slider_02 ul .slick-dots li {
  position: relative;
  width: 14.70588%;
  height: auto;
  margin: 0;
  margin-left: 1.96078%;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .slider_02 ul .slick-dots li {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .slider_02 ul .slick-dots li {
    width: 48%;
    margin-left: 0;
  }
}

.slider_02 ul .slick-dots li img {
  width: 100% !important;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}

div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl,
button.addcart {
  width: 50% !important;
}

@media screen and (max-width: 834px) {
  div.item_option dl,
  button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a,
.item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}
