@charset "utf-8";

/* box */
.col {
  zoom: 1;
}
.col .main {
  width: 840px; /*要調整*/
}
.col .sidebar {
  width: 250px;/*要調整*/
}
.col:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}
.col .main,
.col .box {
  float: left;
}
.col .sidebar,
.col .last {
  float: right;
}
.col.col--2 .box {
  width: 48%;
}
.col.col--2 .box:nth-child(2n) {
  float: right;
}

.col.col--2.col--2-home .box {
  width: 485px;/*要調整*/
}
.col.col--2.col--2-home .box:nth-child(2n) {
  float: right;
}
.col.col--2.col--2-home img {
  box-shadow:0px 0px 3px 1px #ddd;
  -moz-box-shadow:0px 0px 3px 1px #ddd;
  -webkit-box-shadow:0px 0px 3px 1px #ddd;
}
.col.col--2.col--2-home img:hover {
  opacity: 0.9;
}

.col.col--3 .box {
  margin-right: 2%;
  width: 32%;
}
.col.col--3 .box:nth-child(3n) {
  float: right;
  margin-right: 0;
}
.col.col--4 .box {
}

.col.col--4 .box img.btn {
}
.col.col--4 .box img.btn:hover {
  opacity: 0.9;
}

.col.col--4 .box:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  #container .col .main,
  #container .col .sidebar,
  #container .col .box,
  #container .col .last {
    float: none;
  }
  #container .col .last {
    float: none;
  }
  #container .col .main,
  #container .col .sidebar {
    width: auto;
  }
  #container .col.col--2 .box {
    width: auto;
  }
  #container .col.col--2 .box:nth-child(2n) {
    float: none;
  }
  #container .col.col--3 .box {
    margin-right: 0;
    width: auto;
  }
  #container .col.col--3 .box:nth-child(3n) {
    float: none;
  }
  
}


/* set space*/
.set-mt-1 {
  margin-top: 1px;
}
.set-mt-2 {
  margin-top: 2px;
}
.set-mt-3 {
  margin-top: 3px;
}
.set-mt-4 {
  margin-top: 4px;
}
.set-mt-5 {
  margin-top: 5px;
}
.set-mt-8 {
  margin-top: 8px;
}
.set-mt-10 {
  margin-top: 10px;
}
.set-mt-15 {
  margin-top: 15px;
}
.set-mt-20 {
  margin-top: 20px;
}
.set-mt-25 {
  margin-top: 25px;
}
.set-mt-30 {
  margin-top: 30px;
}
.set-mt-35 {
  margin-top: 35px;
}
.set-mt-40 {
  margin-top: 40px;
}
.set-mt-45 {
  margin-top: 45px;
}
.set-mt-50 {
  margin-top: 50px;
}
.set-mt-60 {
  margin-top: 60px;
}
.set-mt-70 {
  margin-top: 70px;
}
.set-mt-80 {
  margin-top: 80px;
}
.set-mt-90 {
  margin-top: 90px;
}
.set-mt-100 {
  margin-top: 100px;
}

.set-mt--5 {
  margin-top: -5px;
}
.set-mt--8 {
  margin-top: -8px;
}
.set-mt--10 {
  margin-top: -10px;
}
.set-mt--11 {
  margin-top: -11px;
}
.set-mt--12 {
  margin-top: -12px;
}
.set-mt--13 {
  margin-top: -13px;
}
.set-mt--14 {
  margin-top: -14px;
}
.set-mt--15 {
  margin-top: -15px;
}
.set-mt--20 {
  margin-top: -20px;
}
.set-mt--21 {
  margin-top: -21px;
}
.set-mt--22 {
  margin-top: -22px;
}
.set-mt--23 {
  margin-top: -23px;
}
.set-mt--24 {
  margin-top: -24px;
}
.set-mt--25 {
  margin-top: -25px;
}
.set-mt--30 {
  margin-top: -30px;
}
.set-mt--35 {
  margin-top: -35px;
}
.set-mt--40 {
  margin-top: -40px;
}
.set-mt--45 {
  margin-top: -45px;
}
.set-mt--50 {
  margin-top: -50px;
}
.set-mt--60 {
  margin-top: -60px;
}
.set-mt--70 {
  margin-top: -70px;
}
.set-mt--80 {
  margin-top: -80px;
}
.set-mt--90 {
  margin-top: -90px;
}
.set-mt--100 {
  margin-top: -100px;
}

