@charset "UTF-8";
/* -------------------
共通CSS */
/* .concept_section */
.concept_section {
  padding: 80px 0 60px;
}

@media (max-width: 480px) {
  .concept_section {
    padding: 60px 3% 20px;
  }
}

.concept_section .concept_section_inner {
  text-align: center;
  padding-top: 60px;
}

@media (max-width: 480px) {
  .concept_section .concept_section_inner {
    text-align: left;
    padding-top: 40px;
  }
}

.concept_section .concept_section_inner .concept_title {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .concept_section .concept_section_inner .concept_title {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.concept_section .concept_section_inner .concept_message {
  line-height: 2;
}

@media (max-width: 480px) {
  .concept_section .concept_section_inner .concept_message {
    line-height: 1.8;
  }
}

.concept_section .concept_section_inner .btn_base {
  padding-top: 40px;
}

/* .info_contents */
.info_contents {
  margin: 0 auto;
  max-width: 700px;
}

@media (max-width: 480px) {
  .info_contents {
    max-width: 100%;
  }
}

.info_contents .info_contents_inner {
  text-align: center;
  padding: 35px 0 30px;
  background: #fff;
}

@media (max-width: 480px) {
  .info_contents .info_contents_inner {
    padding: 25px 20px 20px;
    text-align: left;
  }
}

.info_contents .info_contents_inner .main_text {
  font-size: 1.1rem;
  color: #9b0000;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .info_contents .info_contents_inner .main_text {
    line-height: 1.5;
  }
}

.info_contents .info_contents_inner .sub_text {
  font-size: 0.8rem;
  display: inline-block;
  text-align: left;
}

@media (max-width: 480px) {
  .info_contents .info_contents_inner .sub_text {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}

#contents .info_contents .info_contents_inner .sub_text p {
  margin-bottom: 0;
  text-indent: -1.1em;
  padding-left: 1.1em;
}

@media (max-width: 480px) {
  #contents .info_contents .info_contents_inner .sub_text p {
    text-indent: -1.1em;
    padding-left: 1.1em;
  }
}

.info_contents .info_caution {
  font-size: 0.85rem;
  padding: 10px;
}

@media (max-width: 480px) {
  .info_contents .info_caution {
    font-size: 0.8rem;
    line-height: 1.5;
    text-indent: -1.1em;
    padding-left: 1.5em;
  }
}

/* .item_section */
.item_section {
  margin-bottom: 60px;
}

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

.item_section:not(:last-child) {
  margin-bottom: 100px;
}

.item_section .item_section_title {
  font-size: 1.2rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px 0;
  width: 56%;
  background: url(../img/back-logomark.png) no-repeat bottom right/70px, url(../img/background-ptn03.png) repeat #fff;
  float: right;
}

@media (max-width: 480px) {
  .item_section .item_section_title {
    width: 100%;
    float: none;
  }
}

.item_section .item_section_title .category {
  color: #fff;
  font-size: 0.8rem;
  margin-right: 10px;
  padding: 3px 10px;
  background: #e64549;
}

@media (max-width: 480px) {
  .item_section .item_section_title .category {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}

.item_section .item_images {
  width: 40%;
  float: left;
}

@media (max-width: 480px) {
  .item_section .item_images {
    margin-bottom: 20px;
    width: 100%;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.item_section .item_images li {
  text-align: center;
}

.item_section .item_images li:focus {
  outline: none;
}

.item_section .item_images img {
  display: inline;
  height: 100%;
}

.item_section .item_images .main_image {
  padding-bottom: 10px;
}

@media (max-width: 480px) {
  .item_section .item_images .main_image {
    margin-bottom: 15px !important;
    padding-bottom: 0;
    width: 100%;
  }
}

.item_section .item_images .main_image li {
  width: 100%;
  height: 300px;
  background: #fff;
}

@media (max-width: 480px) {
  .item_section .item_images .thunmnail_list {
    width: 100%;
  }
}

.item_section .item_images .thunmnail_list .slick-track {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: none !important;
          transform: none !important;
}

@media (max-width: 480px) {
  .item_section .item_images .thunmnail_list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.item_section .item_images .thunmnail_list .slick-track li {
  text-align: center;
  margin-bottom: 14px;
  cursor: pointer;
  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;
  width: 32%;
  height: 95px;
  background: #fff;
  position: relative;
}

@media (max-width: 480px) {
  .item_section .item_images .thunmnail_list .slick-track li {
    margin-right: 0;
    margin-bottom: 10px;
    width: 31%;
  }
}

.item_section .item_images .thunmnail_list .slick-track li:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .item_section .item_images .thunmnail_list .slick-track li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.item_section .item_images .thunmnail_list .slick-track li.slick-current:before {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.item_section .item_images .thunmnail_list .slick-track li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.item_section .item_contents {
  padding: 0 10px;
  width: 56%;
  float: right;
}

@media (max-width: 480px) {
  .item_section .item_contents {
    padding: 0;
    width: 100%;
    float: none;
  }
}

.item_section .item_contents .item_message {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .item_section .item_contents .item_message {
    line-height: 1.5;
  }
}

.item_section .item_contents .item_price {
  color: #e2001a;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #2d3447;
  margin-bottom: 20px;
  padding: 0 5px 7px;
}

.item_section .item_contents .item_price span {
  color: #2d3447;
  font-size: 0.95rem;
}

.item_section .item_contents .item_price_change {
  position: relative;
}

.item_section .item_contents .item_price_change input {
  position: absolute;
}

.item_section .item_contents .item_price_change input#a_tab, .item_section .item_contents .item_price_change input#xa_tab {
  top: 17px;
  left: 10px;
}

@media (max-width: 896px) {
  .item_section .item_contents .item_price_change input#a_tab, .item_section .item_contents .item_price_change input#xa_tab {
    top: 14px;
  }
}

@media (max-width: 480px) {
  .item_section .item_contents .item_price_change input#a_tab, .item_section .item_contents .item_price_change input#xa_tab {
    left: 5px;
  }
}

.item_section .item_contents .item_price_change input#b_tab, .item_section .item_contents .item_price_change input#xb_tab {
  top: 17px;
  right: 248px;
}

@media (max-width: 896px) {
  .item_section .item_contents .item_price_change input#b_tab, .item_section .item_contents .item_price_change input#xb_tab {
    top: 14px;
    right: 203px;
  }
}

