@charset "UTF-8";
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

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

html {
  font-size: 62.5%;
  visibility: inherit;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #282828;
  font-family: "メイリオ", "Meiryo", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  position: relative;
}

h1, h2, h3 {
  font-weight: 400;
}

div {
  font-weight: 400;
}

a {
  text-decoration: none;
  font-weight: 400;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

@media screen and (max-width: 1210px) {
  .inner {
    padding: 0 20px;
  }
}

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

.bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #008fb3;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !important;
}

.tlauto table {
  table-layout: auto;
}

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;
}

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

span {
  font-weight: inherit;
}

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

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

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

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

#contents_wrap {
  min-width: auto;
  position: relative;
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

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

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

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

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

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

.gothic {
  font-family: "メイリオ", "Meiryo", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

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

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

.flex2cl_01 .flxL {
  width: 57%;
}

@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: 20px;
  }
}

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

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

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

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

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

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

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

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

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

@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

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

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

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

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

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

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

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

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

@media screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

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

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

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

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

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

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

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

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: fixed;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 55px;
  padding: 11px 6px;
  cursor: pointer;
  display: none;
  z-index: 9999;
}

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

#nav-toggle p {
  font-size: 1.1rem;
  color: white;
  position: relative;
  left: 2px;
  bottom: -30px;
  font-weight: 500;
  padding-top: 5px;
  display: none;
}

#nav-toggle > div {
  position: relative;
  width: 45px;
}

#nav-toggle span {
  height: 3px;
  left: 2px;
  display: block;
  background: #3a3a3a;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
  border-radius: 5px;
}

#nav-toggle span:nth-child(1) {
  top: 1px;
  width: 100%;
}

#nav-toggle span:nth-child(2) {
  top: 15px;
  width: 100%;
}

#nav-toggle span:nth-child(3) {
  top: 29px;
  width: 100%;
}

#nav-toggle:hover span:nth-child(1) {
  top: 1px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 29px;
}

/* z-index */
#container {
  z-index: 900;
}

.nav_wrap {
  width: 90%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
  padding-top: 40%;
}

#nav_sp {
  display: none;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

#nav_sp::before {
  content: "";
  background: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  opacity: 0.1;
  background-position: center;
  z-index: -1;
  position: absolute;
}

#nav_sp .nav_wrap {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#nav_sp .nav_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 834px) {
  #nav_sp .nav_wrap ul {
    width: 100%;
  }
}

#nav_sp .nav_wrap .nav-item a, #nav_sp .nav_wrap .nav-item > span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.8rem !important;
  color: #282828;
  display: inline-block;
}

#nav_sp .nav_wrap li {
  width: 50%;
  margin-left: 0;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity .2s ease, -webkit-transform 1.05s ease;
  transition: opacity .2s ease, -webkit-transform 1.05s ease;
  transition: transform 1.05s ease, opacity .2s ease;
  transition: transform 1.05s ease, opacity .2s ease, -webkit-transform 1.05s ease;
  list-style: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  border: none !important;
  text-align: left !important;
}

#nav_sp .nav_wrap li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#nav_sp .nav_wrap li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#nav_sp .nav_wrap li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#nav_sp .nav_wrap li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#nav_sp .nav_wrap li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#nav_sp .nav_wrap li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

#nav_sp .nav_wrap li:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

#nav_sp .nav_wrap a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_sp .nav_wrap .ddmenu {
  position: relative;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#nav_sp .nav_wrap .ddmenu li {
  width: 100%;
}

#nav_sp .nav_wrap .ddmenu li a {
  border: none;
  width: 100%;
  font-size: 1.5rem !important;
}

.nav-info {
  text-align: center;
  width: 100% !important;
  margin-bottom: 30px;
}

.nav-info .logo {
  width: 410px !important;
  margin: 0 auto 10px auto;
}

.nav-info .logo img {
  margin: auto !important;
}

.nav-info .btn {
  -webkit-animation: none !important;
          animation: none !important;
  margin-bottom: 10px;
}

.nav-info .btn a {
  color: white;
}

.nav-info .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

.nav-info .sub a {
  display: block;
  padding: 5px;
  font-size: 1.3rem;
  color: #282828;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 640px) {
  .nav-info .sub a {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    width: 50%;
  }
}

