@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500,700,900|Roboto:500,700,900&display=swap');
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

/* animation */
@-webkit-keyframes imgLeft {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes imgLeft {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes txtLeft {
  from {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
  }
}
@keyframes txtLeft {
  from {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
  }
}
@-webkit-keyframes arrow {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes arrow {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scrollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes scrollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes obiSlideIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@keyframes obiSlideIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@-webkit-keyframes obiSlideIn-txt {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes obiSlideIn-txt {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideBg-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideBg-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideBg-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideBg-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes vertical-slideUp {
  from {
    opacity: 0;
    margin-top: 2em;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes vertical-slideUp {
  from {
    opacity: 0;
    margin-top: 2em;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}


#low {
  line-height: 1.8;
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  	/* ==================================================
  feature
  ================================================== */
  	/* ==================================================
  feature
  ================================================== */
  	/* ==================================================
  newsWind
  ================================================== */
  	/* ==================================================
  	newsHist
   ================================================== */
  	/* ==================================================
  readers
  ================================================== */
  	/* ==================================================
  Backnumber
  ================================================== */
  	/* ==================================================
  topics
  ================================================== */
  	/* ==================================================
  newsManage
   ================================================== */
  	/* ==================================================

  sp

  ================================================== */
  	/* ==================================================
  feature
  ================================================== */
}
#low.is-loaded .artSpecial .artCopy {
  max-width: 100%;
}
@media screen and (min-width: 768px), print {
  #low a[href^="tel:"] {
    pointer-events: none;
  }
}
#low .fR {
  float: right;
}
@media only screen and (max-width: 767px) {
  #low .fR {
    float: none;
  }
}
#low .fL {
  float: left;
}
@media only screen and (max-width: 767px) {
  #low .fL {
    float: none;
  }
}
#low .f-min {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
}
#low address,
#low em {
  font-style: normal;
}
#low .lowInner {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #low .lowInner {
    padding: 0 10px;
  }
}
#low .artSpecial {
  height: 610px;
  margin-bottom: 60px;
}
#low .artSpecial .artCate {
  color: #000;
  background: #FFF;
}
#low .artSpecial .artTtl {
  margin-top: 30px;
}
#low .artSpecial .artCateWrap {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #low .artSpecial {
    height: auto;
    margin-bottom: 20px;
  }
}
#low .artTtl {
  margin: 0;
  line-height: 1.1;
}
#low .artTtl .artsubTtlLine {
  font-size: 26px;
}
#low .artTtl mark {
  background: transparent;
}
@media only screen and (max-width: 767px) {
  #low .artTtl .artsubTtlLine {
    font-size: 12px;
    font-weight: normal;
  }
}
#low .artSpecialImg {
  margin: 0;
}
#low .artTxtBloc {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-pack: start;
  padding: 80px;
}
@media only screen and (max-width: 767px) {
  #low .artTxtBloc {
    -ms-flex-pack: end;
        justify-content: flex-end;
    -webkit-box-pack: end;
    padding: 35px 7%;
  }
}
#low .fadein-up {
  opacity: 0;
}
#low .fadein-up.is-view {
  -webkit-animation: scrollIn 1s 0s forwards;
          animation: scrollIn 1s 0s forwards;
}
#low .specialDetail h3 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 400;
  color: #33bdc0;
}
#low .specialDetail h3 i {
  font-style: normal;
}
#low .specialDetail p {
  font-size: 16px;
}
#low .specialDetail div + div {
  margin-top: 25px;
}
#low .specialDetail .lead {
  font-size: 20px;
  margin-bottom: 5px;
}
#low .specialDetail .blc p i {
  font-weight: bold;
  font-style: normal;
  display: block;
}
#low .specialMap {
  padding: 50px 0 20px;
  background: #e0eff0;
}
#low .specialMap h3 {
  margin-bottom: 40px;
  margin-top: 0;
  font-size: 26px;
  font-weight: normal;
}
#low .specialNote {
  padding: 38px 0;
  font-size: 12px;
  letter-spacing: 1px;
}
#low .specialNote > span {
  display: inline-block;
  margin-right: 15px;
}
#low .specialNote em {
  font-weight: 500;
  font-size: 16px;
}
#low .specialNote .illust {
  font-size: 16px;
}
#low .arrowBox {
  font-size: 16px;
}
#low .arrowBox .ttl {
  float: left;
  margin: 0 10px 0 0;
}
#low .arrowBox .ttl img {
  display: inline-block;
  margin-left: 5px;
  vertical-align: -2px;
}
#low .arrowBox .cmp {
  float: left;
}
#low .arrowBox .cmp a {
  color: #000;
  text-decoration: none;
}
#low .arrowBox .cmp em {
  font-weight: bold;
  font-size: 18px;
}
#low .ph p {
  margin-bottom: 0;
  margin-top: 13px;
  font-size: 13px;
  color: #666;
}
#low .ph.wide {
  font-size: 0;
}
#low .ph.double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 35px;
}
#low .ph.double .txt p {
  color: #000;
  font-size: 16px;
}
#low .ph.double > div {
  width: 49%;
  margin-top: 0;
}
#low .ph.double.double02 > div:nth-child(1) {
  width: 32%;
}
#low .ph.double.double02 > div:nth-child(2) {
  width: 66%;
}
#low .ph p.blcAnnotation {
  margin-bottom: 20px;
}
#low .ph p {
  margin-top: 12px;
}
#low .lowerWrap {
  margin-bottom: 0;
}
#low .artSpecial {
  margin-bottom: 30px;
}
#low .js-scrollIn {
  opacity: 0;
}
#low .is-view {
  -webkit-animation: scrollIn 1s 0s forwards;
          animation: scrollIn 1s 0s forwards;
}
#low .lowInnerTalk .txt {
  float: left;
  width: 793px;
  margin-top: 0;
}
#low .lowInnerTalk .ph {
  float: right;
  margin: 0 0 0 15px;
  width: 332px;
}
#low .lowInnerTalk .ph p {
  text-indent: 0;
  padding-left: 0;
}
#low .lowInnerTalk p {
  text-indent: -3em;
  padding-left: 3em;
}
#low .lowInnerTalk h4 {
  text-align: center;
  font-size: 26px;
  font-weight: normal;
}
#low .lowInnerTalk h4 i {
  font-style: normal;
  color: #33bdc0;
}
#low .member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#low .member div + div {
  margin-top: 0;
}
#low .member_ttl p {
  border: 2px solid #000000;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
}
#low .member_ttl p::after, #low .member_ttl p::before {
  content: '';
  position: absolute;
  left: 50%;
}
#low .member_ttl p::before {
  bottom: -24px;
  margin-left: -13px;
  border: 12px solid transparent;
  border-top: 12px solid #ffffff;
  z-index: 2;
}
#low .member_ttl p::after {
  bottom: -29px;
  margin-left: -15px;
  border: 14px solid transparent;
  border-top: 14px solid #000000;
  z-index: 1;
}
#low .member_inner01 {
  width: 753px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#low .member_box {
  width: 368px;
}
#low .member_box .position {
  font-size: 16px;
  margin-top: 10px;
}
#low .member_box .name {
  font-size: 20px;
  margin-top: 20px;
}
#low .member_box .txt {
  font-size: 15px;
  margin: 0;
  margin-top: 20px;
}
#low .feature .lowerWrap {
  margin-bottom: 0;
}
#low .feature .newsTtl {
  padding: 18px 0;
  font-size: 20px;
  font-weight: bold;
}
#low .feature .newsTtl .newsTtl_cate {
  display: inline-block;
  padding: 1px 12px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #000;
}
#low .feature .newsTtl mark {
  color: #33bdc0;
  background: none;
  margin: 0 0.2em;
}
#low .feature .specialTopics .topicsBox {
  width: auto;
  padding: 80px 0;
  min-height: inherit;
}
#low .feature .specialTopics .topicsBox::before {
  -webkit-animation: slideBg-left .6s ease-in forwards;
          animation: slideBg-left .6s ease-in forwards;
}
#low .feature .specialTopics .topicsPic {
  -webkit-animation: fadeInRight 1.2s ease-in-out .8s forwards;
          animation: fadeInRight 1.2s ease-in-out .8s forwards;
}
#low .feature .specialTopics .topicsHead, #low .feature .specialTopics .topicsCaption {
  position: relative;
  z-index: 2;
  padding-left: 55px;
}
#low .feature .specialTopics .topicsCaption {
  width: 440px;
  margin-top: 0;
}
#low .feature .specialTopics .topicsPic.column {
  right: 0;
  top: 30px;
  width: auto;
}
#low .feature .specialTopics .topicsTtl {
  font-size: 40px;
  margin: 20px 0;
}
#low .feature .specialDetail {
  margin-bottom: 40px;
}
#low .feature .specialDetail h3 {
  font-size: 30px;
  margin: 0 0 20px;
}
#low .feature .specialDetail .ph {
  color: #666;
}
#low .feature .specialDetail .ph p {
  margin: 10px 0 0;
  font-size: 13px;
}
#low .feature .specialDetail .txt {
  font-size: 16px;
}
#low .feature .specialDetail .caseDetail1column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
#low .feature .specialDetail .caseDetail1column .ph {
  width: 330px;
}
#low .feature .specialDetail .ph img {
	width: 100%;
}
#low .feature .specialDetail .caseDetail1column .txt {
  width: 770px;
}
#low .feature .companyArea {
  padding: 50px 0 60px;
  margin-bottom: 30px;
  background: #f8f8f8;
}
#low .feature .companyArea .detail {
  padding: 36px 50px;
  background: #fff;
}
#low .feature .companyArea .detail .ttl {
  color: #33bdc0;
}
#low .feature01 .companyArea .detail {
  padding: 20px 50px;
}
#low .feature01 .specialDetail:nth-of-type(2) {
  margin-bottom: 0;
}
#low .feature01 .ktsArea {
  border: 2px solid #33bdc0;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#low .feature01 .ktsArea .treble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 605px;
}
#low .feature01 .ktsArea .treble .itemBox {
  margin: 0;
}
#low .feature01 .ktsArea .treble .itemBox img {
  display: block;
}
#low .feature01 .ktsArea .treble .itemBox.small {
  width: 308px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#low .feature01 .ktsArea .treble .itemBox.vertical {
  width: 280px;
}
#low .feature01 .ktsArea .txt {
  width: 450px;
  margin-top: 0;
}
#low .feature01 .ktsArea .txt h3 {
  font-size: 22px;
}
#low .feature01 .ktsArea .txt p {
  color: #33bdc0;
}
#low .feature01 .specialTopics .topicsCaption {
  width: 500px;
}
#low .feature01 .specialTopics .topicsTtl {
  margin: 25px 0;
}
#low .feature01 .specialTopics .topicsName {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 9;
  color: #000000;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  text-align: left;
}
#low .feature01 .specialTopics .topicsName span {
  font-size: 15px;
}
#low .feature01 .specialTopics .topicsBox .topicsSub {
  font-size: 42px;
  line-height: 1.1;
  color: #000000;
  font-weight: bold;
}
#low .feature01 .specialTopics .topicsBox .topicsSub div {
  display: inline-block;
  vertical-align: middle;
}
#low .feature01 .specialTopics .topicsBox .topicsSub mark {
  color: #33bdc0;
  background: none;
}
#low .feature01 .specialTopics .topicsBox .topicsSub span {
  margin-right: 20px;
  color: #000;
  background: #FFF;
  display: inline-block;
  padding: 12px 20px;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
}
#low .feature01 .specialTopics .topicsBox a.btnMore,
#low .feature02 .specialTopics .topicsBox a.btnMore,
#low .feature03 .specialTopics .topicsBox a.btnMore,
#low .feature04 .specialTopics .topicsBox a.btnMore {
	height: auto;
}
/* #low .feature01 .specialTopics .topicsBox::before {
  background-image: url(../images/feature01/mv_bg.jpg);
}
#low .feature02 .specialTopics .topicsBox::before {
  background-image: url(../images/feature02/mv_bg.jpg);
}
#low .feature03 .specialTopics .topicsBox::before {
  background-image: url(../images/feature03/mv_bg.jpg);
}
#low .feature04 .specialTopics .topicsBox::before {
  background-image: url(../images/feature04/mv_bg.jpg);
}
#low .feature04 .specialTopics .topicsBox {
  padding: 120px 0;
}
#low .feature04 .specialTopics .topicsBox::before {
  background-image: url(../images/feature04/mv_bg.jpg);
} */
/* #low .feature04 .specialDetail h2 {
  font-size: 30px;
  margin: 60px 0 20px;
  border-bottom: 2px solid #000000;
} */
/* #low .feature04 .specialDetail:nth-of-type(2) h2 {
  margin-top: 30px;
} */
/* #low .feature05 .specialTopics .topicsBox::before {
  background-image: url(../images/feature05/mv_bg.jpg);
}
#low .feature01.topics90-title .specialTopics .topicsBox::before {
  background-image: url(../images/topics90/bg-title.jpg) !important;
} */

