@charset "UTF-8";
@media only screen and (max-width: 768px) {
  .forPc {
    display: none !important;
  }
}

.forSp {
  display: none;
}

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

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  display: table;
  content: '';
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide video {
	width: 100%;
  }

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
#arrows {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 0;
}

#arrows .slick-prev, #arrows .slick-next {
  display: none !important;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 768px) {
  .slick-prev, .slick-next {
    width: 20px;
    height: 20px;
  }
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 5.4%;
}

.slick-prev--news {
  display: inline-block;
  -webkit-transform: translate(-52px, -25%) rotate(-45deg);
          transform: translate(-52px, -25%) rotate(-45deg);
  border-top: 2px solid #2d6795;
  border-left: 2px solid #2d6795;
  width: 6px;
  padding-top: 4px;
}

.slick-prev--news:hover {
  cursor: pointer;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
  padding-top: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(25%, -50%) rotate(-45deg);
          transform: translate(25%, -50%) rotate(-45deg);
  left: 0;
  display: block;
  margin: auto;
  width: 13px;
}

@media only screen and (max-width: 768px) {
  .slick-prev:before {
    width: 7px;
    padding-top: 6px;
  }
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: 5.4%;
}

.slick-next--news {
  -webkit-transform: translate(52px, -20%) rotate(45deg);
          transform: translate(52px, -20%) rotate(45deg);
  border-top: 2px solid #2d6795;
  border-right: 2px solid #2d6795;
  display: inline-block;
  padding-top: 4px;
  width: 6px;
}

.slick-next--news:hover {
  cursor: pointer;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  padding-top: 12px;
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
  width: 13px;
}

@media only screen and (max-width: 768px) {
  .slick-next:before {
    width: 7px;
    padding-top: 6px;
  }
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.topNews_thumb .slick-dots {
  display: table;
  right: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  z-index: 10000;
  width: auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #ccc;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  background-color: #0182E7;
  opacity: 1;
}
.slick-dots li button::before {
  background-color: #000;
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  html.scroll-prevent, body.scroll-prevent {
    height: auto !important;
    position: static !important;
    top: auto !important;
    width: auto !important;
  }
}

.slick-list.draggable{
	padding-top: 50.3%;
	overflow: hidden;
	height: 0;
}

.globalCtn_slide {
  width: 1280px;
  margin: 0 auto;
}

.globalCtn_slide .slick-slide img.forSp {
	display: none;
}

@media only screen and (max-width: 768px) {
	.slick-list.draggable{
		padding-top: 106.6666%;
	}
	.globalCtn_slide{
		width: 100%;
		max-width: 100%;
	}
	.globalCtn_slide .slick-slide img.forSp {
		display: block;
	}
	.globalCtn_slide .slick-slide img.forPc {
		display: none;
	}
}

.slick-list.draggable .slick-track{
	position: absolute!important;
	top: 0;
}
dl#pickup_list dd {
    margin-bottom: 12px;
    padding: 5px;
}
/*
body {
  background-color: #fff;
  color: #222222;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  min-width: 1024px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 1px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 320px) {
  body {
    padding-bottom: 48px;
  }
}
*/

.inner, .inner-m, .inner-l {
  margin: auto;
  max-width: 1200px;
  min-width: 1024px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .inner, .inner-m, .inner-l {
    min-width: 1px;
    width: 90%;
  }
}

@media only screen and (min-width: 769px) {
  .inner-m {
    /*max-width: 1054px;*/
  }
}

@media only screen and (min-width: 769px) {
  .inner-l {
    max-width: 1160px;
  }
}

.breadcrumb {
  margin-top: 38px;
}

@media only screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 20px;
  }
}

.breadcrumb ul li {
  font-size: 14px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .breadcrumb ul li {
    font-size: 12px;
  }
}

.breadcrumb ul li + li:before {
  content: '/ ';
}

.breadcrumb ul li a {
  color: #3071b7;
  text-decoration: underline;
}

/*
.header_inner {
  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: 1250px;
  min-width: 1024px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .header_inner {
    width: 90%;
    margin: auto;
    min-width: 1px;
    padding: 12px 0;
  }
}

.header_logo {
  width: 380px;
}

@media only screen and (max-width: 768px) {
  .header_logo {
    width: 61%;
  }
}

.header_nav .nav_user {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_nav .nav_user span {
  display: inline-block;
  vertical-align: middle;
}

.header_nav .nav_user-item {
  margin-right: 27px;
}

.header_nav .nav_user-item--gray {
  width: 120px;
  background-color: #939393;
  text-align: center;
}

.header_nav .nav_user-item--gray a {
  padding: 12px 10px;
  display: block;
}

.header_nav .nav_user-item--cart {
  background-color: #e4004f;
  overflow: hidden;
  width: 150px;
}

.header_nav .nav_user-item--cart a {
  display: block;
  padding: 12px 10px 12px 16px;
}

.header_nav .nav_user-item--cart--count {
  color: #fff;
  float: right;
}

.header_nav .nav_user-icon--new {
  width: 9px;
}

.header_nav .nav_user-icon--plus {
  width: 14px;
}

.header_nav .nav_user-icon--human {
  width: 16px;
}

.header_nav .nav_user-icon--cart {
  width: 21px;
}

.header_nav .nav_user-txt {
  font-size: 13px;
  margin-left: 5px;
}

.header_nav .nav_user-txt--white {
  color: #fff;
  font-size: 13px;
  margin-left: 5px;
}

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

@media only screen and (max-width: 768px) {
  .header_nav .nav_cat {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 50px;
    background-color: #fff;
    z-index: 10000;
  }
}

@media only screen and (max-width: 768px) and (max-width: 320px) {
  .header_nav .nav_cat {
    padding-bottom: 48px;
  }
}

.header_nav .nav_cat-logo {
  width: 61%;
}

.header_nav .nav_cat-logo-wrap {
  width: 90%;
  margin: auto;
  padding: 12px 0;
}

@media only screen and (min-width: 769px) {
  .header_nav .nav_cat-inner {
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 769px) {
  .header_nav .nav_cat-item {
    font-size: 16px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 768px) {
  .header_nav .nav_cat-item {
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .header_nav .nav_cat-item:after {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    content: "";
    padding-top: 7px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    width: 8px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 769px) {
  .header_nav .nav_cat-item + .nav_cat-item {
    margin-left: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .header_nav .nav_cat-item:first-child {
    border-top: 1px solid #707070;
  }
  .header_nav .nav_cat-item a {
    display: block;
    font-size: 18px;
    padding: 15px 0 15px 20px;
  }
}

.spNav {
  background-color: #454545;
  position: fixed;
  -webkit-transition: bottom .4s;
  transition: bottom .4s;
  width: 100%;
  z-index: 10001;
  bottom: 0;
}

.spNav_cat {
  display: none;
  height: calc(100% - 53px);
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  margin-bottom: 53px;
  background-color: #fff;
}

.spNav_cat-item {
  border-bottom: 1px solid #ccc;
  position: relative;
}

.spNav_cat-item:after {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  content: "";
  padding-top: 7px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  width: 7px;
}

.spNav_cat-item.is-active:after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}

.spNav_cat-item:first-child {
  border-top: 1px solid #707070;
}

.spNav_user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0;
}

.spNav_user-item, .spNav_user-item--closeBtn {
  margin: 11px 0 8px;
  display: table;
  text-align: center;
}

.spNav_user-item a, .spNav_user-item--closeBtn a {
  display: table-cell;
  vertical-align: middle;
}

.spNav_user-item--closeBtn {
  margin: 0;
  padding: 11px 0 8px;
  width: 67px;
}

.spNav_user-item--closeBtn.is-open {
  background-color: #fff;
}

.spNav_user-item--closeBtn.is-open .spNav_user-txt {
  color: #222222;
}

.spNav_user-item--closeBtn.is-open .spNav_trigger-part {
  background-color: #222222;
}

.spNav_user [class*="icon"] {
  display: block;
  margin: auto;
}

.spNav_user-icon--new {
  width: 10px;
}

.spNav_user-icon--pen {
  width: 26px;
}

.spNav_user-icon--human {
  width: 16px;
}

.spNav_user-icon--cart {
  width: 11px;
}

.spNav_user-txt {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-top: 3px;
  color: #fff;
}

@media only screen and (max-width: 320px) {
  .spNav_user-txt {
    font-size: 10px;
  }
}

.spNav_trigger {
  width: 21px;
  display: block;
  margin: auto;
  position: relative;
  padding-top: 16px;
}

.spNav_trigger.is-open .spNav_trigger-part {
  color: #222222;
}

.spNav_trigger.is-open .spNav_trigger-part:first-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.spNav_trigger.is-open .spNav_trigger-part:last-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.spNav_trigger-part {
  width: 100%;
  border-radius: 2px;
  display: block;
  position: absolute;
  padding-top: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.spNav_trigger-part:first-child {
  top: 0;
}

.spNav_trigger-part:last-child {
  top: 6px;
}

.footer_inner {
  background-color: #454545;
  padding-top: 50px;
}

@media only screen and (max-width: 768px) {
  .footer_inner {
    background-color: #1e1e1e;
    padding-top: 21px;
  }
}

@media only screen and (min-width: 769px) {
  .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .footer_menu {
    padding-bottom: 30px;
  }
}

.footer_menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .footer_menu-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 420px) {
  .footer_menu-left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 769px) {
  .footer_menu-left .footer_menu-box:nth-child(2) {
    margin: 33px 108px 0 95px;
  }
  .footer_menu-left .footer_menu-box:nth-child(3) {
    margin-top: 33px;
  }
}

@media only screen and (max-width: 768px) {
  .footer_menu-left .footer_menu-box:last-child {
    margin-top: 17px;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .footer_menu-left .footer_menu-box:last-child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .footer_menu-left .footer_menu-box:last-child ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .footer_menu-left .footer_menu-box:last-child ul li {
    margin-top: 0;
    width: 160px;
  }
}

@media only screen and (max-width: 420px) {
  .footer_menu-left .footer_menu-box:last-child ul li {
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .footer_menu-left .footer_menu-box:last-child ul li + li {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 420px) {
  .footer_menu-left .footer_menu-box:last-child ul li + li {
    margin-left: 0;
  }
}

.footer_menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (min-width: 769px) {
  .footer_menu-right {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .footer_menu-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 420px) {
  .footer_menu-right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 769px) {
  .footer_menu-right .footer_menu-box {
    border-left: 1px solid #8a8a8a;
    padding: 12px 20px;
  }
  .footer_menu-right .footer_menu-box:first-child {
    margin-right: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .footer_menu-right {
    border-top: 1px solid #707070;
    padding-top: 28px;
    margin-top: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .footer_menu-box:first-child {
    width: 160px;
  }
}

@media only screen and (max-width: 420px) {
  .footer_menu-box:first-child {
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .footer_menu-box:nth-child(2) {
    margin: 36px 0 0 40px;
  }
}

@media only screen and (max-width: 420px) {
  .footer_menu-box:nth-child(2) {
    margin-left: 0;
  }
}

.footer_menu-box li {
  color: #e9ecf0;
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  .footer_menu-box li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  .footer_menu-box li {
    font-size: 15px;
  }
}

.footer_menu-box li + li {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .footer_menu-box li + li {
    margin-top: 17px;
  }
}

.footer_menu-name {
  color: #e9ecf0;
  font-size: 13px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .footer_menu-name {
    font-weight: bold;
    font-size: 16px;
  }
}

.footer_border {
  background: url(/img/common/border_rainbow.png) repeat-x;
  padding-top: 3px;
}

.footer_summary {
  background-color: #f2f2f2;
  padding: 24px 0;
}

.footer_summary-item {
  display: inline-block;
  vertical-align: middle;
}

.footer_summary-item + .footer_summary-item {
  margin-left: 24px;
}

@media only screen and (min-width: 769px) {
  .footer_foot {
    background-color: #fff;
    padding: 22px 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  .footer_foot {
    background-color: #f2f2f2;
    padding: 16px 0;
    text-align: center;
  }
}

.footer_foot-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  .footer_foot-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer_foot-logo {
  width: 380px;
}

.footer_foot-copy {
  font-size: 12px;
}

@media only screen and (max-width: 320px) {
  .footer_foot-copy {
    font-size: 11px;
    display: block;
    margin: auto;
  }
}
*/

.globalCtn_ttl {
  font-size: 32px;
  font-weight: bold;
  color: #003265;
}

@media only screen and (max-width: 768px) {
  .globalCtn_ttl {
    font-size: 22px;
  }
}

.globalCtn_mainVis {
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  .globalCtn_mainVis {
    margin-top: 20px;
  }
}

.searchBox {
  background-color: #f2f2f2;
  padding: 35px 0;
}
.searchBox.searchBox__download {
  margin: 30px 50px;
}

@media only screen and (max-width: 768px) {
  .searchBox {
    padding: 20px 10px;
  }
  .searchBox.searchBox__download {
    margin: 30px 0;
    padding: 20px;
  }
}

.searchBox_inner {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .searchBox_inner {
    width: 598px;
  }
  .searchBox__download .searchBox_inner {
    width: 880px;
  }
}

