@charset "euc-jp";
/* CSS Document */
* {
  box-sizing: border-box
}
.clearfix:after, div:after, ul:after {
  content: "";
  display: block;
  clear: both;
}
body {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
#potage li {
  list-style: none;
}
.inner {
  position: relative;
}
.modal {
  display: none;
  background-color: rgba(53, 53, 53, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
}
.modal .rspbody {
  height: 100%;
}
.modal .rspbody .rspimg {
  width: auto;
  max-height: 98%;
  margin: 0.5% auto 0;
}
/* =============================================
                    PC
============================================= */
@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
  a:hover {
    text-decoration: none;
    color: #999 !important;
  }
  a:hover img {
    opacity: 0.6;
  }
  .wrapper {
    width: 1000px;
    margin: 0 auto;
  }
  .header {
    padding: 10px 35px;
  }
  .header li:first-child {
    float: left;
  }
  .header li:last-child {
    float: right;
  }
  .main {
    text-align: center;
  }
  .btn1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 93px;
    margin: auto;
  }
  .btn2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: right;
    padding: 0 66px 105px 0;
  }
  .btn3 {
    position: absolute;
    margin: 0 0 495px 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .btn4 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: right;
    padding: 0 108px 100px 0;
  }
.commission {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    margin: 0 0 716px 81px;
  }
  .header li:first-child {
    float: left;
  }
  .btn-list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    text-align: right;
    padding: 0 133px 580px 0;
  }
  .sec-text {
    width: 976px;
    margin: 5px auto 38px;
    text-align: left;
  }
  .sec-text .inner{
    padding: 0 20px;
  }
  .sec-text ul.text-link{
    margin: 40px auto 0;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
    border: 5px solid #ffd782;
  }
  .sec-text ul {
    margin: 18px 0 0;
    display: flex;
    justify-content: center;
  }
  .sec-text ul li:first-child {
    margin: 0 10px 0 0;
  }
  .sec-text ul li:last-child {
    margin: 0 0 0 46px;
  }
  #potage select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.6em;
    height: 65px;
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
    vertical-align: middle;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    width: 228px;
      background:#FFF url(../images/arrow.png) 94% center no-repeat;
  }
  #potage select option {
    padding: 0 0 0 1em;
  }
}
/* =======================================================================================================================================
                    SP
============================================= */
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
  #potage img {
    width: 100%;
  }
  .header {
    padding: 10px 4%;
  }
  .header li:first-child {
    float: left;
    width: 20%;
  }
  .header li:last-child {
    float: right;
    width: 20%;
  }
/*
  .main .btn {
    position: absolute;
    left: 5%;
    bottom: 4.2%;
    width: 90%;
  }
*/
  .btn1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6.5%;
    margin: auto;
    width: 88%;
  }
  .btn2 {
    position: absolute;
    right: 10.2%;
    bottom: 14.8%;
    margin: auto;
    text-align: right;
      width: 25.1%;
  }
  .btn3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 31.1%;
    margin: auto;
    text-align: left;
    width: 80%!important;
  }
  .btn4 {
    position: absolute;
    left: 50%;
    bottom: 3.8%;
    margin: auto;
    text-align: right;
    width: 78.125%;
    transform: translateX(-50%);
  }
  .commission {
      width: 32%;
    position: absolute;
    left: 8%;
    top: 54.9%;
    margin: auto;
    text-align: left;
  }
  .header li:first-child {
    float: left;
  }
  .btn-list {
    position: absolute;
    right: 12%;
    bottom: 35.2%;
    margin: auto;
    width: 100%;
    text-align: right;
  }
  .sec-text {
    width: 80%;
    margin: 6.5% auto 8%;
    text-align: center;
  }
  .sec-text ul.text-link{
    margin: 8% auto 0;
    padding: 5% 15%;
    box-sizing: border-box;
    border-radius: 15px;
    border: 5px solid #ffd782;
  }
  .sec-text ul {
    margin: 18px 0 0;
    display: block;
    justify-content: center;
  }
  .sec-text ul li:first-child {
    margin: 0 0 5% 0;
  }
  .sec-text ul li:last-child {
    margin: 2% 0 0 0;
  }
  #potage select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.6em;
      background:#FFF url(../images/arrow.png) 94% center no-repeat;
    line-height: 200%;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    border: 2px solid #CCC;
    margin-bottom: 1%;
    width: 33.4%;
    padding: 3.2% 0;
  }
  #potage select option {
    font-size: 18px;
  }
  .modal {
    display: none;
    background-color: rgba(53, 53, 53, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }
  .modal .rspbody .rspimg {
    max-width: 640px;
    max-height: inherit;
    width: 90%;
    height: auto;
    margin: 3% auto 0;
  }
}
/* IEでプルダウンの三角を削除 */
@media screen\0 {
  #potage select {
    background: none;
  }
}