@charset "UTF-8";
/*===================================================
     Font
===================================================*/
/*  -------------------------------------
	Color
  -------------------------------------*/
/*  -------------------------------------
	object-fit
  -------------------------------------*/
.object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: top;";
}

/* -----------------------------------------------------------------
    media query
----------------------------------------------------------------- */
/*  --------------------------------*/
@media screen and (min-width: 668px) {
  .sp {
    display: none;
  }
}
/*  -------------------------------------
	#present
  -------------------------------------*/
.pianist-wrapper:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity 0.8s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity 0.8s ease;
}
.pianist-wrapper.fadeout:after {
  opacity: 1;
}

#pianist {
  font-family: "Noto Sans JP", "Jost", sans-serif;
  font-weight: 400;
  width: 964px;
  margin: 0 auto 60px;
  position: relative;
}
@media only screen and (max-width:964px) {
  #pianist {
    width: 100%;
  }
}
#pianist .pianist-contents {
  position: relative;
  margin: 90px 0;
}
@media only screen and (max-width:964px) {
  #pianist .pianist-contents {
    margin: 60px 0;
    padding: 0 30px;
  }
}
@media only screen and (max-width:768px) {
	.container {/*入鹿追記　横幅100%にする*/
	padding-left: 0;
	padding-right: 0;
}
	.block-topic-path {/*入鹿追記　パンくずに余白*/
	padding: 0 15px;
}
  #pianist .pianist-contents {
    padding: 0 15px;
  }
	#pianist h2 {/*入鹿*/
	padding: 0;
	background-color: transparent;
}
}
#pianist .pianist-contents .ttl {
  text-align: center;
}
#pianist #top-main {
  position: relative;
  margin-top: 0;
  width: 100%;
}
#pianist .explanation {
  background: url(../../../../img/usr/feature/fea_tensaipianist_coordinate/top_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 453px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:768px) {
  #pianist .explanation {
    height: 360px;
  }
}
@media only screen and (max-width:687px) {
  #pianist .explanation {
    padding: 0;
    height: 250px;
  }
}
#pianist .explanation p {
  color: #9e29f6;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
}
@media only screen and (max-width:768px) {
  #pianist .explanation p {
    margin-top: 30px;
    font-size: 12px;
    padding: 0.5em;
    background: rgba(255, 255, 255, 0.8);
  }
}
#pianist .coordinate {
  margin: 90px 0;
}
@media only screen and (max-width:768px) {
  #pianist .coordinate {
    margin: 60px 0 120px;
  }
}
#pianist .coordinate .coordinate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width:768px) {
  #pianist .coordinate .coordinate-wrap {
    display: block;
  }
}
#pianist .coordinate .coordinate-wrap .coordinate-content {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%;
}
@media only screen and (max-width:768px) {
  #pianist .coordinate .coordinate-wrap .coordinate-content {
    max-width: 100%;
  }
}
#pianist .coordinate .coordinate-wrap .coordinate-content .content-head {
  position: relative;
}
#pianist .coordinate .coordinate-wrap .coordinate-content .content-head .number {
  color: #9e29f6;
  font-weight: 700;
  font-size: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pianist .coordinate .coordinate-wrap .coordinate-content .content-head .number:before {
  content: "";
  background: url(../../../../img/usr/feature/fea_tensaipianist_coordinate/icon-title.svg) no-repeat;
  background-size: contain;
  height: 48px;
  width: 95px;
  display: block;
  margin-right: 0.5em;
}
#pianist .coordinate .coordinate-wrap .coordinate-content .content-head h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 45px;
}
@media only screen and (max-width:687px) {
  #pianist .coordinate .coordinate-wrap .coordinate-content .content-head h2 {
    font-size: 25px;
  }
}
#pianist .coordinate .coordinate-wrap .coordinate-content .content-head h2 span {/*入鹿*/
	background:linear-gradient(transparent 70%, #ffe517 70%);
}
/*
#pianist .coordinate .coordinate-wrap .coordinate-content .content-head h2 span {
  display: inline-block;
  position: relative;
}
#pianist .coordinate .coordinate-wrap .coordinate-content .content-head h2 span:after {
  content: "" ;
  background: #ffe517;
  height: 15px;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
*/
#pianist .coordinate .coordinate-wrap .coordinate-content h3 {
  font-weight: 500;
  color: #9e29f6;
  text-align: center;
  font-size: 24px;
  position: relative;
  margin: 0 0 30px;
}
#pianist .coordinate .coordinate-wrap .coordinate-content h3:before {
  content: "＼";
  margin-right: 0.5em;
}
#pianist .coordinate .coordinate-wrap .coordinate-content h3:after {
  content: "／";
  margin-left: 0.5em;
}
@media only screen and (max-width:687px) {
  #pianist .coordinate .coordinate-wrap .coordinate-content h3 {
    font-size: 14px;
  }
}
#pianist .coordinate .coordinate-wrap .coordinate-content .coordinate-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:687px) {
  #pianist .coordinate .coordinate-wrap .coordinate-content .coordinate-item-list {
    display: block;
  }
}
#pianist .coordinate .coordinate-wrap .coordinate-content .coordinate-item-list .coordinate-item {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 4%;
}
@media only screen and (max-width:687px) {
  #pianist .coordinate .coordinate-wrap .coordinate-content .coordinate-item-list .coordinate-item {
    max-width: 100%;
  }
}
#pianist .coordinate .coordinate-wrap .coordinate-content .coordinate-item-list .coordinate-item img {
  height: 190px;
  width: auto;
  display: block;
  margin: 0 auto 15px;
}
#pianist .coordinate .coordinate-wrap .coordinate-content .coordinate-item-list .coordinate-item p {
  font-size: 15px;
}
#pianist .coordinate .coordinate-wrap .coordinate-content .coordinate-item-list .coordinate-item .linkbtn {
  background: #c885f7;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  margin: 20px auto 0;
  width: 180px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pianist .coordinate .coordinate-wrap .coordinate-content .coordinate-item-list .coordinate-item .linkbtn_sold {
	background: #AEACAE;
	color: #fff;
  border-radius: 30px;
  font-size: 16px;
  margin: 20px auto 0;
  width: 180px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
	
@media only screen and (max-width:768px) {
  #pianist .coordinate .coordinate-wrap .coordinate-comment {
    height: 450px;
  }
}
@media only screen and (max-width:687px) {
  #pianist .coordinate .coordinate-wrap .coordinate-comment {
    background-size: contain !important;
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width:480px) {
  #pianist .coordinate .coordinate-wrap .coordinate-comment {
    height: 400px;
  }
}
#pianist .coordinate .coordinate-wrap .coordinate-img {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%;
}
@media only screen and (max-width:768px) {
  #pianist .coordinate .coordinate-wrap .coordinate-img {
    max-width: 100%;
    margin-top: 30px;
  }
}
#pianist .coordinate .coordinate-wrap .coordinate-img ul li {
  text-align: right;
}
@media only screen and (max-width:768px) {
  #pianist .coordinate .coordinate-wrap .coordinate-img ul li {
    text-align: center;
  }
}
#pianist .coordinate .coordinate-wrap .coordinate-img ul li:first-child {
  margin-bottom: 30px;
}
#pianist .coordinate .coordinate-wrap .coordinate-img ul li img {
  width: 90%;
}
@media only screen and (max-width:768px) {
  #pianist .coordinate .coordinate-wrap .coordinate-img ul li img {
    width: 45%;
  }
}
@media only screen and (max-width:768px) {
  #pianist .coordinate .coordinate-wrap .coordinate-img ul li:last-child img {
    width: 60%;
  }
}
#pianist .coordinate:nth-of-type(even) .coordinate-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#pianist .coordinate:nth-of-type(even) .coordinate-wrap .coordinate-img ul li {
  text-align: left;
}
@media only screen and (max-width:768px) {
  #pianist .coordinate:nth-of-type(even) .coordinate-wrap .coordinate-img ul li {
    text-align: center;
  }
}
#pianist #coordinate1 .coordinate-wrap .coordinate-content .content-head:after {
  content: "";
  background: url(../../../../img/usr/feature/fea_tensaipianist_coordinate/title-masumi1.jpg) no-repeat;
  background-size: contain;
  display: block;
  width: 120px;
  height: 175px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width:687px) {
  #pianist #coordinate1 .coordinate-wrap .coordinate-content .content-head:after {
    width: 60px;
    height: 87px;
  }
}
#pianist #coordinate1 .coordinate-wrap .coordinate-comment {
  background: url(../../../../img/usr/feature/fea_tensaipianist_coordinate/coordinate1-4.jpg) no-repeat;
  background-size: cover;
}
#pianist #coordinate2 .coordinate-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pianist #coordinate2 .coordinate-wrap .coordinate-content .content-head:after {
  content: "";
  background: url(../../../../img/usr/feature/fea_tensaipianist_coordinate/title-chisaki1.jpg) no-repeat;
  background-size: contain;
  display: block;
  width: 140px;
  height: 155px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width:687px) {
  #pianist #coordinate2 .coordinate-wrap .coordinate-content .content-head:after {
    width: 70px;
    height: 77px;
  }
}
#pianist #coordinate2 .coordinate-wrap .coordinate-img ul li img {
  width: 80%;
}
@media only screen and (max-width:768px) {
  #pianist #coordinate2 .coordinate-wrap .coordinate-img ul li img {
    width: 40%;
  }
}
#pianist #coordinate2 .coordinate-wrap .coordinate-comment {
  background: url(../../../../img/usr/feature/fea_tensaipianist_coordinate/coordinate2-4.jpg) no-repeat;
  background-size: cover;
}
#pianist #coordinate3 .coordinate-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pianist #coordinate3 .coordinate-wrap .coordinate-content .content-head:after {
  content: "";
  background: url(../../../../img/usr/feature/fea_tensaipianist_coordinate/title-masumi2.png) no-repeat;
  background-size: contain;
  display: block;
  width: 117px;
  height: 178px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width:687px) {
  #pianist #coordinate3 .coordinate-wrap .coordinate-content .content-head:after {
    width: 58px;
    height: 89px;
  }
}
#pianist #coordinate3 .coordinate-wrap .coordinate-comment {
  background: url(../../../../img/usr/feature/fea_tensaipianist_coordinate/coordinate3-4.jpg) no-repeat;
  background-size: cover;
}
#pianist #coordinate4 .coordinate-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pianist #coordinate4 .coordinate-wrap .coordinate-content .content-head:after {
  content: "";
  background: url(../../../../img/usr/feature/fea_tensaipianist_coordinate/title-chisaki2.png) no-repeat;
  background-size: contain;
  display: block;
  width: 106px;
  height: 162px;
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media only screen and (max-width:687px) {
  #pianist #coordinate4 .coordinate-wrap .coordinate-content .content-head:after {
    width: 53px;
    height: 81px;
    bottom: 0px;
  }
}
#pianist #coordinate4 .coordinate-wrap .coordinate-comment {
  background: url(../../../../img/usr/feature/fea_tensaipianist_coordinate/coordinate4-4.jpg) no-repeat;
  background-size: cover;
}
#pianist #coordinate5 .coordinate-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pianist #coordinate5 .coordinate-wrap .coordinate-content .content-head:after {
  content: "";
  background: url(../../../../img/usr/feature/fea_tensaipianist_coordinate/title-masumi3.png) no-repeat;
  background-size: contain;
  display: block;
  width: 185px;
  height: 131px;
  position: absolute;
  right: 0;
  bottom: 60px;
}
@media only screen and (max-width:687px) {
  #pianist #coordinate5 .coordinate-wrap .coordinate-content .content-head:after {
    width: 92px;
    height: 65px;
    bottom: 25px;
  }
}
#pianist #coordinate5 .coordinate-wrap .coordinate-comment {
  background: url(../../../../img/usr/feature/fea_tensaipianist_coordinate/coordinate5-4.jpg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width:768px) {
  #pianist #coordinate6 {
    margin-bottom: 60px;
  }
}
#pianist #coordinate6 .coordinate-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pianist #coordinate6 .coordinate-wrap .coordinate-content .content-head:after {
  content: "";
  background: url(../../../../img/usr/feature/fea_tensaipianist_coordinate/title-chisaki3.png) no-repeat;
  background-size: contain;
  display: block;
  width: 135px;
  height: 184px;
  position: absolute;
  right: 0;
  bottom: 0px;
}
@media only screen and (max-width:687px) {
  #pianist #coordinate6 .coordinate-wrap .coordinate-content .content-head:after {
    width: 67px;
    height: 92px;
  }
}
#pianist #coordinate6 .coordinate-wrap .coordinate-comment {
  background: url(../../../../img/usr/feature/fea_tensaipianist_coordinate/coordinate6-4.jpg) no-repeat;
  background-size: cover;
}
#pianist #shooting {
  background-image: linear-gradient(0deg, #ecf5f7, #ecf5f7 1px, transparent 0, transparent), linear-gradient(90deg, #ecf5f7, #ecf5f7 1px, transparent 0, transparent);
  background-size: 10px 10px, 10px 10px;
  text-align: center;
  padding: 60px 0;
}
@media only screen and (max-width:768px) {
  #pianist #shooting {
    padding: 30px 0;
  }
}
@media only screen and (max-width:687px) {
  #pianist #shooting iframe {
    width: 90%;
    height: 200px;
  }
}
#pianist #shooting h3 {
  color: #9e29f6;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 45px;
}
@media only screen and (max-width:768px) {
  #pianist #shooting h3 {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
#pianist #shooting img {
  margin: 0 0 30px;
}
#pianist #closing {
  background: url(../../../../img/usr/feature/fea_tensaipianist_coordinate/closing.jpg) no-repeat;
  background-size: cover;
  height: 325px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width:687px) {
  #pianist #closing {
    background: url(../../../../img/usr/feature/fea_tensaipianist_coordinate/closing-sp.jpg) no-repeat;
    background-size: cover;
    height: 380px;
  }
}
#pianist #closing .closing-txt {
  background: #fff;
  padding: 30px;
  margin-right: 30px;
}
@media only screen and (max-width:687px) {
  #pianist #closing .closing-txt {
    margin-right: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 90%;
    padding: 10px;
  }
}
#pianist #closing .closing-txt p {
  font-size: 18px;
  color: #9e29f6;
  font-weight: 500;
}
@media only screen and (max-width:768px) {
  #pianist #closing .closing-txt p {
    font-size: 13px;
  }
}
@media only screen and (max-width:964px) {
  #pianist #link {
    padding: 0 2%;
  }
}
#pianist #link h3 {
  font-size: 24px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
