body {
  font-family: YuGothic, /* Mac用 */
  'Yu Gothic', /* Windows用 */
  sans-serif;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

@media screen and (min-width:601px) {
  a[href^="tel:"] {
    cursor: default;
  }
  a[href^="tel:"] img {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
  .pcDisp {}
  .spDisp {
    display: none;
  }
  div.wrapper {
    min-width: 1260px;
    margin: 0 auto;
    border: 5px solid #ff7800;
    position: relative;
  }
  header {
    position: fixed;
    top:0px;
    width: 100%;
    max-width: 100%;
    min-width: 1260px;
    height: 105px;
    background: #ffffff;
    border-top: solid 5px #ff7800;
    border-bottom: 1px solid #ff7800;
		padding:20px 0px;
    font-size: 12px;
    color: #002060;
    z-index: 4;
    -moz-box-sizing: border-box;
    border-left: 5px solid #ff7800;
    border-right: 5px solid #ff7800;
    margin-left:-5px;
    box-sizing: border-box;
    float:clear;
  }
  header h1 {
    float: left;
    margin: 0px 25px 0px 25px;
  }
  header h1 .logo {
    background: url(../img/logo.jpg) no-repeat left bottom;
    display: block;
    width: 253px;
    height: 35px;
    text-indent: -9999px;
  }
  .contactHead {
    position: absolute;
    float: right;
    top: -1px; 
    right: -3px;
    width: 580px;
    background: #ff7800;
    z-index: 5;
    padding-top: 20px
  }
  .contactHead .titlePc {
    float: left;
    display: block;
    width: 6em;
    height: 60px;
    padding: 20px 20px;
    background: #fc8f2d;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: -20px
  }

  .titleSp {
    display: none;
  }
  .contactHead .tellNumber2 {
    background: url(../img/telNumber2.png) no-repeat center center;
    width: 235px;
    height: 55px;
    text-indent: -9999px;
    border-right: 1px solid #ffffff;
    float: left;
  }
  .contactHead a {
    display: block;
    width: 166px;
    float: left;
    margin-left: 20px;
    margin-top: -3px;
  }
  /*メイン背景*/
  .mainImg {
    background: url(../img/mainImg.png) no-repeat;
    background-size: 1250px 586px;
    padding-top: 420px;
    background-position: 50% -2px;
  }
  /*メインタイトル*/
  .mainImg img {
    position: relative;
    max-width: 100%;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -150%)
  }
  /*メインコンテンツ*/
  .mainContent-top > span {
    padding-top: 110px;
    margin-top: -110px;    
  }
  .mainContent-top {
    position: relative;
    top: -270px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .mainContent-top-left,
  .mainContent-top-center,
  .mainContent-top-right {
    width: 301px;
    height: 346px;
    margin: 0px 33px;
  }
  .pointTag p {
    position: absolute;
    top: -40px;
    left: 5px;
    font-size: 30px;
    font-style: oblique;
    font-weight: bold;
    font-family: 'Vollkorn', serif;    
    z-index: 4;
  }
  .mainContent-pointNum {
    position: absolute;
    top: -30px;
    left: -5px;
    padding: 15px 22px 15px 23px;
    background-color: #fff100;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-size: 75px;
    font-style: oblique;
    z-index: 3;
    letter-spacing: -0.02em;
    font-family: 'Gentium Book Basic', serif;
  }
  .mainContent-top-left .mainContent-pointImg,
  .mainContent-top-center .mainContent-pointImg,
  .mainContent-top-right .mainContent-pointImg {
    position: relative;
    top: 30px;
    left: 0px;
    width: 301px;
    height: 301px;
    z-index: 2
  }
  .mainContent-pointText {
    position: relative;
    top: -25px;
    width: 300px;
    height: auto;
    text-align: center;
    z-index: 3
  }
  .mainContent-pointText span {
    padding: 3px 12px;
    background-color: #fff100;
    font-size: 17px;
    font-weight: bold;
    line-height: 35px;
  }
  .mainContent-bottom {
    display: flex;
    margin-top: -200px;
    justify-content: center;
    width: 100%;
    height: auto;/*1050px　サイズ変更　500→1050　*/
    
  }
  .mainContent-bottom-left {
    position: relative;
    width: 520px;
    height: auto;
  }
  .mainContent-bottom-left .jpnMap {
    position: absolute;
    top: 110px;
    right: 78px;
    /*z-index: 1*/
  }
  .pointTag-small {
    font-size: 16px;
    font-weight: bold;
    font-style: oblique;
    font-family: 'Vollkorn', serif;  
  }
  .mainContent-pointNum-small span {
    font-size: 55px;
    font-style: oblique;
    margin-left: 2px;
    letter-spacing: -0.05em;
    font-family: 'Gentium Book Basic', serif;
  }
  .areaBox {
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 3;
    text-align: center;
  }
/*　▼追加　*/
.main-buyBox {
    position: relative;
    width: 520px;
    height: auto;
}
.buyBox {
    display: inline-block;
    position: relative;
    top:400px;
    left: 40px;
    z-index: 3;
    text-align: center;
  }
/*　▲追加　*/
  .areaBox span {
    font-size: 20px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff100 0%) repeat scroll 0 0;
  }
  p.prefecture {
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
  }
  p.area {
    font-size: 16px;
    font-weight: bold;
    font-style: oblique;
    padding: 18px 0 16px 0;
  }
  .mainContent-bottom-right {
    position: relative;
    width: 520px;
    height: auto;
  }
  .mainContent-explain {
    display: inline-block;
    width: 520px;
    height: auto;
    margin-bottom: 25px;
  }
  .num06 {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 45px 0;
  }
/*　一部　追加　*/
  .num07 {
    border-bottom: 1px solid #cccccc;
    padding: 45px 0;
  }
/*　▲一部　追加　*/
  .pointTag-set {
    font-size: 16px;
    font-style: oblique;
    width: 50px;
    float: left;
  }
  .pointTag-set p {
    font-weight: bold;
    font-family: 'Vollkorn', serif;    
  }
  
  .iconBox {
    width: 60px;
    margin: 0 20px 0 28px;
    float: left;
  }
  .txtDetail {
    width: 350px;
    height: auto;
    float: left;
  }
  .txtDetail span {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff100 0%) repeat scroll 0 0;
  }
  .txtDetail a {
    display: inline-block;
    color: red;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 18px
  }
  .txtDetail a:before {
    content: url(../img/buy-arrow.png);
    margin-right: 5px;
  }
  .txtDetail a:hover {
    color: #fc8f2d;
  }
  .txtDetail a:visited {
    color: red;
  }
/* 追加 */
  .woodBox .woodp{
    margin-bottom: 20px;
}
 .woodA {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
 .woodB {
    font-size: 16px;
    font-weight: bold;
    color: red;
    margin-bottom: 10px;
}
 .woodC {
    font-size: 18px;
    margin-bottom: 5px;
    margin-left: 1em;
}

/*　▲追加　*/

  /*コンタクトエリア*/
  .contactArea {
    background: #ff7800;
    padding: 40px 0;
    text-align: center;
  }
  .contactArea h3 {
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
  }
  .contactArea ul {
    display: table;
    margin: 20px auto 0;
  }
  .contactArea ul li {
    display: table-cell;
    padding: 10px;
  }
  .contactArea ul li p {
    color: #ffffff;
    font-size: 14px;
    padding-top: 10px;
    line-height: 20px;
  }
  .contactArea ul li:last-child p {
    line-height: 40px;
  }
  .flow {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 60px;
    background-color: #f3f2dc;
  }
  .flow > span {
    padding-top: 110px;
    margin-top: -110px;
  }
  .flow h2 {
    padding: 60px 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
  }
  .flow table {
    width: 800px;
    margin: 0 auto;
  }
  .flow-num img {
    position: absolute;
    left: 8%;
    top: -5%;
  }
  .flow table th {
    width: 40px;
    padding: 30px 40px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    vertical-align: middle;
    border-bottom: 1px solid #cccccc;
    background-color: #fff;
  }
  .flow table th span {
    font-size: 18px;
    display: block;
  }
  .flow table td {
    width: 800px;
    padding: 30px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
  }
  .flow table td h3 {
    font-size: 24px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #ff7800;
    text-align: center;
  }
  .flow table tr:nth-child(odd) td:after {
    display: none;
  }
  .flow table tr:first-child td:before {
    display: none;
  }
  .flow table td:before {
    width: 49px;
    height: 17px;
    content: url(../img/arrow01.png);
    display: block;
    position: absolute;
    left: 50%;
    top: -1px;
    margin-left: -25px;
    z-index: 3;
  }
  .flow table td:after {
    width: 49px;
    height: 17px;
    content: url(../img/arrow02.png);
    display: block;
    position: absolute;
    left: 50%;
    top: -1px;
    margin-left: -25px;
    z-index: 3;
  }
  .flow table td p {
    font-size: 18px;
    text-align: center;
    line-height: 2.0em;
  }
  .flow table tr {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .flow table tr:nth-child(even) th,
  .flow table tr:nth-child(even) td {
    background: #eeeeee;
  }

  /*Q&Aエリア*/

  .question {
    text-align: center;
  }
  .question h2 {
    font-size: 32px;
    padding: 72px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
  }
  .question-title {
    border-top: 1px solid #ccc
  }
  .question-content {
    position: relative;
    width: 100%;
    padding: 40px 0 40px 0px;
    background-color: #f3f2dc;
  }
  .question-content-even {
    position: relative;
    width: 100%;
    padding: 40px 0 40px 0px;
    background-color: #fff;
  }
  .question-num {
    position: absolute;
    left: 108px;
    top: -10px;
    z-index: 3;
  }
  .question-num-even {
    position: absolute;
    right: 108px;
    top: -10px;
    z-index: 3;
  }
  .question-content ul,
  .question-content-even ul {
    display: table;
    width: 900px;
    margin: 20px auto;
    text-align: left;
  }
  .question-content li,
  .question-content-even li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
  }

  .question-content ul li h3,
  .question-content-even ul li h3 {
    font-size: 20px;
    font-weight: bold;
    font-style: oblique;
    text-align: left;
    width: 764px;
  }
  .question-content ul li p,
  .question-content-even ul li p {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    width: 764px;
  }
  .Q-carcle {
    position: relative;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff100;
  }
  .A-carcle {
    position: relative;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #cb6b6b;
  }
  .Q-carcle span {
    position: absolute;
    top: 50%;
    margin: -.5em 0 0;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 30px;
  }
  .A-carcle span {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -.5em 0 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
  }
  .companyData {
    position: relative;
    background: #ff7800;
    padding: 80px 0px;
    color: #ffffff;
  }
  .pageTop {
    position: absolute;
    top: -49px;
    right: 0px;
  }
  .companyData .wrap {
    width: 1150px;
    margin: 0 auto;
  }
  .companyData .buyBtn {
    text-align: center;
    padding-bottom: 70px;
  }
  .companyData h3 {
    font-size: 26px;
    line-height: 1em;
    font-weight: bold;
    width: 7em;
    float: left;
  }
  .companyData th,
  .companyData td {
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }
  .companyData th {
    width: 110px;
  }
  .companyData td {
    width: 415px;
  }
  footer {
    text-align: center;
  }
  footer.npd {
    padding: 0!important;
    text-align: center;
  }
  footer ul {
    padding-top: 10px;
  }
  footer li {
    display: inline-block;
    padding: 40px 10px;
    font-size: 14px;
  }
  footer li a:link {
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }
  footer li a:visited {
    color: #000;
  }
  footer li a:hover {
    color: #fc8f2d;
  }
  footer p {
    border-top: 1px solid #cccccc;
    padding: 40px 0 50px;
    font-size: 11px;
    color: #000;
    font-weight: bold;
  }
}

  @media screen and (max-width:600px) {
    .pcDisp {
      display: none;
    }
    .spDisp {}
    div.wrapper {
      width: 100%;
      border: 2px solid #ff7800;
      position: relative;
    }
    header {
      border-bottom: 1px solid #ff7800;
      padding: 10px 25px;
      font-size: 10px;
      color: #002060;
    }
    header h1 .logo {
    background: url(../img/logo.jpg) no-repeat left bottom;
    display: block;
    margin: auto;
    width: 253px;
    height: 35px;
    text-indent: -9999px;
    }
    header h1 {
      margin: 0px 0 0;
      padding: 0;
      text-align: left;
      line-height: 1.8em;
      display: flex;
      flex-direction: column-reverse;
    }
    .contact header h1 {
      margin: 0px 0 0;
      padding: 0;
    }
    .contactHead {
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      background: #ff7800;
      z-index: 5;
      padding-bottom: 10px;
    }
    .contactHead .titlePc {
      display: none;
    }
    .contactHead .titleSp {
      color: #fff;
      background: #fc8f2d;
      text-align: center;
      font-size: 12px;
      font-weight: bold;
      padding: 10px;
      margin-bottom: 10px;
    }
    .contactHead .tellNumber2 {
      background: url(../img/telNumberSp2.png) no-repeat center center;
      background-size: auto 35px;
      width: 50%;
      height: 45px;
      text-indent: -9999px;
      float: left;
      border-right: 1px solid #ffffff;
    }
    .contactHead a {
      display: block;
      width: 50%;
      float: right;
      margin-right: -1px;
      text-align: center;
      margin-top: 3px;
    }
    .contactHead a img {
      height: 45px;
    }
    .mainImg {
      background: url(../img/mainImg.png) no-repeat -15px -1px;
      background-size: 105% auto;
      width: 100%;
      position: relative;
      text-align: center;
    }
    .mainTitle {
      width: 100%;
    }
    .mainTitle img {
      margin-top: 30px;
      max-width: 300px;
    }
    /*メインコンテンツ*/
    .mainContent-top {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
      margin: auto;
    }
    .mainContent-top-left,
    .mainContent-top-center {
      width: 301px;
      height: 346px;
      margin: 30px auto;
    }
    .mainContent-top-right {
      width: 301px;
      height: 346px;
      margin: 80px auto 50px;
    }
    .pointTag p {
      position: absolute;
      top: -40px;
      left: 5px;
      font-weight: bold;
      font-size: 30px;
      font-style: oblique;
      font-family: 'Vollkorn', serif;
      z-index: 4;
    }
    .mainContent-pointNum {
      position: absolute;
      top: -30px;
      left: -3px;
      padding: 10px 20px 10px 15px;
      background-color: #fff100;
      border-radius: 50%;
      text-align: center;
      vertical-align: middle;
      font-size: 75px;
      font-style: oblique;
      font-family: 'Gentium Book Basic', serif;
      z-index: 3
    }
    .mainContent-top-left .mainContent-pointImg,
    .mainContent-top-center .mainContent-pointImg,
    .mainContent-top-right .mainContent-pointImg {
      position: relative;
      top: 30px;
      left: 0px;
      width: 301px;
      height: 301px;
      z-index: 2
    }
    .mainContent-pointText {
      position: relative;
      top: -15px;
      width: 300px;
      height: auto;
      text-align: center;
      z-index: 3
    }
    .mainContent-pointText span {
      padding: 3px 12px;
      background-color: #fff100;
      font-size: 17px;
      font-weight: bold;
      line-height: 38px;
    }
    .mainContent-bottom{
      display: block;
      margin: auto;
    }
    .mainContent-explain.num04{
      position: relative;
      padding-bottom: 96px;
      max-width: 340px;
      margin: auto;
    }
    .mainContent-bottom-left {
      position: relative;
      top: 0;
      left: 0;
      max-width: 100%;
      clear: both;
    }
    .mainContent-bottom-left .jpnMap {
      position: absolute;
      bottom: 0;
      right: 6px;
      z-index: 1;
      width:59%;
    }
    .jpnMap img {
      width: 100%;
    }
    .pointTag-small {
      margin-bottom: -5px;
      font-size: 16px;
      font-weight: bold;
      font-style: oblique;
      font-family: 'Vollkorn', serif;
    }
    .mainContent-pointNum-small span {
      font-size: 44px;
      font-style: oblique;
      letter-spacing: -0.02em;
      font-family: 'Gentium Book Basic', serif;
      float: left;
    }
    .areaBox {
      width: 230px;
      text-align: center;
    }

/*　▼追加　*/
.main-buyBox {
      position: relative;
      padding-bottom: 25px;
      max-width: 340px;
      margin: auto ;
}
    .buyBox {
      width: 230px;
      text-align: center;
    }
/*　▲追加　*/
    .areaBox span {
      font-size: 14px;
      font-weight: bold;
      background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff100 0%) repeat scroll 0 0;
    }
    p.prefecture {
      font-size: 12px;
      font-weight: bold;
      padding: 5px;
    }
    p.area {
      font-size: 14px;
      font-weight: bold;
      font-style: oblique;
      padding: 12px 0px;
    }
    .mainContent-bottom-right {
      position: relative;
      width: 100%;
      height: auto;
      overflow: hidden;
    }
    .mainContent-explain {
      overflow: hidden;
      margin-bottom: 12px;
      padding: 20px 10px 20px;
      box-sizing: border-box;
    }
    .num05 {
      width: 100%;
      max-width: 340px;
      margin: auto;
    }
    .num06 {
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc;
      width: 100%;
      max-width: 340px;
      margin: auto;
    }
/*　▼一部　変更　*/
    .num07 {
      width: 100%;
      max-width: 340px;
      margin: auto;
      border-bottom: 1px solid #cccccc;
    }
/*　▲一部　変更　*/
/*　▼追加　*/
    .num08 {
      width: 100%;
      max-width: 340px;
      margin: auto;
    }

  .woodBox {
      max-width: 340px;
      margin: auto;
}
  .woodBox .woodp{
    position: relative;
    width:100%;
    margin:  0 auto 10px ;
}
  .WoodBoxb {
      width: 100%;
      max-width: 340px;
      margin: auto;
}
  .woodp img {
      width: 100%;
}

 p.woodA {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
 p.woodB {
    font-size: 14px;
    font-weight: bold;
    color: red;
    margin-bottom: 10px;
}
 p.woodC {
    font-size: 12px;
    margin-bottom: 5px;
}

/*　▲追加　*/
    .pointTag-set {
      font-size: 16px;
      font-style: oblique;
      width: auto;
      float: left;
      text-align: center;
    }
    .pointTag-set p{
      font-size: 14px;
      font-style: oblique;
      font-weight: bold;
      font-family: 'Vollkorn', serif;
      width: auto;
      float: left;
    }
    .iconBox {
      width: 35px;
      margin: 5px 8px 0 8px;
      float: left;
    }
    .iconBox img{
      width: 100%;
    }
    .txtDetail {
      width: auto;
      height: auto;
      vertical-align: middle;
      overflow: auto;
    }
    .txtDetail span {
      font-size: 14px;
      font-weight: bold;
      line-height: 24px;
      background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff100 0%) repeat scroll 0 0;
    }
    .txtDetail a {
      display: inline-block;
      color: red;
      font-size: 12px;
      font-weight: bold;
      text-decoration: none;
      margin: 8px 0px
    }
    .txtDetail a:before {
      content: url(../img/buy-arrow.png);
      margin-right: 5px;
    }
    .txtDetail a:hover {
      color: #fc8f2d;
    }
    .txtDetail a:visited {
      color: red;
    }
    /*Q&Aエリア*/
    .question {
      text-align: center;
    }
    .question h2 {
      font-size: 16px;
      padding: 20px;
      line-height: 1.5em;
      font-weight: bold;
      text-align: center;
    }
    .question-title {
      border-top: 1px solid #ccc
    }
    .question-content {
      position: relative;
      width: 100%;
      padding: 33px 0px;
      background-color: #f3f2dc;
    }
    .question-content-even {
      position: relative;
      width: 100%;
      padding: 30px 0px;
      background-color: #fff;
    }
    .question-num img,
    .question-num-even img {
      width: 100%
    }
    .question-num {
      position: absolute;
      left: 14px;
      top: -10px;
      z-index: 3;
      width: 45px;
    }
    .question-num-even {
      position: absolute;
      right: 14px;
      top: -10px;
      z-index: 3;
      width: 45px;
    }
    .question-content ul,
    .question-content-even ul {
      width: 100%;
      max-width: 310px;
      table-layout: fixed;
      display: table;
      text-align: left;
      padding: 5px;
      margin: auto;
    }
    .question-content li:first-child,
    .question-content-even li:first-child {
      display: table-cell;
      vertical-align: top;
      width: 35px;
      padding: 0 0 7px 5px;
    }
    .question-content ul li h3,
    .question-content-even ul li h3 {
      font-size: 12px;
      font-weight: bold;
      font-style: oblique;
      text-align: left;
      margin-top: 10px;
      width: 100%;
    }
    .question-content ul li h3.space {
      margin-top: 4px;
    }
    .question-content ul li p,
    .question-content-even ul li p {
      font-size: 12px;
      font-weight: bold;
      line-height: 20px;
      width: 95%;
    }
    .Q-carcle {
      position: relative;
      top: 0px;
      left: 0px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #fff100;
    }
    .A-carcle {
      position: relative;
      top: 0px;
      left: 0px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #cb6b6b;
    }
    .Q-carcle span {
      position: absolute;
      top: 50%;
      margin: -.5em 0 0;
      width: 100%;
      text-align: center;
      color: #000;
      font-weight: bold;
      font-size: 16px;
    }
    .A-carcle span {
      position: absolute;
      left: 0;
      top: 50%;
      margin: -.5em 0 0;
      width: 100%;
      text-align: center;
      color: #fff;
      font-weight: bold;
      font-size: 16px;
    }
    /*コンタクトエリア*/
    .contactArea {
      background: #ff7800;
      padding: 5px 0;
      text-align: center;
      width: 100%;
    }
    .contactArea h3 {
      font-size: 24px;
      line-height: 40px;
      color: #ffffff;
      font-weight: bold;
      text-align: center;
    }
    .contactArea ul {
      display: table;
    }
    .contactArea ul li {
      display: table-cell;
      padding: 8px;
    }
    .contactArea ul li p {
      color: #ffffff;
      font-size: 12px;
      padding-top: 5px;
      line-height: 18px;
    }
    .contactArea ul li:last-child p {
      line-height: 40px;
    }
    .contactArea img {
      width: 100%;
    }
    /*流れ*/
    .flow {
      border-bottom: 1px solid #cccccc;
      padding-bottom: 30px;
      background-color: #f3f2dc;
      width: 100%;
    }
    .flow h2 {
      padding: 20px 0;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
    }
    .flow table {
      width: 90%;
      margin: 0 auto;
    }
    .flow-num img {
      position: absolute;
      width: 7%;
      left: 8%;
      top: -5%;
    }
    .flow table td {
      display: block;
      width: 100%;
      padding: 20px;
      font-weight: bold;
      text-align: center;
      vertical-align: middle;
      background-color: #fff;
      box-sizing: border-box;
    }
    .flow table td h3 {
      font-size: 16px;
      padding-bottom: 10px;
      font-weight: bold;
      color: #ff7800;
      text-align: center;
    }
    .flow table tr:nth-child(odd) td:after {
      content: none;
    }
    .flow table tr:first-child td:before {
      display: none;
    }
    .flow table td:before {
      width: 49px;
      height: 17px;
      content: url(../img/arrow01.png);
      display: block;
      position: absolute;
      left: 50%;
      top: -1px;
      margin-left: -25px;
      z-index: 3;
    }
    .flow table td:after {
      width: 49px;
      height: 17px;
      content: url(../img/arrow02.png);
      display: block;
      position: absolute;
      left: 50%;
      top: -1px;
      margin-left: -25px;
      z-index: 3;
    }
    .flow table td p {
      font-size: 12px;
      text-align: center;
      line-height: 1.7em;
    }
    .flow table tr {
      display: block;
      width: 100%;
      position: relative;
      z-index: 1;
    }
    .flow table tr:nth-child(even) th,
    .flow table tr:nth-child(even) td {
      background: #eeeeee;
    }
    .companyData {
      position: relative;
      background: #ff7800;
      padding: 20px 15px;
      color: #ffffff;
    }
    .pageTop {
    position: absolute;
    top: -25px;
    right: 0px;
    }
    .pageTop img{
      width: 25px;
      height: 25px;
    }
    .companyData h3 {
      font-size: 14px;
      line-height: 1em;
      font-weight: bold;
    }
    .companyData th,
    .companyData td {
      padding: 10px 0;
      text-align: left;
      font-size: 12px;
      line-height: 20px;
    }
    .companyData th {
      width: 110px;
      padding-right: 5px;
    }
    .companyData td {
      width: 415px;
      font-size: 11px;
    }
    .companyData .buyBtn {
      text-align: center;
      padding-bottom: 20px;
      width: 100%;
    }
    .buyBtn img{
      width: 95%;
    }
    footer {
      padding: 0px 0 10px;
      text-align: center;
      margin-bottom: 80px;
    }
    footer.npd {
      padding: 0!important;
      text-align: center;
      margin-bottom: 40px;
    }
    footer ul {
      padding: 20px 0;
    }
    footer li {
      display: inline-block;
      padding: 0px 10px;
      font-size: 14px;
      font-weight: bold;
      line-height: 2.8em;
    }
    footer li a:link {
      color: #000;
      text-decoration: none;
    }
    footer li a:visited {
    color: #000;
    }
    footer li a:hover {
      color: #fc8f2d;
    }
    footer p {
      border-top: 1px solid #cccccc;
      padding: 20px 0;
      font-size: 11px;
      font-weight: bold;
      color: #000;
    }
  }