@media (max-width: 480px) {
  .item_section .item_contents .item_price_change input#b_tab, .item_section .item_contents .item_price_change input#xb_tab {
    right: 147px;
  }
}

.item_section .item_contents .item_price_change input#c_tab, .item_section .item_contents .item_price_change input#xc_tab {
  top: 57px;
  left: 10px;
}

@media (max-width: 896px) {
  .item_section .item_contents .item_price_change input#c_tab, .item_section .item_contents .item_price_change input#xc_tab {
    top: 54px;
  }
}

@media (max-width: 480px) {
  .item_section .item_contents .item_price_change input#c_tab, .item_section .item_contents .item_price_change input#xc_tab {
    top: 57px;
    left: 5px;
  }
}

.item_section .item_contents .item_price_change input#d_tab, .item_section .item_contents .item_price_change input#xd_tab {
  top: 57px;
  right: 248px;
}

@media (max-width: 896px) {
  .item_section .item_contents .item_price_change input#d_tab, .item_section .item_contents .item_price_change input#xd_tab {
    top: 54px;
    right: 203px;
  }
}

@media (max-width: 480px) {
  .item_section .item_contents .item_price_change input#d_tab, .item_section .item_contents .item_price_change input#xd_tab {
    top: 57px;
    right: 147px;
  }
}

.item_section .item_contents .item_price_change input#xe_tab {
  top: 97px;
  left: 10px;
}

@media (max-width: 896px) {
  .item_section .item_contents .item_price_change input#xe_tab {
    top: 94px;
  }
}

@media (max-width: 480px) {
  .item_section .item_contents .item_price_change input#xe_tab {
    top: 97px;
    left: 5px;
  }
}

.item_section .item_contents .item_price_change input#xf_tab {
  top: 97px;
  right: 248px;
}

@media (max-width: 896px) {
  .item_section .item_contents .item_price_change input#xf_tab {
    top: 94px;
    right: 203px;
  }
}

@media (max-width: 480px) {
  .item_section .item_contents .item_price_change input#xf_tab {
    top: 97px;
    right: 147px;
  }
}

.item_section .item_contents .item_price_change input#xg_tab {
  top: 137px;
  left: 10px;
}

@media (max-width: 896px) {
  .item_section .item_contents .item_price_change input#xg_tab {
    top: 134px;
  }
}

@media (max-width: 480px) {
  .item_section .item_contents .item_price_change input#xg_tab {
    top: 137px;
    left: 5px;
  }
}

.item_section .item_contents .item_price_change input#xh_tab {
  top: 137px;
  right: 248px;
}

@media (max-width: 896px) {
  .item_section .item_contents .item_price_change input#xh_tab {
    top: 134px;
    right: 203px;
  }
}

@media (max-width: 480px) {
  .item_section .item_contents .item_price_change input#xh_tab {
    top: 137px;
    right: 147px;
  }
}

.item_section .item_contents .item_price_change input#xi_tab {
  top: 177px;
  left: 10px;
}

@media (max-width: 896px) {
  .item_section .item_contents .item_price_change input#xi_tab {
    top: 174px;
  }
}

@media (max-width: 480px) {
  .item_section .item_contents .item_price_change input#xi_tab {
    top: 177px;
    left: 5px;
  }
}

.item_section .item_contents .item_price_change .item_price_change_area {
  margin-bottom: 20px;
}

.item_section .item_contents .item_price_change .item_price_change_area label {
  font-weight: bold;
  border-bottom: 1px solid #2d3447;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 10px 7px 3px 30px;
  width: 47%;
  display: inline-block;
}

@media (max-width: 896px) {
  .item_section .item_contents .item_price_change .item_price_change_area label {
    padding: 10px 7px 3px 40px;
  }
}

@media (max-width: 480px) {
  .item_section .item_contents .item_price_change .item_price_change_area label {
    letter-spacing: 1px;
    padding: 10px 7px 3px 30px;
    width: 48%;
  }
}

.item_section .item_contents .item_price_change .item_price_change_area label:nth-child(odd) {
  margin-right: 3%;
}

@media (max-width: 480px) {
  .item_section .item_contents .item_price_change .item_price_change_area label:nth-child(odd) {
    margin-right: 2%;
  }
}

.item_section .item_contents .item_price_change .item_price_change_area label span {
  font-size: 0.8rem;
}

@media (max-width: 480px) {
  .item_section .item_contents .item_price_change .item_price_change_area label span {
    letter-spacing: 0;
  }
}

.item_section .item_contents .item_price_change .item_price_change_contents .contents_set {
  display: none;
}

.item_section .item_contents .item_price_change #a_tab:checked ~ .item_price_change_contents #a_tab_contents,
.item_section .item_contents .item_price_change #b_tab:checked ~ .item_price_change_contents #b_tab_contents,
.item_section .item_contents .item_price_change #c_tab:checked ~ .item_price_change_contents #c_tab_contents,
.item_section .item_contents .item_price_change #d_tab:checked ~ .item_price_change_contents #d_tab_contents {
  display: block;
}