#low .newsWind {
  margin-bottom: 80px;
}
#low .newsWind .ph img{width: 100%;}
#low .newsWind .specialDetail h3 {
  margin: 35px 0 35px;
  opacity: 0;
}
#low .newsWind .specialDetail h3.is-view {
  -webkit-animation: fadeInRight 0.4s ease-in 0s forwards;
          animation: fadeInRight 0.4s ease-in 0s forwards;
}
#low .newsWind .specialDetail section.is-view {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#low .newsWind .navWrap {
  height: 73px;
  margin-bottom: 60px;
}
#low .newsWind .windKv {
  background-color: #dff1f9;
  padding: 0;
}
#low .newsWind .windKv .lowInner {
  padding: 20px 0;
  background-image: url("../images/wind/map.png");
  background-repeat: no-repeat;
  background-size: 640px;
  background-position: 65% 15px;
}
#low .newsWind .windKv h2 {
  display: inline-block;
  text-align: center;
}
#low .newsWind .windKv h2 .note {
  display: block;
  font-weight: 500;
  font-size: 17px;
  color: #33bdc0;
}
#low .newsWind .windKv h2 .cap {
  font-weight: 400;
  font-size: 16px;
}
#low .newsWind .windNav {
  min-width: 1240px;
  width: 100%;
}
#low .newsWind .windNav.is-fixed {
  position: fixed;
  top: 135px;
  width: 100%;
  z-index: 1;
}
#low .newsWind .windNav ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #fff;
}
#low .newsWind .windNav li {
  width: 16.666%;
  margin: 0;
  float: left;
  text-align: center;
  background: #33bdc0;
  list-style-type: none;
}
#low .newsWind .windNav li:last-child a {
  border: 0;
}
#low .newsWind .windNav li a {
  position: relative;
  padding: 12px;
  display: block;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  border-right: 2px solid #fff;
}
#low .newsWind .windNav li a span {
  display: block;
}
#low .newsWind .windNav li a span .num {
  display: inline-block;
  font-size: 19px;
}
#low .newsWind .windNav li a em {
  display: block;
  font-size: 19px;
}
#low .newsWind .windNav li a:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 25px;
}
#low .newsWind .specialDetail {
  padding-top: 210px;
  margin-top: -210px;
}
#low .newsWind .specialDetail:last-of-type {
  margin-bottom: 0;
}
#low .newsWind .specialDetail p {
  margin: 0;
}
#low .newsWind .specialDetail h3 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #ececec;
  margin: 0;
  line-height: 1.3;
}
#low .newsWind .specialDetail h3 dl dt {
  width: 250px;
  padding: 13px 13px 13px 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ececec;
  background-image: url("../images/wind/ttl_bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 0;
}
#low .newsWind .specialDetail h3 dl dt span {
  display: block;
  font-size: 18px;
}
#low .newsWind .specialDetail h3 dl dt em {
  display: block;
  font-size: 21px;
}
#low .newsWind .specialDetail h3 dl dd {
  margin-left: 20px;
}
#low .newsWind .specialDetail .caption {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 13px;
  color: #666;
  display: block;
  text-align: left;
}
#low .newsWind .specialDetail#wind01 h3.is-view {
  margin-top: 0;
}
#low .newsWind .specialDetail#wind01 .wideDesc {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}
#low .newsWind .specialDetail#wind01 > p {
  margin-bottom: 30px;
}
#low .newsWind .specialDetail#wind02 .about {
  margin-top: 20px;
}
#low .newsWind .specialDetail#wind02 .about span {
  font-weight: bold;
}
#low .newsWind .specialDetail#wind02 .treble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
#low .newsWind .specialDetail#wind02 .treble .itemBox {
  margin: 0;
}
#low .newsWind .specialDetail#wind02 .treble .itemBox img {
  display: block;
}
#low .newsWind .specialDetail#wind02 .treble .itemBox.small {
  width: 416px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#low .newsWind .specialDetail#wind02 .treble .itemBox.vertical {
  width: 708px;
}




#low .newsWind .tableBox {
	margin: 30px 0 30px 0;
}
#low .newsWind .tableBox .normalTable {
	border-top:#cccccc 1px solid;
	border-left:#cccccc 1px solid;
	width:100%;
	border-collapse:collapse;
}
#low .newsWind .tableBox .normalTable > tbody > tr > th,
#low .newsWind .tableBox .normalTable > tbody > tr >  td {
	border-right:#cccccc 1px dotted;
	border-bottom:#cccccc 1px solid;
	padding:9px 5px 8px;
	border-collapse:collapse;
	vertical-align:middle;
	text-align: center;
	/*color: #4d575f;*/
}
#low .newsWind .tableBox .normalTable > tbody > tr > th:last-child,
#low .newsWind .tableBox .normalTable > tbody > tr >  td:last-child {
	border-right:#cccccc 1px solid;
}
#low .newsWind .tableBox .normalTable > tbody > tr >  th {
	background:#ebebeb;
	text-align:left;
	font-weight: normal;
}
#low .newsWind .tableBox .normalTable thead th {
	width:auto;
}
#low .newsWind .tableBox .normalTable > tbody > tr.topLevelTh > th {
	background:#028484;
	color: #fff;
	text-align: center;
}






#low .newsHist .artHist {
  height: 610px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0 0;
  background: url(../images/monuments/kv_bg.jpg) no-repeat center top;
  background-size: cover;
  color: #ffffff;
}
#low .newsHist .artHist .lowInner {
  position: relative;
  height: 100%;
}
#low .newsHist .artHist .artHistHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  opacity: 0;
}
.is-loaded #low .newsHist .artHist .artHistHead {
  -webkit-animation: scrollIn 1s 0s forwards;
          animation: scrollIn 1s 0s forwards;
}
#low .newsHist .artHist .artHistHead .histTtl {
  margin-top: 220px;
  text-shadow: 3px 0 5px black;
}
#low .newsHist .artHist .artHistHead .histMap {
  margin-top: 10px;
}
#low .newsHist .artHist .artHistHead .histLead {
  margin: 0;
  font-size: 22px;
}
#low .newsHist .artHist .artHistHead .histLead:before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 1px;
  margin-right: 10px;
  vertical-align: -2px;
  background: #ffffff;
}
#low .newsHist .artHist .artHistHead .artTtl {
  margin: 0;
  line-height: 1.4;
  font-size: 40px;
  font-weight: 400;
}
#low .newsHist .artHist .artHistHead .artTtl span {
  font-size: 26px;
}
#low .newsHist .artHist .artHistHead .artCaption {
  font-size: 16px;
  text-shadow: 3px 0 5px black;
}
#low .newsHist .artHist.artHistBottom {
  height: 770px;
  background: url(../images/monuments/img_08.jpg) no-repeat center center;
  background-size: cover;
}
#low .newsHist .artHist.artHistBottom .coment {
  bottom: auto;
  top: 6%;
  width: 420px;
}
#low .newsHist .coment {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.7);
}
#low .newsHist .lowInner .coment p {
  margin: 0;
  color: #000000;
}
#low .newsHist .specialDetail {
  padding-bottom: 60px;
  padding-top: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
#low .newsHist .specialDetail h3 {
  margin: 0 0 20px;
  color: #000;
}
#low .newsHist .specialDetail:nth-child(2n) {
  background-color: #f8f8f8;
}
#low .newsHist .specialDetail:last-of-type {
  margin-bottom: 0;
}
#low .newsHist .specialDetail.specialDetailSec {
  padding-top: 0;
}
#low .newsHist .specialDetail .ph.double {
  margin-top: 0;
}

#low .newsHist .specialDetail .ph.triple {
  margin-top: 0;
}
#low .ph.triple > div {
  width: 32%;
	float: left;
  margin: 0 2% 0 0;
}
#low .ph.triple div:nth-child(3) {
  margin: 0;
}
#low .ph.triple > div img{width: 100%;}
#low .ph.triple > div.blc p{margin: 0;}

#low .newsHist .lowInner2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#low .newsHist .lowInner2column div + div {
  margin-top: 40px;
}

#low .newsHist .lowInner p{
	margin: 0 auto 20px;
}

#low .newsHist .lowInner2column .txt {
  width: 770px;
}
#low .newsHist .lowInner2column .txt2 {width: 610px;}
#low .newsHist .lowInner2column .ph {
  width: 330px;
  margin-top: 20px;
}
#low .newsHist .lowInner2column .ph2 {
	width: 460px;
	margin: 0 auto;
}
#low .newsHist .lowInner2column .ph2 p {
	font-size: 13px;
    color: #666;
	line-height: 1.8;
}
#low .newsHist .lowInner2column .ph2 img {width: 100%;}
#low.is-loaded .newsHist .artHist .artHistHead {
  -webkit-animation: scrollIn 1s 0.5s forwards;
          animation: scrollIn 1s 0.5s forwards;
}
#low .newsRead {
  background: #eaf5f5;
  padding: 60px 0;
}
#low .newsRead .artRead {
  text-align: center;
  margin-bottom: 60px;
}
#low .newsRead .artRead .artTtl {
  margin-bottom: 40px;
}
#low .newsRead .artRead .artCaption {
  font-size: 16px;
}
#low .newsRead .specialReader .lowInner {
  margin-bottom: 36px;
}
#low .newsRead .specialReader .readBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
#low .newsRead .specialReader .readBox .readBlc {
  width: 334px;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  padding: 18px 18px 87px;
  font-size: 16px;
  background: #fff;
  border-radius: 20px;
  opacity: 0;
}
#low .newsRead .specialReader .readBox .readBlc:last-child {
  margin-right: 0;
}
#low .newsRead .specialReader .readBox .readBlc.wide {
  width: 800px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-content: -webkit-space-between;
}
#low .newsRead .specialReader .readBox img{
	width: 100%;
}
#low .newsRead .specialReader .readBox .readBlc h3 {
  margin: 0 0 25px;
}
#low .newsRead .specialReader .readBox .readBlc .illust {
  text-align: center;
}
#low .newsRead .specialReader .readBox .readBlc .name {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  color: #666;
}
#low .newsRead .specialReader .readBox.is-view .readBlc {
  -webkit-animation: scrollIn 1s 0s forwards;
          animation: scrollIn 1s 0s forwards;
}
#low .newsRead .specialReader .readBox.is-view .readBlc:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#low .newsRead .specialReader .readBox.is-view .readBlc:nth-of-type(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#low .newsRead .illustApply {
  text-align: center;
  margin-bottom: 60px;
  background: #fff;
  border: 3px solid #33bdc0;
  width: 1038px;
  margin: 0 auto;
  padding-bottom: 40px;
  border-radius: 20px;
}
#low .newsRead .illustApply h3 {
  font-size: 24px;
  font-weight: normal;
  color: #33bdc0;
}
#low .newsRead .illustApply a {
  padding: 10px;
  width: 16em;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  background: #33bdc0;
  color: #fff;
  border-radius: 30px;
}
#low .newsRead .illustApply a span {
  display: inline-block;
  padding: 0 36px;
  background: #33bdc0 url(../images/reader/icon_mail.png) no-repeat left center;
  background-size: 20px 16px;
}
#low .kpressNews#contents {
  margin-top: 0;
}
#low .kpressNews#contents .headArea {
  background: #000;
  padding-top: 35px;
  padding-bottom: 65px;
  margin-bottom: 60px;
}
#low .kpressNews#contents .headArea h2 {
  position: relative;
  color: #fff;
  font-size: 50px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
#low .kpressNews#contents .headArea h2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 90px;
  height: 4px;
  background: #33bdc0;
}
#low .kpressNews#contents .headArea h2 span {
  display: inline-block;
  padding-left: 20px;
  font-size: 20px;
  font-weight: normal;
}
#low .kpressNews#contents #latest {
  background: none;
  padding: 25px 35px;
  border: 2px solid #dbdbdb;
}
#low .kpressNews#contents #latest dl {
  padding: 0 0 0 20px;
  width: auto;
}
#low .kpressNews#contents #latest dl dd ul li {
  margin-bottom: 1em;
}
#low .kpressNews#contents #latest .kpressNews--btns {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
#low .kpressNews#contents #latest .kpressNews--btns li {
  width: 240px;
  margin-right: 25px;
}
#low .kpressNews#contents #latest .kpressNews--btns a {
  position: relative;
  padding: 10px 0;
  font-size: 16px;
  border: none;
  background: #33bdc0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
#low .kpressNews#contents #latest .kpressNews--btns__web.off a {
  background: #b8b8b8;
  pointer-events: none;
}
#low .kpressNews#contents #latest .kpressNews--btns .kpressNews--btns__web a:before {
  content: '';
  background: url("../../../images/icon_web_hover.png") no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 20px;
  width: 32px;
  height: 100%;
}
#low .kpressNews#contents #latest .kpressNews--btns .kpressNews--btns__pdf a:before {
  content: '';
  background: url("../../../images/icon_pdf_hover.png") no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 20px;
  width: 26px;
  height: 29px;
}
#low .kpressNews#contents .kpressNews--lists {
  padding-top: 0;
  border-top: none;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
#low .kpressNews#contents .kpressNews--lists > li {
  padding: 30px;
  border: 2px solid #dbdbdb;
  margin-right: 28px;
}
#low .kpressNews#contents .kpressNews--lists > li:nth-child(4n) {
  margin-right: 0;
}
#low .kpressNews#contents .kpressNews--lists > li a {
  position: relative;
  padding: 12px 30px;
  font-size: 14px;
  border: none;
  background: #33bdc0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
#low .kpressNews#contents .kpressNews--lists > li .kpressNews--btns__web.off a {
  background: #b8b8b8;
  pointer-events: none;
}
#low .kpressNews#contents .kpressNews--lists > li .kpressNews--btns__web a:before {
  content: '';
  background: url("../../../images/icon_web_hover.png") no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 12px;
  width: 23px;
  height: 100%;
}
#low .kpressNews#contents .kpressNews--lists > li .kpressNews--btns__pdf a {
  margin-top: 10px;
}
#low .kpressNews#contents .kpressNews--lists > li .kpressNews--btns__pdf a:before {
  content: '';
  background: url("../../../images/icon_pdf_hover.png") no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 20px;
  height: 22px;
}
#low .story.homeStory .innerWrap::before {
  background-position: left 60px;
}
#low .story .innerWrap {
  padding: 60px 60px 40px 0;
}
#low .story .innerWrap .storyHead .storySubTtl::after {
  width: 320px;
  right: 156px;
}
#low .story .innerWrap .btnMore {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 130px;
}
#low .story .innerWrap .btnMore .arw {
  width: 140px;
}
#low .newsStory .specialDetail {
  margin-top: 60px;
  padding-top: 0;
}
#low .specialDetail .lowInner .ph img{
	width: 100%;
}

