@charset "UTF-8";
/* CSS Document */
html, body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

body {
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 1.4em;
}

@media screen and (max-width: 480px) {
  html,
  body {
    -webkit-overflow-scrolling: touch;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

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

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.sp_only480 {
  display: none !important;
}

.img_sp {
  display: none !important;
}

@media screen and (min-width: 801px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .sp_hide {
    display: none !important;
  }

  .img_pc {
    display: none !important;
  }

  .img_sp {
    display: block !important;
  }

  .sp_kaigyo {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .moji_tate .img_pc {
    display: none !important;
  }
  .moji_tate .img_sp {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .sp_only480 {
    display: block !important;
  }

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

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

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

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

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

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.text_red {
  color: #ac272d;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

/* userAgentで異なる表示を元に戻す */
.luxbar-navigation .luxbar-item.contact span.tel a {
  width: auto;
  border: none;
  padding: 0;
  margin: 0;
}

span.tel a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .tel_icon {
    display: none;
  }
}
/* ヘッダー画像
---------------------------------------------------------------------------------------------------------------------------------------*/
header {
  margin-top: 122px;
  width: 100%;
}
header img {
  width: 100%;
}

h1 {
  width: 1360px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  font-size: 11px;
  text-align: left;
}

@media screen and (max-width: 1360px) {
  h1 {
    width: 100%;
  }
}
/* コンテンツ
---------------------------------------------------------------------------------------------------------------------------------------*/
article {
  width: 100%;
}

section {
  width: 100%;
}

.wrap {
  width: 100%;
  position: relative;
}

.contents-wrap {
  /*  width: 1320px;*/
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
}

.contents-box {
  width: 1360px;
  padding: 0 10px;
  margin-right: auto;
  margin-left: auto;
  z-index: 999;
}

.wrap-full {
  width: 100%;
}

.full-inner, .box_inner {
  width: 1360px;
  height: 100%;
  margin: 0 auto;
  z-index: 999;
}

.box_inner {
  padding-left: 1rem;
  padding-right: 1rem;
}

.flex_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.flex_box.nowrap {
  flex-wrap: nowrap;
}

.box {
  width: 100%;
  padding: 1em;
}

.box img {
  width: 100%;
}

.box2 {
  width: 50%;
  padding: 1em;
}

.box2 img {
  width: 100%;
}

.box3 {
  width: 33.33%;
  padding: 1em;
}

.box3 img {
  width: 100%;
}

.box4 {
  width: 25%;
  padding: 1em;
}

.box4 img {
  width: 100%;
}

/* 文字サイズを少し下げる */
.fnt_s {
  font-size: .9em;
}

.fnt_ss {
  font-size: .8em;
}

/* 文字色を赤にする */
.txt_red {
  color: #bc272d;
}

/* 文字を中央寄せにする */
.txt_center {
  text-align: center;
}

dl.dl_style dt {
  float: left;
  clear: left;
}
dl.dl_style dd {
  float: left;
  padding-left: 30px;
}

@media screen and (max-width: 1360px) {
  .contents-box {
    width: 100%;
  }

  .full-inner {
    width: 100%;
  }

  .box_inner {
    width: 100%;
  }
}
@media screen and (max-width: 1360px) {
  .contents-box-flex {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .box2 {
    width: 100%;
  }
  .box2.size_40 {
    width: 100%;
  }
  .box2.size_60 {
    width: 100%;
  }
  .box2.size_35 {
    width: 100%;
  }
  .box2.size_65 {
    width: 100%;
  }

  .box3 {
    width: 100%;
  }

  .box4 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .contents-box {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*# sourceMappingURL=common.css.map */