.item_section .item_contents .item_price_change #xa_tab:checked ~ .item_price_change_contents #xa_tab_contents,
.item_section .item_contents .item_price_change #xb_tab:checked ~ .item_price_change_contents #xb_tab_contents,
.item_section .item_contents .item_price_change #xc_tab:checked ~ .item_price_change_contents #xc_tab_contents,
.item_section .item_contents .item_price_change #xd_tab:checked ~ .item_price_change_contents #xd_tab_contents,
.item_section .item_contents .item_price_change #xe_tab:checked ~ .item_price_change_contents #xe_tab_contents,
.item_section .item_contents .item_price_change #xf_tab:checked ~ .item_price_change_contents #xf_tab_contents,
.item_section .item_contents .item_price_change #xg_tab:checked ~ .item_price_change_contents #xg_tab_contents,
.item_section .item_contents .item_price_change #xh_tab:checked ~ .item_price_change_contents #xh_tab_contents,
.item_section .item_contents .item_price_change #xi_tab:checked ~ .item_price_change_contents #xi_tab_contents {
  display: block;
}

.item_section .item_contents .item_detail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}

.item_section .item_contents .item_detail .title {
  font-size: 1rem;
  text-align: center;
  border-bottom: 1px solid #2d3447;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.item_section .item_contents .item_detail .item_detail_inner {
  padding: 0 5px;
}

.item_section .item_contents .item_detail .item_detail_inner .item_shosai_list {
  font-size: 0.85rem;
}

.item_section .item_contents .item_detail .item_detail_inner .item_shosai_list:after {
  content: "";
  display: block;
  clear: both;
}

.item_section .item_contents .item_detail .item_detail_inner .item_shosai_list dt {
  float: left;
}

@media (max-width: 480px) {
  .item_section .item_contents .item_detail .item_detail_inner .item_shosai_list dt {
    font-weight: bold;
    float: none;
  }
}

.item_section .item_contents .item_detail .item_detail_inner .item_shosai_list dt:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\025a0";
}

.item_section .item_contents .item_detail .item_detail_inner .item_shosai_list dt:after {
  content: "：";
}

@media (max-width: 480px) {
  .item_section .item_contents .item_detail .item_detail_inner .item_shosai_list dt:after {
    content: none;
  }
}

.item_section .item_contents .item_detail .item_detail_inner .item_shosai_list dt span {
  font-size: 85%;
}

@media (max-width: 480px) {
  .item_section .item_contents .item_detail .item_detail_inner .item_shosai_list dd {
    padding-left: 1.1em;
  }
}

@media (max-width: 480px) {
  .item_section .item_contents .item_detail .item_detail_inner .item_shosai_list dd:not(:last-child) {
    margin-bottom: 7px;
  }
}

.item_section .item_contents .item_detail .item_detail_inner .item_shosai_list dd span {
  font-size: 85%;
}

.item_section .item_contents .item_detail .item_detail_inner .item_contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item_section .item_contents .item_detail .item_detail_inner .item_contents_list li {
  font-size: 0.85rem;
  line-height: 1.5;
  text-indent: -1.1em;
  padding-left: 1.1em;
  width: 49%;
}

@media (max-width: 480px) {
  .item_section .item_contents .item_detail .item_detail_inner .item_contents_list li {
    width: 100%;
  }
}

.item_section .item_contents .item_detail .item_detail_inner .item_original_list:after {
  content: "";
  display: block;
  clear: both;
}

.item_section .item_contents .item_detail .item_detail_inner .item_original_list dt {
  margin-right: 10px;
  float: left;
}

.item_section .item_contents .item_detail .item_detail_inner .item_contents_attent {
  font-size: 0.85rem;
  line-height: 1.5;
  text-indent: -1.1em;
  padding: 12px 0 0 1.1em;
  margin-bottom: 0 !important;
}

.item_section .item_contents .item_info {
  font-size: 0.85rem;
  line-height: 1.5;
  text-indent: -1.1em;
  padding: 10px 0 0 1.1em;
}

/* -------------------
greeting.html */
#contents .company_motto_section {
  padding-bottom: 60px;
  background: url(../img/back-logomark02.png) no-repeat bottom 45px center/150px #fff;
}

@media (max-width: 480px) {
  #contents .company_motto_section {
    background: url(../img/back-logomark02.png) no-repeat bottom 40px center/130px #fff;
  }
}

#contents .company_motto_section .company_motto {
  font-size: 1.5rem;
  text-align: center;
}

@media (max-width: 480px) {
  #contents .company_motto_section .company_motto {
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: left;
  }
}

#contents .company_lessons_section {
  padding-bottom: 60px;
}

#contents .company_lessons_section .company_lessons {
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 480px) {
  #contents .company_lessons_section .company_lessons {
    font-size: 1rem;
    text-align: left;
  }
}

@media (max-width: 480px) {
  #contents .company_lessons_section .company_lessons li {
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
  }
}

#contents .company_lessons_section .company_lessons li:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  #contents .company_lessons_section .company_lessons li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  #contents .company_lessons_section .company_lessons li:before {
    font: normal normal normal 13px/1 FontAwesome;
    margin-right: 3px;
    content: "\025a0";
    position: relative;
    bottom: 1px;
  }
}

#contents .rinen_section {
  padding: 60px 0;
  background: url(../img/background-ptn03.png) repeat;
}

@media (max-width: 480px) {
  #contents .rinen_section {
    padding: 60px 3%;
  }
}

#contents .rinen_section .section_inner {
  padding: 50px 0;
  max-width: 900px;
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 480px) {
  #contents .rinen_section .section_inner {
    padding: 50px 20px;
    max-width: 100%;
  }
}

#contents .rinen_section .section_inner .company_rinen {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  #contents .rinen_section .section_inner .company_rinen {
    font-size: 1.2rem;
  }
}

#contents .rinen_section .section_inner .rinen_list {
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 480px) {
  #contents .rinen_section .section_inner .rinen_list {
    font-size: 1rem;
    text-align: left;
  }
}

@media (max-width: 480px) {
  #contents .rinen_section .section_inner .rinen_list li {
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
  }
}

#contents .rinen_section .section_inner .rinen_list li:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  #contents .rinen_section .section_inner .rinen_list li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  #contents .rinen_section .section_inner .rinen_list li:before {
    font: normal normal normal 13px/1 FontAwesome;
    margin-right: 3px;
    content: "\025a0";
    position: relative;
    bottom: 1px;
  }
}