.set-mt-5 {
  margin-top: 5px;
}
.set-mt-8 {
  margin-top: 8px;
}
.set-mt-10 {
  margin-top: 10px;
}
.set-mt-11 {
  margin-top: 11px;
}
.set-mt-12 {
  margin-top: 12px;
}
.set-mt-13 {
  margin-top: 13px;
}
.set-mt-14 {
  margin-top: 14px;
}
.set-mt-15 {
  margin-top: 15px;
}
.set-mt-16 {
  margin-top: 16px;
}
.set-mt-17 {
  margin-top: 17px;
}
.set-mt-18 {
  margin-top: 18px;
}
.set-mt-19 {
  margin-top: 19px;
}
.set-mt-20 {
  margin-top: 20px;
}
.set-mt-21 {
  margin-top: 21px;
}
.set-mt-22 {
  margin-top: 22px;
}
.set-mt-23 {
  margin-top: 23px;
}
.set-mt-24 {
  margin-top: 24px;
}
.set-mt-25 {
  margin-top: 25px;
}
.set-mt-26 {
  margin-top: 26px;
}
.set-mt-27 {
  margin-top: 27px;
}
.set-mt-28 {
  margin-top: 28px;
}
.set-mt-29 {
  margin-top: 29px;
}
.set-mt-30 {
  margin-top: 30px;
}
.set-mt-31 {
  margin-top: 31px;
}
.set-mt-32 {
  margin-top: 32px;
}
.set-mt-33 {
  margin-top: 33px;
}
.set-mt-34 {
  margin-top: 34px;
}
.set-mt-35 {
  margin-top: 35px;
}
.set-mt-40 {
  margin-top: 40px;
}
.set-mt-45 {
  margin-top: 45px;
}
.set-mt-50 {
  margin-top: 50px;
}.set-mr-1 {
  margin-right: 1px;
}
.set-mr-2 {
  margin-right: 2px;
}
.set-mr-3 {
  margin-right: 3px;
}
.set-mr-4 {
  margin-right: 4px;
}
.set-mr-5 {
  margin-right: 5px;
}
.set-mr-6 {
  margin-right: 6px;
}
.set-mr-7 {
  margin-right: 7px;
}
.set-mr-8 {
  margin-right: 8px;
}
.set-mr-9 {
  margin-right: 9px;
}
.set-mr-10 {
  margin-right: 10px;
}
.set-mr-12 {
  margin-right: 12px;
}
.set-mr-15 {
  margin-right: 15px;
}
.set-mr-16 {
  margin-right: 16px;
}
.set-mr-17 {
  margin-right: 17px;
}
.set-mr-18 {
  margin-right: 18px;
}
.set-mr-19 {
  margin-right: 19px;
}
.set-mr-20 {
  margin-right: 20px;
}
.set-mr-21 {
  margin-right: 21px;
}
.set-mr-22 {
  margin-right: 22px;
}
.set-mr-23 {
  margin-right: 23px;
}
.set-mr-24 {
  margin-right: 24px;
}
.set-mr-25 {
  margin-right: 25px;
}
.set-mr-30 {
  margin-right: 30px;
}
.set-mr-35 {
  margin-right: 35px;
}
.set-mr-40 {
  margin-right: 40px;
}
.set-mr-45 {
  margin-right: 45px;
}
.set-mr-50 {
  margin-right: 50px;
}
.set-mr-55 {
  margin-right: 55px;
}
.set-mr-60 {
  margin-right: 60px;
}
.set-mr-65 {
  margin-right: 65px;
}
.set-mr-68 {
  margin-right: 68px;
}
.set-mr-69 {
  margin-right: 69px;
}
.set-mr-70 {
  margin-right: 70px;
}
.set-mr-72 {
  margin-right: 72px;
}
.set-mr-73 {
  margin-right: 73px;
}
.set-mr-75 {
  margin-right: 75px;
}
.set-mr-80 {
  margin-right: 80px;
}
.set-mr-90 {
  margin-right: 90px;
}
.set-mr-100 {
  margin-right: 100px;
}
.set-mr-420 {
  margin-right: 420px;
}
.set-mr-455 {
  margin-right: 455px;
}
.set-mr-460 {
  margin-right: 460px;
}
.set-mb-2 {
  margin-bottom: 2px;
}
.set-mb-3 {
  margin-bottom: 3px;
}
.set-mb-4 {
  margin-bottom: 4px;
}
.set-mb-5 {
  margin-bottom: 5px;
}
.set-mb--5 {
  margin-bottom: -5px;
}
.set-mb-6 {
  margin-bottom: 6px;
}
.set-mb-7 {
  margin-bottom: 7px;
}
.set-mb-8 {
  margin-bottom: 8px;
}
.set-mb-9 {
  margin-bottom: 9px;
}
.set-mb-10 {
  margin-bottom: 10px;
}
.set-mb--10 {
  margin-bottom: -10px;
}
.set-mb-11 {
  margin-bottom: 11px;
}
.set-mb-12 {
  margin-bottom: 12px;
}
.set-mb-13 {
  margin-bottom: 13px;
}
.set-mb-14 {
  margin-bottom: 14px;
}
.set-mb-15 {
  margin-bottom: 15px;
}
.set-mb--15 {
  margin-bottom: -15px;
}
.set-mb-20 {
  margin-bottom: 20px;
}
.set-mb--20 {
  margin-bottom: -20px;
}
.set-mb-21 {
  margin-bottom: 21px;
}
.set-mb-22 {
  margin-bottom: 22px;
}
.set-mb-23 {
  margin-bottom: 23px;
}
.set-mb-24 {
  margin-bottom: 24px;
}
.set-mb-25 {
  margin-bottom: 25px;
}
.set-mb-30 {
  margin-bottom: 30px;
}
.set-mb--30 {
  margin-bottom: -30px;
}
.set-mb-35 {
  margin-bottom: 35px;
}
.set-mb-40 {
  margin-bottom: 40px;
}
.set-mb-50 {
  margin-bottom: 50px;
}
.set-mb-55 {
  margin-bottom: 55px;
}
.set-mb-60 {
  margin-bottom: 60px;
}
.set-mb-70 {
  margin-bottom: 70px;
}
.set-mb-80 {
  margin-bottom: 80px;
}
.set-mb-90 {
  margin-bottom: 90px;
}
.set-mb-100 {
  margin-bottom: 100px;
}
.set-mb-110 {
  margin-bottom: 110px;
}
.set-mb-120 {
  margin-bottom: 120px;
}
.set-mb-130 {
  margin-bottom: 130px;
}
.set-mb-140 {
  margin-bottom: 140px;
}
.set-mb-150 {
  margin-bottom: 150px;
}
.set-ml-1 {
  margin-left: 1px;
}
.set-ml-2 {
  margin-left: 2px;
}
.set-ml-3 {
  margin-left: 3px;
}
.set-ml-4 {
  margin-left: 4px;
}
.set-ml-5 {
  margin-left: 5px;
}
.set-ml-8 {
  margin-left: 8px;
}
.set-ml-10 {
  margin-left: 10px;
}
.set-ml-15 {
  margin-left: 15px;
}
.set-ml-20 {
  margin-left: 20px;
}
.set-ml-25 {
  margin-left: 25px;
}
.set-ml-30 {
  margin-left: 30px;
}
.set-ml-40 {
  margin-left: 40px;
}
.set-ml-45 {
  margin-left: 45px;
}
.set-ml-50 {
  margin-left: 50px;
}
.set-ml-60 {
  margin-left: 60px;
}
.set-ml-65 {
  margin-left: 65px;
}
.set-ml-70 {
  margin-left: 70px;
}
.set-ml-80 {
  margin-left: 80px;
}
.set-ml-90 {
  margin-left: 90px;
}
.set-ml-100 {
  margin-left: 100px;
}
.set-ml-110 {
  margin-left: 110px;
}
.set-ml-120 {
  margin-left: 120px;
}
.set-ml-130 {
  margin-left: 130px;
}
.set-ml-200 {
  margin-left: 200px;
}
.set-ml-300 {
  margin-left: 300px;
}
.set-ml-420 {
  margin-left: 420px;
}
.set-ml-430 {
  margin-left: 430px;
}
.set-pt-3 {
  padding-top: 3px;
}
.set-pt-5 {
  padding-top: 5px;
}
.set-pt-6 {
  padding-top: 6px;
}
.set-pt-7 {
  padding-top: 7px;
}
.set-pt-8 {
  padding-top: 8px;
}
.set-pt-9 {
  padding-top: 9px;
}
.set-pt-10 {
  padding-top: 10px;
}
.set-pt-11 {
  padding-top: 11px;
}
.set-pt-12 {
  padding-top: 12px;
}
.set-pt-13 {
  padding-top: 13px;
}
.set-pt-14 {
  padding-top: 14px;
}
.set-pt-15 {
  padding-top: 15px;
}
.set-pt-20 {
  padding-top: 20px;
}
.set-pt-25 {
  padding-top: 25px;
}
.set-pt-26 {
  padding-top: 26px;
}
.set-pt-27 {
  padding-top: 27px;
}
.set-pt-28 {
  padding-top: 28px;
}
.set-pt-29 {
  padding-top: 29px;
}
.set-pt-30 {
  padding-top: 30px;
}
.set-pt-33 {
  padding-top: 33px;
}
.set-pt-35 {
  padding-top: 35px;
}
.set-pt-40 {
  padding-top: 40px;
}
.set-pt-50 {
  padding-top: 50px;
}
.set-pt-60 {
  padding-top: 60px;
}
.set-pt-70 {
  padding-top: 70px;
}
.set-pt-80 {
  padding-top: 80px;
}
.set-pt-90 {
  padding-top: 90px;
}
.set-pt-100 {
  padding-top: 100px;
}
.set-pr-5 {
  padding-right: 5px;
}
.set-pr-10 {
  padding-right: 10px;
}
.set-pr-15 {
  padding-right: 15px;
}
.set-pr-20 {
  padding-right: 20px;
}
.set-pr-25 {
  padding-right: 25px;
}
.set-pr-30 {
  padding-right: 30px!important;
}
.set-pr-40 {
  padding-right: 40px!important;
}
.set-pr-45 {
  padding-right: 45px!important;
}
.set-pr-50 {
  padding-right: 50px!important;
}
.set-pr-60 {
  padding-right: 60px;
}
.set-pr-65 {
  padding-right: 65px;
}
.set-pr-70 {
  padding-right: 70px;
}
.set-pr-80 {
  padding-right: 80px;
}
.set-pr-90 {
  padding-right: 90px;
}
.set-pr-100 {
  padding-right: 100px;
}
.set-pr-110 {
  padding-right: 110px;
}
.set-pr-120 {
  padding-right: 120px;
}
.set-pr-130 {
  padding-right: 130px;
}
.set-pr-140 {
  padding-right: 140px;
}
.set-pr-150 {
  padding-right: 150px;
}
.set-pr-160 {
  padding-right: 160px;
}
.set-pr-270 {
  padding-right: 270px;
}
.set-pb-5 {
  padding-bottom: 5px;
}
.set-pb-6 {
  padding-bottom: 6px;
}
.set-pb-7 {
  padding-bottom: 7px;
}
.set-pb-8 {
  padding-bottom: 8px;
}
.set-pb-9 {
  padding-bottom: 9px;
}
.set-pb-10 {
  padding-bottom: 10px;
}
.set-pb-20 {
  padding-bottom: 20px;
}
.set-pb-25 {
  padding-bottom: 25px;
}
.set-pb-30 {
  padding-bottom: 30px;
}
.set-pb-40 {
  padding-bottom: 40px;
}
.set-pb-45 {
  padding-bottom: 45px;
}
.set-pb-50 {
  padding-bottom: 50px;
}
.set-pb-60 {
  padding-bottom: 60px;
}
.set-pb-70 {
  padding-bottom: 70px;
}
.set-pb-80 {
  padding-bottom: 80px;
}
.set-pb-90 {
  padding-bottom: 90px;
}
.set-pb-100 {
  padding-bottom: 100px;
}
.set-pb-110 {
  padding-bottom: 110px;
}
.set-pb-120 {
  padding-bottom: 120px;
}
.set-pb-130 {
  padding-bottom: 130px;
}