@media only screen and (max-width:768px) {
  #pianist #link h3 {
    font-size: 13px;
  }
}
#pianist #link h3:before {
  content: "";
  height: 2px;
  width: 30px;
  background: #000;
  display: block;
  margin-right: 1em;
}
@media only screen and (max-width:768px) {
  #pianist #link h3:before {
    display: none;
  }
}
#pianist #link h3:after {
  content: "";
  height: 2px;
  width: 30px;
  background: #000;
  display: block;
  margin-left: 1em;
}
@media only screen and (max-width:768px) {
  #pianist #link h3:after {
    display: none;
  }
}
#pianist #link picture {
  margin-bottom: 2%;
  display: block;
}
#pianist #link .row_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2%;
}
#pianist #link .row_4 li {
  -ms-flex-preferred-size: 23.5%;
      flex-basis: 23.5%;
  max-width: 23.5%;
}
@media only screen and (max-width:768px) {
  #pianist #link .row_4 li {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%;
  }
}
#pianist #link .row_4 li img {
  width: 100%;
}
#pianist #link .row_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:768px) {
  #pianist #link .row_2 {
    display: block;
  }
}
#pianist #link .row_2 li {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  max-width: 49%;
}
@media only screen and (max-width:768px) {
  #pianist #link .row_2 li {
    max-width: 100%;
  }
}
#pianist #link .row_2 li img {
  width: 100%;
}
#pianist #about {
  background: #f8f2fd;
  border-radius: 20px;
  text-align: center;
  padding: 45px;
}
@media only screen and (max-width:964px) {
  #pianist #about {
    width: calc(100% - 60px);
    margin: 60px auto;
    padding: 30px;
  }
}
@media only screen and (max-width:768px) {
  #pianist #about {
    margin: 45px auto;
    width: calc(100% - 30px);
    padding: 20px;
  }
}
#pianist #about h2 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
@media only screen and (max-width:964px) {
  #pianist #about h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width:768px) {
  #pianist #about h2 {
    font-size: 18px;
    padding: 0 24px;
  }
}
#pianist #about h2:before, #pianist #about h2:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width:768px) {
  #pianist #about h2:before, #pianist #about h2:after {
    width: 15px;
  }
}
#pianist #about h2:before {
  left: 0;
}
#pianist #about h2:after {
  right: 0;
}
#pianist #about .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:768px) {
  #pianist #about .about-content {
    display: block;
  }
}
#pianist #about .about-content .about-img {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%;
}
@media only screen and (max-width:768px) {
  #pianist #about .about-content .about-img {
    max-width: 60%;
    margin: 15px auto 15px;
  }
}
#pianist #about .about-content .about-txt {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%;
  text-align: left;
  padding-left: 45px;
  line-height: 1.6em;
  letter-spacing: 0.08em;
}
@media only screen and (max-width:768px) {
  #pianist #about .about-content .about-txt {
    max-width: 100%;
    padding: 0;
  }
}
#pianist #about .about-content .about-txt p {
  font-size: 19px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media only screen and (max-width:964px) {
  #pianist #about .about-content .about-txt p {
    font-size: 16px;
  }
}
@media only screen and (max-width:768px) {
  #pianist #about .about-content .about-txt p {
    font-size: 14px;
  }
}
#pianist #about .about-content .about-txt dl {
  margin: 0 0 20px;
}
#pianist #about .about-content .about-txt dl:last-child {
  margin: 0;
}
#pianist #about .about-content .about-txt dl dt {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0.3em;
}
@media only screen and (max-width:768px) {
  #pianist #about .about-content .about-txt dl dt {
    font-size: 14px;
  }
}
#pianist #about .about-content .about-txt dl dd {
  font-size: 14px;
}
@media only screen and (max-width:768px) {
  #pianist #about .about-content .about-txt dl dd {
    font-size: 12px;
    line-height: 1.4em;
  }
}

/* IE11 にのみ適用される start */
/* IE11 にのみ適用される end */