#low .newsStory .specialDetail .member {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#low .newsStory .specialDetail .member li {
  width: 47%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#low .newsStory .specialDetail .member li:nth-of-type(n+3) {
  margin-top: 50px;
}
#low .newsStory .specialDetail .member li img {
  width: 200px;
  height: auto;
  float: left;
  margin-right: 25px;
  margin-bottom: 80px;
}
#low .newsStory .specialDetail .member li p {
  line-height: 1.4;
}
#low .newsStory .specialDetail .member li p.name {
  display: inline-block;
  margin-bottom: 20px;
}
#low .newsStory .specialDetail .member li p.name em {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
#low .newsStory .specialDetail .member li p.profile {
  display: inline;
  font-size: 15px;
}
#low .newsStory .specialDetail article .fR {
  width: 332px;
}
#low .newsStory .specialDetail article .fL {
  width: 770px;
}
#low .newsManage .lowerWrap {
  margin-bottom: 0;
}
#low .newsManage .manageWrap {
  background: url("../images/top/bg_stripe.png") repeat;
}
#low .newsManage .artHint {
  min-height: auto;
  padding: 67px 0 58px;
  margin-top: 0;
  margin-bottom: 65px;
  background: transparent;
}
#low .newsManage .artHint .lowInner {
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#low .newsManage .artHint .artHintHead {
  margin-bottom: 30px;
  opacity: 0;
}
#low .newsManage .artHint .artCaption {
  margin: 15px 0 0;
  width: auto;
  min-width: auto;
}
#low .newsManage .artHint .hintTtl {
  margin-left: 60px;
}
#low .newsManage .artHint .hintTtl .artTtl {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 1.44;
}
#low .newsManage .artHint .hintLogo {
  width: 200px;
  text-align: center;
}
#low .newsManage .artHint .hintLogo em {
  font-size: 16px;
}
#low .newsManage .artHint .hintLogo img {
  display: block;
  margin: 0 auto 10px;
}
#low .newsManage .artHintCont {
  position: relative;
}
#low .newsManage .artHintCont .coment {
  width: 630px;
  position: relative;
  z-index: 1;
  padding: 22px 15px 15px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
}
#low .newsManage .artHintCont .coment .txt {
  font-size: 26px;
  margin: 27px 0 17px;
}
#low .newsManage .artHintCont .coment .name {
  margin: 0;
  text-align: right;
  font-size: 16px;
}
#low .newsManage .artHintCont .coment .name span {
  font-size: 20px;
}
#low .newsManage .artHintCont .coment::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 10px;
  left: 10px;
  border: 1px solid #000;
}
#low .newsManage .artHintCont .artHintImg {
  margin-right: 0;
  margin-top: 20px;
  opacity: 0;
}
#low .newsManage .artHintCont .artHintImg .itemBox {
  opacity: 1;
}
#low .newsManage .specialDetail .lowInner {
  background: #fff;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#low .newsManage .specialDetail .lowInner > p {
  margin-bottom: 35px;
}
#low .newsManage .specialDetail .lowInner h3 {
  font-size: 26px;
  font-weight: 400;
  border-bottom: 1px solid #0b3775;
  color: #0b3775;
}
#low .newsManage .specialDetail .lowInner .ph.single {
  width: 508px;
  margin: 30px auto 0;
}
#low .newsManage .specialDetail .lowInner .ph .blc + .blc {
  margin-top: 20px;
}
#low .newsManage .arrowBox .ttl {
  color: #0b3775;
}
#low .newsManage .arrowBox .lowInner {
  background-color: inherit;
}
#low.is-loaded .newsManage .artHint .artHintHead {
  -webkit-animation: scrollIn 1s 0.5s forwards;
          animation: scrollIn 1s 0.5s forwards;
}
#low.is-loaded .newsManage .artHint .artHintImg {
  -webkit-animation: scrollIn 1s 1s forwards;
          animation: scrollIn 1s 1s forwards;
}
#low.is-loaded .newsManage .artHint .artHintCont .coment {
  -webkit-animation: scrollIn 1s 0.7s forwards;
          animation: scrollIn 1s 0.7s forwards;
}
#low .newsManage .specialDetail .lowInner .ph.double {
  margin-top: 40px;
}
#low .newsManage .specialDetail .lowInner .manageDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#low .newsManage .specialDetail .lowInner .manageDetail .ph {
  width: 330px;
  color: #666;
  margin-top: 0;
}
#low .newsManage .specialDetail .lowInner .manageDetail .txt {
  margin-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#low .newsManage .specialDetail .lowInner .manageDetail .txt p {
  margin-top: 0;
}
#low .newsManage .specialDetail .lowInner h3 {
  margin-top: 0;
}
#low .newsManage .specialDetail .lowInner .ph.wide.onTxt {
  display: block;
  position: relative;
  margin: 35px auto;
}
#low .newsManage .specialDetail .lowInner .ph.wide.onTxt p {
  position: absolute;
  width: 330px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  top: 30px;
  right: 30px;
  margin-top: 0;
}
#low .newsManage .specialDetail .lowInner .ph.wide.onTxt a {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 40px;
  display: block;
  width: 320px;
  padding: 12px 0;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
#low .newsManage .specialDetail .lowInner .ph.wide.onTxt a i {
  position: relative;
  font-style: normal;
  margin-left: 30px;
  font-size: 16px;
}
#low .newsManage .specialDetail .lowInner .ph.wide.onTxt a i::before {
  position: absolute;
  content: '';
  left: -30px;
  top: 0px;
  width: 20px;
  height: 18px;
  background-image: url("../images/tips/icon_mv.png");
}
#low .newsManage .specialDetail .lowInner .ph .blc + .blc {
  margin-top: 0;
}
#low .newsManage .specialDetail .lowInner .logo {
  margin-top: 20px;
}


/* ==============================
custom
============================== */

/* 経営のヒント */
#low.tips .manageWrap .lowInner .ph p{
	margin: 3px 0 0 0;
}








@media only screen and (max-width: 767px) {
  #low {
    	/* ==================================================
    feature
    ================================================== */
    	/* ==================================================
    newsWind
    ================================================== */
    	/* ==================================================
    	newsHist
     ================================================== */
    	/* ==================================================
    readers
    ================================================== */
    	/* ==================================================
    Backnumber
    ================================================== */
    	/* ==================================================
    topics
    ================================================== */
    	/* ==================================================
    newsManage
     ================================================== */
  }
  #low .artSpecial {
    height: auto;
    margin-bottom: 0;
  }
  #low .specialDetail h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.6;
  }
  #low .specialDetail h3 i {
    font-size: 17px;
    display: block;
  }
  #low .specialDetail p {
    font-size: 15px;
  }
  #low .specialDetail div + div,
  #low .specialDetail div + p {
    margin-top: 20px;
  }
  #low .specialDetail .lead {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #low .specialDetail .ph {
    float: none;
    margin: 0;
    width: auto;
  }
  #low .specialDetail .ph p {
    margin-top: 5px !important;
  }
  #low .specialDetail .ph.double {
    display: block;
  }
  #low .specialDetail .ph.double img {
    width: 100%;
  }
  #low .specialDetail .ph.double .txt p {
    font-size: 14px;
  }
  #low .specialDetail .ph.double > div {
    width: auto;
    margin-top: 10px;
  }
  #low .specialDetail .ph.double > div:nth-child(1) {
    margin-top: 0;
  }
  #low .specialDetail .ph.double.double02 > div:nth-child(1),
  #low .specialDetail .ph.double.double02 > div:nth-child(2) {
    width: 100%;
  }
  #low .specialDetail .ph.double img {
    margin: 0;
    opacity: 1;
	display: block;
  }
  #low .specialDetail .ph.is-loaded .artCopy {
    max-width: 100%;
  }
  #low .specialDetail .arrowBox {
    font-size: 14px;
  }
  #low .specialDetail .arrowBox .ttl {
    float: none;
    width: 100%;
  }
  #low .specialDetail .arrowBox .ttl img {
    width: 13px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #low .specialDetail .arrowBox .visit img {
    width: 13px;
  }
  #low .specialDetail .arrowBox .cmp {
    width: 100%;
    float: none;
  }
  #low .specialDetail .arrowBox .cmp em {
    font-size: 14px;
  }
  #low .specialDetail .lowInnerBox {
    padding: 0;
    margin: 0 10px;
  }
  #low .specialDetail .lowInnerBox h3 {
    padding: 20px 20px 0;
    font-size: 14px;
  }
  #low .specialDetail .lowInnerBox p {
    padding: 0 20px;
  }
  #low .specialDetail .lowInnerTalk h4 {
    font-size: 18px;
  }
  #low .specialDetail .lowInnerTalk .txt {
    width: auto;
  }
  #low .specialDetail .lowInnerTalk .ph {
    float: none;
    width: auto;
    margin: 0 auto 20px;
  }
  #low .specialDetail .schobelDetail {
    display: block;
  }
  #low .specialDetail .image {
    padding: 30px 0 10px;
  }
  #low .specialDetail .image h3 {
    color: #33bdc0;
    text-align: center;
  }
  #low .specialDetail .image h4 {
    font-size: 16px;
  }
  #low .specialDetail .image h4 span {
    min-width: 4em;
  }
  #low .specialDetail .image p {
    font-size: 14px;
  }
  #low .specialDetail .image .imageBox {
    margin: 30px auto;
    display: block;
  }
  #low .specialDetail .image .imageBox .imagePh {
    margin: 0;
  }
  #low .specialDetail .image .imageBox .imageTxt {
    width: auto;
    margin: 0;
  }
  #low .specialDetail .image .imageBox:nth-of-type(1) .imagePh {
    width: 60%;
    margin: 0 auto;
  }
  #low .specialDetail .image .imageBox:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  #low .specialDetail .image .imageBox:nth-of-type(2) .imagePh {
    width: 80%;
    margin: 0 auto;
  }
  #low .specialDetail .member {
    display: block;
  }
  #low .specialDetail .member_inner {
    display: block;
    width: auto;
  }
  #low .specialDetail .member_block {
    margin-bottom: 40px;
  }
  #low .specialDetail .member_inner01 {
    display: block;
    width: auto;
  }
  #low .specialDetail .member_box {
    clear: both;
    width: auto;
  }
  #low .specialDetail .member_box img {
    float: left;
    width: 48%;
    margin-bottom: 10px;
  }
  #low .specialDetail .member_box img + div {
    float: right;
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #low .specialDetail .member_box .position {
    font-size: 14px;
    margin: 0;
  }
  #low .specialDetail .member_box .name {
    font-size: 18px;
    margin: 0;
  }
  #low .specialDetail .member_box .txt {
    clear: both;
    font-size: 15px;
    margin: 20px 0;
  }
  #low .specialNote {
    padding: 40px 18px !important;
    font-size: 14px;
  }
  #low .specialNote em {
    font-size: 14px;
  }
  #low .feature .newsTtl {
    padding: 10px;
    font-size: 14px;
  }
  #low .feature .newsTtl .newsTtl_cate {
    padding: 0px 5px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
  }
  #low .feature .specialTopics .topicsBox {
    padding: 10px 0;
    margin-bottom: 0;
  }
  #low .feature .specialTopics .topicsBox .itemBox {
    margin: 0;
  }
  #low .feature .specialTopics .topicsBox::before {
    z-index: 0;
  }
  #low .feature .specialTopics .topicsPic {
    -webkit-animation: fadeInRight 1.2s ease-in-out .8s forwards;
            animation: fadeInRight 1.2s ease-in-out .8s forwards;
  }
  #low .feature .specialTopics .topicsHead, #low .feature .specialTopics .topicsCaption {
    padding: 0 10px;
    width: auto;
  }
  #low .feature .specialTopics .topicsHead {
    margin-top: 40px;
  }
  #low .feature .specialTopics .topicsPic.column {
    width: 80%;
    margin-left: 20%;
    top: 20px;
  }
  #low .feature .specialTopics .topicsTtl {
    font-size: 24px;
    margin: 10px 0;
  }
  #low .feature .specialDetail {
    margin-bottom: 30px;
  }
  #low .feature .specialDetail h3 {
    font-size: 20px;
  }
  #low .feature .specialDetail .caseDetail1column {
    display: block;
    margin-bottom: 30px;
  }
  #low .feature .specialDetail .caseDetail1column .ph {
    width: auto;
    margin-bottom: 20px;
    min-height: 0%;
  }
  #low .feature .specialDetail .caseDetail1column .txt {
    width: auto;
  }
  #low .feature .companyArea {
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  #low .feature .companyArea .detail {
    display: block;
    padding: 20px;
  }
  #low .feature .companyArea .detail .ttl {
    color: #33bdc0;
  }
  #low .feature01 .specialTopics .topicsCaption {
    width: auto;
  }
  #low .feature01 .specialTopics .topicsTtl {
    margin: 15px 0;
  }
  #low .feature01 .specialTopics .topicsHead {
    margin-top: -110px;
  }
  #low .feature01 .specialTopics .topicsBox::before {
    background-image: url(../images/feature01/mv_bg_sp.jpg);
  }
  #low .feature01 .specialTopics .topicsBox .topicsSub {
    font-size: 1.7rem;
    letter-spacing: normal;
    white-space: inherit;
  }
  #low .feature01 .specialTopics .topicsBox .topicsSub div {
    display: block;
    font-size: 1.4rem;
  }
  #low .feature01 .specialTopics .topicsBox .topicsSub span {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 7px 12px;
    font-size: 0.937rem;
  }
  #low .feature01 .specialTopics .topicsName {
    bottom: auto;
    top: 10px;
    right: 10px;
    padding: 10px;
    font-size: 10px;
  }
  #low .feature01 .companyArea .detail {
    padding: 20px;
  }
  #low .feature01 .companyArea .detail p {
    margin: 0;
  }
  #low .feature01 .ktsArea {
    border: 2px solid #33bdc0;
    padding: 20px;
    display: block;
  }
  #low .feature01 .ktsArea .treble {
    width: auto;
  }
  #low .feature01 .ktsArea .treble .itemBox.small {
    width: 50%;
  }
  #low .feature01 .ktsArea .treble .itemBox.vertical {
    width: 46%;
  }
  #low .feature01 .ktsArea .txt {
    width: auto;
    margin-top: 20px;
  }
  #low .feature01 .ktsArea .txt h3 {
    font-size: 20px;
  }
  #low .feature02 .specialTopics .topicsBox::before {
    background-image: url(../images/feature02/mv_bg.jpg);
  }
  #low .feature03 .specialTopics .topicsBox::before {
    background-image: url(../images/feature03/mv_bg.jpg);
  }
  #low .feature04 .specialTopics .topicsBox {
    padding: 10px 0;
  }
  #low .feature04 .specialTopics .topicsBox::before {
    background-image: url(../images/feature04/mv_bg.jpg);
  }
