@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500,700,900|Roboto:500,700,900&display=swap');
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

/* animation */
@-webkit-keyframes imgLeft {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes imgLeft {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes txtLeft {
  from {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
  }
}
@keyframes txtLeft {
  from {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
  }
}
@-webkit-keyframes arrow {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes arrow {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scrollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes scrollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes obiSlideIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@keyframes obiSlideIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@-webkit-keyframes obiSlideIn-txt {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes obiSlideIn-txt {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideBg-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideBg-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideBg-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideBg-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes vertical-slideUp {
  from {
    opacity: 0;
    margin-top: 2em;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes vertical-slideUp {
  from {
    opacity: 0;
    margin-top: 2em;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}


#low {
  line-height: 1.8;
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  	/* ==================================================
  feature
  ================================================== */
  	/* ==================================================
  feature
  ================================================== */
  	/* ==================================================
  newsWind
  ================================================== */
  	/* ==================================================
  	newsHist
   ================================================== */
  	/* ==================================================
  readers
  ================================================== */
  	/* ==================================================
  Backnumber
  ================================================== */
  	/* ==================================================
  topics
  ================================================== */
  	/* ==================================================
  newsManage
   ================================================== */
  	/* ==================================================

  sp

  ================================================== */
  	/* ==================================================
  feature
  ================================================== */
}
#low.is-loaded .artSpecial .artCopy {
  max-width: 100%;
}
@media screen and (min-width: 768px), print {
  #low a[href^="tel:"] {
    pointer-events: none;
  }
}
#low .fR {
  float: right;
}
@media only screen and (max-width: 767px) {
  #low .fR {
    float: none;
  }
}
#low .fL {
  float: left;
}
@media only screen and (max-width: 767px) {
  #low .fL {
    float: none;
  }
}
#low .f-min {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
}
#low address,
#low em {
  font-style: normal;
}
#low .lowInner {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #low .lowInner {
    padding: 0 10px;
  }
}

#low .fadein-up {
  opacity: 0;
}
#low .fadein-up.is-view {
  -webkit-animation: scrollIn 1s 0s forwards;
          animation: scrollIn 1s 0s forwards;
}


