@charset "UTF-8";

/* webfont */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Raleway:500&display=swap');

body, input, textarea, button {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','HiraKakuProN-W3','ヒラギノ角ゴシック W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
html {
  font-size: 62.5%;
}
body {
  font-size:1.6rem;/* 16px*/
  min-height: 100vh;
}
* {
  box-sizing: border-box;
}
/* 必須マーク調整*/
.m-inputCustomerInfo.u-2cols-container .o-require {
  height: auto;
}
/*===============================================================
sri_header
===============================================================*/
.sri_header {
  position: relative;
  background: #000000;
  z-index: 2000;
}

.sri_header_top {
  position: relative;
  background: #000000;
}

@media screen and (min-width: 769px) {
  .sri_header_top {
    -webkit-box-shadow: 0 0 8px rgba(5, 79, 114, 0.3);
            box-shadow: 0 0 8px rgba(5, 79, 114, 0.3);
    z-index: 1;
  }
}

.sri_header_nav {
  position: relative;
  background: #000000;
}

@media screen and (min-width: 769px) {
  .sri_header_nav {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .sri_header_nav {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    border-top: 1px solid #fff;
    z-index: 2;
  }
}

/*===============================================================
sri_logo
===============================================================*/
@media screen and (max-width: 768px) {
  .sri_logo {
    max-width: 150px;
  }
}

.sri_logo a {
  display: block;
}

.sri_logo img {
  max-width: 100%;
  height: auto;
}

/*===============================================================
sri_h-util
===============================================================*/
.sri_h-util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1300px;
  margin: auto;
  padding: 13px 20px 11px;
}

@media screen and (max-width: 768px) {
  .sri_h-util {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .sri_h-util_logo {
    padding: 7px 0 6px 10px;
  }
}

@media screen and (max-width: 768px) {
  .sri_h-util_links {
    display: none;
  }
}

.sri_h-util_tgl {
  display: none;
}

@media screen and (max-width: 768px) {
  .sri_h-util_tgl {
    display: block;
  }
}

/*===============================================================
sri_h-links
===============================================================*/
@media screen and (min-width: 769px) {
  .sri_h-links-sp {
    display: none;
  }
}

.sri_h-links_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .sri_h-links_body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px 10px 15px;
  }
}

.sri_h-links_item {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sri_h-links_item {
    width: 50%;
    margin-top: 10px;
    padding: 0 5px;
  }
}

.sri_h-links_item + .sri_h-links_item {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .sri_h-links_item + .sri_h-links_item {
    margin-left: 0;
  }
}

.sri_h-links_link {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sri_h-links_link {
    display: block;
    padding: 14px 10px;
    background: #fff;
    color: #000000;
    text-align: center;
  }
}

.sri_h-links_link:link, .sri_h-links_link:visited, .sri_h-links_link:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sri_h-links_link:link, .sri_h-links_link:visited, .sri_h-links_link:hover {
    color: #000000;
  }
}

.sri_h-links_link:hover {
  opacity: .6;
}

/*-------------------------------------------------------------
icon
-------------------------------------------------------------*/
.icon-mypage,
.icon-cart,
.icon-mail,
.icon-login {
  position: relative !important;
}

.icon-mypage:before,
.icon-cart:before,
.icon-mail:before,
.icon-login:before {
  content: "" !important;
  display: inline-block !important;
  margin: -2px 10px 0 0 !important;
  background: url("/image/sri_head_icon") no-repeat !important;
  background-size: auto !important;
  vertical-align: middle !important;
}

@media screen and (max-width: 768px) {
  .icon-mypage:before,
  .icon-cart:before,
  .icon-mail:before,
  .icon-login:before {
    background-image: url("/image/sri_head_icon_sp") !important;
  }
}

.icon-mypage:before {
  width: 16px !important;
  height: 16px !important;
  background-position: 0 0 !important;
}

@media screen and (max-width: 768px) {
  .icon-mypage:before {
    width: 20px !important;
    height: 20px !important;
    background-position: 0 0 !important;
    background-size: 105% 375% !important;
  }
}

.icon-cart:before {
  width: 19px !important;
  height: 18px !important;
  background-position: 0 -16px !important;
}

@media screen and (max-width: 768px) {
  .icon-cart:before {
    width: 21px !important;
    height: 20px !important;
    background-position: 0 -20px !important;
    background-size: 100% 375% !important;
  }
}

.icon-mail:before {
  width: 18px !important;
  height: 14px !important;
  background-position: 0 -34px !important;
}

@media screen and (max-width: 768px) {
  .icon-mail:before {
    width: 20px !important;
    height: 15px !important;
    background-position: 0 -40px !important;
    background-size: 105% 500% !important;
  }
}

.icon-login:before {
  width: 14px !important;
  height: 16px !important;
  background-position: 0 -48px !important;
}

@media screen and (max-width: 768px) {
  .icon-login:before {
    width: 18px !important;
    height: 20px !important;
    background-position: 0 -55px !important;
    background-size: 116.66667% 375% !important;
  }
}

/*===============================================================
sri_navTgl
===============================================================*/
.sri_navTgl {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sri_navTgl_line {
  position: absolute;
  width: 24px;
  height: 2px;
  left: 18px;
  background: #fff;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.sri_navTgl_line:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.sri_navTgl_line:nth-child(2) {
  top: 22px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.sri_navTgl_line:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.sri_navTgl.is-open .sri_navTgl_line:nth-child(1) {
  width: 30px;
  top: 22px;
  left: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sri_navTgl.is-open .sri_navTgl_line:nth-child(2) {
  width: 0;
}

.sri_navTgl.is-open .sri_navTgl_line:nth-child(3) {
  width: 30px;
  top: 22px;
  left: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sri_navTgl_text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 39px;
  font-size: 10px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

/*===============================================================
sri_nav
===============================================================*/
.sri_nav {
  max-width: 1300px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .sri_nav {
    border-top: 1px solid #fff;
  }
}

.sri_nav_body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .sri_nav_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sri_nav_item {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sri_nav_item {
    width: 100%;
  }
  .sri_nav_item + .sri_nav_item {
    border-top: 1px solid #fff;
  }
}

.sri_nav_link {
  position: relative;
  display: block;
  padding: 20px 21px 18px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .sri_nav_link {
    padding: 15px 15px 13px;
  }
}

.sri_nav_item.has-child .sri_nav_link {
  padding: 20px 42px 18px 21px;
}

@media screen and (max-width: 768px) {
  .sri_nav_item.has-child .sri_nav_link {
    padding: 15px 42px 13px 15px;
  }
}

.sri_nav_link:link, .sri_nav_link:visited {
  color: #fff;
  text-decoration: none;
}

.sri_nav_item.has-child .sri_nav_link:after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: -4px;
  bottom: 0;
  right: 20px;
  margin: auto;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color .1s linear;
  transition: border-color .1s linear;
}

@media screen and (max-width: 768px) {
  .sri_nav_item.has-child .sri_nav_link:after {
    width: 9px;
    height: 9px;
    right: 21px;
  }
  .sri_nav_item.has-child .sri_nav_link.active:after {
    top: 4px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

@media screen and (min-width: 769px) {
  .sri_nav_item.is-active .sri_nav_link {
    background: #fff;
    color: #333;
  }
  .sri_nav_item.is-active .sri_nav_link:after {
    border-color: #333;
  }
}

@media screen and (min-width: 769px) {
  .sri_nav_link:hover {
    background: #fff;
    color: #333;
  }
  .sri_nav_link:hover:after {
    border-color: #333;
  }
}

.sri_nav_child {
  display: none;
}

@media screen and (min-width: 769px) {
  .sri_nav_child {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
}

/*===============================================================
sri_navChild
===============================================================*/
.sri_nav_child-content {
  background: #000000;
  padding: 0;
  display: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sri_nav_child-content .sri_navCard_ttl {
  padding: 15px;
  width: 230px;
  height: 100%;
  position: relative;
  text-align: center;
}
.sri_nav_child-content .sri_navCard_ttl p {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
}
.sri_nav_child-content .sri_navCard_ttl a {
  margin: 20px auto;
  padding: 10px;
  width: 100px;
  color: #000000;
  background: #fff;
  font-size: 1.1rem;
  display: block;
  text-decoration: none;
}
.sri_nav_child-content > ul {
  width: calc( 100% - 230px );
  padding: 30px 0 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
}
.sri_nav_child-content > ul > li {
  width: calc( 100% / 3 - 31px );
  margin: 0 30px 20px 0;
}
.sri_nav_child-content > ul a {
  color: #666;
  padding: 7px 20px;
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 4px;
  height: 100%;
}
.sri_nav_child-content > ul a:before {
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  background: #f4ba1d;
  position: absolute;
  top: calc( 8px + 0.5em );
  left: 0px;
}
@media screen and (min-width: 769px) {
  .sri_nav_child-content > ul a:hover {
    background: #f4f4f4;
  }
}
@media screen and (max-width: 768px) {
  .sri_nav_child-content {
    width: 100%;
    background: #fff;
    display: block;
  }
  .sri_nav_child-content > ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .sri_nav_child-content > ul > li {
    width: 100%;
    margin: 0;
  }
  .sri_nav_child-content .sri_navCard_ttl_sp,
  .sri_nav_child-content > ul > li:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .sri_nav_child-content a {
    border-radius: 0;
    height: auto;
  }
  .sri_nav_child-content .sri_navCard_ttl_sp {
    color: #444;
    padding: 15px 20px;
    display: block;
    text-decoration: none;
    background: #f4f4f4;
  }
  .sri_nav_child-content > ul a {
    padding: 15px 20px;
  }
  .sri_nav_child-content > ul a:before {
    top: calc( 16px + 0.5em );
  }
}

/*===============================================================
sri_overlay
===============================================================*/
.sri_overlay {
  display: none;
}

@media screen and (max-width: 768px) {
  .sri_overlay {
    position: absolute;
    width: 100%;
    min-width: 100vw;
    height: 100%;
    min-height: 100vh;
    background: #000;
    opacity: .6;
    z-index: 1999;
  }
}

.footer_wrp {
  padding: 0 !important;
}

.footer_wrp .content_width {
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer_wrp .free_area {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}

.footer_wrp .footer {
  display: none;
}

/*===============================================================
sri_footer
===============================================================*/
.footer_wrp .content_width {
  background: #f4ba1d;
}
.sri_footer {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1300px;
  margin: auto;
  padding: 13px 20px;
}
/* SNSアイコン */
.sri_footer .footer-sns {
  padding: 0 0 10px 0;
  width: 100%;
}
.sri_footer .footer-sns img {
  vertical-align: middle;
  display: inline-block;
  margin: 0 20px 0 0;
}
.sri_footer .footer-sns img#sns-youtube {
  width: 45.41px;
  height: 32px;
}
.sri_footer .footer-sns img#sns-facebook {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 1024px) {
  .sri_footer {
    padding: 13px 20px 0;
  }
  .sri_footer .sri_f-links {
    width: 100%;
    padding: 0 0 13px;
  }
  .sri_copyright {
    width: calc( 100% + 40px );
    margin: 0 -20px;
    padding: 9px 10px 7px;
    border-top: 1px solid #fffffff;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .sri_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sri_f-links {
    padding: 10px 10px 18px;
    box-sizing: border-box;
  }
}
/*===============================================================
sri_footer
===============================================================*/
.sri_f-links {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px -13px 0;
}
.sri_f-links_item {
  margin: 5px 0 0;
  padding: 0 13px;
  box-sizing: border-box;
}
.sri_f-links_link {
  font-size: 13px;
  line-height: 1.5;
  color: #707070;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sri_f-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sri_f-links_item {
    width: 50%;
    margin: 12px 0 0;
    padding-left: 0;
  }
  .sri_f-links_link {
    font-size: 12px;
  }
}
.sri_f-links_link:link, .sri_f-links_link:visited {
  color: #707070;
  text-decoration: none;
}

.sri_f-links_link:hover {
  color: #707070;
  text-decoration: underline;
}

/*===============================================================
sri_copyright
===============================================================*/
.sri_copyright {
  font-size: 13px;
  line-height: 1.5;
  color: #707070;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sri_copyright {
    font-size: 12px;
  }
}

/*===============================================================
btn_pagetop
===============================================================*/
#btn_pagetop a {
  background: #000000;
}

#btn_pagetop a:hover {
  background: #000000;
  opacity: .6 !important;
}

#btn_pagetop a:after {
  border-color: #fff;
}

.section_wrp {
  margin: 0 !important;
}

/*===============================================================
sri_section
===============================================================*/
.sri_section.is-white {
  background: #fff;
}

.sri_section.is-gray {
  background: #f5f5f5;
}

.sri_section.is-bgNetwork {
  background: url("/image/sri_bgNetwork") center center no-repeat;
  background-size: cover;
}

.sri_section_inner {
  max-width: 1080px;
  margin: auto;
  padding: 60px 10px;
}

@media screen and (max-width: 768px) {
  .sri_section_inner {
    padding: 40px 10px;
  }
}

.sri_section.is-bnrArea .sri_section_inner {
  padding: 40px 10px;
}

@media screen and (max-width: 768px) {
  .sri_section.is-bnrArea .sri_section_inner {
    padding: 10px;
  }
}

.sri_section.is-entry .sri_section_inner {
  padding: 65px 10px 76px;
}

@media screen and (max-width: 768px) {
  .sri_section.is-entry .sri_section_inner {
    padding: 36px 10px 50px;
  }
}

.sri_bnrArea img {
  max-width: 100%;
  height: auto;
}

/*===============================================================
sri_mvSection
===============================================================*/
.sri_mvSection_inner {
  max-width: 1920px;
  margin: auto;
}

/*===============================================================
sri_mvSlider
===============================================================*/
.sri_mvSlider {
  position: relative;
}

@media screen and (max-width: 768px) {
  .sri_mvSlider {
    padding-bottom: 34px;
  }
}

.sri_mvSlider .bx-wrapper {
  padding: 0;
}

.sri_mvSlider_card {
  display: block;
}

.sri_mvSlider_card img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

a.sri_mvSlider_card {
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

a.sri_mvSlider_card:hover {
  opacity: .6;
}

.sri_mvSlider_btn {
  position: absolute;
  top: calc(50% - 30px);
}

@media screen and (max-width: 768px) {
  .sri_mvSlider_btn {
    top: calc(50% - 32px);
  }
}

.sri_mvSlider_btn a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: #000;
  border: none;
  border-radius: 50%;
  outline: none;
  font-size: 0;
  opacity: .4;
  cursor: pointer;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

@media screen and (max-width: 768px) {
  .sri_mvSlider_btn a {
    width: 30px;
    height: 30px;
  }
}

.sri_mvSlider_btn a:hover {
  opacity: .6;
}

.sri_mvSlider_btn a:after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: solid #fff;
  border-width: 2px 0 0 2px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sri_mvSlider_btn a:after {
    width: 8px;
    height: 8px;
  }
}

.sri_mvSlider_btn.is-prev {
  left: 10px;
}

.sri_mvSlider_btn.is-prev a:after {
  left: 8px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .sri_mvSlider_btn.is-prev a:after {
    left: 4px;
  }
}

.sri_mvSlider_btn.is-next {
  right: 10px;
}

.sri_mvSlider_btn.is-next a:after {
  right: 8px;
  transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .sri_mvSlider_btn.is-next a:after {
    right: 4px;
  }
}

.sri_mvSlider_control {
  position: absolute;
  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;
  width: 100%;
  bottom: -24px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .sri_mvSlider_control {
    bottom: 0px;
  }
}

/*-------------------------------------------------------------
sri_mvPager
-------------------------------------------------------------*/
.sri_mvPager {
  position: relative;
}

@media screen and (min-width: 769px) {
  .sri_mvPager {
    top: -40px;
  }
}

.sri_mvPager .bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sri_mvPager .bx-pager-item + .bx-pager-item {
  margin-left: 5px;
}

.sri_mvPager .bx-pager-link {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  font-size: 0;
}

.sri_mvPager .bx-pager-link:before, .sri_mvPager .bx-pager-link:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}

