@charset "UTF-8";

/*
  MODULE
--------------------------------------------- */
/*
  breadcrumb
----------------------------------*/
.breadcrumb {
  margin-top: 30px;
  padding: 8px 30px;
  font-size: 0;
  background: #eee;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: 15px;
    padding: 8px 15px;
  }
}

.breadcrumb-list li {
  display: inline;
  position: relative;
  padding: 0 3px;
  list-style: none;
  color: #b3b3b3;
  font-size: 12px;
  word-wrap: break-word;
}

.breadcrumb-list li:first-child {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .breadcrumb-list li {
    padding: 0 3px;
    font-size: 10px;
  }
}

.breadcrumb-list li:before {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 5px;
  content: "＞";
  line-height: 1;
  color: #ccc;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .breadcrumb-list li:before {
    font-size: 8px;
  }
}

.breadcrumb-list li:first-child:before {
  margin-right: 0;
  content: " ";
}

.breadcrumb-list li:only-child:after {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 5px;
  content: "＞";
  line-height: 1;
  color: #ccc;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .breadcrumb-list li:only-child:after {
    font-size: 8px;
  }
}

.breadcrumb-list li a {
  text-decoration: none !important;
  color: #b3b3b3;
}



/*
  container
----------------------------------*/
.main-content-container {
  margin: 0 auto;
  width: 930px;
}

@media screen and (max-width: 767px) {
  .main-content-container {
    padding: 0 15px;
    width: 100%;
  }
}



/*
  column
----------------------------------*/
/* column-unit */
.column-unit {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .column-unit {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
  }
}

/* column-item */
.column-item{
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .column-item {
    display: inline-block;
    margin: 60px 30px 0 0;
    vertical-align: top;
  }
}

@media screen and (max-width: 767px) {
  .column-item {
    display: block;
    margin: 25px 0 0 0;
    width: 100%;
  }

  .column-item:first-child {
    margin-top: 0;
  }
}

.column-item > *:first-child {
  margin-top: 0 !important;
}

.column-item > *:last-child {
  margin-bottom: 0 !important;
}

.column-item img {
  width: auto;
  max-width: 100%;
}

/* column-1 */
@media screen and (min-width: 768px) {
  .column-1 .column-item {
    margin-right: 0;
    width: 100%;
  }

  .column-1 .column-item:first-child {
    margin-top: 0;
  }
}

/* column-2 */
@media screen and (min-width: 768px) {
  .column-2 .column-item {
    width: calc((100% - 30px) / 2);
  }

  .column-2 .column-item:nth-child(1),
  .column-2 .column-item:nth-child(2) {
    margin-top: 0;
  }

  .column-2 .column-item:nth-child(2n) {
    margin-right: 0;
  }
}

/* column-3 */
@media screen and (min-width: 768px) {
  .column-3 .column-item {
    width: calc((100% - 60px) / 3);
  }

  .column-3 .column-item:nth-child(1),
  .column-3 .column-item:nth-child(2),
  .column-3 .column-item:nth-child(3) {
    margin-top: 0;
  }

  .column-3 .column-item:nth-child(3n) {
    margin-right: 0;
  }
}

/* column-4 */
@media screen and (min-width: 768px) {
  .column-4 .column-item {
    width: calc((100% - 90px) / 4);
  }

  .column-4 .column-item:nth-child(1),
  .column-4 .column-item:nth-child(2),
  .column-4 .column-item:nth-child(3),
  .column-4 .column-item:nth-child(4) {
    margin-top: 0;
  }

  .column-4 .column-item:nth-child(4n) {
    margin-right: 0;
  }
}

/* column-ratio-1-2 */
@media screen and (min-width: 768px) {
  .column-ratio-1-2 .column-item:nth-child(1),
  .column-ratio-1-2 .column-item:nth-child(2) {
    margin-top: 0;
  }

  .column-ratio-1-2 .column-item:nth-child(2n) {
    margin-right: 0;
  }

  .column-ratio-1-2 .ratio-large {
    width: 610px;
  }

  .column-ratio-1-2 .ratio-small {
    width: 290px;
  }
}

/* column-ratio-1-3 */
@media screen and (min-width: 768px) {
  .column-ratio-1-3 .column-item:nth-child(1),
  .column-ratio-1-3 .column-item:nth-child(2) {
    margin-top: 0;
  }

  .column-ratio-1-3 .column-item:nth-child(2n) {
    margin-right: 0;
  }

  .column-ratio-1-3 .ratio-large {
    width: 690px;
  }

  .column-ratio-1-3 .ratio-small {
    width: 210px;
  }
}

/* column-float-unit */
.column-float-unit {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .column-float-unit {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
  }
}

.column-float-unit:before,
.column-float-unit:after {
  content: " ";
  display: table;
}

.column-float-unit:after {
  clear: both;
}

/* column-float-item */
.column-float-item > *:first-child {
  margin-top: 0 !important;
}

.column-float-item > *:last-child {
  margin-bottom: 0 !important;
}

.column-float-item img {
  width: auto;
  max-width: 100%;
}

