@charset "utf-8";

/* CSS Document */

/*  Slider styles
-------------------------*/
.slick-slider {
  position: relative;
  display: block;
  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-slider button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    padding: 0;
    outline-style: none;
    cursor: pointer; }

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  text-align: center;
  height: 100%;
  min-height: 1px;
  outline: none; }
  .slick-slide a {
    display: block; }

[dir='rtl'] .slick-slide {
  float: right; }

.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; }
/*------------------------------------------
  Slider
------------------------------------------*/
.mainSliderWrap {
  width: 100%;
  overflow: hidden;
}
.mainSlider {
  height: 300px;
}
.top-main-slider {
  margin: 0 auto;
  position: relative;
  width: 994px;
  height: 300px;
  display: none; }
  .top-main-slider .slick-slider:before, .top-main-slider .slick-slider:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 994px;
    height: 300px;
    /*background: #fff;
    opacity: 0.7;*/
    z-index: 1; }
  .top-main-slider .slick-slider:before {
    left: 50%;
    margin-left: -1511px; }
  .top-main-slider .slick-slider:after {
    right: 50%;
    margin-right: -1511px; }
  .top-main-slider .slick-slide {opacity: 0.3;}
  .top-main-slider .slick-slide.slick-current {opacity: 1;}
  .top-main-slider .slick-arrow {
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 27px;
    height: 44px;
    z-index: 2; }
  .top-main-slider .slick-prev {
    left: -15px;
    background: url(../images/common/ico_arrow_left01.png) no-repeat center;}
  .top-main-slider .slick-next {
    right: -15px;
    background: url(../images/common/ico_arrow_right01.png) no-repeat center;}
  .top-main-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%; }
    .top-main-slider .slick-dots li {
      margin: 0 12px;
      display: inline-block; }
      .top-main-slider .slick-dots li button {
        width: 8px;
        height: 8px;
        display: block;
        background: #777;
        background: rgba(0,0,0,0.2);
        cursor: pointer;
        text-indent: -9999px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;}
    .top-main-slider .slick-dots .slick-active button {
      background: rgba(0,0,0,0.9); }

.h2_top {
  background: #ff945b;
  padding: 20px 30px;
}

.h2_top.type01 {
  background: #fff;
  min-height: 42px;
  padding: 20px 18px;
  margin-bottom: 40px;
}

.h2_top.type01 h2 {
  float: left;
  margin-right: 25px;
  padding: 0;
}

.h2_top h2 {
  float: left;
  margin-right: 25px;
  padding: 15px 0 0;
}

.h2_top .listTop01 {
  float: left;
  width: 570px;
}

.h2_top .listTop01 ul {}

.h2_top .listTop01.type01 ul {
  padding: 3px 0;
}

.h2_top .listTop01 ul li {
  line-height: 1.7;
  background: url(../images/common/ico_arrow01.png) no-repeat left 0.45em;
  padding-left: 15px;
  color: #fff;
}

.h2_top .listTop01 ul li a {
  color: #fff;
}

.h2_top .listTop01.type01 ul li {
  color: #3f3c3b;
  background: url(../images/top/ico_arrow_top01.png) no-repeat left 0.45em;
}

.h2_top .listTop01.type01 ul li a {
  color: #3f3c3b;
}

.h2_top .listTop01.type01 ul li.txt01 {
  padding-left: 7px;
}

.titleTop01 {
  clear: both;
  background: #4694d1;
  padding: 17px 0 21px 40px;
  line-height: 0;
}

.titleTop01 a {
  display: block;
}

.mainTop01 {
  width: 714px;
  float: left;
}
.mainTop01.type02 {
  width: 100%;
  float: none;
}


.mainTop01 .sectionTop01 {
  height: 190px;
  background: url(../images/top/bg_top01.png) repeat left top;
  padding: 20px 38px 30px;
}

.mainTop01 .sectionTop02 {
  /*height: 660px;*/
  /*height: 615px;*/
  background: #43bfa7;
  padding: 22px 39px 45px;
  position: relative;
}

.mainTop01 .sectionTop03 {
  background: url(../images/top/bg_top02.png) repeat left top;
  /*height: 278px;*/
  padding: 20px 40px 0;
  overflow: hidden;
}

.mainTop01 .sectionTop02 .btn_top01 {
  position: absolute;
  top: 22px;
  right: 20px;
}

.mainTop01 .listProduct02 {}

.mainTop01 .listProduct02 ul {
  margin-left: -38px;
}
.mainTop01 .listProduct02 ul li {
  float: left;
  margin: 0 0 25px 38px;
  width: 186px;
  position: relative;
}


/*.mainTop01 .listProduct02 ul li p {
						text-align: center;
						overflow: hidden;
						vertical-align: middle;
						width: 186px;
						height: 186px;
						margin: 0 auto;
					}*/

.mainTop01 .listProduct02 ul li a {
  display: block;
}