.searchBox_txt {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media only screen and (max-width: 768px) {
  .searchBox_txt {
    line-height: 1.4;
  }
}

.searchBox_txt span {
  display: inline-block;
  vertical-align: middle;
}

.searchBox_txt span.searchBox_txt-main {
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .searchBox_txt span.searchBox_txt-main {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .searchBox_txt span.searchBox_txt-main {
    width: 100%;
    font-size: 18px;
  }
}

@media only screen and (min-width: 769px) {
  .searchBox_txt-img {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .searchBox_txt-img {
    width: 80px;
    margin-bottom: 5px;
  }
}

.searchBox_form {
  margin-top: 0;
}

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

.searchBox__download .searchBox_form-label {
  font-size: 18px;
  font-weight: bold;
}


@media only screen and (min-width: 769px) {
  .searchBox__download .searchBox_form-label {
    align-self: center;
    width: 150px;
    text-align: right;
    margin: 0 10px 0 0;
  }
}

.searchBox_form select, .searchBox_form option, .searchBox_form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
}

@media only screen and (min-width: 769px) {
  .searchBox_form {
    -ms-flex-preferred-size: 580px;
        flex-basis: 580px;
  }
  .searchBox__download .searchBox_form {
    flex-basis: 100%;
  }
}

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

.searchBox_form-inner, .searchBox_form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .searchBox__download .searchBox_form-inner {
    flex-direction: column;
  }
}

.searchBox_form-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 768px) {
  .searchBox_form-box {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .searchBox__download .searchBox_form-box {
    flex-basis: 500px;
    flex-grow: 0;
  }
}

.searchBox_form-cat {
  -ms-flex-preferred-size: 128px;
      flex-basis: 128px;
  margin-right: 3px;
  position: relative;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  .searchBox_form-cat {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 3px 0;
  }
  .searchBox__download .searchBox_form-cat {
    flex-basis: auto;
  }
}

@media only screen and (min-width: 769px) {
  .searchBox__download .searchBox_form-cat {
    flex-basis: 500px;
  }
}

.searchBox_form-cat:after {
  border: 6px solid transparent;
  border-top: 6px solid #454545;
  content: "";
  height: 0;
  position: absolute;
  right: 17px;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  top: 50%;
  width: 0;
  pointer-events: none;
}

.searchBox_form-cat select {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 33px 9px 20px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.searchBox_form-cat select::-ms-expand {
  display: none;
}

.searchBox__download .searchBox_form-cat select {
  padding: 15px 33px 15px 20px;
}

.searchBox_form-input {
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .searchBox_form-input {
    padding: 11.5px 10px;
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .searchBox__download .searchBox_form-input {
    padding: 0 20px;
  }
}

.searchBox_form-btn {
  width: 80px;
  background-color: #454545;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .searchBox_form-btn {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .searchBox_form-btn {
    float: right;
    line-height: 1;
    padding: 13px 8px;
    font-size: 18px;
    margin-left: 3px;
  }
  .searchBox__download .searchBox_form-btn {
    width: 100% !important;
    padding: 0;
    background: none;
    margin-top: 1rem;
  }
  .searchBox__download .searchBox_form-btn .el_btn01 {
    width: 100% !important;
    margin: 0 !important;
  }
}

.searchBlock {
  background-color: #f2f2f2;
}

.searchBlock a {
  text-align: center;
  line-height: 1;
  padding: 25px 0;
  font-size: 16px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .searchBlock a {
    padding: 20px 0;
    font-size: 14px;
  }
}

@media only screen and (min-width: 769px) {
  .searchBlock a:hover {
    opacity: .8;
  }
}

.moreBtn, .moreBtn--red {
  background: #313131;
  color: #fff;
  font-weight: bold;
  margin: auto;
  padding: 18px 0;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .moreBtn, .moreBtn--red {
    font-size: 18px;
    max-width: 440px;
  }
}

@media only screen and (max-width: 768px) {
  .moreBtn, .moreBtn--red {
    font-size: 13px;
  }
}

@media only screen and (max-width: 320px) {
  .moreBtn, .moreBtn--red {
    font-size: 12px;
  }
}

.moreBtn:hover, .moreBtn--red:hover {
  opacity: .8;
}

.moreBtn--red {
  background-color: #e40050;
}

.moreBtn_link, .moreBtn_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.moreBtn_link a:hover, .moreBtn_arrow a:hover {
  opacity: 1;
  color: #fff;
}

.moreBtn_arrow {
  border: 7px solid transparent;
  border-left: 7px solid #fff;
  margin-left: 6px;
}

@media only screen and (max-width: 768px) {
  .moreBtn_arrow {
    border-width: 6px;
  }
}

.lower_root {
  padding-top: 45px;
}

@media only screen and (max-width: 768px) {
  .lower_root {
    padding-top: 15px;
  }
}

.lower_mainCnt {
  margin-top: 120px;
}

@media only screen and (max-width: 768px) {
  .lower_mainCnt {
    margin-top: 60px;
  }
}

.lower_search {
  margin-top: 66px;
}

@media only screen and (max-width: 768px) {
  .lower_search {
    margin-top: 50px;
  }
}

.lower_contact {
  margin-top: 99px;
}

@media only screen and (max-width: 768px) {
  .lower_contact {
    margin-top: 50px;
  }
}

#cpContents img {
  width: auto;
}

@media only screen and (min-width: 769px) {
  .separateBlock {
    margin-top: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  .separateBlock {
    margin-top: 23px;
  }
}

@media only screen and (min-width: 769px) {
  .separateBlock_item {
    -ms-flex-preferred-size: 338px;
        flex-basis: 338px;
    margin-top: 60px;
  }
}

@media only screen and (min-width: 769px) {
  .separateBlock_item:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .separateBlock_item + .separateBlock_item {
    margin-top: 40px;
  }
}

.separateBlock_item-name, .separateBlock_item-name--secound {
  font-size: 20px;
  margin-top: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .separateBlock_item-name, .separateBlock_item-name--secound {
    margin-top: 17px;
    font-size: 18px;
  }
}

.separateBlock_item-name--secound {
  margin-top: 33px;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .separateBlock_item-name--secound {
    margin-top: 17px;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 5px;
  }
}

.separateBlock_item-dsc {
  margin-top: 10px;
  line-height: 2.1;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .separateBlock_item-dsc {
    font-size: 14px;
    margin-top: 7px;
  }
}

.separateBlock_item-dsc a:hover {
  opacity: .8;
}

.title--colorfulIcon {
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .title--colorfulIcon.large {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.title--colorfulIcon_icon {
  background: url(/img/common/title-img.png) no-repeat;
  width: 5px;
  padding-top: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.title--colorfulIcon_txt {
  margin-left: 7px;
}

@media only screen and (max-width: 768px) {
  .title--colorfulIcon_txt {
    line-height: 1.3;
  }
}

.block a {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  display: block;
}

.block > [class*="block_col"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block_name, .block_name--l, .block_name--bold {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .block_name, .block_name--l, .block_name--bold {
    font-size: 16px;
  }
}

.block_name--l {
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .block_name--l {
    font-size: 16px;
  }
}

.block_name--bold {
  font-weight: bold;
}

.block img {
  display: block;
}

.block_col2-item {
  -ms-flex-preferred-size: 48.1%;
      flex-basis: 48.1%;
  margin-top: 35px;
}

.block_col2-item:nth-child(-n+2) {
  margin-top: 0;
}

.block_col3-item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-top: 21px;
}

@media only screen and (max-width: 768px) {
  .block_col3-item {
    margin-top: 2%;
  }
}

.block_col3-item:nth-child(-n+3) {
  margin-top: 0;
}

.block_col3-item--sizeS {
  -ms-flex-preferred-size: 29.1%;
      flex-basis: 29.1%;
}

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

.block_col5-item {
  margin-top: 16px;
  -ms-flex-preferred-size: 245px;
      flex-basis: 245px;
}

@media only screen and (max-width: 768px) {
  .block_col5-item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-top: 2%;
  }
}

.block [class*="_bottom"] p {
  line-height: 1.7;
}

.block_bottom--sizeS {
  margin-top: 11px;
}

.block_bottom--sizeM {
  margin-top: 23px;
}

@media only screen and (max-width: 768px) {
  .block_bottom--sizeM {
    margin-top: 7px;
  }
}

.block_bottom--sizeM-desc {
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  .block_bottom--sizeM-desc {
    margin-top: 5px;
    font-size: 13px;
  }
}

.block_bottom--sizeL {
  margin-top: 17px;
}

@media only screen and (max-width: 768px) {
  .block_bottom--sizeL {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 768px) {
  .block_bottom--sizeL-desc {
    margin-top: 5px;
    font-size: 13px;
  }
}

.block_bottom--sizeXl {
  margin-top: 19px;
}

@media only screen and (max-width: 768px) {
  .block_bottom--sizeXl {
    margin-top: 10px;
  }
}

.block_bottom--sizeXl-desc {
  margin-top: 17px;
}

@media only screen and (max-width: 768px) {
  .block_bottom--sizeXl-desc {
    margin-top: 11px;
    font-size: 13px;
  }
}

.company .home_inner {
  margin-top: 80px;
}


@media only screen and (max-width: 768px) {
  .company .home_navCnt {
    padding-bottom: 50px;
  }
}

.company .home_cnt--bgcGray {
  background-color: #f2f2f2;
}

.company .home_cnt-ttl {
  color: #12203f;
  display: table;
  font-size: 28px;
  font-weight: bold;
  margin: auto;
  padding: 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .company .home_cnt-ttl {
    font-size: 20px;
  }
}

.company .home_cnt-ttl:before {
  border: 1px solid #a5a5a5;
  content: "";
  display: block;
  left: -270px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 250px;
}

@media only screen and (max-width: 768px) {
  .company .home_cnt-ttl:before {
    left: -85px;
    width: 70px;
  }
}

.company .home_cnt-ttl:after {
  border: 1px solid #a5a5a5;
  content: "";
  display: block;
  position: absolute;
  right: -270px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 250px;
}

@media only screen and (max-width: 768px) {
  .company .home_cnt-ttl:after {
    right: -85px;
    width: 70px;
  }
}

.company .home_cnt-inner {
  margin-top: 42px;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .company .home_cnt-inner {
    margin-top: 35px;
  }
}

.company_root {
  /*padding-top: 45px;*/
}

@media only screen and (max-width: 768px) {
  .company_root {
    padding-top: 15px;
  }
}

.company_inner {
  margin: 40px auto 120px;
}

@media only screen and (max-width: 768px) {
  .company_inner {
    margin: 25px auto 70px;
  }
}

.company_cnt {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .company_cnt {
    margin-top: 35px;
  }
}

.company_tab .tabList {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .company_tab .tabList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.company_tab .tabList_item {
  width: 210px;
}

@media only screen and (max-width: 768px) {
  .company_tab .tabList_item {
    width: 49%;
  }
  .company_tab .tabList_item:nth-child(n+3) {
    margin-top: 7px;
  }
}

.company_tab .tabList_item a {
  background-color: #313131;
  color: #fff;
  display: table;
  font-weight: bold;
  height: 100%;
  line-height: 1.2;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .company_tab .tabList_item a {
    font-size: 14px;
  }
}

.company_tab .tabList_item a.is-active {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #454545;
  padding: 10px 0;
}

.company_tab .tabList_item a span {
  display: table-cell;
  vertical-align: middle;
}

.company_list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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;
}

.company_list::after {
    content: "";
    display: block;
    width: 32.5%;
}

@media only screen and (min-width: 769px) {
  .company_list-box--col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
  }
}

.company_list-bottom {
  margin-top: 12px;
  height: 50px;
}

@media only screen and (min-width: 1200px) {
  .company_list-item {
    width: 392px;
  }
}

@media only screen and (min-width: 769px) {
  .company_list-item {
    width: 32.5%;
  }
  .company_list-item:nth-child(n+4) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .company_list-item {
    width: 49%;
  }
  .company_list-item:nth-child(n+3) {
    margin-top: 20px;
  }
  .topics{
    margin-bottom: 60px;
  }
  .topNews{
    padding: 60px 26px;
  }
.company_list-bottom {
    margin-top: 10px;
    height: auto;
}
}

.company_list-name {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .company_list-name {
    font-size: 16px;
  }
}

.company_list-name--bold {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.6em;
}

@media only screen and (max-width: 768px) {
  .company_list-name--bold {
    font-size: 16px;
  }
}

.company_list-name--withArrow {
  display: inline-block;
  vertical-align: middle;
}

/*.company_list-name--withArrow + span {
  border-right: 1px solid #2d6795;
  border-top: 1px solid #2d6795;
  display: inline-block;
  padding-top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  width: 7px;
}*/

.company_list-date {
  font-size: 12px;
}

.company_list-dsc {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0.6em;
}

@media only screen and (max-width: 768px) {
  .company_list-dsc {
    font-size: 12px;
    margin-top: 10px;
  }
}

.company_list-dsc--small {
  font-size: 13px;
  line-height: 1.5;
}

/*@media only screen and (min-width: 769px) {
  .company_list-dsc--small {
		margin-left: 16px;
	  }
	*/
}

@media only screen and (max-width: 768px) {
  .company_list-dsc--small {
    font-size: 11px;
    margin-top: 7px;
  }
}

@media only screen and (min-width: 769px) {
  .company_lower {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0 80px;
  }
}

@media only screen and (max-width: 768px) {
  .company_lower {
    padding: 0 0 70px;
  }
}

.company_lower h1 {
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .company_lower h1 {
    font-size: 24px;
  }
}

.company_sideNav {
  background-color: #454545;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.5;
  margin: 0 78px 0 0;
  padding: 30px 25px;
  width: 220px;
}

@media only screen and (max-width: 768px) {
  .company_sideNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: inherit;
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 769px) {
  .company_sideNav-item {
    font-size: 16px;
    margin-top: 13px;
  }
  .company_sideNav-item:first-child {
    margin-top: 0;
  }
  .company_sideNav-item a {
    color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .company_sideNav-item {
    font-size: 14px;
    margin: 10px 15px;
  }
  .company_sideNav-item a {
    color: #fff;
  }
}

.company_sideNav-item a:hover {
  /*opacity: .7;*/
  color: #3490dc;
}

.company_sideNav-item a.is-active {
  font-weight: bold;
}

.company_table {
  width: 100%;
}

.company_table li {
  border-top: 1px solid #ccc;
}

@media only screen and (min-width: 769px) {
  .company_table li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .company_table li {
    padding-top: 10px;
  }
  .company_table li + li {
    margin-top: 10px;
  }
  .company_table li:last-child {
    padding-bottom: 10px;
  }
}

.company_table li:last-child {
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 769px) {
  .company_table li .company_table-main, .company_table li .company_table-dsc {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 1.8;
    padding: 16px;
    vertical-align: top;
    width: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .company_table li .company_table-main, .company_table li .company_table-dsc {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
  }
}

.company_table li .company_table-dsc {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

@media only screen and (min-width: 769px) {
  .company_table li .company_table-dsc {
    border-left: 1px solid #ccc;
    padding-left: 25px;
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .company_table li .company_table-dsc {
    font-weight: 400;
    padding: 5px 0 0 15px;
  }
}

.company .message_main {
  margin: 45px 0 40px;
}

@media only screen and (max-width: 768px) {
  .company .message_main {
    margin: 30px 0 20px;
  }
}

.company .message_main p {
  font-size: 16px;
  line-height: 1.8;
}

.company .message_main p + p {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .company .message_main p + p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
  }
}

.company .message_sign {
  font-size: 22px;
  font-weight: bold;
  margin-left: auto;
  width: 250px;
}

@media only screen and (max-width: 768px) {
  .company .message_sign {
    font-size: 16px;
    text-align: right;
  }
}

.company .topics {
  padding: 0 0 50px;
}

@media only screen and (max-width: 768px) {
  .company .topics {
    padding: 0 0 34px;
  }
}

.company .topNews {
  /*padding: 60px 0 34px;*/
  padding: 60px 100px 60px;
  /*margin-bottom: 50px;*/
}
@media only screen and (max-width: 768px) {
  .company .topNews {
    padding: 60px 5% 60px;
    margin-bottom: 0;
  }
}
.company .topNews_listItem a {
  color: #2d6795;
}
.company .topNews_listItem a:hover {
  color: #3490dc;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .company .topNews {
    padding-top: 45px;
  }
}

@media only screen and (min-width: 769px) {
  .company .topNews_box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 769px) {
  .company .topNews_list {
    width: 730px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 769px) {
  .company .topNews_listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.63;

  }
}

@media only screen and (max-width: 768px) {
  .company .topNews_listItem {
    font-size: 13px;
    line-height: 1.3;
  }
}

.company .topNews_listItem + .topNews_listItem {
  margin-top: 13px;
}

@media only screen and (max-width: 768px) {
  .company .topNews_listItem + .topNews_listItem {
    margin-top: 18px;
  }
}

.company .topNews_listItem-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  .company .topNews_listItem-date {
    font-weight: bold;
  }
}

@media only screen and (min-width: 769px) {
  .company .topNews_listItem-txt {
    margin-left: 27px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .company .topNews_listItem-txt {
    display: block;
    margin-top: 5px;
    font-size: 16px;
  }
}

.company .topNews_thumb {
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .company .topNews_thumb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 5px 0 0 30px;
    width: 47.5%;
  }
}

@media only screen and (max-width: 768px) {
  .company .topNews_thumb {
    margin-top: 40px;
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .company .topNews_thumb-listItem + .news_thumb-listItem {
    margin-left: 10px;
  }
}

.company .topNews_linkBtn {
  border: 1px solid #2d6795;
  border-radius: 3px;
  display: table;
  margin: auto;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .company .topNews_linkBtn {
    margin-top: 35px;
  }
}

.company .topNews_linkBtn:after {
  border-right: 1px solid #2d6795;
  border-top: 1px solid #2d6795;
  content: "";
  padding-top: 6px;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translate(0, calc(-50% + 1px)) rotate(45deg);
          transform: translate(0, calc(-50% + 1px)) rotate(45deg);
  width: 7px;
}

.company .topNews_linkBtn a {
  color: #2d6795;
  display: block;
  font-size: 12px;
  padding: 9px 42px 9px 30px;
}

.company .sales_graph {
  margin: 60px 0 25px;
}

@media only screen and (max-width: 768px) {
  .company .sales_graph {
    margin-top: 30px;
  }
}

.company .sales_txt {
  font-size: 14px;
}

.company .outline_subTitle {
  font-size: 26px;
  margin: 30px 0 15px;
}

@media only screen and (max-width: 768px) {
  .company .outline_subTitle {
    font-size: 20px;
    margin-top: 20px;
  }
}

.company .outline_lead {
  font-size: 16px;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .company .outline_lead {
    font-size: 14px;
    line-height: 1.6;
  }
}

.company .outline_table {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .company .outline_table {
    margin-top: 35px;
  }
}

.company .profile_table {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .company .profile_table {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 769px) {
  .company .profile_table .company_table-main, .company .profile_table .company_table li .company_table-dsc, .company_table li .company .profile_table .company_table-dsc {
    width: 200px;
  }
}

.company .profile_group-img {
  margin-top: 30px;
}

.company .profile_map-main {
  border: 1px solid #ccc;
  margin-top: 30px;
}

.company .profile_map-source {
  display: block;
  width: 100%;
}

.company .profile_map-address {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}

@media only screen and (min-width: 769px) {
  .company .profile_map-address {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  .company .profile_map-address {
    font-size: 14px;
  }
}

@media only screen and (min-width: 769px) {
  .company .profile_map-address dt {
    margin-top: 20px;
    width: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .company .profile_map-address dt {
    font-weight: bold;
    margin-top: 15px;
  }
  .company .profile_map-address dt:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 769px) {
  .company .profile_map-address dd {
    margin: 20px 0 0 30px;
    width: calc(100% - 110px);
  }
}

@media only screen and (max-width: 768px) {
  .company .profile_map-address dd {
    line-height: 1.7;
    margin-top: 7px;
  }
}

.company .profile_info-txt {
  font-size: 16px;
  margin: 30px 0;
}

@media only screen and (max-width: 768px) {
  .company .profile_info-txt {
    line-height: 1.5;
    margin-top: 20px;
  }
}

.company .profile_info-btn, .company .profile_info-btn--large {
  border: 1px solid #ccc;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .company .profile_info-btn, .company .profile_info-btn--large {
    display: inline-block;
    margin-right: 13px;
    width: 170px;
  }
}

@media only screen and (min-width: 769px) {
  .company .profile_info-btn--large {
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .company .profile_info-btn--large, .company .profile_info-btn {
    margin-top: 15px;
  }
}

.company .profile_info-btn a, .company .profile_info-btn--large a {
  display: block;
  padding: 16px;
}

.company .about {
  font-size: 14px;
  line-height: 1.7;
}

.company .about h1 {
  line-height: 1;
}

.company .about h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .company .about h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}

.company .about a {
  color: inherit;
}

@media only screen and (min-width: 769px) {
  .company .about a:hover {
    opacity: .8;
  }
}

@media only screen and (min-width: 769px) {
  .company .about_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.company .about_box {
  margin-top: 27px;
}

@media only screen and (max-width: 768px) {
  .company .about_box {
    margin-top: 23px;
  }
}

.company .about_moreBtn {
  margin: 40px auto 0;
}

@media only screen and (max-width: 768px) {
  .company .about_moreBtn {
    margin-top: 35px;
  }
}

.company .about_mv {
  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;
}

.company .about_mv img {
  display: block;
}

.company .about_mv-item {
  -ms-flex-preferred-size: 49.3%;
      flex-basis: 49.3%;
}

@media only screen and (max-width: 768px) {
  .company .about_mv-item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

.company .about_mv-item--col1 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 12px;
}

@media only screen and (max-width: 425px) {
  .company .about_mv-item--col1 {
    margin-bottom: 7px;
  }
}

.company .about_point {
  text-align: center;
}

.company .about_point-ttl {
  margin: 47px 0 36px;
}

@media only screen and (max-width: 768px) {
  .company .about_point-ttl {
    margin: 20px 0 15px;
  }
}

.company .about_point-lead {
  font-size: 18px;
  line-height: 1.66;
}

@media only screen and (max-width: 768px) {
  .company .about_point-lead {
    font-size: 14px;
    text-align: left;
  }
}

.company .about_maker {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .company .about_maker {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 769px) {
  .company .about_maker-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
    max-width: 350px;
  }
}

.company .about_maker-dsc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 768px) {
  .company .about_maker-dsc {
    margin-top: 20px;
  }
}

.company .about_maker-dsc-ttl {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 17px;
}

@media only screen and (min-width: 769px) {
  .company .about_maker-dsc-ttl {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .company .about_maker-dsc-ttl {
    font-size: 18px;
  }
}

.company .about_maker-dsc-ttl span {
  display: block;
  margin-top: 8px;
}

.company .about_maker-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .company .about_maker-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .company .about_maker-list {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 769px) {
  .company .about_maker-listItem {
    -ms-flex-preferred-size: 23.6%;
        flex-basis: 23.6%;
  }
  .company .about_maker-listItem:nth-child(n+5) {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .company .about_maker-listItem {
    -ms-flex-preferred-size: 32.5%;
        flex-basis: 32.5%;
  }
  .company .about_maker-listItem:nth-child(3n-1) {
    margin: 0 1.25%;
  }
  .company .about_maker-listItem:nth-child(n+4) {
    margin-top: 20px;
  }
}

.company .about_maker-listItem-name {
  margin-top: 3px;
}

.company .about_info {
  margin-top: 66px;
}

@media only screen and (max-width: 768px) {
  .company .about_info {
    margin-top: 40px;
  }
}

.company .about_info img {
  display: block;
}

.company .about_info-staf {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .company .about_info-staf {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .company .about_info-staf-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .company .about_info-staf-txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 768px) {
  .company .about_info-staf-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.company .about_info-staf-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company .about_info-staf-listItem {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

@media only screen and (max-width: 768px) {
  .company .about_info-staf-listItem {
    -ms-flex-preferred-size: 32.5%;
        flex-basis: 32.5%;
  }
}

.company .about_showroom {
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  .company .about_showroom {
    margin-top: 50px;
  }
}

.company .about_showroom-box {
  margin-top: 25px;
}

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

.company .about_showroom-dsc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 768px) {
  .company .about_showroom-dsc {
    margin-top: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 769px) {
  .company .about_showroom-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 20px;
    max-width: 350px;
  }
}

@media only screen and (max-width: 768px) {
  .company .about_showroom-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.company .about_showroom-mv {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .company .about_showroom-mv {
    margin-top: 15px;
  }
}

.company .about_area {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .company .about_area {
    margin-top: 45px;
  }
}

.company .about_search {
  margin-top: 75px;
}

@media only screen and (max-width: 768px) {
  .company .about_search {
    margin-top: 45px;
  }
}

.company .about_contribution {
  margin-top: 50px;
}

.company .about_contribution-box {
  margin-top: 27px;
}

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

.company .about_contribution-dsc {
  line-height: 1.7;
}

@media only screen and (min-width: 769px) {
  .company .about_contribution-dsc {
    -ms-flex-preferred-size: 445px;
        flex-basis: 445px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media only screen and (max-width: 768px) {
  .company .about_contribution-dsc {
    margin-top: 25px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.company .about_contribution-dsc dt {
  margin-top: 23px;
}

@media only screen and (max-width: 768px) {
  .company .about_contribution-dsc dt {
    margin-top: 12px;
  }
}

.company .about_contribution-dsc dt:first-child {
  margin-top: 0;
}

.company .about_contribution-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 768px) {
  .company .about_contribution-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.company .about_contribution img {
  display: block;
}

.company .satellite_cnt {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .company .satellite_cnt {
    margin-top: 35px;
  }
}

.company .satellite_cnt-type {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .company .satellite_cnt-type {
    font-size: 20px;
  }
}

.company .satellite_listItem {
  display: inline-block;
  margin-top: 50px;
  vertical-align: top;
  width: 400px;
}

@media only screen and (max-width: 768px) {
  .company .satellite_listItem {
    margin-top: 30px;
    width: 100%;
  }
}

@media only screen and (max-width: 1150px) {
  .company .satellite_listItem {
    width: 360px;
  }
}

.company .satellite_listItem--col1 {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .company .satellite_listItem--col1 {
    margin-top: 30px;
  }
}

.company .satellite_listItem + .company .satellite_listItem {
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  .company .satellite_listItem + .company .satellite_listItem {
    margin-left: 5%;
  }
}

.company .satellite_listItem-location {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .company .satellite_listItem-location {
    font-size: 16px;
  }
}

.company .satellite_listItem-address {
  font-size: 14px;
  line-height: 1.6;
  margin: 8px 0 13px;
}

@media only screen and (max-width: 768px) {
  .company .satellite_listItem-address {
    font-size: 13px;
  }
}

.company .satellite_listItem-btn {
  background-color: #313131;
  border: 1px solid transparent;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 180px;
}

@media only screen and (max-width: 768px) {
  .company .satellite_listItem-btn {
    margin: auto;
    max-width: 350px;
    width: 100%;
  }
}

.company .satellite_listItem-btn:hover {
  background-color: #fff;
  border-color: #ccc;
  color: #454545;
}

.company .satellite_listItem-btn a {
  color: inherit;
  display: block;
  padding: 16px;
}

@media only screen and (max-width: 768px) {
  .company .satellite_listItem-btn a {
    padding: 12px;
  }
}

.company .ir {
  width: 100%;
}

.company .ir_tab {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .company .ir_tab {
    margin-top: 30px;
  }
}

.company .ir_list {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .company .ir_list {
    margin-top: 35px;
  }
}

.company .ir_listItem-ttl {
  font-size: 26px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .company .ir_listItem-ttl {
    font-size: 22px;
  }
}

.company .ir_table {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .company .ir_table {
    margin-top: 30px;
  }
}

.company .ir_table li .ir_table-main {
  color: #777;
}

@media only screen and (min-width: 769px) {
  .company .ir_table li .ir_table-main {
    font-weight: bold;
    padding: 10px;
    width: 120px;
  }
}

@media only screen and (min-width: 769px) {
  .company .ir_table li .ir_table-dsc {
    border-left: none;
    font-size: 14px;
    font-weight: bold;
  }
}

.company .ir_table li .ir_table-dsc a {
  background: url(/img/common/icon_link_blank.png) center left no-repeat;
  color: #26b;
  padding-left: 15px;
}

.company .news_cnt, .company .news_cnt--noIssues {
  border: 1px solid #ccc;
  padding: 20px;
}

@media only screen and (min-width: 769px) {
  .company .news_cnt, .company .news_cnt--noIssues {
    width: 670px;
  }
}

.company .news_cnt--noIssues {
  padding: 20px 0 280px 40px;
}

@media only screen and (max-width: 768px) {
  .company .news_cnt--noIssues {
    padding: 0 0 200px 18px;
  }
}

.company .news_cnt--noIssues .news_txt {
  font-size: 16px;
  margin-top: 20px;
}

@media all and (-ms-high-contrast: none) {
  .company .profile_map-address {
    display: block;
  }
}

@media all and (-ms-high-contrast: none) {
  .company .profile_map-address dd {
    margin-top: 10px;
  }
}

@media all and (-ms-high-contrast: none) {
  .company .topNews_linkBtn:after {
    display: none;
  }
}

.map {
  background-color: #fff;
}

.map_inner {
  width: 90%;
  margin: auto;
}

.map_head {
  background-color: #ccc;
  font-size: 16px;
  padding: 8px 0;
}

@media only screen and (max-width: 768px) {
  .map_head {
    font-size: 16px;
  }
}

.map_body {
  margin: 30px auto;
  font-weight: bold;
}

.map_body .map_location {
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .map_body .map_location {
    font-size: 20px;
  }
}

.map_body .map_address {
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.5;
}

.map_body .map_source {
  border: 1px solid #ccc;
}

.map_body .map_source iframe {
  width: 100%;
  display: block;
}

.map_body .map_closeBtn {
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .map_body .map_closeBtn {
    padding: 10px;
    display: table;
    margin: 15px auto 0;
  }
}

.map_body .map_closeBtn:hover {
  cursor: pointer;
}

.map_foot {
  background-color: #454545;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 8px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .map_foot {
    font-size: 18px;
    padding: 8px;
  }
}

.question {
  margin-top: 60px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .question {
    margin-top: 40px;
  }
}

.question a:hover {
  opacity: .7;
}

.question_root {
  padding-bottom: 70px;
}

.question_root h2 {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .question_root h2 {
    font-size: 18px;
  }
}

.question_root-search {
  margin-top: 40px;
}

.question_root-contact {
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  .question_root-contact {
    margin-top: 60px;
  }
}

.question_inner, .question_inner--lower {
  margin: auto;
  max-width: 1054px;
}

@media only screen and (min-width: 769px) {
  .question_inner--lower {
    padding-bottom: 160px;
  }
}

@media only screen and (max-width: 768px) {
  .question_inner--lower {
    padding-bottom: 100px;
  }
}

.question_ttl {
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .question_ttl {
    font-size: 24px;
  }
}

.question_usual {
  margin-top: 75px;
}

@media only screen and (max-width: 768px) {
  .question_usual {
    margin-top: 60px;
  }
}

.question_usual-item {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width: 769px) {
  .question_usual-item {
    width: 340px;
  }
}

.question_usual-item + .question_usual-item {
  margin-top: 40px;
}

@media only screen and (min-width: 769px) {
  .question_usual-item + .question_usual-item {
    margin-left: 200px;
  }
}

.question_usual-item ul {
  margin-top: 35px;
}

.question_usual-item .question_usual-item-list {
  float: left;
}

.question_usual-item .question_usual-item-list + .question_usual-item-list {
  margin-left: 100px;
}

@media only screen and (max-width: 768px) {
  .question_usual-item ul {
    margin-top: 25px;
  }

  .question_usual-item .question_usual-item-list + .question_usual-item-list {
    margin-left: 0;
  }
}

.question_usual-item ul li {
  line-height: 2.25;
  font-size: 16px;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .question_usual-item ul li {
    line-height: 1.5;
    font-size: 14px;
  }
  .question_usual-item ul li + li {
    margin-top: 1em;
  }
}

.question_service {
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  .question_service {
    margin-top: 60px;
  }
}

.question_service-list {
  margin-top: 20px;
}

.question_products {
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  .question_products {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .question_products-list {
    margin-top: 20px;
  }
}

.question_products-listItem:hover {
  opacity: .7;
}

.question_products-listItem-img img {
  display: block;
}

.question_products-listItem p {
  padding: 14px 0;
  background-color: #eee;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .question_products-listItem p {
    font-size: 14px;
  }
}

.question_mainte {
  margin-top: 140px;
}

@media only screen and (max-width: 768px) {
  .question_mainte {
    margin-top: 60px;
  }
}

.question_mainte-lead {
  margin-top: 23px;
  line-height: 1.7;
}

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

.question_mainte-moreBtn {
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  .question_mainte-moreBtn {
    margin-top: 30px;
  }
}

.question_mainte-attention {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 35px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .question_mainte-attention {
    margin-top: 28px;
    font-size: 11px;
    text-align: left;
  }
}

.question_listItem-ques {
  border-bottom: 4px solid #eee;
  padding-bottom: 13px;
  margin-bottom: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .question_listItem-ques {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.question_listItem-ans {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.question_listItem-mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.question_listItem-txt {
  margin-left: 29px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 769px) {
  .question_listItem-txt {
    width: 990px;
  }
}

@media only screen and (max-width: 768px) {
  .question_listItem-txt {
    margin-left: 14px;
  }
}

.question_listItem-txt-main {
  font-size: 21px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .question_listItem-txt-main {
    line-height: 1.5;
    font-size: 16px;
    display: inline;
  }
}

.question_listItem-txt-cats {
  display: inline-block;
}
.question_listItem-txt-ans p{
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 1.4em;
}

.question_listItem-txt-cat {
  border: 1px solid #eee;
  text-align: center;
  font-size: 12px;
  margin: 0 2px 2px;
  padding: 6px 8px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .question_listItem-txt-cat {
    padding: 2px 7px;
    border: 1px solid #454545;
    font-size: 14px;
  }
}

@media (min-width: 380px) and (max-width: 480px) {
  .question_listItem-txt-cat {
    display: inline-block;
  }
}

@media only screen and (max-width: 420px) {
  .question_listItem-txt-cat {
    margin-top: 5px;
  }
}

.question_listItem-txt-ans {
  padding-top: 5px;
  margin-bottom: 0;
}
.question_listItem-txt-ans a{
  color: #0c76c7;
}
.question_listItem-txt-ans a:hover{
  text-decoration: underline;
}

.question_listItem-txt-attention {
  margin-top: 29px;
  line-height: 1.9;
}

@media only screen and (max-width: 768px) {
  .question_listItem-txt-attention {
    margin-top: 20px;
    line-height: 1.8;
  }
}

.question_about {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 52px 0 60px;
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .question_about {
    padding: 35px 0;
    margin-top: 55px;
  }
}

.question_about-txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .question_about-txt {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.question_about-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.question_about-listItem {
  margin: 0 14px;
  -ms-flex-preferred-size: 124px;
      flex-basis: 124px;
}

@media only screen and (max-width: 768px) {
  .question_about-listItem {
    margin: 0 7px;
  }
}

.question_search-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
}

@media only screen and (max-width: 768px) {
  .question_search-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.question_contact-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .question_contact-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.question_contact-txt {
  line-height: 1.7;
  margin-bottom: 0;
}

.question_contact-moreBtn {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .question_contact-moreBtn {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 769px) {
  .search_inner {
    width: 1054px;
    margin: auto;
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 768px) {
  .search_inner {
    padding-bottom: 80px;
  }
}

.search_ttl {
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .search_ttl {
    font-size: 16px;
  }
}

.search_lead {
  margin-top: 45px;
  font-size: 14px;
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  .search_lead {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.search_searchBox {
  margin-top: 33px;
}

@media only screen and (max-width: 768px) {
  .search_searchBox {
    margin-top: 17px;
  }
}

.search_searchBox .searchBox_form {
  margin-top: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media only screen and (min-width: 769px) {
  .search_searchBox .searchBox_radio {
    display: table;
    margin: auto;
  }
}

.search_searchBox .searchBox_radio ul {
  margin-top: 19px;
}

.search_searchBox .searchBox_radio li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

@media only screen and (max-width: 768px) {
  .search_searchBox .searchBox_radio li {
    font-size: 12px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .search_searchBox .searchBox_radio li {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .search_searchBox .searchBox_radio li:first-child {
    display: block;
    margin-bottom: 20px;
  }
}

.search_searchBox .searchBox_radio li input:checked {
  outline: none;
}

.search_searchBox .searchBox_radio li input:checked + label:not([for="first"]) {
  position: relative;
}

.search_searchBox .searchBox_radio li input:checked + label:not([for="first"]):before {
  content: "";
  display: block;
  padding-top: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-16px, calc(-50% + 1px));
          transform: translate(-16px, calc(-50% + 1px));
  width: 8px;
  border-radius: 50%;
  background-color: #000;
}

@media only screen and (max-width: 1200px) {
  .search_searchBox .searchBox_radio li input:checked + label:not([for="first"]):before {
    -webkit-transform: translate(-17px, calc(-50% + 1px));
            transform: translate(-17px, calc(-50% + 1px));
  }
}

@media only screen and (max-width: 768px) {
  .search_searchBox .searchBox_radio li input:checked + label:not([for="first"]):before {
    -webkit-transform: translate(-16px, calc(-50%));
            transform: translate(-16px, calc(-50%));
  }
}

@media only screen and (max-width: 375px) {
  .search_searchBox .searchBox_radio li input:checked + label:not([for="first"]):before {
    -webkit-transform: translate(-15px, calc(-50%));
            transform: translate(-15px, calc(-50%));
  }
}

.search_searchBox .searchBox_radio li input:checked + label[for="first"] {
  position: relative;
}

.search_searchBox .searchBox_radio li input:checked + label[for="first"]:before {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  content: "";
  padding-bottom: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-16px, -75%) rotate(-45deg);
          transform: translate(-16px, -75%) rotate(-45deg);
  width: 9px;
}

@media only screen and (max-width: 1200px) {
  .search_searchBox .searchBox_radio li input:checked + label[for="first"]:before {
    -webkit-transform: translate(-17px, -75%) rotate(-45deg);
            transform: translate(-17px, -75%) rotate(-45deg);
  }
}

@media only screen and (max-width: 768px) {
  .search_searchBox .searchBox_radio li input:checked + label[for="first"]:before {
    -webkit-transform: translate(-16px, -75%) rotate(-45deg);
            transform: translate(-16px, -75%) rotate(-45deg);
  }
}

@media only screen and (max-width: 375px) {
  .search_searchBox .searchBox_radio li input:checked + label[for="first"]:before {
    -webkit-transform: translate(-15px, -75%) rotate(-45deg);
            transform: translate(-15px, -75%) rotate(-45deg);
  }
}

.search_searchBox .searchBox_radio li input:checked input {
  outline: none;
}

.search_searchBox .searchBox_radio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 16px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.search_searchBox .searchBox_radio input:not(#first) {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  border-radius: 50%;
}

.search_result {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .search_result {
    margin-top: 10px;
  }
}

.search_result-sum {
  font-size: 16px;
  background-color: #626262;
  color: #fff;
  padding: 15px 0 15px 19px;
}

@media only screen and (max-width: 768px) {
  .search_result-sum {
    font-size: 13px;
  }
}

.search_result-sum--top {
  margin-bottom: 19px;
}

@media only screen and (max-width: 768px) {
  .search_result-sum--top {
    margin-bottom: 25px;
  }
}

.search_result-sum--bottom {
  margin-top: 19px;
}

@media only screen and (max-width: 768px) {
  .search_result-sum--bottom {
    margin-top: 25px;
  }
}

.search_result-numList {
  display: table;
  margin: auto;
  position: relative;
}

.search_result-numList:before {
  border: 10px solid transparent;
  border-right: 10px solid #313131;
  content: "";
  height: 0;
  position: absolute;
  left: -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 0;
}

.search_result-numList:after {
  border: 10px solid transparent;
  border-left: 10px solid #313131;
  content: "";
  height: 0;
  position: absolute;
  right: -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 0;
}

.search_result-numList--bottom {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .search_result-numList--bottom {
    margin-top: 60px;
  }
}

.search_result-numList li {
  display: inline-block;
  vertical-align: middle;
  background-color: #313131;
  width: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .search_result-numList li {
    width: 32px;
    font-size: 13px;
  }
}

.search_result-numList li + li {
  margin-left: 12px;
}

.search_result-numList li a {
  padding: 10px 0;
  display: block;
}

.search_result-cnt {
  margin-top: 33px;
}

.search_result-cnt-ttl {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .search_result-cnt-ttl {
    font-size: 16px;
  }
}

.search_result-cnt > ul {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .search_result-cnt > ul {
    margin-top: 30px;
  }
}

.search_result-cnt > ul > li {
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 769px) {
  .search_result-cnt > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 768px) {
  .search_result-cnt > ul > li {
    padding: 28px 0;
  }
}

.search_result-cnt > ul > li:first-child {
  padding-top: 0;
}

.search_result-cnt > ul > li p {
  line-height: 1.8;
}

@media only screen and (min-width: 769px) {
  .search_result-cnt > ul > li .search_result-listItem-left {
    width: 192px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .search_result-cnt > ul > li .search_result-listItem-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 9px;
  }
}

.search_result-cnt > ul > li .search_result-listItem-right > ul {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .search_result-cnt > ul > li .search_result-listItem-right > ul {
    margin-top: 13px;
    width: 85.5%;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.search_result-cnt > ul > li .search_result-listItem-right > ul > li {
  background-color: rgba(220, 220, 220, 0.3);
  padding: 9px 0 9px 2px;
  width: 110px;
  text-align: center;
  font-size: 14px;
  color: rgba(69, 69, 69, 0.3);
}

@media only screen and (max-width: 768px) {
  .search_result-cnt > ul > li .search_result-listItem-right > ul > li {
    width: 31%;
    font-size: 12px;
    margin-top: 10px;
  }
}

.search_result-cnt > ul > li .search_result-listItem-right > ul > li.is-active {
  background-color: #dcdcdc;
}

@media only screen and (min-width: 769px) {
  .search_result-cnt > ul > li .search_result-listItem-right > ul > li + li {
    margin-left: 6px;
  }
}

.search_result-cnt > ul > li .search_result-listItem-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  .search_result-cnt > ul > li .search_result-listItem-img {
    width: 115px;
  }
}

.search_result-cnt > ul > li .search_result-listItem-btn {
  margin-top: 17px;
  background-color: #454545;
  padding: 14px 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .search_result-cnt > ul > li .search_result-listItem-btn {
    width: 190px;
  }
}

@media only screen and (max-width: 768px) {
  .search_result-cnt > ul > li .search_result-listItem-btn {
    width: 85.5%;
    margin: 30px auto 0;
  }
}

@media all and (-ms-high-contrast: none) {
  input:checked {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

#bigProject {
  padding: 30px 0 132px;
}

@media only screen and (max-width: 768px) {
  #bigProject {
    padding: 20px 0 80px;
  }
}

#bigProject h1 {
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #bigProject h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}

#bigProject .title--colorfulIcon {
  font-size: 26px;
}

@media only screen and (max-width: 768px) {
  #bigProject .title--colorfulIcon {
    font-size: 22px;
  }
}

#bigProject .bigProject_inner {
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  #bigProject .bigProject_inner {
    margin-top: 25px;
  }
}

#bigProject .bigProject_detail {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #bigProject .bigProject_detail {
    margin-top: 30px;
  }
}

#bigProject .bigProject_detail-list {
  margin-top: 30px;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  #bigProject .bigProject_detail-list {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #bigProject .bigProject_detail-list {
    line-height: 1.6;
  }
}

#bigProject .bigProject_detail-listItem {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  #bigProject .bigProject_detail-listItem {
    font-size: 16px;
  }
}

#bigProject .bigProject_detail-listItem + .bigProject_detail-listItem {
  margin-top: 10px;
}

#bigProject .bigProject_detail-listItem span {
  color: #e4004f;
}

@media only screen and (min-width: 769px) {
  #bigProject .support {
    width: 880px;
    margin: 55px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media only screen and (max-width: 768px) {
  #bigProject .support {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 769px) {
  #bigProject .support_locate {
    width: 490px;
  }
}

#bigProject .support_locate p {
  font-size: 19px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #bigProject .support_locate p {
    font-size: 16px;
    line-height: 1.2;
  }
}

#bigProject .support_locate .listItem_col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#bigProject .support_locate .listItem_col4-item {
  -ms-flex-preferred-size: 23.3%;
      flex-basis: 23.3%;
  margin-top: 10px;
  background-color: #362e2b;
  color: #fff;
  padding: 5px 0 6px;
  font-size: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #bigProject .support_locate .listItem_col4-item {
    padding: 7px 0;
    font-size: 22px;
  }
}

#bigProject .support_contact {
  border: 1px solid #333;
  border-radius: 12px;
}

@media only screen and (min-width: 769px) {
  #bigProject .support_contact {
    padding: 8px 15px;
  }
}

@media only screen and (max-width: 768px) {
  #bigProject .support_contact {
    margin-top: 15px;
    text-align: center;
    padding: 10px;
  }
}

#bigProject .support_contact-ttl {
  font-size: 26px;
}

@media only screen and (max-width: 768px) {
  #bigProject .support_contact-ttl {
    font-size: 22px;
  }
}

#bigProject .support_contact-tel {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  #bigProject .support_contact-tel {
    margin-top: 8px;
  }
}

#bigProject .support_contact-tel-icon {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  #bigProject .support_contact-tel-icon {
    width: 25px;
  }
}

