@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500,700,900|Roboto:500,700,900&display=swap');

/* 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;
  /* ==================================================
  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 p.caption {
  font-size: 13px;
  color: #666;
  text-align: left;
}

#low .specialDetail div+div {
  margin-top: 50px;
}

#low .specialDetail div+div.mt0 {
  margin-top: 0;
}

#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 .line img {
  border: #cccccc 1px solid;
}

#low .ph.wide {
  font-size: 0;
}

.flex_box{
  display: flex;
  align-items: center;
  margin-top: 0!important;
}
.flex_box .double{
  width: 49%;
}
.img150 img{
  width: 150px!important;
}
.ali_bl{
  align-items: baseline;
}
.ali_ce{
  align-items: center;
}


#low .ph.double, #low .ph.triple {
  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 .txt p {
  color: #000;
  font-size: 16px;
}

#low .ph.single .txt p.cl-red,
#low .ph.double .txt p.cl-red {
  color: rgb(233, 45, 45);
}

#low .ph.double>div {
  width: 49%;
  margin-top: 0;
  position: relative;
}

#low .ph.triple>div {
  width: 30%;
  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.double.double03>div {
  width: 32%;
}

#low .ph.double.double03>div p.ttl {
	font-weight: bold;
	margin: 20px 0 5px;
	color: #00A7AC;
}


#low .newsWind .specialDetail#wind01 .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#wind01 .treble .itemBox {
  margin: 0;
}

#low .newsWind .specialDetail#wind01 .treble .itemBox img {
  display: block;
}

#low .newsWind .specialDetail#wind01 .treble .itemBox.small {
  width: 380px;
  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#wind01 .treble .itemBox.vertical {
  width: 740px;
}


#wind02 .double .img150 img,
#wind04 .double .img150 img{
    margin-left: 30px;
}

#wind05 .double .txt {
    width: 70% !important;
}
#wind05 .double .blc {
    width: 25% !important;
}
#wind10 .ali_bl{
    width: 65%;
}
#wind10 .list-style{
    padding-inline-start: 20px;
    list-style: '※';
}

#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;
}

#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;
}

#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 .caseDetail2column {
  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 .caseDetail2column .ph {
  width: 330px;
}

#low .feature .specialDetail .ph img {
  width: 100%;
}

#low .feature .specialDetail .caseDetail2column .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::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 .newsWind {
  margin-bottom: 80px;
}
#low .newsWind .markR {
  vertical-align: top;
  font-size: 0.5em;
}
#low .newsWind h3 .markR {
  line-height: 1;
}
#low .newsWind .ph img {
  width: 100%;
}

#low .newsWind .ph .txt .bottom_img {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  #low .newsWind .ph .txt .bottom_img {
    position: static;
  }
}

#low .newsWind .specialDetail h3 {
  margin: 65px 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; */
  height: 146px;
  margin-bottom: 60px;
}

#low .newsWind .windKv {
  background-color: #dff1f9;
  padding: 0;
}

#low .newsWind .windKv .lowInner {
  padding: 20px 0; /* 日本のみ */
  /* padding: 10px 0; */ /* 海外あり */
  background-image: url("../images/wind/map.webp");
  background-repeat: no-repeat;
  /* background-size: 640px; */ /* 日本のみ */
  background-size: 767px; /* 海外あり */
  /* background-position: 65% 15px; */ /* 日本のみ */
  background-position: 100% 0; /* 海外あり */
}

#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;
}

@media screen and (max-width: 767px) {
  #low .newsWind .windNav:not(:first-child) ul {
   border-top: none;
  }
}

#low .newsWind .windNav li {
  width: 33.333%;
  margin: 0;
  float: left;
  text-align: center;
  background: #33bdc0;
  list-style-type: none;
}

#low .newsWind .windNav.nav2 li {
  width: 50%;
}

#low .newsWind .windNav.nav3 li {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  #low .newsWind .windNav.nav3 li {
    width: 50%;
  }
}

#low .newsWind .windNav.nav4 li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  #low .newsWind .windNav.nav4 li {
    width: 50%;
  }
}

#low .newsWind .windNav.nav5 li {
  width: 20%;
  border-top: 1px solid #fff;
}

#low .newsWind .windNav.nav6 li {
  width: 16.666%;
}
@media screen and (max-width: 767px) {
  #low .newsWind .windNav.nav6 li {
    width: 50%;
  }
}


#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;
  box-sizing: border-box;
}

#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 .caption:first-of-type {
  margin-top: 0;
}
#low .newsWind .specialDetail .caption.text-center {
  text-align: center;
}

#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 caption {
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
}

#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 30px 8px;
  border-collapse: collapse;
  vertical-align: middle;
  text-align: left;
  /*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: left;
}

#low .newsWind a:link,
#low .newsWind a:active,
#low .newsWind a:visited {
  text-decoration: underline;
  color: #00adb0;
}

#low .newsWind a:link {
  color: #00adb0;
}

@media screen and (min-width: 767px) {
  #low .newsWind a:hover {
    text-decoration: none;
  }
}
#low .newsWind .specialDetail .mi {
  font-weight: bold;
}
#low .newsWind .specialDetail .table {
  width: 100%;
  margin: 5px 0 15px;
}
#low .newsWind .specialDetail .table table {
  border: 1px solid #666;
  border-collapse: collapse;
}
#low .newsWind .specialDetail .table table th {
  padding: 5px;
  border: 1px solid #666;
  text-align: left;
  font-size: 0.9em;
  font-weight: normal;
}
#low .newsWind .specialDetail .table table td {
  padding: 5px;
  border: 1px solid #666;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  #low .newsWind .specialDetail .table table,
  #low .newsWind .specialDetail .mi {
    font-size: 14px;
    line-height: 150%;
  }
  #low .newsWind .specialDetail .table table th,
  #low .newsWind .specialDetail .table table td {
    font-size: 0.8em;
  }
}
#low .newsWind .specialDetail .mt10 {
  margin-top: 10px;
}
#low .newsWind .specialDetail ul.exhibition {
  list-style: none;
  padding-inline-start: 0;
  font-size: 16px;
  margin-block-start: 1.5em;
  margin-block-end: 1.5em;
}
#low .newsWind .specialDetail ul.exhibition li {
  font-size: 0.95em;
}
#low .newsWind .specialDetail ul.exhibition li + li  {
  padding-top: 15px;
}
#low .newsWind .specialDetail ul.exhibition li p {
  font-size: 1em;
}
#low .newsWind .specialDetail ul.exhibition li .mi {
  font-size: 1.05em;
}
@media screen and (max-width: 767px) {
  #low .newsWind .specialDetail ul.exhibition {
    font-size: 14px;
  }
  #low .newsWind .specialDetail ul.exhibition li + li  {
    padding-top: 10px;
  }
}

#low .newsHist .artHist {
  height: 610px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0 0;
  background: url(../images/monuments/kv_bg.webp) no-repeat center /*bottom*/;
  background-size: cover;
  color: #ffffff;
  position: relative;
}
/* 背景にグラデーションを敷いて文字を沈ませない処理 */
#low .newsHist .artHist::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.0) 40%, rgba(0,0,0,0.15) 60%, rgba(0,0,0,0.2) 100%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #low .newsHist .artHist::before {
    /* background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.025) 40%, rgba(0,0,0,0.05) 60%, rgba(0,0,0,0.1) 100%); */
    background: none;
  }
}

#low .newsHist .artHist .lowInner {
  position: relative;
  height: 100%;
  z-index: 1;
}

#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: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  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: 100px;
  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;
  box-shadow: 3px 0 5px black;
}

#low .newsHist .artHist .artHistHead .artTtl {
  margin: 0;
  line-height: 1.4;
  font-size: 40px;
  font-weight: 400;
  /*margin-left: -0.5em;*/
}

#low .newsHist .artHist .artHistHead .artTtl span {
  font-size: 26px;
  /*padding-left: 0.8em;*/
}

#low .newsHist .artHist .artHistHead .artCaption {
  font-size: 16px;
  text-shadow: 3px 0 5px black;
  margin-top: 40px;
}

#low .newsHist .artHist.artHistBottom {
  height: 770px;
  background: url(../images/monuments/img_10.webp) no-repeat center center;
  background-size: cover;
}

#low .newsHist .artHist.artHistBottom .coment {
  bottom: auto;
  top: 6%;
  width: 300px;
}

#low .newsHist .coment {
  position: absolute;
  /* left: 0; */
  /* bottom: 20px; */
  bottom: 60px;
  /* top: 80px; */
  width: 390px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.85);
}

#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.specialDetail3rd {
  padding-top: 0;
  padding-bottom: 25px;
}

#low .newsHist .specialDetail .ph.double {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #low .newsHist .specialDetail .ph.double {
    padding-bottom: 1px;
  }
}
#low .newsHist .specialDetail .ph.double .large_1-2 {
  width: 52.8%;
}
#low .newsHist .specialDetail .ph.double .small_1-2 {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  #low .newsHist .specialDetail .ph.double .large_1-2,
  #low .newsHist .specialDetail .ph.double .small_1-2 {
    width: 100%;
  }
}
#low .newsHist .specialDetail .ph.doubleType2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#low .newsHist .specialDetail .ph.doubleType2 > div {
  margin-top: 0;
  width: 49%;
}
#low .newsHist .specialDetail .ph.doubleType2 > p {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #low .newsHist .specialDetail .ph.doubleType2 > p {
    text-align: left;
  }
}
#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 .lowInner.ph.single {
  margin-top: 60px;
}