.set-pl-1em {
  padding-left: 1em;
}
.set-pl-5 {
  padding-left: 5px;
}
.set-pl-10 {
  padding-left: 10px;
}
.set-pl-15 {
  padding-left: 15px;
}
.set-pl-20 {
  padding-left: 20px;
}
.set-pl-25 {
  padding-left: 25px;
}
.set-pl-30 {
  padding-left: 30px;
}
.set-pl-40 {
  padding-left: 40px;
}
.set-pl-45 {
  padding-left: 45px;
}
.set-pl-50 {
  padding-left: 50px;
}
.set-pl-60 {
  padding-left: 60px;
}
.set-pl-65 {
  padding-left: 65px;
}
.set-pl-70 {
  padding-left: 70px;
}
.set-pl-80 {
  padding-left: 80px;
}
.set-pl-90 {
  padding-left: 90px;
}
.set-pl-100 {
  padding-left: 100px;
}
.set-pl-110 {
  padding-left: 110px!important;
}
.set-pl-120 {
  padding-left: 120px;
}
.set-pl-130 {
  padding-left: 130px;
}
.set-pl-140 {
  padding-left: 140px;
}
.set-pl-150 {
  padding-left: 150px;
}
.set-pl-160 {
  padding-left: 160px;
}

.set-lh-8 {
  line-height: 0.8;
}
.set-lh-9 {
  line-height: 0.9;
}
.set-lh-10 {
  line-height: 1;
}
.set-lh-11 {
  line-height: 1.1;
}
.set-lh-12 {
  line-height: 1.2;
}
.set-lh-13 {
  line-height: 1.3;
}
.set-lh-14 {
  line-height: 1.4;
}
.set-lh-15 {
  line-height: 1.5;
}
.set-lh-16 {
  line-height: 1.6;
}
.set-lh-18 {
  line-height: 1.8;
}
.set-lh-20 {
  line-height: 2.0;
}
.set-lh-21 {
  line-height: 2.1;
}
.set-lh-22 {
  line-height: 2.2;
}
.set-lh-23 {
  line-height: 2.3;
}
.set-lh-24 {
  line-height: 2.4;
}
.set-lh-25 {
  line-height: 2.5;
}