#bigProject .support_contact-tel-num {
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  letter-spacing: .01em;
}

@media only screen and (max-width: 768px) {
  #bigProject .support_contact-tel-num {
    font-size: 28px;
  }
}

#bigProject .support_contact-time {
  margin-top: 13px;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  #bigProject .support_contact-time {
    font-size: 14px;
    margin-top: 10px;
  }
}

#bigProject .guide {
  margin-top: 83px;
}

@media only screen and (max-width: 768px) {
  #bigProject .guide {
    margin-top: 60px;
  }
}

#bigProject .guide_lead {
  font-size: 14px;
  margin-top: 28px;
}

@media only screen and (max-width: 768px) {
  #bigProject .guide_lead {
    margin-top: 20px;
    line-height: 1.3;
  }
}

#bigProject .guide_moreBtn {
  margin-top: 42px;
}

@media only screen and (max-width: 768px) {
  #bigProject .guide_moreBtn {
    margin-top: 35px;
  }
}

#mailMagazine {
  padding: 45px 0 180px;
  margin: 0 auto;
  display: table;
}
@media only screen and (max-width: 768px) {
  #mailMagazine {
    overflow: scroll;
    display: block;
    overflow-x: auto;
    webkit-overflow-scrolling: touch;
  }
}
#mailMagazine img{
  width: auto;
}

@media only screen and (max-width: 768px) {
  #mailMagazine {
    padding: 20px 0 80px;
  }
}

#mailMagazine h1 {
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #mailMagazine h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}

#mailMagazine p {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  #mailMagazine p {
    line-height: 1.5;
  }
}

#mailMagazine a {
  color: #3071b7;
  text-decoration: underline;
  opacity: .8;
}

#mailMagazine .title--colorfulIcon {
  font-size: 26px;
}

@media only screen and (max-width: 768px) {
  #mailMagazine .title--colorfulIcon {
    font-size: 22px;
  }
}

#mailMagazine .mailMagazine_inner {
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  #mailMagazine .mailMagazine_inner {
    margin-top: 25px;
  }
}

