@charset "utf-8";
/* ======================================================
 * parts.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Main
 * @media only screen and (max-width: 767px)
 * - Main

 * Media Queries
====================================================== */

/* ------------------------------------------------------
 * General Purpose
------------------------------------------------------ */
  /* ----- device ----- */
  .pc-hidden {
    display: none !important;
  }

@media print, screen and (min-width: 768px) {

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */

  /* ----- share-sns-column ----- */
  #share_box{
    font: 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    clear:both;
    padding-bottom:60px;
    background:#fff;
  }
  .menu-column {
	/*margin-top:0px !important;*/
  }
  .share-sns-column{
    padding:20px 0 20px !important;
	background-color:#fff;
  }
  .share-sns-column .share-sns-box{
    width: 678px;
    position: relative;
    /*border: solid 4px #ebebeb;*/
    margin: 0 auto;
    padding: 20px;
  }
  .share-sns-column .share-sns-box .heading_title{
    position: absolute;
    top: -15px;
    left: 50%;
    min-width: 165px;
    margin-left: -82px;
    padding: 0 18px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #ffffff;
  }
  .share-sns-column .sns-link_area{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .share-sns-column .sns-link_area > li{
    margin-left: 3px;
    flex: 1;
  }
  .share-sns-column .sns-link_area > li:first-of-type{
    margin-left: 0;
  }
  .share-sns-column .sns-link_area > li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  .share-sns-column .sns-link_area .facebook a{
    position: relative;
    padding: 13px 22px 13px 46px;
    background-color: #1877F2;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .facebook a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: #1877F2 url(../img/common/com_sns_ic04.png);
    background-size: 24px;
  }
  .share-sns-column .sns-link_area .twitter a{
    position: relative;
    padding: 13px 22px 13px 46px;
    background-color: #1da1f3;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .twitter a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: #1da1f2 url(../img/common/com_sns_ic06.png);
    background-size: 24px;
  }
  .share-sns-column .sns-link_area .line{
    display: none;
  }
}

@media only screen and (max-width: 767px) {

  /* ------------------------------------------------------
   * General Purpose
  ------------------------------------------------------ */
  /* ----- device ----- */
  .pc-hidden {
    display: block !important;
  }
  .sp-hidden {
    display: none !important;
  }

/* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
    /* ----- share-sns-column ----- */
  #share_box{
    font: 18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    clear:both;
    background:#fff;
  }
  .menu-column {
	/*margin-top:0px !important;*/
  }
  .share-sns-column{
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    /*height: 187px;*/
    padding: 20px 0 !important;
	background-color:#fff;
  }
  .share-sns-column .share-sns-box{
    width: 100%;
    position: relative;
    /*border-top: solid 4px #ebebeb;
    border-bottom: solid 4px #ebebeb;*/
    padding: 21px 15px;
  }
  .share-sns-column .share-sns-box .heading_title{
    position: absolute;
    top: -15px;
    left: 50%;
    width: 165px;
    margin-left: -82px;
    padding: 0 18px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #ffffff;
  }
  .share-sns-column .sns-link_area{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .share-sns-column .sns-link_area > li{
    margin-left: 3px;
    width: calc((100% - 6px) / 3);
    font-size: 13px;
  }
  .share-sns-column .sns-link_area > li:first-of-type{
    margin-left: 0;
  }
  .share-sns-column .sns-link_area > li a{
    display: block;
    height: 50px;
    text-decoration: none;
  }
  .share-sns-column .sns-link_area .facebook a{
    position: relative;
    padding: 15px 9px 15px 25px;
    background-color: #1877F2;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .facebook a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../img/common/com_sns_ic04.png) no-repeat;
    background-size: 16px;
  }
  .share-sns-column .sns-link_area .twitter a{
    position: relative;
    padding: 15px 9px 15px 25px;
    background-color: #1da1f3;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .twitter a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    background: url(../img/common/com_sns_ic06.png) no-repeat;
    background-size: 27px;
    background-position: -1px;
  }
  .share-sns-column .sns-link_area .line a{
    position: relative;
    padding: 12px 9px 9px 25px;
    background-color: #00b800;
    text-align: center;
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .line{
    display: inline-block !important;
  }
  .share-sns-column .sns-link_area .line a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 21px;
    height: 21px;
    margin-top: -11px;
    background: url(../img/common/com_sns_ic05.png) no-repeat;
    background-size: 25px;
    background-position: -2px
  }
  .share-sns-column .sns-link_area .sns-text_inner{
    display: inline-block;
    text-align: left
  }
}
