@charset "UTF-8";
.column a, .brand a, .coltxt a, .moto_flex dd a {
  text-decoration: underline;
  color: #1a1311
}

.column a:hover, .coltxt a:hover, .brand a:hover, .moto_flex dd a:hover {
  text-decoration: none;
  color: #ccc
}

#yamaha_column .yamaha_handling_inner a {
  text-decoration: underline;
  color: #1a1311
}

#yamaha_column .yamaha_handling_inner a:hover {
  text-decoration: none;
  color: #ccc
}

body img {
  vertical-align: bottom
}

.clearfix:after {
  clear: both;
  display: block;
  content: ''
}

.box-sizing {
  box-sizing: border-box
}

.sp {
  display: none
}

@media screen and (max-width: 700px) {
  .pc {
    display: none
  }

  .sp {
    display: inherit
  }
}

section {
  margin: 0 auto
}

#yamaha_column {
  width: 100%;
  margin: 0 auto;
  height: auto
}

@media screen and (max-width: 700px) {
  section {
    width: 100%;
    margin: 0 auto
  }
}

#yamaha_column #keyv h1 {
  text-align: center;
  margin-bottom: 40px
}

#yamaha_column #keyv .intro {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 50px
}

#yamaha_column #keyv .intro span {
  font-size: 18px
}

#yamaha_column #keyv .artcle_list {
  display: table;
  margin: 0 auto 80px
}

#yamaha_column #keyv .artcle_list dt {
  font-weight: bold;
  margin-bottom: 15px
}

#yamaha_column #keyv .artcle_list dd {
  margin-bottom: 10px
}

#yamaha_column #keyv .artcle_list dd a {
  color: #03a9f4
}

#yamaha_column #keyv .artcle_list dd a:hover {
  text-decoration: underline
}

@media screen and (max-width: 700px) {
  #yamaha_column #keyv .intro {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px
  }

  #yamaha_column #keyv .intro span {
    font-size: 16px
  }

  #yamaha_column #keyv .artcle_list {
    display: table;
    margin: 0 auto 40px
  }

  #yamaha_column #keyv .artcle_list dd a {
    color: #03a9f4;
    font-size: 14px
  }
}

#yamaha_column .column_h1 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #00528e;
  padding: 10px 0;
  margin-bottom: 60px;
  border-top-left-radius: 5px;
  position: relative
}

#yamaha_column .column_h1 .vol_num {
  position: absolute;
  top: -20px;
  left: 30px
}

@media screen and (max-width: 700px) {
  #yamaha_column .column_h1 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #00528e;
    padding: 10px 0;
    margin-bottom: 40px;
    border-top-left-radius: 5px;
    position: relative
  }

  #yamaha_column .column_h1 .vol_num {
    position: absolute;
    top: -20px;
    left: -5px
  }
}

#yamaha_column .column {
  width: 800px;
  margin: 0 auto 60px
}

@media screen and (max-width: 1100px) and (min-width: 701px) {
  #yamaha_column .column {
    width: 100%;
    margin: 0 auto 60px
  }
}

#yamaha_column .column h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px
}

#yamaha_column .column p {
  margin-bottom: 20px
}

@media screen and (max-width: 700px) {
  #yamaha_column .column {
    width: 100%;
    margin: 0 auto 30px
  }

  #yamaha_column .column h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px
  }
}

#yamaha_column .kye_person {
  width: 800px;
  border: 5px solid #ccc;
  background: #fff;
  padding: 20px;
  margin: 0 auto 80px;
  box-sizing: border-box;
  border-radius: 5px
}

#yamaha_column .kye_person h3.arrow_box {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background: #00528e;
  border-radius: 3px;
  margin-bottom: 30px
}

#yamaha_column .kye_person h3.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 82, 142, 0);
  border-top-color: #00528e;
  border-width: 20px;
  margin-left: -20px
}

#yamaha_column .kye_person .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

#yamaha_column .kye_person .profile_box {
  flex-basis: 48%;
  display: flex;
  justify-content: space-between
}

#yamaha_column .kye_person .profile_box .img {
  flex-basis: 100px
}

#yamaha_column .kye_person .profile_box .profile {
  flex-basis: 240px
}

#yamaha_column .kye_person .profile_box .profile .ttl {
  font-weight: bold;
  margin-bottom: 10px
}

#yamaha_column .kye_person .profile_box .profile .name {
  font-size: 12px;
  margin-bottom: 10px
}

#yamaha_column .kye_person .profile_box .profile .txt {
  font-size: 11px
}