#low .feature .lowerWrap {
  margin-bottom: 0;
}
#low .feature .newsTtl {
  padding: 18px 0;
  font-size: 20px;
  font-weight: bold;
}
#low .feature .newsTtl .newsTtl_cate {
  display: inline-block;
  padding: 1px 12px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #000;
}
#low .feature .newsTtl mark {
  color: #33bdc0;
  background: none;
  margin: 0 0.2em;
}
#low .feature .specialTopics .topicsBox {
  width: auto;
  padding: 80px 0;
  min-height: inherit;
}
#low .feature .specialTopics .topicsBox::before {
  -webkit-animation: slideBg-left .6s ease-in forwards;
          animation: slideBg-left .6s ease-in forwards;
}
#low .feature .specialTopics .topicsPic {
  -webkit-animation: fadeInRight 1.2s ease-in-out .8s forwards;
          animation: fadeInRight 1.2s ease-in-out .8s forwards;
}
#low .feature .specialTopics .topicsHead, #low .feature .specialTopics .topicsCaption {
  position: relative;
  z-index: 2;
  padding-left: 55px;
}
#low .feature .specialTopics .topicsCaption {
  width: 440px;
  margin-top: 0;
}
#low .feature .specialTopics .topicsPic.column {
  right: 0;
  top: 30px;
  width: auto;
}
#low .feature .specialTopics .topicsTtl {
  font-size: 40px;
  margin: 20px 0;
}
#low .feature .specialDetail {
  margin-bottom: 40px;
}
#low .feature .specialDetail h3 {
  font-size: 30px;
  margin: 0 0 20px;
}
#low .feature .specialDetail .ph {
  color: #666;
}
#low .feature .specialDetail .ph p {
  margin: 10px 0 0;
  font-size: 13px;
}
#low .feature .specialDetail .txt {
  font-size: 16px;
}
#low .feature .specialDetail .caseDetail1column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
#low .feature .specialDetail .caseDetail1column .ph {
  width: 330px;
}
#low .feature .specialDetail .ph img {
	width: 100%;
}
#low .feature .specialDetail .caseDetail1column .txt {
  width: 770px;
}
#low .feature .companyArea {
  padding: 50px 0 60px;
  margin-bottom: 30px;
  background: #f8f8f8;
}
#low .feature .companyArea .detail {
  padding: 36px 50px;
  background: #fff;
}
#low .feature .companyArea .detail .ttl {
  color: #33bdc0;
}
#low .feature01 .companyArea .detail {
  padding: 20px 50px;
}
#low .feature01 .specialDetail:nth-of-type(2) {
  margin-bottom: 0;
}
#low .feature01 .ktsArea {
  border: 2px solid #33bdc0;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#low .feature01 .ktsArea .treble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 605px;
}
#low .feature01 .ktsArea .treble .itemBox {
  margin: 0;
}
#low .feature01 .ktsArea .treble .itemBox img {
  display: block;
}
#low .feature01 .ktsArea .treble .itemBox.small {
  width: 308px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#low .feature01 .ktsArea .treble .itemBox.vertical {
  width: 280px;
}
#low .feature01 .ktsArea .txt {
  width: 450px;
  margin-top: 0;
}
#low .feature01 .ktsArea .txt h3 {
  font-size: 22px;
}
#low .feature01 .ktsArea .txt p {
  color: #33bdc0;
}
#low .feature01 .specialTopics .topicsCaption {
  width: 500px;
}
#low .feature01 .specialTopics .topicsTtl {
  margin: 25px 0;
}
#low .feature01 .specialTopics .topicsName {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 9;
  color: #000000;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  text-align: left;
}
#low .feature01 .specialTopics .topicsName span {
  font-size: 15px;
}
#low .feature01 .specialTopics .topicsBox .topicsSub {
  font-size: 42px;
  line-height: 1.1;
  color: #000000;
  font-weight: bold;
}
#low .feature01 .specialTopics .topicsBox .topicsSub div {
  display: inline-block;
  vertical-align: middle;
}
#low .feature01 .specialTopics .topicsBox .topicsSub mark {
  color: #33bdc0;
  background: none;
}
#low .feature01 .specialTopics .topicsBox .topicsSub span {
  margin-right: 20px;
  color: #000;
  background: #FFF;
  display: inline-block;
  padding: 12px 20px;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
}
#low .feature01 .specialTopics .topicsBox a.btnMore,
#low .feature02 .specialTopics .topicsBox a.btnMore,
#low .feature03 .specialTopics .topicsBox a.btnMore,
#low .feature04 .specialTopics .topicsBox a.btnMore {
	height: auto;
}
@media only screen and (max-width: 767px) {
  #low .feature .newsTtl {
    padding: 10px;
    font-size: 14px;
  }
  #low .feature .newsTtl .newsTtl_cate {
    padding: 0px 5px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
  }
  #low .feature .specialTopics .topicsBox {
    padding: 10px 0;
    margin-bottom: 0;
  }
  #low .feature .specialTopics .topicsBox .itemBox {
    margin: 0;
  }
  #low .feature .specialTopics .topicsBox::before {
    z-index: 0;
  }
  #low .feature .specialTopics .topicsPic {
    -webkit-animation: fadeInRight 1.2s ease-in-out .8s forwards;
            animation: fadeInRight 1.2s ease-in-out .8s forwards;
  }
  #low .feature .specialTopics .topicsHead, #low .feature .specialTopics .topicsCaption {
    padding: 0 10px;
    width: auto;
  }
  #low .feature .specialTopics .topicsHead {
    margin-top: 40px;
  }
  #low .feature .specialTopics .topicsPic.column {
    width: 80%;
    margin-left: 20%;
    top: 20px;
  }
  #low .feature .specialTopics .topicsTtl {
    font-size: 24px;
    margin: 10px 0;
  }
  #low .feature .specialDetail {
    margin-bottom: 30px;
  }
  #low .feature .specialDetail h3 {
    font-size: 20px;
  }
  #low .feature .specialDetail .caseDetail1column {
    display: block;
    margin-bottom: 30px;
  }
  #low .feature .specialDetail .caseDetail1column .ph {
    width: auto;
    margin-bottom: 20px;
    min-height: 0%;
  }
  #low .feature .specialDetail .caseDetail1column .txt {
    width: auto;
  }
  #low .feature .companyArea {
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  #low .feature .companyArea .detail {
    display: block;
    padding: 20px;
  }
  #low .feature .companyArea .detail .ttl {
    color: #33bdc0;
  }
  #low .feature01 .specialTopics .topicsCaption {
    width: auto;
  }
  #low .feature01 .specialTopics .topicsTtl {
    margin: 15px 0;
  }
  #low .feature01 .specialTopics .topicsHead {
    margin-top: -110px;
  }
  #low .feature01 .specialTopics .topicsBox::before {
    background-image: url(../images/feature01/mv_bg_sp.jpg);
  }
  #low .feature01 .specialTopics .topicsBox .topicsSub {
    font-size: 1.7rem;
    letter-spacing: normal;
    white-space: inherit;
  }
  #low .feature01 .specialTopics .topicsBox .topicsSub div {
    display: block;
    font-size: 1.4rem;
  }
  #low .feature01 .specialTopics .topicsBox .topicsSub span {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 7px 12px;
    font-size: 0.937rem;
  }
  #low .feature01 .specialTopics .topicsName {
    bottom: auto;
    top: 10px;
    right: 10px;
    padding: 10px;
    font-size: 10px;
  }
  #low .feature01 .companyArea .detail {
    padding: 20px;
  }
  #low .feature01 .companyArea .detail p {
    margin: 0;
  }
  #low .feature01 .ktsArea {
    border: 2px solid #33bdc0;
    padding: 20px;
    display: block;
  }
  #low .feature01 .ktsArea .treble {
    width: auto;
  }
  #low .feature01 .ktsArea .treble .itemBox.small {
    width: 50%;
  }
  #low .feature01 .ktsArea .treble .itemBox.vertical {
    width: 46%;
  }
  #low .feature01 .ktsArea .txt {
    width: auto;
    margin-top: 20px;
  }
  #low .feature01 .ktsArea .txt h3 {
    font-size: 20px;
  }
  #low .feature02 .specialTopics .topicsBox::before {
    background-image: url(../images/feature02/mv_bg.jpg);
  }
  #low .feature03 .specialTopics .topicsBox::before {
    background-image: url(../images/feature03/mv_bg.jpg);
  }
  #low .feature04 .specialTopics .topicsBox {
    padding: 10px 0;
  }
  #low .feature04 .specialTopics .topicsBox::before {
    background-image: url(../images/feature04/mv_bg.jpg);
  }
}