/* column-float-ratio-1-3 */
@media screen and (min-width: 768px) {
  .column-float-unit .ratio-large {
    float: right;
    width: 690px;
  }

  .column-float-unit .ratio-small {
    float: right;
    margin-right: 30px;
    width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .column-float-unit .ratio-small {
    margin: 25px auto 0 auto;
    width: 60%;
  }
}






/*
  heading
----------------------------------*/
/* main-title */
.main-title {
  margin: 0 auto 60px auto;
  padding: 43px 0;
  border-top: 1px solid #fff;
  background: #eee;
}

@media screen and (max-width: 767px) {
  .main-title {
    margin: 0 auto 30px auto;
    padding: 35px 0;
  }
}

.main-title-text {
  margin: 0 auto;
  width: 930px;
  text-align: center;
  color: #808080;
  font-size: 26px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .main-title-text {
    width: 100%;
    padding: 0 15px;
    font-size: 20px;
  }
}

/* heading-2 */
.heading-2 {
  margin: 90px 0 40px 0;
  padding-bottom: 13px;
  border-bottom: 2px solid #ffe100;
  line-height: 1.4;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .heading-2 {
    margin: 65px 0 40px 0;
    font-size: 20px;
  }
}

/* heading-3 */
.heading-3 {
  /*margin: 60px 0;*/
  margin-bottom: 30px;
  padding-bottom: 13px;
  border-bottom: 1px solid #b3b3b3;
  line-height: 1.4;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .heading-3 {
    /*margin: 45px 0;*/
    font-size: 18px;
  }
}

p + .heading-3 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  p + .heading-3 {
    margin-top: 45px;
  }
}

/* heading-4 */
.heading-4 {
  /*margin: 60px 0;*/
  margin-bottom: 30px;
  padding: 5px 10px;
  line-height: 1.4;
  color: #fff;
  font-size: 16px;
  background: #b3b3b3;
}

p + .heading-4 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  p + .heading-4 {
    margin-top: 45px;
  }
}



/*
  media
----------------------------------*/
/* media-liquid */
.media-liquid {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .media-liquid {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
  }
}

.media-liquid img {
  width: 100%;
}

/* media-width-content */
.media-width-content {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .media-width-content {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
  }
}

.media-width-content img {
  width: auto;
  max-width: 100%;
}

/* media-caption */
.media-caption {
  margin-top: 20px;
  color: #666;
  font-size: 12px;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .media-caption {
    margin-top: 15px;
  }
}

.media-caption.font-normal {
  color: #555;
  font-size: 14px;
  font-style: normal;
}

/* figure */
figure + figure {
  margin-top: 30px;
}



/*
  text
----------------------------------*/
/* paragraph */
#main-content p {
  margin-bottom: 20px;
  line-height: 1.6;
}

/* main-content-lead */
.main-content-lead {
  margin-bottom: 55px !important;
  line-height: 1.8 !important;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .main-content-lead {
    margin-bottom: 40px !important;
    line-height: 1.7 !important;
    font-size: 16px;
  }
}

/* text-notes */
.text-notes {
  color: #999;
  font-size: 12px;
}

table + .text-notes {
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  table + .text-notes {
    margin-top: -22px;
  }
}

/* table-notes */
table + .table-notes {
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  table + .table-notes {
    margin-top: -22px;
  }
}



/*
  list
----------------------------------*/
/* list-ul */
.list-ul {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
}

.list-ul.compact {
  margin: 0 0 25px 0;
}

@media screen and (max-width: 767px) {
  .list-ul {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
  }
}

.list-ul li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 1.2em;
  list-style: none;
}

.list-ul.compact li {
  margin-bottom: 10px;
}

.list-ul li:last-child {
  margin-bottom: 0;
}

.list-ul li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 2px;
  content: "・";
}

/* list-ol */
.list-ol {
  /*margin: 60px 0 60px 24px;*/
  margin: 0 0 60px 24px;
}

.list-ol.compact {
  margin: 0 0 25px 24px;
}

@media screen and (max-width: 767px) {
  .list-ol {
    /*margin: 45px 0 45px 24px;*/
    margin: 0 0 45px 24px;
  }
}

.list-ol li {
  margin-bottom: 25px;
}

.list-ol.compact li {
  margin-bottom: 10px;
}

.list-ol li:last-child {
  margin-bottom: 0;
}

/* list-dl */
.list-dl {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .list-dl {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
  }
}

.list-dl dt {
  margin-top: 30px;
  margin-bottom: 3px;
  font-weight: bold;
}

.list-dl dt:first-child {
  margin-top: 0;
}

/* list-brands-sns */
.list-brands-sns {
  font-size: 0;
}

.list-brands-sns li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.list-brands-sns li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .list-brands-sns a {
    transition: opacity 0.3s linear;
  }

  .list-brands-sns a:hover {
    opacity: .7;
  }

  .list-brands-sns li .list-brands-facebook {
    width: 21px;
    height: auto;
  }

  .list-brands-sns li .list-brands-twitter {
    width: 21px;
    height: auto;
  }

  .list-brands-sns li .list-brands-instagram {
    width: 22px;
    height: auto;
  }

  .list-brands-sns li .list-brands-youtube {
    width: 24px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .list-brands-sns li .list-brands-facebook {
    width: 30px;
    height: auto;
  }

  .list-brands-sns li .list-brands-twitter {
    width: 30px;
    height: auto;
  }

  .list-brands-sns li .list-brands-instagram {
    width: 32px;
    height: auto;
  }

  .list-brands-sns li .list-brands-youtube {
    width: 35px;
    height: auto;
  }
}