#mailMagazine .mailMagazine_contents {
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  #mailMagazine .mailMagazine_contents {
    margin-top: 25px;
  }
}

#mailMagazine .sns_lead {
  margin-top: 34px;
}

@media only screen and (max-width: 768px) {
  #mailMagazine .sns_lead {
    margin-top: 20px;
  }
}

#mailMagazine .mail {
  margin-top: 65px;
}

@media only screen and (max-width: 768px) {
  #mailMagazine .mail {
    margin-top: 60px;
  }
}

#mailMagazine .mail_lead {
  margin-top: 38px;
}

@media only screen and (max-width: 768px) {
  #mailMagazine .mail_lead {
    margin-top: 20px;
  }
}

#mailMagazine .mail_desc {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  #mailMagazine .mail_desc ul li {
    line-height: 1.4;
  }
}

#mailMagazine .mail_desc ul li + li {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  #mailMagazine .mail_desc ul li + li {
    margin-top: 10px;
  }
}

#mailMagazine .mail_desc-attention {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  #mailMagazine .mail_desc-attention {
    font-size: 13px;
  }
}

#mailMagazine .info {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  #mailMagazine .info {
    margin-top: 50px;
  }
}

#mailMagazine .info_lead {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  #mailMagazine .info_lead {
    margin-top: 20px;
  }
}

#mailMagazine .info_list {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  #mailMagazine .info_list {
    margin-top: 20px;
  }
}

#mailMagazine .info_list li + li {
  margin-top: 15px;
}

#mailMagazine .backNumber {
  margin-top: 65px;
}

@media only screen and (max-width: 768px) {
  #mailMagazine .backNumber {
    margin-top: 50px;
  }
}

#mailMagazine .backNumber_list {
  margin-top: 35px;
}

#mailMagazine .backNumber_list li + li {
  margin-top: 18px;
}

@media only screen and (max-width: 768px) {
  #mailMagazine .backNumber_list li + li {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  #mailMagazine .backNumber_list-date {
    font-weight: bold;
  }
}

@media only screen and (min-width: 769px) {
  #mailMagazine .backNumber_list-link {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #mailMagazine .backNumber_list-link {
    display: block;
    margin-top: 9px;
    line-height: 1.4;
  }
}

#order {
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-seri;
  padding-bottom: 150px;
}

@media only screen and (max-width: 768px) {
  #order {
    padding-bottom: 80px;
  }
}

#order .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #order .section-title {
    font-size: 26px;
    line-height: 1.2;
    margin-top: 30px;
  }
}

#order .section-text a {
  text-decoration: underline;
}

@media only screen and (min-width: 769px) {
  #order .section-text {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 768px) {
  #order .section-text {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 20px;
  }
}

#order .bluelink {
  text-decoration: underline;
  color: #3071b7;
}

#order .bluelink:hover {
  opacity: .8;
}

#order .container {
  margin-top: 45px;
  padding-bottom: 100px;
  /*width: 83%;*/
}

@media only screen and (max-width: 768px) {
  #order .container {
    margin-top: 20px;
    width: 100%;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  #order .container + p {
    font-size: 13px;
    line-height: 1.3;
  }
}

#order .container .content {
  width: 100%;
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  #order .container .content {
    margin-top: 45px;
  }
}

#order .container .content_title {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  /*padding-left: 45px;*/
}

@media only screen and (max-width: 768px) {
  #order .container .content_title {
    font-size: 18px;
    line-height: 1.3;
  }
}

#order .container .content_title .num-icon {
  width: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

#order .container .content_img {
  width: 85%;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  #order .container .content_img {
    width: 100%;
  }
}

#order .container .content_img img {
  width: 100%;
  border: solid 1px #777;
}

#order .container .content_text {
  font-size: 20px;
  margin-top: 30px;
  line-height: 2;
  font-weight: 600;
}

#order .container .content_text_sub {
  font-size: 14px;
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  #order .container .content_text {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 16px;
  }
}

#sekou {
  padding: 35px 0 135px;
}

@media only screen and (max-width: 768px) {
  #sekou {
    padding: 20px 0 80px;
  }
}

#sekou h1 {
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #sekou h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}

#sekou .title--colorfulIcon {
  font-size: 26px;
}

@media only screen and (max-width: 768px) {
  #sekou .title--colorfulIcon {
    font-size: 22px;
  }
}

#sekou .sekou_inner {
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  #sekou .sekou_inner {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #sekou .sekou_lead {
    line-height: 1.4;
  }
}

#sekou .water {
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  #sekou .water {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 769px) {
  #sekou .water_list {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 45px;
  }
}

@media only screen and (max-width: 768px) {
  #sekou .water_list {
    margin-top: 35px;
  }
}

#sekou .water_listItem {
  margin-top: 70px;
}

@media only screen and (min-width: 769px) {
  #sekou .water_listItem {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  #sekou .water_listItem:hover {
    opacity: .7;
  }
}

@media only screen and (max-width: 768px) {
  #sekou .water_listItem {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 769px) {
  #sekou .water_listItem:nth-child(-n+2) {
    margin-top: 0;
  }
}

#sekou .water_listItem-name {
  display: table;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid #222;
  padding-bottom: 1px;
}

@media only screen and (max-width: 768px) {
  #sekou .water_listItem-name {
    font-size: 18px;
  }
}

#sekou .water_listItem-card {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sekou .water_listItem-card-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
}

@media only screen and (max-width: 768px) {
  #sekou .water_listItem-card-img {
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
  }
}

#sekou .water_listItem-card-txt {
  line-height: 1.7;
  margin: 0 0 0 10px;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  #sekou .water_listItem-card-txt {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.3;
  }
}

#sekou .ecCategory {
  margin-top: 72px;
}

@media only screen and (max-width: 768px) {
  #sekou .ecCategory {
    margin-top: 60px;
  }
}

#guide {
  color: #222222;
  padding-bottom: 190px;
}

@media only screen and (max-width: 768px) {
  #guide {
    padding-bottom: 75px;
  }
}

#guide .layoutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #guide .layoutBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

#guide .col-left {
  width: 220px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.28;
}

#guide .col-left__content {
  border: 1px solid #464444;
}

#guide .col-left .mypage {
  padding: 14px 0 8px;
  text-align: center;
  line-height: 2.57;
}

#guide .col-left .mypage__point {
  background-color: #464444;
  border-radius: 4px;
  margin: 0 22px;
  color: #fff;
  font-size: 12px;
  line-height: 3;
}

#guide .col-left .mypage__link {
  position: relative;
  display: inline;
}

#guide .col-left .mypage__link:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #464444;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 8px;
}

#guide .col-left .category {
  margin-top: 22px;
}

#guide .col-left .history {
  margin-top: 14px;
}

#guide .col-left__ttl {
  background-color: #464444;
  padding: 14px 0 13px;
  text-align: center;
  color: #fff;
}

#guide .col-left__lists {
  padding: 19px 0 41px 16px;
}

#guide .col-left__list {
  line-height: 2.28;
}

#guide .col-left__list:hover {
  opacity: .6;
}

#guide .col-left .history .col-left__lists {
  padding-bottom: 22px;
}

#guide .col-left .history .col-left__list {
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  #guide .col-left {
    margin-top: 35px;
    width: 100%;
  }
}

#guide .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 73%;
}

@media only screen and (max-width: 768px) {
  #guide .col-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

#guide .sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  #guide .sp {
    display: block;
  }
}

#guide .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #guide .section-title {
    font-size: 28px;
    margin-top: 20px;
  }
}

#guide .section-text {
  font-size: 14px;
  margin-top: 35px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  #guide .section-text {
    font-size: 10px;
    margin-top: 15px;
  }
}

#guide h2 {
  font-size: 28px;
}

@media only screen and (max-width: 768px) {
  #guide h2 {
    font-size: 22px;
  }
}

#guide .left {
  display: inline-block;
  width: 66%;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  #guide .left {
    display: block;
    width: 100%;
  }
}

#guide .left .section-margin {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  #guide .left .section-margin {
    margin-top: 40px;
  }
}

#guide .right {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  #guide .right {
    display: block;
    width: 100%;
  }
}

#guide .right .section-margin {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  #guide .right .section-margin {
    margin-top: 50px;
  }
}

#guide .container-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
  #guide .container-wrap {
    margin-top: 40px;
  }
}

#guide .container-wrap .container {
  margin: 40px 40px 40px 0;
  width: 350px;
}

@media only screen and (max-width: 768px) {
  #guide .container-wrap .container {
    margin: 0 0 40px 0;
  }
}

/*#guide .container-wrap .container:first-child {
  margin-top: 0;
}*/

#guide .container-wrap .container_title {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #guide .container-wrap .container_title {
    font-size: 16px;
  }
}

#guide .container-wrap .container_icon {
  display: inline-block;
  vertical-align: middle;
}

#guide .container-wrap .container_items {
  margin-top: 23px;
}

@media only screen and (max-width: 768px) {
  #guide .container-wrap .container_items {
    margin-top: 15px;
  }
}

#guide .container-wrap .container_items li {
  margin-top: 18px;
}

@media only screen and (max-width: 768px) {
  #guide .container-wrap .container_items li {
    margin-top: 11px;
  }
}

#guide .container-wrap .container_items_item {
  text-decoration: underline;
}

#guide .container-wrap .container_items_item:hover {
  opacity: .8;
}

@media only screen and (max-width: 768px) {
  #guide .container-wrap .container_items_item {
    font-size: 12px;
  }
}

#guide .container-wrap .container_items_item:first-child {
  margin-top: 0;
}

#guide .beginner-icon {
  width: 18px;
  height: 24px;
}

#guide .checkbox-icon {
  width: 22px;
  height: 22px;
}

#guide .yen-icon {
  width: 24px;
  height: 24px;
}

#guide .truck-icon {
  width: 24px;
  height: 14px;
}

#guide .mypage-icon {
  width: 24px;
  height: 24px;
}

#guide .pliers-icon {
  width: 24px;
  height: 24px;
}

#guide .question-icon {
  width: 24px;
  height: 24px;
}

#guide .logo-icon {
  width: 25px;
  width: 20px;
}

#guide .book-icon {
  width: 24px;
  height: 20px;
}

#guide .vector-icon {
  width: 19px;
  height: 19px;
}

#voice {
  padding-bottom: 180px;
}

@media only screen and (max-width: 768px) {
  #voice {
    padding-bottom: 120px;
  }
}

#voice .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-top: 33px;
}

@media only screen and (max-width: 768px) {
  #voice .section-title {
    font-size: 26px;
    margin-top: 20px;
  }
}

#voice .img-container {
  margin-top: 25px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #voice .img-container {
    margin-top: 25px;
  }
}

#voice .mv-text {
  margin-top: 130px;
  font-size: 14px;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  #voice .mv-text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.7;
  }
}

#voice .container {
  margin-top: 35px;
  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;
}

@media only screen and (max-width: 768px) {
  #voice .container {
    margin-top: 40px;
    display: block;
  }
}

#voice .container .content {
  width: 32%;
}

@media only screen and (max-width: 768px) {
  #voice .container .content {
    width: 100%;
    margin-top: 20px;
  }
}

#voice .container .content a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

#voice .container .content a:hover {
  opacity: .8;
}

#voice .container .content_left {
  width: 47%;
}

#voice .container .content_right {
  width: 50%;
}

#voice .container .content_right_link {
  color: #3071b7;
  font-size: 14px;
  text-decoration: underline;
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  #voice .container .content_right_link {
    font-size: 12px;
  }
}

#voice .container .content_right_link:after {
  content: "";
  background: url(/img/eshop/icon_new.png) center center/contain;
  display: inline-block;
  width: 28px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
}

#voice .container .content_right_text {
  line-height: 1.3;
  font-size: 14px;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  #voice .container .content_right_text {
    font-size: 12px;
  }
}

#voice .container .second-row {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #voice .container .second-row {
    margin-top: 20px;
  }
}

#shipment {
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  padding: 0 0 100px;
}

@media only screen and (max-width: 768px) {
  #shipment {
    padding: 20px 0 80px;
  }
}

#shipment h1 {
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #shipment h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}

#shipment .title--colorfulIcon {
  font-size: 26px;
}

@media only screen and (max-width: 768px) {
  #shipment .title--colorfulIcon {
    font-size: 22px;
  }
}

#shipment .shipment_inner {
  margin-top: 36px;
}

@media only screen and (max-width: 768px) {
  #shipment .shipment_inner {
    margin-top: 30px;
  }
}

#shipment .about {
  padding: 40px 0 0;
}

@media only screen and (max-width: 768px) {
  #shipment .about {
    padding-top: 35px;
  }
}

#shipment .about_detail {
  line-height: 2;
  font-size: 14px;
  margin-top: 28px;
}

@media only screen and (max-width: 768px) {
  #shipment .about_detail {
    line-height: 1.7;
    margin-top: 26px;
  }
}

#shipment .about_detail p + p {
  margin-top: 28px;
}

#shipment .about_detail p span {
  display: block;
}

@media only screen and (max-width: 768px) {
  #shipment .about_detail p span {
    margin-top: 10px;
  }
}

#shipment .about_detail-attention {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #shipment .about_detail-attention {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  #shipment .about_detail-attention dt + dd {
    margin-top: 8px;
  }
}

#shipment .about_graph {
  margin: 65px auto 0;
}

@media only screen and (min-width: 769px) {
  #shipment .about_graph {
    width: 834px;
  }
}

@media only screen and (max-width: 768px) {
  #shipment .about_graph {
    margin-top: 60px;
  }
}

#shipment .about_graph-txt {
  line-height: 1.4;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: -.08em;
}

@media only screen and (max-width: 768px) {
  #shipment .about_graph-txt {
    letter-spacing: 0.01em;
    line-height: 1.4;
    font-size: 18px;
  }
}

@media only screen and (max-width: 320px) {
  #shipment .about_graph-txt {
    font-size: 16px;
  }
}

#shipment .about_graph-txt--sizeL {
  font-size: 34px;
}

@media only screen and (max-width: 768px) {
  #shipment .about_graph-txt--sizeL {
    font-size: 24px;
  }
}

@media only screen and (max-width: 320px) {
  #shipment .about_graph-txt--sizeL {
    font-size: 22px;
  }
}

#shipment .about_graph-txt--thinYellow {
  color: #fdbc46;
}

#shipment .about_graph-txt--yellow {
  color: #f6a901;
}

@media only screen and (max-width: 768px) {
  #shipment .about_graph-img {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 769px) {
  #shipment .about_graph-attention {
    line-height: 1.3;
    font-size: 18px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 768px) {
  #shipment .about_graph-attention {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.7;
  }
}

#shipment .about_attention {
  margin-top: 70px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  #shipment .about_attention {
    margin-top: 60px;
    line-height: 1.4;
    font-size: 13px;
  }
}

#shipment .about_moreBtn {
  margin-top: 38px;
}

@media only screen and (max-width: 768px) {
  #shipment .about_moreBtn {
    margin-top: 30px;
  }
}

#manufacturing-estimate {
  padding: 33px 0 180px;
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate {
    padding: 20px 0 80px;
  }
}

#manufacturing-estimate h1 {
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}

#manufacturing-estimate a:hover {
  opacity: .8;
}

#manufacturing-estimate .title--colorfulIcon {
  font-size: 26px;
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate .title--colorfulIcon {
    font-size: 22px;
  }
}

#manufacturing-estimate .mainVis {
  margin-top: 43px;
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate .mainVis {
    margin-top: 35px;
  }
}

#manufacturing-estimate .estimate {
  margin-top: 65px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate .estimate {
    margin-top: 50px;
  }
}

#manufacturing-estimate .estimate .container_lead {
  margin-top: 22px;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate .estimate .container_lead {
    line-height: 1.7;
  }
}

#manufacturing-estimate .estimate .container.sight .sight_block {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate .estimate .container.sight .block_col3 {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate .estimate .container.sight .block_col3-item + .block_col3-item {
    margin-top: 25px;
  }
}

#manufacturing-estimate .estimate .container.counter {
  margin-top: 64px;
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate .estimate .container.counter {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate .estimate .container.counter .block_col2 {
    display: block;
  }
}

#manufacturing-estimate .estimate .container.counter .block_col2-item {
  margin-top: 25px;
}

#manufacturing-estimate .estimate .container.counter .counter_block {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate .estimate .container.counter .counter_block {
    margin-top: 35px;
  }
}

#manufacturing-estimate .estimate .container.order {
  margin-top: 103px;
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate .estimate .container.order {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 769px) {
  #manufacturing-estimate .estimate .container.order .order_img {
    width: 819px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate .estimate .container.order .order_img {
    margin-top: 35px;
  }
}

#manufacturing-estimate .estimate .container.order .order_guideText {
  font-size: 16px;
  margin-top: 55px;
}

@media only screen and (min-width: 769px) {
  #manufacturing-estimate .estimate .container.order .order_guideText {
    font-weight: bold;
  }
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate .estimate .container.order .order_guideText {
    margin-top: 30px;
    line-height: 1.4;
    font-size: 13px;
  }
}

#manufacturing-estimate .estimate .container.order .order_guideText a {
  color: #3071b7;
}

#manufacturing-estimate .estimate .container.order .order_guideText a span {
  text-decoration: underline;
}

#manufacturing-estimate .estimate .container.order .order_download {
  margin-top: 52px;
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate .estimate .container.order .order_download {
    margin-top: 40px;
  }
}

#manufacturing-estimate .estimate .container.order .order_download-ttl {
  font-size: 20px;
  font-weight: bold;
}

#manufacturing-estimate .estimate .container.order .order_download-block {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate .estimate .container.order .order_download-block {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate .estimate .container.order .order_download-block .block_col3-item + .block_col3-item {
    margin-top: 15px;
  }
}

#manufacturing-estimate .estimate .container.order .order_download-block .moreBtn, #manufacturing-estimate .estimate .container.order .order_download-block .moreBtn--red {
  width: 100%;
}

#manufacturing-estimate .estimate .container.example {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  #manufacturing-estimate .estimate .container.example {
    margin-top: 60px;
  }
}

#manufacturing-estimate .estimate .container.example .example_block {
  margin-top: 25px;
}

#select-aqua {
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#select-aqua .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-top: 32px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  #select-aqua .section-title {
    font-size: 26px;
    margin-top: 40px;
  }
}

#select-aqua .lead {
  font-size: 14px;
  line-height: 2;
  margin-top: 33px;
}

@media only screen and (max-width: 768px) {
  #select-aqua .lead {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 33px;
  }
}

#select-aqua .mv-img {
  width: 100%;
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  #select-aqua .mv-img {
    margin-top: 20px;
  }
}

#select-aqua .title--colorfulIcon {
  font-size: 26px;
  margin-top: 63px;
}

@media only screen and (max-width: 768px) {
  #select-aqua .title--colorfulIcon {
    font-size: 22px;
    margin-top: 70px;
  }
}

#select-aqua .lead-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  #select-aqua .lead-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#select-aqua .lead-container .lead {
  width: 60%;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #select-aqua .lead-container .lead {
    width: 100%;
  }
}

#select-aqua .lead-container .lead-img {
  width: 34%;
}

@media only screen and (max-width: 768px) {
  #select-aqua .lead-container .lead-img {
    width: 100%;
    margin-top: 20px;
  }
}

#select-aqua .container {
  margin-top: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  #select-aqua .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
  }
}

#select-aqua .container .content {
  width: 32%;
}

@media only screen and (max-width: 768px) {
  #select-aqua .container .content {
    width: 100%;
    margin-top: 30px;
  }
}

#select-aqua .container .content_title {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #select-aqua .container .content_title {
    font-size: 16px;
  }
}

#select-aqua .container .content_img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  #select-aqua .container .content_img-box {
    margin-top: 10px;
  }
}

#select-aqua .container .content_img-box .img-box {
  width: 35%;
}

@media only screen and (max-width: 768px) {
  #select-aqua .container .content_img-box .img-box {
    width: 72px;
    height: 72px;
    margin-right: 20px;
  }
}

#select-aqua .container .content_img-box .img-box_lead {
  width: 60%;
  font-size: 14px;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  #select-aqua .container .content_img-box .img-box_lead {
    font-size: 12px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  #select-aqua .container .content_img-box .img-box_lead {
    margin-right: auto;
  }
}

