* {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6, p, th, td, address, small, i {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

.fc-blue{
  color:#5f6db2;
  font-weight: bold;
}

ol, ul, dl, dt, dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img, object, embed {
  border: 0;
  vertical-align: bottom;
}

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

th {
  text-align: left;
}

body {
  color: #000;
  font-family: arial, helvetica, YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "pkna" 1;
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  background: #f1f3fb;
}

.pc-s {
  display: block !important;
}

.sp-s {
  display: none !important;
}

@media (max-width: 1024px) {
  .pc-s {
    display: none !important;
  }
  .sp-s {
    display: block !important;
  }
  img {
    width: 100%;
  }
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .reg {
    font-size: 20px!important;
  }
  /* IE11 */
}

@media screen and (max-width:1024px) {
  body {
    font-size: 16px;
    line-height: 27px;
  }
}

a {
  color: #5f6db2;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #5f6db2;
}

a[href^="tel:"] {
  cursor: default;
}

input[type=email], input[type=submit], input[type=tel], input[type=text], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.raw {
  display: flex;
}

@media screen and (max-width:1024px) {
  .raw {
    display: block;
  }
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.txt-j {
  text-align: justify;
  text-justify: inter-ideograph;
}

.main-wrapper {
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  max-width: 1440px;
  z-index: 100;
  background: white;
}

@media screen and (min-width:1441px) {
  .main-wrapper {
    border: 1px solid #5f6db2;
    border-bottom: 0;
    border-top: 0;
  }
}

@media screen and (max-width:1024px) {
  .main-wrapper {
    width: 100%;
  }
}

.main-wrapper:before {
  background: white;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 250px;
  z-index: 100;
}

@media (max-width: 1024px) {
  .main-wrapper:before {
    display: none;
  }
}

.main-wrapper header[role=banner] {
  height: 185px;
  position: fixed;
  top: 0;
  width: 160px;
  padding: 0 45px;
  z-index: 101;
}

@media (max-width: 1024px) {
  .main-wrapper header[role=banner] {
    -moz-transition: left 0.3s ease-out;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
    height: 60px;
    left: 0;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 102;
    background: white;
    padding: 0;
  }
}

.main-wrapper header[role=banner] h1 a {
  display: table-cell;
  height: 185px;
  width: 160px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 1024px) {
  .main-wrapper header[role=banner] h1 {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
  }
  .main-wrapper header[role=banner] h1 a {
    /*background: transparent url("images/logo_sp.png") no-repeat left top / contain;*/
    height: 60px;
    padding-left: 20px;
    max-width: 242px;
  }
}

.main-wrapper header[role=banner] h1 a img.pc-s {
  display: inline-block !important;
}

@media (max-width: 1024px) {
  .main-wrapper header[role=banner] h1 a img.pc-s {
    display: none !important;
  }
}

.main-wrapper header[role=banner] .btn-drawer {
  display: none;
}

@media (max-width: 1024px) {
  .main-wrapper header[role=banner] .btn-drawer {
    cursor: pointer;
    display: block;
    height: 30px;
		padding-top: 10px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    z-index: 101;
  }
  .main-wrapper header[role=banner] .btn-drawer:before {
    background: url(../img/menu.png?1) no-repeat 0 0;
    background-size: 20px;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
		margin:0 auto;
  }
  body.drawer .main-wrapper header[role=banner] {
    left: -191px;
  }
  body.drawer .main-wrapper header[role=banner] .btn-drawer:before {
    background-image: url(../img/close.png?1);
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    background-size: 20px;
    height: 19px;
    left: 25px;
    top: 19px;
    width: 19px;
  }
  body.drawer .main-wrapper header[role=banner] .btn-drawer:after {
    content: "";
  }
  body .sp-phone {
    display: block;
    font-size: 27px;
    position: absolute;
    right: 50px;
    top: 7px;
		padding-top: 7px;
		width: 40px;
		height: 30px;
		text-align: center;
  }
  body.drawer .main-wrapper main {
    left: -191px;
  }
}

.main-wrapper nav.g-nav {
  position: fixed;
  top: 178px;
  width: 160px;
  padding: 0 45px;
  z-index: 101;
}

@media (max-width: 1024px) {
  .main-wrapper nav.g-nav {
    bottom: 0;
    overflow-y: auto;
    right: 0;
    top: 0;
    width: 190px;
    z-index: 0;
    padding: 0;
    display: none;
    background: rgba(0, 146, 69, .03);
    border-left: 1px solid #5f6db2;
  }
  body.drawer .main-wrapper nav.g-nav {
    display: block;
  }
}

@media screen and (max-height: 720px) and (min-width: 980px) {
  .main-wrapper nav.g-nav {
    top: 170px;
  }
}

.main-wrapper nav.g-nav ul li {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .main-wrapper nav.g-nav ul li {
    margin-bottom: 0;
  }
}

@media screen and (max-height: 720px) and (min-width: 980px) {
  .main-wrapper nav.g-nav ul li {
    margin-bottom: 10px;
  }
}

.main-wrapper nav.g-nav ul li a {
  color: #5f6db2;
  display: block;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  position: relative;
  text-decoration: none;
  font-family: YuMincho, 'Yu Mincho', "游明朝", serif;
  transform: 0.5s;
}

@media (max-width: 1024px) {
  .main-wrapper nav.g-nav ul li a {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #5f6db2;
  }
}

@media screen and (max-height: 720px) and (min-width: 980px) {
  .main-wrapper nav.g-nav ul li a {
    font-size: 15px;
    height: 35px;
    line-height: 35px;
  }
}

.main-wrapper nav.g-nav ul li a:before {
  border: solid 5px transparent;
  border-top-color: #5f6db2;
  content: '';
  display: block;
  height: 0;
  margin-top: -2.5px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
}

@media (max-width: 1024px) {
  .main-wrapper nav.g-nav ul li a:before {
    border: solid 4px transparent;
    border-left-color: #5f6db2;
    content: '';
    display: block;
    height: 0;
    margin-top: -4px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 0;
  }
}

.main-wrapper nav.g-nav ul li a:hover {
  opacity: 0.6;
}

@media (max-width: 1024px) {
  .main-wrapper nav.g-nav ul li a:hover {
    opacity: 1;
  }
}

.main-wrapper nav.g-nav .contact-area a.tel {
  display: block;
  color: #5f6db2;
  font-size: 16px;
  font-weight: bold;
  font-family: arial;
  /*margin-bottom: 20px;*/
  white-space: nowrap;
  cursor: default;
}

@media (max-width: 1024px) {
  .main-wrapper nav.g-nav .contact-area a.tel {
   /* display: none;*/
    left: -3px;
    position: relative;
  }
}

.main-wrapper nav.g-nav .contact-area a.mail,
.main-wrapper nav.g-nav .onlineshop-area a.onlineshop {
  display: block;
  color: white;
  background: #5f6db2;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: YuMincho, 'Yu Mincho', "游明朝", serif;
  font-size: 16px;
}

.main-wrapper nav.g-nav .contact-area a.mail .ico {
  margin-right: 0.25em;
}

@media (max-width: 1024px) {
  .main-wrapper nav.g-nav .contact-area,
  .main-wrapper nav.g-nav .onlineshop-area
  {
    padding: 20px 20px 0;
  }
  .main-wrapper nav.g-nav .contact-area a.mail,
  .main-wrapper nav.g-nav .onlineshop-area a.onlineshop {
    font-size: 14px;
  }
  .main-wrapper nav.g-nav .contact-area a.mail .ico {
    display: none;
  }
}

.main-wrapper main {
  display: block;
  margin-left: 250px;
}

@media (max-width: 1024px) {
  .main-wrapper main {
    -moz-transition: left 0.3s ease-out;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
    left: 0;
    margin-left: 0;
    position: relative;
    z-index: 101;
    padding-top: 60px;
  }
}

.main-wrapper footer[role=contentinfo] {
  background: #dae0fc;
  margin-left: 250px;
  text-align: center;
  z-index: 101;
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .main-wrapper footer[role=contentinfo] {
    margin-left: 0;
    padding: 60px 0;
  }
}

.main-wrapper footer[role=contentinfo] .f-logo img.sp-s {
  display: none !important;
}

.main-wrapper footer[role=contentinfo] .f-logo img.pc-s {
  display: inline-block !important;
}

.main-wrapper footer[role=contentinfo] .f-logo {
  margin-bottom: 50px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .main-wrapper footer[role=contentinfo] .f-logo {
    margin-bottom: 35px;
  }
  .main-wrapper footer[role=contentinfo] .f-logo img.sp-s {
    width: 121px;
    display: inline-block !important;
  }
  .main-wrapper footer[role=contentinfo] .f-logo img.pc-s {
    display: none !important;
  }
}

.main-wrapper footer[role=contentinfo] .add {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .main-wrapper footer[role=contentinfo] .add {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 28px;
  }
}

.main-wrapper footer[role=contentinfo] small {
  display: block;
  font-size: 14px;
  font-family: Arial;
}

@media (max-width: 1024px) {
  .main-wrapper footer[role=contentinfo] small {
    font-size: 12px;
  }
}

body.home .slide-container {
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  body.home .slide-container .swiper-slide {
    width: 100% !important;
    overflow: hidden;
  }
  body.home .slide-container .swiper-slide img {
    min-height: 350px;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
  }
}

@media (max-width: 640px) {
  body.home .slide-container .swiper-slide img {
    height: 507px;
  }
}

body.home .slide-container .main-copy {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 155px;
  z-index: 1001;
}

@media (max-width: 1024px) {
  body.home .slide-container .main-copy {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    bottom: inherit;
    margin: auto;
    height: auto;
    z-index: 1001;
    padding: 0 30px 0 50px;
  }
}

@media (max-width: 480px) {
  body.home .slide-container .main-copy {
    padding: 0 10px;
  }
}

main .sec {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

@media (max-width: 1024px) {
  main .sec {
    padding-bottom: 60px;
  }
}

main .sec:nth-child(odd) {
  background: #dae0fc;
}

main .sec .com-cont-ttl {
  text-align: right;
  font-size: 100px;
  font-family: "Times New Roman", Times, serif;
  color: #f1f3fb;
  margin: -10px -10px 10px 0;
  line-height: 0.8;
  position: relative;
}

@media (max-width: 1024px) {
  main .sec .com-cont-ttl {
    margin-bottom: 6px;
    margin-top: -5px;
    margin-right: -5px;
    font-size: 55px;
  }
}

main .sec:nth-child(odd) .com-cont-ttl {
  color: white;
}

main .sec .com-cont-ttl:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #5f6db2 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 10px;
}

@media (max-width: 1024px) {
  main .sec .com-cont-ttl:before {
    content: none;
  }
}

main .sec .main-contents {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  main .sec .main-contents {
    display: block;
  }
}

main .sec .main-contents .com-land-ttl {
  text-align: center;
  width: 200px;
}

@media (max-width: 1024px) {
  main .sec .main-contents .com-land-ttl {
    width: auto;
  }
}

main .sec .main-contents .com-land-ttl span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #5f6db2;
  font-size: 42px;
  font-family: YuMincho, 'Yu Mincho', "游明朝", serif;
  display: block;
  line-height: 42px;
  margin: auto;
  width: 200px;
  padding: 0 40%;
  box-sizing: border-box;
  letter-spacing: 12.6px;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  main .sec .main-contents .com-land-ttl span {
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
    font-size: 25px;
    line-height: 50px;
    margin: 0 0 40px;
    width: auto;
    padding: 0;
    letter-spacing: 5px;
  }
}

main .sec .main-contents .content-area {
  padding-top: 120px;
  padding-right: 80px;
  width: 100%;
}

@media (max-width: 1024px) {
  main .sec .main-contents .content-area {
    padding: 0 30px;
    box-sizing: border-box;
  }
}


/* greeting */
main .sec.sec1 .main-contents .content-area{
  text-align: center;
}
@media (max-width: 1200px) {
  main .sec.sec1 .main-contents .content-area.raw {
    display: block;
    padding: 120px 30px 0;
    box-sizing: border-box;
  }
}

@media (max-width: 1024px) {
  main .sec.sec1 .main-contents .content-area.raw {
    padding: 0 30px 0;
  }
}

main .sec.sec1 .main-contents .content-area .txt {
  max-width: inherit;
  /*padding-right: 50px;*/
  margin-top: -5px;
}

@media (max-width: 1200px) {
  main .sec.sec1 .main-contents .content-area .txt {
    max-width: inherit;
    padding: 0;
    margin: 0 0 35px;
    line-height: 27px;
    font-size: 16px;
  }
}

main .sec.sec1 .main-contents .content-area .txt .sign {
  display: block;
  text-align: right;
}

@media (max-width: 1200px) {
  main .sec.sec1 .main-contents .content-area .txt .sign .pc {
    display: none;
  }
}

main .sec.sec1 .main-contents .content-area .thumb {
  max-width: 430px;
}

@media (max-width: 1360px) {
  main .sec.sec1 .main-contents .content-area .thumb {
    width: 50%;
  }
  main .sec.sec1 .main-contents .content-area .thumb img {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  main .sec.sec1 .main-contents .content-area .thumb {
    width: auto;
    max-width: inherit;
  }
}

#winwin{
  margin-top:40px;
}
#lineup{
  margin-top:40px;
}
#service_img{
  margin-top:20px;
  width:97%;
}