/* =======================
Vol267 特集
（流用するときは、v267をその号のナンバーに変えてください。たぶんその方が管理しやすいです。）
======================= */
/* -----------------------------
 特集共通
-----------------------------*/
#low .v267.feature {
  position: relative;
	font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#low .v267.feature li {
  list-style: none;
}
#low .v267.feature img {
  width: 100%;
  vertical-align: bottom;
}
#low .v267.feature h2,
#low .v267.feature h3,
#low .v267.feature h4,
#low .v267.feature ul,
#low .v267.feature li,
#low .v267.feature dl,
#low .v267.feature p {
  margin: 0;
  padding: 0;
}
#low .v267.feature a {
  transition : all 0.5s ease 0s;
  color: #2BADB0;
  text-decoration: underline;
}
#low .v267.feature a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px){
  #low .v267.feature a:hover {
    opacity: 1;
  }
}

/* -----------------------------
 特集
-----------------------------*/
#low .v267.feature .markR {
  line-height: 1;
  vertical-align: top;
}
#low .v267.feature img {
  max-width: 100%;
  height: auto;
  display: block;
}
#low .v267.feature .lowerWrap {
  overflow: hidden;
}
#low .v267.feature .newsTtl {
  /*position: absolute;*/
  top:0;
  transform: translateX(0);
  max-width: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding-left: calc(50vw - 575px);
}
@media screen and (max-width: 767px){
  #low .v267.feature .newsTtl {
    position: static;
    background-color: #fff;
    padding-left: 20px;
  }
}
#low .v267.feature * {
  box-sizing: border-box;
}
#low .v267.feature .indent-negative {
  margin-left: -0.5em;
  display: inline-block;
}

#low .v267.feature .specialDetail {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
}
#low .v267.feature .specialDetail::after {
  position: absolute;
  left: 50%;
  bottom:  calc(-504 / 1400 * 100vw);
  transform: translateX(-50%);
  content: "";
  width: 100vw;
  height: calc(1790 / 1400 * 100vw);
  z-index: -1;
}

#low .v267.feature01 .topicsBox {
  width: 100%;
  height: 1000px;
  background: url(../images/feature/pict_intro_01.webp) center top repeat;
  background-size: 1409px 508px;
  position: relative;
}
#low .v267.feature01 .topicsBox .inner-topicsBox {
  width: 1000px;
  padding: 70px 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#low .v267.feature01 .topicsBox .inner-topicsBox::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#low .v267.feature01 .topicsBox .inner-topicsBox .topicsText {
  position: relative;
  z-index: 1;
  text-align: center;
}
#low .v267.feature01 .topicsBox .topicsText h2 {
  width: 100%;
  text-align: center;
}
#low .v267.feature01 .topicsBox .topicsText h2 img {
  max-width: 619px;
  margin: 0 auto;
}
#low .v267.feature01 .topicsBox .topicsText .topics02 {
  padding: 30px 190px 0;
  font-size: 18px;
  line-height: 38px;
  color: #101010;
  background: url(../images/feature/pict_intro_photo.webp) right 90px bottom no-repeat;
  background-size: 153px 203px;
}
#low .v267.feature01 .topicsBox .topicsText .topics02 .topicsBtn {
  width: 418px;
  height: 50px;
  margin: 60px auto 0;
}
#low .v267.feature01 .topicsBox .topicsText .topics02 .topicsBtn img {
  width: 12px;
  vertical-align: middle;
  display: inline;
  padding-bottom: 5px;
  margin-left: 10px;
}
#low .v267.feature01 .topicsBox .topicsText .topics02 .topicsBtn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00A7AC;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  padding-top: 12px;
}