.reset-mt {
  margin-top: 0;
}
.reset-mr {
  margin-right: 0;
}
.reset-mb {
  margin-bottom: 0;
}
.reset-ml {
  margin-left: 0;
}
.reset-max-w {
  max-width: none;
}

@media screen and (max-width: 640px) {
  .set-sp-mt-3 {
    margin-top: 3px;
  }
  .set-sp-mt-5 {
    margin-top: 5px;
  }
  .set-sp-mt-10 {
    margin-top: 10px;
  }
  .set-sp-mt-12 {
    margin-top: 12px;
  }
  .set-sp-mt-13 {
    margin-top: 13px;
  }
  .set-sp-mt-15 {
    margin-top: 15px;
  }
  .set-sp-mt-20 {
    margin-top: 20px;
  }
  .set-sp-mt-30 {
    margin-top: 30px;
  }
  .reset-sp-mt {
    margin-top: 0;
  }

  .set-sp-mt--1 {
    margin-top: -1px;
  }
  .set-sp-mt--10 {
    margin-top: -10px;
  }
  .set-sp-mt--15 {
    margin-top: -15px;
  }
  .set-sp-mt--16 {
    margin-top: -16px;
  }
  .set-sp-mt--17 {
    margin-top: -17px;
  }
  .set-sp-mt--20 {
    margin-top: -20px;
  }  
  .set-sp-mt--30 {
    margin-top: -30px;
  } 
  .set-sp-mt--40 {
    margin-top: -40px;
  }
  .set-sp-mt--50 {
    margin-top: -50px;
  }
  .set-sp-mt--60 {
    margin-top: -60px;
  }
  .set-sp-mt--65 {
    margin-top: -65px;
  }
  .set-sp-mt--70 {
    margin-top: -70px;
  }
  .set-sp-mt--80 {
    margin-top: -80px;
  }
  .set-sp-mr-5 {
    margin-right: 5px;
  }
  .set-sp-mr-8 {
    margin-right: 8px;
  }
  .set-sp-mr-10 {
    margin-right: 10px;
  }
  .set-sp-mr-15 {
    margin-right: 15px;
  }
  .set-sp-mr-20 {
    margin-right: 20px;
  }
  .reset-sp-mb {
    margin-bottom: 0;
  }
  .set-sp-mb--10 {
    margin-bottom: -10px;
  }
  .set-sp-mb--20 {
    margin-bottom: -20px;
  }
  .set-sp-mb-3 {
    margin-bottom: 3px;
  }
  .set-sp-mb-5 {
    margin-bottom: 5px;
  }
  .set-sp-mb-8 {
    margin-bottom: 8px;
  }
  .set-sp-mb-10 {
    margin-bottom: 10px;
  }
  .set-sp-mb-11 {
    margin-bottom: 11px;
  }
  .set-sp-mb-12 {
    margin-bottom: 12px;
  }
  .set-sp-mb-15 {
    margin-bottom: 15px;
  }
  .set-sp-mb-16 {
    margin-bottom: 16px;
  }
  .set-sp-mb-17 {
    margin-bottom: 17px;
  }
  .set-sp-mb-20 {
    margin-bottom: 20px;
  }
  .set-sp-mb-25 {
    margin-bottom: 25px;
  }
  .set-sp-mb-30 {
    margin-bottom: 30px;
  }
  .set-sp-mb-40 {
    margin-bottom: 40px;
  }
  .set-sp-mb-50 {
    margin-bottom: 50px;
  }
  .set-sp-mb-60 {
    margin-bottom: 60px;
  }
  .set-sp-mb-70 {
    margin-bottom: 70px;
  }
  .set-sp-mb-80 {
    margin-bottom: 80px;
  }
  .set-sp-ml-10 {
    margin-left: 10px;
  }
  .set-sp-ml-15 {
    margin-left: 15px;
  }
  .set-sp-ml-20 {
    margin-left: 20px;
  }
  .set-sp-ml-30 {
    margin-left: 30px;
  }
  .set-sp-ml-40 {
    margin-left: 40px;
  }
  .set-sp-ml-50 {
    margin-left: 50px;
  }
  .set-sp-ml-60 {
    margin-left: 60px;
  }
  .set-sp-ml-70 {
    margin-left: 70px;
  }
  .reset-sp-ml {
    margin-left: 0;
  }
  .set-sp-pt-5 {
    padding-top: 5px;
  }
  .set-sp-pt-6 {
    padding-top: 6px;
  }
  .set-sp-pt-7 {
    padding-top: 7px;
  }
  .set-sp-pt-8 {
    padding-top: 8px;
  }
  .set-sp-pt-9 {
    padding-top: 9px;
  }
  .set-sp-pt-10 {
    padding-top: 10px;
  }
  .set-sp-pt-11 {
    padding-top: 11px;
  }
  .set-sp-pt-12 {
    padding-top: 12px;
  }
  .set-sp-pt-13 {
    padding-top: 13px;
  }
  .set-sp-pt-14 {
    padding-top: 14px;
  }
  .set-sp-pt-15 {
    padding-top: 15px;
  }
  .set-sp-pt-16 {
    padding-top: 16px;
  }
  .set-sp-pt-17 {
    padding-top: 17px;
  }
  .set-sp-pt-18 {
    padding-top: 18px;
  }
  .set-sp-pt-19 {
    padding-top: 19px;
  }
  .set-sp-pt-20 {
    padding-top: 20px;
  }
  .set-sp-pt-30 {
    padding-top: 30px;
  }
  .set-sp-pt-40 {
    padding-top: 40px;
  }
  .set-sp-pt-50 {
    padding-top: 50px;
  }
  .set-sp-pt-60 {
    padding-top: 60px;
  }
  .set-sp-pt-70 {
    padding-top: 70px;
  }
  .set-sp-pt-80 {
    padding-top: 80px;
  }
  .set-sp-pr-10 {
    padding-right: 10px;
  }
  .set-sp-pr-20 {
    padding-right: 20px;
  }
  .set-sp-pb-2 {
    padding-bottom: 2px;
  }
  .set-sp-pb-3 {
    padding-bottom: 3px;
  }
  .set-sp-pb-4 {
    padding-bottom: 4px;
  }
  .set-sp-pb-5 {
    padding-bottom: 5px;
  }
  .set-sp-pb-10 {
    padding-bottom: 10px;
  }
  .set-sp-mt-10 {
    margin-top: 10px;
  } 
  .set-sp-mb-5 {
    margin-bottom: 5px;
  }
  .set-sp-pr-10{
	padding-right:10px!important;
  }
  .set-sp-pr-20{
	padding-right:20px!important;
  }
  .set-sp-pr-30{
	padding-right:30px!important;
  }
  .set-sp-pr-40{
	padding-right:40px!important;
  }
  .set-sp-pr-60{
	padding-right:60px!important;
  }
  .set-sp-pr-80{
	padding-right:80px!important;
  }
  .set-sp-pb-10 {
    padding-bottom: 10px;
  }
  .set-sp-pb-11 {
    padding-bottom: 11px;
  }
  .set-sp-pb-12 {
    padding-bottom: 12px;
  }
  .set-sp-pb-13 {
    padding-bottom: 13px;
  }
  .set-sp-pb-14 {
    padding-bottom: 14px;
  }
  .set-sp-pb-15 {
    padding-bottom: 15px;
  }
  .set-sp-pb-16 {
    padding-bottom: 16px;
  }
  .set-sp-pb-17 {
    padding-bottom: 17px;
  }
  .set-sp-pb-18 {
    padding-bottom: 18px;
  }
  .set-sp-pb-19 {
    padding-bottom: 19px;
  }
  .set-sp-pb-20 {
    padding-bottom: 20px;
  }
  .set-sp-pb-25 {
    padding-bottom: 25px;
  }
  .set-sp-pb-30 {
    padding-bottom: 30px;
  }
  .set-sp-pb-40 {
    padding-bottom: 40px;
  }
  .set-sp-pb-50 {
    padding-bottom: 50px;
  }
  .set-sp-pb-60 {
    padding-bottom: 60px;
  }
  .set-sp-pb-70 {
    padding-bottom: 70px;
  }
  .set-sp-pb-80 {
    padding-bottom: 80px;
  }
  .set-sp-pb-90 {
    padding-bottom: 90px;
  }
  .set-sp-pb-95 {
    padding-bottom: 95px;
  }
  .set-sp-pb-100 {
    padding-bottom: 100px;
  }
  .set-sp-pl-10 {
    padding-left: 10px;
  }
  .set-sp-pl-15 {
    padding-left: 15px;
  }
  .set-sp-pl-20 {
    padding-left: 20px!important;
  }
  .set-sp-pl-30 {
    padding-left: 30px!important;
  }
  .set-sp-pl-110 {
    padding-left: 110px;
  }
  .set-sp-pl-115 {
    padding-left: 115px;
  }
  .set-sp-pl-120 {
    padding-left: 120px;
  }
  .set-sp-lh-12 {
  line-height: 1.2;
  }
  .set-sp-lh-14 {
  line-height: 1.4;
  }
  .set-sp-lh-16 {
  line-height: 1.6;
  }
  .set-sp-lh-18 {
  line-height: 1.8;
  }

  .reset-sp-pt {
    padding-top: 0;
  }
  .reset-sp-pr {
    padding-right: 0;
  }
  .reset-sp-pl {
    padding-left: 0;
  }
  .reset-sp-pb {
    padding-bottom: 0;
  }
  .reset-sp-ml {
    padding-left: 0;
  }
}