/*  #low .feature04 .specialDetail h2 {
    font-size: 20px;
    margin: 30px 0 20px;
  }
  #low .feature04 .specialDetail .caseDetail1column {
    margin-bottom: 20px;
  }
  #low .feature04 .specialDetail:nth-of-type(even) .caseDetail1column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }*/
  #low .newsWind .windKv .lowInner {
    padding: 10px 10px 185px;
    text-align: center;
    background-size: 90%;
    background-position: 50% 88%;
  }
  #low .newsWind .windKv h2 img {
    width: 120px;
  }
  #low .newsWind .windKv h2 .note {
    font-size: 14px;
  }
  #low .newsWind .windKv h2 .cap {
    font-size: 14px;
  }
  #low .newsWind .navWrap {
    height: 172px;
    margin-bottom: 30px;
  }
  #low .newsWind .windNav {
    min-width: auto;
    width: 100%;
    position: static;
  }
  #low .newsWind .windNav li {
    width: 50%;
    border-bottom: 2px solid #fff;
  }
  #low .newsWind .windNav li:nth-child(2n) a {
    border: 0;
  }
  /*#low .newsWind .windNav li:first-child {
    width: 100%;
  }
  #low .newsWind .windNav li:first-child a {
    border: 0;
  }*/
  #low .newsWind .windNav li a {
    padding: 10px;
  }
  #low .newsWind .windNav li a span {
    font-size: 11px;
  }
  #low .newsWind .windNav li a span .num {
    font-size: 14px;
  }
  #low .newsWind .windNav li a em {
    font-size: 14px;
  }
  #low .newsWind .windNav li a:after {
    width: 7px;
    height: 7px;
    right: 10px;
    top: 20px;
  }
  #low .newsWind .specialDetail {
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 0;
  }
  #low .newsWind .specialDetail h3 {
    margin-bottom: 20px;
  }
  #low .newsWind .specialDetail h3 dl {
    display: block;
    border-bottom: 0 solid #ececec;
  }
  #low .newsWind .specialDetail h3 dl dt {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 30px;
    background-size: auto 100%;
  }
  #low .newsWind .specialDetail h3 dl dt span {
    display: inline-block;
    font-size: 14px;
  }
  #low .newsWind .specialDetail h3 dl dt em {
    display: inline-block;
    font-size: 14px;
  }
  #low .newsWind .specialDetail h3 dl dd {
    margin-left: 0;
  }
  #low .newsWind .specialDetail .ph.double {
    display: block;
    margin-top: 20px;
  }
  #low .newsWind .specialDetail .ph.double > div {
    width: 100%;
	margin-bottom: 10px;
  }
  #low .newsWind .specialDetail .ph.double.double02 > div:nth-child(1) {
    width: 100%;
  }
  #low .newsWind .specialDetail .ph.double.double02 > div:nth-child(2) {
    width: 100%;
  }
  #low .newsWind .specialDetail .ph p {
    margin: 5px 0 10px 0;
  }
  #low .newsWind .specialDetail .caption {
    margin: 5px 0 10px 0;
	line-height: 1.5;
  }
  #low .newsWind .specialDetail#wind01 h3.is-view {
    margin-top: 0;
  }
  #low .newsWind .specialDetail#wind01 .wide {
    margin-bottom: 15px;
  }
  #low .newsWind .specialDetail#wind01 p {
    margin-bottom: 25px;
  }
  #low .newsWind .specialDetail#wind01 .double p {
    margin: 5px 0 10px 0;
  }
  #low .newsWind .specialDetail#wind02 .caption {
    margin: 5px 0 10px 0;
  }
  #low .newsWind .specialDetail#wind02 .about {
    margin-left: 10px;
    margin-right: 10px;
  }
  #low .newsWind .specialDetail#wind02 .treble {
    display: block;
    margin-top: 20px;
  }
  #low .newsWind .specialDetail#wind02 .treble .itemBox img {
    margin: 15px 0;
  }
  #low .newsWind .specialDetail#wind02 .treble .itemBox.small {
    width: auto;
    display: block;
  }
  #low .newsWind .specialDetail#wind02 .treble .itemBox.vertical {
    width: auto;
  }




#low .newsWind .tableBox::before {
	content: "※下の表は、横にスクロールしてご確認いただけます";
	font-size: 13px;
	display: block;
	margin-bottom: 6px;
}
#low .newsWind .tableBox{
	width: 100%;
	margin-bottom: 30px;
	font-size: 88%;
	overflow: scroll;
	overflow-y:hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
#low .newsWind .tableBox::-webkit-scrollbar{
    height: 10px;
	border-radius: 12px;
    background-color: #e3e3e3;
}
#low .newsWind .tableBox::-webkit-scrollbar-thumb{
    background-color: #c3c3c3;
    border-radius: 12px;
}
#low .newsWind .tableBox::-webkit-scrollbar-thumb:hover{
    background-color: #aaa;
}

/*#low .newsWind .tableBox {
	margin: 30px 0 30px 0;
}*/
#low .newsWind .tableBox .normalTable {
	width:740px;
	/*border-top:#cccccc 1px solid;
	border-left:#cccccc 1px solid;
	border-collapse:collapse;*/
}
#low .newsWind .tableBox .normalTable > tbody > tr > th,
#low .newsWind .tableBox .normalTable > tbody > tr >  td {
	font-size: 13px;
	text-align: left;
	/*border-right:#cccccc 1px dotted;
	border-bottom:#cccccc 1px solid;
	padding:9px 5px 8px;
	border-collapse:collapse;
	vertical-align:middle;*/
}
/*#low .newsWind .tableBox .normalTable > tbody > tr > th:last-child,
#low .newsWind .tableBox .normalTable > tbody > tr >  td:last-child {
	border-right:#cccccc 1px solid;
}
#low .newsWind .tableBox .normalTable > tbody > tr >  th {
	background:#ebebeb;
	text-align:left;
	font-weight: normal;
}
#low .newsWind .tableBox .normalTable thead th {
	width:auto;
}
#low .newsWind .tableBox .normalTable > tbody > tr.topLevelTh > th {
	background:#028484;
	color: #fff;
	text-align: center;
}*/



  #low .newsHist .artHist {
    height: 660px;
    padding: 25px 0 15px;
    background-image: url("../images/monuments/kv_bg_sp.jpg");
    position: relative;
  }
  #low .newsHist .artHist .lowInner {
    position: absolute;
    bottom: 20px;
    height: auto;
  }
  #low .newsHist .artHist .artHistHead {
    display: block;
  }
  #low .newsHist .artHist .artHistHead .histMap {
    display: block;
    text-align: right;
  }
  #low .newsHist .artHist .artHistHead .histMap img {
    width: 130px;
  }
  #low .newsHist .artHist .artHistHead .histTtl {
    margin-top: 0;
  }
  #low .newsHist .artHist .artHistHead .histLead {
    margin: 0;
    font-size: 14px;
  }
  #low .newsHist .artHist .artHistHead .histLead:before {
    height: 13px;
    margin-right: 5px;
  }
  #low .newsHist .artHist .artHistHead .artTtl {
    margin: 0 0 15px;
    font-size: 24px;
  }
  #low .newsHist .artHist .artHistHead .artTtl span {
    font-size: 14px;
  }
  #low .newsHist .artHist .artHistHead .artCaption {
    font-size: 14px;
  }
  #low .newsHist .artHist.artHistBottom {
    height: auto;
    background: none;
  }
  #low .newsHist .artHist.artHistBottom .coment {
    width: auto;
    background: none;
    padding: 0;
  }
  #low .newsHist .artHist.artHistBottom .coment p {
    color: #666;
  }
  #low .newsHist .artHist.artHistBottom .lowInner {
    position: static;
  }
  #low .newsHist .coment {
    width: calc(100% - 20px);
    padding: 15px;
    right: 0;
    left: 0;
    margin: auto;
    position: static;
  }
  #low .newsHist .specialDetail {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  #low .newsHist .specialDetail h3 {
    margin: 0 0 10px;
  }
  #low .newsHist .specialDetail .ph.double.tripple > div {
    width: 100%;
    margin-top: 30px;
  }
  #low .newsHist .specialImg {
    height: 350px;
  }
  #low .newsHist .specialImg .lowInner {
    height: 100%;
  }
  #low .newsHist .specialImg .lowInner .coment {
    right: 0;
    bottom: 20px;
    left: 0;
    top: auto;
  }
  #low .newsHist .lowInner2column {
    display: block;
  }
  #low .newsHist .lowInner2column div + div {
    margin-top: 20px;
  }
  #low .newsHist .lowInner2column .txt {
    width: auto;
  }
  #low .newsHist .lowInner2column .ph {
    width: auto;
    margin-top: 30px;
  }
  #low .newsHist .lowInner2column .ph .blc p {
    margin-top: 0;
  }
  #low .newsRead {
    padding: 30px 0;
  }
  #low .newsRead .artRead {
    margin-bottom: 20px;
  }
  #low .newsRead .artRead .artTtl {
    width: 76%;
    margin: 0 auto 20px;
  }
  #low .newsRead .specialReader .readBox {
    display: block;
  }
  #low .newsRead .specialReader .readBox .readBlc {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 18px 18px 70px;
  }
  #low .newsRead .specialReader .readBox .readBlc:last-child {
    margin-right: 10px;
  }
  #low .newsRead .specialReader .readBox .readBlc.wide {
    width: auto;
    padding-bottom: 70px;
    display: block;
  }
  #low .newsRead .specialReader .readBox .readBlc h3 {
    margin: 0 0 10px;
  }
  #low .newsRead .specialReader .readBox .readBlc .illust {
    width: 80%;
    margin: 0 auto;
  }
  #low .newsRead .illustApply {
    width: auto;
    margin: 0 10px;
  }
  #low .newsRead .illustApply h3 {
    font-size: 18px;
  }
  #low .newsRead .illustApply .lead {
    text-align: left;
  }
  #low .newsRead .illustApply a {
    padding: 8px;
    width: 16em;
    display: inline-block;
    font-size: 18px;
  }
  #low .newsRead .illustApply a span {
    display: inline-block;
    padding: 0 30px;
    background: #33bdc0 url(../images/reader/icon_mail.png) no-repeat left center;
    background-size: 20px 16px;
  }
  #low .kpressNews#contents .headArea {
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  #low .kpressNews#contents .headArea h2 {
    font-size: 30px;
  }
  #low .kpressNews#contents .headArea h2:after {
    width: 75px;
    height: 3px;
  }
  #low .kpressNews#contents .headArea h2 span {
    padding-left: 10px;
    font-size: 14px;
  }
  #low .kpressNews#contents #latest {
    padding: 20px;
  }
  #low .kpressNews#contents #latest dl {
    padding: 10px 0 0;
  }
  #low .kpressNews#contents #latest dl dt {
    text-align: left;
    padding-left: 1em;
  }
  #low .kpressNews#contents #latest:before {
    right: 0;
  }
  #low .kpressNews#contents #latest .kpressNews--btns li {
    width: 100%;
    margin-right: 0;
  }
  #low .kpressNews#contents #latest .kpressNews--btns a {
    padding: 10px 0;
  }
  #low .kpressNews#contents #latest .kpressNews--btns a:before {
    top: 10px;
    left: 20px;
    width: 24px;
    height: 22px;
  }
  #low .kpressNews#contents #latest .kpressNews--btns .kpressNews--btns__pdf a {
    margin-top: 10px;
  }
  #low .kpressNews#contents .kpressNews--lists {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  #low .kpressNews#contents .kpressNews--lists > li {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0;
  }
  #low .kpressNews#contents .kpressNews--lists > li:nth-child(4n) {
    margin-right: 0;
  }
  #low .kpressNews#contents .kpressNews--lists > li a {
    position: relative;
    padding: 12px;
    font-size: 12px;
  }
  #low .kpressNews#contents .kpressNews--lists > li a:before {
    top: 12px;
    left: 6px;
    width: 14px;
    height: 18px;
  }
  #low .story.homeStory {
    padding: 0;
  }
  #low .story.homeStory .innerWrap {
    padding: 30px 10px 20px;
  }
  #low .story.homeStory .innerWrap .storyHead .storySubTtl::after {
    width: 200px;
    left: 0;
  }
  #low .story.homeStory .innerWrap .storyPic {
    margin: 20px 0 0;
  }
  #low .story.homeStory .innerWrap .btnMore {
    margin: 0;
  }
  #low .story.homeStory .innerWrap .btnMore .arw {
    width: 90px;
  }
  #low .newsStory .specialDetail .member {
    display: block;
  }
  #low .newsStory .specialDetail .member li {
    width: 100%;
  }
  #low .newsStory .specialDetail .member li img {
    width: 148px;
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #low .newsStory .specialDetail .member li p.name {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
  }
  #low .newsStory .specialDetail .member li p.profile {
    clear: both;
    width: 100%;
    display: block;
    font-size: 14px;
  }
  #low .newsStory .specialDetail li + li,
  #low .newsStory .specialDetail li:nth-of-type(n+3) {
    margin-top: 35px;
  }
  #low .newsStory .specialDetail article .fL,
  #low .newsStory .specialDetail article .fR {
    width: auto;
  }
  #low .newsStory .specialDetail .ph {
    margin-top: 25px;
  }
  #low .newsManage .artHint {
    padding: 30px 0;
    margin-bottom: 20px;
    margin-top: 0;
  }
  #low .newsManage .artHint .lowInner {
    padding: 0 10px;
  }
  #low .newsManage .artHint .artHintHead {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #low .newsManage .artHint .hintTtl {
    margin-left: 10px;
    width: calc(100% - 130px);
  }
  #low .newsManage .artHint .hintTtl .artTtl {
    margin: 0 0 20px;
    font-size: 25px;
  }
  #low .newsManage .artHint .hintTtl .artCaption {
    margin: 0;
    width: auto;
    min-width: auto;
  }
  #low .newsManage .artHint .hintLogo {
    width: 110px;
    text-align: center;
    font-size: 10px;
  }
  #low .newsManage .artHint .hintLogo img {
    margin-bottom: 5px;
  }
  #low .newsManage .artHint .hintLogo em {
    font-size: 12px;
  }
  #low .newsManage .artHint .artHintCont {
    position: relative;
  }
  #low .newsManage .artHint .artHintCont .coment {
    width: 95%;
    margin-top: -30px;
    margin-left: -1%;
    padding: 30px 10px 10px 40px;
  }
  #low .newsManage .artHint .artHintCont .coment .txt {
    font-size: 17px;
    margin: 0 0 10px;
  }
  #low .newsManage .artHint .artHintCont .coment .name {
    margin: 0;
    text-align: right;
    font-size: 12px;
  }
  #low .newsManage .artHint .artHintCont .coment .name span {
    font-size: 15px;
  }
  #low .newsManage .artHint .artHintCont .coment::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 10px;
    left: 10px;
    border: 1px solid #000;
  }
  #low .newsManage .artHint .artHintCont .artHintImg {
    margin-right: 0;
    margin-top: 20px;
  }
  #low .newsManage .artHint .artHintCont .artHintImg .itemBox {
    height: 160px;
    width: 100%;
    opacity: 1;
  }
  #low .newsManage .artHint .artHintCont .artHintImg .itemBox.ph01 {
    background-image: url("../images/top/hint_ph01_pc.jpg");
    background-size: cover;
  }
  #low .newsManage .artHint .artHintCont .artHintImg .itemBox.ph03 {
    background-image: url("../images/top/hint_ph03_pc.jpg");
    background-size: cover;
  }
  #low .newsManage .specialDetail {
    padding-right: 10px;
    padding-left: 10px;
  }
  #low .newsManage .specialDetail .lowInner {
    padding: 15px 10px 30px;
  }
  #low .newsManage .specialDetail .lowInner .ph.single {
    width: auto;
  }
  #low .newsManage .specialDetail .lowInner > p {
    margin-bottom: 20px;
  }
  #low .newsManage .specialDetail h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    border-width: 0 0 2px 0;
  }
  #low .newsManage .arrowBox {
    padding: 30px 0;
  }
  #low .newsManage .arrowBox .lowInner {
    padding: 0;
  }
  #low .newsManage .arrowBox .lowInner > p {
    margin-bottom: 0;
  }
  #low .newsManage .specialDetail .lowInner .ph .blc + .blc {
    margin-top: 20px;
  }
  #low .newsManage .specialDetail .lowInner .manageDetail {
    display: block;
  }
  #low .newsManage .specialDetail .lowInner .manageDetail .ph {
    width: auto;
  }
  #low .newsManage .specialDetail .lowInner .manageDetail .txt {
    margin-right: 0;
  }
  #low .newsManage .specialDetail .lowInner .ph.double {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #low .newsManage .specialDetail .lowInner .logo img {
    width: auto;
  }
  #low .newsManage .specialDetail .lowInner .ph.wide.onTxt {
    margin: 20px auto 0;
  }
  #low .newsManage .specialDetail .lowInner .ph.wide.onTxt p {
    position: static;
    width: auto;
    background: none;
    padding: 20px 0;
  }
  #low .newsManage .specialDetail .lowInner .ph.wide.onTxt a {
    position: static;
    width: 70%;
    margin: 20px auto 0;
    border: 1px solid #000000;
    border-radius: 3px;
  }
}











