@charset "UTF-8";
/* ####################################################################################################

basic layout

#################################################################################################### */
h1, h2, h3, h4, h5, h6, p, li, pre, td, th, dt, dd {
  line-height: 1.5;
}

/* 基本の行の高さ */
a {
  color: inherit;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
    color: #0070c9;
}

/* RWD layout
================================================== */
/* PCのみ表示
-------------------------------------------------- */
.rsp_disp_oxx {
  display: block !important;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
  .rsp_disp_oxx {
    display: none !important;
  }
    .fadeout {
    transition: all 0.3s ease;
    border: 1px solid #D7D7D7;
  }
  .fadeout:hover {
    opacity: 0.6; 
    border: 3px solid #0071e3;
  }
}
/* ========== end △ */
/* TABのみ表示
-------------------------------------------------- */
.rsp_disp_xox {
  display: none !important;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rsp_disp_xox {
    display: block !important;
  }
}
/* ========== end △ */
/* SPのみ表示
-------------------------------------------------- */
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .rsp_disp_xxo {
    display: none !important;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .rsp_disp_xxo {
    display: block !important;
  }
}
/* ========== end △ */
/* PC・TABのみ表示
-------------------------------------------------- */
.rsp_disp_oox {
  display: block !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .rsp_disp_oox {
    display: none !important;
  }
}
/* ========== end △ */
/* PC・SPのみ表示
-------------------------------------------------- */
.rsp_disp_oxo {
  display: block !important;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rsp_disp_oxo {
    display: none !important;
  }
}
/* ========== end △ */
/* TAB・SPのみ表示
-------------------------------------------------- */
.rsp_disp_xoo {
  display: none !important;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
  .rsp_disp_xoo {
    display: block !important;
  }
}
/* ========== end △ */
/* SPの非表示
-------------------------------------------------- */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}
/* ========== end △ */
/* ####################################################################################################

utillity

#################################################################################################### */
/* width
================================================== */
.w10p {
  width: 10% !important;
}

.w20p {
  width: 20% !important;
}

.w30p {
  width: 30% !important;
}

.w40p {
  width: 40% !important;
}

.w50p {
  width: 50% !important;
}

.w60p {
  width: 60% !important;
}

.w70p {
  width: 70% !important;
}

.w80p {
  width: 80% !important;
}

.w90p {
  width: 90% !important;
}

.w100p {
  width: 100% !important;
}

/* margin
================================================== */
/* margin-top */
.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

/* margin-bottom */
.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb30-15 {
  margin-bottom: 30px !important;
}

.mb30-20 {
  margin-bottom: 10px !important;
}

.mb30-30 {
  margin-bottom: 20px !important;
  padding: 0 15px 0 15px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mb30-15 {
    margin-bottom: 15px !important;
  }
}

  .mb30-20 {
    margin-bottom: 15px !important;
  }
}

  .mb30-30 {
  margin-bottom: 20px !important;
  padding: 0 15px 0 15px !important;
}
}
/* ========== end △ */
.mb50-30 {
  margin-bottom: 50px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mb50-30 {
    margin-bottom: 30px !important;
  }
}
/* ========== end △ */
/* margin-right */
.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

/* margin-left */
.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sp_mb00 {
    margin-bottom: 00px !important;
  }
}
/* ========== end △ */
/* clearfix
================================================== */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
  overflow: hidden;
}

/* overflow
================================================== */
.of_h {
  overflow: hidden;
}

/* link
================================================== */
a.tdn {
  text-decoration: none;
}
a.tdn:hover {
  text-decoration: underline;
}

a.link_tap {
  text-decoration: none;
  color: #0167cc;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  a.link_tap {
    text-decoration: underline;
  }
}
/* ========== end △ */
.link_style a {
  display: inline-block;
  padding-right: 15px;
  background: url(../common_img/ico_arrow_bk.png) 100% 50% no-repeat;
  background-size: 8px;
  text-decoration: none;
}
.link_style a:hover {
  text-decoration: underline;
}

.link_button_blue {
  font-size: 20px;
  text-align: center;
  background: #0167cc;
  width: 50%;
  color: white;
  padding: 0.7em 1em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s;
}

/* color
================================================== */
.color_red {
  color: #da2b28 !important;
}

.color_red_midlle {
  color: #da2b28 !important;
  font-size: 16px;
  margin: 10px 0 0 0;
  font-weight: bolder;
}

