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

body {
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, Osaka, Meiryo, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 28px;
  line-height: 1.8em;
  letter-spacing: .1em;
}

@media screen and (max-width: 800px) {
    body{
        font-size: 15px;
        line-height: 1.7em;
    }
}
@media screen and (max-width: 480px) {
  html,
  body {
    -webkit-overflow-scrolling: touch;
  }
  body{
        line-height: 1.5em;
    }
}
.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: 1025px) {
  .tel_icon {
    display: none;
  }
}
/* ヘッダー画像
---------------------------------------------------------------------------------------------------------------------------------------*/
header {
    
}

/*h1 {
  width: 1320px;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  font-size: 11px;
  text-align: left;
}*/

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

section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.contents-wrap {
  display: flex;
  flex-wrap: wrap;
}

.contents-box_full {
  width: 1366px;
  margin: 0 auto 1rem auto;
  padding: 15px 0;
}
.contents-box_full img {
  display: block;
  width: 100%;
  height: auto;
}

.contents-box {
  width: 975px;
  margin: 0 auto 1rem auto;
  padding: 15px;
}
.contents-box img {
  width: 100%;
  height: auto;
}
.contents-box.wide {
  width: 1060px;
}

.contents-box-flex {
/*  width: 1366px;*/
  width: 100%;
  margin: 0 auto;
  /*    padding-left: 20px;
      padding-right: 20px;*/
  display: flex;
  flex-wrap: wrap;
}
.contents-box .contents-box-flex .box2{
    padding-left: 0;
    padding-right: 0;
}
.contents-box .contents-box-flex .box2:first-child{
    padding-right: 1rem;
}
.contents-box .contents-box-flex .box2:last-child{
    padding-left: 1rem;
}

.box {
  margin-bottom: 1rem;
  padding: 1rem;
  width: 100%;
}
.box img {
  display: block;
  width: 100%;
  height: auto;
}

.box2 {
  margin-bottom: 1rem;
  padding: 1rem;
  width: 50%;
}
.box2 img {
  display: block;
  width: 100%;
  height: auto;
}
.box2.size_60 {
  width: 60%;
}
.box2.size_40 {
  width: 40%;
}

.box3 {
  margin-bottom: 1rem;
  padding: 1rem;
  width: 33.3%;
}
.box3 img {
  display: block;
  width: 100%;
  height: auto;
}

.box4 {
  margin-bottom: 1rem;
  padding: 1rem;
  width: 25%;
}
.box4 img {
  display: block;
  width: 100%;
  height: auto;
}

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

@media screen and (max-width: 1366px) {
  .contents-box-flex {
    width: 100%;
  }
  .contents-box_full {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
    .contents-wrap .contents-box{
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .contents-box .contents-box-flex{
        padding-left: 0!important;
        padding-right: 0!important;
    }
  .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%;
  }

    .box3.col2 {
      width: 50%;
    }
  .box4 {
    width: 100%;
  }
}

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