#low .newsHist .lowInner.ph.single img {
  margin-bottom: 10px
}

#low .newsHist .lowInner2column .txt {
  width: 770px;
}

#low .newsHist .lowInner2column .txt.mt20 {
  margin-top: 20px;
}

#low .newsHist .lowInner2column .txt2 {
  width: 610px;
}

#low .newsHist .lowInner2column .ph {
  width: 330px;
  margin-top: 0;
  margin-bottom: 20px;
}

#low .newsHist .lowInner2column .ph.mt0 {
  margin-top: 0;
}

#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 .markR {
  vertical-align: top;
  font-size: 0.9em;
  line-height: 1.2;
}
#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.longRead {
  width: 760px;
  border: #0071be solid 3px;
  box-sizing: border-box;
  padding-bottom: 18px;
}
#low .newsRead .specialReader .readBox .readBlc.longRead h3 {
  color: #0071be;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
}
#low .newsRead .specialReader .readBox .readBlc.longRead .contBox {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#low .newsRead .specialReader .readBox .readBlc.longRead .contBox .pictBox {
  width: 200px;
}
#low .newsRead .specialReader .readBox .readBlc.longRead .contBox .txtBox {
  width: 350px;
}
#low .newsRead .specialReader .readBox .readBlc.longRead .contBox .txtBox p {
  font-size: 14.4px;
  line-height: 1.8;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #low .newsRead .specialReader .readBox .readBlc.longRead {
    width: calc(100vw - 24px);
    margin: 0 -6px -10px;
    padding-bottom: 18px;
  }
  #low .newsRead .specialReader .readBox .readBlc.longRead h3 {
    font-size: 18px;
  }
  #low .newsRead .specialReader .readBox .readBlc.longRead .contBox {
    width: 100%;
    flex-direction: column-reverse;
  }
  #low .newsRead .specialReader .readBox .readBlc.longRead .contBox .pictBox {
    margin: 0 auto 10px;
    min-height: 0%; /* IE11用 */
  }
  #low .newsRead .specialReader .readBox .readBlc.longRead .contBox .txtBox {
    width: 100%;
    margin-bottom: 20px;
  }
  #low .newsRead .specialReader .readBox .readBlc.longRead .contBox .txtBox p {
    margin: 0;
  }
}

#low .newsRead .specialReader .readBox .readBlc.bnr {
  width: 760px;
  border: #B3317F solid 3px;
  box-sizing: border-box;
  padding: 0;
}
#low .newsRead .specialReader .readBox .readBlc.bnr a {
  transition: all 0.2s;
}
#low .newsRead .specialReader .readBox .readBlc.bnr a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  #low .newsRead .specialReader .readBox .readBlc.bnr {
    width: calc(100vw - 24px);
    margin: 0 -6px -10px;
  }
  #low .newsRead .specialReader .readBox .readBlc.bnr a:hover {
    opacity: 1;
  }

}

#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::before {
  content:"";
  display: block;
  width:276px;
  order:1;
}
#low .kpressNews#contents .kpressNews--lists::after {
  content:"";
  display: block;
  width:276px;
}

#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: 205px;
  right: 265px;
}

#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 .newsManage .specialDetail .lowInner .manageDetail .ph img:not(:first-of-type) {
  margin-top: 20px;
}

#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;
  font-size: 14px;
}

#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: 13px;
}

#low .newsStory .specialDetail .column2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #low .newsStory .specialDetail .column2 {
    display: block;
  }
}

#low .newsStory .specialDetail article .column2-ph {
  width: 332px;
}
@media only screen and (max-width: 767px) {
  #low .newsStory .specialDetail article .column2-ph {
    width: 100%;
  }
}

#low .newsStory .specialDetail article .column2-txt {
  width: 770px;
}
@media only screen and (max-width: 767px) {
  #low .newsStory .specialDetail article .column2-txt {
    width: 100%;
  }
}

#low .newsStory .specialDetail article .column2-txt>p {
  margin-top: 0;
}

#low .newsStory .theme {
  background-color: #f8f8f8;
  padding: 40px 0;
}
#low .newsStory .theme .arrowBox {
  position: relative;
  background-color: #fff;
  padding: 40px 50px;
}
#low .newsStory .theme .arrowBox .itemImg {
  position: absolute;
  top: -55px;
  right: 50px;
  width: 210px;
}
#low .newsStory .theme .arrowBox .ttl {
  color: #00adb0;
}

#low .newsManage .lowerWrap {
  margin-bottom: 0;
}
#low .newsManage sub {
  font-size: 0.7em;
  vertical-align: baseline;
  line-height: 1;
}

#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: 520px;
  min-height: 230px;
  position: relative;
  z-index: 1;
  padding: 22px 40px 15px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #low .newsManage .artHintCont .coment {
    min-height: auto;
  }
}

#low .newsManage .artHintCont .coment .txt {
  font-size: 22px;
  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 .detailContainer:not(:last-of-type) {
  margin-bottom: 20px;
}

#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;
  margin-bottom: 30px;
}

#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 {
  margin-bottom: 60px;
}

#low .newsManage .specialDetail:last-of-type {
  margin-bottom: 0;
}


#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: 0px auto 35px;
}
#low .newsManage .specialDetail .lowInner .txt .ph.wide.onTxt {
  width: 100%;
  margin: 0 auto 30px;
}

#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;
}

/* チェックコラム */
#low .newsManage .specialDetail .checkColumn {
  width: 1040px;
  margin: 60px auto;
  padding: 30px;
  border: #0b3775 solid 2px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
#low .newsManage .specialDetail .checkColumn .manageDetail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#low .newsManage .specialDetail .checkColumn .manageDetail .checkTtl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #0b3775;
  padding: 4px 10px;
  margin: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 40px;
  transform: translateY(-50%);
}
#low .newsManage .specialDetail .checkColumn .manageDetail .txt {
  width: 750px;
}
#low .newsManage .specialDetail .checkColumn .manageDetail .txt h3 {
  color: #0b3775;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 10px;
  padding-bottom: 0;
}
#low .newsManage .specialDetail .checkColumn .manageDetail .ph {
  width: 200px;
  margin-top: 0;
  line-height: 1;
}
#low .newsManage .specialDetail .checkColumn .manageDetail .ph img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  #low .newsManage .specialDetail .checkColumn {
    width: 100%;
    margin: 60px auto;
    padding: 30px;
  }
  #low .newsManage .specialDetail .checkColumn .manageDetail {
    display: block;
  }
  #low .newsManage .specialDetail .checkColumn .manageDetail .checkTtl {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  #low .newsManage .specialDetail .checkColumn .manageDetail .txt {
    width: 100%;
    margin-bottom: 20px;
  }
  #low .newsManage .specialDetail .checkColumn .manageDetail .txt h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  #low .newsManage .specialDetail .checkColumn .manageDetail .ph {
    width: 100%;
  }
}


/* ==============================
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: 14px;
  }

  #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;
    font-size: 13px;
    line-height: 1.6;
  }

  #low .specialDetail .ph.double, #low .specialDetail .ph.triple {
    display: block;
  }

  #low .specialDetail .ph.double img {
    width: 100%;
  }

  #low .specialDetail .ph.double .txt p {
    font-size: 14px;
  }

  #low .specialDetail .ph.double .txt ul {
    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;
    margin-bottom: 10px;
  }

  #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 .caseDetail2column {
    display: block;
    margin-bottom: 30px;
  }

  #low .feature .specialDetail .caseDetail2column .ph {
    width: auto;
    margin-bottom: 20px;
    min-height: 0%;
  }

  #low .feature .specialDetail .caseDetail2column .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 .caseDetail2column {
    margin-bottom: 20px;
  }
  #low .feature04 .specialDetail:nth-of-type(even) .caseDetail2column {
    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; */
    height: 240px;
    margin-bottom: 30px;
  }

  #low .newsWind .windNav {
    min-width: auto;
    width: 100%;
    position: static;
  }

  #low .newsWind .windNav li, #low .newsWind .windNav.nav5 li {
    width: 50%;
    border-bottom: 2px solid #fff;
  }

  #low .newsWind .windNav li:last-of-type a {
    border: 0;
  }

  #low .newsWind .windNav.nav4 li:nth-of-type(2n) a,
  #low .newsWind .windNav.nav6 li:nth-of-type(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 em.kerning {
    font-feature-settings: "palt";
    font-size: 80%;
    padding-bottom: 0.15em;
  }

  #low .newsWind .windNav li a:after {
    width: 7px;
    height: 7px;
    right: 10px;
    top: 20px;
  }

  #low .newsWind .specialDetail {
    padding-top: 145px;
    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: 20px;
  }
  #low .newsWind .specialDetail .ph.double>div:last-of-type {
    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#wind01 .treble {
    display: block;
    margin-top: 20px;
  }

  #low .newsWind .specialDetail#wind01 .treble .itemBox img {
    margin: 20px 0;
  }

  #low .newsWind .specialDetail#wind01 .treble .itemBox.small {
    width: auto;
    display: block;
  }

  #low .newsWind .specialDetail#wind01 .treble .itemBox.vertical {
    width: auto;
  }

  #low .newsWind .specialDetail .ph p {
    margin: 5px 0 10px 0;
  }

  #low .newsWind .specialDetail .caption {
    margin: 5px 0 10px 0;
    line-height: 1.5;
    width: 100%;
  }

  #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;
    padding: 9px 10px 8px;
    min-width: 18em;
    /*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.webp");
    position: relative;
  }

  #low .newsHist .artHist .lowInner {
    position: absolute;
    /*bottom: 20px;*/
    height: 100%;
    /* top: -260px */
  }

  #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 {
    font-size: 24px;
  }

  #low .newsHist .artHist .artHistHead .artTtl span {
    font-size: 14px;
  }

  #low .newsHist .artHist .artHistHead .artCaption {
    font-size: 14px;
    font-feature-settings: "palt";
    margin-top: 10px;
  }

  #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% - 10px);
    padding: 15px;
    right: 0;
    left: 0;
    margin: auto;
    position: static;
  }

  #low .newsHist .specialDetail {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  #low .newsHist .specialDetail.specialDetail3rd {
    padding-bottom: 25px;
    padding-top: 0;
  }

  #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: 130px;
    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 .newsStory .theme {
    padding: 25px 0;
    margin-top: 30px;
  }
  #low .newsStory .theme .arrowBox {
    padding: 30px;
  }
  #low .newsStory .theme .arrowBox .itemImg {
    width: calc(160 / 750 * 100vw);
    height: auto;
    /* top: auto; */
    bottom: 20px;
    right: 30px;
  }
  #low .newsStory .theme .arrowBox .cmp {
    /* width: 220px; */
  }

  #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; */ /* 基本 */
    font-size: 11px; /* 社名が長い時 */
  }

  #low .newsManage .artHint .artHintCont {
    position: relative;
  }

  #low .newsManage .artHint .artHintCont .coment {
    width: 95%;
    margin-top: -30px;
    margin-left: -1%;
    padding: 30px 20px 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.webp");
    background-size: cover;
  }

  #low .newsManage .artHint .artHintCont .artHintImg .itemBox.ph03 {
    background-image: url("../images/top/hint_ph03_pc.webp");
    background-size: cover;
  }

  #low .newsManage .artHint .artHintCont .artHintImg .itemBox.ph05 {
    background-image: url("../images/top/hint_ph05_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,
  #low .newsManage .specialDetail .lowInner .ph.triple {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #low .newsManage .specialDetail .lowInner .ph.double:last-of-type,
  #low .newsManage .specialDetail .lowInner .ph.triple:last-of-type {
    margin-bottom: 0px;
  }

  #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;
  }
}