.color_green {
  color: #60c3ab !important;
}

.color_blue {
  color: #3e83cd !important;
}

.color_black_bold {
  color: #000000 !important;
  font-weight: bold !important;
}

/* font-family
================================================== */
.font_basic {
  font-family: "Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ＭＳ Ｐゴシック",sans-serif;
}

/* font-size
================================================== */
.fs12, .fz_S {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14, .fz_M {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16, .fz_L {
  font-size: 16px !important;
}

/* font-weight
================================================== */
.bold {
  font-weight: bold !important;
}

/* text-align
================================================== */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* vertical-align
================================================== */
.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

/* float
================================================== */
.flr {
  float: right;
}

.fll {
  float: left;
}

/* lightbox用ズームアイコン
================================================== */
.ico_zoom a {
  display: inline-block;
  position: relative;
  background-color: #fff;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 1025px) {
  .ico_zoom a {
    transition: all 0.3s ease;
  }
  .ico_zoom a:hover {
    opacity: 0.6;
    
  }
}
/* ========== end △ */
.ico_zoom a:after {
  content: "";
  display: block;
  display: none\9;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #000 url(../common_img/ico_zoom.png) 50% no-repeat;
  text-align: center;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
  .ico_zoom a:after {
    display: none;
  }
    
    .fadeout {
    transition: all 0.3s ease;
    border: 1px solid #D7D7D7;
  }
  .fadeout:hover {
    opacity: 0.6; 
    border: 3px solid #0071e3;
  }    
}
/* ========== end △ */
/* hover fade
================================================== */
/* ▽ PC layout ========== */
@media only screen and (min-width: 1025px) {
  /* ▽ PC layout ========== */
}
@media only screen and (min-width: 1025px) and (min-width: 1025px){
  .fadeout {
    transition: all 0.3s ease;
    border: 1px solid #D7D7D7;
  }
  .fadeout:hover {
    opacity: 0.6; 
    border: 3px solid #0071e3;
  }
}

/*smartphone 消音装置andインフィニティ button*/
@media only screen and (max-width: 767px){
  .fadeout {
    transition: all 0.3s ease;
    border: 1px solid #D7D7D7;
  }
  .fadeout:hover {
    opacity: 0.6; 
    border: 3px solid #0071e3;
  }
}

@media only screen and (min-width: 1025px) {
  /* ========== end △ */
}
/* ========== end △ */
/* pic
================================================== */
.pic img {
  max-width: 100%;
  height: auto;
}

/* gmap(iframe)
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .gmap {
    margin-right: 20px;
    margin-left: 20px;
  }
}
/* ========== end △ */
.gmap iframe {
  width: 100%;
  height: 417px;
}

/* indoorview (iframe)
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .indoorview {
    margin-right: 20px;
    margin-left: 20px;  
  }
}
/* ========== end △ */
.indoorview iframe {
  width: 100%;
  height: 1000px;
}

/* dl
================================================== */
/* inline */
.dl_inline dt,
.dl_inline dd {
  display: inline-block;
  vertical-align: middle;
}

/* table */
.dl_table {
  box-sizing: border-box;
}
.dl_table dt {
  font-weight: bold;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .dl_table {
    display: table;
    border-collapse: collapse;
  }
  .dl_table dl {
    display: table-row;
  }
  .dl_table dl dt,
  .dl_table dl dd {
    display: table-cell;
    vertical-align: top;
  }
  .dl_table dl dt {
    padding-right: 10px;
  }
}
/* ========== end △ */
/* table style */
.dl_table_style > dl > dt,
.dl_table_style > dl > dd {
  box-sizing: border-box;
  padding: 15px 14px;
  border-bottom: 1px solid #f5f0df;
}
.dl_table_style > dl > dt {
  min-width: 200px;
  /*border-left: 5px solid #eacb57;*/
  background-color: #eee;
  font-size: 14px;
  font-weight: bold;
}
.dl_table_style > dl > dd {
  background-color: #fff;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .dl_table_style {
    display: table;
    width: 100%;
    border-collapse: collapse;
    word-wrap: break-word;
    word-break: break-all;
    border-collapse: separate;
    border-spacing: 0 1px;
  }
  .dl_table_style > dl {
    display: table-row;
  }
  .dl_table_style > dl > dt,
  .dl_table_style > dl > dd {
    display: table-cell;
    vertical-align: middle;
  }
  .dl_table_style > dl > dt,
  .dl_table_style > dl > dd {
    vertical-align: top;
  }
    
/*20220425_table's width*/
    .table_width{
        width: 900px;
    }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .dl_table_style > dl > dt,
  .dl_table_style > dl > dd {
    padding: 10px 8px;
  }
  .dl_table_style > dl dt {
    width: 100%;
  }
}
/* ========== end △ */
/* ul
================================================== */
.list_indent_1em li {
  padding-left: 1em;
  text-indent: -1em;
}

/* table
================================================== */
.table_style table {
  width: 100%;
  border-collapse: collapse;
}
.table_style th,
.table_style td {
  padding: 10px;
  border: 1px solid #ddd;
  word-break: keep-all;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .table_style th,
  .table_style td {
    padding: 5px 10px;
  }
}
/* ========== end △ */
.table_style th {
  background-color: #f5f0df;
  font-weight: bold;
  text-align: center;
  word-break:keep-all;     
}

/* title
================================================== */
.ttl_style {
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d4cb;
  font-size: 18px;
  font-weight: bold;
}
.ttl_style .txt {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 0 10px 5px;
  width: 730px;    
}
.ttl_style .txt:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #eacb57;
  background: -moz-linear-gradient(left, #eacb57 0%, #ffe586 50%, #eacb57 100%);
  background: -webkit-linear-gradient(left, #eacb57 0%, #ffe586 50%, #eacb57 100%);
  /*background: linear-gradient(to right, #eacb57 0%, #ffe586 50%, #eacb57 100%);*/
    background: linear-gradient(to right, black 0%, grey 50%, grey 30%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eacb57', endColorstr='#eacb57',GradientType=1 );
}

.ttl_style02 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 18px;
  font-size: 16px;
  font-weight: bold;
}
.ttl_style02:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 4px;
  background-color: #b69107;
}

.ttl_style02 a{
    color:#0070c9;
    text-decoration:none;
}

.ttl_style02 a:hover{
    color:#0070c9;
    text-decoration:underline;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .ttl_style02 {
    margin-bottom: 10px;
  }
}
/* ========== end △ */
.ttl_style03 {
  position: relative;
  padding-top: 24px;
  font-weight: bold;
  font-size: 26px;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .ttl_style03 {
    margin-bottom: 30px;
  }

/*演奏動画・展示ショールーム・両ビュー*/    
    .four_corner{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        zoom:1;
        margin-bottom: 10px;
    }
 
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .ttl_style03 {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }
}
/* ========== end △ */
.ttl_style03:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 );
}
.ttl_style03 span {
  margin-left: 10px;
  color: #0070c9;
  font-size: 14px;
}