.set-shadow {
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.7), -2px 2px 2px rgba(255, 255, 255, 0.7), 2px -2px 2px rgba(255, 255, 255, 0.7), -2px -2px 2px rgba(255, 255, 255, 0.7);
}
.set-low-line {
  line-height: 1.4;
}

.set-serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.set-nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
.reset-sp-nowrap{
  white-space:normal;
}
}

.set-pos-rel {
  position: relative;
}
.set-pos-abs {
  position: absolute;
}
.set-hide {
  display: none;
}
.set-disp-cell {
  display: table-cell;
}
.set-disp-il {
  display: inline;
}
.set-disp-ib {
  display: inline-block!important;
}
.set-disp-b {
  display: block;
}
.set-v-align-t{
	vertical-align:top;
}
.set-v-align-m{
	vertical-align:middle;
}
.set-v-align-b{
	vertical-align:bottom;
}
.set-float-l {
  float: left!important;
}
.set-align-c {
  text-align: center!important;
}
.set-float-r {
  float: right!important;
}
.set-valign-m {
  vertical-align: middle;
}
.set-pos-right{
	right:0;
}
.set-align-c-m{
  margin-right:auto;
  margin-left:auto;
}
.set-align-r {
  text-align: right;
}
.set-align-l {
  text-align: left;
}

.set-fs-09 {
  font-size: 0.9rem;
}

.set-fs-10 {
  font-size: 1.0rem;
}