/* products */

main .sec.sec2 .main-contents .content-area {
  padding-right: 0;
}
@media (max-width: 1024px) {
  main .sec.sec2 .main-contents .content-area {
    padding-right: 30px;
  }
}

.sec2 .raw {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.sec2 .raw li {
  width: 430px;
  padding-right: 25px;
  margin-bottom: 50px;
}

@media (max-width: 1360px) {
  .sec2 .raw li {
    width: calc(50% - 25px);
    padding: 0;
    margin-right: 25px;
    box-sizing: border-box;
  }
}

@media (max-width: 1024px) {
  .sec2 .raw li {
    width: auto;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 35px;
  }
}

.sec2 .raw li:nth-child(even) {
  padding-right: 0;
  padding-left: 25px;
}

@media (max-width: 1360px) {
  .sec2 .raw li:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 25px;
  }
}

@media (max-width: 1024px) {
  .sec2 .raw li:nth-child(even) {
    padding-left: 0;
    margin-left: 0;
  }
}

.sec2 .raw li figure img {
  display: inline-block;
}

@media (max-width: 1360px) {
  .sec2 .raw li figure img {
    width: 100%;
  }
}

img#feature {
  width: 100%;
  max-width:910px;
}

.sec2 .raw li figure figcaption {
  padding-top: 15px;
}