@media screen and (max-width: 767px){
  #low .v267.feature01 .topicsBox {
    width: 100%;
    height: auto;
    background: url(../images/feature/pict_intro_01_sp.webp) left top repeat;
    background-size: 384px 548px;
    padding: 48px 5px;
  }
  #low .v267.feature01 .topicsBox .inner-topicsBox {
    width: 100%;
    padding: 35px 0 50px;
    margin: 0 auto;
    position: relative;
    top:  20px;
    left: auto;
    transform: translate(0, 0);
  }
  #low .v267.feature01 .topicsBox .topicsText h2 img {
    max-width: 320px;
    margin: 0 auto;
  }
  #low .v267.feature01 .topicsBox .topicsText .topics02 {
    padding: 20px 12px 0;
    font-size: 18px;
    line-height: 200%;
    background: none;
    text-align: left;
  }
  #low .v267.feature01 .topicsBox .topicsText .topics02 .topicsBtn {
    width: 300px;
    height: 50px;
    margin: 20px auto 0;
    text-align: center;
  }
  #low .v267.feature01 .topicsBox .topicsText .topics02 .topicsBtn img {
    width: 12px;
    vertical-align: middle;
    display: inline;
    padding-bottom: 5px;
    margin-left: 10px;
  }
  #low .v267.feature01 .topicsBox .topicsText .topics02 .topicsBtn a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00A7AC;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    padding-top: 12px;
  }
}

/* -----------------------------
 pLink
-----------------------------*/
#low .v267.feature01 .pLink {
  width: 787px;
  margin: 75px auto;
  padding: 20px 0;
  border-top: 1px solid #6CBBBE;
  border-bottom: 1px solid #6CBBBE;
}
#low .v267.feature01 .pLink ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#low .v267.feature01 .pLink li {
  width: 388px;
  height: 70px;
}
#low .v267.feature01 .pLink li a {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #C5E5E6;
  text-decoration: none;
}
#low .v267.feature01 .pLink li img {
  width: 70px;
}
#low .v267.feature01 .pLink li .wrap {
  width: 318px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#low .v267.feature01 .pLink li .part {
  display: flex;
  padding: 3px 10px 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #008287;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
}
#low .v267.feature01 .pLink li .title {
  padding-left: 8px;
  color: #008287;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}
#low .v267.feature01 .pLink li .title img {
  width: 13px;
  vertical-align: middle;
  display: inline;
  padding-bottom: 3px;
  margin-left: 18px;
}
@media screen and (max-width: 767px){
  #low .v267.feature01 .pLink {
    width: calc(100% - 30px);
    max-width: 380px;
    margin: 32px auto;
    padding: 20px 0;
  }
  #low .v267.feature01 .pLink ul {
    display: block;
  }
  #low .v267.feature01 .pLink li {
    width: 100%;
    height: 70px;
    margin-top: 20px;
  }
  #low .v267.feature01 .pLink li:first-child {
    margin-top: 0;
  }
  #low .v267.feature01 .pLink li .wrap {
    width: calc(100% - 70px);
  }
  #low .v267.feature01 .pLink li .title {
    font-size: 16px;
  }
}

/* -----------------------------
 part1
-----------------------------*/
#low .v267.feature01 #part1 {
  width: 100%;
  margin-top: -177px;
	padding-top: 177px;
}
#low .v267.feature01 #part1 .mainTitle {
  width: 100%;
  height: 551px;
  background: #190B0B url(../images/feature/part1-main.webp) center top no-repeat;
  background-size: 1081px 551px;
  position: relative;
}
#low .v267.feature01 #part1 .mainTitle .wrap {
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
#low .v267.feature01 #part1 .mainTitle .pic {
  display: none;
}
#low .v267.feature01 #part1 .mainTitle .sub {
  display: flex;
  align-items: center;
}
#low .v267.feature01 #part1 .mainTitle .sub .part {
  display: flex;
  padding: 4px 16px 2px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #FFF;
  color: #1A0C0B;
  font-size: 18px;
 font-weight: bold;
  line-height: 32px;
}
#low .v267.feature01 #part1 .mainTitle .sub .title {
  padding: 2px 0 0 18px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
