@charset "utf-8";

/* box */
.col {
  zoom: 1;
}
.col .main {
  width: 750px; /*要調整*/
}
.col .sidebar {
  width: 200px;/*要調整*/
}
.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--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-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-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-20 {
  margin-right: 20px;
}
.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-50 {
  margin-right: 50px;
}
.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-80 {
  margin-right: 80px;
}
.set-mr-90 {
  margin-right: 90px;
}
.set-mr-100 {
  margin-right: 100px;
}
.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-15 {
  margin-bottom: 15px;
}
.set-mb--15 {
  margin-bottom: -15px;
}
.set-mb-20 {
  margin-bottom: 20px;
}
.set-mb--20 {
  margin-bottom: -20px;
}
.set-mb-25 {
  margin-bottom: 25px;
}
.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-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-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-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-pt-3 {
  padding-top: 3px;
}
.set-pt-5 {
  padding-top: 5px;
}
.set-pt-10 {
  padding-top: 10px;
}
.set-pt-15 {
  padding-top: 15px;
}
.set-pt-20 {
  padding-top: 20px;
}
.set-pt-30 {
  padding-top: 30px;
}
.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-20 {
  padding-right: 20px;
}
.set-pr-30 {
  padding-right: 30px;
}
.set-pr-40 {
  padding-right: 40px;
}
.set-pr-50 {
  padding-right: 50px;
}
.set-pr-60 {
  padding-right: 60px;
}
.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-270 {
  padding-right: 270px;
}
.set-pb-5 {
  padding-bottom: 5px;
}
.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-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-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-30 {
  padding-left: 30px;
}
.set-pl-40 {
  padding-left: 40px;
}
.set-pl-50 {
  padding-left: 50px;
}
.set-pl-60 {
  padding-left: 60px;
}
.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-lh-12 {
  line-height: 1.2;
}
.set-lh-13 {
  line-height: 1.3;
}
.set-lh-14 {
  line-height: 1.4;
}
.set-lh-16 {
  line-height: 1.6;
}
.set-lh-18 {
  line-height: 1.8;
}

.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--40 {
    margin-top: -40px;
  }
  .set-sp-mt--30 {
    margin-top: -30px;
  }
  .set-sp-mt--20 {
    margin-top: -20px;
  }
  .set-sp-mt--15 {
    margin-top: -15px;
  }
  .set-sp-mt--16 {
    margin-top: -16px;
  }
  .set-sp-mt--17 {
    margin-top: -17px;
  }
  .set-sp-mt--10 {
    margin-top: -10px;
  }
  .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-mr-5 {
    margin-right: 5px;
  }
  .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-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--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-ml-10 {
    margin-left: 10px;
  }
  .set-sp-ml-20 {
    margin-left: 20px;
  }
  .set-sp-ml-30 {
    margin-left: 30px;
  }
  .reset-sp-ml {
    margin-left: 0;
  }
  .set-sp-pt-5 {
    padding-top: 5px;
  }
  .set-sp-pt-10 {
    padding-top: 10px;
  }
  .set-sp-pt-20 {
    padding-top: 20px;
  }
  .set-sp-pr-10 {
    padding-right: 10px;
  }
  .set-sp-pr-20 {
    padding-right: 20px;
  }
  .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-pb-10 {
    padding-bottom: 10px;
  }
  .set-sp-pb-20 {
    padding-bottom: 20px;
  }
  .set-sp-pb-25 {
    padding-bottom: 25px;
  }
  .set-sp-pb-30 {
    padding-bottom: 30px;
  }
  .set-sp-pl-10 {
    padding-left: 10px;
  }
  .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-color-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-color {
  color: #00a552;
}
.set-color-e53900 {
  color: #e53900;
}
.set-serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.set-nowrap {
  white-space: nowrap;
}
.set-pos-rel {
  position: relative;
}
.set-pos-abs {
  position: absolute;
}
.set-hide {
  display: none;
}
.set-disp-cell {
  display: table-cell;
}
.set-disp-ib {
  display: inline-block;
}
.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;
}
.set-float-r {
  float: right;
}
.set-valign-m {
  vertical-align: middle;
}
.set-align-c {
  text-align: center;
}
.set-align-r {
  text-align: right;
}
.set-align-l {
  text-align: left;
}
.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-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-100px {
  width: 100px;
}
.set-w-110px {
  width: 110px;
}
.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: 235px;
}
.set-w-240px {
  width: 240px;
}
.set-w-250px {
  width: 250px;
}
.set-w-260px {
  width: 260px;
}
.set-w-285px {
  width: 285px;
}
.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-400px {
  width: 400px;
}
.set-w-410px {
  width: 410px;
}
.set-w-420px {
  width: 420px;
}
.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-650px {
  width: 650px;
}
.set-w-660px {
  width: 660px;
}
.set-w-670px {
  width: 670px;
}
.set-w-680px {
  width: 680px;
}
.set-w-690px {
  width: 690px;
}
.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-800px {
  width: 800px;
}
.set-w-900px {
  width: 900px;
}

@media screen and (max-width: 640px) {
  .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;
  }
  .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;
  }
  .reset-sp-pos {
    position: static;
  }
  .set-sp-align-l {
  text-align: left;
  }  
  .set-sp-nowrap {
    white-space: nowrap;
  }
  .set-sp-w-full {
    width: 100%;
  }
  .set-sp-align-c{
	text-align:center;
  }
  .set-sp-align-c-m{
	margin-right:auto;
	margin-left:auto;
  }
  .set-sp-float-l {
  float: left;
  }
  .set-sp-float-r {
  float: right;
  }

  .set-sp-w-40{
	  width:40%;
  }
  .set-sp-w-40{
	  width:40%;
  }
  .set-sp-w-45{
	  width:45%;
  }
  .set-sp-w-70 {
    width: 70%;
  }  
  .set-sp-w-80px{
	  width:80px;
  }
  .set-sp-w-90px{
	  width:90px;
  }
  .set-sp-w-100px{
	  width:100px;
  }
  .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-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;
	}
}



/* 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;
}

iframe {
  border: 0;
}

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

@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;
}