#contents .access_section {
  background: #fff;
}

#contents .strength_block {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  #contents .strength_block {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
}

#contents .strength_block .strength_set {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 50px;
  width: 50%;
  position: relative;
}

@media (max-width: 480px) {
  #contents .strength_block .strength_set {
    padding: 30px 15px;
    width: 100%;
  }
}

#contents .strength_block .strength_set:nth-of-type(odd):before {
  height: 420px;
  width: 1px;
  background: #e2e1e1;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transfnnorm: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media (max-width: 480px) {
  #contents .strength_block .strength_set:nth-of-type(odd):before {
    content: none;
  }
}

@media (max-width: 480px) {
  #contents .strength_block .strength_set:not(:nth-last-child(-n + 1)) {
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  #contents .strength_block .strength_set:not(:nth-last-child(-n + 1)):after {
    height: 1px;
    width: 95%;
    background: #e2e1e1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

#contents .strength_block .strength_set:nth-last-child(-n + 2) {
  padding-bottom: 50px;
}

@media (max-width: 480px) {
  #contents .strength_block .strength_set:nth-last-child(-n + 2) {
    padding-bottom: 40px;
  }
}

#contents .strength_block .strength_set:not(:nth-last-child(-n + 2)) {
  padding-bottom: 70px;
}

@media (max-width: 480px) {
  #contents .strength_block .strength_set:not(:nth-last-child(-n + 2)) {
    padding-bottom: 35px;
  }
}

#contents .strength_block .strength_set:not(:nth-last-child(-n + 2)):after {
  height: 1px;
  width: 77%;
  background: #e2e1e1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#contents .strength_block .strength_set .strength_set_number {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 7px;
}

@media (max-width: 480px) {
  #contents .strength_block .strength_set .strength_set_number {
    line-height: 1.2;
    text-align: center;
    margin: 0 0 10px;
  }
}

#contents .strength_block .strength_set .strength_set_number span {
  font-size: 2.3rem;
  padding: 0 10px 0 5px;
}

@media (max-width: 480px) {
  #contents .strength_block .strength_set .strength_set_number span {
    font-size: 2rem;
    padding: 0;
    display: block;
  }
}

#contents .strength_block .strength_set .strength_set_title {
  color: #f4a109;
  font-size: 1.4rem;
  margin: 0 0 15px;
}

@media (max-width: 896px) {
  #contents .strength_block .strength_set .strength_set_title {
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  #contents .strength_block .strength_set .strength_set_title {
    font-size: 5.5vw;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 10px;
  }
}

#contents .strength_block .strength_set .strength_set_message {
  line-height: 2;
}

@media (max-width: 480px) {
  #contents .strength_block .strength_set .strength_set_message {
    font-size: 0.9rem;
    line-height: 1.8;
    padding: 0 10px;
  }
}

#contents .sdgs_section {
  background: #fff;
}

#contents .sdgs_section .section_title {
  line-height: 1.3;
}

.sdgs_goal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
}

@media (max-width: 480px) {
  .sdgs_goal_list {
    padding-top: 25px;
  }
}

.sdgs_goal_list li {
  width: 47%;
  margin-right: 6%;
}

@media (max-width: 480px) {
  #contents .sdgs_goal_list li {
    width: 100%;
    margin: 0;
  }
  #contents .sdgs_goal_list li:not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 30px;
  }
}

.sdgs_goal_list li::after {
  content: "";
  display: table;
  clear: both;
}

.sdgs_goal_list li:nth-child(2n) {
  margin-right: 0;
}

.sdgs_goal_list li:nth-child(n + 3) {
  margin-top: 6%;
}

.sdgs_goal_list img {
  display: block;
  width: 100%;
}

.sdgs_goal_list .image {
  float: left;
  width: 200px;
}

@media (max-width: 480px) {
  .sdgs_goal_list .image {
    width: 22vw;
    margin: 0 5vw 0 0;
  }
}

.sdgs_goal_list .title {
  width: 260px;
  float: right;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #ff7e02;
  border-bottom: 1px solid #ff7e02;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px 7px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .sdgs_goal_list .title {
    width: auto;
    float: none;
    display: block;
    padding: 0 10px 10px;
    margin: 0 0 15px 27vw;
    min-height: auto;
  }
}

.sdgs_goal_list .msg {
  width: 260px;
  float: right;
  line-height: 1.5;
  font-size: 0.85rem;
}

@media (max-width: 480px) {
  .sdgs_goal_list .msg {
    float: none;
    width: auto;
    padding-left: 27vw;
    font-size: 0.8rem;
  }
}

/* -------------------
contents1.html */
#contents1 .concept_section {
  background: url(../img/concept-bg01-pc.png) no-repeat center bottom;
}

/* -------------------
contents2.html */
#contents2 .section {
  padding-bottom: 0;
}

#contents2 .concept_section {
  background: url(../img/concept-bg02-pc.png) no-repeat center bottom;
}

/* .boxitem_block */
.boxitem_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .boxitem_block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.boxitem_block .boxitem_set {
  margin-bottom: 60px;
  padding-bottom: 40px;
  width: 23.5%;
  position: relative;
}

@media (max-width: 480px) {
  .boxitem_block .boxitem_set {
    padding-bottom: 0;
    width: 48%;
  }
}