#low .v267.feature01 #part1 .mainTitle h3 {
  padding-top: 20px;
  font-size: 36px;
 font-weight: bold;
  line-height: 140%;
}
#low .v267.feature01 #part1 .mainTitle .position {
  width: 460px;
  padding-top: 50px;
  font-size: 14px;
  line-height: 160%;
}
#low .v267.feature01 #part1 .mainTitle .name {
  width: 460px;
  font-size: 19px;
 font-weight: bold;
  line-height: 160%;
}
#low .v267.feature01 #part1 .mainTitle .txt {
  width: 457px;
  padding-top: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px){
  #low .v267.feature01 #part1 {
    margin-top: -96px;
		padding-top: 96px;
  }
  #low .v267.feature01 #part1 .mainTitle {
    height: auto;
    background: #190B0B;
  }
  #low .v267.feature01 #part1 .mainTitle .wrap {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }
  #low .v267.feature01 #part1 .mainTitle .pic {
    display: block;
  }
  #low .v267.feature01 #part1 .mainTitle .pic img {
    width: 100%;
  }
  #low .v267.feature01 #part1 .mainTitle .sub {
    padding: 22px 19px 0;
  }
  #low .v267.feature01 #part1 .mainTitle h3 {
    padding: 20px 19px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
  }
  #low .v267.feature01 #part1 .mainTitle .position {
    width: 100%;
    padding: 20px 19px 0;
  }
  #low .v267.feature01 #part1 .mainTitle .name {
    width: 100%;
    padding: 0 19px;
  }
  #low .v267.feature01 #part1 .mainTitle .txt {
    width: 100%;
    padding: 20px 19px 34px;
  }
}

#low .v267 #part1 .boxIn {
	width: 800px;
	margin: 80px auto;
}
#low .v267 #part1 .boxIn h4 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	padding: 15px 0 15px 20px;
	margin-bottom: 20px;
}
#low .v267 #part1 .boxIn h4::before {
	content: "";
	display: block;
	width: 65px;
	height: 100%;
	background-color: #E9F4F4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#low .v267 #part1 .boxIn .txt {
	line-height: 1.9;
	margin-bottom: 80px;
}
#low .v267 .prBox {
	font-weight: 700;
	color: #00A7AC;
	background-color: #E9F4F4;
	width: 1000px;
	padding: 50px 80px 20px;
	margin: auto;
}
#low .v267 .prBox .subHd {
	font-size: 20px;
	color: #fff;
	background-color: #00A7AC;
	padding: 10px 20px;
	display: inline-block;
	margin-bottom: 8px;
}
#low .v267 .prBox .mainHd {
	font-size: 34px;
	margin-bottom: 25px;
}
#low .v267 .prBox.type1 {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 130px auto 120px;
}
#low .v267 .prBox.type1::after {
	content: "";
	border: 2px solid #E9F4F4;
	width: 1100px;
	height: calc(100% + 100px);
	position: absolute;
	top: -50px;
	left: -50px;
}
#low .v267 .prBox.type1 .txtBox {
	width: 470px;
}
#low .v267 .prBox.type1 .imageBox {
	width: 315px;
	text-align: center;
	font-size: 18px;
}
#low .v267 .prBox.type1 .imageBox img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#low .v267 .prBox.type2 {
	display: flex;
	justify-content: space-between;
	padding: 55px 40px 30px 80px;
	position: relative;
	margin-bottom: 150px;
	margin-top: 130px;
}
#low .v267 .prBox.type2::after {
	content: "";
	border: 2px solid #E9F4F4;
	width: 1100px;
	height: calc(100% + 100px);
	position: absolute;
	top: -50px;
	left: -50px;
}
#low .v267 .prBox.type2 .txtBox {
	width: 360px;
}
#low .v267 .prBox.type2 .txt {
	font-size: 16px;
	width: 470px;
}
@media only screen and (max-width: 767px) {
	#low .v267 #part1 .boxIn {
		width: 100%;
		margin: 50px auto;
	}
	#low .v267 #part1 .boxIn h4 {
		font-size: 24px;
		padding: 10px 0 10px 20px;
		margin-bottom: 20px;
	}
	#low .v267 #part1 .boxIn .txt {
		margin: auto 20px 50px;
		line-height: 2;
	}
	#low .v267 .prBox {
		width: 100%;
		padding: 0 20px 30px;
	}
	#low .v267 .prBox .subHd {
		font-size: 18px;
		line-height: 1.3;
		padding: 10px 20px;
		display: block;
		margin-bottom: 30px;
	}
	#low .v267 .prBox .mainHd {
		font-size: 28px;
		line-height: 1.3;
		margin-bottom: 25px;
	}
	#low .v267 .prBox .mainHd span {
		display: block;
	}
	#low .v267 .prBox.type1 {
		display: block;
		margin: 0 auto;
	}
	#low .v267 .prBox.type1::after {
		display: none;
	}
	#low .v267 .prBox.type1 .txtBox {
		width: 100%;
	}
	#low .v267 .prBox.type1 .imageBox {
		width: 100%;
	}
	#low .v267 .prBox.type1 .imageBox img {
		width: 280px;
		height: auto;
		margin: 30px auto 20px;
	}
	#low .v267 .prBox.type2 {
		display: block;
		padding: 0 20px 30px 20px;
		margin-bottom: 50px;
		margin-top: 50px;
	}
	#low .v267 .prBox.type2::after {
		display: none;
	}
	#low .v267 .prBox.type2 .subHd {
		margin-bottom: 20px;
	}
	#low .v267 .prBox.type2 .txtBox {
		width: 100%;
	}
	#low .v267 .prBox.type2 .txt {
		width: 100%;
	}
	#low .v267 .prBox.type2 .txt br {
		display: none;
	}
}