#select-aqua .container .second-row {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #select-aqua .container .second-row {
    margin-top: 40px;
  }
}

#select-aqua .attention {
  font-size: 20px;
  font-weight: bold;
  margin-top: 88px;
}

@media only screen and (max-width: 768px) {
  #select-aqua .attention {
    font-size: 16px;
    margin-top: 44px;
  }
}

#select-aqua .attention-margin {
  margin-top: 100px;
}

#select-aqua .attention-container {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #select-aqua .attention-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
  }
}

#select-aqua .attention-container .attention-img {
  width: 35%;
}

@media only screen and (max-width: 768px) {
  #select-aqua .attention-container .attention-img {
    width: 100%;
  }
}

#select-aqua .attention-container .attention-text {
  width: 60%;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #select-aqua .attention-container .attention-text {
    width: 100%;
    line-height: 1.7;
    margin-top: 25px;
  }
}

#select-aqua .lead-container {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#select-aqua .lead-container .lead-box {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  #select-aqua .lead-container .lead-box {
    width: 100%;
  }
}

#select-aqua .lead-container .lead-box .lead {
  margin: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #select-aqua .lead-container .lead-box .lead {
    line-height: 1.7;
  }
}

#select-aqua .lead-container .lead-box .lead-strong {
  font-weight: bold;
  font-size: 20px;
  margin-top: 28px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 768px) {
  #select-aqua .lead-container .lead-box .lead-strong {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

#select-aqua .lead-container .img-box-second {
  width: 35%;
}

@media only screen and (max-width: 768px) {
  #select-aqua .lead-container .img-box-second {
    width: 100%;
    margin-top: 20px;
  }
}

#select-aqua .lead-margin {
  margin-top: 97px;
}

#select-aqua .lead-strong {
  margin-top: 50px;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #select-aqua .lead-strong {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  #select-aqua .margin {
    margin-top: 20px;
    line-height: 2;
  }
}

#select-aqua .bold {
  font-weight: bold;
}

#select-aqua .valve-content {
  margin-top: 20px;
}

#select-aqua .valve-content .valve-content__img-box {
  display: inline-block;
  width: 8%;
  margin-right: 16px;
}

@media only screen and (max-width: 768px) {
  #select-aqua .valve-content .valve-content__img-box {
    width: 86px;
  }
}

#select-aqua .valve-content .valve-content__text {
  display: inline-block;
  vertical-align: top;
  line-height: 2;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  #select-aqua .valve-content .valve-content__text {
    width: 60%;
    font-size: 12px;
  }
}

#select-aqua .lead-s {
  margin-top: 32px;
  font-size: 14px;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  #select-aqua .lead-s {
    line-height: 2.5;
  }
}

#select-aqua .valve-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #select-aqua .valve-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#select-aqua .valve-container .valve-content {
  width: 33%;
}

@media only screen and (max-width: 768px) {
  #select-aqua .valve-container .valve-content {
    width: 100%;
  }
}

#select-aqua .valve-container .valve-content .valve-content__img-box {
  width: 30%;
}

@media only screen and (max-width: 768px) {
  #select-aqua .valve-container .valve-content .valve-content__img-box {
    width: 86px;
  }
}

#select-aqua .valve-container .valve-content .valve-content__text {
  width: 60%;
}

#select-aqua .valve-floor {
  margin-top: 70px;
  display: inline-block;
  width: 18%;
}

@media only screen and (max-width: 768px) {
  #select-aqua .valve-floor {
    width: 100%;
  }
}

#select-aqua .valve-floor .valve-floor_container .valve-floor_ittle {
  font-size: 20px;
  font-weight: bold;
}

#select-aqua .valve-floor .valve-floor_container .floor-img {
  width: 54%;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  #select-aqua .valve-floor .valve-floor_container .floor-img {
    width: 72px;
    height: 72px;
  }
}

#select-aqua .valve-floor .valve-floor_container .valve-floor_text {
  margin-top: 20px;
}

#select-aqua .valve-margin {
  margin-top: 114px;
}

#select-aqua .valve-wall {
  width: 63%;
  display: inline-block;
  vertical-align: top;
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  #select-aqua .valve-wall {
    width: 100%;
  }
}

#select-aqua .valve-wall .valve-wall_title {
  font-size: 20px;
  font-weight: bold;
}

#select-aqua .valve-wall .valve-wall-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #select-aqua .valve-wall .valve-wall-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#select-aqua .valve-wall .valve-wall-wrap .valve-wall_container {
  width: 30%;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  #select-aqua .valve-wall .valve-wall-wrap .valve-wall_container {
    width: 50%;
  }
}

#select-aqua .valve-wall .valve-wall-wrap .valve-wall_container .wall-img {
  width: 54%;
}

@media only screen and (max-width: 768px) {
  #select-aqua .valve-wall .valve-wall-wrap .valve-wall_container .wall-img {
    width: 72px;
    height: 72px;
  }
}

#select-aqua .valve-wall .valve-wall-wrap .valve-wall_text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
}

#select-aqua .stop-valve {
  padding-bottom: 200px;
}

#select-aqua .stop-valve_container {
  display: inline-block;
  width: 31%;
  margin-top: 31px;
}

@media only screen and (max-width: 768px) {
  #select-aqua .stop-valve_container {
    width: 98px;
  }
}

#select-aqua .stop-valve_container:first-child {
  margin-right: 15%;
}

#select-aqua .stop-valve .stop-img {
  display: inline-block;
  width: 48%;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  #select-aqua .stop-valve .stop-img {
    width: 100%;
  }
}

#select-aqua .stop-valve .next {
  width: 32%;
}

@media only screen and (max-width: 768px) {
  #select-aqua .stop-valve .next {
    width: 100%;
  }
}

#select-aqua .stop-valve_text {
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  #select-aqua .stop-valve_text {
    margin-top: 20px;
  }
}

#select-aqua .stop-margin {
  margin-top: 103px;
}

#kakou {
  padding: 33px 0 180px;
}

@media only screen and (max-width: 768px) {
  #kakou {
    padding: 20px 0 80px;
  }
}

#kakou h1 {
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #kakou h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}

#kakou a:hover {
  opacity: .8;
}

#kakou .title--colorfulIcon {
  font-size: 26px;
}

@media only screen and (max-width: 768px) {
  #kakou .title--colorfulIcon {
    font-size: 22px;
  }
}

#kakou .mainVis {
  margin-top: 43px;
}

@media only screen and (max-width: 768px) {
  #kakou .mainVis {
    margin-top: 35px;
  }
}

#kakou .kakou {
  margin-top: 65px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  #kakou .kakou {
    margin-top: 50px;
  }
}

#kakou .kakou_lead p {
  margin-top: 31px;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  #kakou .kakou_lead p {
    line-height: 1.7;
    margin-top: 25px;
  }
}

#kakou .kakou .window {
  margin-top: 40px;
}

#kakou .kakou .window_lead {
  margin-top: 33px;
}

@media only screen and (max-width: 768px) {
  #kakou .kakou .window_lead {
    margin-top: 25px;
    line-height: 1.7;
  }
}

#kakou .kakou .window_block {
  margin-top: 24px;
}

@media only screen and (max-width: 768px) {
  #kakou .kakou .window_block {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #kakou .kakou .window_block .block_col2 {
    display: block;
  }
}

#kakou .kakou .window_block .block_col2-item {
  margin-top: 25px;
}

@media only screen and (min-width: 769px) {
  #kakou .kakou .window_block .block_col2-item:nth-child(-n+2) {
    margin-top: 0;
  }
}

#kakou .kakou .window_block [class*="_bottom"] p {
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  #kakou .kakou .window_block [class*="_bottom"] p {
    line-height: 1.7;
  }
}

#kakou .kakou .example {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  #kakou .kakou .example {
    margin-top: 70px;
  }
}

#kakou .kakou .example_block {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #kakou .kakou .example_block {
    margin-top: 25px;
  }
}

#sekkei a:hover {
  opacity: .8;
}

#sekkei .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-top: 32px;
}

@media only screen and (max-width: 768px) {
  #sekkei .section-title {
    font-size: 26px;
  }
}

#sekkei .mv-img {
  width: 100%;
  margin-top: 50px;
}

#sekkei .top-text {
  font-size: 14px;
  line-height: 2;
  margin-top: 36px;
}

@media only screen and (max-width: 768px) {
  #sekkei .top-text {
    font-size: 12px;
    margin-top: 20px;
  }
}

#sekkei .top-link {
  color: #3071b7;
  font-size: 14px;
  line-height: 2;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  #sekkei .top-link {
    font-size: 12px;
  }
}

#sekkei .kinou .title--colorfulIcon {
  margin-top: 72px;
  font-size: 26px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #sekkei .kinou .title--colorfulIcon {
    font-size: 22px;
  }
}

#sekkei .kinou p {
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  #sekkei .kinou p {
    font-size: 12px;
  }
}

#sekkei .blue-link-box {
  background-color: #313131;
  width: 335px;
  text-align: center;
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  #sekkei .blue-link-box {
    width: 100%;
  }
}

#sekkei .blue-link-box a {
  color: #fff;
  display: block;
  width: 100%;
  display: inline-block;
  line-height: 55px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #sekkei .blue-link-box a {
    font-size: 12px;
    line-height: 45px;
  }
}

#sekkei .blue-link-box a:after {
  content: "";
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  display: inline-block;
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  #sekkei .blue-link-box a:after {
    border: 5px solid transparent;
    border-left: 6px solid #fff;
    margin-left: 6px;
  }
}

#sekkei .img-box {
  width: 58%;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  #sekkei .img-box {
    width: 100%;
    margin-top: 20px;
  }
}

#sekkei .how-to {
  margin-bottom: 93px;
}

#sekkei .how-to .title--colorfulIcon {
  margin-top: 55px;
  font-size: 26px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #sekkei .how-to .title--colorfulIcon {
    font-size: 22px;
  }
}

#sekkei .how-to .how-to_list {
  margin-top: 35px;
  counter-reset: counter1;
}

#sekkei .how-to .how-to_list li {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  counter-increment: count1;
  position: relative;
  padding-left: 25px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  #sekkei .how-to .how-to_list li {
    margin-top: 50px;
  }
}

#sekkei .how-to .how-to_list li:before {
  content: counter(count1);
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  background-color: #707070;
  color: white;
}

#sekkei .how-to .how-to_list .how-to_list__text {
  margin-top: 28px;
  font-size: 14px;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  #sekkei .how-to .how-to_list .how-to_list__text {
    font-size: 12px;
    line-height: 1.8;
  }
}

#column01 a {
  color: #3071b7;
  text-decoration: underline;
}

#column01 a:hover {
  opacity: .8;
}

#column01 .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-top: 33px;
}

@media only screen and (max-width: 768px) {
  #column01 .section-title {
    font-size: 26px;
    line-height: 1.3;
  }
}

#column01 .lead {
  font-size: 14px;
  line-height: 2;
  margin-top: 32px;
}

@media only screen and (max-width: 768px) {
  #column01 .lead {
    font-size: 12px;
  }
}

#column01 .mv-img {
  width: 55%;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  #column01 .mv-img {
    width: 100%;
  }
}

#column01 .container {
  margin-top: 22px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  #column01 .container {
    padding-bottom: 50px;
  }
}

#column01 .container .content:nth-child(2) {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #column01 .container .content:nth-child(2) {
    margin-top: 30px;
  }
}

#column01 .container .content:nth-child(3) {
  margin-top: 65px;
}

@media only screen and (max-width: 768px) {
  #column01 .container .content:nth-child(3) {
    margin-top: 45px;
  }
}

#column01 .container .content .title--colorfulIcon {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #column01 .container .content .title--colorfulIcon {
    font-size: 16px;
  }
}

#column01 .container .content .title--colorfulIcon .title--colorfulIcon_txt {
  line-height: 1.5;
}

#column01 .container .content .lead {
  margin-top: 20px;
}

#column01 .link {
  border-top: 1px dotted #b5b5b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 0 165px;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  #column01 .link {
    font-size: 12px;
    padding-bottom: 30px;
    margin-top: 20px;
  }
}

#column01 .link .toarticle {
  display: block;
  line-height: 1.6;
}

#column01 .link .linkname {
  display: block;
  line-height: 1.6;
}

#column01 .link .next .toarticle {
  text-align: right;
}

#column01 .link .next .linkname {
  text-align: right;
}

#column {
  padding: 33px 0 180px;
}

@media only screen and (max-width: 768px) {
  #column {
    padding: 20px 0 80px;
  }
}

#column h1 {
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #column h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}

#column .lead {
  margin-top: 32px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  #column .lead {
    margin-top: 25px;
    line-height: 1.4;
  }
}

#column .column {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  #column .column {
    margin-top: 40px;
  }
}

#column .column_block + .column_block {
  border-top: 1px dotted #b5b5b5;
  margin-top: 60px;
  padding-top: 60px;
}

@media only screen and (max-width: 768px) {
  #column .column_block + .column_block {
    margin-top: 30px;
    padding-top: 30px;
  }
}

#column .column_block [class*="name"] {
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  #column .column_block .block_col3 {
    display: block;
  }
}

#column .column_block .block_col3-item--sizeS {
  position: relative;
  padding-bottom: 70px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

#column .column_block .block_col3-item--sizeS:hover {
  opacity: .8;
}

@media only screen and (max-width: 768px) {
  #column .column_block .block_col3-item--sizeS + .block_col3-item--sizeS {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dotted #b5b5b5;
  }
}

#column .column_block .block_name-num--green {
  color: #009c84;
}

#column .column_block .block_bottom--sizeXl-desc {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  #column .column_block .block_bottom--sizeXl-desc {
    font-size: 13px;
  }
}

#column .column_block .block_moreBtn {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  max-width: 338px;
  width: 100%;
  color: #3071b7;
  border: 1px solid #ccc;
  text-decoration: underline;
  padding: 15px 0;
  text-align: center;
  display: table;
  margin: auto;
}

.Categorybody {
  overflow: hidden;
}

.Category {
  width: 1200px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .Category {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    max-width: 767px;
    min-width: 320px;
  }
}

.Category .Link {
  color: #3071b7;
  border-bottom: #3071b7 1px solid;
}

.Category__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-top: 35px;
}

.Category .Top__item {
  margin-right: 4px;
}

@media only screen and (max-width: 768px) {
  .Category .Top {
    margin-top: 20px;
    font-size: 12px;
  }
}

.Category__inner {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Category__inner .forSP {
  display: none;
}

.Category__inner .forPC {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .Category__inner {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .Category__inner .forSP {
    display: inline-block;
    margin-bottom: 80px;
  }
  .Category__inner .forPC {
    display: none;
  }
}

.Category__inner .Side {
  font-size: 14px;
  width: 220px;
}

@media only screen and (max-width: 768px) {
  .Category__inner .Side {
    margin-left: 0px;
    width: 100%;
  }
}

.Category__inner .Side__top {
  border: #464444 solid 1px;
}

.Category__inner .Side__main {
  padding-bottom: 30px;
  border: #464444 solid 1px;
}

.Category__inner .Side__bottom {
  margin-top: 20px;
  border: #464444 solid 1px;
}

.Category__inner .Side__title {
  color: #fff;
  font-weight: bold;
  background: #464444;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 15px;
}

.Category__inner .Side__main .Menu__item {
  width: 190px;
  display: inline-block;
  margin: 8px 15px;
  font-weight: bold;
}

.Category__inner .Side__main .Menu__item:hover {
  opacity: .6;
}

.Category__inner .Side__bottom .Recently__item {
  width: 190px;
  display: inline-block;
  margin: 8px 15px;
}

.Category__inner .Side__bottom .Recently__item:hover {
  opacity: .6;
}

.Category__inner .Side__bottom .bottom {
  margin-bottom: 15px;
}

.Category__Main {
  margin-left: 65px;
}

@media only screen and (max-width: 768px) {
  .Category__Main {
    margin-left: 0px;
    width: 100%;
  }
}

.Category__Main .Thumb__row {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.Category__Main .Thumb__row .dot {
  top: 6px;
  position: absolute;
  width: 10px;
  height: 10px;
}

.Category__Main .Title__thumb {
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Title__thumb {
    text-align: start;
  }
}

.Category__Main .Text {
  font-size: 14px;
  line-height: 2.3;
}

.Category__Main .Title {
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
}

.Category__Main .Title__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 90px 0 10px 0;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Title__item {
    margin-top: 35px;
  }
}

.Category__Main .Title__icon {
  vertical-align: middle;
  width: 5px;
  height: 28px;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Title {
    font-size: 23px;
    text-align: start;
  }
}

.Category__Main #clip {
  margin-bottom: 160px;
}

@media only screen and (max-width: 768px) {
  .Category__Main #clip {
    margin-bottom: 50px;
  }
}

.Category__Main #clip .Clip__image {
  width: auto;
  margin-left: 100px;
}

@media only screen and (max-width: 768px) {
  .Category__Main #clip .Clip__image {
    margin-left: 0px;
    width: 100%;
  }
}

.Category__Main #silvelox {
  margin-bottom: 125px;
}

@media only screen and (max-width: 768px) {
  .Category__Main #silvelox {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .Category__Main #silvelox {
    width: 100%;
  }
}

.Category__Main #silvelox .Title__item {
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  .Category__Main #silvelox .Title__item {
    margin-top: 40px;
  }
}

.Category__Main #silvelox .Text {
  margin-top: 20px;
}

.Category__Main #silvelox .Video {
  width: 614px;
  height: 346px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .Category__Main #silvelox .Video {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 75% 0 0;
  }
}

.Category__Main #silvelox .Video__inner {
  width: 613px;
  height: 345px;
}

@media only screen and (max-width: 768px) {
  .Category__Main #silvelox .Video__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.Category__Main #silvelox .Counter {
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
}

.Category__Main #silvelox .Counter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 37px 44px 37px 70px;
}

@media only screen and (max-width: 768px) {
  .Category__Main #silvelox .Counter__inner {
    text-align: center;
    display: inline-block;
    padding: 25px 20px 30px 20px;
    border: 1px solid #939393;
  }
  .Category__Main #silvelox .Counter__inner .Text {
    text-align: start;
  }
}

.Category__Main #silvelox .Counter__image {
  width: 241px;
  margin-left: 73px;
}

@media only screen and (max-width: 768px) {
  .Category__Main #silvelox .Counter__image {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

.Category__Main #silvelox .Counter .under {
  margin-top: 20px;
}

.Category__Main #silvelox .no1 {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  .Category__Main #silvelox .no1 {
    margin-top: 35px;
  }
}

.Category__Main #silvelox .no2 {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .Category__Main #silvelox .no2 {
    margin-top: 35px;
  }
}

.Category__Main #silvelox .Silvelox__image {
  width: 627px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .Category__Main #silvelox .Silvelox__image {
    width: auto;
  }
}

.Category__Main #silvelox .Garagedoor__image {
  margin-top: 50px;
}

.Category__Main #silvelox .Modelvip__image {
  margin-top: 15px;
}

.Category__Main #silvelox .Modeloverlap__image {
  display: block;
  width: 612px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .Category__Main #silvelox .Modeloverlap__image {
    width: 100%;
  }
}

.Category__Main .Multifoot {
  padding-bottom: 200px;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot {
    padding-bottom: 50px;
  }
}

.Category__Main .Multifoot__links {
  margin-top: 10px;
  padding-bottom: 40px;
  display: inline-block;
}

.Category__Main .Multifoot__text {
  text-align: start;
}

.Category__Main .Multifoot__link {
  font-size: 13.8px;
  margin-top: 15px;
  display: inline-block;
}

.Category__Main .Multifoot__text {
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot__text {
    padding-top: 15px;
  }
}

.Category__Main .Multifoot .Roll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.Category__Main .Multifoot .Roll__text {
  margin-top: 30px;
  text-align: start;
}

.Category__Main .Multifoot .Roll .forPC {
  position: absolute;
  right: 60px;
  width: 255px;
  margin-top: 20px;
}

.Category__Main .Multifoot .forSP {
  margin-left: 37%;
  width: 105px;
  margin-bottom: 0px;
}

.Category__Main .Multifoot .Second {
  margin-top: 60px !important;
}

.Category__Main .Multifoot .Support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Support {
    display: block;
    text-align: start;
    margin-top: 20px;
    padding-bottom: 0;
  }
}