.set-fs-11 {
  font-size: 1.1rem;
}
.set-fs-12 {
  font-size: 1.2rem;
}
.set-fs-13 {
  font-size: 1.3rem;
}
.set-fs-14 {
  font-size: 1.4rem;
}
.set-fs-15 {
  font-size: 1.5rem;
}
.set-fs-16 {
  font-size: 1.6rem;
}
.set-fs-17 {
  font-size: 1.7rem;
}
.set-fs-18 {
  font-size: 1.8rem;
}
.set-fs-19 {
  font-size: 1.9rem;
}
.set-fs-20 {
  font-size: 2.0rem;
}
.set-fs-21 {
  font-size: 2.1rem;
}
.set-fs-22 {
  font-size: 2.2rem;
}
.set-fs-23 {
  font-size: 2.3rem;
}
.set-fs-24 {
  font-size: 2.4rem;
}
.set-fs-25 {
  font-size: 2.5rem;
}
.set-fs-26 {
  font-size: 2.6rem;
}
.set-fs-27 {
  font-size: 2.7rem;
}
.set-fs-28 {
  font-size: 2.8rem;
}
.set-fs-29 {
  font-size: 2.9rem;
}
.set-fs-30 {
  font-size: 3.0rem;
}
.set-fs-31 {
  font-size: 3.1rem;
}
.set-fs-32 {
  font-size: 3.2rem;
}
.set-fs-33 {
  font-size: 3.3rem;
}
.set-fs-34 {
  font-size: 3.4rem;
}
.set-fs-35 {
  font-size: 3.5rem;
}
.set-fs-36 {
  font-size: 3.6rem;
}
.set-fs-37 {
  font-size: 3.7rem;
}
.set-fs-38 {
  font-size: 3.8rem;
}
.set-fs-39 {
  font-size: 3.9rem;
}
.set-fs-40 {
  font-size: 4.0rem;
}
.set-fs-41 {
  font-size: 4.1rem;
}
.set-fs-42 {
  font-size: 4.2rem;
}
.set-fs-43 {
  font-size: 4.3rem;
}
.set-fs-44 {
  font-size: 4.4rem;
}

.reset-fw{
	font-weight:normal;
}

.set-ls-01 {
	letter-spacing:0.1em;
}
.set-ls-02 {
	letter-spacing:0.2em;
}

.set-w-48{
  width: 48%;
}
.set-w-49{
  width: 49%;
}
.set-w-half,
.set-w-50 {
  width: 50%;
}

.set-w-10 {
  width: 10%;
}
.set-w-20 {
  width: 20%;
}
.set-w-30 {
  width: 30%;
}
.set-w-40 {
  width: 40%;
}
.set-w-60 {
  width: 60%;
}
.set-w-70 {
  width: 70%;
}
.set-w-80 {
  width: 80%;
}
.set-w-90 {
  width: 90%;
}
.set-w-full,.set-w-100 {
  width: 100%;
}
.set-w-40px {
  width: 40px;
}
.set-w-50px {
  width: 50px;
}
.set-w-60px {
  width: 60px;
}
.set-w-70px {
  width: 70px;
}
.set-w-80px {
  width: 80px;
}
.set-w-90px {
  width: 90px;
}
.set-w-100px {
  width: 100px;
}
.set-w-110px {
  width: 110px!important;
}
.set-w-115px {
  width: 115px;
}
.set-w-120px {
  width: 120px;
}
.set-w-130px {
  width: 130px;
}
.set-w-140px {
  width: 140px;
}
.set-w-150px {
  width: 150px;
}
.set-w-160px {
  width: 160px;
}
.set-w-170px {
  width: 170px;
}
.set-w-180px {
  width: 180px;
}
.set-w-190px {
  width: 190px;
}
.set-w-200px {
  width: 200px;
}
.set-w-210px {
  width: 210px;
}
.set-w-215px {
  width: 215px;
}
.set-w-220px {
  width: 220px;
}
.set-w-225px {
  width: 225px;
}
.set-w-230px {
  width: 230px;
}
.set-w-235px {
  width: 230px;
}
.set-w-250px {
  width: 250px;
}
.set-w-260px {
  width: 260px;
}
.set-w-270px {
  width: 270px;
}
.set-w-280px {
  width: 280px;
}
.set-w-285px {
  width: 285px;
}
.set-w-290px {
  width: 290px;
}
.set-w-300px {
  width: 300px;
}
.set-w-310px {
  width: 310px;
}
.set-w-320px {
  width: 320px;
}
.set-w-330px {
  width: 330px;
}
.set-w-340px {
  width: 340px;
}
.set-w-350px {
  width: 350px;
}
.set-w-360px {
  width: 360px;
}
.set-w-370px {
  width: 370px;
}
.set-w-380px {
  width: 380px;
}
.set-w-390px {
  width: 390px;
}
.set-w-400px {
  width: 400px;
}
.set-w-410px {
  width: 410px;
}
.set-w-420px {
  width: 420px!important;
}
.set-w-430px {
  width: 430px;
}
.set-w-440px {
  width: 440px;
}
.set-w-450px {
  width: 450px;
}
.set-w-460px {
  width: 460px;
}
.set-w-470px {
  width: 470px;
}
.set-w-475px {
  width: 475px;
}
.set-w-480px {
  width: 480px;
}
.set-w-490px {
  width: 490px;
}
.set-w-500px {
  width: 500px;
}
.set-w-510px {
  width: 510px;
}
.set-w-520px {
  width: 520px;
}
.set-w-530px {
  width: 530px;
}
.set-w-540px {
  width: 540px;
}
.set-w-550px {
  width: 550px;
}
.set-w-560px {
  width: 560px;
}
.set-w-570px {
  width: 570px;
}
.set-w-580px {
  width: 580px;
}
.set-w-590px {
  width: 590px;
}
.set-w-600px {
  width: 600px;
}
.set-w-610px {
  width: 610px;
}
.set-w-620px {
  width: 620px;
}
.set-w-630px {
  width: 630px;
}
.set-w-640px {
  width: 640px;
}
.set-w-650px {
  width: 650px;
}
.set-w-700px {
  width: 700px;
}
.set-w-710px {
  width: 710px;
}
.set-w-720px {
  width: 720px;
}
.set-w-730px {
  width: 730px;
}
.set-w-740px {
  width: 740px;
}
.set-w-750px {
  width: 750px;
}
.set-w-760px {
  width: 760px;
}
.set-w-780px {
  width: 780px;
}
.set-w-790px {
  width: 790px;
}
.set-w-800px {
  width: 800px;
}
.set-w-835px {
  width: 835px;
}
.set-w-840px {
  width: 840px;
}
.set-w-900px {
  width: 900px;
}