/* =================================
vol248.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;
}

/* 特集0 */
#low .feature.feature00 {}

#low .feature.feature00 .topicsBox {
  padding: 80px 0 100px;
  font-family: 'Noto Sans JP', Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url(../images/feature01/bg_minV.jpg) no-repeat center center;
  background-size: contain;
}

#low .feature.feature00 .topicsHead {
  text-align: center;
}

#low .feature.feature00 .topicsHead .topicsSubTtl {
  letter-spacing: 0.1em;
}

#low .feature.feature00 .topicsHead .topicsTtl {
  font-size: 78px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 0.03em;
  line-height: 1.15;
  text-shadow: none;
  margin: 10px auto 30px;
}

#low .feature.feature00 .specialTopics .topicsCaption {
  width: auto;
  letter-spacing: 0.005em;
  text-align: center;
  font-size: 16px;
  color: #000000;
  margin: 0;
}

#low .feature.feature00 .historyBox {
  position: relative;
  height: 200px;
  width: 100%;
  margin: 0 auto 90px;
}

#low .feature.feature00 .historyBox::after {
  content: "";
  height: 6px;
  width: 100%;
  min-width: 1140px;
  display: block;
  position: absolute;
  top: 120px;
  background-color: #00a7ac;
}

#low .feature.feature00 .historyBox ul {
  width: 1140px;
  margin: auto;
  padding: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 2;
}

#low .feature.feature00 .historyBox ul li {
  list-style: none;
  float: left;
  width: 22%;
  margin-right: 4%;
}

#low .feature.feature00 .historyBox ul li:last-child {
  margin-right: 0;
}

#low .feature.feature00 .historyBox ul li img {
  width: 100%;
}

#low .feature.feature00 .bluegreenStory {
  border: 8px solid #ffffff;
  background-color: #ebfcfc;
  border-radius: 20px;
  padding: 20px 30px;
  box-sizing: border-box;
}


/* 特集1 */
#low .feature .ttlArea {
  background-color: #00a7ac;
}

#low .feature .ttlArea p {
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 20px 0;
  margin: 0 0 40px 0;
}

#low .feature .specialDetail h3 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00a7ac;
  margin: 0 0 10px;
}

#low .feature .specialDetail h3 strong {
  display: table;
  margin: 0 auto;
  background-color: #00a7ac;
  padding: 5px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.0;
}

#low .lowInner .feature01Box {
  margin-bottom: 60px;
}

#low .lowInner .feature01Box div {
  width: 550px;
  margin: 0;
  padding: 0 40px 35px 0;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

#low .lowInner .feature01Box div:nth-child(even) {
  padding: 0 0 35px 40px;
  border-right: 0px;
}

#low .lowInner .feature01Box div:nth-child(3) {
  padding: 35px 40px 0 0;
  border-bottom: 0;
}

#low .lowInner .feature01Box div:nth-child(4) {
  padding: 35px 0 0 40px;
  border-bottom: 0;
}

#low .lowInner .feature01Box p {
  margin: 0;
  font-size: 15px;
}

#low .lowInner .feature01Box div img {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 10px;
}

#low .lowInner .feature01Box a {
  display: block;
  width: 300px;
  margin: 20px auto 0;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #00a7ac;
  font-size: 15px;
  border: 1px solid #00a7ac;
  border-radius: 30px;
  opacity: 1.0;
  transition: all 0.2s;
}

#low .lowInner .feature01Box a:hover {
  color: #ffffff;
  background-color: #00a7ac;
}



/* 特集2 */

#low .feature02 .specialTopics .topicsCaption {
  width: 480px;
}

#low .feature02 .specialDetail .lowInner .ph.wide.onTxt {
  display: block;
  position: relative;
  margin: 20px auto 40px;
}

#low .feature02 .specialDetail .lowInner .ph.wide.onTxt p {
  position: absolute;
  width: 380px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  top: 20px;
  right: 20px;
  margin-top: 0;
}

#low .feature02 .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 .feature02 .specialDetail .lowInner .ph.wide.onTxt a i {
  position: relative;
  font-style: normal;
  margin-left: 30px;
  font-size: 16px;
}

#low .feature02 .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");
}




/* 特集3 */

#low .feature03 .specialTopics .topicsCaption {
  width: 480px;
}

#low .feature03 .specialDetail .lowInner .ph.wide.onTxt {
  display: block;
  position: relative;
  margin: 20px auto 40px;
}

#low .feature03 .specialDetail .lowInner .ph.wide.onTxt p {
  position: absolute;
  width: 380px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  top: 20px;
  right: 20px;
  margin-top: 0;
}

#low .feature03 .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 .feature03 .specialDetail .lowInner .ph.wide.onTxt a i {
  position: relative;
  font-style: normal;
  margin-left: 30px;
  font-size: 16px;
}

#low .feature03 .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 .feature03 .lowInner .caption {
  font-size: 13px;
  color: #666666;
  margin: 5px 0 80px 0;
}

/* 特集5 */
#low .feature05 .specialTopics .topicsCaption {
  width: 520px;
}

#low .feature05 .lowInner h3,
#low .feature05 .lowInner h4 {
  text-align: center;
  font-family: 'Noto Sans JP', Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
}

#low .feature05 .lowInner h3 {
  color: #333f48;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-top: 60px;
}

#low .feature05 .lowInner h3 span {
  display: inline-block;
  width: 60px;
  margin-left: 15px;
}

#low .feature05 .lowInner h3 span img {
  width: 100%;
  margin-bottom: -3px;
}

#low .feature05 .lowInner h4 {
  color: #00a7ac;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

#low .feature05 .lowInner .ph.wide.onTxt {
  display: block;
  text-align: center;
  margin: 20px auto 40px;
}

#low .feature05 .lowInner .ph.triple .blc {}

/* #low .ph.triple>div.blc {
  width: 300px;
  margin: 0 10px 0 0;
} */

/* #low .ph.triple>div.blc:last-child {
  width: 510px;
} */

#low .feature05 .lowInner .ph.triple .blc p.blc_img {
  background-color: #03acaf;
  display: table-cell;
  vertical-align: middle;
  height: 300px;
}

#low .feature05 .lowInner .ph.triple .blc p.blc_img img {
  width: 100%;
  height: auto;
  display: block;
}

#low .feature05 .lowInner .ph.triple .blc p {
  background-color: #ffffff;
}

#low .feature05 .lowInner .ph.triple .blc p strong {
  display: block;
  margin-top: 10px;
}


#low .feature05 .lowInner .ph.double {
  width: 940px;
  margin: 0 auto 20px;
}

#low .feature05 .lowInner .ph.double .blc:first-child {
  width: 660px;
}

#low .feature05 .lowInner .ph.double .blc:last-child {
  width: 264px;
}


#low .feature.feature05 .bluegreenStory {
  border: 8px solid #ffffff;
  background-color: #ebfcfc;
  border-radius: 20px;
  padding: 20px 30px;
  box-sizing: border-box;
}

#low .feature.feature05 .bluegreenStory h3 {
  color: #00a7ac;
  font-weight: 400;
  font-size: 20px;
  margin-top: 0px;

}