.Category__Main .Multifoot .Support__text {
  line-height: 1.5 !important;
  text-align: start;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Support__text {
    font-size: 12px;
    margin-top: 10px;
  }
}

.Category__Main .Multifoot .Support__left {
  width: 47%;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Support__left {
    width: 100%;
  }
}

.Category__Main .Multifoot .Support__right {
  width: 47%;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Support__right {
    width: 100%;
  }
}

.Category__Main .Multifoot .Support__image {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Support__image {
    margin-top: 15px;
  }
}

.Category__Main .Multifoot .Merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Merit {
    margin-top: 10px;
  }
}

.Category__Main .Multifoot .Merit__item {
  width: 32%;
  border: 3px solid #eee;
  text-align: center;
  padding: 20px 20px 20px 20px;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Merit__item {
    width: 48%;
    margin-top: 20px;
    padding: 15px 10px;
  }
}

.Category__Main .Multifoot .Merit__item:nth-child(n+4) {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Merit__item:nth-child(n+4) {
    margin-top: 20px;
  }
}

.Category__Main .Multifoot .Merit__title {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Merit__title {
    font-size: 16px;
  }
}

.Category__Main .Multifoot .Merit__text {
  font-size: 16px;
  margin-top: 25px;
  text-align: start;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Merit__text {
    font-size: 13px;
    margin-top: 12px;
  }
}

.Category__Main .Multifoot .Character {
  margin-top: 30px;
  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;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Character {
    display: block;
    margin-top: 20px;
  }
}

.Category__Main .Multifoot .Character__item {
  width: 49%;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Character__item {
    width: 100%;
  }
}

.Category__Main .Multifoot .Character__item:nth-child(n+3) {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Character__item:nth-child(n+2) {
    margin-top: 15px;
  }
}

.Category__Main .Multifoot .Veranda__text {
  margin-top: 20px;
  line-height: 1.5;
  text-align: start;
}

.Category__Main .Multifoot .Veranda__image {
  width: 620px;
  margin-top: 45px;
  margin-left: 16%;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Veranda__image {
    width: 100%;
    margin-top: 25px;
    margin-left: 0;
  }
}

.Category__Main .Multifoot .Rooftop {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Rooftop {
    margin-top: 40px;
  }
}

.Category__Main .Multifoot .Rooftop__text {
  margin-top: 20px;
  line-height: 1.5;
  text-align: start;
}

.Category__Main .Multifoot .Rooftop__image {
  width: 620px;
  margin-top: 45px;
  margin-left: 16%;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Rooftop__image {
    width: 100%;
    margin-top: 25px;
    margin-left: 0;
  }
}

.Category__Main .Multifoot .Set {
  margin-top: 85px;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Set {
    margin-top: 40px;
  }
}

.Category__Main .Multifoot .Set__text {
  margin-top: 25px;
}

.Category__Main .Multifoot .Set__select {
  font-size: 14px;
  padding: 3px 5px;
  margin-top: 15px;
  width: 220px;
  border: #eee solid 1px;
  background: url(/img/eshop/category/multifoot/button.jpg) no-repeat;
  background-position: right;
}

.Category__Main .Multifoot .Part {
  margin-top: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Part {
    margin-top: 40px;
  }
}

.Category__Main .Multifoot .Part__text1 {
  text-align: start;
  line-height: 1.8;
  font-size: 14px;
  margin-top: 20px;
}

.Category__Main .Multifoot .Part__text {
  text-align: start;
  line-height: 1.8;
  font-size: 12px;
}

.Category__Main .Multifoot .Part__image1 {
  width: 620px;
  margin-top: 45px;
  padding-bottom: 40px;
  margin-left: 16%;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Part__image1 {
    width: 100%;
    padding-bottom: 0px;
    margin-left: 0;
  }
}

.Category__Main .Multifoot .Parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Parts {
    margin-top: 10px;
  }
}

.Category__Main .Multifoot .Parts__item {
  width: 32%;
}

@media only screen and (max-width: 768px) {
  .Category__Main .Multifoot .Parts__item {
    width: 45%;
    margin-top: 20px;
  }
}

.Category__Main #adrail {
  padding-bottom: 275px;
}

@media only screen and (max-width: 768px) {
  .Category__Main #adrail {
    padding-bottom: 35px;
  }
}

.Category__Main #adrail .Title__item {
  margin-top: 25px;
  margin-bottom: 0px;
}

.Category__Main #adrail .Text {
  line-height: 1.5;
  margin-top: 10px;
}

.Category__Main #adrail .thumb__text {
  line-height: 2;
  margin-top: 5px;
}

.Category__Main #adrail .ad__text {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .Category__Main #adrail .ad__text {
    margin-top: 50px;
  }
}

.Category__Main #adrail .Method {
  padding-bottom: 100px;
  border-bottom: 1px solid #d2d2d2;
}

@media only screen and (max-width: 768px) {
  .Category__Main #adrail .Method {
    padding-bottom: 50px;
  }
}

.Category__Main #adrail .Head {
  padding-bottom: 100px;
  border-bottom: 1px solid #d2d2d2;
}

@media only screen and (max-width: 768px) {
  .Category__Main #adrail .Head {
    padding-bottom: 50px;
  }
}

.Category__Main #adrail .Head__image {
  width: 620px;
  display: table;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .Category__Main #adrail .Head__image {
    margin-left: 0;
    width: 100%;
  }
}

.Category__Main #adrail .Head .Point {
  margin-top: 55px;
}

.Category__Main #adrail .Linkbox {
  margin-top: 20px;
}

.Category__Main #adrail .Rail__image {
  margin-top: 25px;
}

.Category__Main #adrail .Rail__text {
  margin-top: 30px;
  line-height: 2;
}

.Category__Main #adrail .Rail__link {
  font-size: 14px;
  margin-top: 15px;
  display: inline-block;
}

.Category__Main #adrail .Amirail__text {
  margin-top: 40px;
}

.Category__Main #adrail .Foot__text {
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  .Category__Main #adrail .Foot__text {
    margin-top: 40px;
  }
}

.Category__Main #adrail .Foot__link {
  display: inline-block;
  margin-top: 50px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .Category__Main #adrail .Foot__link {
    margin-top: 30px;
  }
}

.Category__Main #adrail .Foot .Button {
  display: table;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #e40050;
  padding: 32px 107px 32px 86px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .Category__Main #adrail .Foot .Button {
    padding: 25px 60px 25px 40px;
    margin-top: 30px;
    font-size: 17px;
    margin-right: auto;
    margin-left: auto;
  }
}

.Category__Main #adrail .Foot .Button:hover {
  opacity: .7;
}

.Category__Main #adrail .Foot .Button::after {
  content: url(/img/eshop/category/adrail/next.png);
  position: absolute;
  top: 33px;
  right: 86px;
}

@media only screen and (max-width: 768px) {
  .Category__Main #adrail .Foot .Button::after {
    top: 26px;
    right: 45px;
  }
}

#credit {
  padding-bottom: 155px;
}

@media only screen and (max-width: 768px) {
  #credit {
    padding-bottom: 75px;
  }
}

#credit .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #credit .section-title {
    font-size: 26px;
    margin-top: 30px;
    line-height: 1.3;
  }
}

#credit .img-container {
  width: 95%;
  margin: 36px auto 0 auto;
}

@media only screen and (max-width: 768px) {
  #credit .img-container {
    width: 100%;
    margin-top: 25px;
  }
}

#credit .second {
  width: 73%;
  margin-top: 73px;
}

@media only screen and (max-width: 768px) {
  #credit .second {
    width: 100%;
    margin-top: 30px;
  }
}

#credit .container {
  margin: 61px auto 0 auto;
  width: 91%;
}

@media only screen and (max-width: 768px) {
  #credit .container {
    width: 100%;
    margin-top: 30px;
  }
}

#credit .container_item {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  padding-left: 0;
}

@media only screen and (max-width: 768px) {
  #credit .container_item {
    font-size: 13px;
    line-height: 1.7;
  }
}

#credit .container_item + .container_item {
  margin-top: 3px;
}

#credit .container_attention {
  font-size: 14px;
  line-height: 2.8;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  #credit .container_attention {
    font-size: 12px;
    line-height: 1.5;
  }
}

#credit .container_title {
  font-size: 26px;
  font-weight: bold;
  margin-top: 120px;
}

@media only screen and (max-width: 768px) {
  #credit .container_title {
    margin-top: 50px;
    font-size: 22px;
  }
}

#credit .img-margin {
  margin-top: 55px;
}

@media only screen and (max-width: 768px) {
  #credit .img-margin {
    margin-top: 30px;
  }
}

#showroom {
  padding: 0 0 180px;
}

@media only screen and (max-width: 768px) {
  #showroom {
    padding: 0 0 80px;
  }
}

#showroom h1 {
  /*font-size: 36px;*/
  /*font-weight: bold;*/
}

@media only screen and (max-width: 768px) {
  #showroom h1 {
    /*font-size: 26px;*/
    /*line-height: 1.2;*/
  }
}

#showroom iframe {
  width: 100%;
}

#showroom .mainVis {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #showroom .mainVis {
    margin-top: 35px;
  }
}

#showroom .nav {
  margin: 60px auto 0;
  width: 930px;
  display: block;
}

@media only screen and (max-width: 768px) {
  #showroom .nav {
    margin-top: 40px;
    width: 90%;
  }
}

#showroom .nav_lead {
  margin-top: 57px;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  #showroom .nav_lead {
    line-height: 1.4;
    margin-top: 40px;
  }
}

#showroom .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  #showroom .nav_list {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  #showroom .nav_list {
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#showroom .nav_listItem, #showroom .nav_listItem--01, #showroom .nav_listItem--02, #showroom .nav_listItem--03, #showroom .nav_listItem--04, #showroom .nav_listItem--05, #showroom .nav_listItem--06 {
  -ms-flex-preferred-size: 205px;
      flex-basis: 205px;
  margin-top: 20px;
  height: 106px;
}

@media only screen and (max-width: 768px) {
  #showroom .nav_listItem, #showroom .nav_listItem--01, #showroom .nav_listItem--02, #showroom .nav_listItem--03, #showroom .nav_listItem--04, #showroom .nav_listItem--05, #showroom .nav_listItem--06 {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 769px) {
  #showroom .nav_listItem + [class^="nav_listItem"], #showroom .nav_listItem--01 + [class^="nav_listItem"], #showroom .nav_listItem--02 + [class^="nav_listItem"], #showroom .nav_listItem--03 + [class^="nav_listItem"], #showroom .nav_listItem--04 + [class^="nav_listItem"], #showroom .nav_listItem--05 + [class^="nav_listItem"], #showroom .nav_listItem--06 + [class^="nav_listItem"] {
    margin-left: 10px;
  }
}

#showroom .nav_listItem--01 {
  background: url(/img/showroom/btn_01.png) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  #showroom .nav_listItem--01 {
    background: url(/img/showroom/showroom_locatelogo_01.png) no-repeat center/contain;
  }
}

@media only screen and (min-width: 769px) {
  #showroom .nav_listItem--01:hover {
    background-position: 0 -106px;
  }
}

#showroom .nav_listItem--02 {
  background: url(/img/showroom/btn_02.png) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  #showroom .nav_listItem--02 {
    background: url(/img/showroom/showroom_locatelogo_02.png) no-repeat center/contain;
  }
}

@media only screen and (min-width: 769px) {
  #showroom .nav_listItem--02:hover {
    background-position: 0 -106px;
  }
}

#showroom .nav_listItem--03 {
  background: url(/img/showroom/btn_03.png) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  #showroom .nav_listItem--03 {
    background: url(/img/showroom/showroom_locatelogo_03.png) no-repeat center/contain;
  }
}

@media only screen and (min-width: 769px) {
  #showroom .nav_listItem--03:hover {
    background-position: 0 -106px;
  }
}

#showroom .nav_listItem--04 {
  background: url(/img/showroom/btn_04.png) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  #showroom .nav_listItem--04 {
    background: url(/img/showroom/showroom_locatelogo_04.png) no-repeat center/contain;
  }
}

@media only screen and (min-width: 769px) {
  #showroom .nav_listItem--04:hover {
    background-position: 0 -106px;
  }
}

#showroom .nav_listItem--05 {
  background: url(/img/showroom/btn_05.png) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  #showroom .nav_listItem--05 {
    background: url(/img/showroom/showroom_locatelogo_05.png) no-repeat center/contain;
  }
}

@media only screen and (min-width: 769px) {
  #showroom .nav_listItem--05:hover {
    background-position: 0 -106px;
  }
}

#showroom .nav_listItem--06 {
  background: url(/img/showroom/btn_06.png) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  #showroom .nav_listItem--06 {
    background: url(/img/showroom/showroom_locatelogo_06.png) no-repeat center/contain;
  }
}

@media only screen and (min-width: 769px) {
  #showroom .nav_listItem--06:hover {
    background-position: 0 -106px;
  }
}

@media only screen and (min-width: 769px) {
  #showroom .nav_listItem:nth-child(5), #showroom .nav_listItem--01:nth-child(5), #showroom .nav_listItem--02:nth-child(5), #showroom .nav_listItem--03:nth-child(5), #showroom .nav_listItem--04:nth-child(5), #showroom .nav_listItem--05:nth-child(5), #showroom .nav_listItem--06:nth-child(5) {
    /*margin-left: 0;*/
  }
}

@media only screen and (max-width: 768px) {
  #showroom .nav_listItem:nth-child(4), #showroom .nav_listItem--01:nth-child(4), #showroom .nav_listItem--02:nth-child(4), #showroom .nav_listItem--03:nth-child(4), #showroom .nav_listItem--04:nth-child(4), #showroom .nav_listItem--05:nth-child(4), #showroom .nav_listItem--06:nth-child(4) {
    margin-left: 0;
  }
}

#showroom .nav_listItem a, #showroom .nav_listItem--01 a, #showroom .nav_listItem--02 a, #showroom .nav_listItem--03 a, #showroom .nav_listItem--04 a, #showroom .nav_listItem--05 a, #showroom .nav_listItem--06 a {
  width: 100%;
  display: block;
  height: 100%;
}
/*
#showroom .container {
  margin: 130px auto 0;
}
*/
@media only screen and (min-width: 769px) {
  #showroom .container {
    width: 1100px;
  }
}

@media only screen and (max-width: 768px) {
  #showroom .container {
    width: 90%;
    margin-top: 40px;
  }
}

#showroom .container .location {
  margin-top: 110px;
  border-top: 1px solid #707070;
  padding-top: 65px;
}

@media only screen and (max-width: 768px) {
  #showroom .container .location {
    margin-top: 60px;
    padding-top: 45px;
  }
}

#showroom .container .location_mainContent {
  margin-top: 65px;
}

@media only screen and (max-width: 768px) {
  #showroom .container .location_mainContent {
    margin-top: 50px;
  }
}

#showroom .container .location_subContent {
  margin-top: 70px;
}

#showroom .container .location_ttl {
  display: table;
  margin: auto;
}

@media only screen and (min-width: 769px) {
  #showroom .container .location_ttl img {
    width: auto;
  }
}

#showroom .container .location_name-main, #showroom .container .location_name-main--lh {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #showroom .container .location_name-main, #showroom .container .location_name-main--lh {
    font-size: 28px;
  }
}

#showroom .container .location_name-main--lh {
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  #showroom .container .location_name-main--lh {
    line-height: 1.2;
  }
}

#showroom .container .location_name-sub {
  text-align: center;
  font-size: 24px;
  color: #777;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  #showroom .container .location_name-sub {
    font-size: 20px;
    margin-top: 15px;
  }
}

#showroom .container .location_name-link {
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}

@media only screen and (min-width: 769px) {
  #showroom .container .location_name-link {
    margin-top: 5px;
  }
}

#showroom .container .location_moreLink a {
  background: url(/img/showroom/blank_icon.png) no-repeat center left;
  padding-left: 15px;
  color: #2266bb;
}

#showroom .container .location_moreLink a:hover {
  text-decoration: underline;
}

#showroom .container .location_mainVis {
  padding-bottom: 10px;
  border: solid 1px #ddd;
}

#showroom .container .location .separateBlock {
  display: block;
  overflow: hidden;
  margin: auto;
}

@media only screen and (min-width: 769px) {
  #showroom .container .location .separateBlock {
    width: 922px;
  }
}

@media only screen and (min-width: 769px) {
  #showroom .container .location .separateBlock_left {
    width: 432px;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  #showroom .container .location .separateBlock_left {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 769px) {
  #showroom .container .location .separateBlock_left-top {
    margin-top: 10px;
  }
}

#showroom .container .location .separateBlock_left-bottom {
  margin-top: 40px;
}

@media only screen and (min-width: 769px) {
  #showroom .container .location .separateBlock_right {
    width: 450px;
    float: right;
  }
}

#showroom .container .location_info, #showroom .container .location_info--withBorder {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #showroom .container .location_info, #showroom .container .location_info--withBorder {
    margin-top: 30px;
  }
}

#showroom .container .location_info table, #showroom .container .location_info--withBorder table {
  width: 100%;
}

#showroom .container .location_info table tr, #showroom .container .location_info--withBorder table tr {
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  line-height: 1.5;
}

#showroom .container .location_info table tr:nth-child(even), #showroom .container .location_info--withBorder table tr:nth-child(even) {
  background: #fcfcfc;
}

#showroom .container .location_info table tr td, #showroom .container .location_info--withBorder table tr td {
  padding: 10px;
  vertical-align: middle;
}

#showroom .container .location_info table tr .location_info-name, #showroom .container .location_info--withBorder table tr .location_info-name {
  width: 100px;
}

#showroom .container .location_info table tr .location_info-detail--attention, #showroom .container .location_info--withBorder table tr .location_info-detail--attention {
  font-weight: bold;
}

#showroom .container .location_info--withBorder {
  border-top: 3px solid #ddd;
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  #showroom .container .location_info--withBorder {
    padding-top: 20px;
    margin-top: 25px;
  }
}

#showroom .container .location_forTop {
  text-align: right;
  color: #2266bb;
  font-size: 12px;
  margin: 20px auto 0;
}

@media only screen and (min-width: 769px) {
  #showroom .container .location_forTop {
    width: 922px;
  }
  .sr_yoyaku{
    margin: 30px 75px;
    width: 300px;
  }
}

#showroom .container .location_forTop a {
  padding-left: 15px;
  background: url(/img/showroom/f_pagetop.png) no-repeat;
}

#showroom .container .location_forTop a:hover {
  text-decoration: underline;
}

#gallery {
  padding: 33px 0 150px;
}

@media only screen and (max-width: 768px) {
  #gallery {
    padding: 20px 0 80px;
  }
}

#gallery h1 {
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #gallery h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 769px) {
  #gallery a:hover {
    opacity: .8;
  }
}

#gallery .title--colorfulIcon {
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  #gallery .title--colorfulIcon {
    font-size: 18px;
  }
}

#gallery .gallery_lead {
  margin-top: 36px;
  font-size: 14px;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  #gallery .gallery_lead {
    line-height: 1.7;
    margin-top: 25px;
  }
}

#gallery .gallery_list {
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  #gallery .gallery_list {
    margin-top: 55px;
  }
}

@media only screen and (min-width: 769px) {
  #gallery .gallery_listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#gallery .gallery_listItem + .gallery_listItem {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #gallery .gallery_listItem + .gallery_listItem {
    margin-top: 40px;
  }
}

#gallery .gallery_listItem-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (min-width: 769px) {
  #gallery .gallery_listItem-img {
    -ms-flex-preferred-size: 734px;
        flex-basis: 734px;
  }
}

@media only screen and (max-width: 768px) {
  #gallery .gallery_listItem-img {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}

@media only screen and (min-width: 769px) {
  #gallery .gallery_listItem-main {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #gallery .gallery_listItem-main {
    margin-top: 15px;
  }
}

#gallery .gallery_listItem-main-company {
  margin-top: 12px;
  font-size: 14px;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  #gallery .gallery_listItem-main-company {
    line-height: 1.7;
  }
}

#gallery .gallery_listItem-main-company a {
  text-decoration: underline;
}

#gallery .gallery_listItem-btn {
  border-radius: 4px;
  border: 1px solid #222222;
  background-color: #fff;
  width: 200px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  #gallery .gallery_listItem-btn {
    margin: 20px auto 0;
  }
}

#gallery .gallery_listItem-btn a {
  padding: 10px 0;
  display: block;
}