</p><p>@media screen and (max-width: 700px) {
  #yamaha_column .kye_person {
    width: 100%;
    border: 5px solid #ccc;
    background: #fff;
    padding: 20px;
    margin: 0 auto 30px;
    box-sizing: border-box;
    border-radius: 5px
  }

  #yamaha_column .kye_person h3.arrow_box {
    font-size: 16px
  }

  #yamaha_column .kye_person .profile_box .img {
    flex-basis: 25%
  }

  #yamaha_column .kye_person .profile_box .profile {
    flex-basis: 70%
  }
}

@media screen and (max-width: 480px) {
  #yamaha_column .kye_person .profile_box {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between
  }

  #yamaha_column .kye_person .profile_box:first-child .profile {
    margin-bottom: 20px
  }
}

#yamaha_column .interview {
  width: 800px;
  border: 5px solid #ccc;
  background: #fff;
  padding: 20px;
  margin: 0 auto 80px;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative
}

#yamaha_column .interview.last {
  margin-bottom: 20px
}

#yamaha_column .interview.first {
  margin-top: 120px
}

#yamaha_column .column.voice {
  margin-bottom: 120px
}

@media screen and (max-width: 1100px) and (min-width: 701px) {
  #yamaha_column .interview {
    width: 100%
  }
}

#yamaha_column .interview .arrow {
  position: absolute;
  top: -48px;
  left: 20px
}

#yamaha_column .interview .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

#yamaha_column .interview .img {
  flex-basis: 160px
}

#yamaha_column .interview .interviewer_profile {
  flex-basis: 560px
}

#yamaha_column .interview .interviewer_profile .ttl {
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.4
}

#yamaha_column .interview .interviewer_profile .ttl {
  font-size: 14px
}

#yamaha_column .interview.last .interviewer_profile .ttl {
  margin-top: 0
}

#yamaha_column .interview .interviewer_profile .name {
  font-size: 14px;
  margin-bottom: 10px
}

#yamaha_column .interview .interviewer_profile .txt {
  font-size: 12px
}

@media screen and (max-width: 1100px) and (min-width: 701px) {
  #yamaha_column .interview .img {
    flex-basis: 21%
  }
}

@media screen and (max-width: 1100px) and (min-width: 701px) {
  #yamaha_column .interview .interviewer_profile {
    flex-basis: 74%
  }
}

@media screen and (max-width: 700px) {
  #yamaha_column .interview {
    width: 100%;
    border: 5px solid #ccc;
    background: #fff;
    padding: 20px;
    margin: 70px auto 40px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative
  }

  #yamaha_column .interview.last .interviewer_profile .ttl {
    margin-top: 0
  }

  #yamaha_column .column.voice {
    margin-bottom: 80px
  }

  #yamaha_column .interview .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  #yamaha_column .interview .img {
    flex-basis: 26%
  }

  #yamaha_column .interview .interviewer_profile {
    flex-basis: 70%
  }
}

@media screen and (max-width: 480px) {
  #yamaha_column .interview .arrow {
    position: absolute;
    top: -48px;
    left: 0px
  }
}

#yamaha_column .btn_prev {
  float: left
}

#yamaha_column .btn_next {
  float: right
}

#yamaha_column .btn_prev a, #yamaha_column .btn_next a {
  width: 280px;
  display: block;
  color: #000;
  text-align: center;
  font-weight: bold;
  border: 2px solid #000;
  padding: 20px;
  margin: 0 auto;
  background: #fff
}

#yamaha_column .btn_prev a:hover, #yamaha_column .btn_next a:hover {
  text-decoration: none;
  color: #03a9f4;
  background: #fdfdfd
}

@media screen and (max-width: 700px) {
  #yamaha_column .btn_prev {
    float: left;
    width: 48%
  }

  #yamaha_column .btn_next {
    float: right;
    width: 48%;
    margin-right: 1%
  }

  #yamaha_column .btn_prev a, #yamaha_column .btn_next a {
    width: 100%;
    display: block;
    color: #000;
    text-align: center;
    font-weight: bold;
    border: 2px solid #000;
    padding: 20px 0;
    margin: 0 auto;
    background: #fff
  }
}

/*#yamaha_column .yamaha_handling{display:table;width:770px;height:230px;margin:0 auto 60px}#yamaha_column .yamaha_handling_inner{display:table-cell;vertical-align:bottom;font-size:13px;text-align:center;padding-right:260px;background:urL("/wp-content/uploads/2018/05/bg_yamaha_tcengine.png") no-repeat right 0}*/
#yamaha_column .yamaha_handling_inner h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px
}

@media screen and (max-width: 1100px) and (min-width: 701px) {
  #yamaha_column .yamaha_handling {
    width: 100%
  }
}

#yamaha_column .yamaha_handling_inner h2 {
  margin-bottom: 15px
}