#low .feature.feature05 .bluegreenStory p {
  margin: 0 auto;
}

#low .feature.feature05 .bluegreenStory p strong {
  display: block;
  margin: 0 auto;
}


/* 歴史的建造物 */
#low .newsHist .artHist .artHistHead .histTtl {
  /*margin-top: 40px;*/
}

#low .newsHist .artHist .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 (max-width: 767px) {
  #low .newsHist .lowInner.ph.single {
    margin-top: 30px;
  }

  #low .newsHist .lowInner.ph.single p {
    margin-bottom: 30px
  }

  #low .newsHist .specialDetail.specialDetailSec {
    padding-bottom: 0;
  }

  #low .newsHist .lowInner2column .ph.mt0 {
    margin-top: 30px;
  }
}

/* 経営のヒント */
@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 18px;
  }

  #low .feature .specialTopics .topicsBox {
    min-height: inherit;
  }

  #low .feature .topicsBox img {
    min-width: inherit;
  }


  /* 特集0（SP） */
  #low .feature.feature00 .topicsBox {
    padding: 0;
    background: url(../images/feature01/bg_minV.jpg) no-repeat center center;
    background-size: contain;
  }

  #low .feature.feature00 .topicsHead .topicsSubTtl {
    letter-spacing: 0.1em;
  }

  #low .feature.feature00 .topicsHead .topicsTtl {
    font-size: 30px;
    margin: 0 auto 20px;
  }

  #low .feature.feature00 .specialTopics .topicsCaption {
    text-align: left;
    font-size: 15px;
  }

  #low .feature.feature00 .historyBox {
    position: relative;
    height: 830px;
    width: 100%;
    margin: 0 auto 50px;
  }

  #low .feature.feature00 .historyBox::after {
    content: "";
    height: 860px;
    width: 5px;
    min-width: inherit;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    background-color: #00a7ac;
  }

  #low .feature.feature00 .historyBox ul {
    width: 100%;
    margin: auto;
    padding: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 2;
  }

  #low .feature.feature00 .historyBox ul li {
    float: none;
    display: block;
    height: 180px;
    width: auto;
    text-align: center;
    margin: 0 auto 25px;
  }

  #low .feature.feature00 .historyBox ul li:first-child {
    padding-top: 30px;
  }

  #low .feature.feature00 .historyBox ul li:last-child {
    margin: 0 auto 20px;
  }

  #low .feature.feature00 .historyBox ul li img {
    height: 100%;
    width: inherit;
  }

  #low .feature.feature00 .bluegreenStory {
    border: 0;
    padding: 15px 20px;
  }


  /* 特集1（SP） */
  #low .feature .ttlArea p {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 15px 0;
  }

  #low .feature .specialDetail h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }

  #low .feature .specialDetail h3 strong {
    display: table;
    margin: 0 auto 2px auto;
    padding: 3px 5px;
  }

  #low .lowInner .feature01Box {
    margin-bottom: 0px;
  }

  #low .lowInner .feature01Box div {
    width: 100%;
    padding: 0;
    float: none;
    border: 0;
    margin: 0 auto 35px;
  }

  #low .lowInner .feature01Box div:nth-child(even),
  #low .lowInner .feature01Box div:nth-child(3),
  #low .lowInner .feature01Box div:nth-child(4) {
    border: 0;
    padding: 0;
  }

  #low .lowInner .feature01Box a {
    width: 100%;
    box-sizing: border-box;
    margin: 15px auto 0 auto;
    font-size: 14px;
  }

  #low .lowInner .feature01Box a:hover {
    opacity: 0.65;
  }

  #low .feature .specialDetail .txt {
    font-size: 15px;
  }


  /* 特集2（SP） */
  #low .feature02 .specialTopics .topicsCaption {
    width: auto;
  }

  #low .feature02 .specialDetail .lowInner .ph.wide.onTxt {
    margin: 20px auto 0;
  }

  #low .feature02 .specialDetail .lowInner .ph.wide.onTxt p {
    position: static;
    width: auto;
    background: none;
    padding: 10px 0 20px 0;
  }

  #low .feature02 .specialDetail .lowInner .ph.wide.onTxt a {
    position: static;
    width: 70%;
    margin: 20px auto 0;
    border: 1px solid #000000;
    border-radius: 3px;
  }


  /* 特集3（SP） */
  #low .feature03 .specialTopics .topicsCaption {
    width: auto;
  }

  #low .feature03 .specialDetail .lowInner .ph.wide.onTxt {
    margin: 20px auto 0;
  }

  #low .feature03 .specialDetail .lowInner .ph.wide.onTxt p {
    position: static;
    width: auto;
    background: none;
    padding: 10px 0 20px 0;
  }

  #low .feature03 .specialDetail .lowInner .ph.wide.onTxt a {
    position: static;
    width: 70%;
    margin: 20px auto 0;
    border: 1px solid #000000;
    border-radius: 3px;
  }

  /*#low .feature03 .specialDetail .lowInner .ph.wide.onTxt a i {
  position: relative;
  font-style: normal;
  margin-left: 30px;
  font-size: 16px;
}
#low .feature03 .specialDetail .lowInner .ph.wide.onTxt a i::before {
  position: absolute;
  content: '';
  left: -30px;
  top: -2px;
  width: 20px;
  height: 18px;
  background-image: url("../images/tips/icon_mv.png");
}*/
  #low .feature03 .lowInner .caption {
    margin: 5px 0 40px 0;
    text-align: left;
  }



  /* 特集5（SP） */
  #low .feature05 .specialTopics .topicsCaption {
    width: 100%;
    box-sizing: border-box;
  }

  #low .feature05 .lowInner h3 {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 0px;
  }

  #low .feature05 .lowInner h3 span {
    display: block;
    width: 60px;
    margin: 10px auto 0;
  }

  #low .feature05 .lowInner h4 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  #low .feature05 .lowInner .ph.wide.onTxt {
    display: block;
    text-align: left;
    margin: 20px auto 30px;
  }

  #low .ph.triple>div.blc {
    width: 100%;
    float: none;
  }

  #low .ph.triple>div.blc:last-child {
    width: 100%;
  }

  #low .feature05 .lowInner .ph.triple .blc p.blc_img {
    background-color: inherit;
    display: block;
    text-align: center;
    height: inherit;
    margin: 0 auto;
  }

  #low .feature05 .lowInner .ph.triple .blc p.blc_img img {
    width: 100%;
    height: 100%;
    display: block;
  }

  #low .feature05 .lowInner .ph.triple .blc p {
    margin-bottom: 20px;
  }

  #low .feature05 .lowInner .ph.triple .blc p strong {
    display: block;
  }

  #low .feature05 .lowInner .ph.double {
    width: 100%;
    margin: 0 auto 20px;
  }

  #low .feature05 .lowInner .ph.double .blc:first-child {
    width: 100%;
  }

  #low .feature05 .lowInner .ph.double .blc:last-child {
    width: 80%;
    margin: 0 auto;
  }

  #low .feature.feature05 .bluegreenStory {
    border: 0;
    border-radius: 20px;
    padding: 20px;
  }

  #low .feature.feature05 .bluegreenStory h3 {
    font-size: 18px;
  }


  /* 歴史的建造物（SP） */
  #low .newsHist .artHist .artHistHead .histTtl {
    margin-top: 50px;
  }

  /* テキスト下付き、 タイトル右寄せ */
  /*#low .newsHist .artHist .lowInner.low-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: static;
  }*/
  /* #low .newsHist .artHist .lowInner.low-title .histTtl .histLead,
  #low .newsHist .artHist .lowInner.low-title .histTtl .artTtl {
    text-align: right;
  } */
  #low .newsHist .artHist .lowInner.low-title .coment {
    margin: 0 auto 20px;
  }

  #low .newsHist .artHist .coment {
    right: 20px;
    left: 20px;
    top: inherit;
    bottom: 20px;
    position: absolute;   /* タイトル上部にする際は戻す。 */
    width: auto;
    box-sizing: border-box;
  }

  #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;
  }

}

/*# sourceMappingURL=news_low.css.map */


/*---------------こんなところにコベルコ機---------------*/

#suchaplace.newsRead .artRead .artTtl {
  margin-bottom: 10px;
}

#suchaplace.newsRead .artRead .artTtl img {
  width: 240px;
}

#suchaplace.newsRead .artRead .placeName {
  color: #00a5ca;
  font-size: 20px;
  font-weight: bold;
}

#suchaplace.newsRead {
  background-image: url(../images/suchaplece/back.gif);
  padding-bottom: 0;
}

#suchaplace .specialReader {
  background: #fff;
  font-family: 'Noto Sans JP', Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#suchaplace.newsRead .lowInner {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

#suchaplace.newsRead .lowInner.mainTit {
  position: relative;
}

#suchaplace.newsRead .lowInner.mainTit h3 {
  padding: 80px 0 25px 0;
  margin: 0;
  text-align: center;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.5;
}

#suchaplace.newsRead .lowInner.mainTit span {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}

#suchaplace.newsRead .lowInner2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#suchaplace.newsRead .lowInner2column h4 {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 700;
}

#suchaplace.newsRead .lowInner2column .txt2 {
  width: 530px;
}

#suchaplace.newsRead .lowInner2column .txt2 p {
  margin-bottom: 25px;
}

#suchaplace.newsRead .lowInner2column .ph2 {
  width: 530px;
}

#suchaplace.newsRead .lowInner2column .ph2 img {
  width: 100%;
}