/* =================================
vol247.custom
================================= */

/* common */
.pcBr{display: inline !important;}
.spBr{display: none !important;}

#youtubeBox {
	width:780px;
	margin: 0px auto 30px;
}
#youtubeBox .youtube{
  position:relative;
  width:100%;
  height: 0;
  padding-top:56.25%;
}
#youtubeBox .youtube iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
/* #low .feature .specialTopics .topicsBox { min-height: 380px;}
#low .feature .topicsBox img { min-width: 640px;} */

/* 歴史的建造物 */
#low .newsHist .artHist .kumamoto .artHistHead .histTtl{margin-top: 290px;}
#low .newsHist .artHist .kumamoto .coment{
	right: 0;
	left: inherit;
}
#low .newsHist .specialDetail .ph.triple {}
#low .newsHist .specialDetail .ph.triple .blc {
	width: 365px !important;
	margin: 0 22px 0 0;
}
#low .newsHist .specialDetail .ph.triple .blc:last-child {margin: 0 0 0 0;	}
#low .newsHist .artHist {padding: 0;}


/* 経営のヒント */
@media screen and (min-width: 768px){
	_:-ms-lang(x), .tips .newsManage .lowerWrap .manageWrap .artHint .artHintHead .hintTtl{width: 920px;}
}


@media screen and (max-width: 767px){

/* common（SP） */
.pcBr{display: none !important;}
.spBr{display: inline !important;}

#youtubeBox {
	width:100%;
	margin: 0 auto 20px;
}
#low .lowInner {padding: 0;}
#low .feature .specialTopics .topicsBox { min-height: inherit;}
#low .feature .topicsBox img { min-width: inherit;}

#low .responsive_Area::before {
	content: "※下の図は、横にスクロールしてご確認いただけます";
	font-size: 12px;
	display: block;
	margin-bottom: 6px;
}
#low .responsive_Area{
	width: 100%;
	margin-bottom: 15px;
	font-size: 88%;
	overflow: scroll;
	overflow-y:hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
#low .responsive_Area::-webkit-scrollbar{
    height: 10px;
	border-radius: 12px;
    background-color: #e3e3e3;
}
#low .responsive_Area::-webkit-scrollbar-thumb{
    background-color: #c3c3c3;
    border-radius: 12px;
}
#low .responsive_Area::-webkit-scrollbar-thumb:hover{
    background-color: #aaa;
}


/* 歴史的建造物（SP） */
#low .newsHist .artHist .kumamoto .artHistHead .histTtl{margin-top: 290px;}
#low .newsHist .artHist .kumamoto .coment{
	right: 0;
	left: inherit;
}
#low .newsHist .lowInner2column .txt2,
#low .newsHist .lowInner2column .ph2{width: 100%;}
#low .newsHist .specialDetail .ph.triple .blc {
	width: 100% !important;
	margin: 0 0 20px 0;
}
#low .newsHist .specialDetail .ph.triple .blc:last-child {margin: 0 0 0 0;}
#low .newsHist .artHistBottom { display: none;}

}


/* =======================
Vol263 特集
（流用するときは、v263をその号のナンバーに変えてください。たぶんその方が管理しやすいです。）
======================= */
/* -----------------------------
 特集共通
-----------------------------*/
#low .v263.feature {
  position: relative;
}
#low .v263.feature li {
  list-style: none;
}
#low .v263.feature img {
  width: 100%;
  vertical-align: bottom;
}
#low .v263.feature h2,
#low .v263.feature h3,
#low .v263.feature h4,
#low .v263.feature ul,
#low .v263.feature li,
#low .v263.feature dl,
#low .v263.feature p {
  margin: 0;
  padding: 0;
}
#low .v263.feature a {
  text-decoration: none;
  transition : all 0.5s ease 0s;
  color: #2BADB0;
  text-decoration: underline;
}
#low .v263.feature a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px){
  #low .v263.feature a:hover {
    opacity: 1;
  }
}

/* -----------------------------
 特集
-----------------------------*/
#low .v263.feature img {
  max-width: 100%;
  height: auto;
  display: block;
}
#low .v263.feature .lowerWrap {
  overflow: hidden;
}
#low .v263.feature .newsTtl {
  /*position: absolute;*/
  top:0;
  transform: translateX(0);
  max-width: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding-left: calc(50vw - 575px);
}
@media screen and (max-width: 767px){
  #low .v263.feature .newsTtl {
    position: static;
    background-color: #fff;
    padding-left: 20px;
  }
}
#low .v263.feature * {
  box-sizing: border-box;
}
#low .v263.feature .indent-negative {
  margin-left: -0.5em;
  display: inline-block;
}

#low .v263.feature .specialDetail {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
}
#low .v263.feature .specialDetail::after {
  position: absolute;
  left: 50%;
  bottom:  calc(-504 / 1400 * 100vw);
  transform: translateX(-50%);
  content: "";
  width: 100vw;
  height: calc(1790 / 1400 * 100vw);
  z-index: -1;
}
#low .feature02 .specialDetail .caseDetail1column,
#low .feature03 .specialDetail .caseDetail1column {
  margin-bottom: 0;
}


/* topicsBox */
#low .v263.feature .topicsBox {
  width: 1080px;
  margin: 0 auto 73px;
  position: relative;
}
#low .v263.feature01 .topicsBox {
  padding-top: 10px;
}
#low .v263.feature.feature02 .topicsBox,
#low .v263.feature.feature03 .topicsBox {
  margin-top: 75px;
}
#low .v263.feature03 .topicsBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .topicsBox {
    width: auto;
    margin-bottom: 25px;
  }

  #low .v263.feature .topicsBox,
  #low .v263.feature.feature02 .topicsBox,
  #low .v263.feature.feature03 .topicsBox {
    height: auto;
    margin-top: 0;
  }
}
#low .v263.feature .topicsBox .inner-topicsBox {
  max-width: 1080px;
  height: 100%;
  margin: 0 auto 0;
}
#low .v263.feature.feature01 .inner-topicsBox::before {
  position: absolute;
  content: "";
  width: 820px;
  height: 616px;
  top: -100px;
  right: -200px;
  z-index: -2;
  background: url("../images/feature/pict_intro_01.png") top center / cover no-repeat;
}
@media screen and (max-width: 767px){
  #low .v263.feature01 .topicsBox {
    padding-top: 0;
  }
  #low .v263.feature.feature01 .inner-topicsBox::before {
    width: calc(419 / 375 * 100vw);
    /* width: 419px; */
    height: calc(315 / 375 * 100vw);
    /* height: 315px; */
    top: min(210px, calc(210 / 375 * 100vw));
    left: 50%;
    transform: translatex(-50%);
    background: url("../images/feature/pict_intro_01_sp.png") top center / cover no-repeat;
  }
}
#low .v263.feature.feature02 .inner-topicsBox::before {
  position: absolute;
  content: "";
  width: 826px;
  height: 612px;
  top: -153px;
  right: -230px;
  z-index: -2;
  background: url("../images/feature/pict_intro_02.png") top center / cover no-repeat;
}
@media screen and (max-width: 767px){
  #low .v263.feature.feature02 .inner-topicsBox::before {
    width: calc(374 / 375 * 100vw);
    height: calc(276 / 375 * 100vw);
    top: calc(160 / 375 * 100vw);
    top: 160px;
    right: -20px;
    background: url("../images/feature/pict_intro_02_sp.png") top center / cover no-repeat;
  }
}
#low .v263.feature.feature03 .inner-topicsBox::before {
  position: absolute;
  content: "";
  width: 805px;
  height: 602px;
  top: -150px;
  right: -214px;
  z-index: -2;
  background: url("../images/feature/pict_intro_03.png") top center / cover no-repeat;
}
@media screen and (max-width: 767px){
  #low .v263.feature.feature03 .inner-topicsBox::before {
    width: calc(366 / 375 * 100vw);
    height: calc(276 / 375 * 100vw);
    top: 160px;
    left: 50%;
    right: 0;
    transform: translatex(-50%);
    background: url("../images/feature/pict_intro_03_sp.png") top center / cover no-repeat;
  }
}
@media screen and (max-width: 767px){
  #low .v263.feature .topicsBox .inner-topicsBox {
    width: 100%;
  }
}
#low .v263.feature .topicsBox .topicsText {
  max-width: 489px;
}
#low .v263.feature02 .topicsBox .topicsText {
  max-width: 520px;
  font-feature-settings: "palt";
}
#low .v263.feature03 .topicsBox .topicsText {
  max-width: 580px;
}
#low .v263.feature02 .topicsBox .topicsText .category,
#low .v263.feature03 .topicsBox .topicsText .category {
  display: inline-block;
  padding: 5px 25px;
  margin-bottom: 20px;
  font-size: 21px;
  color: #101010;
  font-weight: 600;
  line-height: 1;
  background-color: #f5a200;
  border-radius: 100px;
}
@media screen and (max-width: 767px){
  #low .v263.feature02 .topicsBox .topicsText .category,
  #low .v263.feature03 .topicsBox .topicsText .category {
    padding: calc(5 / 375 * 100vw) calc(25 / 375 * 100vw);
    margin-bottom: calc(13 / 375 * 100vw);
    border-radius: calc(100 / 375 * 100vw);
  }
}
#low .v263.feature .topicsBox .topicsText .cornerTitle {
  margin-bottom: -20px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .topicsBox .topicsText {
    width: 100%;
    margin: 0 auto;
    padding: 0 25px 0;
    margin-bottom: 25px;
  }
  #low .v263.feature02 .topicsBox .topicsText,
  #low .v263.feature03 .topicsBox .topicsText {
    margin-bottom: 30px;
  }
  #low .v263.feature03 .topicsBox .topicsText {
    padding: 0 25px 0;
  }
}
#low .v263.feature .topicsBox .featureNavi {
	width: 1080px;
	margin: 0 auto 74px;
	border-top: solid #00a7ac 3px;
	border-bottom: solid #00a7ac 3px;
	border-image: linear-gradient(to right, #00a7ac 0%, #3168A8 100%);
  border-image-slice: 1;
	display: flex;
	justify-content: center;
	background: #fff;
  font-size: 16px;
}
#low .v263.feature .topicsBox .featureNavi li {
	width: calc(1080px / 3);
	text-align: center;
	color: #00a7ac;
	line-height: 1.4;
  border-left: solid 1px rgba(86,37,120,0.3);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
