/* -----------------------------
======== fudousan-ken =========
----------------------------- */
#header_simple {
  min-height: 50px;
}
.group-header {
  border-bottom: none;
}
.mod-multi-col > .row > .col {
  margin-left: 28px;
}
.mod-content-box {
  border: none;
}
.mod-content-box-inner {
  border-top: none;
  padding: 14px 0 14px 0;
}
.col .mod-title-lv1-btn.mod-radius-btn {
  width: 115px !important;
}
.mod-media-body-border {
  border: 1px solid #000000;
  padding: 10px;
}
.single-col .mod-multi-col.cols-4 > .row > .col {
  width: 320px !important;
}
.mod-multi-col.cols-4 > .row > .col {
  margin-left: 0px;
}
.mod-multi-col.cols-4 .mod-btn-inner {
  height: 62px !important;
}
.single-col .carousel_items {
  height: 210px !important;
}

/* About */
.mod-fudousan-member-box{
  margin-top: 50px;
}
.mod-fudousan-member-box p{
  margin-bottom: 20px;
}
.mod-fudousan-member-box .mod-media-body{
  padding-left: 60px;
}
.mod-fudousan-member-box .mod-media-body p{
  margin-bottom: 0;
}
.mod-fudousan-member-box .mod-fudousan-message-box{
  padding-left: 15px;
}
.mod-fudousan-member-box .mod-media-body .mod-media-body-border{
  margin-bottom: 15px;
}

/* conversation_box interview_box publication_box */
.mod-link-arrow a.arrow {
  position: relative;
  display: block;
}
.mod-link-arrow a::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
}
.mod-link-arrow a.arrow::after {
  width: 7px;
  height: 7px;
  background: url(/assets/new/img/parts/icon_arrow_05.png) no-repeat top left/contain;
}
.mod-link-arrow a:hover{
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  .group-header {
    border-bottom: 4px solid #e60000;
  }
  .header-tab {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header-tab > li {
    width: 20%;
    min-height: auto;
    float: left;
  }
  .header-tab > li > a {
    display: block;
  }
  .header-tab > li > a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .group-header .id-area-inner {
    width: 1200px;
  }
  .group-header .id-area-inner .group-id {
    top: 0px;
  }
  .group-header .id-area-inner .site-id-single {
    top: 19px;
  }
  .group-page-footer-inner {
    width: 1200px;
  }
}
@media screen and (max-width: 737px) {
  .s-align-center {
    text-align: center !important;
  }
  .s-pl0 {
    padding-left: 0 !important;
  }
  .group-header.simple {
    height: 54px;
  }
  .group-header .id-area {
    min-height: 54px;
  }
  .mod-multi-col > .row > .col {
    margin-left: 0px;
  }
  .single-col .mod-multi-col.cols-4.xs-cols-2 > .row > .col, .single-col .mod-multi-col.cols-4.xs-cols-2 > .row .col:first-child {
    width: calc(100% / 2) !important;
    margin-bottom: 0px;
  }
  .mod-content-box-inner {
    padding: 10px 0 10px 0 !important;
  }
  .mod-content-box.mod-content-box-xs {
    padding: 0px 4px 20px;
  }
  .mod-fudousan-member-box .mod-media-body{
    padding-left: 0;
  }
}