.set-h-390px{
  height: 390px;
}

@media screen and (max-width: 640px) {
  .set-sp-fs-08 {
  font-size: 0.8rem;
  }
    .set-sp-fs-09 {
  font-size: 0.9rem;
  }
  .set-sp-fs-10 {
  font-size: 1.0rem;
  }
  .set-sp-fs-11 {
  font-size: 1.1rem;
  }
  .set-sp-fs-12 {
  font-size: 1.2rem;
  }
  .set-sp-fs-13 {
  font-size: 1.3rem;
  }
  .set-sp-fs-14 {
  font-size: 1.4rem;
  }
  .set-sp-fs-15 {
  font-size: 1.5rem;
  }
  .set-sp-fs-16 {
  font-size: 1.6rem;
  }
  .set-sp-fs-17 {
  font-size: 1.7rem;
  }
  .set-sp-fs-18 {
  font-size: 1.8rem;
  }
  .set-sp-fs-19 {
  font-size: 1.9rem;
  }
  .set-sp-fs-20 {
  font-size: 2.0rem;
  }
  .set-sp-fs-21 {
  font-size: 2.1rem;
  }
  .set-sp-fs-22 {
  font-size: 2.2rem;
  }
  .set-sp-fs-23 {
  font-size: 2.3rem;
  }
  .set-sp-fs-24 {
  font-size: 2.4rem;
  }
  .set-sp-fs-25 {
  font-size: 2.5rem;
  }
  .set-sp-fs-26 {
  font-size: 2.6rem;
  }
  .set-sp-fs-27 {
  font-size: 2.7rem;
  }
  .set-sp-fs-28 {
  font-size: 2.8rem;
  }
  .set-sp-fs-29 {
  font-size: 2.9rem;
  }
  .set-sp-fs-30 {
  font-size: 3.0rem;
  }
  .reset-sp-ls {
	letter-spacing:normal;
  }
  .set-sp-ls-01 {
	letter-spacing:0.1em;
  }
  .set-sp-ls-02 {
	letter-spacing:0.2em;
  }
  .set-sp-fw-normal{
	font-weight:normal;
  }
  .set-sp-fw-bold{
	font-weight:bold;
  }
  .reset-sp-mt {
    margin-top: 0;
  }
  .reset-sp-mr {
    margin-right: 0;
  }
  .reset-sp-mb {
    margin-bottom: 0;
  }
  .reset-sp-ml {
    margin-left: 0;
  }
  .reset-sp-pt {
    padding-top: 0;
  }
  .reset-sp-pr {
    padding-right: 0;
  }
  
  .reset-sp-pl {
    padding-left: 0;
  }
  .reset-sp-pb {
    padding-bottom: 0;
  }
  .reset-sp-ml {
    padding-left: 0;
  }
  .reset-sp-w {
    width: auto!important;
  }
  .reset-sp-pos {
    position: static;
  }
  .set-sp-align-l {
  text-align: left!important;
  }  
  .set-sp-align-r {
  text-align: right;
  }  
  .set-sp-align-c{
	text-align:center;
  }
  .set-sp-align-c-m{
	margin-right:auto;
	margin-left:auto;
  }
  .set-sp-nowrap {
    white-space: nowrap;
  }
  .set-sp-float-l {
  float: left!important;
  }
  .set-sp-float-none {
  float: none!important;
  }
  .set-sp-float-r {
  float: right!important;
  }
  .set-sp-w-10{
	  width:10%;
  }
  .set-sp-w-15{
	  width:15%;
  }
  .set-sp-w-20{
	  width:20%;
  }
  .set-sp-w-30{
	  width:30%;
  }
  .set-sp-w-40{
	  width:40%;
  }
  .set-sp-w-45{
	  width:45%;
  }
  .set-sp-w-46{
	  width:46%;
  }
  .set-sp-w-47{
	  width:47%;
  }
  .set-sp-w-48{
	  width:48%;
  }
  .set-sp-w-49{
	  width:49%;
  }
  .set-sp-w-half,.set-sp-w-50{
	  width:50%;
  }
  .set-sp-w-55{
	  width:55%;
  }
  .set-sp-w-60 {
    width: 60%;
  }
  .set-sp-w-65 {
    width: 65%;
  }    
  .set-sp-w-70 {
    width: 70%;
  } 
  .set-sp-w-80 {
    width: 80%;
  } 
  .set-sp-w-85 {
    width: 85%;
  } 
  .set-sp-w-90 {
    width: 90%;
  }  
  .set-sp-w-full,.set-sp-w-100 {
    width: 100%;
  }
  .set-sp-w-20px{
	  width:20px;
  }
  .set-sp-w-25px{
	  width:25px;
  }
  .set-sp-w-30px{
	  width:30px;
  }
  .set-sp-w-35px{
	  width:35px;
  }
  .set-sp-w-40px{
	  width:40px;
  }
  .set-sp-w-45px{
	  width:45px;
  }
  .set-sp-w-50px{
	  width:50px;
  }
  .set-sp-w-55px{
	  width:55px;
  }
  .set-sp-w-60px{
	  width:60px;
  }
  .set-sp-w-70px{
	  width:70px;
  }
  .set-sp-w-80px{
	  width:80px;
  }
  .set-sp-w-90px{
	  width:90px;
  }
  .set-sp-w-100px{
	  width:100px;
  }
  .set-sp-w-140px{
	  width:140px;
  }
  .set-sp-w-220px{
  	  width:220px;
  }
  .set-sp-w-280px{
  	  width:280px;
  }
  .set-sp-w-290px{
  	  width:290px;
  }
  .set-sp-w-300px{
  	  width:300px;
  }
  .set-sp-h-300px{
  height: 300px;
  }
  .set-sp-lh-12 {
  line-height: 1.2;
  }
  .set-sp-lh-13 {
  line-height: 1.3;
  }
  .set-sp-lh-14 {
  line-height: 1.4;
  }
  .set-sp-lh-15 {
  line-height: 1.5;
  }
  .set-sp-lh-16 {
  line-height: 1.6;
  }
  .set-sp-lh-18 {
  line-height: 1.8;
  }
}