#low .v263.feature .topicsBox .featureNavi li:first-child {
  border-left: solid 1px rgba(86,37,120,0.3);
}
#low .v263.feature .topicsBox .featureNavi li:last-child {
	border-right: solid 1px rgba(86,37,120,0.3);
}
#low .v263.feature .topicsBox .featureNavi li.active+li {
	border-left: none;
}
#low .v263.feature .topicsBox .featureNavi li.active {
	background: rgba(0,167,172,0.1);
	border-right: none;
	border-left: none;
	padding: 10px 0 10px;
}
#low .v263.feature .topicsBox .featureNavi li a {
	color: #00a7ac;
	text-decoration: none;
	display: block;
	padding: 20px 0;
  width: 100%;
}
@media screen and (max-width: 767px){
  #low .v263.feature .topicsBox .featureNavi li a {
    padding: 12px 0;
  }
}
#low .v263.feature .topicsBox .featureNavi li a:hover {
	background: rgba(0,167,172,0.1);
	border-right: none;
}
@media screen and (max-width: 767px){
  #low .v263.feature .topicsBox .featureNavi {
    width: 100%;
    margin: 0 auto 40px;
    border-top: solid #00a7ac 2px;
    border-bottom: solid #00a7ac 2px;
  }
  #low .v263.feature .topicsBox .featureNavi li {
    width: 33.3%;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
  }
}
#low .v263.feature .topicsBox .themeName {
	font-size: 21px;
  font-weight: 500;
	margin-bottom: 50px;
	text-align: center;
	line-height: 1.4;
  position: relative;
}
#low .v263.feature .topicsBox .themeName::after {
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  content:"";
  width: 100px;
  height: 5px;
  background-color: #00a7ac;
}
#low .v263.feature .topicsBox .themeCompany {
	font-size: 24px;
  font-weight: 500;
  margin-top: -15px;
	margin-bottom: 34px;
	text-align: center;
	line-height: 1.4;
	color: #00a7ac;
}
@media screen and (max-width: 767px){
  #low .v263.feature .topicsBox .themeCompany {
    font-size: 20px;
    margin-top: -5px;
    margin-bottom: 24px;
  }
}
#low .v263.feature .topicsBox .themeName_user {
	font-size: 16px;
	text-align: center;
	width: 300px;
	border: solid 1px #00a7ac;
	padding: 5px;
	margin: -10px auto 30px;
	color: #00a7ac;
}
#low .v263.feature .topicsBox .themeTtl {
	font-size: 38px;
  font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.4;
	color: #00a7ac;
}
#low .v263.feature .topicsBox .themeTxt {
	font-size: 16px;
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .topicsBox .topicsText .cornerTitle {
    margin: 0 auto;
    padding: 0 30px;
  }
  #low .v263.feature .topicsBox .themeLead {
	  padding: 0 30px;
  }
  #low .v263.feature .topicsBox .themeName {
      font-size: 16px;
      line-height: 1.3;
  	  margin-bottom: 30px;
  }
  #low .v263.feature .topicsBox .themeName::after {
      bottom: -9px;
      width: 50px;
      height: 3px;
  }
  #low .v263.feature .topicsBox .themeTtl {
      font-size: 24px;
      margin: 0 -1em;
      margin-bottom: 17px;
  }
  #low .v263.feature.feature01 .topicsBox .themeTtl {
      margin-bottom: 25px;
  }
  #low .v263.feature .topicsBox .themeTxt {
      margin-bottom: 34px;
      text-align: left;
  }
  #low .v263.feature .topicsBox .themeName_user {
      font-size: 15px;
      width: 240px;
      margin: 10px auto 30px;
  }
}
#low .v263.feature .topicsBox .topicsText .cornerTitle .cornerSubTitle {
  font-size: 19px;
  line-height: 1;
  font-weight: bold;
  color: #2BADB0;
  margin-bottom: 0;
  display: inline-block;
}
#low .v263.feature .topicsBox .topicsText .cornerTitle .cornerMainTitle {
  font-size: 50px;
  line-height: 1;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #30E1E5;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .topicsBox .topicsText .cornerTitle .cornerMainTitle {
    font-size: 47px;
    margin-bottom: 15px;
  }
}
#low .v263.feature .topicsBox .topicsText .cornerTitle .cornerCharacter {
  width: 292px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  #low .v263.feature .topicsBox .topicsText .cornerTitle .cornerCharacter {
    width: calc(270 / 400 * 100vw);
  }
}
#low .v263.feature .topicsBox .topicsText h2 {
  font-size: 110px;
  line-height: 1.2;
  margin-bottom: 28px;
	color: #33bdc0;
  font-weight: 600;
}
#low .v263.feature02 .topicsBox .topicsText h2,
#low .v263.feature03 .topicsBox .topicsText h2 {
  margin-bottom: 15px;
  font-size: 64px;
  font-feature-settings: "palt";
  line-height: 1.3;
}
#low .v263.feature .topicsBox .topicsText h2 span {
  font-size: 40px;
	color: #F5A200;
  font-weight: 600;
  display: block;
}
#low .v263.feature02 .topicsBox .topicsText h2 span {
  font-size: 34px;
	color: #33bdc0;
  font-weight: 600;
  display: inline;
}
@media screen and (max-width: 767px){
  #low .v263.feature .topicsBox .topicsText h2 {
    font-size: min(70px, calc(70 / 375 * 100vw));
    padding: 0;
    margin-bottom: max(315px, calc(315 / 375 * 100vw));
    text-align: center;
  }
  #low .v263.feature02 .topicsBox .topicsText h2,
  #low .v263.feature03 .topicsBox .topicsText h2 {
    font-size: min(38px, calc(38 / 375 * 100vw));
    margin-bottom: max(263px, calc(263 / 375 * 100vw));
    text-align: left;
    line-height: 1.25;
    font-feature-settings: "palt";
  }
  #low .v263.feature .topicsBox .topicsText h2 span {
  font-size: min(40px, calc(40 / 375 * 100vw));
  }
  #low .v263.feature01 .topicsBox .topicsText h2 span {
    font-size: min(30px, calc(30 / 375 * 100vw));
    }
  #low .v263.feature .topicsBox .topicsText h2.subpage {
	  margin-bottom: -20px;
  }
}

#low .v263.feature .topicsBox .topicsText .read {
  font-size: 16px;
  line-height: 1.9;
}
#low .v263.feature02 .topicsBox .topicsText .read,
#low .v263.feature03 .topicsBox .topicsText .read {
  max-width: 495px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .topicsBox .topicsText .read {
    padding: 0;
    text-align: left;
    line-height: 1.92;
  }
}

/* profile_area */
#low .v263.feature .profile_area {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#low .v263.feature .profile_area::before {
  content: "";
  position: absolute;
  display: block;
  background: #F5A200;
  width: 100%;
  height: 67px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
#low .v263.feature .inner_profile_area {
  width: 100%;
  max-width: 1080px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
}
#low .v263.feature .profile_area .person_box {
  width: 346px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #000;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0;
}
#low .v263.feature .profile_area .person_box .image_box {
  width: 114px;
}
#low .v263.feature .profile_area .person_box .text_box {
  width: 202px;
  margin: 0;
  line-height: 1.5;
}
#low .v263.feature .profile_area .person_box .text_box p {
  font-size: 13px;
}
#low .v263.feature .profile_area .person_box .text_box .name {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 767px){
  #low .v263.feature .profile_area {
    margin-bottom: calc(40 / 375 * 100vw);
  }
  #low .v263.feature .inner_profile_area {
    flex-direction: column;
    gap: 10px;
  }
  #low .v263.feature .profile_area::before {
    content: none;
  }
  #low .v263.feature .profile_area .person_box {
    position: relative;
    width: calc(346 / 375 * 100vw);
    max-width: 346px;
  }
  #low .v263.feature .profile_area .person_box::before {
    content: "";
    position: absolute;
    display: block;
    background: #F5A200;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 67px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -2;
  }
}

/* specialDetail */
#low .v263.feature .specialDetail .lowInner {
  max-width: 1080px;
}
#low .v263.feature .specialDetail .lowInner .themeTtl {
	font-size: 38px;
	margin-bottom: 34px;
	text-align: center;
	line-height: 1.4;
	color: #00a7ac;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .lowInner .themeTtl {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 12px;
  }
}

/* section設定 */
#low .v263.feature .specialDetail .lowInner #section01,
#low .v263.feature .specialDetail .lowInner #section02,
#low .v263.feature .specialDetail .lowInner #section03 {
  margin-bottom: 150px;
}
#low .v263.feature .specialDetail .lowInner #section01{
  margin-bottom: 100px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .lowInner #section01,
  #low .v263.feature .specialDetail .lowInner #section02,
  #low .v263.feature .specialDetail .lowInner #section03 {
    margin-top: -50px;
    padding-top: 50px;
    margin-bottom: 150px;
  }
  #low .v263.feature .specialDetail .lowInner #section03 {
    margin-bottom: 85px;
  }
  #low .v263.feature .specialDetail .lowInner #section01{
      margin-bottom: 50px;
  }
}

/* content_container */
#low .v263.feature02 .specialDetail .lowInner .content_container,
#low .v263.feature03 .specialDetail .lowInner .content_container {
  position: relative;
  margin: 0;
  z-index: -1;
}

#low .v263.feature .specialDetail .lowInner h2.main-ttl {
  width: 800px;
  font-size: 28px;
  line-height: 1.55;
  font-weight: 600;
  color: #00A7AC;
  margin: 0 auto 30px;
  position: relative;
  /* font-feature-settings: "palt"; */
}
#low .v263.feature .specialDetail .lowInner .caseDetail1column .mainColumn .txt .host {
  margin-bottom: 20px;
}
#low .v263.feature .specialDetail .lowInner .caseDetail1column .mainColumn .txt dl {
  width: 100%;
  display: flex;
  margin: 20px 0;
}
#low .v263.feature .specialDetail .lowInner .caseDetail1column .mainColumn .txt dl:first-child {
  margin-top: 0;
}
#low .v263.feature .specialDetail .lowInner .caseDetail1column .mainColumn .txt dl dt {
  width: 100px;
  padding-right: 5px;
  font-size: 16px;
  color: #F5A200;
  font-weight: 600;
  text-align: right;
}
#low .v263.feature .specialDetail .lowInner .caseDetail1column .mainColumn .txt dl dd {
  width: 700px;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .lowInner h2.main-ttl {
    width: auto;
    padding: 0 30px;
    margin: 0 auto calc(30 / 375 * 100vw);
    /* font-size: calc(28 / 375 * 100vw); */
  }
  #low .v263.feature .specialDetail .lowInner h2.main-ttl {
    font-size: 25px;
  }
  #low .v263.feature .specialDetail .lowInner .caseDetail1column .mainColumn .txt p {
    font-size: 16px;
  }
  #low .v263.feature .specialDetail .lowInner .caseDetail1column .mainColumn .txt .host {
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #low .v263.feature .specialDetail .lowInner .caseDetail1column .mainColumn .txt dl {
    flex-direction: column;
    margin: calc(20 / 375 * 100vw) 0;
  }
  #low .v263.feature .specialDetail .lowInner .caseDetail1column .mainColumn .txt dl dt {
    width: auto;
    text-align: left;
    margin-bottom: 10px;
  }
  #low .v263.feature .specialDetail .lowInner .caseDetail1column .mainColumn .txt dl dd {
    width: auto;
    padding-left: calc(30 / 375 * 100vw);
  }
}

/* mainColumn */
#low .v263.feature .specialDetail .lowInner .mainColumn {
  width: 100%;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column {
  margin: 0 0 90px auto;
}
#low .v263.feature01 .specialDetail .lowInner .mainColumn .inner-column {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .content {
  width: 760px;
  margin-top: 0;
}
#low .v263.feature .specialDetail .lowInner .caseDetail1column .mainColumn .txt {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column {
    margin: 0 0 30px 0;
    padding: 0;
    flex-direction: column;
    gap: 25px;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .content {
    width: auto;
  }
  #low .v263.feature .specialDetail .lowInner .caseDetail1column .mainColumn .txt {
    width: auto;
  }
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column.column1 {
  padding-left: 0;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column.column1 {
    margin-bottom: 35px;
  }
}