.nav-info .sub a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #282828;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* open */
.open {
  height: 100%;
}

.open #nav-toggle {
  position: fixed;
}

.open #nav-toggle span {
  background: #008fb3;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 100%;
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1.05s ease;
  transition: transform 1s ease, opacity 1.05s ease, -webkit-transform 1s ease;
}

.open .nav-item > span {
  position: relative;
  display: block;
}

.open .nav-item > span::before {
  content: "+";
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #008fb3;
  font-size: 1.6rem;
}

.open .plus {
  position: relative;
}

.open .plus > span {
  position: relative;
  display: block;
}

.open .plus > span::before {
  content: "-";
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #008fb3;
  font-size: 1.6rem;
}

.pc_none {
  display: none;
}

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

.header .main .main-item img {
  height: calc(100vh - 120px) !important;
  width: 85vw !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

@media screen and (max-width: 1500px) {
  .header .main .main-item img {
    width: auto !important;
  }
}

@media screen and (max-width: 1200px) {
  .header .main .main-item img {
    height: calc(100vh - 146px) !important;
  }
}

.header .main li {
  list-style-type: none;
}

.header .bottom {
  background-color: #3f3f3f;
  position: fixed;
  bottom: 62px;
  width: 100%;
  z-index: 2;
  height: 58px;
}

@media screen and (max-width: 1200px) {
  .header .bottom {
    height: auto;
    height: 74px;
    bottom: 74px;
  }
}

.header .bottom .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1300px;
  margin: auto;
}

@media screen and (max-width: 1300px) {
  .header .bottom .inner {
    padding: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .header .bottom .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

.header .bottom .logo img {
  width: 562px;
  position: relative;
  top: -3px;
}

@media screen and (max-width: 1200px) {
  .header .bottom .logo img {
    width: 500px;
    margin-bottom: 5px;
  }
}

.header .bottom .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  .header .bottom .nav-list {
    display: none;
  }
}

.header .bottom .nav-info {
  display: none;
}

@media screen and (max-width: 834px) {
  .header .bottom .nav-info {
    display: block;
  }
}

.header .bottom .nav-item a {
  font-size: 1.9rem;
  font-weight: 600;
  display: block;
  padding-left: 40px;
  color: white;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1300px) {
  .header .bottom .nav-item a {
    font-size: 1.7rem;
  }
}

.header .bottom .nav-item a::before {
  content: "";
  background: #008fb3;
  width: 6px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .bottom .nav-item a:hover {
  text-shadow: 2px 2px 6px rgba(255, 255, 255, 0.4), -2px 2px 6px rgba(255, 255, 255, 0.4), 2px -2px 6px rgba(255, 255, 255, 0.4), -2px -2px 6px rgba(255, 255, 255, 0.4);
}

.header .bottom .nav-item a:hover::before {
  background: #03cdff;
}

.header .bottom .nav-item span {
  display: none;
}

.slide-animation {
  -webkit-animation: fadezoom 8s 0s forwards;
          animation: fadezoom 8s 0s forwards;
  overflow: hidden;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#footer, .footer {
  background-color: #3f3f3f;
  height: 58px;
  position: fixed !important;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #footer, .footer {
    height: 70px;
  }
}

#footer .inner, .footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  padding-top: 15px;
}

@media screen and (max-width: 1200px) {
  #footer .inner, .footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3px;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 834px) {
  #footer .inner, .footer .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer .left p, .footer .left p {
  letter-spacing: 0;
  font-size: 1.3rem;
  color: #999999;
}

@media screen and (max-width: 1200px) {
  #footer .left p, .footer .left p {
    line-height: 1.5;
  }
}

@media screen and (max-width: 834px) {
  #footer .left p, .footer .left p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

#footer .left p a, .footer .left p a {
  color: #999999;
}

small a {
  display: block;
  font-size: 1.3rem;
  color: #999999 !important;
}

@media screen and (max-width: 1200px) {
  small a {
    line-height: 1.5;
  }
}

