@charset "utf-8";
/*
Theme Name: listsothebysrealty-solution
Theme URI: http://www.solution-sy.com/
Author: Xiez
Author URI: https://xiezsama.com/
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  box-sizing: border-box;
}

:after, :before {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
}

.mincho {
    font-family: Georgia, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
}

address, caption, code, figcaption, pre, th {
  font-weight: normal;
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

fieldset, iframe, img {
  border: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

caption, th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background: 0 0;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit;
}

button:disabled {
  cursor: default;
}

audio:not([controls]) {
  display: none;
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select), :focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
}

::-webkit-scrollbar:hover {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #666;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none;
}

/* /Start Reset Css */
/* hasbg css */
/* if u want to change function for JQcode , plase open function.js file , search function's name , that name is css's name */
/* css for function hasbg */
.hasbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hasbg:after {
  display: block;
  content: "";
  padding-top: 100%;
}

.hasbg>img {
  display: none;
}

/* /hasbg */
/* sp mobile-btn */
.sp-wrapper {
  display: none;
}

@media screen and (max-width: 1024px) {
  body.logged-in .mobile-btn {
    top: 52px;
  }

  .mobile-btn {
    position: fixed;
    z-index: 10000;
    top: 20px;
    right: 20px;
    display: block;
  }

  .mobile-btn div {
    width: 30px;
    height: 20px;
    background: none;
    cursor: pointer;
    display: block;
    position: relative;
    right: 0;
    top: 0;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  }

  .mobile-btn div span {
    width: 30px;
    height: 2px;
    top: 9px;
    background: #00569e;
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    margin: 0 0 0 -15px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
  }

  .mobile-btn div span:nth-child(1) {
    -moz-transform: translateY(-9px);
    -webkit-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
  }

  .mobile-btn div span:nth-child(3) {
    -moz-transform: translateY(9px);
    -webkit-transform: translateY(9px);
    -o-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
  }

  .mobile-btn .active {
    transform: translateX(-200px) rotate(180deg);
  }

  .mobile-btn .active span:nth-child(1) {
    transform: rotate3d(0, 0, 1, -40deg) !important;
    transform-origin: 0.71429px center !important;
    width: 20px !important;
  }

  .mobile-btn .active span:nth-child(3) {
    transform: rotate3d(0, 0, 1, 40deg) !important;
    transform-origin: 0.71429px center !important;
    width: 20px !important;
  }

  .sp-wrapper-move {
    transform: translateX(0px) !important;
  }

  .sp-wrapper {
    width: 200px;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    background: #333;
    right: 0;
    top: 0;
    transform: translateX(200px);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    display: block;
  }

  .sp-wrapper .sp-heading {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
  }

  .sp-wrapper nav ul {
    padding: 0 15px;
  }

  .sp-wrapper nav ul li:first-child {
    border-top: 1px solid #5d5d5d;
  }

  .sp-wrapper nav ul li {
    border-bottom: 1px solid #5d5d5d;
  }

  .sp-wrapper nav ul li a {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 8px 0;
    text-transform: uppercase;
    transition: .3s;
  }

  .sp-wrapper nav ul li a span:nth-child(2) { display: none;}

  .sp-wrapper nav ul li a:hover {
    background: #f2f2f2;
    color: #000;
  }

  .sp-wrapper .link ul li a { display: flex; align-items: center; justify-content: center; text-decoration: none; color: #333; background: #ccc; text-transform: uppercase; padding:5px 10px; margin:10px;}
}

.logged-in .sp-wrapper {
  height: calc(100vh - 32px);
  top: auto;
  bottom: 0;
}

@media screen and (max-width:782px) {
  .logged-in .sp-wrapper {
    height: calc(100vh - 46px);
  }
}

@media screen and (max-width:782px) {
  body.logged-in .mobile-btn {
    top: 65px;
  }
}

@media screen and (max-width:600px) {
  .mobile-btn.wordpress-logged-in {
    top: 20px !important;
  }

  .sp-wrapper.wordpress-logged-in {
    height: 100vh;
  }
}

@media screen and (max-width:320px) {
  .sp-wrapper .sp-heading {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sp-wrapper nav ul li a {
    padding: 5px 0;
  }
}

/* /sp mobile-btn */

/* common */
.title-type-1 { text-align: center; margin-bottom: 40px; line-height: 1.1;}
.title-type-1 h2 { font-size: calc(22px + 1vw); color: #405d86; letter-spacing: 3px;}
.title-type-1 hr { display: inline-block; width: 100px; height: 2px; margin:1em auto; padding:0; border: 0; background: #8f9aaa;}
.title-type-1 .sub-title { text-transform: uppercase; color: #405d86; font-size: calc(14px + .3vw); font-weight: bold; letter-spacing: 2px;}
@media screen and (max-width:1000px) {
  .title-type-1 { margin-bottom: 20px;}
  .title-type-1 h2 , .title-type-1 .sub-title { letter-spacing: 1px;}

}
@media screen and (max-width:825px) {
  .title-type-1 hr { margin:.5em auto;}
}

.title-type-2 { text-align: center; line-height: 1.1; color: #405d86;}
.title-type-2 h2 { font-size: calc(18px + .5vw);}
.title-type-2 .sub-title { font-size: calc(12px + .4vw); margin-top: .5em;}



.more { margin-top: 40px; text-align: center;}
.more a { display: inline-flex; align-items: center; justify-content: center; border:1px solid #00275e; background: #00275e; color: #fff; width: 250px; height: 45px; font-size: 16px; line-height: 1; text-decoration: none; transition: .3s;}
.more a .iconfont { font-size: 15px; margin-left: 10px;}
.more a:hover { background: none; color: #00275e;}
.more a:hover .iconfont { color: #00275e;}
@media screen and (max-width:1000px) {
  .more { margin-top: 20px;}
  .more a { font-size: 14px; width: 200px; height: 40px;}
  .more a .iconfont { font-size: 12px; margin-left: 5px; }
}

.yellow a {border:1px solid #ffc000; background: #ffc000; color: #fff;}
.yellow a:hover { background: none; color: #ffc000;}
.yellow a:hover .iconfont { color: #ffc000;}
/* /common */

/* nav */
.main-navigation { padding:0 10px 5px;} 
/*.main-navigation { padding:20px 20px;}*/

.main-navigation ul { width: 100%; display: flex; align-items: center; justify-content: center;}
.main-navigation ul li a { display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding:10px 15px; text-decoration: none; transition: .3s;} 
/*.main-navigation ul li a { display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding:10px 10px; text-decoration: none; transition: .3s;}*/


.main-navigation ul li a:hover {background: #bfc9d7;}
.main-navigation ul li a span { display: block;}

.main-navigation ul li a span:nth-child(1) { font-size: 17px;} 
/*.main-navigation ul li a span:nth-child(1) { font-size: 15px;}*/

.main-navigation ul li a span:nth-child(2) { font-size: 13px; color: #939ca9; text-transform: uppercase;text-align:center;}
.main-navigation ul li a:hover span:nth-child(2) { color: #fff;}
.main-navigation ul li a:hover span:nth-child(2) { color: #fff;}

.main-navigation ul li a span br{ display: none;}

/*@media screen and (max-width:1540px) {
 .main-navigation ul li a {padding: 10px 20px;}
}*/
@media screen and (max-width:1400px) {
  .main-navigation ul li a span:nth-child(1) {font-size: 16px;}
  .main-navigation ul li a span br{ display: block;}
 }
@media screen and (max-width:1350px) {
  .main-navigation ul li a span:nth-child(1) { font-size: 13.5px;}
  .main-navigation ul li a span:nth-child(2) { font-size: 10px;}
}
@media screen and (max-width:1280px) {
 /*.main-navigation {padding: 20px 20px;}*/
 .main-navigation ul li a {padding: 10px 5px;}
 /*.main-navigation ul li a span:nth-child(1) {font-size: 15px;}*/
}
/*@media screen and (max-width:1100px) {
  .main-navigation ul li a span:nth-child(1) { font-size: 14px;}
  .main-navigation ul li a span:nth-child(2) { font-size: 10px;}
}*/
@media screen and (max-width:1024px) {
  .main-navigation { display: none;padding: 20px 20px;}
}
/*@media screen and (max-width:1000px) {
  .main-navigation ul li a { padding:5px 20px;}
}*/
/*@media screen and (max-width:825px) {
  .main-navigation { display: none;}
}*/
/* /nav */

/* wrapper css */
.wrapper {
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin:0 auto;
  left: 0;
  z-index: 20;
}

.wrapper .wrapperbg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 69;
  background: rgba(0, 0, 0, 0.5);
}

.wrapper-move {
  overflow: hidden;
  left: -200px;
}

/* /wrapper css */

/* header */
/*header { width: 100%; padding:10px 40px 0 40px; position: fixed; z-index: 120; background: #fff; top: 0;}*/
header { width: 100%; padding:20px 20px 20px 10px; position: inherit; z-index: 120; background: #fff; top: 0;}/*20200901 PCのみメニュー固定解除*/
header .main { width: 100%; max-width: 1580px; margin:0 auto; display: flex; align-items: center; justify-content: space-between;}
/* header .main .site-logo { flex-shrink: 0; margin-top: 15px;} */
header .main .site-logo { flex-shrink: 0;}

/* header .main .site-logo a img { width: 280px;} */
header .main .site-logo a img {width: 230px;}


header .main .slogan { padding:0 40px;}
header .main .slogan h1 { font-size: 12px; font-weight: bold; margin-top: 30px;}
header .main .special-links { flex-shrink: 0;}
header .main .special-links .language { text-align: right;}
header .main .special-links .language a { text-align: right; color:rgb(51, 51, 51); font-size: 12px; text-transform: capitalize; display: inline-flex; align-items: center;}
header .main .special-links .language a .iconfont { margin-right: 5px; color: #03295d}
header .main .special-links ul { display: flex;} 
header .main .special-links ul {flex-wrap: wrap;width: 80px;}
header .main .special-links ul li { flex-shrink: 0;}
header .main .special-links ul li a { width: 150px; height: 35px; font-size: 12px; display: flex; align-items: center; justify-content: center; text-decoration: none; color: #333; transition: .3s;}
header .main .special-links ul li a .iconfont { font-size: 12px; margin-right: 5px;}
header .main .special-links ul li:nth-child(1) {order: 2;width: 100%;}
header .main .special-links ul li:nth-child(1) a { width: auto; color: #dc5757;justify-content: flex-end;}
header .main .special-links ul li:nth-child(1) a:hover { opacity: .7;}
header .main .special-links ul li:nth-child(2) { order: 1; width: 100%;}
header .main .special-links ul li:nth-child(2) a { border: 1px solid #bfc9d7; background: #bfc9d7; color: #03295d; margin:0 20px;}
header .main .special-links ul li:nth-child(2) a:hover { background: #03295d; color: #fff;}
header .main .special-links ul li:nth-child(3) a { border: 1px solid #03295d; background: #03295d; color: #fff;}
header .main .special-links ul li:nth-child(3) a:hover { background: none; color:#03295d;}

@media screen and (max-width:1400px) {
  header .main .site-logo a img {width: 200px;}
}

@media screen and (max-width:1060px) {
  header .main .slogan h1 { display: none;}
}
@media screen and (max-width:1000px) {
  header { padding:0 20px;}
  header .main .special-links ul li:nth-child(2) a { margin:0 10px;}
}
@media screen and (max-width:1024px) {
  header { position: fixed;}/*20200901 spメニューのみ固定*/
  header .main { height: 60px;}
  header .main .site-logo { width: 100%; display: flex; justify-content: center; padding-right: 40px; margin-top: 0;}
  header .main .site-logo a { display: inline-block;}
  header .main .site-logo a img { height: 45px; width: auto;}
  header .main .special-links { display: none;}

}
/* /header */


/* banner */
.banner { width: 100%; max-width: 1720px; margin:0 auto;position:relative;}
.banner .swiper-pagination { bottom: 0px;}
.banner .swiper-wrapper { margin-bottom: 30px;}
.banner .swiper-pagination-bullet { width: 10px; height: 10px; background: #00275e;}

.banner .swiper-slide { position: relative; overflow: hidden; min-height: 70vh;}
.banner .swiper-slide figure { position: absolute; z-index: 10; width: 100%; height:100%; display: flex; justify-content: center; align-items: center;}
.banner .swiper-slide figure:after { display: none;}
/*.banner .swiper-slide:first-child:before { content: ""; display: block; position: absolute; width: 100%; height: 120px; left: 0; bottom: 0; background: rgba(255,255,255,.8) url(img/banner-bg.png) center center/auto 80% no-repeat; z-index: 20;}*/
.swiper-slide-active figure {
  transform-origin: center center;
 -webkit-animation-name:moveRight;
 animation-name:moveRight;
}
@-webkit-keyframes moveRight {
 0% {
  transform:scale(1.2,1.2);
 }
 100% {
  transform:scale(1,1);
 }
}
@keyframes moveRight {
  0%
   transform:scale(1.2,1.2);
  }
  100% {
   transform:scale(1,1);
  }
}
 .swiper-slide figure {
  animation-duration:15s;
  animation-timing-function:linear;
  animation-fill-mode:forwards;
  -webkit-animation-duration:10s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-fill-mode:forwards;
 }

 .bn_no1{position: absolute;top: 50%;left:10%;display: block;width: 35%;z-index: 4;transform: translateY(-50%);}
 .bn_no1 img{width:100%;}
@media screen and (max-width:1024px) {
  .bn_no1{left:5%;width:70%;}
}
@media screen and (max-width:470px) {
  .bn_no1{left:50%;width:80%;transform: translate(-50%,-50%);}
}

/* @media screen and (max-width:750px) {
  .banner .swiper-slide:first-child:before {background: rgba(255,255,255,.8) url(img/banner-bg.png) center center/80% auto no-repeat; height:95px;}
 }*/
/* /banner */


/* index about */
.index .about { margin:80px auto; padding:0 40px;}
.index .about .main { width: 100%; max-width: 1580px; margin:0 auto; text-align: center;}
.index .about .main > h3 { font-size: calc(24px + .7vw); letter-spacing: 5px;}
.index .about .main .content { background: url(img/about-bg.png) center center/auto 100% no-repeat;}
.index .about .main .content p { margin-top: 2em; font-size: 18px; color: #444444; letter-spacing: 3px; line-height: 2;}
@media screen and (max-width:1000px) {
  .index .about { margin:60px auto; padding:0 20px;}
  .index .about .main .content p { font-size: 16px; line-height: 1.8; margin-top: 1em;}
  .index .about .main > h3 { letter-spacing: 3px; font-size: calc(22px + .7vw);}
}
@media screen and (max-width:825px) {
  .index .about .main > h3 { letter-spacing: 1px;}
  .index .about .main .content p { letter-spacing: 1px;}
}
@media screen and (max-width:450px) {
  .index .about .main > h3 { font-size: 22px;}
  .index .about .main .content p { font-size: 12px; line-height: 1.6;}
}
/* /index about */


/* index reason */
.index .reason { margin:80px auto;}
.index .reason .main .why-choose-us { display: flex; background: #f1f3f7;}
.index .reason .main .why-choose-us:nth-child(2n) { margin:40px auto; flex-direction: row-reverse;}
.index .reason .main .why-choose-us .version { width: 40%; padding:40px; min-height: 500px; display: flex; flex-direction: column; justify-content: center;}
.index .reason .main .why-choose-us .version .title h3 { font-size: calc(16px + 1vw); letter-spacing: 3px; color: #405d86;}
.index .reason .main .why-choose-us .version .title h3:before { content: attr(data-step); display: block; font-size: calc(35px + 1.5vw); line-height: 1; color: #00275e; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;}
.index .reason .main .why-choose-us .version .content { margin-top: 2em; font-size: 18px; color: #444444; letter-spacing: 3px; line-height: 2;}

.index .reason .main .why-choose-us .gallery { width: 60%;}

.index .reason .main .why-choose-us .gallery:after { display: none;}

.index .reason .main .after-sales-service .gallery  { display: flex; align-items: center; justify-content: center; padding:40px; background: url(img/after-sales-service-bg.jpg);}
.index .reason .main .after-sales-service .gallery img { width: 80%;}
.index .reason .main .one-stop .gallery  { display: flex; align-items: center; justify-content: center; padding:40px; background: #f6f8fc;}

@media screen and (max-width:1000px) {
  .index .reason { margin:60px auto;}
  .index .reason .main .why-choose-us .version { padding:20px;}
  .index .reason .main .why-choose-us .version .content {font-size: 16px; line-height: 1.8; margin-top: 1em;}
  .index .reason .main .amount .gallery .swiper-button-next, .index .reason .main .amount .gallery .swiper-button-prev { width: 25px; height: 25px;}
  .index .reason .main .after-sales-service .gallery { padding:20px;}
  .index .reason .main .one-stop .gallery { padding:20px;}
  .index .reason .main .why-choose-us:nth-child(2n) { margin:20px auto;}
}
@media screen and (max-width:825px) {
  .index .reason .main .why-choose-us .version .content { letter-spacing: 1px;}
}
@media screen and (max-width: 630px) {
  .index .reason .main .why-choose-us { flex-direction: column; flex-wrap: wrap;}
  .index .reason .main .why-choose-us > * { width: 100%!important;}
  .index .reason .main .why-choose-us .version { min-height: inherit;}
  .index .reason .main .why-choose-us .gallery:after  { display: block; padding-top: 80%;}
}

@media screen and (max-width: 450px) {
  .index .reason .main .why-choose-us .version .content { font-size: 14px; line-height: 1.6;}
}
/* /index reason */


/* index service */
.index .service { margin:80px auto; padding:0 40px;}
.index .service .explain { text-align: center; width: 100%; max-width: 800px; margin:40px auto; font-size: 18px; color: #444444; letter-spacing: 3px; line-height: 2;}
.index .service .menu-link { overflow: hidden; margin:0 auto; width: 100%; max-width: 1580px;}
.index .service .menu-link ul { margin-left: -40px; margin-top: -40px; display: flex; flex-wrap: wrap;}
.index .service .menu-link ul li { width: 33.33333333333333333%; padding-left: 40px; padding-top: 40px; float: left; display: flex;}
.index .service .menu-link ul li a { display: flex; flex-direction: column; position: relative; width: 100%;}
.index .service .menu-link ul li a figure { height: 100%; background-color: #f6f8fc; }
.index .service .menu-link ul li a figure:after { padding-top: 56%;}

.index .service .menu-link ul li:nth-child(2) a figure { border:3px solid #fee019;}
.index .service .menu-link ul li:nth-child(5) a figure { border:3px solid #00275e;}
.index .service .menu-link ul li:nth-child(6) a figure { border:3px solid #01b901;}

.index .service .menu-link ul li a div { background: #fff; left: 0; bottom: 0;margin-left:10px; padding:20px; color: #444444; width: calc(100% - 20px); height: 100%; align-items: center; font-size: 14px; letter-spacing: 1px;}

@media screen and (max-width:1000px) {
  .index .service { margin:60px auto; padding:0 20px;}
  .index .service .explain {font-size: 16px;    line-height: 1.8;    margin:20px auto;}
  .index .service .menu-link ul { margin-left: -20px; margin-top: -20px;}
  .index .service .menu-link ul li { padding-left: 20px; padding-top: 20px;}
  .index .service .menu-link ul li a div { padding:10px 15px;}

  .index .service .menu-link ul li a figure {background-size: 100% auto;}
}
@media screen and (max-width:825px) {
  .index .service .menu-link ul li { width: 50%;}
  .index .service .explain {letter-spacing: 1px;}
}
@media screen and (max-width:450px) {
  .index .service .explain {font-size: 14px; line-height: 1.6;}
  .index .service .menu-link ul li { width: 100%;}
  .index .service .menu-link ul li a div { font-size: 12px;}

  .index .service .menu-link ul li a { flex-direction: row; border:2px solid #e8e5e5;}
  .index .service .menu-link ul li a figure { width: 40%; min-width: 150px; flex-shrink: 0;}
  .index .service .menu-link ul li a div { width: 60%; margin-top: 0;}

  .index .service .menu-link ul li:nth-child(2) a figure { border:none;}
  .index .service .menu-link ul li:nth-child(5) a figure { border:none;}
  .index .service .menu-link ul li:nth-child(6) a figure { border:none;}
}
/* /index service */


/* index reviews */
.index .reviews { margin:80px auto; display: flex; background: #e9f0f9;}
.index .reviews .content { width: 48%; padding:100px 40px; text-align: center;}
.index .reviews .content h2 , .index .reviews .content div.explain { letter-spacing: 3px; color: #405d86;}
.index .reviews .content h2 {font-size: calc(16px + 1vw);}
.index .reviews .content div.explain { font-size: 18px; line-height: 2;}
.index .reviews .gallery { width: 52%; background-position: top center;}
.index .reviews .gallery:after { display: none;}

@media screen and (max-width:1000px) {
  .index .reviews { margin:60px auto;}
  .index .reviews .content { padding: 30px 20px;}
  .index .reviews .content div.explain {font-size: 16px; line-height: 1.8;}
}
@media screen and (max-width:825px) {
  .index .reviews .content h2 , .index .reviews .content div.explain { letter-spacing: 1px;}
}
@media screen and (max-width:660px) {
  .index .reviews .content { width: 100%;}
  .index .reviews .gallery { display: none;}
}
@media screen and (max-width:450px) {
  .index .reviews .content div.explain {font-size: 14px; line-height: 1.6;}
}
/* /index reviews */

/* index business */
.index .business { background: #e9f0f9; padding:80px 40px;}
.index .business .main { width: 100%; max-width: 1580px; margin:0 auto; display: flex; flex-wrap: wrap; justify-content: space-between;}
.index .business .main > * { width: calc(33.333333333% - 80px / 3); background: #fff; padding:40px; display: flex; flex-direction: column; justify-content: space-between;}
.index .business .main > * .icon { display: flex; align-items: flex-end; justify-content: center; margin:20px auto;}
.index .business .main > * .icon img { height: 110px; width: auto; margin:0 10px;}
.index .business .main > * .content { text-align: center; font-size: 16px; color: #444444; letter-spacing: 2px; line-height: 1.6; flex: 1;}
.index .business .main > * .more { margin-top: 20px;}
_:-ms-input-placeholder, :root .index .business .main > * {
  min-height: 500px;
}


@media screen and (max-width:1200px) {
  .index .business .main > * .icon img { height:90px;}
}
@media screen and (max-width:1000px) {
  .index .business { padding:40px 20px;}
  .index .business .main > * { width: calc(33.333333333% - 40px / 3); padding:40px 20px;}
  .index .business .main > * .content { font-size: 14px; letter-spacing: 1px;}
}
@media screen and (max-width:870px) {
  .index .business .main > * { width: calc(50% - 20px / 2);}
  .index .business .main > *:last-child { margin-top: 20px;}
}
@media screen and (max-width:600px) {
  .index .business .main > * { width: 100%;}
  .index .business .main > *:last-child { margin-top: 0;}
  .index .business .main > *:not(:first-child) { margin-top: 20px;}
}
/* /index business */


/* index office */
.index .office { margin:80px auto; padding:0 40px;}
.index .office .explain { width: 100%; text-align: center; font-size: 18px; color: #444444; letter-spacing: 3px; line-height: 2; margin:40px auto;}
.index .office .address { width: 100%; max-width: 1580px; margin:0 auto; display: flex; justify-content: space-between;}
.index .office .address > * { width: calc(50% - 20px);}
.index .office .address .map-nav { display: flex; align-items: center;}
.index .office .address .map-nav ul { margin-left: -40px; margin-top: -40px;}
.index .office .address .map-nav ul li { width: 50%; padding-left: 40px; padding-top: 40px; float: left;}
.index .office .address .map-nav ul li a { border:1px solid #00275e; color: #00275e; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: bold; padding:1.3em 0px; line-height: 1; text-decoration: none;}
.index .office .address .map-nav ul li a .iconfont { font-size: 14px; margin-left:10px;}
.index .office .address .map-nav ul li.active a { background: #00275e; color: #fff;}
.index .office .address .map-nav ul li a:hover { background: #00275e; color: #fff;}
@media screen and (max-width:1000px) {
  .index .office { margin:60px auto; padding:0 20px;}
  .index .office .explain { margin:20px auto; font-size: 16px; line-height: 1.8;}
  .index .office .address .map-nav ul li a { font-size: 14px;}
  .index .office .address > * { width: calc(50% - 10px);}
  .index .office .address .map-nav ul { margin-left: -20px; margin-top: -20px;}
  .index .office .address .map-nav ul li { padding-left: 20px; padding-top: 20px;}

}
@media screen and (max-width:825px) {
  .index .office .explain { letter-spacing: 1px;}
  .index .office .address .map-nav ul li a { font-size: 12px;}
  .index .office .address .map-nav ul li a .iconfont { font-size: 12px; margin-left: 2px;}
}
@media screen and (max-width:680px) {
  .index .office .address { flex-direction: column;}
  .index .office .address > * { width: 100%;}
  .index .office .address .map img { width: 350px; margin:0 auto 20px;}
}
@media screen and (max-width:450px) {
  .index .office .explain { font-size: 14px; line-height: 1.6;}
}
@media screen and (max-width:350px) {
  .index .office .address .map-nav ul li { width: 100%;}
}
/* /index office */

/* index news */
.index .news { background: #f9f9f9; padding:80px 40px;}
.index .news .main { width: 100%; max-width: 1580px; margin:0 auto;}
.index .news .main li { display: flex; font-size: 16px; text-decoration: none; color: #444; padding:10px 20px; align-items: center; font-size: 20px;}
.index .news .main li:hover { background: #fff;}
.index .news .main li:not(:first-child) { margin-top: 20px;}
.index .news .main li span:nth-child(1) { padding:0 40px 0 0; flex-shrink: 0; }
.index .news .main li span:nth-child(2) { color: #fff; background: #00275e; padding:10px 20px; display: flex; align-items: center; justify-content: center; font-size: 16px; line-height: 1; width: 150px; flex-shrink: 0; margin-right: 20px;}
.index .news .main li span:last-child a  { font-weight: bold; color: #333; display: block;}

@media screen and (max-width:1000px) {
  .index .news { padding:60px 20px;}
  .index .news .main li { flex-wrap: wrap;}
  .index .news .main li span:nth-child(1) { padding:0 20px 0 0;}

  .index .news .main li {font-size: 14px;}
  .index .news .main li span:nth-child(2) { font-size: 12px;}
}

@media screen and (max-width:825px) {
  .index .news .main li { font-size: 14px; padding:10px;}
  .index .news .main li span:nth-child(1) { font-weight: bold;}
  .index .news .main li span:nth-child(2) {padding:7px 15px; width:110px;}
  .index .news .main li span:last-child() { width: 100%; font-weight: normal; margin-top: .2em;}
}
/* /index news */


/* footer */
footer .footer-menu { background: #00275e; padding:60px 40px;}
footer .footer-menu .main { width: 100%; max-width: 1520px; margin:0 auto;}
footer .footer-menu .main .logo { line-height: 0; margin-bottom: 20px;}
footer .footer-menu .main .logo a { display: inline-block; transition: .3s; }
footer .footer-menu .main .logo a img { width: 280px;}
footer .footer-menu .main .logo a:hover { opacity: .7;}

footer .footer-menu .main .nav { display: flex; flex-wrap: wrap; align-items: flex-start; }
footer .footer-menu .main .nav > ul { flex-grow: 1;}
footer .footer-menu .main .nav > ul:not(:last-child) { padding-right: 40px;}
footer .footer-menu .main .nav > ul > li > a { font-size: 20px; font-weight: bold; color: #fff; line-height: 2; margin:3px auto; display: inline-block;}
footer .footer-menu .main .nav > ul > li > a .iconfont { font-size: 14px; margin-right: 3px;}
footer .footer-menu .main .nav > ul > li > a+.subnav { padding-left: .5em;}
footer .footer-menu .main .nav > ul > li > a+.subnav > li > a { font-size: 16px; color: #fff; line-height: 2; margin:3px auto; display: inline-block;}
footer .footer-menu .main .nav > ul > li > a+.subnav > li > a .iconfont { font-size: 12px; margin-right: 3px;}

footer .footer-copyright { background: #001c41; color: #fff; font-size: 12px; padding:20px; text-align: center;}
footer .footer-copyright p { width: 100%; max-width: 1180px; margin:0 auto;}
footer .footer-copyright p a{ color: #fff;}
footer .footer-copyright p a:hover{ color: #337ab7;}
@media screen and (max-width:1000px) {
  footer .footer-menu .main .logo { margin-bottom: 0;}
  footer .footer-menu { padding:30px 20px;}
}
/* /footer */


/* bkt */
.bkt { position: fixed; cursor: pointer; right: 20px; bottom: 20px; /*background: #00275e; color: #fff;*/ z-index: 999; width: 70px; height: 70px; line-height: 1; font-size: 12px; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; padding-top: 10px;}
/*.bkt svg { fill:#ffffff; width: 30px; height: 30px;}*/
/* /bkt */
@media screen and (max-width:769px) {
  .bkt {
    width:47px;
    height:47px;
  }
}


/* menu bottom */
.menu-bottom { position: fixed; width: 100%; height: auto; bottom: 20px; z-index: 900; display: none;}
.menu-bottom ul { display: flex; align-items: center; justify-content: center; padding:0 110px 0 40px;}
.menu-bottom ul li:first-child { padding-right: 20px;}
.menu-bottom ul li:last-child { padding-left: 20px;}
@media screen and (max-width:1000px) {
  .menu-bottom ul { padding:0 110px 0 20px;}
  .menu-bottom ul li:first-child { padding-right: 10px;}
  .menu-bottom ul li:last-child { padding-left: 10px;}
}
/* /menu bottom */



/* page banner */
.pagebanner { position: relative;}
.pagebanner figure {min-height: 25vh; background-position: bottom center; position: relative;}
.pagebanner figure:before { content: ""; display:block; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,.4);}
.pagebanner figure:after { padding-top: 20%;}
.pagebanner .title-type-1 { position: absolute; left: 50%; width: 100%; bottom: 0; transform: translate(-50%,77%); margin-bottom: 0;}

.pagebanner .title-type-1 hr { background: #405d86;}
.pagebanner .title-type-1 .sub-title { color: #405d86;}

@media screen and (min-width:825px) {
  .pagebanner .title-type-1 h2 {color: #405d86;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,00275e+51,00275e+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #405d86 51%, #405d86 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#00275e 51%,#405d86 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#405d86 51%,#405d86 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#405d86',GradientType=0 ); /* IE6-9 */
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;}
}
@media screen and (max-width:825px) {
  .pagebanner .title-type-1 { left: 50%; top: 50%; transform: translate(-50%,-50%); height: auto; bottom: auto;}
  .pagebanner .title-type-1 h2 { color: #fff;}
  .pagebanner .title-type-1 hr { background: #fff;}
  .pagebanner .title-type-1 .sub-title { color: #fff;}
}
/* /page banner */


/* reason page-navigator */
.page-reason .page-navigator { margin:80px auto; padding:60px 40px 0 40px; background: url(img/about-bg.png) center center/auto 100% no-repeat;}
.page-reason .page-navigator .title { margin-bottom: 40px;}
.page-reason .page-navigator .title h2 {font-size: calc(14px + .5vw); text-align: center;}

.page-reason .page-navigator .main { width: 100%; max-width: 1580px; margin:0 auto; overflow: hidden; }
.page-reason .page-navigator .main ul { margin-left: -40px; margin-top: -40px;}
.page-reason .page-navigator .main ul li { width: 33.333333333333333%; padding-left: 40px; padding-top: 40px; float: left; display: flex;}
.page-reason .page-navigator .main ul li a { display: block; border: 3px solid #00275e; width: 100%; position: relative; min-height: 160px;}
.page-reason .page-navigator .main ul li a:before { content: ""; position: absolute; width: 30px; height: 30px; background: #bfd8e4; left:0; top: 0;}
.page-reason .page-navigator .main ul li a:after { content: ""; display: block; padding-top: 50%;}
.page-reason .page-navigator .main ul li a div { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); text-align: center; font-size: calc(16px + .5vw); font-weight: normal; line-height: 1; color: #00275e;}
.page-reason .page-navigator .main ul li a div:before { content: attr(data-stepnum); display: block; font-size: calc(18px + 1vw); font-weight: normal; margin-bottom: .5em;}
.page-reason .page-navigator .main ul li a div:after { content: ""; display: block; width:0; height:0; border-left:15px solid transparent; border-right:15px solid transparent; border-top:15px solid #0265a9; margin:1em auto 0 auto;}

@media screen and (max-width:1000px) {
  .page-reason .page-navigator { margin:40px auto; padding:50px 20px 0 20px;}
  .page-reason .page-navigator .title { margin-bottom: 20px;}
  .page-reason .page-navigator .main ul { margin-left: -20px; margin-top: -20px;}
  .page-reason .page-navigator .main ul li { padding-left: 20px; padding-top: 20px;}
}
@media screen and (max-width:825px) {
  .page-reason .page-navigator {padding:0 20px 0 20px;}
}
@media screen and (max-width:635px) {
  .page-reason .page-navigator .main ul li { width: 100%;}
  .page-reason .page-navigator .main ul li a div { padding:40px 20px; text-align: left; position: relative;}
  .page-reason .page-navigator .main ul li a div:after { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); margin-top: 0;}
  .page-reason .page-navigator .main ul li a:after { display: none;}
  .page-reason .page-navigator .main ul li a { min-height: inherit;}
  .page-reason .page-navigator .main ul li a:before {width: 20px; height: 20px;}
}

@media screen and (max-width:450px) {
  .page-reason .page-navigator .title h2 { font-size: 14px;}
}
/* /reason page-navigator */


/* reason goodsnum */
.page-reason .goodsnum { margin:80px auto; padding: 0 40px;}
.page-reason .goodsnum .main { width: 100%; max-width: 1580px; margin:0 auto;}
.page-reason .goodsnum .main .goodsnum-part { display: flex; align-items: center; flex-wrap: wrap;}
.page-reason .goodsnum .main .goodsnum-part:nth-child(2n) {padding:100px 0 80px 0; margin:40px auto; background: #f1f1f1; position: relative; flex-direction: row-reverse;}
.page-reason .goodsnum .main .goodsnum-part:nth-child(2n) .content { padding-left: 40px;}
.page-reason .goodsnum .main .goodsnum-part:nth-child(2n)::after { content: ""; display: block; position: absolute; z-index: 10; width: 1000%; height: 100%; background: #f1f1f1; left:-50%; top: 0;}
.page-reason .goodsnum .main .goodsnum-part .content { width: calc(100% - 300px); position: relative; z-index: 20; text-align: left;}
.page-reason .goodsnum .main .goodsnum-part .content div.title {position: relative;}
.page-reason .goodsnum .main .goodsnum-part .content div.title h3 { font-size: calc(16px + .7vw); color: #00275e; font-weight: normal; position: relative; z-index: 20;}
.page-reason .goodsnum .main .goodsnum-part .content div.title:before { content: attr(data-num); display: block; position: absolute; z-index: 10; font-style: italic; font-size: calc(16px + 3vw); font-weight: bold; left: 0px; bottom: 10px; line-height: 1; color: #dde1ea;}

.page-reason .goodsnum .main .goodsnum-part .content div.text {    margin-top: 1em;
    font-size: 18px;
    color: #444444;
    letter-spacing: 3px;
    line-height: 2;}

.page-reason .goodsnum .main .goodsnum-part .gallery { width: 300px; position: relative; z-index: 20;}

@media screen and (max-width:1000px) {
  .page-reason .goodsnum { margin:60px auto; padding: 0 20px;}
  .page-reason .goodsnum .main .goodsnum-part .content div.text {    font-size: 16px;    line-height: 1.8;    margin-top: 1em;}

  .page-reason .goodsnum .main .goodsnum-part:nth-child(2n) {padding:50px 0 40px 0; }
  .page-reason .goodsnum .main .goodsnum-part:nth-child(2n) .content { padding-left: 20px;}
}

@media screen and (max-width:825px) {
  .page-reason .goodsnum .main .goodsnum-part .content div.text { letter-spacing: 1px;}
  .page-reason .goodsnum .main .goodsnum-part:nth-child(2n) { margin: 20px auto; padding: 30px 0;}
}
@media screen and (max-width:600px) {
  .page-reason .goodsnum .main .goodsnum-part .content { width: 100%;}
  .page-reason .goodsnum .main .goodsnum-part:nth-child(2n) .content { padding-left: 0;}
  .page-reason .goodsnum .main .goodsnum-part .gallery { width: 100%;}
  .page-reason .goodsnum .main .goodsnum-part .gallery img { width: 100%; margin-top: 1em;}
}
@media screen and (max-width:450px) {
  .page-reason .goodsnum .main .goodsnum-part .content div.text { font-size: 14px; line-height: 1.6;}
}
/* /reason goodsnum */

/* reason gallery */
.page-reason .gallery-reason { margin:80px auto; width: 100%; max-width: 1580px;}
.page-reason .gallery-reason .swiper-container .swiper-slide figure:after { padding-top: 60%;}
.page-reason .gallery-reason .swiper-container .swiper-button-next, .page-reason .gallery-reason .swiper-container .swiper-button-prev { background-color: rgba(0, 39, 94,0.75); padding:10px; box-sizing: content-box; width: 40px; height: 40px; background-size:30%;}
.page-reason .gallery-reason .swiper-container .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
.page-reason .gallery-reason .swiper-container .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
@media screen and (max-width:1000px) {
  .page-reason .gallery-reason { margin:40px auto;}
  .page-reason .gallery-reason .swiper-container .swiper-button-next, .page-reason .gallery .swiper-container .swiper-button-prev  { width: 25px; height: 25px;}
}
/* /reason gallery */


/* reason one-stop */
.page-reason .one-stop { margin:80px auto; padding:0 40px;}
.page-reason .one-stop .content { width: 100%; max-width: 1580px; margin:40px auto; font-weight: bold;
    text-align: center; font-size: calc(14px + .5vw);}
.page-reason .one-stop .chart { width: 100%; max-width: 1580px; margin:0 auto;}

@media screen and (max-width:1000px) {
  .page-reason .one-stop { margin:60px auto; padding:0 20px;}
  .page-reason .one-stop .content { margin:20px auto;}
}
@media screen and (max-width: 450px) {
  .page-reason .one-stop .content {font-size: 14px;}
}

/* /reason one-stop */



/* about page-navigator */
.about .page-navigator { margin:80px auto; padding:60px 40px 0 40px;}
.about .page-navigator .title { margin-bottom: 40px;}
.about .page-navigator .title h2 {font-size: calc(14px + .5vw); text-align: center;}

.about .page-navigator .main { width: 100%; max-width: 590px; margin:0 auto; overflow: hidden; }
.about .page-navigator .main ul { display: flex; flex-wrap: wrap;}
.about .page-navigator .main ul li { width: 50%; line-height: 0;}
.about .page-navigator .main ul li a { display: block; transition: .3s;}
.about .page-navigator .main ul li a:hover {opacity: .7;}

@media screen and (max-width:1000px) {
  .about .page-navigator { margin:40px auto; padding:50px 20px 0 20px;}
  .about .page-navigator .title { margin-bottom: 20px;}
}
@media screen and (max-width:825px) {
  .about .page-navigator {padding:0 20px 0 20px;}
}
@media screen and (max-width:635px) {
}
/* /about page-navigator */


/* about goodsnum */
.about .goodsnum { margin:80px auto; padding: 0 40px;}
.about .goodsnum .main { width: 100%; max-width: 1580px; margin:0 auto;}
.about .goodsnum .main .goodsnum-part { display: flex; align-items: center; flex-wrap: wrap;}
.about .goodsnum .main .goodsnum-part:nth-child(2n) {padding:100px 0 80px 0; margin:40px auto; background: #f1f1f1; position: relative; flex-direction: row-reverse;}
.about .goodsnum .main .goodsnum-part:nth-child(2n) .content { padding-left: 40px;}
.about .goodsnum .main .goodsnum-part:nth-child(2n-1) .content { padding-right: 40px;}
.about .goodsnum .main .goodsnum-part:nth-child(2n)::after { content: ""; display: block; position: absolute; z-index: 10; width: 1000%; height: 100%; background: #f1f1f1; left:-50%; top: 0;}
.about .goodsnum .main .goodsnum-part .content { width: 50%; position: relative; z-index: 20; text-align: left;}
.about .goodsnum .main .goodsnum-part .content div.title {position: relative;}
.about .goodsnum .main .goodsnum-part .content div.title h3 { font-size: calc(16px + .7vw); color: #00275e; font-weight: normal; position: relative; z-index: 20;}
.about .goodsnum .main .goodsnum-part .content div.title:before { content: attr(data-num); display: block; position: absolute; z-index: 10; font-style: italic; font-size: calc(16px + 3vw); font-weight: bold; left: 0px; bottom: 10px; line-height: 1; color: #dde1ea;}

.about .goodsnum .main .goodsnum-part .content div.text {    margin-top: 1em;
    font-size: 18px;
    color: #444444;
    letter-spacing: 3px;
    line-height: 2;}

.about .goodsnum .main .goodsnum-part .gallery { width: 50%; position: relative; z-index: 20;}

@media screen and (max-width:1000px) {
  .about .goodsnum { margin:60px auto; padding: 0 20px;}
  .about .goodsnum .main .goodsnum-part .content div.text {    font-size: 16px;    line-height: 1.8;    margin-top: 1em;}

  .about .goodsnum .main .goodsnum-part:nth-child(2n) {padding:50px 0 40px 0; }
  .about .goodsnum .main .goodsnum-part:nth-child(2n) .content { padding-left: 20px;}
}

@media screen and (max-width:825px) {
  .about .goodsnum .main .goodsnum-part .content div.text { letter-spacing: 1px;}
  .about .goodsnum .main .goodsnum-part:nth-child(2n) { margin: 20px auto; padding: 30px 0;}
}
@media screen and (max-width:600px) {
  .about .goodsnum .main .goodsnum-part .content { width: 100%;}
  .about .goodsnum .main .goodsnum-part .gallery { width: 100%; margin-top: 20px;}
  .about .goodsnum .main .goodsnum-part:nth-child(2n) .content { padding-left: 0;}
  .about .goodsnum .main .goodsnum-part:nth-child(2n-1) .content { padding-right: 0;}
}
@media screen and (max-width:450px) {
  .about .goodsnum .main .goodsnum-part .content div.text { font-size: 14px; line-height: 1.6;}
}
/* /about goodsnum */



/* customer-reviews page-navigator */
.customer-reviews .page-navigator { margin:80px auto; padding:60px 40px 0 40px;}
.customer-reviews .page-navigator .title h2 {font-size: calc(14px + .5vw); text-align: center; font-weight: normal;}

.customer-reviews .page-navigator .main { width: 100%; max-width: 590px; margin:0 auto; overflow: hidden; }
.customer-reviews .page-navigator .main ul { display: flex; flex-wrap: wrap;}
.customer-reviews .page-navigator .main ul li { width: 50%; line-height: 0;}
.customer-reviews .page-navigator .main ul li a { display: block; transition: .3s;}
.customer-reviews .page-navigator .main ul li a:hover {opacity: .7;}

@media screen and (max-width:1000px) {
  .customer-reviews .page-navigator { margin:40px auto; padding:50px 20px 0 20px;}
}
@media screen and (max-width:825px) {
  .customer-reviews .page-navigator {padding:0 20px 0 20px;}
}
@media screen and (max-width:635px) {
}
/* /customer-reviews page-navigator */


/* customer-reviews voice */
.customer-reviews .voice { margin:80px auto; padding:0 40px;}
.customer-reviews .voice .voice-main { width: 100%; max-width: 1580px; margin:0 auto; overflow: hidden;}
.customer-reviews .voice .voice-main ul { margin-left: -40px; margin-top: -40px; display: flex; flex-wrap:wrap;}
.customer-reviews .voice .voice-main ul li { padding-left: 40px; padding-top: 40px; width:33.333333333333333333%; float: left; display: flex;}
.customer-reviews .voice .voice-main ul li figure { line-height: 0; /*background: #bacfdb;*/ width: 30%; margin-right: 5%;}
.customer-reviews .voice .voice-main ul li .content { background: #eff4f6; padding: 20px; width: 75%;}

@media screen and (max-width:1024px) {
.customer-reviews .voice .voice-main ul li { width:50%;}
}

@media screen and (max-width:1000px) {
  .customer-reviews .voice { margin:40px auto; padding:0 20px;}
  .customer-reviews .voice .voice-main ul { margin-left: -20px; margin-top: -20px; }
  .customer-reviews .voice .voice-main ul li { padding-left: 20px; padding-top: 20px; }
}

@media screen and (max-width:650px) {
  .customer-reviews .voice .voice-main ul li { width: 100%;}
}

/* /customer-reviews voice */

/*common_tit*/
.common_tit{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1;color:#00275e;}
.common_tit>h3{text-align:center;font-size:28px;letter-spacing:5px;}
.common_tit>h3>span{display:inline-block;margin-left:6px;padding:6px;background:#ffe400;letter-spacing:0;}
.common_tit>h3>span:first-child{margin-left:0;}
.common_tit>h3>br{display:none;}
.common_tit>em{display:block;margin:10px auto 20px;font-weight:bold;text-transform:uppercase;letter-spacing:1px;}
.common_tit>hr{margin:0 auto;width:150px;height:1px;background:#8f9aaa;border-top:none;}
.common_tit>i{display:block;margin-top:10px;width:0;height:0;
    border:25px solid transparent;
    border-top-color:#00275e;
}
@media screen and (max-width:1090px){
	.common_tit>h3{font-size:24px;letter-spacing:4px;}
	.common_tit>h3>span{margin-left:4px;padding:4px;}
	.common_tit>em{margin:10px auto 15px;}
	.common_tit>hr{width:120px;}
	.common_tit>i{margin-top:5px;
	    border:15px solid transparent;
	    border-top-color:#00275e;
	}
}
@media screen and (max-width:865px){
	.common_tit>h3{font-size:20px;letter-spacing:3px;}
}
@media screen and (max-width:465px){
	.common_tit>h3>br{display:block;}
}

/*listBanner*/
.listBanner{padding:0 100px;}
@media screen and (max-width:1675px){
	.listBanner{padding:0 40px;}
}
@media screen and (max-width:1385px){
	.listBanner{padding:0 20px;}
}

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 1025px) {
.pc { display: none !important; }
.sp { display: block !important; width:100%; }
}

/*listSothebyMo*/
.listSothebyMo{position:relative;z-index:5;margin:40px auto 0;padding:0 40px;width:100%;max-width:1280px;}
.listSothebyMo .listSothebyMoOne{padding:40px;background:#00275e;border-radius:10px;}
.listSothebyMo .listSothebyMoOne>h3{display:flex;justify-content:center;}
.listSothebyMo .listSothebyMoOne>h3>img{width:500px;}
.listSothebyMo .listSothebyMoOne>ul{margin-left:-30px;display:flex;flex-wrap:wrap;}
.listSothebyMo .listSothebyMoOne>ul>li{padding-left:30px;margin-top:30px;width:25%;}
.listSothebyMo .listSothebyMoOne>ul>li>dl>dt{padding:8px 15px;width:100%;max-width:100px;background:#bfc9d7;border-radius:5px 5px 0 0;}
.listSothebyMo .listSothebyMoOne>ul>li>dl>dt>img{width:70px;}
.listSothebyMo .listSothebyMoOne>ul>li>dl>dd>select{display:block;padding:10px 15px;width:100%;background:#fff;font-size:18px;font-weight:bold;letter-spacing:2px;}
.listSothebyMo .listSothebyMoOne>div{display:flex;justify-content:center;margin-top:30px;}
.listSothebyMo .listSothebyMoOne>div>a{display:flex;justify-content:center;align-items:center;padding:10px 30px;width:100%;max-width:400px;background:#ffe400;border-radius:5px;color:#222;}
.listSothebyMo .listSothebyMoOne>div>a>p{font-size:26px;font-weight:bold;letter-spacing:2px;}
.listSothebyMo .listSothebyMoOne>div>a>img{margin-left:10px;width:40px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.listSothebyMo .listSothebyMoOne>div>a:hover>img{
	-webkit-transform:translateX(10px);
	transform:translateX(10px);
}

.listSothebyMo .listSothebyMoTwo{display:flex;justify-content:space-between;margin:40px auto 0;padding:0 30px;width:100%;max-width:1000px;border:1px solid #323232;}
.listSothebyMo .listSothebyMoTwo>li{width:calc(50% - 15px);}
.listSothebyMo .listSothebyMoTwo>li:nth-of-type(2){padding:25px 0;display:flex;align-items:center;}
.listSothebyMo .listSothebyMoTwo>li:nth-of-type(2):before{display:block;content:"";margin-right:30px;width:2px;height:100%;background:#222;}
.listSothebyMo .listSothebyMoTwo>li>dl{display:flex;align-items:center;}
.listSothebyMo .listSothebyMoTwo>li>dl>dt{margin-top:-20px;width:120px;}
.listSothebyMo .listSothebyMoTwo>li>dl>dd{margin-left:20px;font-size:26px;font-weight:bold;}
.listSothebyMo .listSothebyMoTwo>li>hgroup{width:calc(100% - 32px);}
.listSothebyMo .listSothebyMoTwo>li>hgroup>a{display:flex;line-height:1;font-weight:bold;color:#222;}
.listSothebyMo .listSothebyMoTwo>li>hgroup>a>span{font-size:36px;color:#7eb900;}
.listSothebyMo .listSothebyMoTwo>li>hgroup>a>p{margin-left:10px;font-size:36px;}
.listSothebyMo .listSothebyMoTwo>li>hgroup>a:hover>p{text-decoration:underline;}
.listSothebyMo .listSothebyMoTwo>li>hgroup>p{margin-top:10px;font-size:16px;font-weight:bold;}
@media screen and (max-width:1090px){
	.listSothebyMo{margin:40px auto 0;}
	.listSothebyMo .listSothebyMoOne{padding:30px;}
	.listSothebyMo .listSothebyMoOne>h3>img{width:400px;}
	.listSothebyMo .listSothebyMoOne>ul{margin-left:-20px;}
	.listSothebyMo .listSothebyMoOne>ul>li{padding-left:20px;margin-top:20px;}
	.listSothebyMo .listSothebyMoOne>ul>li>dl>dt{max-width:90px;}
	.listSothebyMo .listSothebyMoOne>ul>li>dl>dt>img{width:60px;}
	.listSothebyMo .listSothebyMoOne>ul>li>dl>dd>select{padding:8px 12px;font-size:16px;letter-spacing:1px;}
	.listSothebyMo .listSothebyMoOne>div{margin-top:20px;}
	.listSothebyMo .listSothebyMoOne>div>a{padding:10px 20px;max-width:360px;}
	.listSothebyMo .listSothebyMoOne>div>a>p{font-size:22px;}
	.listSothebyMo .listSothebyMoOne>div>a>img{width:35px;}

	.listSothebyMo .listSothebyMoTwo{margin:30px auto 0;padding:0 20px;max-width:800px;}
	.listSothebyMo .listSothebyMoTwo>li{width:calc(50% - 10px);}
	.listSothebyMo .listSothebyMoTwo>li:nth-of-type(2){padding:17px 0;}
	.listSothebyMo .listSothebyMoTwo>li>dl>dt{width:100px;}
	.listSothebyMo .listSothebyMoTwo>li>dl>dd{margin-left:15px;font-size:22px;}
	.listSothebyMo .listSothebyMoTwo>li>hgroup>a>span{font-size:32px;}
	.listSothebyMo .listSothebyMoTwo>li>hgroup>a>p{font-size:32px;}
	.listSothebyMo .listSothebyMoTwo>li>hgroup>p{font-size:14px;}
}
@media screen and (max-width:865px){
	.listSothebyMo{margin:20px auto 0;}
	.listSothebyMo .listSothebyMoOne>h3>img{width:300px;}
	.listSothebyMo .listSothebyMoOne>ul>li{width:33.3333%;}
	.listSothebyMo .listSothebyMoOne>ul>li>dl>dd>select{font-size:14px;}
	.listSothebyMo .listSothebyMoOne>div>a{max-width:320px;}
	.listSothebyMo .listSothebyMoOne>div>a>p{font-size:18px;}
	.listSothebyMo .listSothebyMoOne>div>a>img{width:30px;}

	.listSothebyMo .listSothebyMoTwo{display:block;max-width:400px;}
	.listSothebyMo .listSothebyMoTwo>li{width:100%;}
	.listSothebyMo .listSothebyMoTwo>li:nth-of-type(2){flex-direction:column;}
	.listSothebyMo .listSothebyMoTwo>li:nth-of-type(2):before{margin-right:0;margin-bottom:17px;width:100%;height:2px;}
	.listSothebyMo .listSothebyMoTwo>li>dl{justify-content:center;}
	.listSothebyMo .listSothebyMoTwo>li>dl>dt{width:80px;}
	.listSothebyMo .listSothebyMoTwo>li>dl>dd{font-size:18px;}
	.listSothebyMo .listSothebyMoTwo>li>hgroup{width:100%;}
	.listSothebyMo .listSothebyMoTwo>li>hgroup>a{justify-content:center;}
	.listSothebyMo .listSothebyMoTwo>li>hgroup>a>span{font-size:28px;}
	.listSothebyMo .listSothebyMoTwo>li>hgroup>a>p{font-size:28px;}
	.listSothebyMo .listSothebyMoTwo>li>hgroup>p{text-align:center;}
}
@media screen and (max-width:640px){
	.listSothebyMo .listSothebyMoOne>h3>img{width:100%;max-width:260px;}
	.listSothebyMo .listSothebyMoOne>ul>li{width:50%;}
	.listSothebyMo .listSothebyMoOne>div>a{max-width:280px;}
	.listSothebyMo .listSothebyMoOne>div>a>p{font-size:16px;}
	.listSothebyMo .listSothebyMoOne>div>a>img{width:25px;}

	.listSothebyMo .listSothebyMoTwo>li>dl>dd{font-size:16px;}
	.listSothebyMo .listSothebyMoTwo>li>hgroup>a>span{font-size:24px;}
	.listSothebyMo .listSothebyMoTwo>li>hgroup>a>p{font-size:24px;}
}
@media screen and (max-width:465px){
	.listSothebyMo{padding:0 30px;}
	.listSothebyMo .listSothebyMoOne{padding:30px 20px;}
	.listSothebyMo .listSothebyMoOne>h3>img{height:100%;}
	.listSothebyMo .listSothebyMoOne>ul>li{width:100%;}
}

/*index_main*/
/*reason*/
.listReasonMo{margin-top:2.5em;padding:40px;background:#fff;}
.listReasonMo .listReasonMoTit{display:flex;align-items:flex-end;}
.listReasonMo .listReasonMoTit>figure{width:120px;}
.listReasonMo .listReasonMoTit>h6{padding:15px 20px;width:calc(100% - 120px);text-align:center;background:#00275e;line-height:1;font-size:24px;color:#fff;letter-spacing:3px;}
.listReasonMo .listReasonMoTit>h6>span{font-size:30px;}
.listReasonMo .listReasonMoTit>h6>br{display:none;}

.listReasonMo>.listReasonMoMainO{margin-top:2.5em;}
.listReasonMo>.listReasonMoMainO>p{text-align:center;line-height:1.8;font-size:16px;}
.listReasonMo>.listReasonMoMainO>figure{margin-top:1.5em;display:flex;justify-content:space-between;}
.listReasonMo>.listReasonMoMainO>figure>img{width:calc(50% - 15px);}

.listReasonMo>.listReasonMoMainT{margin-top:2.5em;display:flex;justify-content:space-between;}
.listReasonMo>.listReasonMoMainT>dt{width:calc(50% - 15px);}
.listReasonMo>.listReasonMoMainT>dd{width:calc(50% - 15px);}
.listReasonMo>.listReasonMoMainT>dd>p{margin-top:15px;line-height:1.8;font-size:16px;}
.listReasonMo>.listReasonMoMainT>dd>p:first-child{margin-top:0;}

.listReasonMo>.listReasonMoMainTh{margin-top:2.5em;}
.listReasonMo>.listReasonMoMainTh>dl{display:flex;justify-content:space-between;}
.listReasonMo>.listReasonMoMainTh>dl>dt{width:calc(50% - 15px);}
.listReasonMo>.listReasonMoMainTh>dl>dd{width:calc(50% - 15px);}
.listReasonMo>.listReasonMoMainTh>dl>dd>p{margin-top:15px;line-height:1.8;font-size:16px;}
.listReasonMo>.listReasonMoMainTh>dl>dd>p:first-child{margin-top:0;}
.listReasonMo>.listReasonMoMainTh>div{margin-top:3em;}
.listReasonMo>.listReasonMoMainTh>div>hgroup{position:relative;padding:30px;border:1px solid #00275e;}
.listReasonMo>.listReasonMoMainTh>div>hgroup>h6{position:absolute;top:-17px;left:50%;padding:0 20px;font-size:22px;color:#00275e;background:#fff;letter-spacing:1px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.listReasonMo>.listReasonMoMainTh>div>hgroup>ul{display:flex;flex-wrap:wrap;margin-left:-20px;margin-top:-10px;}
.listReasonMo>.listReasonMoMainTh>div>hgroup>ul>li{padding-left:20px;margin-top:15px;width:20%;}
.listReasonMo>.listReasonMoMainTh>div>hgroup>ul>li>a{display:block;padding:15px 20px;width:100%;text-align:center;background:#ebeff5;font-weight:bold;color:#222;border:1px solid #b0b0b0;}
.listReasonMo>.listReasonMoMainTh>div>p{margin-top:15px;line-height:1.8;font-size:14px;}
@media screen and (max-width:1320px){
	.listReasonMo>.listReasonMoMainTh>div>hgroup>h6{top:-13px;font-size:18px;}
	.listReasonMo>.listReasonMoMainTh>div>hgroup>ul{margin-left:-15px;}
	.listReasonMo>.listReasonMoMainTh>div>hgroup>ul>li{padding-left:15px;}
	.listReasonMo>.listReasonMoMainTh>div>hgroup>ul>li>a{padding:13px 15px;font-size:14px;}
}
@media screen and (max-width:1160px){
	.listReasonMo>.listReasonMoMainTh>div>hgroup>ul>li{width:25%;}
}
@media screen and (max-width:1090px){
	.listReasonMo{padding:30px;}
	.listReasonMo .listReasonMoTit>figure{width:100px;}
	.listReasonMo .listReasonMoTit>h6{padding:13px 20px;width:calc(100% - 100px);font-size:20px;}
	.listReasonMo .listReasonMoTit>h6>span{font-size:26px;}

	.listReasonMo>.listReasonMoMainO{margin-top:2em;}
	.listReasonMo>.listReasonMoMainO>p{font-size:14px;}
	.listReasonMo>.listReasonMoMainO>figure>img{width:calc(50% - 10px);}

	.listReasonMo>.listReasonMoMainT{margin-top:2em;}
	.listReasonMo>.listReasonMoMainT>dt{width:calc(50% - 10px);}
	.listReasonMo>.listReasonMoMainT>dd{width:calc(50% - 10px);}
	.listReasonMo>.listReasonMoMainT>dd>p{font-size:14px;}

	.listReasonMo>.listReasonMoMainTh{margin-top:2em;}
	.listReasonMo>.listReasonMoMainTh>dl>dt{width:calc(50% - 10px);}
	.listReasonMo>.listReasonMoMainTh>dl>dd{width:calc(50% - 10px);}
	.listReasonMo>.listReasonMoMainTh>dl>dd>p{font-size:14px;}
	.listReasonMo>.listReasonMoMainTh>div>hgroup{padding:25px;}

}
@media screen and (max-width:970px){
	.listReasonMo>.listReasonMoMainTh>div>hgroup>h6{position:static;text-align:center;font-size:16px;
		-webkit-transform:translateX(0);
		transform:translateX(0);
	}
	.listReasonMo>.listReasonMoMainTh>div>hgroup>ul{margin-top:0;}
	.listReasonMo>.listReasonMoMainTh>div>hgroup>ul>li{width:33.33333%;}
}
@media screen and (max-width:865px){
	.listReasonMo{padding:30px 25px;}
	.listReasonMo .listReasonMoTit>figure{width:80px;}
	.listReasonMo .listReasonMoTit>h6{width:calc(100% - 80px);font-size:16px;}
	.listReasonMo .listReasonMoTit>h6>span{font-size:22px;}

	.listReasonMo>.listReasonMoMainO>figure>img{width:calc(50% - 5px);}

	.listReasonMo>.listReasonMoMainT>dt{width:calc(50% - 5px);}
	.listReasonMo>.listReasonMoMainT>dd{width:calc(50% - 5px);}

	.listReasonMo>.listReasonMoMainTh>dl>dt{width:calc(50% - 5px);}
	.listReasonMo>.listReasonMoMainTh>dl>dd{width:calc(50% - 5px);}
	.listReasonMo>.listReasonMoMainTh>div>hgroup{padding:20px;}
}
@media screen and (max-width:730px){
	.listReasonMo{padding:20px 15px;}
	.listReasonMo .listReasonMoTit{display:block;}
	.listReasonMo .listReasonMoTit>figure{width:60px;}
	.listReasonMo .listReasonMoTit>h6{width:100%;font-size:14px;}
	.listReasonMo .listReasonMoTit>h6>span{font-size:18px;}

	.listReasonMo>.listReasonMoMainO{margin-top:1.5em;}
	.listReasonMo>.listReasonMoMainO>figure{display:block;}
	.listReasonMo>.listReasonMoMainO>figure>img{margin:1em auto 0;width:100%;max-width:400px;}
	.listReasonMo>.listReasonMoMainO>figure>img:first-child{margin:0 auto;}

	.listReasonMo>.listReasonMoMainT{display:block;margin:1.5em auto 0;width:100%;max-width:400px;}
	.listReasonMo>.listReasonMoMainT>dt{margin-top:1.5em;width:100%;}
	.listReasonMo>.listReasonMoMainT>dd{width:100%;}

	.listReasonMo>.listReasonMoMainTh>dl{display:block;margin:1.5em auto 0;width:100%;max-width:400px;}
	.listReasonMo>.listReasonMoMainTh>dl>dt{margin-top:1.5em;width:100%;}
	.listReasonMo>.listReasonMoMainTh>dl>dd{width:100%;}
	.listReasonMo>.listReasonMoMainTh>div>hgroup>ul>li{width:50%;}
}
@media screen and (max-width:535px){
	.listReasonMo .listReasonMoTit>h6{line-height:1.4;}
	.listReasonMo .listReasonMoTit>h6>span{font-size:14px;}

	.listReasonMo>.listReasonMoMainTh>div>hgroup>h6{font-size:14px;}
	.listReasonMo>.listReasonMoMainTh>div>hgroup>ul{margin-left:-10px;margin-top:5px;}
	.listReasonMo>.listReasonMoMainTh>div>hgroup>ul>li{padding-left:10px;margin-top:10px;}
	.listReasonMo>.listReasonMoMainTh>div>hgroup>ul>li>a{padding:10px;font-size:13px;}
}
@media screen and (max-width:440px){
	.listReasonMo .listReasonMoTit>h6>br{display:block;}
	.listReasonMo>.listReasonMoMainTh>div>hgroup>ul>li{width:100%;}
}

.listReason{padding:60px 40px;}
.listReason .listReasonCon{margin:0 auto;padding:40px;width:100%;max-width:1400px;background:#ebeff5;}
.listReason .listReasonCon .listReasonTit{display:flex;flex-direction:column;justify-content:center;align-items:center;}
.listReason .listReasonCon .listReasonTit>h3{line-height:1;font-size:20px;}
.listReason .listReasonCon .listReasonTit>figure{margin-top:15px;width:760px;}
@media screen and (max-width:1090px){
	.listReason{padding:40px 20px;}
	.listReason .listReasonCon{padding:30px;}
	.listReason .listReasonCon .listReasonTit>h3{font-size:16px;}
	.listReason .listReasonCon .listReasonTit>figure{width:660px;}
}
@media screen and (max-width:865px){
	.listReason .listReasonCon{padding:30px 25px;}
	.listReason .listReasonCon .listReasonTit>figure{width:560px;}
}
@media screen and (max-width:730px){
	.listReason .listReasonCon{padding:30px 15px;}
	.listReason .listReasonCon .listReasonTit>h3{text-align:center;line-height:1.4;font-size:14px;}
	.listReason .listReasonCon .listReasonTit>figure{width:100%;max-width:460px;}
}

/*listResult*/
.listResult{padding:0 40px 60px;}
.listResult>dl{display:flex;justify-content:space-between;align-items:center;margin:0 auto;width:100%;max-width:1200px;}
.listResult>dl>dd{width:calc(50% - 15px);}
.listResult>dl>dd>hgroup{display:flex;flex-direction:column;justify-content:center;align-items:center;}
.listResult>dl>dd>hgroup>h6{font-size:24px;color:#00275e;letter-spacing:1px;}
.listResult>dl>dd>hgroup>hr{margin:2px auto 0;width:100%;max-width:400px;height:2px;background:#00275e;border:none;}
.listResult>dl>dd>div{margin-top:1.5em;}
.listResult>dl>dd>div>p{margin-top:10px;line-height:1.8;font-size:16px;}
.listResult>dl>dd>div>p:first-child{margin-top:0;}
.listResult>dl>dt{position:relative;width:calc(50% - 15px);}
.listResult>dl>dt>figure:after{padding-top:65%;}
.listResult>dl>dt>hgroup{position:absolute;bottom:10%;left:0;padding:15px 20px;background:rgba(0,0,0,0.7);font-size:16px;color:#fff;}
.listResult>dl>dt>hgroup>h6{margin-top:8px;font-size:16px;letter-spacing:1px;}
.listResult>dl>dt>hgroup>h6>span{padding-left:20px;font-size:20px;}
@media screen and (max-width:1090px){
	.listResult{padding:0 20px 40px;}
	.listResult>dl>dd{width:calc(50% - 10px);}
	.listResult>dl>dd>hgroup>h6{font-size:20px;}
	.listResult>dl>dd>hgroup>hr{max-width:350px;}
	.listResult>dl>dd>div{margin-top:1em;}
	.listResult>dl>dd>div>p{margin-top:8px;font-size:14px;}
	.listResult>dl>dt{width:calc(50% - 10px);}
	.listResult>dl>dt>figure:after{padding-top:60%;}
	.listResult>dl>dt>hgroup{font-size:14px;}
	.listResult>dl>dt>hgroup>h6{margin-top:5px;font-size:14px;}
	.listResult>dl>dt>hgroup>h6>span{padding-left:15px;font-size:16px;}
}
@media screen and (max-width:865px){
	.listResult>dl>dd{width:calc(50% - 5px);}
	.listResult>dl>dd>hgroup>h6{font-size:16px;}
	.listResult>dl>dd>hgroup>hr{max-width:300px;}
	.listResult>dl>dt{width:calc(50% - 5px);}
	.listResult>dl>dt>hgroup>h6>span{padding-left:10px;font-size:14px;}
}
@media screen and (max-width:730px){
	.listResult>dl{display:block;max-width:400px;}
	.listResult>dl>dd{width:100%;}
	.listResult>dl>dt{margin-top:1.5em;width:100%;}
	.listResult>dl>dt>figure:after{min-height:195px;}
	.listResult>dl>dt>hgroup{bottom:0;}
}

/*listVoice*/
.listVoice{padding:0 40px;}
.listVoice .listVoiceCon{margin:0 auto;padding:60px;width:100%;max-width:1400px;background:url(img/list/voiceBg.jpg) no-repeat center center/cover;}
.listVoice .listVoiceCon>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-left:-40px;}
.listVoice .listVoiceCon>ul>li{padding-left:40px;margin-top:40px;width:33.3333%;}
.listVoice .listVoiceCon>ul>li>dl{padding:20px;height:100%;border:2px solid #fff;background:rgba(255,255,255,0.5);box-shadow:0 0 8px rgba(0,0,0,0.8);}
.listVoice .listVoiceCon>ul>li>dl>dt{padding:0 20px 15px;display:flex;align-items:center;border-bottom:1px solid #222;}
.listVoice .listVoiceCon>ul>li>dl>dt>figure{width:90px;}
.listVoice .listVoiceCon>ul>li>dl>dt>hgroup{margin-left:20px;width:calc(100% - 110px);font-weight:bold;letter-spacing:1px;}
.listVoice .listVoiceCon>ul>li>dl>dt>hgroup>h6{font-size:18px;color:#00275e;}
.listVoice .listVoiceCon>ul>li>dl>dt>hgroup>p{margin-top:10px;font-size:16px;}
.listVoice .listVoiceCon>ul>li>dl>dd{margin-top:20px;}
.listVoice .listVoiceCon>ul>li>dl>dd>p{margin-top:10px;line-height:1.8;font-size:16px;}
.listVoice .listVoiceCon>ul>li>dl>dd>p:first-child{margin-top:0;}
@media screen and (max-width:1435px){
	.listVoice .listVoiceCon{padding:50px 40px;}
	.listVoice .listVoiceCon>ul{margin-left:-30px;}
	.listVoice .listVoiceCon>ul>li{padding-left:30px;margin-top:30px;}
	.listVoice .listVoiceCon>ul>li>dl{padding:15px;}
	.listVoice .listVoiceCon>ul>li>dl>dt{padding:0 15px 10px;}
	.listVoice .listVoiceCon>ul>li>dl>dt>figure{width:70px;}
	.listVoice .listVoiceCon>ul>li>dl>dt>hgroup{width:calc(100% - 90px);}
	.listVoice .listVoiceCon>ul>li>dl>dt>hgroup>h6{font-size:16px;}
	.listVoice .listVoiceCon>ul>li>dl>dt>hgroup>p{margin-top:8px;font-size:14px;}
	.listVoice .listVoiceCon>ul>li>dl>dd{margin-top:15px;}
	.listVoice .listVoiceCon>ul>li>dl>dd>p{margin-top:8px;font-size:14px;}
}
@media screen and (max-width:1195px){
	.listVoice .listVoiceCon{padding:40px 30px;}
	.listVoice .listVoiceCon>ul{margin-left:-15px;}
	.listVoice .listVoiceCon>ul>li{padding-left:15px;}
	.listVoice .listVoiceCon>ul>li>dl>dt>figure{width:50px;}
	.listVoice .listVoiceCon>ul>li>dl>dt>hgroup{margin-left:15px;width:calc(100% - 65px);}
}
@media screen and (max-width:1090px){
	.listVoice{padding:0 20px;}
	.listVoice .listVoiceCon{padding:30px 20px;}
}
@media screen and (max-width:1010px){
	.listVoice .listVoiceCon>ul>li{width:50%;}
}
@media screen and (max-width:700px){
	.listVoice .listVoiceCon>ul>li{width:100%;}
}

/*listFlow*/
.listFlow{padding:60px 40px;}
.listFlow .listFlowCon{margin:0 auto;width:100%;max-width:1280px;}
.listFlow .listFlowCon>ul{display:flex;flex-wrap:wrap;margin-left:-50px;}
.listFlow .listFlowCon>ul>li{position:relative;padding-left:50px;margin-top:30px;width:25%;}
.listFlow .listFlowCon>ul>li:after{position:absolute;top:50%;right:-40px;display:block;content:"";width:25px;height:42px;background:url(img/list/flowArrow.png) no-repeat;background-size:25px 42px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.listFlow .listFlowCon>ul>li:last-child:after{display:none;}
.listFlow .listFlowCon>ul>li>a{display:block;height:100%;}
.listFlow .listFlowCon>ul>li>a>dl{height:100%;border:1px solid #4d4d4d;}
.listFlow .listFlowCon>ul>li>a>dl>dd{position:relative;display:flex;justify-content:center;align-items:center;padding:18px 20px;text-align:center;height:94px;background:#00275e;}
.listFlow .listFlowCon>ul>li>a>dl>dd>h6{font-size:20px;color:#fff;}
.listFlow .listFlowCon>ul>li>a>dl>dd>span{position:absolute;top:0;left:0;width:80px;}
.listFlow .listFlowCon>ul>li>a>dl>dt{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px;height:calc(100% - 94px);}
.listFlow .listFlowCon>ul>li>a>dl>dt>figure{width:100px;text-align:center;}
.listFlow .listFlowCon>ul>li>a>dl>dt>figure>img{display:inline-block;}
.listFlow .listFlowCon>ul>li>a>dl>dt>h6{margin-top:15px;text-align:center;font-size:16px;color:#222;letter-spacing:1px;}
@media screen and (max-width:1300px){
	.listFlow .listFlowCon>ul{margin-left:-40px;}
	.listFlow .listFlowCon>ul>li{padding-left:40px;}
	.listFlow .listFlowCon>ul>li:after{right:-30px;width:20px;height:33px;background-size:20px 33px;}
	.listFlow .listFlowCon>ul>li>a>dl>dd{height:84px;font-size:18px;}
	.listFlow .listFlowCon>ul>li>a>dl>dd>span{width:60px;}
	.listFlow .listFlowCon>ul>li>a>dl>dt{height:calc(100% - 84px);}
	.listFlow .listFlowCon>ul>li>a>dl>dt>figure{width:80px;}
	.listFlow .listFlowCon>ul>li>a>dl>dt>h6{font-size:14px;}
}
@media screen and (max-width:1090px){
	.listFlow{padding:40px 20px;}
	.listFlow .listFlowCon>ul>li{width:33.3333%;}
	.listFlow .listFlowCon>ul>li:nth-of-type(3):after{display:none;}
	.listFlow .listFlowCon>ul>li>a>dl>dd{height:74px;}
	.listFlow .listFlowCon>ul>li>a>dl>dd>h6{font-size:16px;}
	.listFlow .listFlowCon>ul>li>a>dl>dt{height:calc(100% - 74px);}
	.listFlow .listFlowCon>ul>li>a>dl>dt>h6{font-size:14px;}
}
@media screen and (max-width:805px){
	.listFlow .listFlowCon>ul>li{width:50%;}
	.listFlow .listFlowCon>ul>li:nth-of-type(2):after{display:none;}
	.listFlow .listFlowCon>ul>li:nth-of-type(3):after{display:block;}
}
@media screen and (max-width:540px){
	.listFlow .listFlowCon>ul{margin-left:0;}
	.listFlow .listFlowCon>ul>li{margin:40px auto 0;padding-left:0;width:100%;max-width:300px;}
	.listFlow .listFlowCon>ul>li:after{top:auto;right:0;bottom:-35px;left:50%;
		-webkit-transform:translate(-50%,0) rotate(90deg);
		transform:translate(-50%,0) rotate(90deg);
	}
	.listFlow .listFlowCon>ul>li:nth-of-type(2):after{display:block;}
}

/*listFaq*/
.listFaqMo{margin:40px auto 0;width:100%;max-width:1200px;}
.listFaqMo .listFaqMoT{display:flex;align-items:center;justify-content:space-between;margin-top:15px;padding:15px 20px;background:rgba(255,255,255,0.85);border:1px solid #4d4d4d;}
.listFaqMo .listFaqMoT>h3{display:flex;align-items:flex-start;margin-right:20px;width:calc(100% - 30px);font-size:18px;cursor:pointer;}
.listFaqMo .listFaqMoT>h3>span{display:flex;justify-content:center;align-items:center;width:27px;height:27px;line-height:1;background:#00275e;color:#fff;}
.listFaqMo .listFaqMoT>h3>em{margin-left:20px;width:calc(100% - 47px);color:#00275e;letter-spacing:1px;}
.listFaqMo .listFaqMoT>i{display:block;width:10px;height:10px;
	border:solid #4d4d4d;
    border-width:2px 2px 0 0;
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    -webkit-transition:0.3s;
	transition:0.3s;
}
.listFaqMo .listFaqMoT.current>i{
	-webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.listFaqMo .listFaqMoD{display:none;padding:15px 20px;background:rgba(255,255,255,0.85);border:1px solid #4d4d4d;border-top:none;}
.listFaqMo .listFaqMoD>div{display:flex;align-items:flex-start;}
.listFaqMo .listFaqMoD>div>span{display:flex;justify-content:center;align-items:center;width:27px;height:27px;line-height:1;background:#ff9c00;font-weight:bold;color:#fff;}
.listFaqMo .listFaqMoD>div>p{margin-left:20px;width:calc(100% - 47px);line-height:1.6;}
@media screen and (max-width:1090px){
	.listFaqMo{margin:30px auto 0;}
	.listFaqMo .listFaqMoT{margin-top:10px;}
	.listFaqMo .listFaqMoT>h3{margin-right:15px;width:calc(100% - 25px);font-size:16px;}
	.listFaqMo .listFaqMoT>h3>span{font-size:16px;}
	.listFaqMo .listFaqMoT>h3>em{margin-left:15px;width:calc(100% - 42px);}
	.listFaqMo .listFaqMoD>div>span{font-size:16px;}
	.listFaqMo .listFaqMoD>div>p{margin-left:15px;width:calc(100% - 42px);}
}
@media screen and (max-width:705px){
	.listFaqMo .listFaqMoT>h3{margin-right:10px;width:calc(100% - 20px);font-size:14px;}
	.listFaqMo .listFaqMoT>h3>span{font-size:14px;}
	.listFaqMo .listFaqMoT>h3>em{margin-left:10px;width:calc(100% - 37px);}
	.listFaqMo .listFaqMoD>div>span{font-size:14px;}
	.listFaqMo .listFaqMoD>div>p{margin-left:10px;width:calc(100% - 37px);}
}

.listFaq{padding:0 40px;}
.listFaq .listFaqCon{margin:0 auto;padding:60px;width:100%;max-width:1400px;background:url(img/list/faqBg.jpg) no-repeat center center/cover;}
@media screen and (max-width:1435px){
	.listFaq .listFaqCon{padding:50px 40px;}
}
@media screen and (max-width:1195px){
	.listFaq .listFaqCon{padding:40px 30px;}
}
@media screen and (max-width:1090px){
	.listFaq{padding:0 20px;}
	.listFaq .listFaqCon{padding:30px 20px;}
}

/*listAssess*/
.listAssess{position:relative;padding:60px 40px;}
.listAssess:before{position:absolute;top:60px;left:50%;display:block;content:"";width:calc(100% - 80px);max-width:1400px;height:445px;border:2px solid #00275e;border-bottom:none;border-radius:10px 10px 0 0;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.listAssess .listAssessCon{position:relative;z-index:5;padding-top:60px;}
.listAssess .listAssessCon .listSothebyMo{margin:0 auto;}
@media screen and (max-width:1435px){
	.listAssess .listAssessCon{padding-top:50px;}
	.listAssess:before{width:calc(100% - 80px);height:400px;}
}
@media screen and (max-width:1195px){
	.listAssess .listAssessCon{padding-top:40px;}
	.listAssess:before{height:360px;}
}
@media screen and (max-width:1090px){
	.listAssess{padding:40px 20px;}
	.listAssess:before{top:40px;width:calc(100% - 40px);height:320px;}
	.listAssess .listAssessCon{padding-top:30px;}
	.listAssess .listAssessCon .listSothebyMo{padding:0 20px;}
}
@media screen and (max-width:600px){
	.listAssess:before{display:none;}
	.listAssess .listAssessCon{padding-top:0;}
	.listAssess .listAssessCon .listSothebyMo{padding:0;}
}
@media screen and (max-width:560px){
	.listAssess .listAssessCon .common_tit{line-height:1.4;}
	.listAssess .listAssessCon .common_tit>h3{font-size:18px;}
	.listAssess .listAssessCon .common_tit>h3>span{line-height:1;}
}

/*Sales page button*/
.btn_fixed{
	display:none;
}
.btn_fixed a{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    width: 100%;
    max-width: 400px;
    background: #ffe400;
    border-radius: 5px;
    color: #222;
    position: fixed;
    bottom: 17%;
    left: 50%;
    transform: translateX(-50%);
    z-index:5;
}
.btn_fixed a p{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
}
.btn_fixed a img {
    margin-left: 10px;
    width: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media screen and (max-width: 1090px){
.btn_fixed a{max-width: 360px;}
.btn_fixed a p{font-size: 22px;}
.btn_fixed a img {width: 35px;}
}
@media screen and (max-width: 865px){
.btn_fixed a{max-width: 320px;}
.btn_fixed a p{font-size: 18px;}
.btn_fixed a img {width: 30px;}
}
@media screen and (max-width: 640px){
.btn_fixed a{max-width: 280px;}
.btn_fixed a p{font-size: 16px;}
.btn_fixed a img {width: 25px;}
}
/*Sales page button end*/










/**/