.sri_mvPager .bx-pager-link:before {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .sri_mvPager .bx-pager-link:before {
    width: 11px;
    height: 11px;
  }
}

.sri_mvPager .bx-pager-link:after {
  width: 10px;
  height: 10px;
  background: #d9d9d9;
}

.sri_mvPager .bx-pager-link.active:before {
  opacity: 1;
}

.sri_mvPager .bx-pager-link.active:after {
  width: 8px;
  height: 8px;
  background-color: #333;
}

/*-------------------------------------------------------------
sri_mvTgl
-------------------------------------------------------------*/
.sri_mvTgl {
  position: relative;
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .sri_mvTgl {
    top: -40px;
  }
}

.sri_mvTgl .bx-controls-auto .bx-start,
.sri_mvTgl .bx-controls-auto .bx-stop {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  background: #333;
  border: none;
  border-radius: 0;
  font-size: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.sri_mvTgl .bx-controls-auto .bx-start:before, .sri_mvTgl .bx-controls-auto .bx-start:after,
.sri_mvTgl .bx-controls-auto .bx-stop:before,
.sri_mvTgl .bx-controls-auto .bx-stop:after {
  position: absolute;
  content: "";
  display: block;
  top: 7px;
}

.sri_mvTgl .bx-controls-auto .bx-start:before, .sri_mvTgl .bx-controls-auto .bx-start:after {
  width: 0;
  height: 0;
  left: 8px;
  background: none;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

.sri_mvTgl .bx-controls-auto .bx-stop:before, .sri_mvTgl .bx-controls-auto .bx-stop:after {
  width: 3px;
  height: 10px;
  background: #fff;
}

.sri_mvTgl .bx-controls-auto .bx-stop:before {
  left: 8px;
}

.sri_mvTgl .bx-controls-auto .bx-stop:after {
  left: 13px;
}

/*===============================================================
sri_mainArea
===============================================================*/
.sri_mainArea * + p {
  margin-top: 20px;
}

.sri_mainArea_inner {
  max-width: 1300px;
  margin: auto;
  padding: 17px 0 80px;
}
@media screen and (max-width: 1380px) {
  .sri_mainArea_inner {
    max-width: 100%;
    padding: 17px 40px 80px;
  }
}
@media screen and (max-width: 768px) {
  .sri_mainArea_inner {
    padding: 13px 20px 80px;
  }
}
@media screen and (max-width: 480px) {
  .sri_mainArea_inner {
    padding: 13px 10px 80px;
  }
}

/*===============================================================
sri_list
===============================================================*/
.sri_breadCrumb {
  margin: 0 0 10px 0;
}

/*===============================================================
sri_listBreadCrumb
===============================================================*/
.sri_listBreadCrumb {
  letter-spacing: -.34em;
}

.sri_listBreadCrumb_item {
  position: relative;
  display: inline;
  letter-spacing: normal;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .sri_listBreadCrumb_item {
    font-size: 12px;
  }
}

.sri_listBreadCrumb_item + .sri_listBreadCrumb_item {
  margin-left: 6px;
}

.sri_listBreadCrumb_item + .sri_listBreadCrumb_item:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: -2px 16px 0 0;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: middle;
  letter-spacing: -.34em;
}

@media screen and (max-width: 768px) {
  .sri_listBreadCrumb_item + .sri_listBreadCrumb_item:before {
    width: 4px;
    height: 4px;
    margin-right: 14px;
    border-width: 0 1px 1px 0;
  }
}

.sri_listBreadCrumb_item_link {
  color: #000000;
  text-decoration: none;
}

/*====パンくず、ホームの色=====*/
.sri_listBreadCrumb_item_link:link, .sri_listBreadCrumb_item_link:visited {
  color: #666666;
  text-decoration: none;
}

.sri_listBreadCrumb_item_link:hover {
  color: #000000;
  text-decoration: underline;
}

/*===============================================================
sri_heading
===============================================================*/
/* h1 */
.sri_heading1 {
  margin: 0 0 33px;
  padding: 23px 0 25px;
  border-top: 4px solid #000000;
  border-bottom: 1px solid #d9d9d9;
  font-size: 34px;
  line-height: 1.36;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sri_heading1 {
    padding: 14px 0 15px;
    font-size: 32px;
  }
}

* + .sri_heading1 {
  margin-top: 54px;
}

@media screen and (max-width: 768px) {
  * + .sri_heading1 {
    margin-top: 37px;
  }
}

.sri_heading1.is-blue {
  border-top-color: #1386a5;
}

.sri_heading1.is-red {
  border-top-color: #861718;
}

.sri_heading1.is-lightblue {
  border-top-color: #3498db;
}

.sri_heading1.is-gray {
  border-top-color: #666666;
}

/* h2 */
.sri_heading2 {
  margin: 0 0 20px;
  padding: 11px 20px;
  background: #000000;
  color: #fff;
  font-size: 28px;
  line-height: 1.28;
}

@media screen and (max-width: 768px) {
  .sri_heading2 {
    margin-bottom: 17px;
    padding: 11px 13px;
    font-size: 25px;
  }
}

* + .sri_heading2 {
  margin-top: 59px;
}

@media screen and (max-width: 768px) {
  * + .sri_heading2 {
    margin-top: 39px;
  }
}

.sri_heading2.is-blue {
  background-color: #1386a5;
}

.sri_heading2.is-red {
  background-color: #861718;
}

.sri_heading2.is-lightblue {
  background-color: #3498db;
}

.sri_heading2.is-gray {
  background-color: #666666;
}

/* h3 */
.sri_heading3 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 11px;
  border: none;
  border-bottom: 2px solid #000000;
  font-size: 24px;
  line-height: 1.34;
  color: #333;
}

@media screen and (max-width: 768px) {
  .sri_heading3 {
    margin-bottom: 14px;
    padding-bottom: 8px;
    font-size: 19px;
  }
}

* + .sri_heading3 {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  * + .sri_heading3 {
    margin-top: 27px;
  }
}

.sri_heading3.is-blue {
  border-bottom-color: #1386a5;
}

.sri_heading3.is-red {
  border-bottom-color: #861718;
}

.sri_heading3.is-lightblue {
  border-bottom-color: #3498db;
}

.sri_heading3.is-gray {
  border-bottom-color: #666666;
}

/* h4 */
.sri_heading4 {
  margin: 0 0 13px;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sri_heading4 {
    margin-bottom: 8px;
    font-size: 15px;
  }
}

* + .sri_heading4 {
  margin-top: 38px;
}

@media screen and (max-width: 768px) {
  * + .sri_heading4 {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .sri_heading4 + p {
    margin-top: 8px;
  }
}

.sri_hr {
  height: 0;
  margin: 37px 0 32px;
  padding: 0;
  border: none;
  border-top: 1px dotted #ccc;
}

@media screen and (max-width: 768px) {
  .sri_hr {
    margin: 25px 0 20px;
  }
}

/*===============================================================
sri_list
===============================================================*/
.sri_list {
  margin: 0;
  padding: 0;
}

.sri_list > li {
  position: relative;
  padding: 0 0 0 22px;
}

.sri_list > li + li {
  margin-top: 10px;
}

.sri_list > li:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 8px;
  background: #000000;
}

.sri_list > li .sri_list > li:before {
  background-color: #ccc;
}

.sri_list.is-blue > li:before {
  background-color: #1386a5;
}

.sri_list.is-red > li:before {
  background-color: #861718;
}

.sri_list.is-lightblue > li:before {
  background-color: #3498db;
}

.sri_list.is-gray > li:before {
  background-color: #666666;
}