@media screen and (max-width: 834px) {
  small a {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.op_anime {
  background-image: url(../images/contents/noise02.jpg);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
}

.op_anime img {
  position: fixed;
  display: none;
  z-index: 99999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: transleteX(-50%);
          transform: transleteX(-50%);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: text_line;
          animation-name: text_line;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  text-align: center;
  width: 277px;
}

@-webkit-keyframes text_line {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes text_line {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/*  アニメーション　*/
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.list02 .fadein:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.list02 .fadein:nth-child(3) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.list02 .fadein:nth-child(4) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.list02 .fadein:nth-child(5) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.d-none {
  display: none;
}

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: -webkit-box;
  display: -ms-flexbox;
  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;
}

@media (min-width: 834px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  /* 背景カラー */
  z-index: 99999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity .8s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity .8s ease;
}

body.fadeout::after {
  opacity: 1;
}

.slide {
  position: relative;
  z-index: 1;
}

.slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #008fb3;
  top: 0;
  right: 0;
  display: block;
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.slidein::before {
  width: 0%;
}

@media all and (-ms-high-contrast: none) {
  .slide-animation {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}

.op_anime {
  background: white;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
}

.op_anime img {
  position: fixed;
  display: none;
  z-index: 99999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: transleteX(-50%);
          transform: transleteX(-50%);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: text_line;
          animation-name: text_line;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  text-align: center;
  width: 410px;
}

@keyframes text_line {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.pankuzu {
  text-align: left;
  font-size: 1.5rem;
  color: #282828;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 10px 0 80px 0 !important;
}

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

.pankuzu a {
  color: #282828;
  font-weight: 400;
  font-size: 1.3rem;
}

.pankuzu li {
  display: inline-block;
}

.pankuzu li:first-child a {
  color: #008fb3;
}

.pg_ttl h1 {
  font-size: 3.2rem;
  font-weight: 600;
}

.cont_txt div {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-left: 100px;
}

@media screen and (max-width: 640px) {
  .cont_txt div {
    padding-left: 50px;
  }
}

.cont_txt div .space {
  padding-top: 10px;
  padding-bottom: 5px;
  display: inline-block;
}

.cont_tbl {
  max-width: 400px;
  margin: auto;
}

.cont_tbl tr {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cont_tbl tr td {
  border: none !important;
  vertical-align: top !important;
  font-size: 1.2rem;
  line-height: 1.6;
}

.side_menu {
  width: 180px;
  position: fixed;
  padding-right: 40px;
}

@media screen and (max-width: 834px) {
  .side_menu {
    width: 160px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .side_menu {
    position: relative;
    margin-top: 80px;
    margin-left: 20px;
  }
}

.side_menu .menu td {
  text-align: right !important;
  font-size: 1.4rem;
  border: none;
}

.side_menu .menu td a {
  color: #8b8b8b !important;
  font-weight: 700;
}

.b_right {
  position: relative;
}

.b_right::before {
  content: "";
  background: #ccc;
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 180px;
}

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

.works_wp {
  max-width: calc(100% - 200px);
  margin-right: 0;
  margin-left: auto;
  margin-top: 95px;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .works_wp {
    width: calc(100% - 180px);
  }
}

@media screen and (max-width: 640px) {
  .works_wp {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.works_wp #slider, .works_wp #slider2, .works_wp #slider3, .works_wp #slider4, .works_wp #slider5, .works_wp #slider6 {
  width: 100% !important;
  height: 100%;
}

@media screen and (max-width: 1300px) {
  .works_wp #slider, .works_wp #slider2, .works_wp #slider3, .works_wp #slider4, .works_wp #slider5, .works_wp #slider6 {
    width: 700px !important;
  }
}

@media screen and (max-width: 1000px) {
  .works_wp #slider, .works_wp #slider2, .works_wp #slider3, .works_wp #slider4, .works_wp #slider5, .works_wp #slider6 {
    width: 64vw !important;
  }
}

@media screen and (max-width: 834px) {
  .works_wp #slider, .works_wp #slider2, .works_wp #slider3, .works_wp #slider4, .works_wp #slider5, .works_wp #slider6 {
    width: 55.5vw !important;
  }
}

@media screen and (max-width: 640px) {
  .works_wp #slider, .works_wp #slider2, .works_wp #slider3, .works_wp #slider4, .works_wp #slider5, .works_wp #slider6 {
    width: 80vw !important;
  }
}

.works_wp #slider li, .works_wp #slider2 li, .works_wp #slider3 li, .works_wp #slider4 li, .works_wp #slider5 li, .works_wp #slider6 li {
  width: 800px !important;
  height: auto !important;
  list-style-type: none !important;
}

@media screen and (max-width: 1300px) {
  .works_wp #slider li, .works_wp #slider2 li, .works_wp #slider3 li, .works_wp #slider4 li, .works_wp #slider5 li, .works_wp #slider6 li {
    width: 700px !important;
  }
}

@media screen and (max-width: 1000px) {
  .works_wp #slider li, .works_wp #slider2 li, .works_wp #slider3 li, .works_wp #slider4 li, .works_wp #slider5 li, .works_wp #slider6 li {
    width: 64vw !important;
  }
}

@media screen and (max-width: 834px) {
  .works_wp #slider li, .works_wp #slider2 li, .works_wp #slider3 li, .works_wp #slider4 li, .works_wp #slider5 li, .works_wp #slider6 li {
    width: 55.5vw !important;
  }
}