@media screen and (max-width: 700px) {
  #yamaha_column .yamaha_handling {
    display: table;
    width: 100%;
    height: 230px;
    margin: 0 auto 40px
  }

  #yamaha_column .yamaha_handling_inner {
    display: table-cell;
    vertical-align: bottom;
    font-size: 13px;
    text-align: left;
    padding-right: 0px;
    background: none
  }

  #yamaha_column .yamaha_handling_inner p {
    width: 100%;
    margin: 0 auto
  }
}

#yamaha_content_area .column .photo_caption dt {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 8px;
  line-height: 1.4
}

#yamaha_content_area .column .photo_caption dd {
  font-size: 12px
}

@media screen and (max-width: 700px) {
  #yamaha_content_area .column .photo_caption dt {
    font-size: 13px;
    text-align: center
  }

  #yamaha_content_area .column .photo_caption dd {
    font-size: 11px;
    text-align: left
  }
}

#yamaha_content_area .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

#yamaha_content_area .flexbox .coltxt {
  width: 470px
}

#yamaha_content_area .flexbox .coltxt_bigger {
  width: 270px
}

#yamaha_content_area .flexbox .imgbox {
  width: 300px
}

.imgbox_bigger {
  width: 500px
}

.imgbox_2col {
  width: 360px
}

.imgbox_3col {
  width: 250px
}

.imgbox_4col {
  width: 180px
}

</p><p>@media screen and (max-width: 1100px) and (min-width: 701px) {
  #yamaha_content_area .flexbox .imgbox {
    width: 37%
  }

  #yamaha_content_area .flexbox .imgbox_bigger {
    width: 37%
  }
}

@media screen and (max-width: 1100px) and (min-width: 701px) {
  #yamaha_content_area .flexbox .coltxt {
    width: 58%
  }

  #yamaha_content_area .flexbox .coltxt_bigger {
    width: 58%
  }
}

@media screen and (max-width: 700px) {
  #yamaha_content_area .flexbox .coltxt, #yamaha_content_area .flexbox .coltxt_bigger {
    width: 100%;
    margin-bottom: 15px;
  }

  #yamaha_content_area .flexbox .imgbox {
    width: 100%;
    margin: 0 auto 30px;
    text-align: left
  }

  #yamaha_content_area .flexbox .imgbox_bigger {
    width: 100%;
    margin: 0 auto 30px;
    text-align: left
  }

  #yamaha_content_area .flexbox .imgbox p {
    margin: 0 auto 10px
  }

  #yamaha_content_area .flexbox .imgbox_bigger p {
    margin: 0 auto 10px
  }
}

#yamaha_column #yamaha_content_area .mb_short {
  margin-bottom: 20px
}

#yamaha_column p.column_other {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #00528e;
  padding: 5px 0;
  margin-bottom: 10px;
  border-radius: 5px
}

#yamaha_column div.border_bottom {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc
}

#yamaha_column div.column_other_content p.title {
  font-size: 14px;
  color: #00528e;
  margin-bottom: 5px;
  font-weight: bold
}

#yamaha_column div.column_other_content p.catch {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0px
}

#yamaha_column div.column_other_content p.text {
  font-size: 12px;
  margin-bottom: 0px
}

#yamaha_content_area p.catch_vol07 {
  color: #00528e;
  background-color: white;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 40px;
  font-size: 22px;
  text-align: center;
  font-weight: bold
}

#yamaha_content_area div.flex-item_three_colum {
  width: 240px
}

#yamaha_content_area div.flex-item_three_colum p.catch_three_colum {
  color: white;
  background-color: #00528e;
  font-weight: bold;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
  text-align: center
}

#yamaha_content_area div.flex-item_three_colum p.catch_three_colum::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
  left: 50%
}

div.article_list_btn_area {
  text-align: center;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px
}

div.article_list_btn_area a.btn_block {
  display: inline-block;
  width: 100%;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  background-color: white;
  color: black;
  font-weight: bold;
  position: relative;
  border-radius: 10px;
  font-size: 20px;
  border: 1px solid
}

div.article_list_btn_area a.btn_block::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px black;
  border-right: solid 1px black;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  transition: all .3s
}

div.article_list_btn_area a.btn_block:hover::before {
  right: 20px
}

@media screen and (max-width: 700px) {
  div.article_list_btn_area {
    text-align: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px
  }

  div.article_list_btn_area a.btn_block {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    text-decoration: none;
    line-height: 1.4;
    background-color: white;
    color: black;
    font-weight: bold;
    position: relative;
    border-radius: 10px;
    font-size: 20px;
    border: 1px solid;
    padding-top: 15px;
    padding-bottom: 15px
  }

  div.article_list_btn_area a.btn_block::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px black;
    border-right: solid 1px black;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
    transition: all .3s
  }

  div.article_list_btn_area a.btn_block:hover::before {
    right: 20px
  }
}

