@charset "utf-8";

/***************************************************
  communication.css
***************************************************/
p.txt-01{
  font-size: 20px;
  font-weight: bold;
  color: #535550;
}
.contents-nav-inner img{
  width: 100%;
}
.contents-main p {
  margin-top: 10px;
  margin-bottom: 10px;
}
ul.column.col4 li:nth-child(4n) {
   margin-right: 0;
}
ul.column.col4 li:hover img {
   opacity: inherit;
}
.btn-arrow-right {
  width: 360px;
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  margin: 0 auto 0 10px;
  text-align: center;
  background: url(/shared/img/svg/ar03.svg)no-repeat center right 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-arrow-right a {
  display: block;
  padding: 12px 23px;
}
.btn-arrow-right{
  margin-left: 10px;
}

.underline-link a {
  text-decoration: underline;
}
.underline-link a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .top-line .name-products {
    margin-bottom: 10px;
  }
  ul.column.col4 li:nth-child(1n) {
    margin-right: 4%;
  }
  .btn-arrow-right {
    width: 100%;
    margin: 0;
  }
}