/*
  table
----------------------------------*/
table {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
  width: 99.8%;
  table-layout: auto;
  border-bottom: 1px solid #b3b3b3;
}

@media screen and (max-width: 767px) {
  table {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
  }
}

table th,
table td {
  padding: 25px 20px;
  border-top: 1px solid #b3b3b3;
  text-align: left;
  vertical-align: top;
}

table td {
  color: #555;
}

@media screen and (max-width: 767px) {
  table th,
  table td {
    padding: 13px 15px;
  }
}

table th > *:first-child,
table td > *:first-child {
  margin-top: 0 !important;
}

table th > *:last-child,
table td > *:last-child {
  margin-bottom: 0 !important;
}

/* table-scroll */
@media screen and (max-width: 767px) {
  .table-scroll {
    margin-bottom: 60px;
    overflow: auto;
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .table-scroll table {
    margin-bottom: 10px;
  }

  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #aaa;
  }

  .table-scroll th {
    max-width: 350px;
    min-width: 220px;
  }

  .table-scroll td {
    max-width: 350px;
    min-width: 220px;
  }
}

/* table-smview-block */
@media screen and (max-width: 767px) {
  .table-smview-block th {
    display: block;
    width: 100%;
  }

  .table-smview-block td {
    display: block;
    margin-left: 15px;
    padding-left: 0;
    width: calc(100% - 15px);
    border-color: #ddd;
  }
}

/* table-size-fixed */
.table-size-fixed th {
  width: 280px;
}

.table-size-fixed td {
  width: 560px;
}

@media screen and (max-width: 767px) {
  .table-size-fixed th {
    display: block;
    width: 100%;
  }

  .table-size-fixed td {
    display: block;
    margin-left: 15px;
    padding-left: 0;
    width: calc(100% - 15px);
    border-color: #ddd;
  }
}



/*
  link
----------------------------------*/
/* link */
#main-content a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  #main-content a:hover {
    color: #888;
  }
}

/* link-list-block */
.link-list-block {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
  font-size: 0;
  background: #ccc;
}

@media screen and (max-width: 767px) {
  .link-list-block {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
  }
}

.link-list-block li {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .link-list-block.column-2 li {
    width: 50%;
  }

  .link-list-block.column-3 li {
    width: 33%;
  }

  .link-list-block.column-3 li:nth-child(3n) {
    width: 34%;
  }

  .link-list-block.column-4 li {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .link-list-block li {
    width: 100%;
  }
}

.link-list-block li a {
  display: block;
  padding: 40px 5% 0 5%;
  height: 100px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #b3b3b3;
}

@media screen and (min-width: 768px) {
  .link-list-block li a {
    transition: color 0.3s linear , background  0.3s linear;
  }

  .link-list-block .multiple-line-lgview a {
    padding-top: 28px;
  }

  .link-list-block.column-2 li:nth-child(1) a,
  .link-list-block.column-2 li:nth-child(2) a {
    border-top: none;
  }

  .link-list-block.column-2 li:nth-child(2n) a {
    border-right: none;
  }

  .link-list-block.column-3 li:nth-child(1) a,
  .link-list-block.column-3 li:nth-child(2) a,
  .link-list-block.column-3 li:nth-child(3) a {
    border-top: none;
  }

  .link-list-block.column-3 li:nth-child(3n) a {
    border-right: none;
  }

  .link-list-block.column-4 li:nth-child(1) a,
  .link-list-block.column-4 li:nth-child(2) a,
  .link-list-block.column-4 li:nth-child(3) a,
  .link-list-block.column-4 li:nth-child(4) a {
    border-top: none;
  }

  .link-list-block.column-4 li:nth-child(4n) a {
    border-right: none;
  }

  .link-list-block li a:hover {
    text-decoration: none;
    color: #b3b3b3 !important;
    background: #f2f2f2;
  }
}

@media screen and (max-width: 767px) {
  .link-list-block li a {
    padding: 20px 0;
    height: auto;
    border-right: none;
    font-size: 14px;
  }

  .link-list-block li:first-child a {
    border-top: none;
  }
}

/* link-list-block-anchor */
@media screen and (max-width: 767px) {
  .link-list-block-anchor-title + .link-list-block {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .link-list-block-anchor {
    /*margin: 60px 0;*/
    margin-bottom: 60px;
  }

  .link-list-block-anchor-title {
    display: none;
  }

  .link-list-block-anchor .link-list-block {
    display: block;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .link-list-block-anchor {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
  }

  .link-list-block-anchor-title {
    display: block;
    position: relative;
    padding: 17px 40px 17px 15px;
    text-decoration: none !important;
    color: #fff;
    font-weight: bold;
    background: #b3b3b3;
    cursor: pointer;
  }

  .link-list-block-anchor-title.is-open {
    background: #ccc;
  }

  .link-list-block-anchor-title:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    line-height: 1;
    content: "\E5D7";
    text-decoration: none;
    font-family: "Material Icons";
    font-size: 16px;
    font-weight: normal;
  }

  .link-list-block-anchor-title.is-open:after {
    content: "\E5D6";
  }

  .link-list-block-anchor .link-list-block {
    display: none;
    margin-bottom: 0;
  }
}

.link-list-block-anchor span {
  position: relative;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .link-list-block-anchor span {
    padding-left: 22px;
  }
}

.link-list-block-anchor span:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .link-list-block-anchor span:before {
    width: 15px;
    height: 15px;
  }
}

.link-list-block-anchor span:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  line-height: 1;
  color: #b3b3b3;
  content: "\E313";
  text-decoration: none;
  font-family: "Material Icons";
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .link-list-block-anchor a span:before {
    transition: all 0.3s linear;
  }

  .link-list-block-anchor a:hover span:before {
    background: #b3b3b3;
  }

  .link-list-block-anchor a span:after {
    transition: all 0.3s linear;
  }

  .link-list-block-anchor a:hover span:after {
    color: #f1f1f1;
  }
}