@media screen and (max-width: 640px) {
  .works_wp #slider li, .works_wp #slider2 li, .works_wp #slider3 li, .works_wp #slider4 li, .works_wp #slider5 li, .works_wp #slider6 li {
    width: 80vw !important;
  }
}

.works_wp .tbl {
  margin-bottom: 5px;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .works_wp .tbl {
    width: 700px !important;
  }
}

@media screen and (max-width: 1000px) {
  .works_wp .tbl {
    width: 64vw !important;
  }
}

@media screen and (max-width: 834px) {
  .works_wp .tbl {
    width: 55.5vw !important;
  }
}

@media screen and (max-width: 640px) {
  .works_wp .tbl {
    width: 80vw !important;
  }
}

.works_wp .tbl tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.works_wp .tbl td {
  border: none !important;
  padding: 3px !important;
}

.works_wp .tbl td div {
  font-size: 1.3rem;
}

.works_wp .tbl td img {
  height: 311px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

.works_wp .tbl td:nth-child(2) div {
  padding: 3px 3px 3px 20px !important;
  color: #8b8b8b;
  line-height: 1.7;
}

.works_wp .tbl2 {
  max-width: 800px;
}

@media screen and (max-width: 1300px) {
  .works_wp .tbl2 {
    width: 700px !important;
  }
}

@media screen and (max-width: 1000px) {
  .works_wp .tbl2 {
    width: 64vw !important;
  }
}

@media screen and (max-width: 834px) {
  .works_wp .tbl2 {
    width: 55.5vw !important;
  }
}

@media screen and (max-width: 640px) {
  .works_wp .tbl2 {
    width: 80vw !important;
  }
}

.works_wp .tbl2 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works_wp .tbl2 td {
  width: 20%;
  border: none !important;
  padding: 3px !important;
}

@media screen and (max-width: 834px) {
  .works_wp .tbl2 td {
    width: calc(100% / 3);
  }
}

.works_wp .tbl2 td img {
  height: 100px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover";
}

@media all and (-ms-high-contrast: none) {
  .tbl table, .tbl2 table {
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .tbl tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tbl td {
    display: block;
  }
  .tbl td img {
    width: 500px !important;
  }
  .tbl2 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tbl2 tr td {
    width: 20% !important;
    display: block;
  }
}

.works_wp:last-child {
  margin-bottom: 180px;
}

#slider1next a, #slider2next a, #slider3next a, #slider4next a, #slider5next a, #slider6next a {
  background-color: #3f3f3f;
  width: 50px;
  height: 150px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -101px;
  display: block;
}

@media screen and (max-width: 1300px) {
  #slider1next a, #slider2next a, #slider3next a, #slider4next a, #slider5next a, #slider6next a {
    right: -1px;
  }
}

@media screen and (max-width: 834px) {
  #slider1next a, #slider2next a, #slider3next a, #slider4next a, #slider5next a, #slider6next a {
    right: -21px;
  }
}

@media screen and (max-width: 640px) {
  #slider1next a, #slider2next a, #slider3next a, #slider4next a, #slider5next a, #slider6next a {
    right: -6px;
    width: 40px;
  }
}