.sec2 .raw li figure figcaption h4,
.sec2 h4 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size:22px;
}

.sec2 .raw li figure figcaption h4 span {
  font-size:16px;
}

.sec2 .raw li figure figcaption h4 span.no ,
.sec2 h4 span.no {
  font-size:23px;
  color:#5f6db2;
}

.sec2 .raw li figure figcaption p {
  letter-spacing: -0.7px;
}


/* product-list */

main .sec.sec3 .main-contents .content-area {
  padding-right: 0;
}

@media (max-width: 1024px) {
  main .sec.sec3 .main-contents .content-area {
    padding-right: 30px;
  }
  .cbp-l-filters-alignCenter {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .cbp-l-filters-alignCenter .cbp-filter-item {
    width: 25%;
    margin: 0 0 10px;
    font-size: 16px;
    padding-bottom: 4px;
    line-height: 26px;
    white-space: nowrap;
  }
  .cbp-l-filters-alignCenter .cbp-filter-item:hover {
    border: none;
  }
  .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active:hover, .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    border-bottom: 4px solid #5f6db2;
  }
  .cbp-popup-lightbox-img {
    width: 100%;
  }
}


/* information */

main .sec.sec4 .content-area {
  padding-right: 0;
}

.sec4 .news-list {
  border-top: 1px solid #5f6db2;
  width: 100%;
}