@media screen and (min-width: 641px) {
	.set-min-h320{
		min-height:320px;
	}
}


/* text color font*/
.set-color-green{
	color:#00A433;
}
.set-color-lightgreen{
	color:#9BC939;
}

.set-color-orange{
	color:#F9AD00;
}
.set-color-orange :a:link{
	color:#F9AD00;
}
.set-color-white{
	color:#ffffff;
}

.set-color-white a:link,.set-color-white a:visited{
	color:#ffffff;
}

.set-color-white a:link{
	color:#ffffff;
}
.set-color-white a:visited{
	color:#ffffff;
}
.set-color-pink{
	color:#E66E98;
}
.set-color-blue{
	color:#0075c2!important;
}
.set-color-red{
	color:#E71A44;
}
.set-color-yellow{
	color:#FEFF00;
}
.set-color-gray{
	color:#656565;
}
.set-color-light-gray{
	color:#999999;
}

.set-font-sans{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.set-fw-normal{
	font-weight:normal;
}
.set-fw-bold{
	font-weight:bold;
}


/*position*/
.set-top--30px{
	top:-30px;
}
@media screen and (max-width: 640px) {
.reset-sp-top{
	top:0;
}
}
.set-left-5px{
	left:5px;
}
.set-left--5px{
	left:-5px;
}
.set-left--25px{
	left:-25px;
}
.set-left--30px{
	left:-30px;
}
@media screen and (max-width: 640px) {
.reset-sp-left{
	left:0;
}
.set-sp-left-5px{
	left:5px;
}
}
.set-bottom--20px{
	bottom:-20px;
}

@media screen and (max-width: 640px) {
.reset-sp-bottom{
	bottom:0;
}
}



/*bg color*/
.set-bg-color-white{
	background-color:#FFFFFF;
}
@media screen and (max-width: 640px) {
.set-sp-bg-color-white{
	background-color:#FFFFFF;
}
}
.set-bg-color-yellow{
	background-color:#FFE200;
}
.set-bg-color-lightblue{
	background-color:#EBF3F9;
}
.set-bg-color-blue{
	background-color:#0075c2;
}
.set-bg-color-beige{
	background-color:#F4F2E9;
}
.set-bg-color-pink{
	background-color:#FF8984;
}
.set-bg-color-green{
	background-color:#66C5A7;
}
.set-bg-color-lightgreen{
	background-color:#95CF7A;
}
.set-bg-color-orange{
	background-color:#F59900;
}
.set-bg-color-yellow{
	background-color:#FFFCD9;
}
.set-bg-color-mintblue{
	background-color:#EFF6F6;
}
.set-bg-color-meadow-green{
	background-color:#6AB545;
}


/* round */
.set-round-4px{
	border-radius: 4px;
}
.set-round-6px{
	border-radius: 6px;
}
.set-round-8px{
	border-radius: 8px;
}
.set-round-10px{
	border-radius: 10px;
}
.set-round-20px{
	border-radius: 20px;
}
.set-round-30px{
	border-radius: 30px;
}


.set-round-10{
	border-radius: 10%;
}

.set-round-20{
	border-radius: 20%;
}

.set-round-30{
	border-radius: 30%;
}

@media screen and (max-width: 640px) {
.set-sp-round-4px{
	border-radius: 4px;
}
.set-sp-round-6px{
	border-radius: 6px;
}
.set-sp-round-8px{
	border-radius: 8px;
}
.set-sp-round-10px{
	border-radius: 10px;
}
.set-sp-round-20px{
	border-radius: 20px;
}
.set-sp-round-30px{
	border-radius: 30px;
}


.set-sp-round-10{
	border-radius: 10%;
}

.set-sp-round-20{
	border-radius: 20%;
}

.set-sp-round-30{
	border-radius: 30%;
}


	
}





/* reset */

body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dt, dd,
form, fieldset,
hr, sup, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto !important;
}

td img {
  vertical-align: baseline;
}

fieldset {
  border: 0;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 0;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  padding: 5px 8px;
}

input,
select {
  line-height: 1.42857143;
}

select {
  background: #FFF;
}

input,
select,
textarea {
  border: 1px solid #d6d6d6;
  font-family: "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

sup {
  font-size: 10px;
  line-height: 1.1;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a.no-border:hover{
	text-decoration:none;
}

iframe {
  border: 0;
}

ol, p, dt, dd,
caption, th, td,
select, input, textarea, button, figcaption {
	font-size:1.4rem;
}

@media screen and (max-width: 640px) {
ul, ol, p, dt, dd,
caption, th, td,
select, input, textarea, button, figcaption {
	font-size:1.4rem;
}
}

h1, h2, h3, h4, h5, h6, dt {
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td, table th {
  line-height: 1.4;
}

hr {
  background: none;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

main, section, aside, figure, header, footer {
  display: block;
}

* {
  box-sizing: border-box;
}


/* pc-sp only*/
.for-screen-reader,
.sp-only-ib,
.sp-only {
  display: none;
}
@media screen and (max-width: 640px) {
  .pc-only {
    display: none!important;
  }
  .sp-only {
    display: block;
  }
  .sp-only-ib {
    display: inline-block;
  }
}


@media screen and (max-width: 640px){
  #container .wrap-nav-main {
    height: auto !important;
  }
}