#gallery .gallery_search {
  margin-top: 100px;
}

@media only screen and (min-width: 769px) {
  #gallery .gallery_search {
    max-width: 1054px;
  }
}

@media only screen and (max-width: 768px) {
  #gallery .gallery_search {
    margin-top: 70px;
  }
}

#gallery .gallery_search h2 {
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #gallery .gallery_search h2 {
    font-size: 18px;
  }
}

#gallery .gallery_search-list {
  margin-top: 4px;
}

@media only screen and (max-width: 768px) {
  #gallery .gallery_search-list {
    margin-top: 15px;
  }
}

#gallery .gallery_search-moreBtn {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  #gallery .gallery_search-moreBtn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  #special .forpc {
    display: none;
  }
}

#special .forsp {
  display: none;
}

@media screen and (max-width: 768px) {
  #special .forsp {
    display: block;
  }
}

#special .large {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #special .large {
    font-size: 22px;
  }
}

#special .lead {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #special .lead {
    line-height: 1.7;
  }
}

#special .low {
  line-height: 1.5;
}

#special .att-txt {
  color: #3071b7;
  text-decoration: underline;
}

#special .special__title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #special .special__title {
    font-size: 26px;
    margin-top: 40px;
  }
}

#special .img-box {
  width: 100%;
  margin-top: 44px;
}

@media screen and (max-width: 768px) {
  #special .img-box {
    margin-top: 20px;
  }
}

#special .face {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  #special .face {
    margin-top: 20px !important;
  }
}

#special .face__txt {
  margin-top: 34px;
}

@media screen and (max-width: 768px) {
  #special .face__txt {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #special .face {
    margin-top: 50px;
  }
}

#special .face .face__imgbox {
  width: 87%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  #special .face .face__imgbox {
    width: 100%;
    margin-top: 20px;
  }
}

#special .face .face__imgbox__img {
  width: 32%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #special .face .face__imgbox__img {
    width: 49%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  #special .face .face__imgbox .dummy {
    display: none;
  }
}

#special .face .habaki-margin {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #special .face .habaki-margin {
    margin-top: 20px;
  }
}

#special .flow {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #special .flow {
    margin-top: 30px;
  }
}

#special .flow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: num;
  margin-top: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #special .flow__box {
    margin-top: 25px;
  }
}

#special .flow__box__content {
  width: 15%;
}

@media screen and (max-width: 768px) {
  #special .flow__box__content {
    width: 100%;
    margin-top: 20px;
  }
  #special .flow__box__content:first-child {
    margin: 0;
  }
}

#special .flow__box__content__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
}

#special .flow__box__content__title span:before {
  counter-increment: num;
  content: counter(num) ".";
}

#special .flow__box__content__txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  #special .flow__box__content__txt {
    margin-top: 10px;
  }
}

#special .flow__imgbox {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #special .flow__imgbox {
    margin-top: 25px;
  }
}

#special .flow__imgbox__img {
  width: 40%;
}

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

#special .flow__imgbox .lead {
  width: 56%;
}

@media screen and (max-width: 768px) {
  #special .flow__imgbox .lead {
    width: 100%;
    margin-top: 20px;
  }
}

#special .flow .red {
  color: #e40050;
}

#special .flow .green {
  color: #009c84;
}

#special .flow .yellow {
  color: #f9bd01;
}

#special .flow .blue {
  color: #3071b7;
}

#special .flow .link {
  color: #3071b7;
  text-decoration: underline;
}

#special .flow1 {
  margin-top: 70px;
}

#special .note {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 50px;
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #special .note {
    padding: 25px;
    margin-top: 50px;
  }
}

#special .note .large {
  font-size: 20px;
}

#special .note__subhead {
  font-size: 20px;
  font-weight: bold;
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  #special .note__subhead {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 25px;
  }
}

#special .note .txt {
  margin-top: 16px;
}

#special .note .margin {
  margin-top: 37px;
}

@media screen and (max-width: 768px) {
  #special .note .margin {
    margin-top: 20px;
  }
}

#special .note .lead {
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  #special .note .lead {
    margin-top: 15px;
  }
}

#special .download {
  width: 100%;
  margin-top: 107px;
}

@media screen and (max-width: 768px) {
  #special .download {
    margin-top: 30px;
  }
}

#special .download__title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #special .download__title {
    font-size: 20px;
    text-align: start;
  }
}

@media screen and (max-width: 768px) {
  #special .download__title1 {
    margin-top: 20px;
  }
}

#special .download__title2 {
  margin-top: 41px;
}

@media screen and (max-width: 768px) {
  #special .download__title2 {
    margin-top: 20px;
  }
}

#special .download__box {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: center;
     justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #special .download__box {
    margin-top: 30px;
  }
}

#special .download__box__item {
    background-color: #e40050;
    line-height: 76px;
    width: 30%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

@media screen and (max-width: 768px) {
  #special .download__box__item {
    width: 100%;
    font-size: 16px;
  }
}

#special .download__box__item:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#special .download__box .senmen-margin:after {
  margin-left: 20px;
}

#special .download__box .habaki-margin:after {
  margin-left: 10px;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
}

#special .download__box .habaki-size:after {
  border: 8px solid transparent;
  border-left: 8px solid #fff;
}

#special .download__box .black {
  background-color: #464444;
}

#special .download__box .margin {
  margin-right: 2%;
}

@media screen and (max-width: 768px) {
  #special .download__box .margin {
    margin: 0 0 20px 0;
  }
}

#special .download__subtitle {
    margin: 16px 0 0 0;
    font-size: 22px;
}

@media screen and (max-width: 768px) {
  #special .download__subtitle {
    font-size: 18px;
    margin-top: 20px;
  }
}

#special .download__txt {
    text-align: left;
    color: #e40050;
    font-weight: bold;
    margin-top: 37px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #special .download__txt {
    font-size: 12px;
    margin-top: 20px;
  }
}

#special .download .habaki-title-margin {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  #special .download .habaki-title-margin {
    margin-top: 40px;
  }
}

#special .download .habaki-width {
  width: 45%;
}

@media screen and (max-width: 768px) {
  #special .download .habaki-width {
    width: 100%;
    font-size: 13px;
  }
}

#special .contact {
  margin-top: 123px;
  margin-bottom: 91px;
}

@media screen and (max-width: 768px) {
  #special .contact {
    margin-top: 50px;
  }
}

#special .contact__txt {
  margin-top: 33px;
  font-weight: bold;
}

#special .contact__box {
  margin-top: 36px;
  border: 1px solid gray;
  border-radius: 12px;
  width: 100%;
  padding: 40px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #special .contact__box {
    margin-top: 20px;
    padding: 20px 0;
    font-size: 16px;
  }
}

#special .contact__box__left {
  width: 39%;
  text-align: right;
  padding-right: 16px;
}

@media screen and (max-width: 768px) {
  #special .contact__box__left {
    width: 25%;
  }
}

#special .contact__box__right {
  width: 60%;
}

@media screen and (max-width: 768px) {
  #special .contact__box__right {
    width: 74%;
  }
}

#special .slab__txt {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #special .slab__txt {
    line-height: 1.3;
    margin-top: 20px;
    font-size: 12px;
  }
}

#special .slab .margin {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  #special .slab .margin {
    margin-top: 20px;
  }
}

#special .slab__contents {
  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;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  #special .slab__contents {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#special .slab__items__item {
  display: inline-block;
  margin: 0 10px 10px 0;
  list-style-type: none;
}

#special .slab__items__item img {
  width: 30px;
  cursor: pointer;
}

#special .slab__contents__right {
  width: 34%;
}

@media screen and (max-width: 768px) {
  #special .slab__contents__right {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #special .slab__contents__right img {
    width: 200px;
    height: 200px;
  }
}

#special .slab__contents__right__txt {
  margin-top: 5px;
}

#special .slab__contents__left {
  width: 57%;
}

@media screen and (max-width: 768px) {
  #special .slab__contents__left {
    width: 100%;
    margin-top: 15px;
  }
}

#special .slab__items {
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #special .slab__items {
    overflow-x: auto;
    white-space: nowrap;
    margin: 6px 0;
  }
}

#special .slab hr {
  border: 1px solid #d2d2d2;
}

#tokuchu {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  #tokuchu {
    margin-top: 30px;
  }
}

#tokuchu .forpc {
  display: unset;
}

@media screen and (max-width: 768px) {
  #tokuchu .forpc {
    display: none !important;
  }
}

.Estimate {
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .Estimate {
    margin-bottom: 40px;
  }
}

.Estimate__button:hover {
  opacity: 0.7;
}

.Estimate__title {
  margin-top: 40px;
}

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

#slab2019 {
  /*html {
	background-color: #333;
}*/
  width: 1200px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  font-family: "Lucida Grande", "Helvetica Neue", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}

@media screen and (max-width: 768px) {
  #slab2019 {
    width: 100%;
    margin-top: 15px;
  }
}

#slab2019 #contents {
  position: relative;
}

#slab2019 li {
  list-style-type: none;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  #slab2019 .counter20mm {
    margin-bottom: 0;
  }
}

#slab2019 li img {
  width: 30px;
}

#slab2019 .frame {
  position: absolute;
  width: 34%;
  margin-top: 100px;
  top: 0px;
  right: 20px;
  border: none;
}

@media screen and (max-width: 768px) {
  #slab2019 .frame {
    width: 200px;
    height: 200px;
    position: static;
    margin: 0 auto;
  }
}

#slab2019 .detail {
  position: absolute;
  width: 450px;
  top: 515px;
  right: -20px;
  border: none;
}

@media screen and (max-width: 768px) {
  #slab2019 .detail {
    width: auto;
    position: static;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    text-align: center;
  }
}

#slab2019 #contents-left {
  position: relative;
  width: 57%;
}

@media screen and (max-width: 768px) {
  #slab2019 #contents-left {
    width: 100%;
  }
}

#slab2019 p {
  clear: both;
  font-size: 14px;
}

#slab2019 .slabName {
  font-size: 14px;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  #slab2019 .slabName {
    font-size: 12px;
    padding-top: 13px;
  }
}

#slab2019 a {
  text-decoration: underline;
  color: #3071b7;
}

#slab2019 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  #slab2019 ul {
    overflow: scroll;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    padding: 15px;
  }
}

#slab2019 .border {
  border-bottom: 1px solid #d2d2d2;
}

.kamachihabaki {
  margin-top: 50px;
  margin-right: auto;
  width: 90%;
  margin-left: auto;
}

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

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

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

.kamachi__description {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

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

.kamachi__img {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.habaki__description {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .habaki__description {
    width: 100%;
    margin-top: 20px;
  }
}

.habaki__img {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

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

.habaki__title {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .habaki__title {
    margin-top: 20px !important;
  }
}

.counter__title {
  margin-top: 40px;
}

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

.counter__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6;
}

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

.block_col2 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .block_col2 {
    display: block !important;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .nature {
    margin-top: 20px !important;
  }
}

.block_name--l {
  position: relative;
}

.tm {
  position: relative;
}

.tm::after {
  content: "TM";
  position: absolute;
  font-size: 10px;
  margin-top: 3px;
  margin-left: 2px;
}

.block_bottom--sizeL-desc {
  font-size: 14px;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .block_bottom--sizeL-desc {
    margin-top: 5px;
  }
}

.example {
  margin-top: 40px;
}

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

.example .block_col3 {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .example .block_col3 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .example .block_col3-img {
    margin-top: 10px;
  }
}

.factory {
  margin-top: 40px;
}

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

.factory__text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 35px;
}

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

.factory .block_bottom--sizeS-desc {
  font-size: 14px;
}

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

@media screen and (max-width: 768px) {
  .factory .block_bottom--sizeS {
    margin: 0;
  }
}

.infomation {
  margin-top: 40px;
}

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

.infomation__text {
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  width: 80%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.infomation__box {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.infomation .Box__title {
  font-weight: bold;
  margin-top: 15px;
}

.infomation .Box__text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
}

.infomation .Box__inner {
  width: 100%;
}

.infomation .Box__main {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 15px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .infomation .Box__main {
    width: 100%;
    margin-bottom: 15px;
  }
}

.infomation .Box__button {
  display: table;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 15px 70px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .infomation .Box__button {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

.infomation .Box__button:hover {
  opacity: 0.7;
}

.Order {
  margin-top: 40px;
}

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

.Order__img {
  width: auto;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .Order__img {
    margin-top: 30px;
    width: 100%;
  }
}

.Order__text {
  margin-top: 40px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Order__text {
    font-size: 14px;
    margin-top: 20px;
  }
}

.Order .link {
  color: #3071b7;
  text-decoration: underline;
}

/*ーーーーーーーーーーーーーーーー共通ーーーーーーーーーーーーーーーー*/
#variousinfo {
  /*ーーーーーーーーーーーーーーーーSP共通ーーーーーーーーーーーーーーーー*/
}

#variousinfo .Text__red {
  color: #f00;
}

#variousinfo .link {
  color: #3071b7;
}

#variousinfo .bold {
  font-weight: bold;
}

#variousinfo .Side__item:hover {
  background: #f4f4f4;
}

#variousinfo .current a {
  background: #e9e9e9;
}

#variousinfo .container {
  max-width: 1250px;
  min-width: 1024px;
  margin: auto;
}

#variousinfo .head__tab {
  margin-top: 37px;
}

#variousinfo .Tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#variousinfo .Tab__item {
  font-size: 14px;
  margin-left: 5px;
}

#variousinfo .Tab__item--blue {
  color: #3071b7;
  border-bottom: #3071b7 1px solid;
}

#variousinfo .body {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 130px;
}

#variousinfo .Side {
  width: 220px;
  font-size: 14px;
  border: 1px black solid;
}

#variousinfo .Side .forsp {
  display: none;
}

#variousinfo .Side__item {
  border-bottom: 1px #b8b8b8 solid;
}

#variousinfo .Side__item:last-child {
  border-bottom: none;
}

#variousinfo .Side__link {
  width: 218px;
  display: inline-block;
  padding: 21px 20px 21px 20px;
}

#variousinfo #webpage {
  margin-left: 50px;
}

#variousinfo .Title {
  font-size: 26px;
  font-weight: bold;
}

#variousinfo .Text {
  font-size: 14px;
  line-height: 30px;
  margin-top: 35px;
}

#variousinfo .border {
  margin-top: 30px;
}

#variousinfo .Title__thumb {
  font-size: 20px;
  font-weight: bold;
  margin-top: 70px;
}

#variousinfo #payment .Bank__description {
  font-size: 14px;
  margin-top: 35px;
}

#variousinfo #payment .Bank {
  margin-top: 45px;
  line-height: 30px;
}

#variousinfo #payment .Bank__text {
  font-size: 14px;
  margin-top: 50px;
  line-height: 30px;
}

#variousinfo #payment .Bank__item {
  font-size: 14px;
}

#variousinfo #payment .Card__image {
  width: 450px;
  margin-top: 35px;
  margin-bottom: 35px;
}

#variousinfo #payment .Card__description {
  line-height: 30px;
  font-size: 14px;
}

#variousinfo #payment .Detail {
  display: inline-block;
  line-height: 0px;
  margin-top: 45px;
}

#variousinfo #payment .Detail .Link {
  color: #3071b7;
}

#variousinfo #payment .Delivery__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#variousinfo #Delivery .Prefectures__list {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}

#variousinfo #Delivery table {
  font-size: 14px;
  width: 100%;
  border: solid 1px #ddd;
  margin: 35px 0 20px 0;
}

#variousinfo #Delivery table th {
  width: 100px;
  font-weight: bold;
}

#variousinfo #Delivery table td,
#variousinfo #Delivery table th {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

#variousinfo #Delivery .border {
  margin-bottom: 0px;
}

#variousinfo #Delivery .about__car {
  display: inline-block;
  margin-top: 35px;
}

#variousinfo #Delivery .Car__list {
  margin: 7px;
  font-size: 14px;
}

#variousinfo #Delivery .Text--red {
  color: red;
}

#variousinfo #Delivery .Prefectures {
  margin-top: 35px;
  font-size: 14px;
  line-height: 30px;
}

#variousinfo #Delivery .Delivery__link {
  font-size: 14px;
  color: #3071b7;
}

#variousinfo #Delivery .Delivery__table {
  border: none !important;
  margin-top: 30px !important;
  margin-bottom: 0px !important;
  width: 100% !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

#variousinfo #Delivery .Delivery__row {
  padding: 0px !important;
  border: none !important;
  width: 33% !important;
  display: inline-block !important;
  margin: 5px 0 !important;
}

#variousinfo #Delivery .Delivery__menu .forSP {
  display: none;
}

#variousinfo #Delivery .Delivery__thumb {
  margin-top: 25px;
  font-size: 14px;
}

#variousinfo #Delivery .Delivery__car {
  margin-top: 25px;
}

#variousinfo #Delivery .okinawa {
  font-size: 14px;
  margin-top: 20px;
}

#variousinfo #Transaction .Title {
  margin-bottom: 20px;
}

#variousinfo #Transaction .Transaction__box {
  border-bottom: #b8b8b8 solid 1px;
  padding: 15px 0;
}

#variousinfo #Transaction .Tranction__title {
  font-size: 20px;
  font-weight: bold;
}

#variousinfo #Transaction .Transction__item {
  line-height: 25px;
  margin: 0 0 10px 0;
  font-size: 14px;
}

#variousinfo #Transaction .space {
  padding: 10px 0;
}

#variousinfo #Treatment ol,
#variousinfo #Member ol,
#variousinfo #Ragulation ol,
#variousinfo #Privacy ol {
  list-style-type: decimal !important;
  font-size: 13px;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  line-height: 20px;
}

#variousinfo #Treatment .Ol__list,
#variousinfo #Member .Ol__list,
#variousinfo #Ragulation .Ol__list,
#variousinfo #Privacy .Ol__list {
  margin-top: 20px;
}

#variousinfo #Treatment .fusoku,
#variousinfo #Member .fusoku,
#variousinfo #Ragulation .fusoku,
#variousinfo #Privacy .fusoku {
  font-size: 14px;
  margin-top: 30px;
  float: right;
}

#variousinfo #Treatment .fusoku__item,
#variousinfo #Member .fusoku__item,
#variousinfo #Ragulation .fusoku__item,
#variousinfo #Privacy .fusoku__item {
  margin: 5px;
}

#variousinfo #Member .member__text {
  font-size: 14px;
  margin-top: 20px;
}

#variousinfo #Regulation .Regulation__text {
  font-size: 14px;
  line-height: 20px;
  margin-left: 20px;
  margin-top: 20px;
}

#variousinfo #Regulation .Ol__list {
  margin-top: 10px;
  font-size: 14px;
  list-style-type: decimal !important;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  line-height: 20px;
}

#variousinfo #Cancel .Ol__list {
  margin-top: 10px;
  font-size: 14px;
  list-style-type: decimal !important;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  line-height: 20px;
}

#variousinfo #Privacy .Privacy__text {
  font-size: 14px;
  margin-top: 20px;
  line-height: 20px;
}

#variousinfo #Privacy .Privacy__list {
  list-style-type: lower-roman !important;
  font-size: 13px;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  line-height: 20px;
}

#variousinfo #Treatment .Treatment {
  margin-top: 25px;
}

#variousinfo #Treatment .Treatment__item.Item {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  #variousinfo .container {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    max-width: 767px;
    min-width: 340px;
  }
  #variousinfo .head__tab {
    display: none;
  }
  #variousinfo .body {
    display: inline-block;
    margin-bottom: 50px;
  }
  #variousinfo .Side {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #b8b8b8;
    border-left: none;
    border-right: none;
    padding: 10px 0;
    position: relative;
  }
  #variousinfo .Side .forpc {
    display: none;
  }
  #variousinfo .Side .forpc {
    display: inline-block;
  }
  #variousinfo .Side__item {
    border-bottom: none;
    background: white !important;
    width: 50%;
  }
  #variousinfo .Side__link {
    width: auto;
    display: inline-block;
    padding: 3px 0;
    margin: 5px 0;
    color: #3071b7;
  }
  #variousinfo .main {
    width: 100%;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
  }
  #variousinfo #webpage {
    margin-left: 0px;
  }
  #variousinfo .Title__thumb {
    margin-top: 45px;
  }
  #variousinfo .Text {
    margin-top: 20px;
  }
  #variousinfo .border {
    display: none;
  }
  #variousinfo #payment .Card__image {
    width: 100%;
    margin: 20px 0;
  }
  #variousinfo #payment .Detail {
    line-height: 30px;
  }
  #variousinfo #payment .Bank {
    margin-top: 30px;
  }
  #variousinfo #payment .Bank__description {
    margin-top: 30px;
  }
  #variousinfo #payment .Bank__text {
    margin-top: 40px;
  }
  #variousinfo #Delivery .Delivery__table {
    display: none;
  }
  #variousinfo #Delivery .Delivery__menu {
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    margin-top: 25px;
    padding: 25px 0;
  }
  #variousinfo #Delivery .Delivery__menu .forSP {
    display: block;
  }
  #variousinfo #Delivery .Delivery__item {
    margin-left: 25px;
    line-height: 25px;
  }
}