/* link-list-anchor */
.link-list-anchor {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
  padding: 28px 30px;
  background: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .link-list-anchor {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .link-list-anchor-title {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .link-list-anchor-title {
    display: block;
    position: relative;
    padding: 17px 40px 17px 15px;
    text-decoration: none !important;
    color: #333;
    font-weight: bold;
    background: #f2f2f2;
    cursor: pointer;
  }

  .link-list-anchor-title.is-open {
    color: #fff;
    background: #ccc;
  }

  .link-list-anchor-title:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    line-height: 1;
    content: "\E5D7";
    text-decoration: none;
    font-family: "Material Icons";
    font-size: 16px;
    font-weight: normal;
  }

  .link-list-anchor-title.is-open:after {
    content: "\E5D6";
  }
}

.link-list-anchor ul {
  font-size: 0;
}

@media screen and (min-width: 768px) {
  .link-list-anchor ul {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .link-list-anchor ul {
    display: none;
    padding: 20px 15px;
  }
}

.link-list-anchor li {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  padding-right: 30px;
  list-style: none;
  vertical-align: top;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .link-list-anchor.column-2 li {
    width: 50%;
  }

  .link-list-anchor.column-3 li {
    width: 33%;
  }

  .link-list-anchor.column-3 li:nth-child(3n) {
    width: 34%;
  }

  .link-list-anchor.column-4 li {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .link-list-anchor li {
    display: block;
    margin-top: 13px;
    padding-right: 20px;
    width: 100%;
  }
}

.link-list-anchor li:nth-child(1) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .link-list-anchor.column-2 li:nth-child(1),
  .link-list-anchor.column-2 li:nth-child(2) {
    margin-top: 0;
  }

  .link-list-anchor.column-2 li:nth-child(2n) {
    padding-right: 0;
  }

  .link-list-anchor.column-3 li:nth-child(1),
  .link-list-anchor.column-3 li:nth-child(2),
  .link-list-anchor.column-3 li:nth-child(3) {
    margin-top: 0;
  }

  .link-list-anchor.column-3 li:nth-child(3n) {
    padding-right: 0;
  }

  .link-list-anchor.column-4 li:nth-child(1),
  .link-list-anchor.column-4 li:nth-child(2),
  .link-list-anchor.column-4 li:nth-child(3),
  .link-list-anchor.column-4 li:nth-child(4) {
    margin-top: 0;
  }

  .link-list-anchor.column-4 li:nth-child(4n) {
    padding-right: 0;
  }
}

.link-list-anchor li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  vertical-align: top;
  text-decoration: none !important;
}

.link-list-anchor li:before {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #333;
}

.link-list-anchor li:after {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 1;
  color: #e4e4e4;
  content: "\E313";
  text-decoration: none;
  font-family: "Material Icons";
}

@media screen and (min-width: 768px) {
  .link-list-anchor li a:hover {
    text-decoration: underline !important;
  }

  .link-list-anchor li:before {
    transition: all 0.3s linear;
  }

  .link-list-anchor li:hover:before {
    background: #888;
  }
}

/* link-list-related */
.link-list-related {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
  padding: 35px 0 60px 0;
  background: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .link-list-related {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
    padding: 25px 15px 30px 15px;
  }
}

#main-content .link-list-related:last-child {
  margin-top: 90px;
  margin-bottom: -90px;
}

@media screen and (max-width: 767px) {
  #main-content .link-list-related:last-child {
    margin-top: 65px;
    margin-bottom: -50px;
  }
}

.link-list-related-title {
  margin-bottom: 35px;
  text-align: center;
  color: #8c8c8c;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .link-list-related-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.link-list-related ul {
  margin: 0 auto;
  width: 930px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .link-list-related ul {
    width: 100%;
  }
}