#suchaplace.newsRead .specialDetail {
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

#suchaplace.newsRead .specialDetail .ph.triple .blc {
  width: 365px !important;
  margin: 0 22px 0 0;
}

#suchaplace.newsRead .specialDetail .ph.triple .blc:last-child {
  margin: 0 0 0 0;
}

#rocket {
  width: 160px;
  height: 160px;
  position: absolute;
  bottom: -110px;
  right: 40px;
  background: url(../images/suchaplece/img_rocket.png);
  background-size: cover;
}

@media screen and (max-width: 767px) {

  #suchaplace.newsRead .artRead .artTtl img {
    width: 160px;
  }

  #suchaplace.newsRead .artRead .placeName {
    font-size: 16px;
    margin: 0;
  }

  #suchaplace.newsRead .lowInner.mainTit h3 {
    padding: 30px 0 20px 0;
    font-size: 24px;
  }

  #suchaplace.newsRead .lowInner.mainTit span {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #rocket {
    display: none
  }

  #suchaplace.newsRead .lowInner2column {
    display: block;
  }

  #suchaplace.newsRead .lowInner2column .ph2 {
    width: 100%;
    margin-bottom: 20px;
  }

  #suchaplace.newsRead .lowInner.mainTit {
    margin-bottom: 5px;
  }

  #suchaplace.newsRead .lowInner2column .txt2 {
    width: 100%;
  }

  #suchaplace.newsRead .lowInner2column .txt2 h4 {
    margin-bottom: 20px;
  }

  #suchaplace.newsRead .lowInner2column .txt2 p {
    margin-bottom: 20px;
  }

  #suchaplace.newsRead .specialDetail {
    padding-bottom: 20px;
    padding-top: 0;
  }

  #low .ph.triple>div.blc p {
    margin-bottom: 15px;
  }

  #suchaplace.newsRead .visit {
    padding: 20px 30px 0 30px;
  }

  #suchaplace.newsRead .specialReader .lowInner {
    margin-bottom: 0;
  }
}


/* プレゼント・クロスワード */
#low .present {
  background: #fff;
  padding: 50px 0 0;
  word-break: break-all;
}

#low .present .inner {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

#low .present .present-inner {
  margin-bottom: 70px;
}

#low .present .crossword-inner {
  background: url("../images/top/bg_stripe.png") repeat;
  padding: 60px 70px 70px;
}

@media screen and (max-width: 767px) {
  #low .present {
    padding: 50px 18px;
  }
}

#low .present .title {
  text-align: center;
}

#low .present .title h2 {
  font-size: 50px;
  font-weight: bold;
  font-family: 'Barlow Semi Condensed', sans-serif;
  line-height: 1.2;
  letter-spacing: 3px;
  margin: 0 auto;
}

#low .present .title h2 span.blue {
  color: #0071be;
}

#low .present .title h2 span.green {
  color: #02a7ab;
}

#low .present .title p {
  font-size: 16px;
  margin: 34px 0 0;
}

#low .present .title p small {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #low .present .title h2 {
    font-size: 35px;
  }

  #low .present .title p {
    font-size: 15px;
    margin-top: 10px;
  }
}

#low .present .present-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

#low .present .present-box-detail {
  width: 365px;
}

#low .present .present-box-detail:not(:first-child) {
  margin-left: 22.5px;
}

#low .present .present-box-detail h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  margin: 0 auto;
}

#low .present .present-box-detail h3.blue {
  color: #0071be;
}

#low .present .present-box-detail h3.green {
  color: #02a7ab;
}

#low .present .present-box-detail h3 strong {
  font-size: 40px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  line-height: 0.9;
  margin-right: 2px;
}

#low .present .present-box-detail h3 span {
  font-size: 18px;
  color: #fff;
  border-radius: 15px;
  margin-left: 10px;
  padding: 6px 12px 7px;
}

#low .present .present-box-detail h3.blue span {
  background: #0071be;
}

#low .present .present-box-detail h3.green span {
  background: #02a7ab;
}

#low .present .present-box-detail figure {
  margin: 20px 0 0;
}

#low .present .present-box-detail figure img {
  border: 1px solid #cdcdcd;
  width: calc(100% - 2px);
}

#low .present .present-box-detail h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  margin: 7px 0 0;
}

#low .present .present-box-detail p {
  font-size: 16px;
  width: 342px;
  margin: 9px auto 0;
}

#low .present .present-box-detail p small {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #low .present .present-box {
    display: block;
    margin-top: 30px;
  }

  #low .present .present-box-detail {
    width: 100%;
  }

  #low .present .present-box-detail h3 {
    font-size: 20px;
  }

  #low .present .present-box-detail h3 strong {
    font-size: 38px;
  }

  #low .present .present-box-detail:not(:first-child) {
    margin-left: 0;
    margin-top: 30px;
  }

  #low .present .present-box-detail figure {
    margin-top: 14px;
  }

  #low .present .present-box-detail p {
    font-size: 15px;
    width: 100%;
  }
}

#low .crossword-box .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

#low .crossword-box .intro .hint,
#low .crossword-box .intro .answer {
  font-size: 22px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: calc(50% - 100px);
  padding: 17px 50px;
}

#low .crossword-box .intro .hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

#low .crossword-box .intro .hint p {
  margin: 0;
}

#low .crossword-box .intro .hint p span {
  background: #e6e6e6;
  margin-right: 20px;
  padding: 7px 10px 7px 12px;
}

#low .crossword-box .intro .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  background: #02a7ab;
}

#low .crossword-box .intro .answer p {
  margin: 0 20px 0 0;
}

#low .crossword-box .intro .answer span {
  display: block;
  width: 70px;
  height: 70px;
  background: #fff;
}

#low .crossword-box .intro .answer span:not(:first-child) {
  margin-left: 2px;
}

#low .crossword-box .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin-top: 20px;
  padding: 50px;
}

#low .crossword-box .detail .left {
  width: 490px;
  margin-right: 50px;
}

#low .crossword-box .detail .left figure {
  width: 490px;
  height: 490px;
  margin: 0;
}

#low .crossword-box .detail .left figure img {
  width: 100%;
  height: auto;
}

#low .crossword-box .detail .left .apply {
  margin: 50px 0 0;
}

#low .crossword-box .detail .left .apply a {
  text-align: center;
  display: block;
  color: #fff;
  background: #000;
  font-size: 22px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
  padding: 17px 0 14px;
  transition: background 0.2s ease-out;
}

#low .crossword-box .detail .left .download {
  text-align: center;
  background: #ececec;
  margin-top: 50px;
  padding: 27px 80px 30px;
}

#low .crossword-box .detail .left .download p.text {
  font-size: 18px;
  font-weight: 600;
  color: #02a7ab;
  margin: 0;
}

#low .crossword-box .detail .left .download p.btn {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 0;
}

#low .crossword-box .detail .left .download p.btn a {
  display: block;
  background: #fff;
  background-image: url("../images/present/icon-pdf.png");
  background-size: 25px 27px;
  background-repeat: no-repeat;
  background-position: top 50% left 16px;
  color: #000;
  text-decoration: none;
  padding: 12px 60px 10px;
  transition: background 0.2s ease-out;
}

@media screen and (min-width: 767px) {
  #low .crossword-box .detail .left .apply a:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  #low .crossword-box .detail .left .download p.btn a:hover {
    background: rgba(2, 167, 171, 0.5);
    background-image: url("../images/present/icon-pdf.png");
    background-size: 25px 27px;
    background-repeat: no-repeat;
    background-position: top 50% left 16px;
  }
}

#low .crossword-box .detail .right p {
  font-size: 18px;
  color: #0071be;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  margin: 0;
}

#low .crossword-box .detail .right ol {
  margin: 18px 0 40px;
  padding: 0;
}

#low .crossword-box .detail .right ol:last-child {
  margin-bottom: 0;
}

#low .crossword-box .detail .right ol li {
  font-size: 16px;
  line-height: 1.9;
  list-style-type: none;
}
#low .crossword-box .detail .right ol li span {
  display: inline-block;
  color: #0071be;
  font-size: 16px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 500;
  width: 30px;
}
#low .crossword-box .detail .right dl {
  margin: 18px 0 40px;
  width: 500px;
}
#low .crossword-box .detail .right dl dd {
  font-size: 16px;
  line-height: 1.9;
  list-style-type: none;
  clear: right;
  margin-left: 30px;
}
#low .crossword-box .detail .right dl dt {
  display: inline-block;
  color: #0071be;
  font-size: 16px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 500;
  width: 30px;
  float: left;
}

