@charset "UTF-8";
/*カラー変数*/
.products {
  background: #F4F4F4;
  padding: 0px 0px 100px;
}

@media screen and (max-width: 767px) {
  .products {
    padding: 0px 0px 50px;
  }
}
.content-bg--products {
  background: url("../img/kaso/products/products-bg.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  color: #fff;
}
.content-bg--products .kaso-title {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .content-bg--products {
    margin-bottom: 50px;
  }
  .content-bg--products .kaso-title {
    margin-top: 0px;
  }
}
.products-item {
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.products-item:nth-child(odd) {
  padding-right: 45px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.products-item:nth-child(even) {
  padding-left: 45px;
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
.products-item.is-play {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media screen and (max-width: 767px) {
  .products-item:nth-child(odd) {
    padding-right: 15px;
  }
  .products-item:nth-child(even) {
    padding-left: 15px;
  }
}
.products-item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .products-item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.products-item_inner_img {
  width: 250px;
  margin-bottom: 0px;
  padding: 12px;
}

@media screen and (max-width: 1199px) {
  .products-item_inner_img {
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .products-item_inner_img {
    width: 100%;
    height: auto;
  }
  .products-item_inner_img img {
    width: 100%;
    height: auto;
  }
}
.products-item_inner_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
}

.products-item_inner_content_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .products-item_inner_content_title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.products-item_inner_content_text {
  font-size: 13px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .products-item_inner_content_text {
    font-size: 12px;
  }
}
.products-item_inner_content_title--orange {
  color: #F29900;
}

.products-item_inner_content_title--green {
  color: #018D5E;
}

.products-item_inner_content_title--yel_green {
  color: #62B855;
}

.products-item_inner_content_link {
  text-align: right;
  font-family: "myfont-Alte";
}

.products-item_inner_content_link---orange {
  color: #F29900;
}

.products-item_inner_content_link-arrow {
  position: relative;
}
.products-item_inner_content_link-arrow:before, .products-item_inner_content_link-arrow:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  left: -7px;
  top: -3px;
  position: absolute;
}
.products-item_inner_content_link-arrow:before {
  -webkit-transform: rotate(45deg) translate(-1px, 12px);
          transform: rotate(45deg) translate(-1px, 12px);
}
.products-item_inner_content_link-arrow:after {
  -webkit-transform: rotate(-45deg) translate(-17px, 4px);
          transform: rotate(-45deg) translate(-17px, 4px);
}

.products-item_inner_content_link-arrow--orange:before, .products-item_inner_content_link-arrow--orange:after {
  background: #F29900;
}

.products-item_inner_content_link-arrow--orange {
  color: #F29900;
}

/*製品案内の下層共通*/
.content-bg--package {
  background: url("../img/kaso/products/package-bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}
.content-bg--package .kaso-title {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .content-bg--package .kaso-title {
    margin-top: 0px;
  }
}
.content-bg--label {
  background: url("../img/kaso/products/label-bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}
.content-bg--label .kaso-title {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .content-bg--label .kaso-title {
    margin-top: 0px;
  }
}
.content-bg--goods {
  background: url("../img/kaso/products/goods-bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}
.content-bg--goods .kaso-title {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .content-bg--goods .kaso-title {
    margin-top: 0px;
  }
}
.content-bg--industrial {
  background: url("../img/kaso/products/Industrial-bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}
.content-bg--industrial .kaso-title {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .content-bg--industrial .kaso-title {
    margin-top: 0px;
  }
}
.products-kaso {
  background: #F4F4F4;
  padding: 50px 0px;
}

.products-kaso--label {
  background: rgba(5, 141, 94, 0.05);
}

.products-kaso--goods {
  background: rgba(99, 184, 85, 0.05);
}

.products-kaso--industrial {
  background: rgba(242, 153, 0, 0.05);
}

@media screen and (max-width: 767px) {
  .products-kaso {
    padding: 50px 0px;
  }
}
.products-kaso-read {
  padding: 50px 0px;
}

@media screen and (max-width: 767px) {
  .products-kaso-read {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 575px) {
  .products-kaso-read {
    padding: 0px 0px 50px;
  }
}
.products-kaso-read_img.js-play {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.products-kaso-read_img.is-play {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.products-kaso-read_content {
  padding-top: 60px;
}

.products-kaso-read_content_title {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  width: calc(100% + 80px);
  z-index: 1;
  position: relative;
  padding: 25px 30px;
  position: relative;
}
.products-kaso-read_content_title span {
  position: absolute;
  top: 10px;
}
.products-kaso-read_content_title.js-play {
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.products-kaso-read_content_title.js-play span {
  opacity: 0;
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
.products-kaso-read_content_title.is-play {
  width: calc(100% + 80px);
  opacity: 1;
}
.products-kaso-read_content_title.is-play span {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .products-kaso-read_content_title {
    font-size: 17px;
  }
  .products-kaso-read_content_title span {
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .products-kaso-read_content_title {
    font-size: 16px;
    padding: 25px 10px;
  }
  .products-kaso-read_content_title span {
    top: 8px;
  }
}
@media screen and (max-width: 575px) {
  .products-kaso-read_content_title {
    width: 100% !important;
    font-size: 18px;
  }
  .products-kaso-read_content_title span {
    top: 15px;
  }
}
@media screen and (max-width: 464px) {
  .products-kaso-read_content_title {
    font-size: 16px;
  }
  .products-kaso-read_content_title span {
    top: 7px;
  }
}
.products-kaso-read_content_title--orange {
  background: #F29900;
}

.products-kaso-read_content_title--green {
  background: #018D5E;
}

@media screen and (max-width: 767px) {
  .products-kaso-read_content_title--green {
    padding: 17px 10px;
  }
}
.products-kaso-read_content_title--yelGreen {
  background: #62B855;
}

.products-kaso-read_content_detail_sub-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .products-kaso-read_content_detail_sub-title {
    font-size: 16px;
  }
}
.products-kaso-read_content_detail_sub-title--orange {
  color: #F29900;
}

.products-kaso-read_content_detail_sub-title--green {
  color: #018D5E;
}

.products-kaso-read_content_detail_sub-title--yelGreen {
  color: #62B855;
}

.products-kaso-read_content_title--size1 {
  height: 76px;
}

@media screen and (max-width: 767px) {
  .products-kaso-read_content_title--size1 {
    height: 52px;
  }
}
@media screen and (max-width: 376px) {
  .products-kaso-read_content_title--size1 {
    height: 68px !important;
  }
}
@media screen and (max-width: 767px) {
  .products-kaso-read_content_title--size2 {
    padding: 16px 10px;
  }
}
@media screen and (max-width: 375px) {
  .products-kaso-read_content_title--size2 {
    padding: 26px 10px;
  }
}
.products-kaso-read_content_detail {
  padding: 30px;
}
.products-kaso-read_content_detail.js-play {
  opacity: 0;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.products-kaso-read_content_detail.is-play {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media screen and (max-width: 575px) {
  .products-kaso-read_content_detail {
    padding: 15px 0px;
  }
}
.products-kaso-read_content_detail_text {
  font-size: 15px;
  line-height: 1.7;
}

@media screen and (max-width: 575px) {
  .products-kaso-read_content_detail_text {
    font-size: 12px;
  }
}
.products-kaso-accordion.js-play {
  opacity: 0;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.products-kaso-accordion.is-play {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.fa--orange {
  color: #F29900;
}

.fa--green {
  color: #018D5E;
}

.fa--yelGreen {
  color: #62B855;
}

.products-kaso-accordion_title {
  padding: 20px 40px 20px 20px;
  font-size: 25px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.products-kaso-accordion_title .fa {
  position: absolute;
  right: 20px;
  top: 30px;
  font-size: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.products-kaso-accordion_title.is-open .fa {
  -webkit-transform: rotate(180deg) translateY(10px);
          transform: rotate(180deg) translateY(10px);
}

.products-kaso-accordion_title--orange {
  border: solid 1px #F29900;
}

.products-kaso-accordion_title--green {
  border: solid 1px #018D5E;
}

.products-kaso-accordion_title--yelgreen {
  border: solid 1px #62B855;
}

@media screen and (max-width: 767px) {
  .products-kaso-accordion_title {
    font-size: 20px;
  }
  .products-kaso-accordion_title .fa {
    font-size: 20px;
  }
}
.products-kaso-accordion_content {
  display: none;
}

@media screen and (max-width: 991px) {
  .products-kaso-accordion_content_inner {
    overflow-x: scroll;
  }
  .products-kaso-accordion_content_inner_table {
    width: 1100px !important;
  }
}
.products-kaso-accordion_content_inner_table {
  background: #fff;
  width: 100%;
  margin-top: 30px;
}
.products-kaso-accordion_content_inner_table th {
  padding: 10px;
}
.products-kaso-accordion_content_inner_table td {
  padding: 10px;
}

.products-kaso-accordion_content_inner_table td {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .products-kaso-accordion_content_inner_table th {
    font-size: 14px;
  }
  .products-kaso-accordion_content_inner_table td {
    font-size: 13px;
  }
}
.products-kaso-accordion_content_inner_table--orange tr:first-child th {
  text-align: center;
  background: #F29900;
  color: #fff;
  border-right: 1px solid #707070;
  border-left: 1px solid #F29900;
}
.products-kaso-accordion_content_inner_table--orange tr:first-child th:last-child {
  border-right: none;
}
.products-kaso-accordion_content_inner_table--orange .products-kaso-accordion_content_inner_table_side-title {
  background: rgba(242, 153, 0, 0.05);
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
}

.products-kaso-accordion_content_inner_table--green tr:first-child th {
  background: #018D5E;
  text-align: center;
  color: #fff;
  border-right: 1px solid #707070;
  border-left: 1px solid #018D5E;
}
.products-kaso-accordion_content_inner_table--green tr:first-child th:last-child {
  border-right: none;
}
.products-kaso-accordion_content_inner_table--green .products-kaso-accordion_content_inner_table_side-title {
  background: rgba(5, 141, 94, 0.05);
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
}

.products-kaso-accordion_content_inner_table--yelGreen tr:first-child th {
  background: #62B855;
  color: #fff;
  text-align: center;
  border-right: 1px solid #707070;
  border-left: 1px solid #62B855;
}
.products-kaso-accordion_content_inner_table--yelGreen tr:first-child th:last-child {
  border-right: none;
}
.products-kaso-accordion_content_inner_table--yelGreen .products-kaso-accordion_content_inner_table_side-title {
  background: rgba(5, 141, 94, 0.05);
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
}

.products-kaso-accordion_content_inner_table_center {
  text-align: center;
}

.col-table--size1 {
  width: 400px;
}

.col-table--size2 {
  width: 200px;
}

.col-table--size3 {
  width: 250px;
}

.col-table--size4 {
  width: 100px;
}

.col-table--size5 {
  width: 150px;
}

.content-bg--company {
  background: url(../img/kaso/company-bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.content-bg--company .kaso-title {
  margin-top: 50px;
}

.company-table {
  width: 100%;
  margin: 100px 0px;
  border-left: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
}
.company-table th {
  padding: 20px;
  background: #F8F8F8;
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  font-size: 15px;
}
.company-table td {
  padding: 20px;
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  line-height: 2.3;
  font-size: 15px;
}
.company-table td ul li {
  list-style: disc;
  margin-left: 20px;
}
.company-table.js-play {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.company-table.is-play {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media screen and (max-width: 767px) {
  .company-table {
    margin: 50px 0px;
  }
  .company-table th {
    padding: 20px;
    font-size: 12px;
  }
  .company-table td {
    padding: 20px;
    font-size: 12px;
  }
}
.company-access_content_title {
  font-size: 22px;
  border-left: 10px solid #018D5E;
  padding-left: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .company-access_content_title {
    font-size: 18px;
  }
}
.company-access_content_text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .company-access_content_text {
    font-size: 12px;
  }
}
.company-access {
  margin-bottom: 100px;
}
.company-access iframe {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .company-access {
    margin-bottom: 50px;
  }
}
.company-access_img.js-play {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.company-access_img.is-play {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.compay-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.compay-address dt {
  font-weight: normal;
}
.compay-address dd {
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .compay-address dt {
    width: 70px !important;
  }
}
.privacy-policy {
  background: #F4F4F4;
}
.privacy-policy .container {
  padding: 100px 0px;
}
.privacy-policy .kaso-title {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .privacy-policy .container {
    padding: 50px 0px;
  }
}
.content-bg--privacy {
  color: #fff;
  background: url(../img/kaso/privacy-policy-bg.jpg) no-repeat;
  background-size: cover;
}

.privacy-policy-text {
  font-size: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .privacy-policy-text {
    font-size: 12px;
  }
}
.privacy-policy_grope_text {
  font-size: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .privacy-policy_grope_text {
    font-size: 12px;
  }
}
.privacy-policy_grope_tiele {
  font-size: 18px;
  color: #018D5E;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .privacy-policy_grope_tiele {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.privacy-policy_grope {
  margin-bottom: 30px;
}
.privacy-policy_grope ol li {
  font-size: 15px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .privacy-policy_grope ol li {
    font-size: 12px;
  }
}
.privacy-policy-address {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .privacy-policy-address {
    font-size: 12px;
    margin-top: 0px;
  }
}
.content-bg--news {
  background: url("../img/kaso/wp/news-bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}
.content-bg--news .kaso-title {
  margin-top: 50px;
}

.news {
  padding: 100px 0px;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 50px 0px;
  }
}
.news-item {
  padding: 0px 30px 60px;
}
.news-item.js-play {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.news-item.js-play:nth-child(1), .news-item.js-play:nth-child(4), .news-item.js-play:nth-child(7) {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-item.js-play:nth-child(2), .news-item.js-play:nth-child(5), .news-item.js-play:nth-child(8) {
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
.news-item.js-play:nth-child(3), .news-item.js-play:nth-child(6), .news-item.js-play:nth-child(9) {
  -webkit-transition: all 0.5s 0.6s;
  transition: all 0.5s 0.6s;
}
.news-item.is-play {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media screen and (max-width: 767px) {
  .news-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .news-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.news-item_link {
  border: solid 1px #707070;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-item_link:hover .news-item_link_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-item_link--products:hover {
  background: rgba(5, 141, 94, 0.05);
  color: #018D5E;
}

.news-item_link--news:hover {
  background: rgba(242, 153, 0, 0.05);
  color: #F29900;
}

.news-item_link_img {
  overflow: hidden;
  margin-bottom: 0px;
}
.news-item_link_img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.news-item_link_content_time {
  font-size: 12px;
  margin-bottom: 13px;
  display: inline-block;
}

.news-item_link_content_title {
  font-size: 13px;
  line-height: 1.6;
}

.news-item_link_content {
  padding: 20px 25px;
}

.news-item_link_content_category {
  font-size: 12px;
  color: #fff;
  padding: 2px 10px;
}

.news-item_link_content_category--single {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .news-item_link_content_category--single {
    font-size: 16px;
  }
}
.news-item_link_content_category--products {
  background: #018D5E;
}

.news-item_link_content_category--news {
  background: #F29900;
}

.row-news {
  margin-left: -30px;
  margin-right: -30px;
}

@media screen and (max-width: 767px) {
  .row-news {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.row-news-single {
  margin: 0px -15px;
}

.news-pagenation {
  width: 100%;
  margin-top: 50px;
}
.news-pagenation li {
  margin: 0px 10px;
  height: 50px;
}
.news-pagenation li a, .news-pagenation li span {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-pagenation li a {
  border: 1px solid #707070;
  color: #707070;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-pagenation li a:hover {
  background: #018D5E;
  border: 1px solid #018D5E;
  color: #fff;
}
.news-pagenation li span {
  background: #018D5E;
  color: #fff;
}
.news-pagenation li .next,
.news-pagenation li .prev {
  border: none;
}
.news-pagenation li .next:hover .news-pagenatio_arrow:before,
.news-pagenation li .prev:hover .news-pagenatio_arrow:before {
  color: #fff;
}

.news-pagenatio_arrow {
  border: none !important;
  color: #018D5E !important;
}
.news-pagenatio_arrow:hover {
  color: #fff !important;
}

.news_arrow {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_arrow:before {
  color: #018D5E;
}

.is-open .news_arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nav-links {
  display: block;
  margin: auto;
  width: 100%;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
    padding: 0px 15px;
  }
}
.single {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0px 30px;
}
.single p {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .single {
    padding: 0px 15px;
  }
  .single p {
    font-size: 13px;
  }
}
.single_title-area h1 {
  font-size: 23px;
  line-height: 1;
  font-weight: bold;
  margin: 30px 0px 10px;
  padding-bottom: 20px;
  line-height: 1;
  border-bottom: 1px solid #B5B5B5;
}
.single_title-area time {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .single_title-area h1 {
    font-size: 20px;
  }
}
.single_eye-catching {
  margin-top: 30px;
}

.single_sns_header {
  color: #767683;
}

.single_page-btn-area_group {
  padding: 10px 0px;
  border-top: 1px solid #B5B5B5;
  border-bottom: 1px solid #B5B5B5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single_page-btn-area_group_btn {
  width: 50%;
  text-align: center;
}
.single_page-btn-area_group_btn a {
  display: block;
  background: rgba(0, 0, 0, 0.05);
  padding: 20px 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single_page-btn-area_group_btn a:hover {
  background: #018D5E;
  color: #fff;
}
.single_page-btn-area_group_btn span {
  display: block;
  background: #018D5E;
  padding: 20px 0px;
}
.single_page-btn-area_group_btn:first-child a, .single_page-btn-area_group_btn:first-child span {
  margin-right: 20px;
}
.single_page-btn-area_group_btn:last-child a, .single_page-btn-area_group_btn:last-child span {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .single_page-btn-area_group_btn {
    font-size: 14px;
  }
}
.single_btn-area {
  text-align: center;
  margin: 50px 0px;
}
.single_btn-area a {
  background: #018D5E;
  color: #fff;
  padding: 20px 60px;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single_btn-area a:hover {
  /*ボタンの形状*/
  border-color: transparent;
  color: #fff;
  /*背景の色と形状*/
  background: -webkit-gradient(linear, right top, left top, from(#018D5E), color-stop(50%, #F4D03F), to(#018D5E));
  background: linear-gradient(270deg, #018D5E 0%, #F4D03F 50%, #018D5E 100%);
  background-color: #F4D03F;
  background-size: 200% auto;
  background-position: right center;
  -webkit-box-shadow: 0 5px 5px rgb(155, 213, 192);
          box-shadow: 0 5px 5px rgb(155, 213, 192);
}

@media screen and (max-width: 767px) {
  .single_btn-area {
    font-size: 14px;
  }
}
.sidebar_section {
  margin-bottom: 50px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sidebar_section {
    margin-bottom: 25px;
    overflow: hidden;
  }
}
.sidebar_section_title {
  font-family: "myfont-Alte";
  font-size: 20px;
  color: #018D5E;
  padding-bottom: 10px;
  border-bottom: 1px solid #018D5E;
  margin-bottom: 20px;
}
.sidebar_section_title span {
  font-size: 13px;
  margin-left: 10px;
}

.sidebar_section_text {
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 20px;
  font: inherit;
  outline: none;
  border: 1px solid #707070;
  padding: 5px;
  min-width: 200px;
}

@media screen and (max-width: 767px) {
  .sidebar_section_text {
    width: calc(100% - 100px);
  }
}
.sidebar_section_submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  font: inherit;
  outline: none;
  float: right;
  width: 80px;
  text-align: center;
  background: #707070;
  color: #fff;
  padding: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar_section_submit:hover {
  background: #018D5E;
}

.sidebar_section_group li {
  margin-bottom: 10px;
  position: relative;
}
.sidebar_section_group li:before {
  content: "-";
  margin-right: 5px;
}
.sidebar_section_group li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
.sidebar_section_group li a:hover {
  color: #018D5E;
}

.content-bg--pick-up {
  background: url(../img/kaso/pick-up-bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.content-bg--pick-up .kaso-title {
  margin-top: 50px;
}

.pick-up-section {
  padding: 100px 0px 0px;
}
.pick-up-section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pick-up-section:last-child {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .pick-up-section {
    padding: 50px 0px 0px;
  }
  .pick-up-section:last-child {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pick-up-section_overflow {
    overflow-x: scroll;
  }
}
.pick-up-section_table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pick-up-section_table {
    width: 1200px;
  }
}
.pick-up-section_table tr:last-child td {
  border-bottom: 1px solid #707070;
}

.pick-up-section_table th {
  border-right: 1px solid #BBBBBB;
  padding: 10px;
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pick-up-section_table th {
    font-size: 14px;
  }
}
.pick-up-section_table td {
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  padding: 10px;
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pick-up-section_table td {
    font-size: 14px;
  }
}
.pick-up-section_table td:first-child {
  border-left: 1px solid #707070;
}

.pick-up-section_table td:last-child {
  border-right: 1px solid #707070;
  text-align: left;
}

.pick-up-section_table--blue th {
  color: #fff;
  background: #005FAC;
}

.pick-up-section_table--green th {
  color: #fff;
  background: #028d5e;
}

.pick-up-section_table--green td:last-child {
  text-align: center;
}

.pick-up-section_figure img {
  width: 100%;
}

.pick-up-section_content_title {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pick-up-section_content_title {
    font-size: 20px;
  }
}
.pick-up-section_content_title--blue {
  background: #005FAC;
}

.pick-up-section_content_title--green {
  background: #028d5e;
}

.pick-up-section_content_sub {
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pick-up-section_content_sub {
    font-size: 14px;
    padding-left: 0px;
  }
}
.pick-up-section_content_sub--blue {
  color: #005FAC;
}

.pick-up-section_content_sub--green {
  color: #028d5e;
}

.pick-up-section_content_text {
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .pick-up-section_content_text {
    font-size: 13px;
    padding-left: 0px;
  }
}
.pick-up-section_title {
  font-size: 20px;
  margin-bottom: 20px;
}
.pick-up-section_title span {
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .pick-up-section_title {
    font-size: 18px;
  }
}
.pick-up-section_title--blue {
  color: #005FAC;
}
.pick-up-section_title--blue span {
  border-left: 5px solid #005FAC;
}

.pick-up-section_title--green {
  color: #028d5e;
}
.pick-up-section_title--green span {
  border-left: 5px solid #028d5e;
}

/*共通タイトル*/
.kaso-title {
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .kaso-title {
    margin-bottom: 50px;
  }
}
.kaso-title_main {
  font-family: "myfont-Alte";
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .kaso-title_main {
    font-size: 25px;
  }
}
.kaso-title_main--orange {
  color: #F29900;
}

.kaso-title_sub {
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .kaso-title_sub {
    font-size: 16px;
  }
}
.kaso-title_main--green {
  color: #018D5E;
}

.content-bg {
  height: 282px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-bg .kaso-title {
  margin-bottom: 0px;
  position: relative;
  top: 30px;
}

@media screen and (max-width: 767px) {
  .content-bg {
    height: 212px;
  }
}
.kaso-sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.kaso-sub-title_main {
  margin-bottom: 0px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 45px;
}

@media screen and (max-width: 767px) {
  .kaso-sub-title_main {
    font-size: 20px;
  }
}
.kaso-sub-title_main--orange {
  color: #F29900;
}

.kaso-sub-title_main--green {
  color: #018D5E;
}

.kaso-sub-title_main--yelGreen {
  color: #62B855;
}

.kaso-sub-title_sub {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .kaso-sub-title_sub {
    font-size: 13px;
  }
}