/* -----------------------------
 part2
-----------------------------*/
#low .v267.feature01 #part2 {
	margin-top: -177px;
	padding-top: 177px;
}
#low .v267.feature01 #part2 #part2In {
	background-color: #F3F4EA;
}
#low .v267.feature01 #part2 .mainTitle {
	background: #fff url(../images/part2-main.webp) center top no-repeat;
  background-size: 100% auto;
}
#low .v267.feature01 #part2 .mainTitle .wrap {
	width: 1000px;
	margin: auto;
	padding-top: 45px;
	height: 705px;
}
#low .v267.feature01 #part2 .mainTitle .sub {
  display: flex;
  align-items: center;
	margin-bottom: 5px;
}
#low .v267.feature01 #part2 .mainTitle .sub .part {
  display: flex;
	height: 34px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #1A0C0B;
  color: #FFF;
  line-height: 1;
	margin-right: 15px;
	font-weight: bold;
}
#low .v267.feature01 #part2 .mainTitle .sub .title {
  font-size: 24px;
  font-weight: 700;
}
#low .v267.feature01 #part2 .mainTitle h3 {
	font-size: 36px;
	line-height: 1.5;
}
#low .v267.feature01 #part2 .mainTitle .nameBox {
	width: 100%;
	height: 345px;
	background-color: rgba(255,255,255,0.90);
}
#low .v267.feature01 #part2 .mainTitle .nameBox .txt {
	display: none;
}
#low .v267.feature01 #part2 .mainTitle .nameBox .boxIn {
	width: 1180px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}
#low .v267.feature01 #part2 .mainTitle .nameBox .boxIn .name {
	width: 180px;
	background: url("../images/name-fukidasi.svg") no-repeat top center;
	padding-top: 30px;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}
#low .v267.feature01 #part2 .mainTitle .nameBox .boxIn .name:nth-of-type(even) {
	margin-top: 120px;
}
#low .v267.feature01 #part2 .mainTitle .nameBox .boxIn .name p {
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
}