@media screen and (max-width: 767px) {
  #low .present .crossword-inner {
    padding: 28px 20px;
  }

  #low .crossword-box .intro {
    display: block;
  }

  #low .crossword-box .intro .hint,
  #low .crossword-box .intro .answer {
    width: auto;
    padding: 17px 18px;
  }

  #low .crossword-box .intro .hint {
    font-size: 18px;
  }

  #low .crossword-box .intro .hint p {
    margin: 0 auto;
  }

  #low .crossword-box .intro .answer {}

  #low .crossword-box .intro .answer p {
    font-size: 20px;
    margin-right: 10px;
  }

  #low .crossword-box .intro .answer span {
    width: calc(70 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    max-width: 50px;
    max-height: 50px;
  }

  #low .crossword-box .detail {
    display: block;
    padding: 17px 18px;
  }

  #low .crossword-box .detail .left {
    width: 100%;
    margin-right: 0;
  }

  #low .crossword-box .detail .left figure {
    width: 100%;
    height: auto;
  }

  #low .crossword-box .detail .left .apply {
    margin-top: 10px;
  }

  #low .crossword-box .detail .left .apply a {
    font-size: 20px;
    padding: 12px 0 9px;
  }

  #low .crossword-box .detail .left .download {
    margin-top: 17px;
    padding: 13px 16px 16px;
  }

  #low .crossword-box .detail .left .download p.text {
    font-size: 16px;
  }

  #low .crossword-box .detail .left .download p.btn {
    font-size: 15px;
    margin: 6px 0 0;
  }

  #low .crossword-box .detail .left .download p.btn a {
    background-position: top 50% left 12px;
    background-size: 21px 25px;
    padding: 16px 14px 14px 42px;
  }

  #low .crossword-box .detail .right {
    margin-top: 30px;
  }

  #low .crossword-box .detail .right ol {
    margin: 10px 0 30px;
  }

  #low .crossword-box .detail .right ol li {
    position: relative;
    padding-left: 24px;
  }

  #low .crossword-box .detail .right ol li span {
    position: absolute;
    left: 0;
  }
  #low .crossword-box .detail .right dl {
    margin-bottom: 0px;
    width: 100%;
  }

}


/* エクササイズ */
.exercise {
  margin: 0 auto;
}

.exercise .font-blue {
  font-weight: bold;
  color: #8eadda;
}

.exercise .font-pink {
  font-weight: bold;
  color: #ff8fa1;
}

.exercise-title {
  position: relative;
  text-align: center;
  background: url("../images/exercise/bg-dot-01.jpg") repeat;
  margin: 0 auto;
  padding: 25px 0 120px;
}

.exercise-title::before,
.exercise-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 152px;
  height: 152px;
}

.exercise-title::before {
  background: url("../images/exercise/bg-ribbon-01.png") no-repeat;
  background-size: 100%;
  top: 0;
  right: 0;
}

.exercise-title::after {
  background: url("../images/exercise/bg-ribbon-02.png") no-repeat;
  background-size: 100%;
  bottom: 0;
  left: 0;
}

.exercise-title h2 {
  width: 1140px;
  margin: 0 auto;
}

.exercise-title-desc {
  position: absolute;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 2px 2px 7px 0 rgba(113, 86, 204, 0.16);
  width: 870px;
  margin: 0 auto;
  padding: 20px 30px 25px;
  right: 0;
  left: 0;
  bottom: -27px;
}

.exercise-title-desc p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .exercise-title {
    padding: calc(50 / 750 * 100vw) 0 calc(450 / 750 * 100vw);
  }

  .exercise-title::before,
  .exercise-title::after {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    z-index: 1;
  }

  .exercise-title h2 {
    width: calc(690 / 750 * 100vw);
  }

  .exercise-title-desc {
    width: calc(550 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
    z-index: 2;
    bottom: calc(-40 / 750 * 100vw);
  }

  .exercise-title-desc p {
    font-size: calc(28 / 750 * 100vw);
  }
}

.exercise-body {
  background: #eff6ff;
  padding: 80px 0 120px;
}

.exercise-body-lead {
  background: #fff;
  width: 980px;
  margin: 0 auto 20px;
  padding: 55px 80px 70px;
}

.exercise-body-lead p {
  font-size: 16px;
  margin: 0 auto 35px;
}

p.exercise-body-lead-desc {
  position: relative;
  font-size: 13px;
  margin-top: -20px;
  padding-left: 28px;
  word-break: break-all;
}

p.exercise-body-lead-desc span {
  position: absolute;
  top: 0;
  left: 0;
}

p.exercise-body-lead-desc a {
  font-weight: bold;
  color: #8eadda;
  transition: 200ms;
}

.exercise-body-lead-box {
  border: 2px solid #97befe;
  margin-bottom: 40px;
}

.exercise-body-lead-box p {
  margin: 0 auto;
  padding: 30px 25px;
}

p.exercise-body-lead-box-q {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #97befe;
  padding: 5px 30px;
}

p.exercise-body-lead-catch {
  text-align: center;
  font-size: 18px;
}

.exercise-body-lead-note {
  display: flex;
  background: url("../images/exercise/bg-dot-02.jpg") repeat;
  padding: 30px 40px;
}

.exercise-body-lead-note figure {
  margin: 0;
}

.exercise-body-lead-note dl {
  margin: 0 0 0 20px;
}

.exercise-body-lead-note dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.exercise-body-lead-note dt small {
  font-size: 12px;
}

.exercise-body-lead-note dd {
  font-size: 13px;
  margin: 0;
}