.boxitem_block .boxitem_set:not(:nth-child(4n)) {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .boxitem_block .boxitem_set:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

.boxitem_block .boxitem_set .boxitem_set_image {
  margin-bottom: 10px;
}

.boxitem_block .boxitem_set .boxitem_set_image img {
  width: 100%;
  display: block;
}

@media (max-width: 480px) {
  .boxitem_block .boxitem_set .boxitem_set_contents {
    padding: 0 5px;
  }
}

.boxitem_block .boxitem_set .boxitem_set_contents .boxitem_set_title {
  line-height: 1.5;
  text-align: center;
  height: 3rem;
  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;
}

@media (max-width: 480px) {
  .boxitem_block .boxitem_set .boxitem_set_contents .boxitem_set_title {
    font-size: 0.85rem;
    text-align: left;
    margin-bottom: 3px;
    height: auto;
  }
}

.boxitem_block .boxitem_set .boxitem_set_contents .boxitem_set_price {
  color: #e2001a;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 480px) {
  .boxitem_block .boxitem_set .boxitem_set_contents .boxitem_set_price {
    font-size: 0.9rem;
    text-align: left;
    padding: 0 2px;
  }
}

.boxitem_block .boxitem_set .boxitem_set_contents .boxitem_set_price span {
  color: #2d3447;
  font-size: 0.85rem;
}

@media (max-width: 480px) {
  .boxitem_block .boxitem_set .boxitem_set_contents .boxitem_set_price span {
    font-size: 0.8rem;
  }
}

.boxitem_block .boxitem_set .boxitem_set_contents .boxitem_set_one_price {
  color: #8a8a8a;
  font-size: 0.8rem;
  text-align: center;
}

@media (max-width: 480px) {
  .boxitem_block .boxitem_set .boxitem_set_contents .boxitem_set_one_price {
    text-align: left;
    padding: 0 2px;
  }
}

.boxitem_block .boxitem_set .boxitem_set_contents .boxitem_set_message {
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 10px 0 15px;
  padding: 0 5px;
  border-top: 1px solid #2d3447;
  padding-top: 10px;
}

@media (max-width: 480px) {
  .boxitem_block .boxitem_set .boxitem_set_contents .boxitem_set_message {
    font-size: 0.75rem;
    padding: 10px 1px 0;
  }
}

.boxitem_block .boxitem_set .boxitem_set_contents .boxitem_set_cart {
  margin: 0 auto;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transfnnorm: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media (max-width: 480px) {
  .boxitem_block .boxitem_set .boxitem_set_contents .boxitem_set_cart {
    width: 100%;
  }
}

.boxitem_block .boxitem_set .boxitem_set_contents .boxitem_set_cart a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  padding: 7px 0 5px 15px;
  background: url(../img/cart-mark02.png) no-repeat center left 30px/30px #ff7e02;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 896px) {
  .boxitem_block .boxitem_set .boxitem_set_contents .boxitem_set_cart a {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 480px) {
  .boxitem_block .boxitem_set .boxitem_set_contents .boxitem_set_cart a {
    font-size: 0.8rem;
    padding: 5px 0 5px 20px;
    background: url(../img/cart-mark02.png) no-repeat center left 17px/20px #ff7e02;
  }
}

.boxitem_block .boxitem_set .boxitem_set_contents .boxitem_set_cart a:hover {
  opacity: 0.7;
}

@media (max-width: 896px) {
  .boxitem_block .boxitem_set .boxitem_set_contents .boxitem_set_cart a:hover {
    opacity: 1;
  }
}

/* -------------------
contents3.html */
#contents3 .concept_section {
  background: url(../img/concept-bg01-pc.png) no-repeat center bottom;
}

/* -------------------
contents4.html */
/* .product_detail */
.product_detail:after {
  content: "";
  display: block;
  clear: both;
}

.product_detail .product_detail_image {
  width: 45%;
  float: right;
}

@media (max-width: 480px) {
  .product_detail .product_detail_image {
    margin: 0 auto 20px;
    width: 60%;
    float: none;
  }
}

.product_detail .product_detail_image img {
  width: 100%;
  display: block;
}

.product_detail .product_detail_contents {
  width: 50%;
  float: left;
}

@media (max-width: 480px) {
  .product_detail .product_detail_contents {
    width: 100%;
    float: none;
  }
}

.product_detail .product_detail_contents .product_detail_title {
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px 25px;
  background: url(../img/back-logomark.png) no-repeat bottom right/70px, url(../img/background-ptn03.png) repeat #fff;
}

.product_detail .product_detail_contents .product_detail_price {
  color: #e2001a;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 1px solid #2d3447;
  margin-bottom: 20px;
  padding: 0 5px 7px;
}

.product_detail .product_detail_contents .product_detail_price span {
  color: #2d3447;
  font-size: 0.85rem;
}

.product_detail .product_detail_contents .product_detail_price span.free {
  color: #fff;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 10px;
  background: #e2001a;
}

.product_detail .product_detail_contents .product_detail_cart {
  margin-bottom: 20px;
  width: 250px;
}

@media (max-width: 480px) {
  .product_detail .product_detail_contents .product_detail_cart {
    margin: 0 auto 20px;
    width: 70%;
  }
}

.product_detail .product_detail_contents .product_detail_cart a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  padding: 7px 0 5px 15px;
  background: url(../img/cart-mark02.png) no-repeat center left 30px/30px #ff7e02;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 896px) {
  .product_detail .product_detail_contents .product_detail_cart a {
    -webkit-transition: none;
    transition: none;
  }
}

.product_detail .product_detail_contents .product_detail_cart a:hover {
  opacity: 0.7;
}

@media (max-width: 896px) {
  .product_detail .product_detail_contents .product_detail_cart a:hover {
    opacity: 1;
  }
}

.product_detail .product_detail_contents .product_detail_shousai {
  padding-bottom: 20px;
}

.product_detail .product_detail_contents .product_detail_shousai:after {
  content: "";
  display: block;
  clear: both;
}

.product_detail .product_detail_contents .product_detail_shousai dt {
  float: left;
}

.product_detail .product_detail_contents .product_detail_shousai dt:after {
  content: "：";
}

.product_detail .product_detail_contents .product_detail_dagashi {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
  background: rgba(255, 255, 255, 0.8);
}

.product_detail .product_detail_contents .product_detail_dagashi .title {
  margin-bottom: 10px;
}

.product_detail .product_detail_contents .product_detail_dagashi .dagashi_list li {
  font-size: 0.85rem;
}