#low .v267.feature01 #part2 .mainContent {
	width: 1080px;
	margin: auto;
}
#low .v267.feature01 #part2 .mainContent #intro {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.9;
	text-align: center;
	margin: 50px auto;
}
#low .v267.feature01 #part2 .mainContent .contentWr {
	background-color: #fff;
}
#low .v267.feature01 #part2 .mainContent .contentWr .boxIn {
	width: 800px;
	margin: auto;
	padding: 80px 0 90px;
}
#low .v267 #part2 .boxIn h4 {
	font-size: 28px;
 font-weight: bold;
	line-height: 1.3;
	position: relative;
	padding: 15px 0 15px 20px;
	margin-bottom: 30px;
	z-index: 0;
}
#low .v267 #part2 .boxIn h4:not(:first-of-type) {
	margin-top: 60px;
}
#low .v267 #part2 .boxIn h4 span {
	color: #00A7AC;
}
#low .v267 #part2 .boxIn h4::before {
	content: "";
	display: block;
	width: 65px;
	height: 100%;
	background-color: #F3F4EA;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#low .v267 #part2 .boxIn .txt {
	font-weight: 500;
	margin-bottom: 30px;
}
#low .v267 #part2 .boxIn dl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 80px;
	font-size: 16px;
	line-height: 2;
}
#low .v267 #part2 .boxIn dl dt {
	font-weight: bold;
	color: #00A7AC;
	width: 85px;
	text-align: right;
}
#low .v267 #part2 .boxIn dl dd {
	width: calc(100% - 85px);
	margin: 0 0 20px 0;
}
#low .v267 #part2 .boxIn dl dd.flex {
	display: flex;
}
#low .v267 #part2 .boxIn dl dd.flex p {
	width: calc(100% - 335px);
}
#low .v267 #part2 .boxIn dl dd .imgBox {
	width: 315px;
	margin-left: 20px;
	position: relative;
}
#low .v267 #part2 .boxIn dl dd .imgBox img {
	width: 100%;
	display: block;
}
#low .v267 #part2 .boxIn dl dd .imgBox p {
	font-weight: bold;
	position: absolute;
	width: 100%;
	color: #00A7AC;
	background-color: #E9F4F4;
	padding: 15px;
	border-radius: 10px;
	top: 190px;
	left: -16px;
	height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#low .v267 #part2 .boxIn #omoi {
	font-weight: bold;
	text-align: center;
	line-height: 2;
	color: #00A7AC;
	background-color: #E9F4F4;
	padding: 50px 0 70px;
	margin-bottom: 30px;
	font-size: 16px;
}
#low .v267 #part2 .boxIn #omoi strong {
	display: block;
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 30px;
}
#low .v267 #part2 .boxIn #omoi img {
	display: block;
	width: 172px;
	height: auto;
	margin: 30px auto auto;
}
#low .v267 #part2 .boxIn #afterTalk {
	border: 1px solid #888888;
	border-radius: 28px;
	padding: 40px 40px;
	font-size: 16px;
	line-height: 1.9;
}
#low .v267 #part2 .boxIn #afterTalk p:nth-child(1) {
	font-weight: bold;
	margin-bottom: 10px;
}
#low .v267 #part2 .boxIn #afterTalk p:nth-child(3) {
	text-align: right;
	margin-top: 20px;
}
#low .v267 #part2 .boxIn #afterTalk p:nth-child(3) em {
	font-weight: bold;
}
#low .v267 #part2 #memberImg {
	padding-bottom: 80px;
	background-color: #F3F4EA;
}
#low .v267 #part2 #memberImg img {
	width: 100%;
	height: auto;
}
#low .v267 #part2 #spilit {
	background-color: #F3F4EA;
}
#low .v267 #part2 .prBox.type3 {
	background-color: #fff;
	border: 2px solid #E9F4F4;
	padding-bottom: 50px;
	width: 1080px;
}
#low .v267 #part2 .prBox.type3 .hdWr {
	width: 825px;
	margin: auto;
}
#low .v267 #part2 .prBox.type3 .mainHd {
	margin-bottom: 0;
}
#low .v267 #part2 .prBox.type3 .prWr {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
#low .v267 #part2 .prBox.type3 .prWr .pr {
	width: 50%;
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
}
#low .v267 #part2 .prBox.type3 .prWr .pr img {
	width: auto;
	height: 130px;
	display: block;
	margin: auto auto 30px;
}
#low .v267 #part2 .prBox.type3 .prWr .pr .txt1 {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 20px;
}
#low .v267 #part2 .prBox.type3 .prWr .pr .txt1 span {
	border-bottom: 1px solid;
}