.sec4 .news-list li {
  padding: 20px 0;
  border-bottom: 1px solid #5f6db2;
  display: flex;
}

@media (max-width: 1024px) {
  main .sec.sec4 .content-area {
    padding-right: 30px;
  }
  .sec4 .news-list li {
    padding: 20px 0;
    display: block;
  }
}

.sec4 .news-list li .day {
  width: 110px;
}

@media (max-width: 1024px) {
  .sec4 .news-list li .day {
    width: auto;
    margin-bottom: 10px;
  }
}

.sec4 .news-list li .l-body {
  width: calc(100% - 110px);
  padding-left: 2em;
  text-indent: -0.6em;
  line-height: 30px;
}

@media (max-width: 1024px) {
  .sec4 .news-list li .l-body {
    width: 100%;
    padding-left: 0.9em;
    text-indent: -0.45em;
    line-height: 28px;
    box-sizing: border-box;
  }
}

.sec4 .news-list li .l-body .ico {
  margin-right: 8px;
}

@media (max-width: 1024px) {
  .sec4 .news-list li .l-body .ico {
    margin-right: 5px;
  }
}

.sec4 .fb-area {
  text-align: center;
  margin: 50px 0;
}

.sec4 .calendar-area {
  background: white;
  padding: 40px;
}