.mainTop01 .listProduct02 ul li a span.imgWrapper01 {
  width: 186px;
  height: 186px;
  display: table-cell;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  background: #FFF;
}

.mainTop01 .listProduct02 ul li a:hover {
  text-decoration: none !important;
}

.mainTop01 .listProduct02 ul li a img {}

.mainTop01 .listProduct02 ul li .box01,
.mainTop01 .listProduct02 ul li .box02 {
  background: #25a48b;
  text-align: center;
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 8px;
}

.mainTop01 .listProduct02 ul li .box02 {
  background: #5cc1c9;
}

.mainTop01 .listProduct02 ul li a:hover .box01 {
  background: #92d2c5;
}

.mainTop01 .listProduct02 ul li a:hover .box02 {
  background: #aee0e4;
}

.mainTop01 .listProduct02 ul li .txtNew01 {
  display: inline-block;
  color: #fff;
  background: #f26963;
  width: 36px;
  height: 15px;
  line-height: 15px;
  margin: 0 12px 0 0;
  text-align: center;
}

.mainTop01 .listProduct02 ul li .txtInner01 {
  color: #fff;
  line-height: 1.7;
}

.mainTop01 .listProduct02 ul li a:hover .txtInner01 {
  text-decoration: underline;
  color: #fff;
}

.mainTop01 .listProduct02 ul li .ico_star01 {
  position: absolute;
  display: block;
  left: -7px;
  top: -10px;
}

.mainTop01 .listProduct02.type02,
.mainTop01 .listProduct02.type03 {
  margin-top: 20px;
}
.mainTop01 .listProduct02.type03 ul {
  margin-left: 0;
  text-align: center;
  font-size: 0;
}
.mainTop01 .listProduct02.type03 ul li {
  display: inline-block;
  float: none;
  margin-left: 60px;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}
.mainTop01 .listProduct02.type03 ul li:first-child {
  margin-left: 0;
}


.mainTop01 h3 {
  text-align: center;
  margin-bottom: 10px;
}

.mainTop01 .txt01 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.mainTop01 .listProduct01 {}

.mainTop01 .listProduct01 ul {
  margin-left: -40px;
}

.mainTop01 .listProduct01 ul li {
  float: left;
  margin-left: 40px;
}
.mainTop01 .listProduct01 ul li a {
  display: block;
  background: #FFF;
}
.mainTop01 .listProduct01 ul li a:hover img {
  opacity: 0.7;
}
.subTop01 {
  width: 240px;
  float: right;
}

.subTop01 .sectionSub01 {
  height: 200px;
  padding: 19px 20px;
}

.subTop01 .sectionSub02 {
  background: url(../images/top/bg_top03.png) repeat left top;
  height: 1051px;
  /*height: 1006px;*/
  padding: 22px 0;
}

.subTop01 .sectionSub02 .titleSub01 {
  text-align: center;
  margin-bottom: 15px;
}

.subTop01 .sectionSub02 .txtSub01 {
  margin-bottom: 18px;
  text-align: center;
}

.subTop01 .sectionSub02 .boxText01 {
  width: 200px;
  margin: 0 auto;
  background: #fff;
  font-size: 92%;
  padding: 13px 0;
  line-height: 1.7;
  margin-bottom: 22px;
}

.subTop01 .sectionSub02 .boxText01 p {
  text-align: center;
  padding: 5px 10px;
}

.subTop01 .sectionSub02 .boxText01 p a {
  display: block;
}

.subTop01 .sectionSub02 .listProduct01 {
  overflow-y: scroll;
  height: 756px;
  width: 210px;
  margin: 0 auto 31px;
}

.subTop01 .sectionSub02 .btnSub01 {
  text-align: center;
}

.subTop01 .sectionSub02 .listProduct01 ul {
  padding: 10px 33px 0;
}

.subTop01 .sectionSub02 .listProduct01 ul li {
  margin-bottom: 35px;
  position: relative;
}

.subTop01 .sectionSub02 .listProduct01 ul li a {
  display: block;
}

.subTop01 .sectionSub02 .listProduct01 ul li .img01 {
  display: block;
  text-align: center;
}

.subTop01 .sectionSub02 .listProduct01 ul li .txt01 {
  color: #fff;
  margin-top: 10px;
  display: block;
}

.subTop01 .sectionSub02 .listProduct01 ul li a:hover {
  color: #fff;
}

.subTop01 .sectionSub02 .listProduct01 ul li .icoStar01 {
  position: absolute;
  left: -25px;
  top: -9px;
}

.subTop01 .sectionSub02 .boxText01 span {
  display: inline;
  margin-right: 10px;
}

.subTop01 .sectionSub01 .img_slide_wrap01 {
  position: relative;
  border: 1px solid #cbcaca;
}