#receipt {
  max-width: 1250px;
  min-width: 1024px;
  margin: auto;
}

#receipt .container {
  max-width: 618px;
  min-width: 600px;
  margin-right: auto;
}

#receipt .Receipt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  font-size: 14px;
}

#receipt .Receipt .blue {
  color: #3071b7;
  border-bottom: #3071b7 1px solid;
}

#receipt .Receipt__list {
  margin-right: 5px;
}

#receipt .Title {
  font-size: 36px;
  font-weight: bold;
  margin-top: 50px;
}

#receipt .Text {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  font-size: 14px;
  margin-top: 40px;
}

#receipt .Main {
  margin-top: 80px;
  margin-bottom: 350px;
}

#receipt .Main .number {
  width: 32px;
  margin-right: 17px;
  vertical-align: middle;
}

#receipt .Main__list {
  margin-top: 70px;
  font-size: 26px;
  font-weight: bold;
}

#receipt .Main .list__image {
  margin-top: 40px;
}

#receipt .Main .number__title {
  display: inline-block;
}

#receipt .Main .number__title span {
  vertical-align: middle;
}

#receipt .Main .image__text {
  font-size: 14px;
  font-weight: normal;
  margin-top: 15px;
  line-height: 30px;
}

@media only screen and (max-width: 768px) {
  #receipt {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    max-width: 767px;
    min-width: 340px;
  }
  #receipt .container {
    width: 100%;
    margin-right: auto;
    max-width: 617px !important;
    min-width: 340px !important;
  }
  #receipt .Receipt {
    margin-top: 20px;
    font-size: 12px;
  }
  #receipt .Title {
    font-size: 26px;
    margin-top: 30px;
  }
  #receipt .Text {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 20px;
  }
  #receipt .Main {
    margin-top: 0px;
    margin-bottom: 80px;
  }
  #receipt .Main__list {
    font-size: 18px;
    margin-top: 45px;
  }
  #receipt .list__image {
    margin-top: 20px !important;
  }
  #receipt .image__text {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}

/**************************
　ニュース パーツリスト
**************************/
.un_newsDetail h1 {
  color: #003265;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: solid 2px #003265;
}
.un_newsDetail h2 {
  color: #222;
  line-height: 1.5;
}
.un_newsDetail h3 {
  color: #222;
  line-height: 1.5;
}
.un_newsDetail img {
  text-align: center;
}
.un_newsDetail p {
  color: #222;
  line-height: 1.5;
}

.un_newsDetail table, .un_newsDetail th, .un_newsDetail td {
  border: solid 1px #c2c2c2;
}
.un_newsDetail th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #f2f2f2;
}
.un_newsDetail td {
  line-height: 1.5;
}
.un_newsDetail ol, .un_newsDetail ul {
  color: #222;
}
.un_newsDetail li {
  line-height: 1.5;
}
.un_newsDetail li ol {
  margin: 0.5em 0 0 1em;
}
.un_newsDetail li:not(:last-of-type) {
  margin-bottom: 0.5em;
}

/* エレメント */
.un_newsDetail a {
  color: #3490dc;
  text-decoration: underline;
}
.un_newsDetail em {
  font-style: italic;
}
.un_newsDetail strong {
  font-weight: bold;
}
.un_newsDetail del {
  text-decoration: line-through;
}
.un_newsDetail blockquote {
  display: inline-block;
}
.un_newsDetail .el_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c76c7;
  font-size: 14px;
  text-align: center;
  padding: 15px;
  border: 2px solid #0083e8;
  border-radius: 4px;
}
.un_newsDetail .el_btn::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #0083e8;
  border-right: solid 2px #0083e8;
  transform: rotate(45deg);
}

.un_newsDetail .aligncenter {
  display: block;
  margin: 0 auto;
}
.un_newsDetail .alignright {
  float: right;
}
.un_newsDetail .alignleft {
  float: left;
}
.un_newsDetail.clearfix {
  overflow: hidden;
  zoom: 1;
}
.un_newsDetail.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .un_newsDetail h1 {
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .un_newsDetail h2 {
    font-size: 25px;
    margin-bottom: 18px;
  }
  .un_newsDetail h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .un_newsDetail img {
    width: auto;
    margin-bottom: 24px;
  }
  .un_newsDetail p {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .bl_table_wrapper {
    margin-bottom: 30px;
  }
  .un_newsDetail th, .un_newsDetail td {
    width: 256px;
  }
  .un_newsDetail th {
    padding: 18px 31px 16px 32px;
  }
  .un_newsDetail .bl_table_data {
    padding: 15px 32px;
  }
  .un_newsDetail ol, .un_newsDetail ul {
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 47px;
  }
  .un_newsDetail li:not(:last-of-type) {
    margin-bottom: 0.5em;
  }

  /* エレメント */
  .un_newsDetail blockquote {
    padding: 0 1em;
  }
  .un_newsDetail span > a {
    width: 304px;
    margin: 50px auto 60px;
    transition: opacity 0.3s;
  }
  .un_newsDetail .el_btn::after {
    margin: -3px 0 0 7px;
  }
  .un_newsDetail .el_btn:hover {
    opacity: 0.7;
  }

  .un_newsDetail .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .un_newsDetail .alignright {
    float: right;
  }
  .un_newsDetail .alignleft {
    float: left;
  }
  .un_newsDetail.clearfix {
    overflow: hidden;
    zoom: 1;
  }
  .un_newsDetail.clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (max-width: 767px) {
  .un_newsDetail h1 {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 25px;
  }
  .un_newsDetail h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .un_newsDetail h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .un_newsDetail img {
    width: 100%;
    margin-bottom: 18px;
  }
  .un_newsDetail p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .un_newsDetail .bl_table_wrapper {
    overflow: scroll;
  }
  .un_newsDetail th, .un_newsDetail td {
      white-space: nowrap;
      width: 207px;
      padding: 16px 25px;
  }
  .un_newsDetail ol, .un_newsDetail ul {
    font-size: 14px;
    margin-top: 30px;
  }
  .un_newsDetail li:not(:last-of-type) {
    margin-bottom: 0.5em;
  }

  /* エレメント */
  .un_newsDetail blockquote {
    padding: 1em;
  }
  .un_newsDetail .el_btn {
    width: 100%;
    margin: 20px auto 46px;
  }
  .un_newsDetail .el_btn::after {
    margin: -1px 0 0 7px;
  }

  .un_newsDetail .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .un_newsDetail .alignright {
    float: right;
  }
  .un_newsDetail .alignleft {
    float: left;
  }
  .un_newsDetail.clearfix {
    overflow: hidden;
    zoom: 1;
  }
  .un_newsDetail.clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
}

/**************************
　固定ページ パーツリスト
**************************/
.un_pageDetail h1 {
  color: #003265;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: solid 2px #003265;
}
.un_pageDetail h2 {
  color: #222;
  line-height: 1.5;
}
.un_pageDetail h3 {
  color: #222;
  line-height: 1.5;
}
.un_pageDetail img {
  text-align: center;
}
.un_pageDetail p {
  color: #222;
  line-height: 1.5;
}

.un_pageDetail table, .un_pageDetail th, .un_pageDetail td {
  border: solid 1px #c2c2c2;
}
.un_pageDetail th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #f2f2f2;
}
.un_pageDetail td {
  line-height: 1.5;
}
.un_pageDetail ol, .un_pageDetail ul {
  color: #222;
}
.un_pageDetail li {
  line-height: 1.5;
}
.un_pageDetail li ol {
  margin: 0.5em 0 0 1em;
}
.un_pageDetail li:not(:last-of-type) {
  margin-bottom: 0.5em;
}

/* エレメント */
.un_pageDetail a {
  color: #3490dc;
  text-decoration: underline;
}
.un_pageDetail em {
  font-style: italic;
}
.un_pageDetail strong {
  font-weight: bold;
}
.un_pageDetail del {
  text-decoration: line-through;
}
.un_pageDetail blockquote {
  display: inline-block;
}
.un_pageDetail .el_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c76c7;
  font-size: 14px;
  text-align: center;
  padding: 15px;
  border: 2px solid #0083e8;
  border-radius: 4px;
}
.un_pageDetail .el_btn::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #0083e8;
  border-right: solid 2px #0083e8;
  transform: rotate(45deg);
}

.un_pageDetail .aligncenter {
  display: block;
  margin: 0 auto;
}
.un_pageDetail .alignright {
  float: right;
}
.un_pageDetail .alignleft {
  float: left;
}
.un_pageDetail.clearfix {
  overflow: hidden;
  zoom: 1;
}
.un_pageDetail.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .un_pageDetail h1 {
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .un_pageDetail h2 {
    font-size: 25px;
    margin-bottom: 18px;
  }
  .un_pageDetail h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .un_pageDetail img {
    width: auto;
    margin-bottom: 24px;
  }
  .un_pageDetail p {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .bl_table_wrapper {
    margin-bottom: 30px;
  }
  .un_pageDetail th, .un_pageDetail td {
    width: 256px;
  }
  .un_pageDetail th {
    padding: 18px 31px 16px 32px;
  }
  .un_pageDetail .bl_table_data {
    padding: 15px 32px;
  }
  .un_pageDetail ol, .un_pageDetail ul {
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 47px;
  }
  .un_pageDetail li:not(:last-of-type) {
    margin-bottom: 0.5em;
  }

  /* エレメント */
  .un_pageDetail blockquote {
    padding: 0 1em;
  }
  .un_pageDetail span > a {
    width: 304px;
    margin: 50px auto 60px;
    transition: opacity 0.3s;
  }
  .un_pageDetail .el_btn::after {
    margin: -3px 0 0 7px;
  }
  .un_pageDetail .el_btn:hover {
    opacity: 0.7;
  }

  .un_pageDetail .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .un_pageDetail .alignright {
    float: right;
  }
  .un_pageDetail .alignleft {
    float: left;
  }
  .un_pageDetail.clearfix {
    overflow: hidden;
    zoom: 1;
  }
  .un_pageDetail.clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (max-width: 767px) {
  .un_pageDetail h1 {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 25px;
  }
  .un_pageDetail h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .un_pageDetail h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .un_pageDetail img {
    width: 100%;
    margin-bottom: 18px;
  }
  .un_pageDetail p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .un_pageDetail .bl_table_wrapper {
    overflow: scroll;
  }
  .un_pageDetail th, .un_pageDetail td {
      white-space: nowrap;
      width: 207px;
      padding: 16px 25px;
  }
  .un_pageDetail ol, .un_pageDetail ul {
    font-size: 14px;
    margin-top: 30px;
  }
  .un_pageDetail li:not(:last-of-type) {
    margin-bottom: 0.5em;
  }

  /* エレメント */
  .un_pageDetail blockquote {
    padding: 1em;
  }
  .un_pageDetail .el_btn {
    width: 100%;
    margin: 20px auto 46px;
  }
  .un_pageDetail .el_btn::after {
    margin: -1px 0 0 7px;
  }

  .un_pageDetail .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .un_pageDetail .alignright {
    float: right;
  }
  .un_pageDetail .alignleft {
    float: left;
  }
  .un_pageDetail.clearfix {
    overflow: hidden;
    zoom: 1;
  }
  .un_pageDetail.clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
}


@media only screen and (min-width: 769px) {
	#sekou .un_card_wrap {
		margin-top: 20px;
		flex-basis: 48.9062%;
	}
	#sekou .un_card {
		border: solid 1px #C2C2C2;
		padding: 20px;
		margin-top: 0;
	}
  #sekou .un_imageWrap_wrap {
		display: flex;
		width: 100%;
	}
	#sekou .un_imageWrap {
		flex-basis: 124px;
	}
	#sekou .un_textWrap {
		margin-left: 20px;
	}
	#sekou .un_textWrap .water_listItem-name {
		font-size: 18px;
		font-weight: bold;
		color: #003265;
		border-bottom: none;
	}
	#sekou .un_textWrap .water_listItem-card-txt {
		font-size: 14px;
		margin: 0;
	}
	#sekou .un_sekou_manual .title--colorfulIcon.section-margin {
		font-size: 25px;
	}
	#sekou .un_sekou_manual .title--colorfulIcon_txt {
		position: relative;
		margin-left: 0;
		padding-left: 20px;
	}
	#sekou .un_sekou_manual .title--colorfulIcon_txt:before {
		content: "";
		display: block;
		background-color: #003265;
		width: 7px;
		height: 22px;
		position: absolute;
		top: 9px;
		left: 0;
	}
	#sekou .un_sekou_manual_cont {
		margin-top: 0;
	}
	#sekou .un_sekou_manual_cont .separateBlock_item {
		display: flex;
		flex-basis: 630px;
		margin-top: 40px;
	}
	#sekou .un_sekou_manual_cont .separateBlock_item-img {
		width: 124px;
		margin-right: 32px;
	}
	#sekou .un_sekou_manual_cont .separateBlock_item-name {
		font-size: 18px;
		color: #003265;
		margin-top: 0;
	}
	#sekou .un_sekou_manual_cont .separateBlock_item-name--secound {
		font-size: 16px;
		font-weight: bold;
		color: #222;
	}
	#sekou .un_sekou_manual_cont .un_sekou_manual_inner_wrap {
		display: flex;
		width: 100%;
	}
	#sekou .un_sekou_manual_cont .separateBlock_item-dsc,
	#sekou .un_sekou_manual_cont .separateBlock_item-dsc a {
		font-size: 14px;
		color: #0c76c7;
		text-decoration: none;
		line-height: 2.5;
	}
	#sekou .un_sekou_manual_cont .separateBlock_item-dsc a {
		position: relative;
		padding-left: 15px;
	}
	#sekou .un_sekou_manual_cont .separateBlock_item-dsc a:before {
		content: "";
		display: block;
		width: 6px;
		height: 9px;
		position: absolute;
		top: 3px;
		left: 0;
		background: url("/img/icon_search_complement_arrow.png") left center no-repeat;
		background-size: 6px 9px;
	}
}
@media only screen and (max-width: 768px) {
	#sekou .un_card_wrap {
		margin-top: 10px;
	}
	#sekou .un_card {
		border: solid 1px #C2C2C2;
		padding: 15px;
		margin-top: 0;
		display: block;
	}
	#sekou .un_imageWrap_wrap {
		display: flex;
		width: 100%;
		margin-bottom: 15px;
	}
	#sekou .un_imageWrap {
		flex-basis: 65px;
	}
	#sekou .un_textWrap {
		margin-left: 0;
	}
	#sekou .un_imageWrap_wrap .un_textWrap {
		margin-left: 18px;
	}
	#sekou .un_textWrap .water_listItem-name {
		margin-top: 20px;
		font-size: 16px;
		font-weight: bold;
		color: #003265;
		border-bottom: none;
	}
	#sekou .un_textWrap .water_listItem-card-txt {
		font-size: 12px;
		margin: 0;
	}
	#sekou .un_sekou_manual .title--colorfulIcon.section-margin {
		font-size: 25px;
	}
	#sekou .un_sekou_manual .title--colorfulIcon_txt {
		position: relative;
		margin-left: 0;
		padding-left: 20px;
	}
	#sekou .un_sekou_manual .title--colorfulIcon_txt:before {
		content: "";
		display: block;
		background-color: #003265;
		width: 7px;
		height: 22px;
		position: absolute;
		top: 9px;
		left: 0;
	}
	#sekou .un_sekou_manual_cont .separateBlock_item {
		display: block;
		flex-basis: 506px;
		margin-top: 40px;
	}
	#sekou .un_sekou_manual_cont .separateBlock_item-img {
		width: 62px;
		margin-right: 32px;
	}
	#sekou .un_sekou_manual_cont .separateBlock_item-name {
		font-size: 18px;
		color: #003265;
		margin-top: 13px;
	}
	#sekou .un_sekou_manual_cont .separateBlock_item-name--secound {
		font-size: 16px;
		font-weight: bold;
		color: #222;
	}
	#sekou .un_sekou_manual_cont .un_sekou_manual_inner_wrap {
		display: flex;
		width: 100%;
	}
	#sekou .un_sekou_manual_cont .separateBlock_item-dsc,
	#sekou .un_sekou_manual_cont .separateBlock_item-dsc a {
		font-size: 14px;
		color: #0c76c7;
		text-decoration: none;
		line-height: 2.5;
	}
	#sekou .un_sekou_manual_cont .separateBlock_item-dsc a {
		position: relative;
		padding-left: 15px;
	}
	#sekou .un_sekou_manual_cont .separateBlock_item-dsc a:before {
		content: "";
		display: block;
		width: 6px;
		height: 9px;
		position: absolute;
		top: 3px;
		left: 0;
		background: url("/img/icon_search_complement_arrow.png") left center no-repeat;
		background-size: 6px 9px;
	}
}


/*インスタグラムCSS*/
.insta_list{
	display: flex;
	flex-wrap: wrap;
	/* Todo:gapを0にすると画像の間隔が無くなる ↓*/
	gap: 10px;
	margin: 20px auto;
	max-width: 1170px;
	padding: 0 10px;
}

.insta_list li{
	position: relative;
	width: calc((100% - 30px)/4);
	list-style: none;
}

.insta_list li::before{
	content: "";
	display: block;
	padding-top: 100%;
}

.insta_list a{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.insta_list img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 750px){
	.insta_list li{
		width: calc((100% - 10px)/2);
	}
	.insta-block {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		position: relative;
	}
	.insta_btn{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.insta_btn01 {
		display: inline-block;
		line-height: 50px;
		width: 100%;
		text-align: center;
		color: #0083E8;
		background-color: #fff;
		border: 2px solid #0083E8;
		border-radius: 3px;
	}
	.insta_btn01::after {
		content: '';
		display: inline-block;
		margin-left: 10px;
		width: 6px;
		height: 12px;
		vertical-align: middle;
		background-repeat: no-repeat;
		background-image: url(/img/eshop/common/arrow_01.png);
	}
	.insta_btn01.el_type02 {
		font-size: 13px;
		line-height: 40px;
		border: 1px solid #0083E8;
	}
	.insta_btn01.el_type03 {
		font-size: 13px;
		font-weight: bold;
	}
	.insta_btn01.el_type03::before {
		content: '';
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 4px;
		width: 17px;
		height: 17px;
		vertical-align: middle;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(/img/eshop/common/icon_pdf.png);
	}
	.insta_btn01.el_type03::after{
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.insta_btn {
		width: fit-content;
		margin: 10px auto 50px auto;
	}
}

.insta_btn01 {
	display: inline-block;
	line-height: 50px;
	width: 100%;
	max-width: 1170px;
	margin: 20px auto 40px auto;
	padding: 0px 100px 0px 100px;
	text-align: center;
	color: #0083E8;
	background-color: #fff;
	border: 2px solid #0083E8;
	border-radius: 3px;
}
.insta_btn01::after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	width: 6px;
	height: 12px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(/img/eshop/common/arrow_01.png);
}
.insta_btn01:hover {
	color: #fff;
	background-color: #0083E8 !important;
}
.insta_btn01:hover::after {
	background-image: url(/img/eshop/common/arrow_01_hov.png);
}
.insta_btn01.el_type02 {
	font-size: 14px;
	line-height: 40px;
}
.insta_btn01.el_type03 {
	font-weight: bold;
}
.insta_btn01.el_type03::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 4px;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/img/eshop/common/icon_pdf.png);
}
.insta_btn01.el_type03::after {
	display: none;
}

.insta_text{
	color: #696969;
	display: table;
	font-size: 28px;
	font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
	font-weight: normal;
	margin: 50px auto 0px auto;
	padding: 0;
	position: relative;
}


