@charset "utf-8";

/***************************************************
  service-media.css
***************************************************/
.no-nav-side.top-line {
  border-top: 3px solid #e00000;
}
.top-line .ttl-02 {
  padding-top: 0;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 30px;
}
.under-line {
  display: block;
  font-size: 26px;
  margin: 60px 0 20px;
  border-bottom: 1px solid #918c89;
  padding-bottom: 12px;
  font-weight: bold;
}
.service-list{
  width: 100%;
}
.service-list ul li img{
  width: 100%;
}
.service-list{
  margin-top: 40px;
}
.service-list:last-child{
  margin-top: 60px;
}
.service-list ul{
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.service-list ul:hover img{
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.service-list ul li:first-child{
  width: 35%;
  float: left;
}
.service-list ul li:last-child{
  width: 60%;
  float: right;
  padding-top: 15px;
}

.ttl-service-list{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.box-media{
	margin-top: 70px;
}
.box-media .ttl-box-media{
	display: table;
  /*margin-bottom: 10px;*/
}
.box-media .ttl-box-media p{
  font-size: 20px;
  font-weight: bold;
  color: #e10000;
  height: 55px;
  display: table-cell;
  vertical-align: bottom;
}
.box-media .ttl-box-media.facebook img{
  width: 70px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -5px;
  padding-left: 0;

}
.box-media .ttl-box-media.youtube img{
  width: 70px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -5px;
  padding-left: 0;
}
.box-media .ttl-box-media.twitter img{
  width: 70px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -5px;
  padding-left: 0;
}
.box-media .ttl-box-media.instagram img{
  width: 70px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -5px;
  padding-left: 0;
}
.box-media ul{  
	width: 100%;
}
.box-media ul li:first-child{
  width: 48%;
  float: left;
}
.box-media ul li:last-child{
  width: 48%;
  float: right;
}
.box-media p.txt-link{
  margin-bottom: 10px;
}
.box-media p img{
  margin-right: 0;
  width: 23px;
  height: auto;
  padding-left: 5px;
}
.service-list p img.shop-tab{
  margin-right: 0;
  width: 23px;
  height: auto;
  padding-left: 5px;
}
@media only screen and (max-width: 640px){
  .top-line .ttl-02 {
    margin-bottom: 20px;
    padding-top: 15px;
    font-size: 20px;
    margin-top: 15px;
  }
  .under-line {
    padding-bottom: 9px;
    font-size: 17px;
  }
  .service-list{
    margin-top: 60px;
  }
  .service-list a{
    text-decoration: none;
  }
  .service-list ul{
    margin-top: 50px;
  }
  .service-list ul.ttl_top{
    margin-top: 20px;
  }
  .service-list ul li:first-child,.service-list ul li:last-child{
    float: none;
    width: 100%;
  }
  .ttl-service-list{
    font-size: 17px;
    margin: 10px 0;
  }
  .box-media ul{
    text-align: center;
  }
  .box-media .ttl-box-media{
    background-size: 30px;
  }
  .box-media .ttl-box-media p {
    height: 30px;
    font-size: 16px;
  }
  .box-media .ttl-box-media.youtube,.box-media .ttl-box-media.instagram{
    background-size: 33px;
  }
  .box-media ul li:first-child,.box-media ul li:last-child{
    width:100%;
    float: none;
  }
  .box-media ul li:first-child{
    margin: 5px 0 20px;
  }
}

.box-emergency {
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  padding: 10px 10px 10px 40px;
  margin-top: 70px;
  position: relative;
  margin: 60px auto 0;
}
.box-emergency + .box-emergency {
  margin-top: 20px;
}
.box-emergency .link-pdf-left {
  font-weight: normal;
}
.txt-emergency {
  color: #231815;
}
.txt-emergency:before {
  content: "";
  position: absolute;
  background: url(/shared/img/svg/ar01.svg) 100% 50% no-repeat;
  background-size: 10px 17px;
  display: inline-block;
  padding: 8px 40px 11px 0;
  left: 0;
  background-position: center center;
  top: 0;
  bottom: 0;
  margin: auto;
}
.txt-emergency span {
  font-weight: bold;
  padding-right: 15px;
  padding-left: 25px;
  color: #231815;
}
@media only screen and (max-width: 640px) {
    .box-emergency {
      width: 100%;
    }
    .txt-emergency:before {
      background-size: 7px 14px;
    }
    .txt-emergency span {
      padding-left: 20px;
    }
}

.service-list a:hover {
  text-decoration: none;
}
.service-list ul.ttl_top li:last-child {
  padding-top: 0;
}
.box-media a:hover {
  text-decoration: none;
}
.box-media a:hover img {
  opacity: .6;
}


/* Newly Added Css */
.img-pc {
  display: block;
}
.img-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .img-sp {
    display: block;
  }
}