.link-list-related li {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .link-list-related.column-2 li {
    width: 50%;
  }

  .link-list-related.column-3 li {
    width: 33%;
  }

  .link-list-related.column-3 li:nth-child(3n) {
    width: 34%;
  }

  .link-list-related.column-4 li {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .link-list-related li {
    display: block;
    width: 100%;
  }
}

.link-list-related a {
  display: block;
  padding: 18px 25px 0 25px;
  height: 58px;
  border-top: 1px solid #f2f2f2;
  text-align: center;
  text-decoration: none !important;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .link-list-related a {
    border-right: 1px solid #f2f2f2;
  }

  .link-list-related.column-2 li:nth-child(1) a,
  .link-list-related.column-2 li:nth-child(2) a {
    border-top: none;
  }

  .link-list-related.column-2 li:nth-child(2n) a {
    border-right: none;
  }

  .link-list-related.column-3 li:nth-child(1) a,
  .link-list-related.column-3 li:nth-child(2) a,
  .link-list-related.column-3 li:nth-child(3) a {
    border-top: none;
  }

  .link-list-related.column-3 li:nth-child(3n) a {
    border-right: none;
  }

  .link-list-related.column-4 li:nth-child(1) a,
  .link-list-related.column-4 li:nth-child(2) a,
  .link-list-related.column-4 li:nth-child(3) a,
  .link-list-related.column-4 li:nth-child(4) a {
    border-top: none;
  }

  .link-list-related.column-4 li:nth-child(4n) a {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .link-list-related li:first-child a {
    border-top: none;
  }
}

.link-list-related .multiple-line a {
  padding-top: 8px;
}

@media screen and (min-width: 768px) {
  .link-list-related .multiple-line-lgview a {
    padding-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .link-list-related a {
    transition: all 0.3s linear;
  }

  .link-list-related a:hover {
    color: #fff !important;
    background: #b3b3b3;
  }
}

/* pagination */
.pagination {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
  text-align: center;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .pagination {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
  }
}

.pagination li {
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .pagination li {
    margin-left: 8px;
  }
}

.pagination li:first-child {
  margin-left: 0;
}

.pagination a {
  display: block;
  padding: 10px 17px;
  border: 1px solid #d9d9d9;
  text-align: center;
  text-decoration: none !important;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .pagination a {
    padding: 5px 10px;
  }
}

.pagination .prev span {
  position: relative;
  padding-left: 15px;
}

.pagination .prev span:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  line-height: 1;
  content: "\E314";
  text-decoration: none;
  font-family: "Material Icons";
  font-size: 12px;
  font-weight: normal;
}

.pagination .next span {
  position: relative;
  padding-right: 15px;
}

.pagination .next span:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  line-height: 1;
  content: "\E315";
  text-decoration: none;
  font-family: "Material Icons";
  font-size: 12px;
  font-weight: normal;
}

.pagination .current a {
  border: 1px solid #b3b3b3;
  color: #fff;
  background: #b3b3b3;
}

.pagination .disable {
  padding: 10px 17px;
  border: 1px solid #d9d9d9;
  color: #999;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .pagination .disable {
    padding: 5px 10px;
  }
}

@media screen and (min-width: 768px) {
  .pagination a {
    transition: all 0.3s;
  }

  .pagination a:hover {
    border: 1px solid #b3b3b3;
    text-decoration: none;
    color: #fff !important;
    background: #b3b3b3;
  }
}

/* link-adobe */
.link-adobe {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .link-adobe {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
  }
}

.link-adobe:before,
.link-adobe:after {
  content: " ";
  display: table;
}

.link-adobe:after {
  clear: both;
}

.link-adobe-banner {
  display: table;
  float: left;
  padding-right: 20px;
  width: 60px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .link-adobe-banner a {
    transition: opacity 0.3s linear;
  }

  .link-adobe-banner a:hover {
    opacity: .7;
  }
}

.link-adobe-banner img {
  width: 158px;
  height: auto;
}

.link-adobe-text {
  color: #999;
  font-size: 12px;
}

/* link-file-download */
.link-file-download {
  /*margin: 60px auto;*/
  margin: 0 auto 60px auto;
}

@media screen and (max-width: 767px) {
  .link-file-download {
    /*margin: 45px auto;*/
    margin: 0 auto 45px auto;
  }
}

.link-file-download a {
  display: table;
  margin: 0 auto;
  text-decoration: none !important;
  transition: all 0.3s;
}

.link-file-download span {
  display: block;
  position: relative;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border: 1px solid #d9d9d9;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.link-file-download span:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  line-height: 1;
  content: "\E2C4";
  text-indent: 0;
  text-decoration: none;
  font-family: "Material Icons";
  font-size: 30px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .link-file-download a span {
    transition: all 0.3s;
  }

  .link-file-download a:hover span {
    border: 1px solid #c6c6c6;
    color: #fff;
    background: #c6c6c6;
  }
}

.link-file-text {
  display: table-cell;
  vertical-align: middle;
}

.link-file-label {
  margin-bottom: 2px;
  font-weight: bold;
}

.link-file-size {
  color: #b2b2b2;
  font-size: 12px;
}



/*
  icon
----------------------------------*/
/* link-icons */
.link-icons a {
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  .link-icons a:hover {
    text-decoration: underline !important;
  }
}

/* before-icons */
.before-icons {
  margin-right: 5px;
}

/* after-icons */
.after-icons {
  margin: 0 7px;
}

/* icons-pdf */
.icons-pdf img {
  position: relative;
  top: -2px;
  width: 30px;
  height: auto;
  vertical-align: middle;
}

/* icons-new */
.icons-new img {
  position: relative;
  top: -2px;
  width: 36px;
  height: auto;
  vertical-align: middle;
}

/* icons-cloth */
.icons-cloth {
  position: relative;
  padding-left: 24px;
}

.icons-cloth:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 18px;
  height: 18px;
  line-height: 1;
  content: "";
  background: url(/corporate/cgi/wordpress/wp-content/themes/goldwin/resources/corporate/img/common/icon_cloth.png) 0 0 no-repeat;
  background-size: 18px auto;
}

/* icons-assignment */
.icons-assignment {
  position: relative;
  padding-left: 20px;
}