@media screen and (min-width: 767px) {
  p.exercise-body-lead-desc a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .exercise-body {
    padding: calc(100 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
  }

  .exercise-body-lead {
    width: calc(590 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw) calc(70 / 750 * 100vw);
  }

  .exercise-body-lead p {
    font-size: calc(24 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }

  p.exercise-body-lead-desc {
    font-size: calc(22 / 750 * 100vw);
    margin-top: calc(-20 / 750 * 100vw);
    padding-left: calc(47 / 750 * 100vw);
  }

  .exercise-body-lead-box {
    margin-bottom: calc(40 / 750 * 100vw);
  }

  .exercise-body-lead-box p {
    padding: calc(40 / 750 * 100vw) calc(35 / 750 * 100vw);
    margin-bottom: 0;
  }

  p.exercise-body-lead-box-q {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: 0;
    padding: calc(20 / 750 * 100vw) calc(35 / 750 * 100vw);
  }

  p.exercise-body-lead-catch {
    text-align: left;
  }

  .exercise-body-lead-note {
    display: block;
    padding: calc(50 / 750 * 100vw) calc(40 / 750 * 100vw);
  }

  .exercise-body-lead-note figure {
    width: 40%;
    margin: 0 auto calc(5 / 750 * 100vw);
  }

  .exercise-body-lead-note dl {
    margin: 0;
  }

  .exercise-body-lead-note dt {
    font-weight: calc(28 / 750 * 100vw);
    margin: 0 auto calc(10 / 750 * 100vw);
  }

  .exercise-body-lead-note dd {
    font-weight: calc(24 / 750 * 100vw);
  }
}

.exercise-body-step {
  background: #ffffff;
  width: 980px;
  margin: 0 auto;
  padding: 70px 80px 60px;
}

.exercise-body-step:not(:first-child) {
  margin-top: 30px;
}

.exercise-body-step h3 {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 20px;
  padding-left: 120px;
}

.exercise-body-step h3::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../images/exercise/title-step1.png") no-repeat;
  background-size: 100%;
  width: 76px;
  height: 46px;
  top: 0;
  bottom: 0;
  left: 20px;
}

.exercise-body-step[data-step="2"] h3::before {
  background: url("../images/exercise/title-step2.png") no-repeat;
  background-size: 100%;
  width: 84px;
  height: 41px;
  left: 16px;
}

.exercise-body-step[data-step="3"] h3::before {
  background: url("../images/exercise/title-step3.png") no-repeat;
  background-size: 100%;
  width: 84px;
  height: 42px;
  left: 18px;
}

.exercise-body-step[data-step="4"] h3::before {
  background: url("../images/exercise/title-step4.png") no-repeat;
  background-size: 100%;
  width: 89px;
  height: 43px;
  left: 15px;
}

.exercise-body-step[data-step="5"] h3::before {
  background: url("../images/exercise/title-step5.png") no-repeat;
  background-size: 100%;
  width: 85px;
  height: 40px;
  left: 18px;
}

.exercise-body-step p {
  font-size: 16px;
}

.exercise-body-step figure {
  margin: 0 auto;
}

.exercise-body-step figure figcaption {
  font-size: 15px;
  margin-top: 10px;
}

.exercise-body-step ol {
  list-style-type: none;
  margin: 40px 0 0;
  padding: 0;
}

.exercise-body-step ol li {
  counter-increment: section;
  padding-left: 25px;
}

.exercise-body-step ol li:not(:first-child) {
  margin-top: 3px;
}

.exercise-body-step ol li::before {
  display: inline-block;
  content: counter(section, decimal-leading-zero);
  counter-increment: section, decimal-leading-zero;
  color: #78abff;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: bold;
  width: 30px;
  margin: 0 0 0 -25px;
}

.exercise-body-step-2col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.exercise-body-step-2col:not(:first-child) {
  margin-top: 30px;
}

.exercise-body-step-2col-first,
.exercise-body-step-2col-last {
  width: 440px;
}

@media screen and (max-width: 767px) {
  .exercise-body-step {
    width: calc(590 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw) calc(70 / 750 * 100vw);
  }

  .exercise-body-step h3 {
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
    padding-left: calc(160 / 750 * 100vw);
  }

  .exercise-body-step[data-step="1"] h3::before,
  .exercise-body-step[data-step="2"] h3::before,
  .exercise-body-step[data-step="3"] h3::before,
  .exercise-body-step[data-step="4"] h3::before,
  .exercise-body-step[data-step="5"] h3::before {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    top: calc(8 / 750 * 100vw);
    left: calc(20 / 750 * 100vw);
  }

  .exercise-body-step p {
    font-size: calc(26 / 750 * 100vw);
  }

  .exercise-body-step figure figcaption {
    font-size: calc(24 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
  }

  .exercise-body-step-2col {
    flex-flow: wrap;
  }

  .exercise-body-step-2col:not(:first-child) {
    margin-top: calc(40 / 750 * 100vw);
  }

  .exercise-body-step-2col-first+.exercise-body-step-2col-last {
    margin-top: calc(40 / 750 * 100vw);
  }

  .exercise-body-step[data-step="2"] .exercise-body-step-2col,
  .exercise-body-step[data-step="4"] .exercise-body-step-2col {
    flex-direction: column;
  }

  .exercise-body-step[data-step="2"] .exercise-body-step-2col-first,
  .exercise-body-step[data-step="4"] .exercise-body-step-2col-first {
    margin-top: calc(40 / 750 * 100vw);
    order: 2;
  }

  .exercise-body-step[data-step="2"] .exercise-body-step-2col-last,
  .exercise-body-step[data-step="4"] .exercise-body-step-2col-last {
    margin-top: 0;
    order: 1;
  }

  .exercise-body-step-2col-first,
  .exercise-body-step-2col-last {
    width: 100%;
  }

  .exercise-body-step-2col-first p,
  .exercise-body-step-2col-last p {
    margin-bottom: 0;
  }
}


/* topics90 */
.topics90 .filter {
  background: #efefef;
  padding: 35px 0 30px;
}

.topics90 .filter-search {
  text-align: center;
  width: 1140px;
  margin: 0 auto 30px;
}

.topics90 .filter-search .search_item {
  color: #02a7ab;
  background: #fff;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #02a7ab;
  border-radius: 16px;
  margin: 0 2px;
  padding: 2px 22px 1px;
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0 0 3px 3px rgba(163, 163, 163, 0.16);
  transition: background 300ms, color 100ms, border-color 100ms;
}

.topics90 .search_item[aria-pressed="true"] {
  background: #02a7ab;
  color: #ffffff;
}

.topics90 .search_item[aria-pressed="true"][data-filter="product"] {
  background: #054299;
  border-color: #054299;
}

.topics90 .search_item[aria-pressed="true"][data-filter="company"] {
  background: #197fab;
  border-color: #197fab;
}

.topics90 .search_item[aria-pressed="true"][data-filter="award"] {
  background: #768b8f;
  border-color: #768b8f;
}

.topics90 .search_item[aria-pressed="true"][data-filter="technology"] {
  background: #cb7534;
  border-color: #cb7534;
}

.topics90 .search_item[aria-pressed="true"][data-filter="overseas"] {
  background: #c97796;
  border-color: #c97796;
}

.topics90 .search_item[aria-pressed="true"][data-filter="news"] {
  background: #1aac61;
  border-color: #1aac61;
}

.topics90 .search_item[aria-pressed="true"][data-filter="other"] {
  background: #e0d039;
  border-color: #e0d039;
}

@media screen and (min-width: 767px) {
  .topics90 .search_item:hover {
    background: #02a7ab;
    color: #ffffff;
  }

  .topics90 .search_item[data-filter="product"]:hover {
    background: #054299;
    border-color: #054299;
  }

  .topics90 .search_item[data-filter="company"]:hover {
    background: #197fab;
    border-color: #197fab;
  }

  .topics90 .search_item[data-filter="award"]:hover {
    background: #768b8f;
    border-color: #768b8f;
  }

  .topics90 .search_item[data-filter="technology"]:hover {
    background: #cb7534;
    border-color: #cb7534;
  }

  .topics90 .search_item[data-filter="overseas"]:hover {
    background: #c97796;
    border-color: #c97796;
  }

  .topics90 .search_item[data-filter="news"]:hover {
    background: #1aac61;
    border-color: #1aac61;
  }

  .topics90 .search_item[data-filter="other"]:hover {
    background: #e0d039;
    border-color: #e0d039;
  }
}

@media screen and (max-width: 767px) {
  .topics90 .filter-search {
    width: calc(100% - calc(80 / 750 * 100vw));
    margin-bottom: calc(40 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw);
  }

  .topics90 .filter-search .search_item {
    border-radius: 65px;
    font-size: calc(30 / 750 * 100vw);
    margin: 0 calc(5 / 750 * 100vw) calc(20 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(40 / 750 * 100vw) calc(5 / 750 * 100vw);
  }
}

.topics90 .filter-anchor {
  text-align: center;
  width: 1140px;
  margin: 0 auto;
}

.topics90 .filter-anchor a {
  position: relative;
  display: inline-block;
  color: #222222;
  font-size: 15px;
  margin: 0 10px;
  padding: 0 0 0 16px;
  transition: transform 300ms, opacity 300ms;
}

.topics90 .filter-anchor a::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  margin: auto;
  vertical-align: middle;
  left: 0;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #222222;
  border-right: 2px solid #222222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topics90 .filter-anchor a.disabled {
  text-decoration: none;
  pointer-events: none;
  opacity: 0.3;
}

@media screen and (min-width: 767px) {
  .topics90 .filter-anchor a:hover {
    transform: translateY(3px);
  }
}

@media screen and (max-width: 767px) {
  .topics90 .filter-anchor {
    text-align: left;
    width: calc(100% - calc(80 / 750 * 100vw));
    padding: 0 calc(40 / 750 * 100vw);
  }

  .topics90 .filter-anchor a {
    font-size: calc(24 / 750 * 100vw);
    margin: 0 calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    padding: 0 0 0 calc(30 / 750 * 100vw);
  }
}

.topics90 .years {
  padding-top: 177px;
  margin-top: -177px;
}

.topics90 .years.hide {
  display: none;
}

.topics90 .years h3 {
  text-align: right;
  color: #ffffff;
  background: #02a7ab;
  line-height: 0.8;
  font-size: 50px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 20px 20px 0;
}

.topics90 .years h3 span.small {
  font-weight: bold;
  font-size: 36px;
}

.topics90 .years-list {
  margin: 0 auto;
  padding: 0;
}

.topics90 .years-list_item {
  position: relative;
  list-style-type: none;
  border-bottom: 2px solid #02a7ab;
}

.topics90 .years-list_item.hide {
  display: none;
}

.topics90 .years-list_item-body {
  display: flex;
  width: 1080px;
  /* max-width: 1240px; */
  margin: 0 auto;
  padding-left: 160px;
}

.topics90 .years-list_item-number {
  position: absolute;
  line-height: 0.8;
  color: rgba(2, 167, 171, 0.2);
  font-size: 173px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
}

.topics90 .years-list_item-textbox {
  width: 680px;
  /* max-width: 1025px; */
  margin-right: 55px;
}

.topics90 .text-only .years-list_item-textbox {
  width: 1025px;
}

.topics90 .years-list_item-imgbox {
  position: relative;
  margin: 0 0 0 auto;
  width: 345px;
  height: 305px;
}

.topics90 .years-list_item-imgbox figcaption {
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  right: 10px;
  bottom: 10px;
  padding: 0 15px;
}

.topics90 .years-list_item-year {
  color: #02a7ab;
  line-height: 1;
  font-size: 36px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin: 30px 0 20px;
}

.topics90 .years-list_item-year span.small {
  font-size: 26px;
}

.topics90 .years-list_item-year span.filter-icon {
  display: inline-block;
  color: #054299;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #054299;
  vertical-align: 6px;
  margin-left: 10px;
  padding: 5px 30px;
  box-shadow: 0 0 3px 3px rgba(163, 163, 163, 0.16);
}

.topics90 [data-filter="product"] .years-list_item-year span.filter-icon {
  color: #054299;
  border-color: #054299;
}

.topics90 [data-filter="company"] .years-list_item-year span.filter-icon {
  color: #197fab;
  border-color: #197fab;
}

.topics90 [data-filter="award"] .years-list_item-year span.filter-icon {
  color: #768b8f;
  border-color: #768b8f;
}

.topics90 [data-filter="technology"] .years-list_item-year span.filter-icon {
  color: #cb7534;
  border-color: #cb7534;
}

.topics90 [data-filter="overseas"] .years-list_item-year span.filter-icon {
  color: #c97796;
  border-color: #c97796;
}

.topics90 [data-filter="news"] .years-list_item-year span.filter-icon {
  color: #1aac61;
  border-color: #1aac61;
}

.topics90 [data-filter="other"] .years-list_item-year span.filter-icon {
  color: #e0d039;
  border-color: #e0d039;
}

.topics90 .years-list_item-textbox h4 {
  line-height: 1.6;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 15px 100px;
}

.topics90 .years-list_item-text {
  margin: 0 0 30px 100px;
}

@media screen and (max-width: 767px) {
  .topics90 .years {
    padding-top: 46px;
    margin-top: -46px;
  }

  .topics90 .years h3 {
    font-size: calc(70 / 750 * 100vw);
    padding: calc(35 / 750 * 100vw) calc(20 / 750 * 100vw) 0;
  }

  .topics90 .years h3 span.small {
    font-size: calc(50 / 750 * 100vw);
  }

  .topics90 .years-list_item-body {
    display: block;
    padding: calc(40 / 750 * 100vw) 0;
  }

  .topics90 .years-list_item-year {
    font-size: calc(50 / 750 * 100vw);
    width: calc(450 / 750 * 100vw);
    margin: 0 0 calc(20 / 750 * 100vw);
  }

  .topics90 .years-list_item-year span.small {
    font-size: calc(35 / 750 * 100vw);
  }

  .topics90 .years-list_item-year span.filter-icon {
    font-size: calc(24 / 750 * 100vw);
    vertical-align: calc(6 / 750 * 100vw);
    margin-left: calc(24 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
  }

  .topics90 .years-list_item-number {
    color: rgba(2, 167, 171, 0.15);
    font-size: calc(210 / 750 * 100vw);
  }

  .topics90 .years-list_item-textbox {
    width: calc(100% - calc(80 / 750 * 100vw));
    margin-right: 0;
    padding: 0 calc(40 / 750 * 100vw);
  }

  .topics90 .text-only .years-list_item-textbox {
    width: calc(100% - calc(80 / 750 * 100vw));
  }

  .topics90 .years-list_item-textbox h4 {
    font-size: calc(35 / 750 * 100vw);
    width: calc(450 / 750 * 100vw);
    min-height: calc(112 / 750 * 100vw);
    margin: 0 0 calc(10 / 750 * 100vw) 0;
  }

  .topics90 .years-list_item-textbox h4.no-image {
    width: 100%;
    min-height: auto;
  }

  .topics90 .years-list_item-textbox h4 br.pc-only {
    display: none;
  }

  .topics90 .years-list_item-text {
    font-size: calc(24 / 750 * 100vw);
    margin: 0;
  }

  .topics90 .years-list_item-imgbox {
    position: absolute;
    display: flex;
    align-items: flex-start;
    width: calc(200 / 750 * 100vw);
    height: auto;
    top: calc(40 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }

  .topics90 .years-list_item-imgbox figcaption {
    text-align: center;
    font-size: calc(14 / 750 * 100vw);
    line-height: calc(30 / 750 * 100vw);
    bottom: 0;
    right: 0;
    width: calc(100% - calc(20 / 750 * 100vw));
    padding: calc(5 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}

/* =======================
 KOBELCO GOODS COLLECTION
======================= */
.collection {
  background: #2BADB0 url("../images/collection/bg_collection.png") top left/35px repeat;
  width: 100%;
  padding: 70px 0;
}
.collection .inner-collection {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .collection {
    padding: 40px 0 0;
  }
  .collection .inner-collection {
    width: 100%;
    padding: 0 30px;
  }
}
.collection * {
  box-sizing: border-box;
}
.collection h2,
.collection h3,
.collection h4,
.collection h5,
.collection h6,
.collection p,
.collection ul,
.collection li {
  margin: 0;
  padding: 0;
}
.collection img {
  display: block;
}
.collection a {
  text-decoration: none;
  transition : all 0.5s ease 0s;
}
.collection  a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px){
  .collection  a:hover {
    opacity: 1;
  }
}

/* .collection-title */
.collection .collection-title {
  margin-bottom: 65px;
  text-align: center;
  color: #fff;
}
.collection .collection-title h2 {
  font-size: 3.8rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
  margin: 0 0 8px;
}
.collection .collection-title p {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px){
  .collection .collection-title {
    margin-bottom: 42px;
  }
  .collection .collection-title h2 {
    font-size: 2.7rem;
    line-height: 1.2;
    margin-bottom: 34px;
  }
  .collection .collection-title p {
    text-align: left;
    line-height: 1.7;
  }
}

/* .product-area */
.collection .product-area {
  width: 100%;
  margin-bottom: 80px;
}
.collection .product-area h3 {
  width: 100%;
  font-size: 1.75rem;
  line-height: 1.4;
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin: 0 0 36px;
  color: #fff;
  text-align: center;
  position: relative;
}
.collection .product-area h3:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  content: "";
  width: 190px;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
}

.collection .product-area ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: 25px;
  width: 1020px;
}
.collection .product-area ul li {
  width: 320px;
  background-color: #fff;
  list-style: none;
  margin-right: 20px;
  padding: 30px 10px 40px;
  position: relative;
}
.collection .product-area ul.colume2-type {
  margin-bottom: 7px;
}
.collection .product-area ul.colume2-type li {
  width: 490px;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.collection .product-area ul.colume2-type li .img-area {
  width: 410px;
  margin-bottom: 0;
}
.collection .product-area ul li:before {
  height: 0;
  display: block;
  position: absolute;
  content: "";
  border-top: solid 28px #2BADB0;
  border-left: solid 28px transparent;
  top: 0;
  right: 0;
  z-index: 2;
}
.collection .product-area ul li:after {
  height: 0;
  display: block;
  position: absolute;
  content: "";
  border-bottom: solid 28px #2BADB0;
  border-right: solid 28px transparent;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.collection .product-area ul li .img-area {
  position: relative;
  margin: 0 auto 10px;
}
.collection .product-area ul li.scal .img-area:before,
.collection .product-area ul li.toy .img-area:before {
  position: absolute;
  top: -18px;
  left: -30px;
  content: "";
  width: 70px;
  height: 70px;
}
.collection .product-area ul li.scal .img-area:before {
  background: url("../images/collection/icon_scale.png") center/contain no-repeat;
}
.collection .product-area ul li.toy .img-area:before {
  background: url("../images/collection/icon_toy.png") center/contain no-repeat;
}
.collection .product-area ul li img {
  max-width: 100%;
}
.collection .product-area ul li p {
  font-size: 1rem;
  line-height: 1.4;
  color: #2BADB0;
  padding: 0 20px;
}
@media screen and (max-width: 767px){
  .collection .product-area h3 {
    margin-bottom: 32px;
  }
  .collection .product-area ul {
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
  }
  .collection .product-area ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding-bottom: 60px;
  }
  .collection .product-area ul li .img-area {
    margin-bottom: 0;
  }
  .collection .product-area ul.colume2-type li .img-area {
    width: 100%;
  }
  .collection .product-area ul li.scal .img-area:before,
  .collection .product-area ul li.toy .img-area:before {
    top: -20px;
    left: 0px;
    width: 54px;
    height: 54px;
  }
}

.collection .btn-more {
  text-align: center;
  display: flex;
  justify-content: center;
}
.collection .btn-more p {
  width: 380px;
  margin: 0 14px;
  background-color: #fff;
}
.collection .btn-more a {
  display: block;
  padding: 14px;
  background: #F8F2E9;
  color: #2BADB0;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
}
.collection .btn-more a[target="_blank"]:after {
  position: absolute;
  top: 50%;
  right: 7px;
  content: "";
  width: 13px;
  height: 13px;
  background: url("../images/collection/icon_blank.png") center/contain no-repeat;
  transform:translateY(-50%);
}
@media screen and (max-width: 767px){
  .collection .btn-more {
    display: block;
  }
  .collection .btn-more p {
    width: 100%;
    margin: 0 auto;
  }
  .collection .btn-more a {
    width: 100%;
    margin: 0 auto 20px;
  }
}

/* .collection-promotion */
.collection .collection-promotion {
  width: 100%;
  margin-bottom: 70px;
}
.collection .collection-promotion h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px){
  .collection .collection-promotion {
    width: 100%;
    margin-bottom: 0;
  }
  .collection .collection-promotion h2 {
    font-size: 1.25rem;
    text-align: left;
    padding: 0 20px;
  }
}

/* bnr-area */
.collection .collection-promotion {
  overflow: hidden;
}
.collection .collection-promotion .bnr-area {
  text-align: center;
  position: relative;
  line-height: 1;
  background-color: #fff;
  width: 515px;
  margin: 0 auto 80px;
}
.collection .collection-promotion .bnr-area:before {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 200vw;
  margin: 0 calc(((100vw - 515px) / 2) * -1);
  background-color: #fff;
  z-index: 0;
}
.collection .collection-promotion .bnr-area picture {
  position: relative;
  z-index: 1;
  box-shadow: 3px 3px 3px 5px rgba(0,0,0,0.05);
  display: block;
}
.collection .collection-promotion .bnr-area picture img {
  max-width: 100%;
}
@media screen and (max-width: 767px){
  .collection .collection-promotion {
    width: 100%;
  }
  .collection .collection-promotion h2 {
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: left;
    padding: 0 30px;
  }
  .collection .collection-promotion .bnr-area {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 50px;
    background: none;
  }
  .collection .collection-promotion .bnr-area:before {
    position: absolute;
    top: 22px;
    right: 0;
    bottom: 22px;
    left: 0;
    margin: 0;
  }
}

/* twitter-area */
.collection .collection-promotion .twitter-area {
  width: 700px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 25px;
}
.collection .collection-promotion .twitter-area p {
  width: 280px;
  font-size: 1rem;
  line-height: 1.5;
  color: #707070;
  text-align: center;
}
.collection .collection-promotion .twitter-area .btn-twitter a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00ACEE;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
  width: 340px;
  height: 60px;
}
.collection .collection-promotion .twitter-area .btn-twitter a[target="_blank"]:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 13px;
  height: 13px;
  background: url("../images/collection/icon_blank.png") center/contain no-repeat;
  transform:translateY(-50%);
}
@media screen and (max-width: 767px){
  .collection .collection-promotion .bnr-area picture {
    width: 100%;
  }
  .collection .collection-promotion .twitter-area {
    width: 100%;
    display: block;
    background: none;
    padding: 30px;
  }
  .collection .collection-promotion .twitter-area p {
    width: 100%;
    color: #fff;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0.05em;;
    margin-bottom: 10px;
  }
  .collection .collection-promotion .twitter-area .btn-twitter a {
    width: 100%;
    height: 60px;
    border: #fff solid 1px;
  }
}



.pc-only {display: block!important;}
.sp-only {display: none!important;}
@media screen and (max-width: 767px) {
  .pc-only {display: none!important;}
  .sp-only {display: block!important;}
}