#low .v267 #part2 .specialNote {
	font-size: 11px;
	width: 1000px;
	margin: auto;
	padding: 100px 0 70px;
}
#low .v267 #part2 .specialNote em {
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	#low .v267.feature01 #part2 {
		margin-top: -96px;
		padding-top: 96px;
	}
	#low .v267.feature01 #part2 #part2In {
		background-color: none;
	}
	#low .v267.feature01 #part2 .mainTitle {
		background: #fff url("../images/part2-main-sp.webp") center top no-repeat;
		background-size: 100% auto;
		height: auto;
	}
	#low .v267.feature01 #part2 .mainTitle .wrap {
		width: calc(100% - 40px);
		margin: auto;
		padding-top: 20px;
		height: 420px;
	}
	#low .v267.feature01 #part2 .mainTitle h3 {
		font-size: 26px;
	}
	#low .v267.feature01 #part2 .mainTitle h3 span {
		display: block;
	}
	#low .v267.feature01 #part2 .mainTitle .nameBox {
		width: 100%;
		height: auto;
		background-color: rgba(255,255,255,1);
	}
	#low .v267.feature01 #part2 .mainTitle .nameBox .txt {
		display: block;
		font-size: 12px;
		line-height: 1.3;
		padding: 10px 10px 0;
	}
	#low .v267.feature01 #part2 .mainTitle .nameBox .boxIn {
		width: 280px;
		padding: 20px 0;
		display: block;
	}
	#low .v267.feature01 #part2 .mainTitle .nameBox .boxIn .name {
		width: 100%;
		background: none;
		padding: 10px 5px;
		text-align: left;
		display: flex;
		border-bottom: 1px solid;
	}
	#low .v267.feature01 #part2 .mainTitle .nameBox .boxIn .name:nth-of-type(even) {
		margin-top: 0;
	}
	#low .v267.feature01 #part2 .mainTitle .nameBox .boxIn .name p {
		font-size: 15px;
		margin-top: 0;
		order: 1;
		width: 80px;
		text-align: right;
		color: #00A7AC;
		margin-right: 10px;
	}
	#low .v267.feature01 #part2 .mainTitle .nameBox .boxIn .name ul {
		order: 2;
		font-size: 12px;
	}

	#low .v267.feature01 #part2 .mainContent {
		width: 100%;
	}
	#low .v267.feature01 #part2 .mainContent #intro {
		font-size: 16px;
		line-height: 2;
		text-align: left;
		margin: 30px auto;
		padding: 0 20px;
	}
	#low .v267.feature01 #part2 .mainContent .contentWr .boxIn {
		width: 100%;
		padding: 50px 0;
	}
	#low .v267 #part2 .boxIn h4 {
		font-size: 24px;
		padding: 10px 0 10px 20px;
		margin-bottom: 20px;
	}
	#low .v267 #part2 .boxIn h4:not(:first-of-type) {
		margin-top: 30px;
	}
	#low .v267 #part2 .boxIn .txt {
		margin-left: 20px;
		margin-right: 20px;
		line-height: 2;
	}
	#low .v267 #part2 .boxIn dl {
		margin-bottom: 30px;
	}
	#low .v267 #part2 .boxIn dl dd {
		padding-right: 20px;
	}
	#low .v267 #part2 .boxIn dl dd.flex {
		display: block;
	}
	#low .v267 #part2 .boxIn dl dd.flex p {
		width: 100%;
	}
	#low .v267 #part2 .boxIn dl dd .imgBox {
		width: calc(100% + 65px);
		margin-left: -65px;
		padding-bottom: 30px;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	#low .v267 #part2 .boxIn dl dd .imgBox p {
		width: calc(100% - 40px);
		top: auto;
		left: 20px;
		bottom: 0;
		padding: 5px;
	}
	#low .v267 #part2 .boxIn #omoi {
		text-align: left;
		padding: 40px 20px 50px;
		margin: 30px 20px 50px;
		font-size: 15px;
	}
	#low .v267 #part2 .boxIn #omoi strong {
		font-size: 26px;
		line-height: 1.3;
		text-align: center;
	}
	#low .v267 #part2 .boxIn #omoi img {
		width: 120px;
	}
	#low .v267 #part2 .boxIn #afterTalk {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: -25px;
		padding: 30px 25px;
		line-height: 2;
	}
	#low .v267 #part2 .boxIn #afterTalk p:nth-child(3) {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.4;
	}
	#low .v267 #part2 .boxIn #afterTalk p:nth-child(3) em {
		font-size: 16px;
		margin-top: 10px;
		display: block;
	}
	#low .v267 #part2 #memberImg {
		display: none;
	}
	#low .v267 #part2 #spilit {
		margin-left: 20px;
		margin-right: 20px;
	}
	#low .v267 #part2 .prBox.type3 {
		padding: 10px;
		width: 100%;
	}
	#low .v267 #part2 .prBox.type3 .hdWr {
		width: 100%;
	}
	#low .v267 #part2 .prBox.type3 .mainHd {
		text-align: center;
		margin: 20px auto 30px;
	}
	#low .v267 #part2 .prBox.type3 .subHd {
		font-size: 18px;
		line-height: 1.5;
	}
	#low .v267 #part2 .prBox.type3 .prWr {
		display: block;
		margin-top: 30px;
	}
	#low .v267 #part2 .prBox.type3 .prWr .pr {
		width: 100%;
		margin-bottom: 10px;
	}
	#low .v267 #part2 .prBox.type3 .prWr .pr img {
		margin: auto auto 5px;
		height: 90px;
	}
	#low .v267 #part2 .prBox.type3 .prWr .pr .txt1 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#low .v267 #part2 .prBox.type3 .prWr .pr .txt2 {
		text-align: left;
	}
	#low .v267 #part2 .prBox.type3 .prWr .pr .txt2 br {
		display: none;
	}

	#low .v267 #part2 .specialNote {
		width: 100%;
		padding: 60px 20px 30px;
		background-color: #fff;
	}
}

/* -----------------------------
 PC/SP
-----------------------------*/
.pc-only {display: block;}
.sp-only {display: none;}
@media screen and (max-width: 767px) {
  .pc-only {display: none;}
  .sp-only {display: block;}
}