.product_detail .product_detail_contents .product_detail_info {
  font-size: 0.85rem;
  line-height: 1.5;
  text-indent: -1.1em;
  padding: 10px 0 0 1.1em;
}

/* -------------------
contents5.html */
/* -------------------
contents6.html */
/* .order */
.contents_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .contents_block {
    display: block;
  }
}

.contents_block .contents_set {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 20px 25px;
  width: 30%;
  background: #fff;
}

@media (max-width: 896px) {
  .contents_block .contents_set {
    padding: 30px 20px 25px;
    width: 32%;
  }
}

@media (max-width: 480px) {
  .contents_block .contents_set {
    padding: 25px 20px 20px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contents_block .contents_set:not(:last-child) {
    margin-bottom: 10px;
  }
}

.contents_block .contents_set .contents_set_title {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
}

.contents_block .contents_set .contents_set_title:after {
  height: 3px;
  width: 50px;
  background: #ffcd33;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transfnnorm: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.contents_block .contents_set .order_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents_block .contents_set .order_btn_list li {
  width: 49%;
}

.contents_block .contents_set .order_btn_list li:nth-child(-n + 2) {
  margin-bottom: 2%;
}

.contents_block .contents_set .order_btn_list li a {
  color: #fff;
  font-size: 0.75rem;
  text-decoration: none;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #2d3446;
  padding: 4px 0 4px 15px;
  background: url(../img/arrow02.png) no-repeat center right 10px/5px #2d3446;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 896px) {
  .contents_block .contents_set .order_btn_list li a {
    color: #ff7e02;
    border: 1px solid #ff7e02;
    background: url(../img/arrow03.png) no-repeat center right 10px/5px;
    -webkit-transition: none;
    transition: none;
  }
}

.contents_block .contents_set .order_btn_list li a:hover {
  color: #ff7e02;
  border: 1px solid #ff7e02;
  background: url(../img/arrow03.png) no-repeat center right 10px/5px;
}

.contents_block .contents_set .order_contact {
  text-align: center;
  margin-bottom: 15px;
}

.contents_block .contents_set .order_contact .no {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 7px;
}

.contents_block .contents_set .order_contact .no a {
  color: #2d3447;
  text-decoration: none;
}

.contents_block .contents_set .order_contact .no span {
  font-size: 65%;
}

.contents_block .contents_set .order_contact .no.fax a {
  pointer-events: none;
}

.contents_block .contents_set .time_holiday {
  font-size: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .contents_block .contents_set .time_holiday {
    font-size: 3.3vw;
  }
}

.contents_block .contents_set .order_btn a {
  color: #fff;
  font-size: 0.85rem;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #2d3446;
  padding: 10px 0;
  background: url(../img/arrow02.png) no-repeat center right 20px/7px #2d3446;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 896px) {
  .contents_block .contents_set .order_btn a {
    color: #ff7e02;
    border: 1px solid #ff7e02;
    background: url(../img/arrow03.png) no-repeat center right 20px/7px;
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 480px) {
  .contents_block .contents_set .order_btn a {
    font-size: 0.9rem;
    padding: 11px 0;
  }
}

.contents_block .contents_set .order_btn a:hover {
  color: #ff7e02;
  border: 1px solid #ff7e02;
  background: url(../img/arrow03.png) no-repeat center right 20px/7px;
}

.contents_block.order {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .contents_block.order {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.contents_block.payment {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 50px;
}

@media (max-width: 896px) {
  .contents_block.payment {
    gap: 0 20px;
  }
}

.contents_block.payment .contents_set {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* .cash_on_delivery */
@media (max-width: 480px) {
  .cash_on_delivery {
    font-size: 3.7vw;
  }
}

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

.cash_on_delivery dt {
  font-weight: bold;
  float: left;
}

.cash_on_delivery dt:after {
  content: "：";
}

/* .about_shipping */
.about_shipping {
  line-height: 2;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 900px;
  background: url(../img/background-ptn03.png) repeat;
}

@media (max-width: 480px) {
  .about_shipping {
    line-height: 1.8;
    text-align: left;
    padding: 30px 20px 25px;
    max-width: 100%;
  }
}

.about_shipping span.attent {
  color: #ff0000;
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
  padding-left: 16px;
  text-indent: -16px;
  line-height: 1.6;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .about_shipping span.attent {
    line-height: 1.8;
  }
  .about_shipping span.attent br {
    display: none;
  }
}

/* .postage_list */
.postage_list > li {
  margin-bottom: 10px;
}

/* -------------------
contents7.html */
#contents7 .concept_section {
  background: url(../img/concept-bg01-pc.png) no-repeat center bottom;
}

/* -------------------
MT voice */
/* .voice_list */
.voice_list {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .voice_list {
    margin-bottom: 30px;
    display: block;
  }
}

.voice_list .voice_set {
  margin-bottom: 60px;
  width: 310px;
}

@media (max-width: 896px) {
  .voice_list .voice_set {
    width: 31.33%;
  }
}

@media (max-width: 480px) {
  .voice_list .voice_set {
    width: 100%;
  }
}

.voice_list .voice_set:not(:nth-child(3n)) {
  margin-right: 45px;
}

@media (max-width: 896px) {
  .voice_list .voice_set:not(:nth-child(3n)) {
    margin-right: 3%;
  }
}

@media (max-width: 480px) {
  .voice_list .voice_set:not(:nth-child(3n)) {
    margin: 0 0 30px;
  }
}

.voice_list .voice_set a {
  color: #2d3447;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

@media (max-width: 896px) {
  .voice_list .voice_set a {
    transition: none;
    -webkit-transition: none;
    -ms-transition: none;
  }
}

@media (max-width: 480px) {
  .voice_list .voice_set a .voice_set_inner {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.voice_list .voice_set a .voice_set_inner .voice_set_image {
  border-radius: 10px;
  margin-bottom: 10px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  .voice_list .voice_set a .voice_set_inner .voice_set_image {
    margin-bottom: 0;
    height: 110px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 42%;
  }
}

.voice_list .voice_set a .voice_set_inner .voice_set_image:before {
  height: 100%;
  width: 100%;
  background: rgba(255, 205, 51, 0.1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

@media (max-width: 896px) {
  .voice_list .voice_set a .voice_set_inner .voice_set_image:before {
    content: none;
  }
}

.voice_list .voice_set a .voice_set_inner .voice_set_image img {
  width: 100%;
  display: block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media (max-width: 896px) {
  .voice_list .voice_set a .voice_set_inner .voice_set_image img {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 480px) {
  .voice_list .voice_set a .voice_set_inner .voice_set_image img {
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .voice_list .voice_set a .voice_set_inner .voice_set_contents {
    width: 55%;
  }
}

.voice_list .voice_set a .voice_set_inner .voice_set_contents .voice_set_title {
  font-size: 1.1rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}

@media (max-width: 480px) {
  .voice_list .voice_set a .voice_set_inner .voice_set_contents .voice_set_title {
    font-size: 1rem;
    padding-bottom: 5px;
  }
}

.voice_list .voice_set a .voice_set_inner .voice_set_contents .voice_set_title:after {
  height: 3px;
  width: 50px;
  background: #ffcd33;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 480px) {
  .voice_list .voice_set a .voice_set_inner .voice_set_contents .voice_set_title:after {
    height: 2px;
    width: 30px;
  }
}

.voice_list .voice_set a .voice_set_inner .voice_set_contents .voice_set_detail {
  letter-spacing: 1px;
  line-height: 1.5;
  padding-bottom: 15px;
}

@media (max-width: 480px) {
  .voice_list .voice_set a .voice_set_inner .voice_set_contents .voice_set_detail {
    font-size: 0.8rem;
    line-height: 1.5;
    padding-bottom: 0;
  }
}

.voice_list .voice_set a .voice_set_btn {
  text-align: right;
  border-top: 1px solid #e6e6e6;
  padding: 10px 15px 0 0;
  background: url(../img/arrow01.png) no-repeat bottom 6px right/7px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

@media (max-width: 896px) {
  .voice_list .voice_set a .voice_set_btn {
    transition: none;
    -webkit-transition: none;
    -ms-transition: none;
  }
}

@media (max-width: 480px) {
  .voice_list .voice_set a .voice_set_btn {
    color: #f4a109;
    font-size: 0.85rem;
    background: url(../img/arrow03.png) no-repeat bottom 4px right/7px;
  }
}

.voice_list .voice_set a:hover {
  color: #8e95a8;
}

@media (max-width: 896px) {
  .voice_list .voice_set a:hover {
    color: #2d3447;
  }
}

.voice_list .voice_set a:hover .voice_set_image:before {
  background: rgba(255, 205, 51, 0.5);
}

.voice_list .voice_set a:hover .voice_set_image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 896px) {
  .voice_list .voice_set a:hover .voice_set_image img {
    -webkit-transform: none;
            transform: none;
  }
}

.voice_list .voice_set a:hover .voice_set_btn {
  color: #f4a109;
  background: url(../img/arrow03.png) no-repeat bottom 6px right/7px;
}

/* .voice_detail */
.voice_detail {
  margin: 0 auto;
  padding: 80px 0 60px;
  max-width: 1020px;
}

@media (max-width: 896px) {
  .voice_detail {
    padding: 80px 10px 60px;
  }
}

@media (max-width: 480px) {
  .voice_detail {
    padding: 60px 3%;
    max-width: 100%;
  }
}

.voice_detail .voice_detail_title {
  font-size: 1.5rem;
  letter-spacing: 3px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

@media (max-width: 480px) {
  .voice_detail .voice_detail_title {
    font-size: 1.3rem;
    letter-spacing: 2px;
  }
}

.voice_detail .voice_detail_title:after {
  height: 3px;
  width: 50px;
  background: #ffcd33;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 480px) {
  .voice_detail .voice_detail_title:after {
    height: 2px;
    width: 30px;
  }
}

.voice_detail .voice_detail_inner {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 480px) {
  .voice_detail .voice_detail_inner {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.voice_detail .voice_detail_inner .voice_detail_contents {
  padding-top: 20px;
  width: 55%;
}

@media (max-width: 480px) {
  .voice_detail .voice_detail_inner .voice_detail_contents {
    margin-bottom: 30px;
    padding-top: 0;
    width: 100%;
  }
}

.voice_detail .voice_detail_inner .voice_detail_contents .voice_detail_list dt {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.voice_detail .voice_detail_inner .voice_detail_contents .voice_detail_list dd:not(:last-child) {
  border-bottom: 1px dashed #2d3447;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.voice_detail .voice_detail_inner .voice_detail_image {
  width: 40%;
}

@media (max-width: 480px) {
  .voice_detail .voice_detail_inner .voice_detail_image {
    padding-bottom: 25px;
    width: 100%;
  }
}

.voice_detail .voice_detail_inner .voice_detail_image li {
  height: 300px;
  background: #fff;
  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;
}

@media (max-width: 480px) {
  .voice_detail .voice_detail_inner .voice_detail_image li {
    height: 250px;
  }
}

.voice_detail .voice_detail_inner .voice_detail_image li:focus {
  outline: none;
}

.voice_detail .voice_detail_inner .voice_detail_image li img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}

.voice_detail .voice_detail_inner .voice_detail_image .custom-slick-prev,
.voice_detail .voice_detail_inner .voice_detail_image .custom-slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transfnnorm: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}

.voice_detail .voice_detail_inner .voice_detail_image .custom-slick-prev:hover,
.voice_detail .voice_detail_inner .voice_detail_image .custom-slick-next:hover {
  cursor: pointer;
}

.voice_detail .voice_detail_inner .voice_detail_image .custom-slick-prev {
  left: 0;
}

.voice_detail .voice_detail_inner .voice_detail_image .custom-slick-next {
  right: 0;
}

.voice_detail .voice_detail_inner .voice_detail_image .slick-counter {
  text-align: center;
}

/* -------------------
MT news */
/* .news_list */
.news_list {
  margin: 0 auto;
  max-width: 900px;
}

@media (max-width: 480px) {
  .news_list {
    max-width: 100%;
  }
}

.news_list li {
  border-bottom: 1px solid #2d3447;
}

.news_list li a {
  color: #2d3447;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 40px 15px 25px;
  background: url(../img/arrow01.png) no-repeat center right 25px/7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 896px) {
  .news_list li a {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 480px) {
  .news_list li a {
    padding: 15px 35px 15px 15px;
    background: url(../img/arrow01.png) no-repeat center right 15px/7px;
    display: block;
  }
}

.news_list li a:hover {
  background: url(../img/arrow01.png) no-repeat center right 20px/7px #fff;
}

@media (max-width: 896px) {
  .news_list li a:hover {
    background: url(../img/arrow01.png) no-repeat center right 25px/7px;
  }
}

@media (max-width: 480px) {
  .news_list li a:hover {
    background: url(../img/arrow01.png) no-repeat center right 15px/7px;
  }
}

.news_list li a .news_list_date {
  margin-right: 40px;
}

@media (max-width: 480px) {
  .news_list li a .news_list_date {
    margin-right: 0;
  }
}

/* .news_detail */
.news_detail {
  margin: 0 auto;
  padding: 80px 0 60px;
  max-width: 1020px;
}

@media (max-width: 896px) {
  .news_detail {
    padding: 80px 10px 60px;
  }
}

@media (max-width: 480px) {
  .news_detail {
    padding: 60px 3%;
    max-width: 100%;
  }
}

.news_detail > header {
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
}

@media (max-width: 480px) {
  .news_detail > header {
    padding-bottom: 15px;
  }
}

.news_detail > header:after {
  height: 3px;
  width: 100px;
  background: #ffcd33;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 480px) {
  .news_detail > header:after {
    width: 70px;
  }
}

.news_detail > header .news_detail_title {
  font-size: 1.5rem;
  letter-spacing: 3px;
}

@media (max-width: 480px) {
  .news_detail > header .news_detail_title {
    font-size: 1.2rem;
    letter-spacing: 2px;
    line-height: 1.5;
  }
}

.news_detail .news_detail_inner .news_detail_contents {
  margin-bottom: 60px;
  word-break: break-all;
}

.news_detail .news_detail_inner .news_detail_contents img {
  max-width: 100%;
}

/* -------------------
MT blog */
/* .blog_list */
.blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .blog_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.blog_list li {
  margin-bottom: 60px;
  width: 23.5%;
}

@media (max-width: 480px) {
  .blog_list li {
    width: 48%;
  }
}

.blog_list li:not(:nth-child(4n)) {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .blog_list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

.blog_list li a {
  color: #2d3447;
  text-decoration: none;
  display: block;
}

.blog_list li a .blog_image {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.blog_list li a .blog_image:before {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

@media (max-width: 896px) {
  .blog_list li a .blog_image:before {
    content: none;
  }
}

.blog_list li a .blog_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media (max-width: 896px) {
  .blog_list li a .blog_image img {
    -webkit-transition: none;
    transition: none;
  }
}

.blog_list li a .blog_date,
.blog_list li a .blog_title {
  padding: 0 10px;
}

.blog_list li a .blog_title {
  line-height: 1.5;
}

@media (max-width: 480px) {
  .blog_list li a .blog_title {
    font-size: 0.85rem;
  }
}

.blog_list li a:hover .blog_image:before {
  background: rgba(255, 255, 255, 0.5);
}

.blog_list li a:hover .blog_image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 896px) {
  .blog_list li a:hover .blog_image img {
    -webkit-transform: none;
            transform: none;
  }
}

.blog_list li a:hover .blog_title {
  text-decoration: underline;
}

/* .blog_detail */
.blog_detail {
  margin: 0 auto;
  padding: 80px 0 60px;
  max-width: 1020px;
}

@media (max-width: 896px) {
  .blog_detail {
    padding: 80px 10px 60px;
  }
}

@media (max-width: 480px) {
  .blog_detail {
    padding: 60px 3%;
    max-width: 100%;
  }
}

.blog_detail > header {
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
}

@media (max-width: 480px) {
  .blog_detail > header {
    padding-bottom: 15px;
  }
}

.blog_detail > header:after {
  height: 3px;
  width: 100px;
  background: #ffcd33;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 480px) {
  .blog_detail > header:after {
    width: 70px;
  }
}

.blog_detail > header .blog_detail_title {
  font-size: 1.5rem;
  letter-spacing: 3px;
}

@media (max-width: 480px) {
  .blog_detail > header .blog_detail_title {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
}

.blog_detail .blog_detail_inner .blog_detail_contents {
  margin-bottom: 60px;
  word-break: break-all;
}

.blog_detail .blog_detail_inner .blog_detail_contents img {
  max-width: 100%;
}

/* PageList */
#PageList {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 8px;
  width: 600px;
}

@media (max-width: 480px) {
  #PageList {
    width: 100%;
  }
}

#PageList:after {
  content: " ";
  display: block;
  clear: both;
}

#PageList li {
  margin: 0 10px 0 0;
  padding: 0;
  display: inline;
}

@media (max-width: 480px) {
  #PageList li {
    text-align: center;
    display: block;
  }
}

#PageList li a {
  text-decoration: none;
  padding: 6px 14px;
}

#PageList li.next a, #PageList li.prev a {
  color: #000;
}

@media (max-width: 480px) {
  #PageList li.pagelist {
    padding: 10px 0;
  }
}

#PageList li.pagelist a {
  color: #000;
  border: 1px solid #000;
}

#PageList li.pagelist .current_page {
  text-decoration: none;
  font-size: 110%;
  color: #fff;
  padding: 4px 14px;
  background: #f4a109;
  display: inline-block;
}
/*# sourceMappingURL=contents.css.map */