.lead_ttl_style {
  margin-bottom: 40px;
  padding-top: 30px;
  /*background: url(../common_img/cttl_parts.png) 50% 0 no-repeat;*/
  background-size: auto 34px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .lead_ttl_style {
    margin: 0 10px 20px;
    padding-top: 35px;
    background-size: auto 28px;
    font-size: 20px;
  }
}
/* ========== end △ */
/* btn
================================================== */
/* button style */
.btn_style a {
  display: block;
  padding: 5px 20px;
  /*background-color: #000;*/
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn_style a:hover {
  /*background-color: #af8e0c;*/
    background-color:#000;
    color:#FFFFFF;
}
.btn_style a span {
  padding-right: 30px;
  background: url("../common_img/ico_arrow_bk.png") 100% 40% no-repeat;
  background-size: 17px;
  line-height: 1.0;
    color:#0070c9;
}

.btn_style02 a {
  display: block;
  padding: 5px 20px;
  background: #000 url(../common_img/ico_arrow_wh.png) 95% 50% no-repeat;
  background-size: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .btn_style02 a:hover {
    background-color: #af8e0c;
  }
}
/* ========== end △ */
/* accordion */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .ac_btn:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
  }
}
/* ========== end △ */
/* text
================================================== */
.scroll_x_txt {
  margin: 15px 10px 5px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.scroll_x_txt .fa {
  margin-right: 5px;
  color: #da2b28;
  font-size: 24px;
  vertical-align: middle;
}

.construction_txt {
  margin: 200px 0;
  font-size: x-large;
  font-weight: bold;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .construction_txt {
    margin: 80px 10px;
  }
}
/* ========== end △ */
/* column layout
================================================== */
.clearfix .layout_col2 {
  margin-bottom: 20px;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .clearfix .layout_col2 {
    box-sizing: border-box;
    float: left;
    width: 48.5%;
  }
  .clearfix .layout_col2:last-child {
    float: right;
  }
/*2021/11/11*/    
  .clearfix .layout_col21 {
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin-bottom:10px;
  } 
/*2021/11/23*/
.clearfix .layout_col22 {
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin-bottom:10px;
    height:50px;
    text-align: center;
  } 

/*2021/11/29*/
    .clearfix .layout_col23 {
    box-sizing: border-box;
    float: left;
    width: 100%;
  }
    
/*2021/10/15*/    
.shipping_banner {
    box-sizing: border-box;
    float: left;
    width: 100%;
  }    
}
/* ========== end △ */
/* section style
================================================== */
.sec_style {
  margin-bottom: 7px;
    display: block;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec_style {
    margin-bottom: 20px;
      margin: 0 15px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sp_inner {
    margin-right: 10px;
    margin-left: -2px;
  }

  .sp_contents_txt {
    margin-right: 10px;
    margin-left: -15px;
  }

.ttl_style {
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d4cb;
  font-size: 18px;
  font-weight: bold;
  margin-left: -20px;
}

}
/* ========== end △ */
/* input style
================================================== */
input.input_style_none {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: "Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ＭＳ Ｐゴシック",sans-serif;
}
input.input_style_none:focus {
  outline: 0;
}

/* horizontal table
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .horizontal_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .horizontal_wrap .horizontal_mask {
    width: 100%;
    height: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .horizontal_wrap .horizontal_mask ul.horizontal_table {
    display: table;
    table-layout: fixed;
    max-width: 100%;
  }
  .horizontal_wrap .horizontal_mask ul.horizontal_table li {
    display: table-cell;
    float: none !important;
  }
  .horizontal_wrap .horizontal_mask table.horizontal_table {
    word-wrap: normal;
    word-break: normal;
  }
}
/* ========== end △ */
/* image left or right box
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .zigzag_img_box {
    margin: 0 10px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .img_box_pic_left {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img_box_pic_right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

  .zigzag_img_box > .pic {
    width: 300px;
  }
  .zigzag_img_box > .pic.left {
    float: left;
    margin-right: 50px;
  }
  .zigzag_img_box > .pic.right {
    float: right;
    margin-left: 50px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
.img_box_pic_right,.img_box_pic_left{
    display:block;
}

  .zigzag_img_box > .pic {
    width: 100%;
    margin: 0 auto 15px;
    text-align: center;
  }
}
/* ========== end △ */
.zigzag_img_box > .txt {
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
}


/*送料について*/
@media only screen and (max-width: 767px){
  .fadeout_shipping {
    transition: all 0.3s ease;
    border: 1px solid #D7D7D7;
  }
  .fadeout_shipping:hover {
    opacity: 0.6; 
    border: 3px solid #0071e3;
  }
}

/*消音装置＆インフィニティステージ*/
.infi_button{
    width: 65%;
    padding: 20px;
    margin: -60px 0px 0px 137px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    word-break: keep-all;
    display:table-caption;
}

.silent_button{
    width: 65%;
    padding: 20px;
    margin: -50px 0px 10px 145px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    word-break: keep-all;
    display:table-caption;
}

.youtube_button{
    background-image: url("../common_img/youtube.png");
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: right 10px top 20px;
}

.venus_button{
    background-image: url("../common_img/venus.png");
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: right -20px bottom;
}

.email_button{
    background-image: url("../common_img/email.png");
    background-repeat: no-repeat;
    background-size: 23%;
    background-position: right 10px top 20px;
}

.line_button{
    background-image: url("../common_img/line.png");
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: right 15px top 10px;
}

.comment{
    line-height: 2em;
}

@media only screen and (max-width:767px){
    .infi_button{
    margin: -60px 0px 10px 130px;
}

.silent_button{
    margin: -50px 0px 10px 148px;
}
    
    .youtube_button{
    background-image: url("../common_img/youtube.png");
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: right 15px top 20px;
}
    
    .venus_button{
    background-image: url("../common_img/venus.png");
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: right 1px top 20px;
}
    .email_button{
    background-image: url("../common_img/email.png");
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: right 20px top 15px;
}
    
    .line_button{
    background-image: url("../common_img/line.png");
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: right 20px top 20px;
}
    
    .comment{
    font-size:14.5px;
    margin-bottom: 25px;
}
}