.icons-assignment:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  line-height: 1;
  content: "\E85D";
  color: #999;
  text-decoration: none;
  font-family: "Material Icons";
  font-size: 16px;
  font-weight: normal;
}

/* icons-local-offer */
.icons-local-offer {
  position: relative;
  padding-left: 20px;
}

.icons-local-offer:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  line-height: 1;
  content: "\E54E";
  color: #999;
  text-decoration: none;
  font-family: "Material Icons";
  font-size: 16px;
  font-weight: normal;
}

/* icons-chevron-right */
.icons-chevron-right {
  position: relative;
}

.icons-chevron-right:before {
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
  padding-right: 6px;
  line-height: 1;
  content: "\E315";
  text-decoration: none;
  font-family: "Material Icons";
  font-weight: normal;
}

/* icons-chevron-right-list */
.icons-chevron-right-list {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
  padding-top: 20px;
  border-top: 1px solid #b3b3b3;
}

@media screen and (max-width: 767px) {
  .icons-chevron-right-list {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
  }
}

.icons-chevron-right-list li {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
  list-style: none;
}

.icons-chevron-right-list li:before {
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
  padding-right: 6px;
  line-height: 1;
  content: "\E315";
  text-decoration: none;
  font-family: "Material Icons";
  font-weight: normal;
}

/* icons-file-download */
.icons-file-download {
  position: relative;
  padding-left: 20px;
}

.icons-file-download:after {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  line-height: 1;
  content: "\E2C4";
  text-decoration: none;
  font-family: "Material Icons";
  font-weight: normal;
}

/* icons-launch */
.icons-launch {
  position: relative;
  padding-left: 20px;
}

.icons-launch:after {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  line-height: 1;
  content: "\E895";
  text-decoration: none;
  font-family: "Material Icons";
  font-style: normal;
  font-weight: normal;
}

.icons-launch.after-icons {
  display: inline-block;
  position: relative;
  padding-left: 0;
  height: 14px;
  vertical-align: middle;
  line-height: 1;
  font-size: 0;
}

.icons-launch.after-icons:after {
  top: -1px;
  font-size: 14px;
}

/* icons-expand-less */
.icons-expand-less a {
  position: relative;
  padding-left: 15px;
  font-size: 12px;
  font-weight: bold;
}

.icons-expand-less a:after {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 1;
  content: "\E5CE";
  text-decoration: none;
  font-family: "Material Icons";
  font-weight: normal;
}



/*
  button
----------------------------------*/
/* btn-base */
.btn-base {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .btn-base {
    margin-bottom: 45px;
  }
}

.btn-base a {
  display: inline-block;
  width: auto;
  border: 1px solid #d9d9d9;
  text-align: center;
  text-decoration: none !important;
  line-height: 1;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .btn-base a {
    transition: background 0.3s linear;
  }

  .btn-base a:hover {
    border: 1px solid #b3b3b3;
    color: #fff !important;
    background: #b3b3b3;
  }
}

/* btn-large */
.btn-large a {
  padding: 20px;
  min-width: 290px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .btn-large a {
    display: block;
    padding: 18px;
    width: 100%;
    font-size: 16px;
  }
}

/* btn-small */
.btn-small a {
  padding: 13px;
  min-width: 210px;
}

@media screen and (max-width: 767px) {
  .btn-small a {
    display: block;
    padding: 10px;
    width: 100%;
    font-size: 14px;
  }
}



/*
  hover effect
----------------------------------*/
/* image-scale */
.image-scale {
  background: #222;
}

.image-scale a {
  position: relative;
  display: block;
  color: #fff;
  overflow: hidden;
}

.image-scale-img {
  overflow: hidden;
}

.image-scale-img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .image-scale-img img {
    transition: transform 0.3s linear;
  }
}

.image-scale-text {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 90%;
  text-align: center;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.image-scale-title {
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 30px;
  transition: color 0.6s ease;
}

@media screen and (max-width: 767px) {
  .image-scale-title {
    margin-bottom: 5px;
    font-size: 20px;
  }
}

.image-scale-shoulder {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .image-scale-shoulder {
    font-size: 15px;
  }
}

.image-scale-caption {
  margin: 0 !important;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .image-scale-caption {
    font-size: 12px;
  }
}

.image-scale-icons {
  margin-top: 20px;
  color: #ffe100;
  font-size: 0;
  transition: font-size 0.2s linear;
}

@media screen and (max-width: 767px) {
  .image-scale-icons {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .image-scale a:hover .image-scale-img img {
    opacity: .5;
    transform: scale(1.05);
  }

  .image-scale a:hover .image-scale-title {
    color: #ffe100;
  }

  .image-scale a:hover .image-scale-caption {
    color: #fff;
  }

  .image-scale a:hover .image-scale-icons {
    font-size: 40px;
  }
}

/* image-opacity */
@media screen and (min-width: 768px) {
  a .image-opacity {
    transition: opacity 0.3s linear;
  }

  a:hover .image-opacity {
    opacity: .7;
  }
}



/*
  box
----------------------------------*/
.box-emphasize {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
  padding: 25px 30px;
  border: 1px solid #b3b3b3;
}

@media screen and (max-width: 767px) {
  .box-emphasize {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
    padding: 25px 15px;
  }
}

.box-emphasize > *:last-child {
  margin-bottom: 0 !important;
}

.box-emphasize-title {
  margin-bottom: 25px;
  padding-bottom: 13px;
  border-bottom: 1px solid #b3b3b3;
  line-height: 1.4;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .box-emphasize-title {
    font-size: 18px;
  }
}



/*
  accordion
----------------------------------*/
.accordion-container {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
  border-bottom: 1px solid #b3b3b3;
}

@media screen and (max-width: 767px) {
  .accordion-container {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
  }
}

.accordion-title {
  display: block;
  position: relative;
  padding: 25px 70px 25px 30px;
  border-top: 1px solid #b3b3b3;
  text-decoration: none !important;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .accordion-title {
    padding: 20px 40px 20px 15px;
  }
}

.accordion-title.is-open {
  color: #888;
  background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 100%);
}

.accordion-title:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -8px;
  line-height: 1;
  content: "\E5D7";
  text-decoration: none;
  font-family: "Material Icons";
  font-size: 16px;
  font-weight: normal;
}