.subSlider {
  position: relative;
  width: 198px;
  height: 198px;
  border: 1px solid #cbcaca;
}
.top-sub-slider {
  overflow: hidden;
}
.top-sub-slider .slick-list {
  overflow: hidden;
}
.top-sub-slider .slick-arrow {
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  z-index: 2; }
.top-sub-slider .slick-prev {
  left: 0;
  background: url(../images/top/ico_slide01.png) no-repeat center;}
.top-sub-slider .slick-next {
  right: 0;
  background: url(../images/top/ico_slide02.png) no-repeat center;}
.top-sub-slider .slick-arrow:hover {
  opacity: 0.7;
}
.sectionTop04 {
  background: url(../images/top/bg_top04.png) repeat left top;
  padding: 26px 0;
  position: relative;
}

.sectionTop04 .btnTop01 {
  position: absolute;
  top: 20px;
  right: 20px;
}

.sectionTop04 .listItem01Wrapper {
  position: relative;
  margin: 0 20px;
}

.sectionTop04 .top-list-slider {
  width: 850px;
  margin: 0 auto;
}
.sectionTop04 .top-list-slider .slick-list {
  overflow: hidden;
}
.top-list-slider .slick-arrow {
    display: block;
    width: 26px;
    height: 50px;
    margin: -25px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;}
.top-list-slider .slick-arrow:hover {
  opacity: 0.7;
}
.top-list-slider .slick-prev {
  left: -32px;
  background:#cbcaca url(../images/common/ico_arrow_prev01.png) no-repeat center;}
.top-list-slider .slick-next {
  right: -32px;
  background:#cbcaca url(../images/common/ico_arrow_next01.png) no-repeat center;}

.sectionTop04 .top-list-slider ul {
  /*margin-left: -40px;*/
}

.sectionTop04 .top-list-slider ul li {
  float: left;
  width: 170px;
  /*margin: 0 20px;*/
}

.sectionTop04 .top-list-slider ul li .inner {
  position: relative;
  width: 130px;
  margin: 0 auto;
  height: auto;
}

.sectionTop04 .top-list-slider ul li .txtNew01 {
  position: absolute;
  width: 50px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #f26963;
  color: #fff;
  left: 0;
  top: 0;
}

.sectionTop04 .top-list-slider ul li a {
  display: block;
}

.sectionTop04 .top-list-slider ul li a .pic {
  width: 130px;
  height: 130px;
  display: table-cell;
  layout-grid-line: 130px;
  text-align: center;
  vertical-align: middle;
  background: #FFF;
}

.sectionTop04 .top-list-slider ul li .txtBox01,
.sectionTop04 .top-list-slider ul li .txtBox02,
.sectionTop04 .top-list-slider ul li .txtBox03,
.sectionTop04 .top-list-slider ul li .txtBox04,
.sectionTop04 .top-list-slider ul li .txtBox05,
.sectionTop04 .top-list-slider ul li .txtBox06,
.sectionTop04 .top-list-slider ul li .txtBox07,
.sectionTop04 .top-list-slider ul li .txtBox08 {
  background: #fdae7e;
  width: 130px;
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin: 10px 0;
  color: #fff;
  /*font-weight: bold;*/
}

.sectionTop04 .top-list-slider ul li .txtBox02 {
  background: #ff706a;
}

.sectionTop04 .top-list-slider ul li .txtBox03 {
  background: #43bfa7;
}

.sectionTop04 .top-list-slider ul li .txtBox04 {
  background: #5cc1c9;
}

.sectionTop04 .top-list-slider ul li .txtBox05 {
  background: #f78447;
}

.sectionTop04 .top-list-slider ul li .txtBox06 {
  background: #FB91BB;
}

.sectionTop04 .top-list-slider ul li .txtBox07 {
  background: #FB91BB;
}

.sectionTop04 .top-list-slider ul li .txtBox08 {
  background: #639FF2;
}

.sectionTop04 .top-list-slider ul li .txtLink01 {
  color: #4b4948;
}

.sectionTop04 .top-list-slider .btnBack01 {
  position: absolute;
  left: -49px;
  top: 39px;
}

.sectionTop04 .top-list-slider .btnNext01 {
  position: absolute;
  right: -49px;
  top: 39px;
}

.sectionTop05 {
  background: #a8b0bb;
  padding: 40px;
}

.sectionTop05 .textLink01 {
  padding-top: 14px;
  margin-left: 20px;
  float: left;
  width: 470px;
}

.sectionTop05 .textLink02 {
  padding-top: 7px;
  margin-left: 20px;
  float: left;
  width: 470px;
  line-height: 1.6;
}

.sectionTop05 .textLink02 a {
  background: url(../images/top/ico_arrow_top02.png) left center no-repeat;
  padding-left: 14px;
  margin-left: -14px;
}

.sectionTop05 .informationList01 {}

.sectionTop05 .informationList01 ul {
  margin-left: -40px;
}

.sectionTop05 .informationList01 ul li {
  float: left;
  margin-left: 40px;
}