#low .v263.feature .specialDetail .lowInner .content_container {
  position: relative;
}

#low .v263.feature .specialDetail .lowInner .mainColumn h3 {
  margin-bottom: 38px;
  padding-left: 0.2em;
  font-size: 38px;
  font-weight: bold;
  color: #33bdc0;
  line-height: 1.55;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .lowInner .mainColumn h3 {
    padding-left: 0;
    font-size: 30px;
    margin-bottom: 27px;
  }
}

/* titile_container */
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .titile_container {
  margin-bottom: 30px;
  padding-bottom: 9px;
  border-bottom: #2BADB0 solid 2px;
}
#low .v263.feature01 .specialDetail .lowInner .mainColumn .inner-column .titile_container:not(:first-of-type) {
  margin-top: 65px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .titile_container[data-style="mb-long"] {
  margin-bottom: 50px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .titile_container .title_part {
  font-size: 14px;
  color: #2BADB0;
  font-weight: bold;
  vertical-align: top;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .titile_container {
    /* margin-top: 25px; */
    margin-bottom: 15px;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .titile_container .title_part {
    /* margin-bottom: 10px; */
  }
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .titile_container .title_part .part {
  font-size: 15px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .titile_container h2 {
  margin-bottom: 18px;
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .titile_container .title_description {
  padding-left: 0.3em;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .titile_container .title_description {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* person_container */
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .person_container {
  width: 260px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .person_container.down_position {
  top: 9em;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .person_container .person_box {
  /* margin: 0 0 40px; */
  padding: 20px 20px 26px;
  background-color: #EAF5F5;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .person_container .person_box .img_box {
  margin: 0 0 20px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .person_container .person_box .txt_box {
  margin: 0;
  padding-left: 10px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .person_container .person_box .character_title {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 5px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .person_container .person_box .character_name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .person_container .person_box .character_name small {
  font-size: 13px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .person_container .person_box .character_rubi {
  font-size: 12px;
  line-height: 1;
  color: #00a7ac;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .person_container .person_box .character_txt {
  font-size: 13px;
  line-height: 1.5;
  color: #00a7ac;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .person_container {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .person_container .person_box {
    display: flex;
    padding: 20px;
    gap: 20px;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .person_container .person_box .txt_box {
    padding-left: 0;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .person_container .person_box .img_box {
    flex-basis: calc(140 / 375 * 100vw);
    margin: 0;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .person_container .person_box .txt_box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .person_container .person_box .character_title {
    margin-bottom: 4px;
  }
}


@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .lowInner .mainColumn {
    width: 100%;
    padding: 0 30px;
  }
}

/* txt_container */
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container {
  margin: 0 0 30px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container p:last-of-type {
    margin-bottom: 30px;
  }
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container p.cap {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container {
    margin-bottom: 30px;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container p {
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container p.cap {
    /* font-size: calc(12 / 400 * 100vw); */
    margin: 10px 0 0;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container .over_column {
    margin: 0 -30px;
    width: 100vw;
    max-width: 100vw;
  }
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container p.mb0 {
  margin-bottom: 0;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container .boxLeft {
	width: 320px;
	float: left;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container.short .boxLeft {
	width: 400px;
}

#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column.column1 .txt_container .boxLeft {
	width: 600px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column.column1 .txt_container .boxLeft,
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container.short .boxLeft,
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column.column1 .txt_container .boxLeft,
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container.short .boxRight
   {
    width: 100%;
  }
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container .boxRight {
	width: 420px;
	float: right;
	margin-top: 0;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container .boxRight img {
	width: 100%;
  margin-bottom: 10px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container.short .boxRight {
	width: 300px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container.short .boxRight .cap,
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container.short .boxRight.column2+.cap {
	font-size: 13px;
  line-height: 1.5;
  color: #00A7AC;
  text-align: left;
  margin: 0;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container.short .boxRight .cap:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container.short .boxRight {
    width: 100%;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container.short .boxRight.column2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container.short .boxRight .img_box {
    width: calc(165 / 400 * 100vw);
    margin: 0;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container.short .boxRight.column2 .img_box img {
    margin-bottom: 10px;
  }
}

/* img_container */
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container {
  margin-top: 34px;
}
#low .v263.feature02 .specialDetail .lowInner .mainColumn .inner-column .img_container,
#low .v263.feature03 .specialDetail .lowInner .mainColumn .inner-column .img_container {
  border: 1px solid #cccaca;
  text-align: center;
  padding: 50px 90px;
  margin-top: 90px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container.pt0 {
  padding-top: 0;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_ttl {
  display: inline-block;
  padding: 8px 40px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #00a7ac;
  text-align: center;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_ttl span {
  font-size: 13px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_txt {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_txt .img_box {
  width: 600px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_txt .txt_box {
  width: 270px;
  margin: 0;
  padding: 37px 28px 30px;
  background-color: #efefef;
  border-radius: 20px;
  text-align: left;
  line-height: 1.8;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_txt .txt_box p {
  font-size: 14px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_txt .txt_box .txt_box_ttl {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #00a7ac;
  line-height: 1.55;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_txt .txt_box_ttl::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #00a7ac;
  width: 150px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container.col3 {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container.col3 .img_box {
  width: 163px;
  margin: 0;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_box .caption {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_2column {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_2column .img_box {
  width: 50%;
  margin: 0;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_2column .img_box .caption {
  padding-right: 1em;
}
@media screen and (max-width: 767px){
  #low .v263.feature02 .specialDetail .lowInner .mainColumn .inner-column .img_container,
  #low .v263.feature03 .specialDetail .lowInner .mainColumn .inner-column .img_container {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: calc(50 / 375 * 100vw) calc(28 / 375 * 100vw);
    margin-top: 30px;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_2column {
    display: block;
    margin: 0;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_2column .img_box {
    width: 100%;
    margin: 0 auto 20px;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_2column .img_box:last-child {
    margin-bottom: 0;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_ttl {
    padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    line-height: 1.5;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_txt {
    flex-direction: column;
    gap: 30px;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_txt .txt_box {
    width: calc(270 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw);
    margin: 0 auto;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_txt .img_box {
    width: 100%;
    margin: 0 auto;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_txt .img_box_xs {
    width: calc(189 / 375 * 100vw);
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_2column .img_box picture {
    margin: 0;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_box picture {
    display: block;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .img_container .img_box img {
    width: 100%;
    }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container .boxLeft {
      width: 100%;
      float: none;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .txt_container .boxRight {
      width: 100%;
      float: none;
      margin: 20px 0 0;
  }
}

/* detail_container */
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container {
  margin-bottom: 20px;
  margin-top: 50px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container h3 {
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  font-weight: bold;
  padding-left: 17px;
  position: relative;
  margin-bottom: 6px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .img_container {
  margin-top: 20px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .detail-note {
  font-size: 14px;
  line-height: 1.4;
  color: #2BADB0;
  font-weight: bold;
  margin-bottom: 14px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container h3::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #2BADB0;
}

/* k-dive_about */
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_about {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 67px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_about {
    margin-bottom: 45px;
  }
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_about .items {
  width: 330px;
  padding: 14px 16px;
  background-color: #2BADB0;
  color: #fff;
  margin: 0;
  position: relative;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_about .items:first-of-type::after {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/feature/icon_plus.svg") center/contain no-repeat;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_about .items .items_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_about .items .items_title span {
  color: #FFE553;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_about .items .items_description {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_about {
    display: block;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_about .items {
    width: 100%;
    margin-bottom: 30px;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_about .items:first-of-type::after {
    top: auto;
    bottom: -25px;
    right: 50%;
    transform: translateX(50%) translateY(0);
  }
}

/* specialDetailBg */
#low .v263.feature .specialDetailBg {
  width: 100%;
  background-color: rgba(233, 244, 244, .6);
  padding: 66px 0 100px;
  position: relative;
}
#low .v263.feature.feature01 .specialDetailBg {
  padding-top: 78px;
}
#low .v263.feature.feature02 .specialDetailBg {
  padding-top: 65px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg {
    padding: 34px 30px 30px;
  }
  #low .v263.feature.feature01 .specialDetailBg {
    padding-top: 38px;
  }
  #low .v263.feature.feature02 .specialDetailBg {
    padding-top: 36px;
  }
}
#low .v263.feature .specialDetailBg::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 200px;
  height: 15px;
  background-color: #00a7ac;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg::before {
    width: 100px;
    height: 10px;
}
}
#low .v263.feature .specialDetailBg .lowInner {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .lowInner {
    width: 100%;
  }
}
#low .v263.feature.feature01 .specialDetailBg .themeLead {
  margin-bottom: 60px;
}
#low .v263.feature .specialDetailBg .themeLead {
  text-align: center;
  margin-bottom: 30px;
}
#low .v263.feature.feature02 .specialDetailBg .themeLead {
  margin-bottom: 40px;
}
#low .v263.feature .specialDetailBg .themeLead .themeTtl {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  color: #00a7ac;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .themeLead {
    margin-bottom: 22px;
  }
  #low .v263.feature.feature01 .specialDetailBg .themeLead {
    margin-bottom: 22px;
  }
  #low .v263.feature.feature02 .specialDetailBg .themeLead {
    margin-bottom: 26px;
  }
  #low .v263.feature .specialDetailBg .themeLead .themeTtl {
    font-size: calc(20 / 400 * 100vw);
  }
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .scroll_container {
    position: relative;
    margin-bottom: 20px;
  }
  #low .v263.feature .specialDetailBg .scroll_container::after {
    position: absolute;
    bottom: -36px;
    left: 0;
    content: "※画像を左右にスクロールいただけます。";
    width: 100%;
    font-size: 13px;
    text-align: center;
  }
  #low .v263.feature .specialDetailBg .scroll_inner {
    overflow: scroll;
  }
  #low .v263.feature .specialDetailBg .scroll_container img {
    max-width: 1080px;
    width: 1080px;
  }
  #low .v263.feature .specialDetailBg .dismantling .scroll_container img {
    max-width: 877px;
    width: 877px;
  }
}

#low .v263.feature .specialDetailBg .inner {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .inner {
    width: 100%;
  }
}
#low .v263.feature .specialDetailBg .inner p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 30px;
}
#low .v263.feature .specialDetailBg .inner .img_box {
  margin-bottom: 60px;
}
#low .v263.feature .specialDetailBg .inner .img_box img {
  margin-bottom: 10px;
}
#low .v263.feature .specialDetailBg .inner .txt_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .inner .txt_container {
    display: block;
  }
  #low .v263.feature .specialDetailBg .inner p:last-of-type {
    margin-bottom: 30px;
  }
}
#low .v263.feature .specialDetailBg .inner .txt_container .boxLeft {
  width: 340px;
}
#low .v263.feature .specialDetailBg .inner .txt_container .boxRight {
  width: 300px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .inner .txt_container .boxLeft,
  #low .v263.feature .specialDetailBg .inner .txt_container .boxRight {
    width: 100%;
  }
}
#low .v263.feature .specialDetailBg .inner .txt_container .boxRight img {
  margin-bottom: 10px;
}
#low .v263.feature .specialDetailBg .inner .cap {
  font-size: 13px;
  color: #00A7AC;
  text-align: center;
}

#low .v263.feature .specialDetailBg .themeLead .inner .txt_container .boxLeft {
  width: 400px;
}
#low .v263.feature .specialDetailBg .themeLead .inner .txt_container .boxRight {
  width: 300px;
}


#low .v263.feature .specialDetailBg .environment_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .environment_list {
    display: block;
  }
}

#low .v263.feature .specialDetailBg .environment_list:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: rgba(112, 112, 112, .3) solid 1px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .environment_list:not(:last-of-type) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#low .v263.feature .specialDetailBg .environment_list li {
  width: 520px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .environment_list li {
    width: 100%;
    display: block;
    border-top: rgba(112, 112, 112, .3) solid 1px;
    padding-top: 22px;
    margin-bottom: 30px;
  }
}
#low .v263.feature .specialDetailBg .environment_list li .img_box {
  width: 240px;
}
#low .v263.feature .specialDetailBg .environment_list li .txt_box {
  width: 240px;
}
#low .v263.feature .specialDetailBg .environment_list li .txt_box .ttl {
  color: #00a7ac;
  font-size: 21px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .environment_list li .txt_box {
    width: 100%;
  }
  #low .v263.feature .specialDetailBg .environment_list li .txt_box .ttl {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
}
#low .v263.feature .specialDetailBg .environment_list li .txt_box p {
  font-size: 16px;
  line-height: 1.9;
}

#low .v263.feature .specialDetailBg .environment_list_sp {
  display: none;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .environment_list_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 22px;
    gap: calc(22 / 400 * 100vw) calc(10 / 400 * 100vw);
  }
  #low .v263.feature .specialDetailBg .environment_list_sp li {
    width: calc(163 / 400 * 100vw);
  }
  #low .v263.feature .specialDetailBg .environment_list_sp li img {
    margin-bottom: 14px;
  }
  #low .v263.feature .specialDetailBg .environment_list_sp li .ttl {
    text-align: center;
    font-size: 15px;
    line-height: 1;
    color: #00a7ac;
  }
}

/* dismantling */
#low .v263.feature .specialDetailBg .dismantling {
  width: 100%;
  background-color: #fff;
  margin-top: 40px;
  padding: 54px 100px 50px;
  position: relative;
}
#low .v263.feature.feature02 .specialDetailBg .dismantling {
  margin-top: 50px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .dismantling {
    padding: 34px 30px 30px;
  }
  #low .v263.feature.feature02 .specialDetailBg .dismantling {
    margin-top: 68px;
    padding: 34px 0 38px;
  }
}
#low .v263.feature .specialDetailBg .dismantling::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 200px;
  height: 15px;
  background-color: #00a7ac;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .dismantling::before {
    width: 100px;
    height: 10px;
  }
}
#low .v263.feature .specialDetailBg .dismantling .themeLead {
  margin-bottom: 40px;
}
#low .v263.feature .specialDetailBg .dismantling .themeLead .themeTtl {
  font-size: 32px;
  line-height: 1.5;
}
#low .v263.feature .specialDetailBg .dismantling .themeLead .themeTtl span {
  font-size: 18px;
  line-height: 1.2;
  display: block;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .dismantling .themeLead {
    margin-bottom: 0;
  }
  #low .v263.feature .specialDetailBg .dismantling .themeLead .themeTtl {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #low .v263.feature.feature02 .specialDetailBg .dismantling .themeLead .themeTtl {
    font-size: 20px;
    line-height: 2.2;
    margin-bottom: 0;
  }
  #low .v263.feature .specialDetailBg .dismantling .themeLead .themeTtl span {
    font-size: 16px;
  }
}
#low .v263.feature .specialDetailBg .dismantling .dismantling_read {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .dismantling .dismantling_read {
    margin-bottom: 40px;
  }
}
#low .v263.feature .specialDetailBg .dismantling .dismantling_read .txt_box {
  width: 560px;
}
#low .v263.feature .specialDetailBg .dismantling .dismantling_read .txt_box p {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .dismantling .dismantling_read .txt_box p {
    line-height: 1.95;
    margin-bottom: 28px;
  }
}
#low .v263.feature .specialDetailBg .dismantling .dismantling_read .img_box {
  width: 240px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .dismantling .dismantling_read .img_box {
    width: 100%;
  }
}
#low .v263.feature .specialDetailBg .dismantling .dismantling_read .img_box p.cap {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-top: 14px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .dismantling .dismantling_read .img_box p.cap {
    font-size: 13px;
  }
}