.accordion-title.is-open:after {
  content: "\E5D6";
}

@media screen and (max-width: 767px) {
  .accordion-title:after {
    right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .accordion-title {
    transition: background 0.4s linear , color 0.4s linear;
  }

  .accordion-title:hover {
    background: #f2f2f2;
  }

  .accordion-title.is-open:hover {
    background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 100%);
  }
}

.accordion-contents {
  display: none;
  padding: 0 30px 25px 30px;
}

@media screen and (max-width: 767px) {
  .accordion-contents {
    padding: 0 15px 25px 15px;
  }
}

.accordion-contents > *:first-child {
  margin-top: 0 !important;
}

.accordion-contents > *:last-child {
  margin-bottom: 0 !important;
}



/*
  news
----------------------------------*/
/* news-list */
.news-list {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .news-list {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
  }
}

.news-list-item {
  padding: 15px 0 5px 0;
  border-top: 1px solid #d9d9d9;
}

.news-list-date {
  margin-bottom: 8px;
  color: #b2b2b2;
  font-size: 12px;
}

.news-list-title {
  margin-bottom: 10px;
  line-height: 1.7;
  color: #b2b2b2;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .news-list-title {
    margin-bottom: 12px;
  }
}

.news-list-title a {
  text-decoration: none !important;
  font-size: 14px;
}

.news-list-title a:hover {
  text-decoration: underline !important;
}

.news-list-tags {
  font-size: 0;
}

.news-list-tags li {
  display: inline-block;
  margin: 0 15px 15px 0;
  list-style: none;
  color: #999;
  font-size: 10px;
}

.news-list-tags a {
  line-height: 1;
  text-decoration: none !important;
  color: #999;
  font-size: 10px;
}

.news-list-tags a:hover {
  text-decoration: underline !important;
  color: #b3b3b3 !important;
}

.news-list-year {
  font-size: 0;
}

.news-list-year li {
  display: inline-block;
  margin: 0 15px 15px 0;
  list-style: none;
  color: #999;
  font-size: 12px;
}

.news-list-year a {
  line-height: 1;
  text-decoration: none !important;
  color: #999;
  font-size: 12px;
}

.news-list-year a:hover {
  text-decoration: underline !important;
  color: #b3b3b3 !important;
}

/* news-list type-block*/
.news-list.type-block {
  border-bottom: none;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .news-list.type-block {
    margin-bottom: 5px;
  }
}

.news-list.type-block .news-list-item {
  display: inline-block;
  padding: 0;
  width: 310px;
  border-top: none;
  vertical-align: top;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .news-list.type-block .news-list-item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .news-list.type-block .news-list-item {
    transition: background 0.4s linear;
  }

  .news-list.type-block .news-list-item:hover {
    background: #f2f2f2;
    cursor: pointer;
  }
}

.news-list-image {
  position: relative;
  width: 310px;
  height: 174px;
  overflow: hidden;
  background: #ebebeb;
}

.news-list-item:nth-child(odd) .news-list-image {
  background: #e3e3e3;
}

@media screen and (max-width: 767px) {
  .news-list-image {
    width: 100%;
  }
}

@media screen and (min-width: 717px) and (max-width: 767px) {
  .news-list-image {
    height: 388px;
  }
}

@media screen and (min-width: 666px) and (max-width: 716px) {
  .news-list-image {
    height: 359px;
  }
}

@media screen and (min-width: 615px) and (max-width: 665px) {
  .news-list-image {
    height: 330px;
  }
}

@media screen and (min-width: 564px) and (max-width: 614px) {
  .news-list-image {
    height: 301px;
  }
}

@media screen and (min-width: 513px) and (max-width: 563px) {
  .news-list-image {
    height: 273px;
  }
}

@media screen and (min-width: 462px) and (max-width: 512px) {
  .news-list-image {
    height: 244px;
  }
}

@media screen and (min-width: 411px) and (max-width: 461px) {
  .news-list-image {
    height: 215px;
  }
}

@media screen and (min-width: 375px) and (max-width: 409px) {
  .news-list-image {
    height: 195px;
  }
}

@media screen and (max-width: 374px) {
  .news-list-image {
    height: 163px;
  }
}

.news-list-image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  text-align: center;
  background: #fff;
  transform: translate(-50%, -50%);
}

.news-list-text {
  padding: 15px 20px 0 20px;
}