@media (max-width: 1024px) {
  .sec4 .banner-list {
    display: block;
    padding: 0;
  }
  .sec4 .banner-list li {
    margin-bottom: 25px;
  }
  .sec4 .banner-list li:last-child {
    margin-bottom: 0;
  }
  .sec4 .banner-list li a {
    display: block;
    position: relative;
    background: #5f6db2;
    font-size: 16px;
    font-weight: bold;
    font-family: arial;
    line-height: 1;
    padding: 20px 0;
    color: white;
    text-align: center;
  }
  .sec4 .banner-list li a img {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
}


/* recruit */

.sec table.base-tbl {
  width: 100%;
  border-collapse: collapse;
  color: #000;
}

@media (max-width: 1024px) {
  .sec table.base-tbl {
    border-top: 1px solid #5f6db2;
  }
}

.sec table.base-tbl th {
  color:#5f6db2;
  font-weight: bold;
  padding: 20px 0 20px 0;
  width: 125px;
  border: 1px solid #5f6db2;
  border-left: 0;
  border-right: 0;
  vertical-align: top;
}

@media (max-width: 1024px) {
  .sec table.base-tbl th {
    font-weight: bold;
    padding: 20px 0 10px;
    border: 0;
    display: block;
    width: 100%;
  }
}

.sec table.base-tbl td {
  padding: 20px 0;
  border: 1px solid #5f6db2;
  border-left: 0;
  border-right: 0;
}

@media (max-width: 1024px) {
  .sec table.base-tbl td {
    padding: 0 0 25px;
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #5f6db2;
  }
}

.sec table.base-tbl td .map {
  margin-top: 20px;
  position: relative;
  padding-bottom: 51.8%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

@media (max-width: 640px) {
  .sec table.base-tbl td .map {
    padding-bottom: 60.8%;
  }
}

.sec table.base-tbl td .map iframe, .sec table.base-tbl td .map object, .sec table.base-tbl td .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* bottom-banner */

.bottom-banner-area {
  padding: 80px 80px 80px 0px;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  main .sec.bottom-banner-area {
    padding: 60px 30px;
    display: block;
  }
}

.bottom-banner {
  width: 910px;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .bottom-banner {
    width: 100%;
    display: block;
  }
}

.bottom-banner li {
  width: 205px;
  height: 80px;
  display: table;
  margin-right: 30px;
}

.bottom-banner li:last-child {
  margin: 0;
}

@media (max-width: 1024px) {
  .bottom-banner li {
    width: calc(50% - 10px);
    height: auto;
    float: left;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .bottom-banner li:nth-child(even) {
    float: right;
  }
  .bottom-banner li:nth-last-child(1), .bottom-banner li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.bottom-banner li a {
  border: 1px solid #ddd;
  display: table-cell;
  width: 180px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .bottom-banner li a {
    width: 100%;
    height: 55px;
    padding: 0;
    box-sizing: border-box;
  }
}

.bottom-banner li a img {
  max-width: inherit;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .bottom-banner li a img:nth-child(1) {
    width: 63px;
  }
  .bottom-banner li a img:nth-child(2) {
    width: 60px;
  }
  .bottom-banner li a img:nth-child(3) {
    width: 49px;
  }
  .bottom-banner li a img:nth-child(4) {
    width: 58px;
  }
}

/* プライバシーポリシー　*/
.remodal h2{
  background-color: #5f6db2;
  color: #fff;
  padding: 20px;
  font-size: 130%;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.remodal dt{
  font-weight: bold;
  text-align: left;
}
.remodal dd{
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.remodal ul{
  list-style-type: disc;
  margin-left: 20px;
}

.remodal-cancel {
  color: #fff;
  background: #5f6db2;
  border-radius: 5px;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #5f6db2;
  opacity: 0.6;
}

.ico-call{
  max-width:45px;
}
.contact-area .ico-call{
  max-width:40px;
}

.sec1 .list{
  margin-top:40px;
}
.sec1 .list li{
  box-sizing: border-box;
  width:50%;
  float:left;
  padding:0 15px;
}
.sec1 .list li img{
  width:100%;
}
.sec1 .list li p{
  margin:30px 0;
}

@media (max-width: 768px) {
.sec1 .list li{
  float:none;
  width:100%;
}
}

.sec6 .raw .col-6{
  width:50%;
  text-align: center;
}

.btn-wrap{
  margin: 20px auto 0;
  width:60%;
  min-width:550px;
}

@media (max-width: 1024px) {
.sec6 .raw .col-6{
  width:100%;
  text-align: center;
}
.btn-wrap{
  margin: 20px auto 0;
  width:100%;
  min-width:unset;
}
}

.sec6 .btn{
    display: inline-block;
    color: white;
    width:200px;
    background: #5f6db2;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-top:20px;  
}

.product_detail dt{
  font-weight: bold;
  text-align: left;
  width:30%;
}
.product_detail dd{
  text-align: left;
  padding:0;
  margin:0;
  border:none;
}

.product_detail{
  display:flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
.product_detail{
  display: block;
  width:100%;
}
}

.contact-ok{
  font-size: 14px;
  margin-left: 30px;
}

.contact-ok2{
  font-size: 14px;
  margin-left: 30px;
}

.contact-ok3{
  font-size: 14px;
}

.contact-area{
  text-align: left;
  line-height: 20px;
  margin-bottom: 30px;
}

.sp-look{
  display: none;
}

@media(max-width:767px){
  .sp-look{
    display: block;
  }
}