/*===============================================================
sri_columnList
===============================================================*/
.sri_columnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.sri_columnList > li {
  position: relative;
  width: 50%;
  padding: 0 0 0 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sri_columnList > li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sri_columnList > li + li {
    margin-top: 10px;
  }
}

.sri_columnList > li:nth-child(n+3) {
  margin-top: 10px;
}

.sri_columnList > li:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 8px;
  background: #000000;
}

.sri_columnList.is-blue > li:before {
  background-color: #1386a5;
}

.sri_columnList.is-red > li:before {
  background-color: #861718;
}

.sri_columnList.is-lightblue > li:before {
  background-color: #3498db;
}

.sri_columnList.is-gray > li:before {
  background-color: #666666;
}

/*===============================================================
sri_noteList
===============================================================*/
.sri_noteList {
  margin: 0;
  padding: 0;
}

.sri_noteList > li {
  padding-left: 1.5em;
}

.sri_noteList > li + li {
  margin-top: 10px;
}

.sri_noteList > li:before {
  content: "※";
  display: inline-block;
  margin: 0 .5em 0 -1.5em;
}

/*===============================================================
sri_linkList
===============================================================*/
.sri_linkList {
  margin: 0;
  padding: 0;
}

.sri_linkList > li {
  position: relative;
  padding-left: 17px;
}

.sri_linkList > li + li {
  margin-top: 10px;
}

.sri_linkList > li:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  top: 6px;
  left: 0;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sri_linkList > li > a {
  color: #333;
  text-decoration: none;
}

.sri_linkList > li > a:link, .sri_linkList > li > a:visited {
  color: #333;
  text-decoration: none;
}

.sri_linkList > li > a:hover {
  color: #333;
  text-decoration: underline;
}

.sri_linkList > li.is-blue:before {
  border-color: #1386a5;
}

.sri_linkList > li.is-red:before {
  border-color: #861718;
}

.sri_linkList > li.is-lightblue:before {
  border-color: #3498db;
}

.sri_linkList > li.is-gray:before {
  border-color: #666666;
}

/*===============================================================
sri_orderList
===============================================================*/
.sri_orderList {
  margin-left: 17px;
  list-style: decimal;
}

.sri_orderList > li {
  list-style: inherit;
  padding-left: 7px;
}

.sri_orderList > li + li {
  margin-top: 10px;
}

/*-------------------------------------------------------------
margin
-------------------------------------------------------------*/
* + .sri_list, * + .sri_columnList, * + .sri_noteList, * + .sri_orderList, * + .sri_linkList {
  margin-top: 25px;
}

.sri_list + .sri_list, .sri_columnList + .sri_list, .sri_noteList + .sri_list, .sri_orderList + .sri_list, .sri_linkList + .sri_list, .sri_list + .sri_columnList, .sri_columnList + .sri_columnList, .sri_noteList + .sri_columnList, .sri_orderList + .sri_columnList, .sri_linkList + .sri_columnList, .sri_list + .sri_noteList, .sri_columnList + .sri_noteList, .sri_noteList + .sri_noteList, .sri_orderList + .sri_noteList, .sri_linkList + .sri_noteList, .sri_list + .sri_orderList, .sri_columnList + .sri_orderList, .sri_noteList + .sri_orderList, .sri_orderList + .sri_orderList, .sri_linkList + .sri_orderList, .sri_list + .sri_linkList, .sri_columnList + .sri_linkList, .sri_noteList + .sri_linkList, .sri_orderList + .sri_linkList, .sri_linkList + .sri_linkList {
  margin-top: 30px;
}

.sri_list > li .sri_list, .sri_columnList > li .sri_list, .sri_noteList > li .sri_list, .sri_orderList > li .sri_list, .sri_linkList > li .sri_list, .sri_list > li .sri_columnList, .sri_columnList > li .sri_columnList, .sri_noteList > li .sri_columnList, .sri_orderList > li .sri_columnList, .sri_linkList > li .sri_columnList, .sri_list > li .sri_noteList, .sri_columnList > li .sri_noteList, .sri_noteList > li .sri_noteList, .sri_orderList > li .sri_noteList, .sri_linkList > li .sri_noteList, .sri_list > li .sri_orderList, .sri_columnList > li .sri_orderList, .sri_noteList > li .sri_orderList, .sri_orderList > li .sri_orderList, .sri_linkList > li .sri_orderList, .sri_list > li .sri_linkList, .sri_columnList > li .sri_linkList, .sri_noteList > li .sri_linkList, .sri_orderList > li .sri_linkList, .sri_linkList > li .sri_linkList {
  margin-top: 10px;
}

/*===============================================================
sri_table
===============================================================*/
.sri_table {
  border: none;
}

.sri_table th, .sri_table td {
  display: table-cell;
  width: auto;
  padding: 19px 13px 17px;
  border: none;
  vertical-align: middle;
}

.sri_table th {
  background: #e8e8e8;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.sri_table td {
  background: #f5f5f5;
}

.sri_table > thead > tr > th {
  background-color: #000000;
  color: #fff;
}

.sri_table > thead > tr > th + th {
  border-left: 1px solid #fff;
}

.sri_table > tbody > tr > th + th, .sri_table > tbody > tr > th + td, .sri_table > tbody > tr > td + th, .sri_table > tbody > tr > td + td {
  border-left: 1px solid #ccc;
}

.sri_table > tbody > tr + tr > th, .sri_table > tbody > tr + tr > td {
  border-top: 1px solid #ccc;
}

.sri_table.is-blue > thead > tr > th {
  background-color: #1386a5;
}

.sri_table.is-red > thead > tr > th {
  background-color: #861718;
}

.sri_table.is-lightblue > thead > tr > th {
  background-color: #3498db;
}

.sri_table.is-gray > thead > tr > th {
  background-color: #666666;
}

/*===============================================================
sri_grid
===============================================================*/
* + .sri_grid {
  margin-top: 30px;
}

.sri_grid + .sri_grid {
  margin-top: 20px;
}

.sri_grid img {
  max-width: 100%;
  height: auto;
}

.sri_grid_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -10px 0;
}

.sri_grid_item {
  margin: 20px 0 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sri_grid_item.is-width1 {
  width: 8.33333%;
}

@media screen and (max-width: 768px) {
  .sri_grid_item.is-width1 {
    width: 100%;
  }
}

.sri_grid_item.is-width2 {
  width: 16.66667%;
}

@media screen and (max-width: 768px) {
  .sri_grid_item.is-width2 {
    width: 100%;
  }
}

.sri_grid_item.is-width3 {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .sri_grid_item.is-width3 {
    width: 100%;
  }
}

.sri_grid_item.is-width4 {
  width: 33.33333%;
}

@media screen and (max-width: 768px) {
  .sri_grid_item.is-width4 {
    width: 100%;
  }
}

.sri_grid_item.is-width5 {
  width: 41.66667%;
}

@media screen and (max-width: 768px) {
  .sri_grid_item.is-width5 {
    width: 100%;
  }
}

.sri_grid_item.is-width6 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .sri_grid_item.is-width6 {
    width: 100%;
  }
}

.sri_grid_item.is-width7 {
  width: 58.33333%;
}

@media screen and (max-width: 768px) {
  .sri_grid_item.is-width7 {
    width: 100%;
  }
}

.sri_grid_item.is-width8 {
  width: 66.66667%;
}

@media screen and (max-width: 768px) {
  .sri_grid_item.is-width8 {
    width: 100%;
  }
}

.sri_grid_item.is-width9 {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .sri_grid_item.is-width9 {
    width: 100%;
  }
}

.sri_grid_item.is-width10 {
  width: 83.33333%;
}

@media screen and (max-width: 768px) {
  .sri_grid_item.is-width10 {
    width: 100%;
  }
}

.sri_grid_item.is-width11 {
  width: 91.66667%;
}

@media screen and (max-width: 768px) {
  .sri_grid_item.is-width11 {
    width: 100%;
  }
}

.sri_grid_item.is-width12 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sri_grid_item.is-width12 {
    width: 100%;
  }
}

/*===============================================================
sri_imgGrid
===============================================================*/
* + .sri_imgGrid {
  margin-top: 30px;
}

.sri_imgGrid img {
  max-width: 100%;
  height: auto;
}

.sri_imgGrid_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px -15px 0;
}

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

.sri_imgGrid_img {
  width: 390px;
}

.sri_imgGrid_text {
  width: calc(100% - 390px);
}

.sri_imgGrid_img,
.sri_imgGrid_text {
  margin: 30px 0 0;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sri_imgGrid_img,
  .sri_imgGrid_text {
    width: 100%;
    margin-top: 15px;
  }
}

/*===============================================================
sri_imgGrid
===============================================================*/
.sri_caption {
  font-size: 13px;
  line-height: 1.7;
}

/*===============================================================
sri_grid
===============================================================*/
.sri_paintBox {
  padding: 20px 27px 23px;
  background: #fff;
  border: 2px solid #000000;
}

* + .sri_paintBox {
  margin-top: 30px;
}

.sri_paintBox + .sri_paintBox {
  margin-top: 20px;
}

.sri_paintBox.is-blue {
  border-color: #1386a5;
}

.sri_paintBox.is-red {
  border-color: #861718;
}

.sri_paintBox.is-lightblue {
  border-color: #3498db;
}

.sri_paintBox.is-gray {
  border-color: #666666;
}

.sri_paintBox.is-bgSkyblue {
  background-color: #dcfafc;
  border-color: #dcfafc;
}

.sri_paintBox.is-bgGray {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

/*===============================================================
sri_btn
===============================================================*/
.sri_btnWrap {
  text-align: center;
}

* + .sri_btnWrap {
  margin-top: 21px;
}

@media screen and (max-width: 768px) {
  * + .sri_btnWrap {
    margin-top: 16px;
  }
}

.sri_btnWrap + .sri_btnWrap {
  margin-top: 40px;
}

.sri_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 360px;
  margin: auto;
  padding: 15px 10px 17px;
  background: #000000;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sri_btn:link, .sri_btn:visited, .sri_btn:hover {
  color: #fff;
  text-decoration: none;
}

.sri_btn:hover {
  opacity: .6;
}

.sri_btn.is-small {
  max-width: 320px;
  font-size: 18px;
  line-height: 1.44;
}

.sri_btn.is-large {
  max-width: 400px;
  padding: 17px 10px 18px;
  font-size: 24px;
  line-height: 1.33;
}

.sri_btn.is-xlarge {
  max-width: 400px;
  padding: 19px 10px;
  font-size: 32px;
  line-height: 1.125;
}

@media screen and (max-width: 768px) {
  .sri_btn.is-xlarge {
    padding: 16px 10px;
    font-size: 28px;
    line-height: 1.07;
  }
}

.sri_btn.is-blue {
  background-color: #1386a5;
}

.sri_btn.is-red {
  background-color: #861718;
}

.sri_btn.is-lightblue {
  background-color: #3498db;
}

.sri_btn.is-gray {
  background-color: #666666;
}

.sri_btn.is-linkBtn {
  max-width: 400px;
  padding: 16px 10px 13px;
  background: #fff;
  border: 1px solid #d9d9d9;
  font-size: 18px;
  color: #333;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .sri_btn.is-linkBtn {
    padding: 13px 10px;
    font-size: 16px;
  }
}

.sri_btn.is-linkBtn:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  top: 2px;
  bottom: 0;
  right: 17px;
  margin: auto;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .sri_btn.is-linkBtn:after {
    width: 8px;
    height: 8px;
    top: 0;
    right: 15px;
  }
}

/*===============================================================
sri_caseList
===============================================================*/
.sri_caseList_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -10px 0;
}