@media screen and (max-width: 767px) {
  .news-list-text {
    padding: 15px 15px 0 15px;
  }
}

.news-list-brands {
  margin: 0 0 30px -20px;
  padding: 0 20px 0 40px;
  overflow: hidden;
  font-size: 0;
}

.news-list-brands li {
  display: inline-block;
  list-style: none;
}

.news-list-brands img {
  width: 54px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .news-list-brands a img {
    transition: opacity 0.3s linear;
  }

  .news-list-brands a:hover img {
    opacity: .6;
  }
}

/* news-search */
.news-search {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .news-search {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
  }
}

.news-search .accordion-container {
  margin-bottom: 0;
}

.news-search-item-title {
  margin-bottom: 3px;
  font-weight: bold;
}

.news-search-item-list {
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .news-search-item-list {
    padding-left: 20px;
  }
}

.news-search-item-list li {
  display: inline-block;
  margin: 0 15px 5px 0;
  list-style: none;
  font-size: 14px;
}

.news-search-item-list input {
  position: relative;
  top: -1px;
  line-height: 1;
  vertical-align: middle;
}

.news-search-item-list label {
  padding-left: 5px;
}

.news-search-submit {
  display: block;
  margin: 10px auto 5px auto;
  padding: 20px 0;
  width: 290px;
  border: 1px solid #d9d9d9;
  border-radius: 29px;
  line-height: 1;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .news-search-submit {
    padding: 18px 0;
    width: 100%;
  }
}

.news-search-submit span {
  position: relative;
  padding-left: 24px;
}

.news-search-submit span:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  line-height: 1;
  content: "\E8FF";
  text-decoration: none;
  font-family: "Material Icons";
  font-size: 21px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .news-search-submit {
    transition: all 0.3s linear;
  }

  .news-search-submit:hover {
    border-color: #b3b3b3;
    color: #fff;
    background: #b3b3b3;
  }
}

.news-search-clear {
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .news-search-clear {
    margin-top: 15px;
  }
}

.news-search-clear a {
  display: inline-block;
  padding: 14px 0;
  width: 190px;
  border: 1px solid #d9d9d9;
  border-radius: 21px;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .news-search-clear a {
    padding: 10px 0;
    border-radius: 17px;
    width: 175px;
  }
}

.news-search-clear a span {
  position: relative;
  padding-left: 24px;
}

.news-search-clear a span:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  line-height: 1;
  content: "\E900";
  text-decoration: none;
  font-family: "Material Icons";
  font-size: 21px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .news-search-clear a span:after {
    margin-top: -10px;
  }
}

@media screen and (min-width: 768px) {
  .news-search-clear a {
    transition: background 0.3s linear , color 0.3s linear;
  }

  .news-search-clear a:hover {
    border-color: #b3b3b3;
    color: #fff !important;
    background: #b3b3b3;
  }
}

/* news-result */
.news-result {
  /*margin: 60px 0;*/
  margin-bottom: 60px;
  padding: 0 10px;
  border-bottom: 1px solid #b3b3b3;
}

@media screen and (max-width: 767px) {
  .news-result {
    /*margin: 45px 0;*/
    margin-bottom: 45px;
  }
}

.news-result-list {
  margin-bottom: 15px;
}

.news-result-list dt {
  display: inline;
}

@media screen and (max-width: 767px) {
  .news-result-list dt {
    display: none;
  }
}

.news-result-list dd {
  display: inline;
}

.news-result-list .news-list-year,
.news-result-list .news-list-tags {
  display: inline;
}

.news-result-list .news-list-year li,
.news-result-list .news-list-tags li {
  display: inline;
  padding-right: 15px;
  border-right: 1px solid #777;
  color: #333;
}

.news-result-list dd:last-child li {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.news-result-list .news-list-year li a,
.news-result-list .news-list-tags li a {
  padding: 0 2px;
  line-height: 1.8;
  font-size: 14px;
}

.news-result-list .icons-local-offer:after {
  top: -1px;
  margin-top: 0;
}

.news-result-list .icons-cloth:after {
  top: -1px;
  margin-top: 0;
}



/*
  Google Map
----------------------------------*/
.google-map {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

#google-map-honten,
#google-map-tokyo-honsha,
#google-map-osaka-shiten,
.google-map iframe,
.google-map object,
.google-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*
  material icons
----------------------------------*/
.md-12 {
  font-size: 12px;
}

.md-14 {
  font-size: 14px;
}

.md-16 {
  font-size: 16px;
}



/*
  helper
----------------------------------*/
/* text-align */
.text-left {
  text-align: left !important;
}

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

.text-center {
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  .text-left-lgview {
    text-align: left !important;
  }

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

  .text-center-lgview {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .text-left-smview {
    text-align: left !important;
  }

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

  .text-center-smview {
    text-align: center !important;
  }
}

/* hidden */
@media screen and (min-width: 768px) {
  .hidden-lgview {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-smview {
    display: none !important;
  }
}

/* width */
.width-5 {
  width: 5%;
}

.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 90%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

/* gutter */
.no-gutter-top {
  margin-top: 0 !important;
}

.no-gutter-bottom {
  margin-bottom: 0 !important;
}

.add-gutter-top {
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .add-gutter-top {
    margin-top: 45px !important;
  }
}

.add-gutter-bottom {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .add-gutter-bottom {
    margin-bottom: 45px !important;
  }
}