#low .v263.feature .specialDetailBg .dismantling .technology {
  width: 100%;
  background-color: #EFEFEF;
  padding: 90px 80px 30px;
  position: relative;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .dismantling .technology {
    padding: 70px 0 30px;
  }
}
#low .v263.feature .specialDetailBg .dismantling .technology h5 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #fff;
  background-color:#00a7ac;
  margin: 0;
  padding: 10px 40px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .dismantling .technology h5 {
    font-size: 16px;
    padding: 10px 14px;
    width: 100%;
    text-align: center;
  }
}
#low .v263.feature .specialDetailBg .dismantling .technology .technology_item_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .dismantling .technology .technology_item_container {
    display: block;
  }
}
#low .v263.feature .specialDetailBg .dismantling .technology .technology_item_container .technology_item_nibbler {
  width: 360px;
  display: flex;
  justify-content: space-between;
}
#low .v263.feature .specialDetailBg .dismantling .technology .technology_item_container .technology_item_nibbler li {
  width: 180px;
}
#low .v263.feature .specialDetailBg .dismantling .technology .technology_item_container .technology_item_arm {
  width: 310px;
}
#low .v263.feature .specialDetailBg .dismantling .technology .technology_item_container .technology_item_arm li {
  width: 310px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .dismantling .technology .technology_item_container .technology_item_nibbler {
    width: 100%;
    margin-bottom: 30px;
  }
  #low .v263.feature .specialDetailBg .dismantling .technology .technology_item_container .technology_item_nibbler li,
  #low .v263.feature .specialDetailBg .dismantling .technology .technology_item_container .technology_item_arm li {
    width: 100%;
  }
  #low .v263.feature .specialDetailBg .dismantling .technology .technology_item_container .technology_item_arm {
    width: calc(220 / 400 * 100vw);
    margin: 0 auto;
  }
  #low .v263.feature .specialDetailBg .dismantling .technology .technology_item_container .technology_item_arm li {
    margin: 0 0 30px;
  }
  #low .v263.feature .specialDetailBg .dismantling .technology .technology_item_container .technology_item_arm li:last-of-type {
    margin-bottom: 0;
  }
}
#low .v263.feature .specialDetailBg .dismantling .technology .technology_item_container ul li {
  margin-top: 10px;
}
#low .v263.feature .specialDetailBg .dismantling .technology .technology_item_container ul li .cap {
  font-size: 14px;
  line-height: 1.4;
  color: #00a7ac;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetailBg .dismantling .technology .technology_item_container ul li .cap {
    font-size: 13px;
    margin-top: 10px;
  }
}

/* k-dive_roadmap */
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap {
  width: 100%;
  height: 376px;
  position: relative;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items {
  background-color: #2BADB0;
  color: #fff;
  margin: 0;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  padding: 30px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items:nth-of-type(1) {
  width: 228px;
  height: 228px;
  top: 30px;
  left: 0;
  z-index: 3;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items:nth-of-type(2) {
  width: 228px;
  height: 228px;
  top: 170px;
  left: 190px;
  z-index: 2;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items:nth-of-type(3) {
  width: 324px;
  height: 324px;
  top: -40px;
  right: 0;
  z-index: 1;
  padding: 30px 56px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items:nth-of-type(1)::after {
  position: absolute;
  bottom: 20px;
  right: -10px;
  content: "";
  width: calc(85px / 2);
  height: calc(84px / 2);
  background: url("../images/feature/icon_arrow01.svg") center/contain no-repeat;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items:nth-of-type(2)::after {
  position: absolute;
  top: 24px;
  right: -14px;
  content: "";
  width: calc(106px / 2);
  height: calc(84px / 2);
  background: url("../images/feature/icon_arrow02.svg") center/contain no-repeat;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items:nth-of-type(2)::before {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 13px;
  line-height: 1.2;
  content: "将来的には";
  color: #fff;
  width: 49px;
  height: 45px;
  padding-top: 4px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items .items_phase span {
  font-size: 19px;
  line-height: 1.2;
  font-family: 'Barlow Semi Condensed', sans-serif;
  display: block;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items .items_phase {
  font-size: 10px;
  font-weight: normal;
  color: #FFE553;
  margin-bottom: 20px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items .items_phase[data-style="mb-short"] {
  margin-bottom: 4px;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items .items_title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 4px;
  padding-left: 0.4em;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items .items_title span {
  color: #FFE553;
}
#low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items .items_description {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap {
    height: auto;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items {
    margin: 0;
    padding: calc(30 / 400 * 100vw);
    position: relative;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items:nth-of-type(1) {
    width: calc(228 / 400 * 100vw);
    height: calc(228 / 400 * 100vw);
    margin-right: auto;
    top: 10px;
    left: 0;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items:nth-of-type(2) {
    width: calc(228 / 400 * 100vw);
    height: calc(228 / 400 * 100vw);
    margin-left: auto;
    margin-top: -20px;
    top: 10px;
    left: auto;
    right: 0;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items:nth-of-type(3) {
    width: calc(324 / 400 * 100vw);
    height: calc(324 / 400 * 100vw);
    padding: calc(30 / 400 * 100vw) calc(60 / 400 * 100vw);
    top: 40px;
    right: -10px;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items:nth-of-type(1)::after {
    bottom: -10px;
    right: 26px;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items:nth-of-type(2)::after {
    top: auto;
    bottom: calc(-60 / 400 * 100vw);
    right: auto;
    left: calc(36 / 400 * 100vw);
    width: calc(100 / 400 * 100vw);
    height: calc(50 / 400 * 100vw);
    background: url("../images/feature/icon_arrow02_sp.svg") center/contain no-repeat;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items:nth-of-type(2)::before {
    top: auto;
    bottom: calc(-10 / 400 * 100vw);
    right: calc(90 / 400 * 100vw);
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items .items_phase {
    margin-bottom: 10px;
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items .items_phase span {
    font-size: calc(19 / 400 * 100vw);
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items .items_phase {
    font-size: calc(10 / 400 * 100vw);
    margin-bottom: calc(20 / 400 * 100vw);
  }
  #low .v263.feature .specialDetail .lowInner .mainColumn .inner-column .detail_container .k-dive_roadmap .items .items_description {
    font-size: calc(14 / 400 * 100vw);
  }
}

#low .v263.feature .specialDetail .lowInner .k-d2_user {
  width: 1000px;
  height: 140px;
  padding: 0 0 0 60px;
  margin-bottom: 60px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  align-items: center;
}
#low .v263.feature .specialDetail .lowInner .k-d2_user .userLogo {
	width: 227px;
}
#low .v263.feature .specialDetail .lowInner .k-d2_user .userLogo img {
	width: 193px;
}
#low .v263.feature .specialDetail .lowInner .k-d2_user .userAdd {
	font-size: 13px;
	line-height: 1.4;
	width: 413px;
}
#low .v263.feature .specialDetail .lowInner .k-d2_user .userAdd span {
	font-size: 16px;
	line-height: 2;
}
#low .v263.feature .specialDetail .lowInner .k-d2_user .userPic {
	width: 300px;
}
#low .v263.feature .specialDetail .featureNavi_wrap {
  position: relative;
}
#low .v263.feature .specialDetail .featureNavi_wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  bottom: 0;
  background: rgba(0,62,98,0.3);
  z-index: -1;
}
#low .v263.feature .specialDetail .featureNavi_wide {
	width: 100%;
  max-width: 1149px;
	margin: 0 auto 52px;
	display: flex;
	justify-content: space-between;
}
#low .v263.feature .lowerWrap .specialDetail .featureNavi_wide {
	margin-bottom: 0;
  background-color: #fff;
}
#low .v263.feature .specialDetail .featureNavi_wide li {
	width: calc(1149px - 20px / 3);
  height: 48px;
	text-align: center;
	color: #093E62;
  background-color: #fff;
	line-height: 1.4;
	border: 1px solid #093E62;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
#low .v263.feature .specialDetail .featureNavi_wide_bottom li {
  border-top: none;
	border-bottom: 1px solid #093E62;
  border-radius: 0 0 5px 5px;

}
#low .v263.feature .specialDetail .featureNavi_wide li:nth-of-type(2) {
  margin: 0 10px;
}
#low .v263.feature .specialDetail .featureNavi_wide li.active {
	background: #fff;
}
#low .v263.feature .specialDetail .featureNavi_wide li a {
	color: #fff;
  background: #093E62;
	text-decoration: none;
	display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px 3px 0 0;
  position: relative;
}
#low .v263.feature .specialDetail .featureNavi_wide_bottom li a {
  border-radius: 0 0 3px 3px;
}
#low .v263.feature .specialDetail .featureNavi_wide li a:hover {
	border-right: none;
  opacity: 0.7;
}
#low .v263.feature .specialDetail .featureNavi_wrap_bottom::before {
  height: 100px;
  bottom: auto;
  top: 0;
  background: rgba(0,62,98,0.3);
  z-index: -1;
}
@media screen and (max-width: 767px){
    #low .v263.feature .specialDetail .featureNavi_wide li{
        height: 48px;
    }
    #low .v263.feature .specialDetail .featureNavi_wide li:nth-of-type(2) {
      margin: 0 4px;
    }
    #low .v263.feature .specialDetail .featureNavi_wide {
        width: calc(357 / 375 * 100vw);
        margin: 0 auto calc(26 / 375 * 100vw);
    }
    #low .v263.feature .specialDetail .featureNavi_wide li {
        width: 33.3%;
        text-align: center;
		    font-size: 16px;
        line-height: 1.4;
    }
    #low .v263.feature .specialDetail .lowInner .k-d2_user {
      width: auto;
      height: auto;
      padding: 0;
      margin: 30px 20px;
      display: block;
    }
    #low .v263.feature .specialDetail .lowInner .k-d2_user .userLogo {
      width: 100%;
		  padding: 30px 0 20px;
    }
    #low .v263.feature .specialDetail .lowInner .k-d2_user .userLogo img {
		margin: auto;
    }
    #low .v263.feature .specialDetail .lowInner .k-d2_user .userAdd {
      width: 100%;
		  text-align: center;
		  margin-bottom: 20px;
        }
    #low .v263.feature .specialDetail .lowInner .k-d2_user .userPic {
        width: 100%;
    }
}

/* specialNote */
#low .v263.feature .specialDetail .specialNote {
  margin-top: 0 0 30px 0;
  padding: 0 0 67px 0;
  font-feature-settings: "palt";
}
#low .v263.feature .specialNote em {
  font-size: 14px;
}
#low .v263.feature .specialNote span {
  font-size: 11px;
}
#low .v263.feature .specialDetail .specialNote ul {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px){
  #low .v263.feature .specialDetail .specialNote {
    margin-bottom: 0;
    padding: 10px 18px 40px!important;
  }
  #low .v263.feature .specialDetail .specialNote ul {
    flex-direction: column;
    gap: calc(5 / 375 * 100vw);
  }
  #low .v263.feature .specialDetail .specialNote ul li span em {
    font-size: 0.8rem;
  }
  #low .v263.feature .specialDetail .specialNote ul li span {
    font-size: 0.6rem;
  }
  #low .v263.feature .specialDetail .lowInner .more_k-dive {
    padding: 30px 20px 50px;
    margin-top: 0;
  }
  #low .v263.feature .specialDetail .lowInner .more_k-dive p a {
    width: 100%;
    height: 60px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
}


/* -----------------------------
 PC/SP
-----------------------------*/
.pc-only {display: block;}
.sp-only {display: none;}
@media screen and (max-width: 767px) {
  .pc-only {display: none;}
  .sp-only {display: block;}
}

/*# sourceMappingURL=news_low.css.map */


/* =======================
200130_custom
======================= */

/* 公開時削除ここから */
/* #low .js-scrollIn {
  opacity: 100;
} */
/* 公開時削除ここまで */