.sri_caseList_item {
  width: 50%;
  margin: 20px 0 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/*-------------------------------------------------------------
sri_caseCard
-------------------------------------------------------------*/
.sri_caseCard {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #333;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sri_caseCard:link, .sri_caseCard:visited, .sri_caseCard:hover {
  color: #333;
  text-decoration: none;
}

a.sri_caseCard:hover {
  background: #f5f5f5;
}

.sri_caseCard_img {
  text-align: center;
}

.sri_caseCard_img img {
  max-width: 100%;
  height: auto;
}

.sri_caseCard_body {
  padding: 25px 29px 29px;
}

@media screen and (max-width: 768px) {
  .sri_caseCard_body {
    padding: 14px 19px 16px;
  }
}

.sri_caseCard_ttl {
  font-size: 24px;
  line-height: 1.33;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sri_caseCard_ttl {
    font-size: 19px;
  }
}

.sri_caseCard_desc {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .sri_caseCard_desc {
    font-size: 14px;
  }
}

* + .sri_caseCard_desc {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  * + .sri_caseCard_desc {
    margin-top: 9px;
  }
}

.sri_caseCard_case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

* + .sri_caseCard_case {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  * + .sri_caseCard_case {
    margin-top: 16px;
  }
}

.sri_caseCard_case_img {
  width: 180px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .sri_caseCard_case_img {
    width: 110px;
    margin-right: 15px;
  }
}

.sri_caseCard_case_img img {
  max-width: 100%;
  height: auto;
}

.sri_caseCard_case_txt {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .sri_caseCard_case_txt {
    font-size: 14px;
  }
}

.sri_caseCard_case_img + .sri_caseCard_case_txt {
  width: calc(100% - 200px);
}

@media screen and (max-width: 768px) {
  .sri_caseCard_case_img + .sri_caseCard_case_txt {
    margin-top: -3px;
    width: calc(100% - 125px);
  }
}

/*===============================================================

===============================================================*/
.sri_textCenter {
  text-align: center;
}

.sri_textNormal {
  font-size: 14px;
}

.sri_textLarge {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .sri_sp-textNormal {
    font-size: 14px;
  }
  .sri_sp-textLarge {
    font-size: 16px;
    line-height: 1.5;
  }
}

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

.sri_sp-mt30 {
  margin-top: 30px !important;
}

/*===============================================================
 step�̐F�ύX
===============================================================*/
 .flowbox .popbox.active .popbox_body {
  background: #000000;
}

.flowbox .popbox_right.active .popbox_body {
  border: solid 1px #000000;
}

.popbox.active .popbox_arw:after {
  background: #000000;
}

/*===============================================================
　カラー一括変更
===============================================================*/
/*///// ベースカラー /////*/
/* 背景色 */
table.basic thead tr th,
table.basic td.detail a:hover,
input[type=radio] + .inputLabel:after,
.selectWrap::before,
.baseBtn,
.tabaccordionbody .btn_detail.btn_next .custom_items_button,
.u-cornerBox-container .o-header,
.u-pager > ul li > a:hover,
.u-pager > ul li.a-pager-current a,
.u-pager > ul li.a-pager-current span,
.m-accordion-menu .o-header,
.m-headline-mini,
.navigation_wrp,
.flowbox .popbox.active .popbox_body,
.popbox.active .popbox_arw:after,
.footer_wrp,
.l-footer-right .btn_detail.btn_detail_white.o-phonenumber a,
.l-footer-left:before,
.sidemenu_wrp .submit_btn,
.sidemenu_wrp.m-sideSearchBox .sidemenu_search dt,
.sidemenu_wrp.m-sideSearchBox .sidemenu_select dt,
.sidemenu_wrp.m-sideSearchBox .sidemenu_search .submit_btn,
.sidemenu_wrp.m-sideSearchBox .sidemenu_select .submit_btn,
.m-topFilterBox .o-box-head,
.m-charges-model > ul > li:nth-child(odd) p.o-model-title,
.m-charges-model > ul > li:nth-child(even) p.o-model-title,
.l-cartTotalBox-inner .o-header,
.m-estimated-info .o-header,
.m-customer-info .o-header,
.m-payment-method .o-title,
.m-customer-subinfo .o-title,
.m-orderSideBox-inner .o-header,
.m-itemDetailSideBox-inner .o-header,
.m-topFilterBox .clearBtn .baseBtn,
.m-sideSearchBox .clearBtn .baseBtn,
.searchPanel .panel_header,
.modal .modal_container .modal_header {
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .local_menu_btn span,
  .local_menu_btn span:before,
  .local_menu_btn span:after {
    background-color: #000000;
  }
}
/* hover */
.tabaccordionbody .btn_detail.btn_next .custom_items_button:hover {
  background-color: #666666;
}
/* 文字色 */
.borderBtn > span,
.header_wrp .username,
.m-headline .o-title,
.l-itemDetailMainBox > .m-headline-mini .o-title,
.message_container,
.btn_cart p a,
.m-FeaturedProducts .headline .title,
.m-FeaturedProducts .products_list .item .title,
.sidemenu_wrp.m-sideSearchBox .sidemenu_search dd,
.sidemenu_wrp.m-sideSearchBox .sidemenu_select dd,
.m-topFilterBox .sidemenu_search dd,
.m-topFilterBox .sidemenu_select dd,
.m-topFilterBox .topFilterCategory dd,
.m-charges-model .o-btn-modelDetail > span,
.m-cartItemPhoto .o-modalBtn > span, .m-cartItemPhoto .o-externalLinkBtn > span,
.m-cartItemList .o-row-head,
.m-cartItemList .o-row-subItem .o-externalLinkBtn > span,
.m-cartItemList .o-row-subItem .o-modalBtn > span,
.m-cartItemList .o-row-subTotal > span:nth-child(3),
.m-cartItemActionBox,
.selectSetProduct .not_select .inputLabel,
.product_sets_list .not_select .inputLabel,
.m-product-select-checkbox .inputLabel,
.m-product-select-checkbox .radio .o-label-outside,
.m-product-select-checkbox .checkbox .o-label-outside,
.m-product-option .inputLabel,
.m-product-option .o-radioBtn-header,
.m-itemDetail-head .o-itemname,
.m-itemDetail-head .o-modalBtn > span,
.m-itemDetail-head .o-externalLinkBtn > span,
.m-productOption-item .o-item-name,
.m-productOption-item .o-detail-link .o-modalBtn > span,
.headline .title,
.mypage_menu .title {
  color: #666666;
}
/* リンク文字色 */
a,
table.basic td.detail a,
.btn_modal a,
.btn_externalLink a,
.u-pager > ul li > a,
.btn_cart p a,
.pankuzu li a,
.m-cartItemActionBox a,
.m-product-detail .o-product-name,/*契約関連のモーダル画面用*/
.m-product-detail .o-product-name a,
.l-footer-right .btn_detail.btn_detail_white.o-inquiries > a,
.m-tabaccordion .tabaccordionhead > ul > li > a,
.localnav .navlist li.current a {
  color: #666666;
}
a:hover,
.pankuzu li a:hover,
.localnav .navlist li a:hover {
  color: #666666;
}
/* ボーダー色 */
table.basic td.detail a,
input[type=checkbox] + .inputLabel:after,
.group .checkbox_text .checked:after,
.borderBtn:after,
.btn_modal a:after,
.btn_externalLink a:after,
.u-pager > ul li > a,
.u-pager > ul li.a-pager-current a,
.u-pager > ul li.a-pager-current span,
.m-headline,
.headline .title,
.l-itemDetailMainBox > .m-headline-mini,
.message_container,
.pankuzu li a:after,
.flowbox .popbox_right.active .popbox_body,
.l-footer-right .btn_detail.btn_detail_white.o-inquiries > a:after,
.m-FeaturedProducts .headline,
.m-product-detail .o-product-name,
.m-charges-model .o-btn-modelDetail,
.m-charges-model .o-btn-modelDetail:after,
.m-cartItemPhoto .o-modalBtn:after,
.m-cartItemPhoto .o-externalLinkBtn:after,
.m-product-select-checkbox .product_set_name > .radio,
.m-product-select-checkbox .product_set_name > .checkbox,
.m-product-option ul.charges_model > li.js-radio-selected,
.l-itemDetailMainBox .product_sets,
.product_sets_list .product_sets,
.m-itemDetail-head .o-right-header,
.m-itemDetail-head .o-modalBtn:after,
.m-itemDetail-head .o-externalLinkBtn:after,
.m-itemImage-5box .o-itemimage-small span.js-photo-active,
.m-productOption-item .o-detail-link .o-modalBtn:after,
.headline .title {
  border-color: #000000;
}
/* hover時反転 */
table.basic td.detail a {
  background: #fff;
}
table.basic td.detail a:hover {
  color: #fff;
}

/*///// セカンドカラー /////*/
/* 背景色 */
.m-headline-mini,
.l-searchBox-wide .sidemenu_searchbox .submit_btn.a-view-text,
.m-topFilterBox .sidemenu_search > dt,
.m-topFilterBox .sidemenu_select > dt,
.m-topFilterBox .topFilterCategory > dt,
.m-topFilterBox .sidemenu_search .submit_btn,
.m-topFilterBox .sidemenu_select .submit_btn,
.m-topFilterBox .topFilterCategory .submit_btn,
.m-payYearModel-selectBox .o-header {
  background-color: #666666;
}
@media screen and (max-width: 768px) {
  .header_wrp .nav .navlist li.home,
  .header_wrp .nav .navlist li.inquiry,
  .header_wrp .nav .navlist li.mypage,
  .header_wrp .nav .navlist li.signin,
  .header_wrp .nav .navlist li.login,
  .header_wrp .nav .navlist li.logout {
    background-color: #666666;
  }
}
/* 文字色 */
@media screen and (max-width: 768px) {
  .header_wrp .header .nav {
    color: #666666;
  }
}

/*///// 淡色 /////*/
/* 背景色 */
table.selectable_table tbody.selected,
.message_container,
.m-FeaturedProducts,
.sidemenu_wrp .sidemenu_select li.selected > a,
.m-payment-method .o-inner,
.m-product-option ul.charges_model > li.js-radio-selected,
.m-payMonthModel-selectBox .o-payModel-box.js-radio-selected,
.m-payYearModel-selectBox .o-payModel-box.js-radio-selected,
.m-productOption-item.js-OpMS-selected,
.localnav {
    background-color: : #000000;
}
.m-productOption-item{
  border-color: #000000;
}
@media screen and (max-width: 768px) {
  .sidemenu_select dd.js-category-menu-body > ul li.selected > a,
  .topFilterCategory dd.js-category-menu-body > ul li.selected > a{
    background-color: #000000;
  }
}
/* ボーダー色 */
@media screen and (max-width: 768px) {
  .header_wrp .nav .navlist li.home a,
  .header_wrp .nav .navlist li.inquiry a,
  .header_wrp .nav .navlist li.mypage a,
  .header_wrp .nav .navlist li.signin a,
  .header_wrp .nav .navlist li.login a,
  .header_wrp .nav .navlist li.logout a {
    border-color: #E5E5E5;
  }
}

/*///// アクセントカラー /////*/
/* 背景色 */
.nextPageBtn,
.btn_detail.btn_next a,
.btn_detail.btn_next button,
.btn_detail.btn_next input,
.btn_detail.regist a,
.btn_detail.pdf a {
  background-color: #000000;
}
/* hover */
.btn_detail.btn_next a:hover,
.btn_detail.btn_next button:hover,
.btn_detail.btn_next input:hover,
.btn_detail.regist a:hover {
  background-color: #F4F4F4;
}
/* 文字色 20211005#F4F4F4から変更 */
.l-cartTotalBox-inner .o-row-total .o-text-right,
.billing_cart .cart_table td.totalprice p {
  color: #000000;
}
/* ボーダー色 */
.nextPageBtn:after,
.btn_detail.btn_next:after,
.btn_detail.regist:after {
  border-color: #fff;
}
/*お気に入りオン*/
.m-itemDetail-head .o-favstar .favorite {
  color: #F4F4F4;
}
/*お気に入りオフ*/
.m-itemDetail-head .o-favstar .favorite .fa-star-o{
  color: #666666;
}

/*///// 重要・警告系カラー /////*/
/* 文字色 */
.notice,
.caution,
.has-error,
.warning_msg,
.newsDetail .headline .title .important {
  color: #f57154;
}
/* ボーダー色 */
.disabledItem .warning_msg,
.newsDetail .headline .title .important {
  border: 1px solid #f57154;
}
/* 削除系 */
.uploaded_file .delete,
.btn_detail.btn_next.delete a,
.btn_detail.btn_next.warning a,
.btn_remove a {
  color: #fff;
  background: #f57154;
}
.btn_detail.btn_next.delete a:hover,
.btn_detail.btn_next.warning a:hover,
.btn_remove a:hover {
  background-color: #ff9a83;
}

/*///// タブレット以下で検索・カテゴリ周りのセカンドカラーをベースカラーに上書きするため後に記載 /////*/
@media screen and (max-width: 768px) {
  .m-tabaccordion .tabaccordionbody .accordion_header a,
  .m-topFilterBox .sidemenu_search > dt,
  .m-topFilterBox .sidemenu_select > dt,
  .m-topFilterBox .topFilterCategory > dt,
  .m-topFilterBox .sidemenu_search .submit_btn,
  .m-topFilterBox .sidemenu_select .submit_btn,
  .m-topFilterBox .topFilterCategory .submit_btn {
    background-color: #000000;
  }
}

/*******************************************************************************
　2020.02 リニューアル・新規追加分スタイル
********************************************************************************/
/*===============================================================
共通スタイル
===============================================================*/
html {
  overflow-x: hidden;
}
sub {
  vertical-align: baseline;
  font-size: 1.2rem;
}
.sri_content img {
  max-width: 100%;
}
section::after {
  content: "";
  display: block;
  clear: both;
}
/* CMSページ以外のパンクズ位置調整 */
.pankuzu {
  max-width: 1280px;
  margin: 0 auto;
}
.pankuzu .content_width {
  padding: 0;
}
.sri_mainArea h1, .sri_mainArea h2, .sri_mainArea h3, .sri_mainArea h4,
.sri_mainArea p, .sri_mainArea li, .sri_mainArea dt, .sri_mainArea dd,
[class^="index-section"] p, [class^="index-section"] dt, [class^="index-section"] dd {
  color: #707070;
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.sri_mainArea li {
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .sri_mainArea h1, .sri_mainArea h2, .sri_mainArea h3, .sri_mainArea h4,
  .sri_mainArea p, .sri_mainArea li, .sri_mainArea dt, .sri_mainArea dd,
  [class^="index-section"] p, [class^="index-section"] dt, [class^="index-section"] dd {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.sri_mainArea h1, .sri_mainArea h2, .sri_mainArea h3, .sri_mainArea h4,
[class^="index-section"] h2 {
  line-height: 1.2;
}
.sri_mainArea h1 {
  margin: 0 0 20px 0;
  width: 100%;
  height: 0;
   /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 15.2%;
  background: transparent url("/image/underlayer-headerbackground-pc") right center no-repeat;
  background-size: cover;
  position: relative;
  color: #666666;
}
.sri_mainArea h1 span {
  position: absolute;
  left: 0;
  top: 30%;
  font-weight: 700;
}
.sri_mainArea h1 span small {
  padding-top: 10px;
  display: block;
  position: relative;
  font-family: Raleway,'Noto Sans JP','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','HiraKakuProN-W3','ヒラギノ角ゴシック W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.sri_mainArea h1 span small:before {
  content: "";
  display: block;
  width: 3em;
  height: 2px;
  margin-bottom: 10px;
  background: #666666;
}
@media (min-width: 769px) {/*769px以上*/
  .sri_mainArea h1 span {
    font-size: 3rem;
  }
  .sri_mainArea h1 span small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {/*768px以下（SP～TAB）*/
  .sri_mainArea h1 span{
    top: 20%;
    font-size: 2.6rem;
  }
  .sri_mainArea h1 span small {
    font-size: 1.4rem;
    padding-top: 5px;
  }
  .sri_mainArea h1 span small:before {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .sri_mainArea h1 {
    margin-top: 0;
     /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 32%;
    background: transparent url("/image/underlayer-headerbackground-sp") right center no-repeat;
    background-size: cover;
    color: #666666;
  }
  .sri_mainArea h1 span{
    left: 10px;
  }
}
@media screen and (max-width: 350px) {
  .sri_mainArea h1 span{
    font-size: 2.3rem;
  }
}
.sri_mainArea h1 + p {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sri_mainArea h1 + p {
    text-align: left;
  }
}
.sri_mainArea h2 {
  padding: 0 0 20px 0;
  color: #666666;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .sri_mainArea h2 {
    font-size: 2rem;
  }
}
.sri_mainArea h2:after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background: #666666;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1em;
}
.sri_content ol {
  padding: 0 0 0 30px;
}
.sri_content ol li {
  list-style: decimal outside;
  margin: 0 0 1.5em 0;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .sri_content ol {
    padding: 0 0 0 25px;
  }
  .sri_content ol li  {
    padding: 0 15px 0 5px;
  }
}
.sri_content p.note {
  margin: 10px 0 0 1em;
  line-height: 1.6;
  font-size: 90%;
}
.sri_content p.note .mark {
  margin-left: -1em;
}
.sri_content strong {
  font-weight: 700;
  color: #666666;
}
/* 絞り込みコンテナ */
.filter-controls,
.filter-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filter-controls {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .filter-controls {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.filter-container {
  margin: 110px 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filter-container .card,
.filter-container .gap {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  max-width: 98%;
}
.filter-container .card {
  background: #fff;
}
/* 絞り込みボタン */
.filter-controls .control {
  margin: 30px 1.5% 0;
  width: 20%;
  max-width: 200px;
  min-width: 120px;
  height: 50px;
  color: #666666;
  background: #fff;
  font-size: 1.8rem;
  border: 2px solid #666666;
  border-radius: 6px;
  text-align: center;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition-duration: 0.3s;
}
.filter-controls .mixitup-control-active {
  color: #fff;
  background: #666666;
}
@media screen and (min-width: 1025px) { /* 1025px以上のみ */
  .filter-controls .control:hover {
    color: #fff;
    background: rgba(52, 165, 215, 0.6);
  }
}
/* カード共通スタイル */
.filter-container .card {
  padding: 0 0 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
}
.filter-container h2::after {
  display: none;
}
.filter-container .card-title {
  margin: 20px;
  padding: 0 10px;
  border-left: 4px solid #000000;
  color: #707070;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
}
.filter-container .card-title a {
  color: #707070;
  text-decoration: none;
}
.filter-container .card-title a:hover,
.filter-container .card-title a:active {
  color: #000000;
}
.filter-container .card a.logo,
.filter-container .card a.photo {
  width: 350px;
  display: block;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.filter-container .card a.logo:after,
.filter-container .card a.photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: box-shadow 0.4s ease;
}
@media screen and (min-width: 1025px) { /* 1025px以上のみ */
  .filter-container .card a.logo:hover:after,
  .filter-container .card a.photo:hover:after {
    box-shadow: #000000 0px 0px 0px 4px inset;
  }
}
.filter-container .card-title span {
  display: block;
  font-size: 1.4rem;
}
.filter-container .tag {
  color: #666666;
  margin: 0 20px;
  padding: 2px 10px;
  border: 2px solid #666666;
  border-radius: 6px;
  font-size: 1.2rem;
  font-weight: 700;
}
.filter-container .card .details,
.filter-container .card .item {
  margin: 0 20px;
}
.filter-container .card p.details {
  margin-top: 15px;
  line-height: 1.6;
}
.filter-container .card dl dt {
  margin: 15px 0 0 0;
  display: inline-block;
  font-weight: 700;
  border-bottom: 2px solid #000000;
  color: #666;
  line-height: 1.6;
}
.filter-container .card dl dd {
  margin: 6px 0 0 0;
  line-height: 1.6;
}
.filter-container .card dl dd a {
  text-decoration: none;
}
@media screen and (min-width: 1025px) { /* 1025px以上のみ */
  .filter-container .card dl dd a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1300px) {
  .filter-container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .filter-controls .control {
    width: 18%;
    margin: 30px 1% 0;
  }
}
@media screen and (max-width: 900px) {
  .filter-controls .control {
    width: 24%;
    height: auto;
    margin: 20px 2% 0;
    padding: 10px 0;
  }
  .filter-container {
    margin: 30px 0 0;
  }
  .filter-container .card-title {
    margin: 20px 15px;
  }
  .filter-container .tag,
  .filter-container .card dl {
    margin: 0 15px;
  }
  .filter-container .card .details {
    margin: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .filter-controls .control {
    width: 46%;
    font-size: 1.4rem;
    margin: 10px 2% 0;
    padding: 7px 0;
  }
  .filter-container .btn_detail {
    width: calc( 100% - 30px );
  }
}
/* リンクボタン */
#about .btn_detail,
[class^="index-section"] .btn_detail {
  min-width: 270px;
}
#about .btn_detail.btn_next a,
[class^="index-section"] .btn_detail.btn_next a,
.topics .headline .btn_more a {
  background: #000000;
  font-weight: 400;
  line-height: 1.2;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.16);
  font-size: 1.6rem;
  border: none;
}
#about .btn_detail.btn_next a:hover,
[class^="index-section"] .btn_detail.btn_next a:hover,
.topics .headline .btn_more a:hover,
#about .btn_detail.btn_next a:active,
[class^="index-section"] .btn_detail.btn_next a:active,
.topics .headline .btn_more a:active,
#about .btn_detail.btn_next a:focus,
[class^="index-section"] .btn_detail.btn_next a:focus,
.topics .headline .btn_more a:focus {
  color: #fff;
  background: rgba(102, 102, 102, 0.8);
}
@media screen and (max-width: 480px) {
  #about .btn_detail,
  [class^="index-section"] .btn_detail.btn_next {
    width: 70%;
  }
  #about .btn_detail a,
  [class^="index-section"] .btn_detail.btn_next a,
  .topics .headline .btn_more a {
    font-size: 1.6rem;
  }
}
/*===============================================================
トップページ
===============================================================*/
[class^="index-section"] {
  padding: 50px 0;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1380px) {
  [class^="index-section"] {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 480px) {
  [class^="index-section"] {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 350px) {
  [class^="index-section"] {
    padding: 30px 10px;
  }
}
[class^="index-section"]:nth-child(even):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  background: #E5E5E5;
}
@media screen and (min-width: 1301px) { /* 1300px以上はウィンドウサイズの端まで背景を出す */
  [class^="index-section"]:nth-child(even):before {
    width: 800%;
    left: -400%;
  }
}
/* 見出し共通 */
[class^="index-section"] h2,
.topics .headline .title {
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 0 0 0 40px;
  font-size: 3rem;
  font-weight: 400;
  color: #000000;
  border: none;
}
.topics .headline .title {
  margin: 0 0 40px;
}
[class^="index-section"] h2:before,
[class^="index-section"] h2:after,
.topics .headline .title:before,
.topics .headline .title:after {
  content: "";
  position: absolute;
  margin: auto;
}
[class^="index-section"] h2:before,
.topics .headline .title:before {
  width: 9px;
  height: 9px;
  top: 10px;
  left: 14px;
  background: #000000;
  transform: rotate(50deg);
}
[class^="index-section"] h2:after,
.topics .headline .title:after {
  width: 7px;
  height: 7px;
  top: 22px;
  left: 6px;
  background: #000000;
  transform: rotate(20deg);
}
[class^="index-section"] h2 .sub_title,
.topics .topic_list:before {
  display: block;
  color: #000000;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 4px;
}
.index-section-introduction h2 .sub_title {
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .index-section-introduction h2 .sub_title {
    margin-left: 1px;
  }
}
/* お知らせサブタイトルを疑似要素で表示 */
#section02 .topic_list:before {
  content: "Information";
  position: absolute;
  top: -45px;
  left: 40px;
}
@media screen and (min-width: 1101px) {
  .index-section-introduction .btn_detail {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 480px) {
  [class^="index-section"] h2,
  .topics .headline .title {
    padding: 0 0 0 22px;
    font-size: 2.4rem;
  }
  [class^="index-section"] h2:before,
  .topics .headline .title:before {
    top: 8px;
    left: 6px;
  }
  [class^="index-section"] h2:after,
  .topics .headline .title:after {
    top: 20px;
    left: -2px;
  }
  #section02 .topic_list:before {
    left: 22px;
  }
}
/* お知らせ */
.section_wrp .topics {
  max-width: 1300px;
  padding: 0;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (max-width: 1380px) {
  .section_wrp .topics {
    padding: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .section_wrp .topics {
    margin: 0 auto 30px;
    padding: 0 20px;
  }
}
.topics .headline {
  text-align: left;
}
.topics .headline .btn_more {
  position: absolute;
  width: 200px;
  height: auto;
  top: auto;
  bottom: 0;
  right: 0;
}
.topics .headline .btn_more a {
  padding: 10px;
  border: none;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.topics .headline .btn_more a:after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  box-sizing: border-box;
  transform: rotate(-45deg);
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .topics .headline .btn_more {
    width: auto;
    bottom: -5px;
  }
  .topics .headline .btn_more a {
    font-size: 1.4rem;
    padding: 10px 2em 10px 1em;
  }
}
.section_wrp .topics h3 {
  display: none;
}
.topic_list {
  float: none;
  width: 100%;
  border-top: none;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topic_list {
    margin-top: 21px;
  }
}
.section_wrp .topics .topic_list dl {
  margin: 0;
  border: none;
}
.topics .topic_list dt {
  width: 140px;
  padding: 8px 0;
  border: none;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #666;
  position: relative;
}
.topics .topic_list dt:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #E5E5E5;
  position: absolute;
  bottom: 0.2em;
  left: 0;
}
.topics .topic_list dt .icon {
  display: none;
}
.topics .topic_list dd {
  padding: 8px 0 8px 150px;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: none;
}
.section_wrp .topics .topic_list dd {
  border: none;
}
.topics .topic_list dd a {
  color: #666;
  text-decoration: none;
}
.topics .topic_list dd a:hover {
  color: #666666;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .topics .topic_list dt,
  .topics .topic_list dd {
    width: 100%;
  }
  .topics .topic_list dt {
    font-weight: 400;
  }
  .topics .topic_list dd {
    padding: 0 0 8px;
  }
}
/*〇〇とは？*/
.index-section-introduction {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index-section-introduction .introduction-text {
  width: calc( 100% - 497.78px );
  padding: 0 5% 0 0;
}
.index-section-introduction .movie {
  width: 497.78px;
  max-width: 98%;
  max-height: 280px;
}
.index-section-introduction .movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.index-section-introduction .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .index-section-introduction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .index-section-introduction .introduction-text {
    width: 100%;
  }
  .index-section-introduction .movie {
    margin: 30px auto 0;
  }
}
/* flexboxの最終列左寄せ用 */
[class^="index-section"] .filter-container {
  margin: 25px 0 0;
}
/* flexboxの最終列左寄せ用 */
[class^="index-section"] .filter-container:after {
  content: "";
  display: block;
  width: 350px;
  height: 0;
}
@media screen and (max-width: 1100px) {
  .index-section-introduction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .index-section-introduction .introduction-text {
    width: 100%;
  }
  .index-section-introduction .movie {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  [class^="index-section"] .filter-container .card {
    width: 100%;
    min-height: 190px;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  .index-section-recommend .filter-container .card {
    padding: 15px;
  }
  .index-section-case_study .filter-container .card .detail_upper {
    min-height: 200px;
    padding: 15px;
    position: relative;
  }
  [class^="index-section"] .filter-container .card .logo,
  [class^="index-section"] .filter-container .card .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 44%;
    height: 100%;
    max-width: 50%;
    border: none;
  }
  [class^="index-section"] .filter-container .card .photo {
    width: 40%;
    object-fit:cover;
  }
  [class^="index-section"] .filter-container .card-title,
  [class^="index-section"] .filter-container .card .item {
    margin: 0 0 0 45%;
  }
  [class^="index-section"] .filter-container .card .tag,
  [class^="index-section"] .filter-container .btn_detail.btn_next {
    margin: 10px 0 0 45%;
  }
  [class^="index-section"] .filter-container .card-title {
    font-size: 1.5rem;
  }
  [class^="index-section"] .filter-container .card-title span {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  [class^="index-section"] .filter-container .card .tag {
    display: inline-block;
    padding: 0px 10px;
    border-width: 1px;
    font-size: 1.1rem;
  }
  [class^="index-section"] .filter-container .card dl dt,
  [class^="index-section"] .filter-container .card dl dd {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  [class^="index-section"] .filter-container .card dl dt {
    margin-top: 8px;
  }
  [class^="index-section"] .filter-container .btn_detail.btn_next {
    width: 52%;
    min-width: auto;
  }
  [class^="index-section"] .filter-container .btn_detail.btn_next a {
    margin: 0 auto;
  }
  [class^="index-section"] .filter-container .toggle-detail {
    margin: -40px 0 0 45%;
    width: 50%;
    padding: 3px;
    color: #000000;
    border: 1px solid #000000;
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem;
    display: block;
    border-radius: 7px;
    position: relative;
  }
  [class^="index-section"] .filter-container .toggle-detail:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 6px;
    height: 6px;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
    transform: rotate(45deg);
  }
  [class^="index-section"] .filter-container .card .details {
    height: 0;
    padding: 0 8px;
    transition: .2s;
    overflow: hidden;
  }
  [class^="index-section"] .filter-container .card [id^="detail-switch-"]:checked + .toggle-detail:after {
    top: 5px;
    transform: rotate(-135deg);
  }
  [class^="index-section"] .filter-container .card [id^="detail-switch-"]:checked + .toggle-detail + .details {
    height: auto;
    padding: 20px 8px;
  }
}
@media screen and (max-width: 480px) {
  .index-section-recommend .filter-container .card {
    padding: 8px;
  }
  .index-section-case_study .filter-container .card .detail_upper {
    padding: 10px;
  }
  [class^="index-section"] .filter-container .card .tag,
  [class^="index-section"] .filter-container .btn_detail.btn_next {
    margin: 8px 0 0 45%;
  }
  [class^="index-section"] .filter-container .card-title {
    font-size: 1.4rem;
  }
  [class^="index-section"] .filter-container .card-title span {
    font-size: 1rem;
    letter-spacing: 0;
  }
  [class^="index-section"] .filter-container .btn_detail.btn_next a {
    font-size: 1.3rem;
  }
  [class^="index-section"] .filter-container .card .item {
    margin-top: 0!important;
  }
  [class^="index-section"] .filter-container .toggle-detail {
    margin: -35px 0 0 45%;
  }
}
@media screen and (max-width: 400px) {
  [class^="index-section"] .filter-container .card .logo,
  [class^="index-section"] .filter-container .card .photo {
    width: 39%;
  }
  [class^="index-section"] .filter-container .card-title,
  [class^="index-section"] .filter-container .card .item {
    margin: 0 0 0 42%;
  }
  [class^="index-section"] .filter-container .card .tag,
  [class^="index-section"] .filter-container .btn_detail.btn_next {
    margin: 6px 0 0 42%;
  }
}
/*機関誌YOU用*/
@media screen and (max-width: 768px) {
  .index-section-case_study .filter-container .card .photo {
    width: auto;
    height: 200px;
    object-fit: contain;
  }
  .index-section-case_study .filter-container .card-title,
  .index-section-case_study .filter-container .card .item {
    margin: 0 0 0 145px;
  }
}
/*===============================================================
サービス紹介
===============================================================*/
.filter-container .card .logo {
  max-width: 100%;
  height: 250px;
}
@media screen and (min-width: 1025px) { /* 1025px以上のみ */
  .filter-container .card dl dd a:hover {
    text-decoration: underline;
  }
}
.filter-container .card .logo img {
  max-width: 301px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 768px) {
  .filter-container .card .logo img {
    max-width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .filter-container .card .logo {
    height: 150px;
  }
  .filter-container .card .logo img {
    max-width: 90%;
  }
}
/*===============================================================
導入事例
===============================================================*/
.filter-container .card .photo {
  width: 350px;
  max-width: 100%;
  height: auto;
}
/*===============================================================
〇〇とは
===============================================================*/
#about .sri_mainArea_inner {
  padding-bottom: 50px;
}
#about [class^="sri_content"] img {
  margin: 50px auto 0;
  display: block;
  max-width: 100%;
  height: auto;
}
/* 紹介文 */
.introduction {
  margin: 80px auto 0;
  width: 800px;
  max-width: 100%;
}
.introduction img {
  width: 494px;
}
.introduction .notice {
  margin: 30px 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
#about .sri_content-2 img {
  width: 696px;
}
#about .sri_content-3 img {
  width: 714px;
}
#about .sri_content-3 p {
  text-align: center;
  max-width: 780px;
  margin: 30px auto 0;
}
#about .sri_content-3 strong {
  font-size: 2rem;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .introduction {
    padding: 0 10px;
  }
  #about .sri_content-2 img,
  #about .sri_content-3 img {
    width: 90%;
  }
  #about .sri_content-3 p {
    padding: 0 10px;
    text-align: left;
  }
  #about .sri_content-3 strong {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
#about .btn_detail.btn_next {
  margin-top: 60px;
}
/* 特長 */
.feature {
  margin: 0 auto 30px;
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.feature h3 {
  font-size: 3rem;
  color: #666;
  position: relative;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
}
.feature h3 span {
  margin-bottom: 0.5em;
  color: #000000;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}
/*
.feature h3:after {
  content: "";
  display: block;
  height: 7px;
  background: #E5E5E5;
  margin-top: -0.4em;
}
*/
@media screen and (min-width: 481px) {
  .feature.right .feature-text h3:after {
    background: #E5E5E5;
  }
}
.feature .feature-text {
  padding: 50px 40px;
  width: calc( 100% - 35% );
  display: block;
  position: relative;
}
.feature .feature-text:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  z-index: -2;
}
.feature.left .feature-text:before {
  background: #F2F2F2;
  left: 0;
}
.feature.right .feature-text:before {
  background: #F2F2F2;
  right: 0;
}
@media screen and (min-width: 1301px) { /* 1300px以上はウィンドウサイズの端まで背景を出す */
  .feature .feature-text:before {
    width: 300%;
  }
  .feature.left .feature-text:before {
    left: -200%;
  }
  .feature.right .feature-text:before {
    right: -200%;
  }
}
.feature .icon {
  width: 35%;
  min-height: 200px;
  position: relative;
}
.feature .icon svg {
  width: auto;
  max-width: 220px;
  height: 200px;
  fill: #666666;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 900px) {
  .feature .feature-text {
    width: calc( 100% - 30% );
  }
  .feature .icon {
    width: 30%;
    min-height: 150px;
  }
  .feature .icon svg {
    height: 150px;
  }
}
@media screen and (max-width: 767px) { /* 768px未満（SP～TAB） */
  .feature {
    margin: 0 auto 10px;
    display: block;
  }
  .feature:last-of-type {
    margin-bottom: 30px;
  }
  .feature h3 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .feature h3 span {
    color: #666666;
    font-size: 3rem;
  }
  .feature .feature-text {
    width: 100%;
    padding: 30px 20px;
  }
  .feature .icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .feature .icon svg {
    height: 200px;
    z-index: -1;
  }
  .feature.left .icon svg {
    fill: rgba(68, 179, 187, 0.15);
  }
  .feature.right .icon svg {
    fill: rgba(250, 233, 87, 0.15);
  }
}
/*===============================================================
ご利用方法
===============================================================*/
#guide .step-number {
  text-transform: uppercase;
  font-weight: 700;
}
#guide ul.step {
  max-width: 1200px;
  margin: 0 auto 50px;
  color: #666666;
  display: table;
  border-spacing: 30px 0;
}
#guide ul.step li {
  width: 20%;
  max-width: 280px;
  margin: 0 5% 0 0;
  padding: 30px 20px;
  color: #666666;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #666666;
  background-size: auto 70px;
  background-position: center center;
  background-color:rgba(255,255,255,0.8);
  background-blend-mode:lighten;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#guide ul.step li:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  display: block;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background: #666666;
}
#guide ul.step li:last-of-type {
  margin: 0;
}
#guide ul.step li .step-number {
  margin-bottom: 5px;
}
#guide ul.step li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#guide ul.step li img {
  width: auto;
  height: 80px;
  opacity: 0.2;
}
#guide ul.step li.step04 img {
  height: 60px;
}
#guide .step-content-01 {
  background: transparent url("/image/guide-icon-step1") 50px center no-repeat;
}
#guide .step-content-02 {
  background: transparent url("/image/guide-icon-step2") 40px center no-repeat;
}
#guide .step-content-03 {
  background: transparent url("/image/guide-icon-step3") 60px center no-repeat;
}
#guide .step-content-04 {
  background: transparent url("/image/guide-icon-step4") 20px center no-repeat;
}
#guide [class^="step-content-"] {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 50px 220px;
  background-size: auto 100px;
}
#guide [class^="step-content-"]:not(:first-of-type) {
  border-top: 1px solid #000000;
}
#guide .step-content-03 {
  background-size: auto 110px;
}
#guide .step-content-04 {
  background-size: auto 80px;
}
#guide [class^="step-content-"] h2 {
  text-align: left;
  margin: 0 0 10px 0;
}
#guide [class^="step-content-"] h2:after {
  display: none!important;
}
#guide [class^="step-content-"] h2 .step-number {
  margin-right: 10px;
  color: #000000;
}
#guide [class^="step-content-"] p {
  margin-top: 0;
}
#guide [class^="step-content-"] li p.note img {
  margin-top: 10px;
  max-width: 90%;
}
#guide [class^="step-content-"] li p.note img#credit-logo {
  width: 385px;
  height: auto;
}
@media screen and (max-width: 900px) {
  #guide ul.step li {
    padding: 10px;
    font-size: 1.6rem;
  }
  #guide ul.step li img {
    height: 60px;
  }
  #guide ul.step li.step04 img {
    height: 40px;
  }
  #guide [class^="step-content-"] {
    padding: 30px 0 30px 150px;
    background-size: auto 80px;
  }
  #guide .step-content-01 {
    background-position: 20px center;
  }
  #guide .step-content-02 {
    background-position: 20px center;
  }
  #guide .step-content-03 {
    background-position: 40px center;
    background-size: auto 90px;
  }
  #guide .step-content-04 {
    background-position: 10px center;
    background-size: auto 60px;
  }
}
@media screen and (max-width: 767px) {
  #guide ul.step {
    display: block;
    padding: 0 10px;
  }
  #guide ul.step li {
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 30px;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  #guide ul.step li img {
    left: 20px;
    height: 20px;
    opacity: 0.8;
  }
  #guide ul.step li.step04 img {
    height: 15px;
  }
  #guide ul.step li .step-number {
    display: inline-block;
    margin: 0 1em 0;
  }
  #guide ul.step li:not(:last-of-type):after {
    right: 50%;
    top: auto;
    bottom: -11px;
    display: block;
    width: 1px;
    height: 10px;
  }
  #guide [class^="step-content-"] {
    padding: 20px 10px;
    background-size: auto 30px;
  }
  #guide .step-content-01 {
    background-position: 12px 15px;
  }
  #guide .step-content-02 {
    background-position: 10px 15px;
  }
  #guide .step-content-03 {
    background-position: 15px 12px;
    background-size: auto 40px;
  }
  #guide .step-content-04 {
    background-position: 5px 20px;
    background-size: auto 25px;
  }
  #guide [class^="step-content-"] h2 {
    margin: 0 0 20px 0;
    padding: 0 0 0 60px;
  }
}
/*===============================================================
会員登録方法
===============================================================*/
#registration .sri_content ol {
  max-width: 1200px;
  margin: 0 auto;
}
#registration .sri_content ol li {
  max-width: 1200px;
  margin: 0 0 50px 0;
}
#registration .sri_content img:not(.text) {
  display: block;
  margin: 20px auto;
  border: 1px solid #eee;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
}
#registration .sri_content img.text {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 1em;
}
#registration .sri_content p.next_step {
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-weight: 700;
  color: #666666;
  border-top: 1px solid #000000;
}
#registration .sri_content span.bold {
  font-weight: 700;
  color: #666666;
}
#registration .sri_content p.note {
  text-align: center;
}
/*===============================================================
FAQ
===============================================================*/
#faq .sri_content [class^="faq-content-"] {
  max-width: 1200px;
  margin: 0 auto 50px;
}
#faq .sri_content [class^="faq-content-"] dt {
  font-weight: 700;
  font-size: 2rem;
  margin: 30px 0 10px 0;
  padding: 0 0 0 40px;
  position: relative;
}
#faq .sri_content [class^="faq-content-"] dt:before {
  content:"";
  display: block;
  width: 20px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 20px;
  left: 0;
}
#faq .sri_content [class^="faq-content-"] dd {
  padding: 0 0 0 40px;
}
@media screen and (max-width: 900px) {
  #faq .sri_content [class^="faq-content-"] dt {
    line-height: 1.6;
  }
  #faq .sri_content [class^="faq-content-"] dt:before {
    top: 16px;
  }
}
@media screen and (max-width: 480px) {
  #faq .sri_content [class^="faq-content-"] {
    max-width: 96%;
  }
  #faq .sri_content [class^="faq-content-"] dt {
    font-size: 1.6rem;
    padding: 0 0 0 24px;
  }
  #faq .sri_content [class^="faq-content-"] dt:before {
    width: 12px;
    top: 12px;
  }
  #faq .sri_content [class^="faq-content-"] dd {
    padding: 0 0 0 24px;
  }
}
/*===============================================================
インタビュー・コラム
===============================================================*/
/* 記事ページ */
.interview-content .content-header {
  margin: 0 0 60px 0;
  padding-top: 32%;
  background: transparent url("/image/interview-header-bg") left bottom no-repeat;
  background-size: cover;
  position: relative;
}
.interview-content .content-header .title-group {
  max-width: 55%;
  height: auto;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  line-height: 2;
}
.interview-content .content-header h1 {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
}
.interview-content .content-header h1::after {
  content: "";
  margin: 10px 0;
  width: 3em;
  height: 2px;
  display: block;
  background: #666666;
}
.interview-content .content-header h1 small {
  margin-bottom: 20px;
  font-size: 2.4rem;
  display: block;
}
.interview-content .content-header h1 span {
  position: relative;
}
.interview-content .content-header .service-title {
  color: #666666;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}
.interview-content .content-header .photo {
  width: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.interview-content h2 {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  color: #666666;
  font-size: 2rem;
  text-align: left;
  line-height: 1.4;
}
.sri_mainArea .interview-content h2:after {
  width: 2.5em;
  background: #666666;
  left: 0;
  margin-left: 0;
}
.sri_mainArea .interview-content section {
  margin-bottom: 50px;
}
.sri_mainArea .interview-content > figure {
  max-width: calc( 100% - 30px );
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .sri_mainArea .interview-content figure {
    max-width: 860px;
  }
}
.sri_mainArea .interview-content figure img {
  max-width: 100%;
  height: auto;
}
.sri_mainArea .interview-content figure figcaption {
  margin: 13px 0 0 0;
  text-align: center;
  color: #666;
  font-size: 1.3rem;
}
.sri_mainArea .interview-content section .name {
  color: #f4ba1d;
  font-size: 1.8rem;
  font-weight: 700;
}
.sri_mainArea .interview-content section figure {
  margin-bottom: 13px;
  max-width: 360px;
}
.sri_mainArea .interview-content .photo-left figure {
  float: left;
  margin-right: 30px;
}
.sri_mainArea .interview-content .photo-right figure {
  float: right;
  margin-left: 30px;
}
.sri_mainArea .interview-content .interviewee h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sri_mainArea .interview-content .interviewee dl > * {
  color: #666666;
  font-weight: 700;
  line-height: 1.3;
}
.sri_mainArea .interview-content .interviewee dl dt {
  margin-bottom: 10px;
  font-size: 2.4rem;
}
.sri_mainArea .interview-content .interviewee dl dd {
  font-size: 1.6rem;
}
.sri_mainArea .interview-content .btn_detail a {
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .interview-content .content-header {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding: 0 calc((100vw - 100%) / 2);
    padding-top: 44%;
  }
  .interview-content .content-header .title-group {
    max-width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .interview-content .content-header {
    margin-bottom: 30px;
  }
  .interview-content .content-header h1 small {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .interview-content .content-header h1 span {
    left: 0;
    font-size: 1.6rem;
  }
  .interview-content .content-header h1::after {
    width: 1.5em;
    margin: 5px 0;
  }
  .interview-content .content-header .service-title {
    font-size: 1.2rem;
  }
  .sri_mainArea .interview-content {
    padding: 0 5px;
  }
  .interview-content h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .interview-content h2,
  .sri_mainArea .interview-content section .name {
    font-size: 1.6rem;
  }
  .sri_mainArea .interview-content section {
    margin-bottom: 30px;
  }
  .sri_mainArea .interview-content section p {
    margin-top: 10px;
  }
  .sri_mainArea .interview-content figure {
    max-width: calc( 100% - 20px )!important;
  }
  .sri_mainArea .interview-content .photo-left figure,
  .sri_mainArea .interview-content .photo-right figure {
    float: none;
    margin: 0 auto;
    width:auto;
  }
  .sri_mainArea .interview-content .interviewee h2,
  .sri_mainArea .interview-content .interviewee dl dt {
    font-size: 1.6rem;
  }
  .sri_mainArea .interview-content .interviewee dl dd {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .interview-content .content-header .title-group {
    left: 20px;
  }
}
@media screen and (max-width: 400px) {
  .interview-content .content-header .title-group {
    left: 10px;
  }
}

/*===============================================================
snewdesign.css の内容をもりこみ
===============================================================*/

section {
    margin: 0 0 40px 0;
}

/*===============================================================
お知らせページ遷移のボタン表示位置調整
===============================================================*/

.u-pager {
   padding-top: 10px;
}
body {
    min-height: 100vh;
}

/*===============================================================
consultingページ用　CSS
===============================================================*/
.consulting .feature {
  margin: 0 auto 100px;
}
.sri_content .feature img.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consulting .feature.left .feature-text:before {
  background: #F8D26C;
}
.consulting .feature.right h3,.consulting .feature.right p {
  color: #fff;
}
.consulting .feature.right .feature-text:before {
  background: #626262;
}
.consulting .feature h3 {
  font-weight: 500;
}
.consulting .feature .feature-text {
  padding: 40px;
}
.consulting .concept {
  margin-bottom: 100px;
}
.consulting .concept img {
  display: block;
  margin: 0 auto;
}
.consulting .outline {
  margin-bottom: 100px;
}
.consulting .outline img {
  display: block;
  margin: 100px auto;
}
.consulting .casestudy .card p {
  padding: 10px 20px 20px;
}
.consulting .outline img.pc,.consulting .concept img.pc {
  display: block;
}
.consulting .outline img.sp,.consulting .concept img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .feature {
    margin: 0 auto 10px;
    display: block;
  }
  .feature.left {
    display: flex;
    flex-direction: column-reverse;
  }
  .feature:last-of-type {
    margin-bottom: 30px;
  }
  .feature h3 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .feature h3 span {
    color: #666666;
    font-size: 3rem;
  }
  .feature .feature-text {
    width: 100%;
    padding: 30px 20px;
  }
  .feature .icon {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .consulting .outline img.pc,.consulting .concept img.pc {
    display: none;
  }
  .consulting .outline img.sp,.consulting .concept img.sp {
    display: block;
  }
}

/*===============================================================
Cookie対応　下部表示枠線なくす設定
===============================================================*/
.cookie-consent {
    border: 0px;
}
/*===============================================================
Subsc Startpack　新規追加
===============================================================*/
.startpack article section {
  margin-bottom: 50px;
}
.startpack .yellow {
  color: #E1B43C;
}
.startpack img.pc {
  display: block;
}
.startpack img.sp {
  display: none;
}
.startpack .about {
  padding: 25px 35px;
  border: 5px solid #E1B43C;
  border-radius: 6px;
}
.startpack .about p {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 1px;
}
.startpack .about p span {
  font-weight: 600;
}
.startpack .process img.pc {
  width: 75%;
  margin: 30px auto 10px;
}
.startpack .issue p {
  text-align: center;
}
.startpack .issue ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.startpack .issue ul li {
  width: 50%
}
.startpack .issue ul li h3 {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}
.startpack .issue ul li img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.startpack .issue ul li:nth-child(1) img {
  width: 120px;
}
.startpack .issue ul li:nth-child(2) img {
  width: 207px;
}
.startpack .issue ul li p:before {
  content: url("/image/check_icon_y");
  width: 30px;
  height: 29px;
	position:absolute;
	left:0;
}
.startpack .issue ul li p {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 45px;
  text-align: left;

}
.startpack .issue .issue_box {
  display: block;
  width: 450px;
  margin: 20px auto;
}
.startpack .content img.pc {
  width: 75%;
  margin: 30px auto 10px;
}
.startpack .content p,.startpack .effect p {
  margin-bottom: 30px;
}
.startpack .effect img.pc {
  width: 75%;
  margin: 30px auto 10px;
}
.startpack .studyCase ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.startpack .studyCase ul li {
  width: 45%;
}
.startpack .studyCase ul li img {
  width: 100%;
  margin-bottom: 30px;
}
.startpack .studyCase ul li p {
  margin-bottom: 50px;
}
.startpack .studyCase ul li h4 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 2px;
}
.startpack .studyCase ul li h5 {
  padding-bottom: 5px;
  margin-top: 30px;
  border-bottom: 3px solid #E1B43C;
  color: #E1B43C;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 2px;
}
.startpack .plan p {
  text-align: center;
  padding: 0 auto;
  margin: 10px 0 20px;
}
.startpack .plan ul li p.outline,.startpack .plan ul li p.plan_content {
  text-align: left;
  padding: 0 15px;
}
.startpack .plan ul li p.plan_content {
  margin-top: 10px;
}
.startpack .plan ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.startpack .plan ul li {
  width: 30%;
}
.startpack .plan ul li h4 {
  padding: 15px 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
.startpack .plan ul li h4 .num {
  margin-right: 5px;
}
.startpack .plan ul li:nth-child(1) {
  border: 5px solid #6B7982;
}
.startpack .plan ul li:nth-child(1) h4 {
  background-color: #6B7982;
}
.startpack .plan ul li:nth-child(2) {
  border: 5px solid #817D7E;
}
.startpack .plan ul li:nth-child(2) h4 {
  background-color: #817D7E;
}
.startpack .plan ul li:nth-child(3) {
  border: 5px solid #CCC7C0;
}
.startpack .plan ul li:nth-child(3) h4 {
  background-color: #CCC7C0;
}
.startpack .plan ul li .outline {
  padding: 0 15px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 600;
}
.startpack .plan ul li .outline .yellow{
  font-weight: 600;
}
.startpack .plan ul li .plan_content_head {
  display: inline-block;
  width: 90%;
  margin-left: 4.5%;
  padding-bottom: 3px;
  color: #707070;
  font-size: 1.6rem;
  font-weight: 600;
}
.startpack .plan ul li:nth-child(1) .plan_content_head {
  border-bottom: 3px solid #6B7982;
}
.startpack .plan ul li:nth-child(2) .plan_content_head {
  border-bottom: 3px solid #817D7E;
}
.startpack .plan ul li:nth-child(3) .plan_content_head {
  border-bottom: 3px solid #CCC7C0;
}
.startpack .aftersupport {
  border: 3px solid #2A2A2A;
}
.startpack .aftersupport h4 {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 0;
  background-color: #2A2A2A;
  color: #F5C133;
  text-align: center;
}
.startpack .aftersupport .outline {
  margin-bottom: 20px;
  padding: 0 20px;
  color: #6B7982;
  font-weight: 600;
  line-height: 1.8;
}
.startpack .aftersupport .outline .note {
  font-size: 1.3rem;
  color: inherit;
}
.startpack .aftersupport .plan_content {
  display: inline-block;
  width: 97%;
  margin-left: 1.5%;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 3px solid #2A2A2A;
  color: #707070;
  font-weight: 600;
  font-size: 1.8rem;
}
.startpack .aftersupport .plan_content p {
  margin-top: 5px;
}
.startpack .aftersupport p {
  padding: 0 20px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .startpack .plan ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .startpack .plan ul li .plan_content_head,.startpack .aftersupport .plan_content {
    width: 95%;
    margin-left: 2.5%;
  }
  .startpack .studyCase ul,.startpack .plan ul {
    justify-content: inherit;
    flex-wrap: wrap;
  }
  .startpack .issue .issue_box {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .startpack img.pc {
    display: none;
  }
  .startpack img.sp {
    display: block;
  }
  .startpack .content .sp {
    margin: 0 auto;
  }
  .startpack .issue .issue_box {
    width: 100%;
  }
  .startpack .issue ul li {
    width: 100%;
  }
  .startpack .studyCase ul li {
    width: 100%
  }
  .startpack .plan ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}

/**************
2310　コラム追加
**************/
.sp_column_branch .img_pc,.sp_column_branch .img_sp {
	margin-bottom: 30px;
}
.sp_column_branch .img_pc {
	display: block;
}
.sp_column_branch .img_sp {
	display: none;
}
.sp_column_branch [class^="photo_"] {
	 width: 100%;
}
.sri_mainArea .sp_column_branch h1 {
	display: block;
  position: relative;
  height: inherit;
	font-size: 3rem;
  font-weight: 600;
	margin-bottom: 20px;
  padding: 10px 15px 15px;
  background: -webkit-linear-gradient(90deg, #E1B43C, #ffe7a5) ;
  background: linear-gradient(90deg, #E1B43C, #ffe7a5);
  color: #fff;
}
.sri_mainArea .sp_column_branch h2 {
	margin-bottom: 15px;
  font-size: 2.4rem;
  text-align: left;
}
.sri_mainArea .sp_column_branch h2:after {
  display: none;
}
.sri_mainArea .sp_column_branch h3.column_header3 {
  display: inline-block;
  position: relative;
  padding: 0.25em 1.15em;
	margin-bottom: 15px;
  line-height: 1.4;
	font-size: 2.1rem;
}

.sp_column_branch h3.column_header3:before,.sp_column_branch h3.column_header3:after {
  content:'';
  width: 20px;
  height: 5px;
  position: absolute;
  display: inline-block;
}

.sp_column_branch h3.column_header3:before {
  border-top: solid 5px #E1B43C;
  top: 20px;
  left: 0;
}

.sp_column_branch [class^="photo_"]::after {
	 content: "";
	 display: block;
	 clear: both;
}
.sp_column_branch .photo_right .img_wrap {
	 display: block;
	 float: right;
}
.sp_column_branch .photo_left .img_wrap {
	 display: block;
	 float: left;
}
.sp_column_branch .txt_only {
	 width: 100%;
	 margin-bottom: 50px;
}
 .sp_column_branch .photo_right img {
	 display: block;
	 max-width: 450px;
	 padding: 0 30px 30px;
	 text-align: center;
	 box-sizing: border-box;
 }
 .sp_column_branch .photo_left img {
   float: left;
	 max-width: 450px;
	 padding: 0 30px 30px;
	 text-align: center;
	 box-sizing: border-box;
 }
.sp_column_branch .txt_only p,.sp_column_branch [class^="photo_"] p {
   font-size: 16px;
   line-height: 2;
	 text-indent: 1em;
}
.sp_column_branch .content_img {
	 width: 100%;
	 padding: 30px 0;
}
.sp_column_branch .content_img img {
	 display: block;
	 max-width: 600px;
	 margin: 0 auto;
	 text-align: center;
}
.sp_column_branch [class^="photo_"] {
	 margin-bottom: 30px;
}
.sp_column_branch [class^="photo_"] .img_wrap .caption {
	 display: block;
	 text-align: center;
}
.sp_column_branch .img_wrap span {
	 margin-bottom: 30px;
}
.sp_column_branch h3.footer_index {
	 margin-bottom: 10px;
	 color: #E1B43C;
	 font-size: 3rem;
   font-weight: 600;
}
.sp_column_branch .footer_index_list li {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
  align-items: center;
	padding: 20px 0;
	border-bottom: 2px solid #E1B43C;
}
.sp_column_branch .footer_index_list li:last-child {
	border-bottom: 0;
}
.sp_column_branch .footer_index_list li p {
	width: 75%;
	margin: 0 auto 0 0;
	font-size: 2.3rem;
	font-weight: 600;
}
.sp_column_branch .footer_index_list li .column_btn {
	position: relative;
	width: 170px;
	margin: 0 0 0 auto;
	padding: 10px;
	border: 3px solid #E1B43C;
	border-radius: 2px;
	font-size: 1.5rem;
	font-weight: 600;
	color: #E1B43C;
	text-align: center;
	transition-property: color, background-color, border-color, fill;
	transition-duration: .3s;
}
.sp_column_branch .footer_index_list li .column_btn:hover {
	background-color: #E1B43C;
	color: #fff;
}
.sp_column_branch .footer_index_list li .column_btn a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.sp_column_branch .footer_index_list li .column_btn.comingsoon {
	border: 3px solid #999;
	color: #999;
}
.sp_column_branch .footer_index_list li .column_btn.comingsoon:hover {
	background-color: #fff;
	color: #999;
}
.sp_column_branch .column_backTop {
	position: relative;
	width: 160px;
	margin: 20px auto;
	padding: 20px;
	background-color: #707070;
	color: #fff;
	text-align: center;
}
.sp_column_branch .column_backTop:hover {
	background-color: #aaa;
	color: #fff;
	text-align: center;
	transition-property: color, background-color, border-color, fill;
  transition-duration: .3s;
}
.sp_column_branch .column_backTop a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
@media screen and (max-width: 900px) {
	.sp_column_branch h1 {
		font-size: 1.6rem;
  	}
	.sp_column_branch h2 {
    font-size: 1.2rem;
  	}
	.sp_column_branch h3.column_header3 {
		font-size: 1.1rem;
  	}
	.sp_column_branch .img_pc {
		display: none;
	}
	.sp_column_branch .img_sp {
		display: block;
    margin: 20px auto;
	}
	.sp_column_branch .footer_index_list li {
		display: flex;
		flex-wrap: wrap;
	}
	.sp_column_branch .txt_area {
		width: 100%;
	}
	.sp_column_branch [class^="photo_"] .img_wrap {
		display: block;
		float: none;
	}
	.sp_column_branch .content_img img {
		max-width: inherit;
		width: 100%;
	}
	.sp_column_branch [class^="photo_"] img {
		max-width: inherit;
		width: 100%;
	}
	.sp_column_branch .footer_index_list li p {
		width: 100%;
		margin: 0 auto 20px;
		font-size: 2rem;
	}
	.sp_column_branch .footer_index_list li .column_btn {
		margin: 0 auto;
	}
  .sp_column_branch .footer_index_list li .column_btn.comingsoon {
  	margin: 0 auto;
  }
}
/**************
2310　コラム追加　end
**************/