@media screen and (max-width: 1100px) and (min-width: 701px) {
  #yamaha_content_area p.catch_vol07 {
    color: #00528e;
    background-color: white;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 40px;
    font-size: 22px;
    text-align: center;
    font-weight: bold
  }

  #yamaha_content_area div.flex-item_three_colum {
    width: 100%
  }

  #yamaha_content_area p.catch_three_colum {
    color: white;
    background-color: #00528e;
    font-weight: bold;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    position: relative;
    text-align: center
  }

  #yamaha_content_area p.catch_three_colum::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    left: 50%;
    display: none
  }
}

@media screen and (max-width: 700px) {
  #yamaha_content_area p.catch_vol07 {
    color: #00528e;
    background-color: white;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 40px;
    font-size: 22px;
    text-align: center;
    font-weight: bold
  }

  #yamaha_content_area div.flex-item_three_colum {
    width: 100%
  }

  #yamaha_content_area p.catch_three_colum {
    color: white;
    background-color: #00528e;
    font-weight: bold;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    position: relative;
    text-align: center
  }

  #yamaha_content_area p.catch_three_colum::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    left: 50%;
    display: none
  }
}

</p><p>#yamaha_column .yamaha_handling_inner h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px
}

@media screen and (max-width: 1100px) and (min-width: 701px) {
  #yamaha_column .yamaha_handling {
    width: 100%
  }
}

#yamaha_column .yamaha_handling_inner h2 {
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 700px) {
  #yamaha_column .yamaha_handling {
    display: table;
    width: 100%;
    height: 151px;
    margin: 0 auto 20px
  }

  #yamaha_column .yamaha_handling_inner {
    display: table-cell;
    vertical-align: bottom;
    font-size: 13px;
    text-align: left;
    padding-right: 0px;
    background: none
  }

  #yamaha_column .yamaha_handling_inner p {
    width: 100%;
    margin: 0 auto
  }
}

</p><p>.tac {
  text-align: center;
}



/*vol.8*/
#yamaha_column .yamaha_handling_inner {
  display: table-cell;
  vertical-align: bottom;
  font-size: 13px;
  text-align: center;
  padding-right: 0px;
  background: none;
  
}

#yamaha_column .yamaha_handling {
  display: table;
  width: 100%;
  height: 151px;
  margin: 0 auto 20px；
}

</p><p>

/*VOL.9*/
/*VOL.10*/
/*VOL.11*/
.imgbox_2col_2set {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.imgbox_2col_2set:last-child {
  margin-right: 0;
}

.imgbox_2col_2set img {
  width: 50%;
  margin: 10px 0;
}

.imgbox_2col {
  width: 46%
}

.imgbox_3col {
  width: 32%
}

.imgbox_4col {
  width: 23%
}

@media screen and (max-width: 1100px) and (min-width: 701px) {
  .imgbox_2col_2set {
    width: 48%;
    float: left;
    margin-right: 4%;
  }

  .imgbox_2col_2set:last-child {
    margin-right: 0;
  }

  .imgbox_2col_2set img {
    width: 50%;
  }

  #yamaha_content_area .flexbox .coltxt_2col {
    width: 40%；
  }

  #yamaha_content_area .flexbox .coltxt_3col {
    width: 32%；
  }

  #yamaha_content_area .flexbox .coltxt_4col {
    width: 23%；
  }

  
}

@media screen and (max-width: 700px) {
  .imgbox_2col_2set {
    width: 100%;
    float: none;
    margin-right: 0%;
  }

  .imgbox_2col_2set:last-child {
    margin-right: 0;
  }

  .imgbox_2col_2set img {
    width: 100%;
    margin: 5px 0 30px;
  }

  #yamaha_column .yamaha_handling_inner h2 img {
    width: 100%；
  }

  #yamaha_content_area .flexbox .coltxt_3col {
    width: 100%；
  }

  #yamaha_content_area .flexbox .imgbox_3col {
    width: 100%;
    margin: 0 auto 30px;
    text-align: left；
  }

  #yamaha_content_area .flexbox .imgbox_3col p {
    margin: 0 auto 10px；
  }

  </p><p>#yamaha_content_area .flexbox .coltxt_4col {
    width: 100%；
  }

  #yamaha_content_area .flexbox .imgbox_4col {
    width: 100%;
    margin: 0 auto 30px;
    text-align: left；
  }

  #yamaha_content_area .flexbox .imgbox_4col p {
    margin: 0 auto 10px；
  }

  .imgbox_4col img, .imgbox_3col img {
    width: 100%；
  }

  .imgbox_4col img, .imgbox_2col_2set img {
    width: 50%;
    float: left;
  }

  .imgbox_4col img {
    width: 100%;
    float: left;
  }

  
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb00 {
  margin-bottom: 0px;
}