#slider1next a::before, #slider2next a::before, #slider3next a::before, #slider4next a::before, #slider5next a::before, #slider6next a::before {
  content: "";
  border-top: 20px solid transparent;
  border-left: 20px solid #008fb3;
  border-bottom: 20px solid transparent;
  display: block;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  cursor: pointer;
}

#slider1prev a, #slider2prev a, #slider3prev a, #slider4prev a, #slider5prev a, #slider6prev a {
  background-color: #3f3f3f;
  width: 50px;
  height: 150px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -50px;
  display: block;
}

@media screen and (max-width: 1300px) {
  #slider1prev a, #slider2prev a, #slider3prev a, #slider4prev a, #slider5prev a, #slider6prev a {
    right: 50px;
  }
}

@media screen and (max-width: 834px) {
  #slider1prev a, #slider2prev a, #slider3prev a, #slider4prev a, #slider5prev a, #slider6prev a {
    right: 30px;
  }
}

@media screen and (max-width: 640px) {
  #slider1prev a, #slider2prev a, #slider3prev a, #slider4prev a, #slider5prev a, #slider6prev a {
    right: 36px;
    width: 40px;
  }
}

#slider1prev a::before, #slider2prev a::before, #slider3prev a::before, #slider4prev a::before, #slider5prev a::before, #slider6prev a::before {
  content: "";
  border-top: 20px solid transparent;
  border-right: 20px solid #008fb3;
  border-bottom: 20px solid transparent;
  display: block;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  cursor: pointer;
}

.pg_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px;
}

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

@media screen and (max-width: 640px) {
  .pg_wp {
    padding-left: 50px;
  }
}

.pg_wp .left {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .pg_wp .left {
    width: 55%;
  }
}

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

.pg_wp .left_logo img {
  display: block;
  float: none !important;
  margin: 0 0 60px 0 !important;
}

.pg_wp .left_logo div {
  font-size: 1.2rem;
}

.pg_wp .right {
  width: 50%;
  padding-left: 40px;
}

@media screen and (max-width: 1000px) {
  .pg_wp .right {
    width: 45%;
  }
}

@media screen and (max-width: 834px) {
  .pg_wp .right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 180px;
    margin-top: 30px;
  }
}

.pg_wp .right .map {
  width: 100%;
  height: 100%;
}

.pg_wp .right .map a {
  text-align: right;
  font-size: 1.2rem;
  text-decoration: underline;
  display: block;
}

.list01 dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.list01 dl dt, .list01 dl dd {
  font-size: 1.2rem;
  border: none !important;
  background-color: transparent !important;
  padding: 5px !important;
}

.list01 dl dt {
  font-weight: 600;
}

.list01 dl dd {
  color: #999999;
}

form .submit .bt_confirm {
  font-size: 1.4rem;
}

form .title {
  display: none;
}

.mail_form dl dt, .mail_form dl dd {
  font-size: 1.3rem;
}

.mail_form dl dt {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  color: #999999;
}

@media screen and (max-width: 640px) {
  .mail_form dl dt {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.mail_form dl dd > div {
  color: #999999;
}

.form_wrap.error, .form_wrap.confirm {
  margin-left: 100px;
}

@media screen and (max-width: 1200px) {
  .form_wrap.error, .form_wrap.confirm {
    margin-left: 50px;
  }
}

.space_left {
  padding-left: 100px;
}

@media screen and (max-width: 640px) {
  .space_left {
    padding-left: 0px;
  }
  .space_left div {
    padding-left: 0;
  }
}

/*   プライバシーポリシー　　*/
.policy {
  padding-left: 100px;
}

@media screen and (max-width: 640px) {
  .policy {
    padding-left: 50px;
  }
}

.policy h2 {
  font-size: 1.8rem !important;
  font-weight: 600;
  margin-bottom: 8px;
  border-bottom: 1px dashed #eee !important;
  line-height: 1.3;
}

.policy div {
  line-height: 1.6;
  font-size: 1.3rem;
}

/*   404ページ　　*/
.error_btn {
  padding: 10px;
  color: #008fb3;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #008fb3;
  color: white !important;
  font-size: 1.8rem;
  width: 250px;
  height: 55px;
  margin: 20px auto 0 auto;
}

.error_btn:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.c_txt .error_btn a {
  text-align: center !important;
}
/*# sourceMappingURL=common_style.css.map */