@charset "UTF-8";
/* ======================================== */
/* グリッドシステム */
/* ======================================== */
.c-row::after, .c-row--10::after, .c-row--reverse-10::after, .c-row--20::after, .c-row--reverse-20::after, .c-row--30::after, .c-row--reverse-30::after, .c-row--40::after, .c-row--reverse-40::after, .c-row--50::after, .c-row--reverse-50::after, .c-row--reverse::after {
  content: "";
  display: block;
  clear: both;
}

.c-row--10, .c-row--reverse-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.c-row--20, .c-row--reverse-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.c-row--30, .c-row--reverse-30 {
  margin-right: -15px;
  margin-left: -15px;
}

.c-row--40, .c-row--reverse-40 {
  margin-right: -20px;
  margin-left: -20px;
}

.c-row--50, .c-row--reverse-50 {
  margin-right: -25px;
  margin-left: -25px;
}

.c-col--1, .c-col--2, .c-col--3, .c-col--4, .c-col--5, .c-col--6, .c-col--7, .c-col--8, .c-col--9, .c-col--10, .c-col--11, .c-col--12 {
  position: relative;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[class*="c-row--reverse"] > .c-col--1, [class*="c-row--reverse"] > .c-col--2, [class*="c-row--reverse"] > .c-col--3, [class*="c-row--reverse"] > .c-col--4, [class*="c-row--reverse"] > .c-col--5, [class*="c-row--reverse"] > .c-col--6, [class*="c-row--reverse"] > .c-col--7, [class*="c-row--reverse"] > .c-col--8, [class*="c-row--reverse"] > .c-col--9, [class*="c-row--reverse"] > .c-col--10, [class*="c-row--reverse"] > .c-col--11, [class*="c-row--reverse"] > .c-col--12 {
  float: right;
}

.c-col--1 {
  width: 8.33333%;
}

.c-col--2 {
  width: 16.66667%;
}

.c-col--3 {
  width: 25%;
}

.c-col--4 {
  width: 33.33333%;
}

.c-col--5 {
  width: 41.66667%;
}

.c-col--6 {
  width: 50%;
}

.c-col--7 {
  width: 58.33333%;
}

.c-col--8 {
  width: 66.66667%;
}

.c-col--9 {
  width: 75%;
}

.c-col--10 {
  width: 83.33333%;
}

.c-col--11 {
  width: 91.66667%;
}

.c-col--12 {
  width: 100%;
}

.c-row--10 > .c-col--1, .c-row--reverse-10 > .c-col--1, .c-row--10 > .c-col--2, .c-row--reverse-10 > .c-col--2, .c-row--10 > .c-col--3, .c-row--reverse-10 > .c-col--3, .c-row--10 > .c-col--4, .c-row--reverse-10 > .c-col--4, .c-row--10 > .c-col--5, .c-row--reverse-10 > .c-col--5, .c-row--10 > .c-col--6, .c-row--reverse-10 > .c-col--6, .c-row--10 > .c-col--7, .c-row--reverse-10 > .c-col--7, .c-row--10 > .c-col--8, .c-row--reverse-10 > .c-col--8, .c-row--10 > .c-col--9, .c-row--reverse-10 > .c-col--9, .c-row--10 > .c-col--10, .c-row--reverse-10 > .c-col--10, .c-row--10 > .c-col--11, .c-row--reverse-10 > .c-col--11, .c-row--10 > .c-col--12, .c-row--reverse-10 > .c-col--12 {
  padding-right: 5px;
  padding-left: 5px;
}

.c-row--20 > .c-col--1, .c-row--reverse-20 > .c-col--1, .c-row--20 > .c-col--2, .c-row--reverse-20 > .c-col--2, .c-row--20 > .c-col--3, .c-row--reverse-20 > .c-col--3, .c-row--20 > .c-col--4, .c-row--reverse-20 > .c-col--4, .c-row--20 > .c-col--5, .c-row--reverse-20 > .c-col--5, .c-row--20 > .c-col--6, .c-row--reverse-20 > .c-col--6, .c-row--20 > .c-col--7, .c-row--reverse-20 > .c-col--7, .c-row--20 > .c-col--8, .c-row--reverse-20 > .c-col--8, .c-row--20 > .c-col--9, .c-row--reverse-20 > .c-col--9, .c-row--20 > .c-col--10, .c-row--reverse-20 > .c-col--10, .c-row--20 > .c-col--11, .c-row--reverse-20 > .c-col--11, .c-row--20 > .c-col--12, .c-row--reverse-20 > .c-col--12 {
  padding-right: 10px;
  padding-left: 10px;
}

.c-row--30 > .c-col--1, .c-row--reverse-30 > .c-col--1, .c-row--30 > .c-col--2, .c-row--reverse-30 > .c-col--2, .c-row--30 > .c-col--3, .c-row--reverse-30 > .c-col--3, .c-row--30 > .c-col--4, .c-row--reverse-30 > .c-col--4, .c-row--30 > .c-col--5, .c-row--reverse-30 > .c-col--5, .c-row--30 > .c-col--6, .c-row--reverse-30 > .c-col--6, .c-row--30 > .c-col--7, .c-row--reverse-30 > .c-col--7, .c-row--30 > .c-col--8, .c-row--reverse-30 > .c-col--8, .c-row--30 > .c-col--9, .c-row--reverse-30 > .c-col--9, .c-row--30 > .c-col--10, .c-row--reverse-30 > .c-col--10, .c-row--30 > .c-col--11, .c-row--reverse-30 > .c-col--11, .c-row--30 > .c-col--12, .c-row--reverse-30 > .c-col--12 {
  padding-right: 15px;
  padding-left: 15px;
}

.c-row--40 > .c-col--1, .c-row--reverse-40 > .c-col--1, .c-row--40 > .c-col--2, .c-row--reverse-40 > .c-col--2, .c-row--40 > .c-col--3, .c-row--reverse-40 > .c-col--3, .c-row--40 > .c-col--4, .c-row--reverse-40 > .c-col--4, .c-row--40 > .c-col--5, .c-row--reverse-40 > .c-col--5, .c-row--40 > .c-col--6, .c-row--reverse-40 > .c-col--6, .c-row--40 > .c-col--7, .c-row--reverse-40 > .c-col--7, .c-row--40 > .c-col--8, .c-row--reverse-40 > .c-col--8, .c-row--40 > .c-col--9, .c-row--reverse-40 > .c-col--9, .c-row--40 > .c-col--10, .c-row--reverse-40 > .c-col--10, .c-row--40 > .c-col--11, .c-row--reverse-40 > .c-col--11, .c-row--40 > .c-col--12, .c-row--reverse-40 > .c-col--12 {
  padding-right: 20px;
  padding-left: 20px;
}

.c-row--50 > .c-col--1, .c-row--reverse-50 > .c-col--1, .c-row--50 > .c-col--2, .c-row--reverse-50 > .c-col--2, .c-row--50 > .c-col--3, .c-row--reverse-50 > .c-col--3, .c-row--50 > .c-col--4, .c-row--reverse-50 > .c-col--4, .c-row--50 > .c-col--5, .c-row--reverse-50 > .c-col--5, .c-row--50 > .c-col--6, .c-row--reverse-50 > .c-col--6, .c-row--50 > .c-col--7, .c-row--reverse-50 > .c-col--7, .c-row--50 > .c-col--8, .c-row--reverse-50 > .c-col--8, .c-row--50 > .c-col--9, .c-row--reverse-50 > .c-col--9, .c-row--50 > .c-col--10, .c-row--reverse-50 > .c-col--10, .c-row--50 > .c-col--11, .c-row--reverse-50 > .c-col--11, .c-row--50 > .c-col--12, .c-row--reverse-50 > .c-col--12 {
  padding-right: 25px;
  padding-left: 25px;
}

table col[class*="c-col--"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="c-col--"],
table th[class*="c-col--"] {
  position: static;
  display: table-cell;
  float: none;
}

.c-col-break {
  width: 100%;
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-sp-row::after, .c-sp-row--10::after, .c-sp-row--reverse-10::after, .c-sp-row--20::after, .c-sp-row--reverse-20::after, .c-sp-row--30::after, .c-sp-row--reverse-30::after, .c-sp-row--40::after, .c-sp-row--reverse-40::after, .c-sp-row--50::after, .c-sp-row--reverse-50::after, .c-sp-row--reverse::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-row--10, .c-sp-row--reverse-10 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-row--20, .c-sp-row--reverse-20 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-row--30, .c-sp-row--reverse-30 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-row--40, .c-sp-row--reverse-40 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-row--50, .c-sp-row--reverse-50 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-col--1, .c-sp-col--2, .c-sp-col--3, .c-sp-col--4, .c-sp-col--5, .c-sp-col--6, .c-sp-col--7, .c-sp-col--8, .c-sp-col--9, .c-sp-col--10, .c-sp-col--11, .c-sp-col--12 {
    position: relative !important;
    float: left !important;
    min-height: 1px !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}

@media screen and (max-width: 767px) {
  [class*="c-sp-row--reverse"] > .c-sp-col--1, [class*="c-sp-row--reverse"] > .c-sp-col--2, [class*="c-sp-row--reverse"] > .c-sp-col--3, [class*="c-sp-row--reverse"] > .c-sp-col--4, [class*="c-sp-row--reverse"] > .c-sp-col--5, [class*="c-sp-row--reverse"] > .c-sp-col--6, [class*="c-sp-row--reverse"] > .c-sp-col--7, [class*="c-sp-row--reverse"] > .c-sp-col--8, [class*="c-sp-row--reverse"] > .c-sp-col--9, [class*="c-sp-row--reverse"] > .c-sp-col--10, [class*="c-sp-row--reverse"] > .c-sp-col--11, [class*="c-sp-row--reverse"] > .c-sp-col--12 {
    float: right !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-col--1 {
    width: 8.33333% !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-col--2 {
    width: 16.66667% !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-col--3 {
    width: 25% !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-col--4 {
    width: 33.33333% !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-col--5 {
    width: 41.66667% !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-col--6 {
    width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-col--7 {
    width: 58.33333% !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-col--8 {
    width: 66.66667% !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-col--9 {
    width: 75% !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-col--10 {
    width: 83.33333% !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-col--11 {
    width: 91.66667% !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-col--12 {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-row--10 > .c-sp-col--1, .c-sp-row--reverse-10 > .c-sp-col--1, .c-sp-row--10 > .c-sp-col--2, .c-sp-row--reverse-10 > .c-sp-col--2, .c-sp-row--10 > .c-sp-col--3, .c-sp-row--reverse-10 > .c-sp-col--3, .c-sp-row--10 > .c-sp-col--4, .c-sp-row--reverse-10 > .c-sp-col--4, .c-sp-row--10 > .c-sp-col--5, .c-sp-row--reverse-10 > .c-sp-col--5, .c-sp-row--10 > .c-sp-col--6, .c-sp-row--reverse-10 > .c-sp-col--6, .c-sp-row--10 > .c-sp-col--7, .c-sp-row--reverse-10 > .c-sp-col--7, .c-sp-row--10 > .c-sp-col--8, .c-sp-row--reverse-10 > .c-sp-col--8, .c-sp-row--10 > .c-sp-col--9, .c-sp-row--reverse-10 > .c-sp-col--9, .c-sp-row--10 > .c-sp-col--10, .c-sp-row--reverse-10 > .c-sp-col--10, .c-sp-row--10 > .c-sp-col--11, .c-sp-row--reverse-10 > .c-sp-col--11, .c-sp-row--10 > .c-sp-col--12, .c-sp-row--reverse-10 > .c-sp-col--12 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-row--20 > .c-sp-col--1, .c-sp-row--reverse-20 > .c-sp-col--1, .c-sp-row--20 > .c-sp-col--2, .c-sp-row--reverse-20 > .c-sp-col--2, .c-sp-row--20 > .c-sp-col--3, .c-sp-row--reverse-20 > .c-sp-col--3, .c-sp-row--20 > .c-sp-col--4, .c-sp-row--reverse-20 > .c-sp-col--4, .c-sp-row--20 > .c-sp-col--5, .c-sp-row--reverse-20 > .c-sp-col--5, .c-sp-row--20 > .c-sp-col--6, .c-sp-row--reverse-20 > .c-sp-col--6, .c-sp-row--20 > .c-sp-col--7, .c-sp-row--reverse-20 > .c-sp-col--7, .c-sp-row--20 > .c-sp-col--8, .c-sp-row--reverse-20 > .c-sp-col--8, .c-sp-row--20 > .c-sp-col--9, .c-sp-row--reverse-20 > .c-sp-col--9, .c-sp-row--20 > .c-sp-col--10, .c-sp-row--reverse-20 > .c-sp-col--10, .c-sp-row--20 > .c-sp-col--11, .c-sp-row--reverse-20 > .c-sp-col--11, .c-sp-row--20 > .c-sp-col--12, .c-sp-row--reverse-20 > .c-sp-col--12 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-row--30 > .c-sp-col--1, .c-sp-row--reverse-30 > .c-sp-col--1, .c-sp-row--30 > .c-sp-col--2, .c-sp-row--reverse-30 > .c-sp-col--2, .c-sp-row--30 > .c-sp-col--3, .c-sp-row--reverse-30 > .c-sp-col--3, .c-sp-row--30 > .c-sp-col--4, .c-sp-row--reverse-30 > .c-sp-col--4, .c-sp-row--30 > .c-sp-col--5, .c-sp-row--reverse-30 > .c-sp-col--5, .c-sp-row--30 > .c-sp-col--6, .c-sp-row--reverse-30 > .c-sp-col--6, .c-sp-row--30 > .c-sp-col--7, .c-sp-row--reverse-30 > .c-sp-col--7, .c-sp-row--30 > .c-sp-col--8, .c-sp-row--reverse-30 > .c-sp-col--8, .c-sp-row--30 > .c-sp-col--9, .c-sp-row--reverse-30 > .c-sp-col--9, .c-sp-row--30 > .c-sp-col--10, .c-sp-row--reverse-30 > .c-sp-col--10, .c-sp-row--30 > .c-sp-col--11, .c-sp-row--reverse-30 > .c-sp-col--11, .c-sp-row--30 > .c-sp-col--12, .c-sp-row--reverse-30 > .c-sp-col--12 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-row--40 > .c-sp-col--1, .c-sp-row--reverse-40 > .c-sp-col--1, .c-sp-row--40 > .c-sp-col--2, .c-sp-row--reverse-40 > .c-sp-col--2, .c-sp-row--40 > .c-sp-col--3, .c-sp-row--reverse-40 > .c-sp-col--3, .c-sp-row--40 > .c-sp-col--4, .c-sp-row--reverse-40 > .c-sp-col--4, .c-sp-row--40 > .c-sp-col--5, .c-sp-row--reverse-40 > .c-sp-col--5, .c-sp-row--40 > .c-sp-col--6, .c-sp-row--reverse-40 > .c-sp-col--6, .c-sp-row--40 > .c-sp-col--7, .c-sp-row--reverse-40 > .c-sp-col--7, .c-sp-row--40 > .c-sp-col--8, .c-sp-row--reverse-40 > .c-sp-col--8, .c-sp-row--40 > .c-sp-col--9, .c-sp-row--reverse-40 > .c-sp-col--9, .c-sp-row--40 > .c-sp-col--10, .c-sp-row--reverse-40 > .c-sp-col--10, .c-sp-row--40 > .c-sp-col--11, .c-sp-row--reverse-40 > .c-sp-col--11, .c-sp-row--40 > .c-sp-col--12, .c-sp-row--reverse-40 > .c-sp-col--12 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-row--50 > .c-sp-col--1, .c-sp-row--reverse-50 > .c-sp-col--1, .c-sp-row--50 > .c-sp-col--2, .c-sp-row--reverse-50 > .c-sp-col--2, .c-sp-row--50 > .c-sp-col--3, .c-sp-row--reverse-50 > .c-sp-col--3, .c-sp-row--50 > .c-sp-col--4, .c-sp-row--reverse-50 > .c-sp-col--4, .c-sp-row--50 > .c-sp-col--5, .c-sp-row--reverse-50 > .c-sp-col--5, .c-sp-row--50 > .c-sp-col--6, .c-sp-row--reverse-50 > .c-sp-col--6, .c-sp-row--50 > .c-sp-col--7, .c-sp-row--reverse-50 > .c-sp-col--7, .c-sp-row--50 > .c-sp-col--8, .c-sp-row--reverse-50 > .c-sp-col--8, .c-sp-row--50 > .c-sp-col--9, .c-sp-row--reverse-50 > .c-sp-col--9, .c-sp-row--50 > .c-sp-col--10, .c-sp-row--reverse-50 > .c-sp-col--10, .c-sp-row--50 > .c-sp-col--11, .c-sp-row--reverse-50 > .c-sp-col--11, .c-sp-row--50 > .c-sp-col--12, .c-sp-row--reverse-50 > .c-sp-col--12 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  table col[class*="c-sp-col--"] {
    position: static !important;
    display: table-column !important;
    float: none !important;
  }
}

@media screen and (max-width: 767px) {
  table td[class*="c-sp-col--"],
  table th[class*="c-sp-col--"] {
    position: static !important;
    display: table-cell !important;
    float: none !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sp-col-break {
    width: 100% !important;
    clear: both !important;
  }
}

/* ---------------------------------------*/
/* Styles */
/* ---------------------------------------*/
/* ---------------------------------------*/
/* Global */
/* ---------------------------------------*/
.container {
  max-width: 900px;
  margin: 0 auto;
}

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

.layout_bg {
  -webkit-box-shadow: 0 0 10px -3px #a5a5a5;
  -moz-box-shadow: 0 0 10px -3px #a5a5a5;
  box-shadow: 0 0 10px -3px #a5a5a5;
}

.news_list {
  position: relative;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .news_list {
    position: static;
  }
}

.news_list_date {
  position: absolute;
  color: #999;
  padding: 7px 0;
}

@media screen and (max-width: 767px) {
  .news_list_date {
    position: static;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 87.5%;
  }
}

.news_list_date__date {
  width: 6.5em;
  display: inline-block;
}

.news_list_date__category {
  display: inline-block;
}

.news_list_content, .news_list_content--2 {
  border-bottom: 1px solid #e6e6e6;
  padding: 7px 0 19px 7em;
}

.news_list_content a, .news_list_content--2 a {
  color: #4d4d4d;
}

@media screen and (max-width: 767px) {
  .news_list_content, .news_list_content--2 {
    padding: 0 0 20px;
    font-size: 87.5%;
  }
}

.news_list_content--2 {
  padding-left: 12em;
}

@media screen and (max-width: 767px) {
  .news_list_content--2 {
    padding: 0 0 20px;
  }
}

.ico {
  vertical-align: text-top;
}

.news_list .news_list_content .ico, .news_list .news_list_content--2 .ico {
  margin: 0 10px 0 0;
}

.intro {
  padding: 0 0 30px;
}

.sub_ttl {
  font-size: 129%;
  font-weight: bold;
  padding: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .sub_ttl {
    font-size: 112.5%;
  }
}

@media screen and (max-width: 767px) {
  .data_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.data, .data--lined {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  margin: 8px 0 20px 0;
  table-layout: fixed;
}

.data tr, .data--lined tr {
  border-bottom: 1px solid #e6e6e6;
}

.data tr:nth-child(odd), .data--lined tr:nth-child(odd) {
  background: #f2f2f2;
}

.data tr th, .data--lined tr th, .data tr td, .data--lined tr td {
  text-align: left;
  padding: 10px;
}

.data tr th[align="left"], .data--lined tr th[align="left"], .data tr td[align="left"], .data--lined tr td[align="left"] {
  text-align: left;
}

.data tr th[align="center"], .data--lined tr th[align="center"], .data tr td[align="center"], .data--lined tr td[align="center"] {
  text-align: center;
}

.data tr th[align="right"], .data--lined tr th[align="right"], .data tr td[align="right"], .data--lined tr td[align="right"] {
  text-align: right;
}

.data .data_outer, .data--lined .data_outer {
  padding: 0;
}

.data .data_inner, .data--lined .data_inner {
  width: 100%;
}

.data .data_inner tr, .data--lined .data_inner tr {
  border-bottom: 1px solid #e6e6e6;
}

.data .data_inner tr:nth-child(odd), .data--lined .data_inner tr:nth-child(odd) {
  background: #f2f2f2;
}

.data .data_inner tr:nth-child(even), .data--lined .data_inner tr:nth-child(even) {
  background: #fff;
}

.data .data_inner tr:last-child, .data--lined .data_inner tr:last-child {
  border: none;
}

.data .data__heading, .data--lined .data__heading {
  color: #ffffff;
  background: #534741;
}

@media screen and (max-width: 767px) {
  .data, .data--lined {
    font-size: 87.5%;
  }
}

.data--lined td {
  border-left: 1px solid #DBDBDB;
}

.data--lined td:first-child {
  border: none;
}

.data--lined .data__heading {
  border-left: 1px solid #fff;
  border-bottom: 2px solid #fff;
}

.ttl_list {
  font-size: 115%;
  color: #fff;
  background: #534741;
  padding: 7px 0 7px 32px;
}

@media screen and (max-width: 767px) {
  .ttl_list {
    padding-left: 25px;
    font-size: 112.5%;
  }
}

.slide_btn {
  padding-right: 50px;
  background: #534741 url(/img/disclosure/arrow_close.gif) no-repeat right 15px center;
  cursor: pointer;
}

.is_open {
  background: #534741 url(/img/disclosure/arrow_open.gif) no-repeat right 15px center;
}

@media screen and (max-width: 767px) {
  .ico_cat {
    display: inline-block;
  }
}

.ico_date {
  position: absolute;
  background-color: #F2F2F2;
}

@media screen and (max-width: 767px) {
  .ico_date {
    font-size: 75%;
  }
}

.ico_head_date {
  background-color: #F2F2F2;
  float: left;
}

/* header
---------------------------------------- */
.header, .header--top {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .header, .header--top {
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 15px 10px -3px rgba(49, 49, 49, 0.15);
    box-shadow: 0 15px 10px -3px rgba(49, 49, 49, 0.15);
  }
}

@media screen and (max-width: 767px) {
  .header--top {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .header__menu-button {
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
  }
  .header__menu-button a {
    display: block;
    height: 100%;
    background: #f15a24;
  }
}

@media screen and (max-width: 767px) {
  .header-menu-button__bar--01, .header-menu-button__bar--02, .header-menu-button__bar--03 {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    width: 30px;
    height: 2px;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .header-menu-button__bar--01 {
    top: 13px;
  }
  .header__menu-button--close .header-menu-button__bar--01 {
    top: 24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .header-menu-button__bar--02 {
    top: 24px;
  }
  .header__menu-button--close .header-menu-button__bar--02 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header-menu-button__bar--03 {
    top: 35px;
  }
  .header__menu-button--close .header-menu-button__bar--03 {
    top: 24px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 767px) {
  .header__menu-button--close {
    height: 50px;
  }
  .header__menu-button--close a {
    display: block;
    height: 100%;
    background: #f15a24;
  }
}

.header_top {
  height: 120px;
}

.header_top::after {
  content: "";
  display: block;
  clear: both;
}

.header_top .logo {
  position: absolute;
  margin: 23px 0 5px 20px;
}

.header_top .logo img {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .header_top {
    height: auto;
  }
  .header_top .logo {
    position: static;
    float: none;
    margin: 0;
    padding: 20px 22px 12px;
  }
  .header_top .logo img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header__content {
    position: fixed;
    right: -70%;
    top: 0;
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 6px;
    height: 100vh;
    background: -webkit-linear-gradient(left, transparent 0%, transparent 6px, #fff 6px, #fff 100%);
    background: -o-linear-gradient(left, transparent 0%, transparent 6px, #fff 6px, #fff 100%);
    background: linear-gradient(90deg, transparent 0%, transparent 6px, #fff 6px, #fff 100%);
    overflow: auto;
    z-index: 100;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: right 400ms ease;
    -o-transition: right 400ms ease;
    transition: right 400ms ease;
  }
  .header__content.is-opened {
    right: 0;
  }
}

.header_list {
  position: relative;
  float: right;
  margin: 14px 0 0;
  font-size: .9375rem;
  line-height: 1;
  z-index: 1;
}

.header_list::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .header_list {
    float: none;
    margin: 0 0 60px;
    font-size: .875rem;
  }
}

.header_list__item, .header_list__item--staff {
  float: left;
  margin: 0 0 0 12px;
  text-align: right;
  letter-spacing: .1em;
}

.header_list__item a, .header_list__item--staff a {
  display: block;
  padding: 7px 15px;
  color: #ffffff;
  text-decoration: none;
  background: #666;
}

.header_list__item a:hover, .header_list__item--staff a:hover {
  color: #333;
  background: #b3b3b3;
}

@media screen and (max-width: 767px) {
  .header_list__item, .header_list__item--staff {
    margin: 0 0 20px;
    text-align: center;
  }
  .header_list__item:nth-child(1), .header_list__item--staff:nth-child(1) {
    width: calc(100% - 40px);
    margin-left: 20px;
    letter-spacing: normal;
  }
  .header_list__item:nth-child(2), .header_list__item--staff:nth-child(2), .header_list__item:nth-child(3), .header_list__item--staff:nth-child(3) {
    width: calc(50% - 7px);
  }
  .header_list__item:nth-child(2), .header_list__item--staff:nth-child(2) {
    margin-right: 14px;
  }
  .header_list__item a, .header_list__item--staff a {
    padding: 20px 10px;
  }
  .header_list__item a:hover, .header_list__item--staff a:hover {
    color: #fff;
    background: #666;
  }
}

.header_list__item--staff a {
  background: #c69c6d;
}

.header_list__item--staff a:hover {
  color: #ffffff;
  background: #DCC3A7;
}

@media screen and (max-width: 767px) {
  .header_list__item--staff a:hover {
    background: #c69c6d;
  }
}

.header_search {
  position: relative;
  clear: both;
  float: right;
  margin: 20px 20px 8px 0;
  width: 172px;
  height: 31px;
}

.header_search .gsc-control-cse, .header_search .gsc-control-cse-ja, .header_search .gsib_a {
  margin: 0 !important;
  padding: 0 !important;
}

.header_search table.gsc-search-box td, .header_search table.gsc-search-box input {
  vertical-align: top !important;
}

.header_search input[type="text"]:focus {
  border: none !important;
}

.header_search .gsc-input {
  padding-right: 0 !important;
}

.header_search .gsc-input-box {
  height: auto !important;
  border-radius: 0 !important;
}

.header_search #gs_tti50 input,
.header_search #gs_tti51 input {
  background-position: 5px 5px !important;
  margin: 0 !important;
  padding: 3px !important;
  border-radius: 0 !important;
}

.header_search .gsc-search-button {
  margin: 0 !important;
  border-radius: 0 !important;
}

.header_search .gsc-search-button svg {
  width: 13px !important;
  height: 13px !important;
}

.header_search .gsst_a .gscb_a, .header_search .gsst_a:hover .gscb_a, .header_search .gsst_a:focus .gscb_a {
  color: #666;
}

.header_search .gsc-search-button-v2 {
  height: auto !important;
  padding: 6px 7px 7px 7px !important;
  border: 1px solid #666;
}

@media screen and (max-width: 767px) {
  .header_search {
    float: none;
    width: calc(100% - 40px);
    margin: 30px 20px;
  }
}

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 4% 2px;
  background: #f15a24;
  -webkit-box-shadow: 0 15px 10px -3px rgba(49, 49, 49, 0.15);
  box-shadow: 0 15px 10px -3px rgba(49, 49, 49, 0.15);
}

@media screen and (max-width: 767px) {
  .gnav {
    display: block;
    margin-left: -6px;
    padding: 2px 0;
  }
}

.gnav__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  margin-left: 2px;
  font-size: 107.14285714%;
  font-weight: bold;
}

.gnav__item:first-child {
  margin-left: 0;
}

.gnav__item a {
  display: block;
  position: relative;
  padding: 18px 0 12px;
  color: inherit;
  text-decoration: none;
  background: #ffffff;
  border-top: 6px solid #f15a24;
}

.gnav__item a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
  color: #f15a24;
  border-top: 7px solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.gnav__item.is-current a, .gnav__item a:hover {
  color: #ffffff;
  background: #c69c6d;
  border-top-color: #fff;
}

.gnav__item.is-current a::after, .gnav__item a:hover::after {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .gnav__item {
    margin: 0 0 2px 0;
    font-size: 112.5%;
    text-align: left;
  }
  .gnav__item:last-child {
    margin-bottom: 0;
  }
  .gnav__item a {
    padding: 13px 0 13px 20px;
    border-top: none;
    border-left: 6px solid #f15a24;
  }
  .gnav__item a::after {
    left: 0;
    top: 50%;
    margin: -2px 0 0 -10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .gnav__item a:hover {
    color: inherit;
    background: #fff;
    border-top-color: #f15a24;
  }
  .gnav__item a:hover::after {
    color: #f15a24;
  }
  .gnav__item.is-current a {
    color: #ffffff;
    background: #c69c6d;
    border-left-color: #fff;
  }
  .gnav__item.is-current a::after {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .header_top__overlay {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(49, 49, 49, 0.8);
  }
}

/* body
---------------------------------------- */
.body {
  text-align: left;
  padding: 0 35px;
}

@media screen and (max-width: 767px) {
  .body {
    padding: 0 20px;
  }
}

.main_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0 0;
  height: 134px;
}

@media screen and (max-width: 767px) {
  .main_title {
    display: block;
    margin: 30px -20px 0;
    height: auto;
  }
}

.main_title__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 210px;
  height: 100%;
  padding: 10px 10px 10px 30px;
  color: #ffffff;
  font-size: 143%;
  line-height: 1.4;
  background: #F15A24;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .main_title__label {
    display: inline-block;
    min-width: 55%;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 112.5%;
    line-height: 1.1;
  }
}

.main_title__image {
  width: calc(100% - 210px);
  height: 100%;
  overflow: hidden;
}

.main_title__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 0;
  object-position: 0 0;
}

@media screen and (max-width: 767px) {
  .main_title__image {
    width: 100%;
    overflow: visible;
  }
}

.topicpath {
  font-size: 86%;
  padding: 8px 0;
}

.topicpath li {
  display: inline-block;
}

.topicpath li a {
  margin: 0 8px;
  color: #4d4d4d;
}

@media screen and (max-width: 767px) {
  .topicpath {
    font-size: 75%;
  }
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(/img/common/bg_side.gif) repeat-y left top;
  padding: 0 0 25px;
}

@media screen and (max-width: 767px) {
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 0;
    background: none;
  }
}

.side {
  width: 210px;
  float: left;
  padding: 0 0 1px;
}

@media screen and (max-width: 767px) {
  .side {
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 25px -20px 0;
    padding: 0 0 0 20px;
    background: #F9F5F0;
  }
}

.side__heading {
  display: none;
}

@media screen and (max-width: 767px) {
  .side__heading {
    display: block;
    padding: 18px 20px;
    color: #ffffff;
    background: #f15a24;
    border-bottom: 1px solid #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .snav {
    font-size: 93.75%;
  }
}

.snav__item {
  margin: 0 0 1px;
}

.snav__item a {
  display: block;
  color: #ffffff;
  padding: 15px 20px;
  text-decoration: none;
  background: #c69c6d;
  border-left: 8px solid #F15A24;
}

.snav__item.is-current a, .snav__item a:hover {
  color: #c69c6d;
  background: #f4ebe2;
}

@media screen and (max-width: 767px) {
  .snav__item.is-current a,
  .snav__item.is-current a:hover {
    color: #c69c6d;
    background: #f4ebe2;
  }
  .snav__item a:hover {
    color: #ffffff;
    background: #c69c6d;
  }
}

.main, .main--full {
  width: calc(100% - 210px - 30px);
  float: right;
}

.main h3, .main--full h3 {
  margin: 0 0 20px;
}

.main .to_top, .main--full .to_top {
  text-align: right;
  margin: 25px 0 0;
}

@media screen and (max-width: 767px) {
  .main, .main--full {
    width: 100%;
  }
  .main .to_top, .main--full .to_top {
    display: none;
  }
}

.main--full {
  width: 100%;
  float: none;
}

.ttl_page {
  position: relative;
  padding: 15px 30px;
  color: #ffffff;
  font-size: 143%;
  background: #f15a24;
}

.ttl_page::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 8px;
  background: #c69c6d;
}

@media screen and (max-width: 767px) {
  .ttl_page {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 112.5%;
  }
  .ttl_page::before {
    width: 50%;
  }
}

/* footer
---------------------------------------- */
.footer {
  zoom: 1;
  /* for IE 5.5-7 */
  text-align: left;
  margin: 30px 0 0;
  padding: 0 0 15px;
}

.footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.footer .address {
  float: left;
  line-height: 1.4;
}

.footer .logo_list {
  zoom: 1;
  /* for IE 5.5-7 */
  float: right;
}

.footer .logo_list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.footer .logo_list li {
  float: left;
  margin: 0 0 0 12px;
}

.footer .logo_list li:first-child img {
  width: 250px;
}

.footer .logo_list li:last-child img {
  width: 186px;
}

.footer .copyright {
  float: right;
  font-size: 93%;
  margin: 12px 0 0;
}

@media screen and (max-width: 767px) {
  .footer {
    margin: 0;
    padding: 30px 10px 25px;
    text-align: center;
    line-height: 1.4;
  }
  .footer .address {
    float: none;
    font-size: 75%;
  }
  .footer .logo_list {
    float: none;
  }
  .footer .logo_list li {
    float: none;
    margin: 0 0 20px;
  }
  .footer .logo_list li:first-child img {
    width: 216px;
  }
  .footer .logo_list li:last-child img {
    width: 182px;
  }
  .footer .copyright {
    float: none;
    margin: 12px 0 0;
    font-size: 62.5%;
    letter-spacing: -.05em;
  }
}

/* Page - site_search
---------------------------------------*/
.content_site_search {
  margin: 25px 0 0;
}

.content_site_search .gsc-result .gs-title {
  height: auto;
}

.content_site_search .gsc-orderby-container {
  display: none;
}

/* ニュースの部門アイコン */
.list_txt_division {
  color: #fff;
  font-size: 72%;
}

.list_txt_division .inner {
  display: inline-block;
  padding: 2px 20px;
  background: #666;
}

@media screen and (max-width: 767px) {
  .list_txt_division {
    font-size: 75%;
  }
}

.p-border-box {
  padding: 20px;
  border: 1px solid #DBDBDB;
}

.p-heading1 {
  margin-bottom: 17px;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 114%;
  background: #534741;
}

@media screen and (max-width: 767px) {
  .p-heading1 {
    font-size: 100%;
  }
}

.p-heading2 {
  margin-bottom: 10px;
  padding: 8px 15px;
  background: #f2f2f2;
  border-bottom: 2px solid #828282;
}

.p-heading3 {
  margin-bottom: 10px;
  color: #c69c6d;
}

.p-contact-box {
  padding: 15px 20px;
  border: 1px solid #707070;
}

.p-ordered-list {
  margin: 0;
  padding: 0 0 0 2em;
  list-style: decimal;
}

@media screen and (max-width: 767px) {
  .p-ordered-list {
    padding-left: 1.2em;
  }
}

.p-ordered-list__item {
  margin-bottom: 5px;
}

.p-data-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-data-list__item {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #DBDBDB;
}

.p-data-list__item:first-of-type {
  border-top: 1px solid #DBDBDB;
}

.p-data-list__item:nth-child(odd) {
  background: #F2F2F2;
}

.p-icon-text {
  position: relative;
  padding: 0 0 0 30px;
}

.p-icon-text__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
}

.p-general-content + .p-general-content {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-general-content + .p-general-content {
    margin-top: 25px;
  }
}

.p-general-content p {
  margin: 1em 0;
}

.p-general-content p:first-child {
  margin-top: 0;
}

.p-general-content p:last-child {
  margin-bottom: 0;
}

.p-general-content ul {
  margin: 0;
  padding: 0 0 0 2em;
  list-style: disc;
}

@media screen and (max-width: 767px) {
  .p-general-content ul {
    padding-left: 1.2em;
  }
}

.p-general-content ul li {
  margin-bottom: 5px;
}

.p-general-content ol {
  margin: 0;
  padding: 0 0 0 2em;
  list-style: decimal;
}

@media screen and (max-width: 767px) {
  .p-general-content ol {
    padding-left: 1.2em;
  }
}

.p-general-content ol li {
  margin-bottom: 5px;
}

/* メディアクエリ切替
---------------------------------------*/
.p-media-queries {
  display: none;
  font-family: 'sp';
}

@media screen and (min-width: 768px) {
  .p-media-queries {
    font-family: 'pc';
  }
}

/* ======================================== */
/* テキスト配置 */
/* ======================================== */
.u-align-left {
  text-align: left !important;
}

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

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

.u-valign-top {
  vertical-align: top !important;
}

.u-valign-middle {
  vertical-align: middle !important;
}

.u-valign-bottom {
  vertical-align: bottom !important;
}

/* ======================================== */
/* マージン */
/* ======================================== */
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

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

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

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

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

.u-mr-20 {
  margin-right: 20px !important;
}

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

.u-ml-20 {
  margin-left: 20px !important;
}

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

.u-mr-30 {
  margin-right: 30px !important;
}

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

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

/* スマホマージン */
@media screen and (max-width: 767px) {
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt-10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mr-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml-10 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt-20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mr-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml-20 {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt-30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mr-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml-30 {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt-40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mr-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml-40 {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt-50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mr-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml-50 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt-60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mr-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb-60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml-60 {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt-70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mr-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb-70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml-70 {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt-80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mr-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb-80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml-80 {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt-90 {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mr-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb-90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml-90 {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt-100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mr-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb-100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml-100 {
    margin-left: 100px !important;
  }
}

/* ======================================== */
/* フロート */
/* ======================================== */
.u-float-left {
  float: left !important;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
}

.u-float-right {
  float: right !important;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.u-clear {
  clear: both !important;
}

.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ======================================== */
/* 画面幅による表示切替 */
/* ======================================== */
@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}

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

@media print {
  .u-print-hide {
    display: none;
  }
}

/* ======================================== */
/* スマホ表示時の幅指定 */
/* ======================================== */
@media screen and (max-width: 767px) {
  .u-sp-width-50 {
    max-width: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-100 {
    max-width: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-150 {
    max-width: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-200 {
    max-width: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-250 {
    max-width: 250px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-300 {
    max-width: 300px !important;
  }
}

/* ======================================== */
/* フルードイメージ */
/* ======================================== */
.u-fluid-image {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .u-sp-fluid-image {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

/* ======================================== */
/* 改行なし */
/* ======================================== */
.u-nowrap {
  white-space: nowrap !important;
}

/* ======================================== */
/* 文字スタイル */
/* ======================================== */
/* 文字サイズ */
.u-text-smaller {
  font-size: .75em !important;
  /* 16px * 0.75 = 12px */
}

.u-text-small {
  font-size: .875em !important;
  /* 16px * 0.875 = 14px */
}

.u-text-large {
  font-size: 1.125em !important;
  /* 16px * 0.875 = 18px */
}

.u-text-larger {
  font-size: 1.3125em !important;
  /* 16px * 1.3125 = 21px */
}

/* ウェイト */
.u-text-weight-normal {
  font-weight: normal !important;
}

.u-text-weight-bold {
  font-weight: bold !important;
}

/* 下線 */
.u-text-underline {
  text-decoration: underline !important;
}
