body {
  background-color: #444444;
  color: #ffffff;
  font-size: 13px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 30px;
}
.header a {
  text-decoration: none;
  color: #f4f5f7;
  font-size: 12px;
  margin-left: 10px;
  border: 1px solid #f4f5f7;
  padding: 5px 10px;
}

.header-list {
  display: flex;
}
.header-title {
  margin-left: 10px;
}
.header-item-box {
  display: flex;
  margin-right: 20%;
}
.site-explanation {
  margin-left: 15px;
  margin-right: 15px;
}
.site-explanation:hover {
  background-color: #ccc;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}
.sample-box {
  display: flex;
  margin-bottom: 10px;
}
.site-explanation {
  border: 1px solid #f2f2f2;
  padding: 10px 15px;
}

.hamburger-menu {
  display: inline-block;
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 20px;
}
.hamburger-menu:hover {
  background-color: #ccc;
  color: #000;
  font-weight: bold;
}

.sample-button {
  padding: 5px;
  margin-left: 5px;
  border: 1px solid #ccc;
  opacity: 0.6;
}
.sample-button:hover {
  opacity: 1;
  cursor: pointer;
}
.host-wrapper {
  display: flex;
}
.host-left {
  width: 80%;
}
.host-right {
  width: 19%;
}

.span {
  color: red;
}

.top {
  display: none;
}
select {
  width: 200px;
  margin-left: 10px;
  margin-bottom: 20px;
}
.bullion {
  font-size: 20px;
}
.valbox {
  display: flex;
}
.valbox > div {
  margin-left: 10px;
}
.user-form {
  margin-bottom: 100px;
}
.cmn-title {
  font-size: 25px;
  margin-left: 10px;
}
.wrapper {
  display: flex;
  /* justify-content: center; */
  /* height: 200px; */
  margin-bottom: 10px;
  width: 100%;
}
.container {
  width: 37%;
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
}
.top-cont {
  /* position: sticky; */
  top: 0;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 2px solid #cccccc;
}
.cont {
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  /* font-size: 14px; */
}

/* 各マスレンジ用最大、最小値入力input。
　入力時はblock */
/* 表示時はflex */
.trout-box {
  /* display: block; */
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.trout-box h3 {
  margin-right: 0;
  width: auto;
}

.hikari-radio {
  opacity: 0;
  position: absolute;
}
.hikari-button-box {
  display: none;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  margin-left: auto;
  border-radius: 10px;
}
.hikari-button {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  opacity: 0.5;
}
.hikari-button:hover {
  cursor: pointer;
  opacity: 1;
}
.hikari-button-box:hover {
  opacity: 1;
  color: #fff;
  cursor: pointer;
}
.hikari-radio:checked + label {
  font-weight: bold;
  opacity: 1;
}

/* 各マス表示エリア
　入力時はnone */
/* 表示時はflex */
.range-box {
  display: flex;
  border: 2px solid #cfcfcf;
  border-radius: 8px;
  /* background-color: #d3d3d3; */
  background-color: #555555;
  /* color: #696969; */
  color: #f2f2f2;
  height: auto;
}

.numform {
  border-radius: 10px;
  width: 80px;
  height: 20px;
  /* height: 30px; */
  /* font-weight: bold; */
  font-size: 16px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.numform::placeholder {
  font-size: 12px;
  color: #ccc;
}

input[type='radio'].hoge {
  opacity: 0;
  position: absolute;
}
.hoge:checked + label {
  background-color: #cef6f5;
  /* border: 1.5px solid #87ceeb; */
  border: 1.5px solid aqua;
  border-radius: 10px;
  color: #000000;
}
.image-change-box {
  display: none;
}
.temperature-select {
  /* margin-left: 5px; */
  margin-right: 5px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1.5px solid #87ceeb;
  border-radius: 10px;
  display: block;
  width: 5%;
  text-align: center;
}
.temperature-select:hover {
  cursor: pointer;
  background-color: #cef6f5;
  color: #000000;
}
.bullion-cont-ttl {
  margin-left: 10px;
  font-size: 25px;
}
.bullion-box {
  display: flex;
  width: 90%;
}
.bullion-cont {
  margin-bottom: 20px;
  border-bottom: 2px solid #cccccc;
  padding-bottom: 20px;
}
.bullion {
  opacity: 0;
  position: absolute;
}
.bullion:checked + label {
  background-color: #ffdab9;
  /* border: 1px solid aqua; */
  border-radius: 10px;
  /* border: 1.5px solid #ff4500; */
  background-color: #cef6f5;
  border: 1.5px solid #87ceeb;
  color: #696969;
  font-weight: bold;
}
.bullion-label {
  margin-left: 15px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  /* border: 1.5px solid #ff4500; */
  border: 1.5px solid #87ceeb;
  border-radius: 10px;
  display: block;
  width: 15%;
  text-align: center;
}
.bullion-label:hover {
  cursor: pointer;
  background-color: #cef6f5;
  border: 1.5px solid #87ceeb;
  /* background-color: #ffdab9; */
  color: #696969;
  font-weight: bold;
}

.play-box-title {
  width: 46%;
  margin-bottom: 5px;
  border-left: 5px solid orange; /*線の設定*/
  padding: 2px 8px; /*余白の設定*/
}
.play-box {
  display: flex;
}

.range-left {
  width: 60%;
  margin-right: 5px;
  border-right: 1px solid #fff;
}
.range-right {
  width: 40%;
}
.ttl {
  margin-left: 10px;
  /* padding-left: 5px; */
  margin-bottom: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
.num-list {
  padding-left: 25px;
  margin-right: 10px;
}
.num-item {
  display: flex;
  padding-top: 3px;
  width: 95%;
  margin-bottom: 2px;
  border-bottom: 2px solid #f2f2f2;

  /* border-bottom: 1px solid #cfcfcf; */
}

/* .num-item:nth-child(2n + 1) {
  /* background-color: #ccc; */
/* padding: 5px; */
/* } */
*/ .num-item span {
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
}
.name {
  width: 20%;
  text-align: center;
}
.kome-box {
  display: flex;
}
.kome {
  font-size: 10px;
  color: red;
}

.calculation-box {
  display: flex;
  justify-content: left;
}

.calculation-item {
  margin-top: 10px;
  padding-left: 5px;
}

.now-box {
  width: 100%;
}

.now-num-form {
  width: 50%;
}

.calculation-button {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.calculation-button:hover {
  cursor: pointer;

  border-bottom: 6px solid gray;
}

.now-num {
  margin-left: 10px;
  padding-left: 5px;
  margin-top: 10px;
}

a {
  text-decoration: none;
}

.des-btn {
  opacity: 0.5;
  border: 3px solid #cccccc;
  border-radius: 10px;
  width: 35%;
  text-align: center;
  margin-right: 40px;
}
.des-link {
  display: block;
  /* font-size: 20px; */
  font-weight: bold;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.des-btn:hover {
  opacity: 1;
  cursor: pointer;
}

.acodion {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #f2f2f2;
}
.ac_cont {
  display: flex;
}
.ac_button {
  margin-left: auto;
  height: auto;
}
.ac_top_nav {
  display: flex;
  padding-bottom: 10px;
  /* justify-content: space-around; */
}
.ac_top_list {
  /* margin-top: 15px; */
  width: 15%;
  margin-left: 15px;
}
.ac_toplist_box {
  display: flex;
}
.ac_toplist_box > input {
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}
.minus-button {
  background-color: #fff;
}
.plus-button {
  background-color: #fff;
}
.minus-button,
.plus-button:hover {
  cursor: pointer;
}
.minus-button:active {
  background-color: #555;
  color: #f2f2f2;
}
.plus-button:active {
  background-color: #555;
  color: #f2f2f2;
}
/* reset */
.ac_button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li,
p {
  margin: 0;
}
/* reset */

.ac_button {
  font-weight: bold;
  background-color: #555555;
  color: #f2f2f2;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 200px;
  line-height: 50px;
}
.ac_button:hover {
  color: #333333;
  background-color: #ccc;
}

.ac_cont_list {
  /* background-color: paleturquoise; */
  /* text-align: center; */
  width: 100%;
  /* 閉じている状態 */
  border-top: 0 white solid;
  padding-top: 0;
  padding-bottom: 0;
  /* 閉じるアニメーション */
  transition: border-top 0.3s ease-out, padding-top 0.3s ease-out,
    padding-bottom 0.3s ease-out;
}
ul.is-open > li {
  /* 開いている状態 */
  border-top: 1px white solid;
  padding-top: 10px;
  padding-bottom: 10px;
  /* 開くアニメーション */
  transition: border-top 0.3s ease-out, padding-top 0.3s ease-out,
    padding-bottom 0.3s ease-out;
}
.ac_cont_list {
  /* 閉じている状態 */
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  /* 閉じるアニメーション */
  transition: line-height 0.3s ease-out, opacity 0.1s linear,
    visibility 0.1s linear;
}
ul.is-open > li {
  /* 開いている状態 */
  line-height: 1.5;
  opacity: 1;
  visibility: visible;
  /* 開くアニメーション */
  transition: line-height 0.3s ease-out, opacity 0.1s linear 0.1s,
    visibility 0.1s linear 0.1s;
}
.num-input {
  text-align: center;
}
.ac-top_text {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.price-box {
  display: flex;
}
.price-num {
  width: 10%;
  margin-right: 5px;
}
.cost_num {
  margin-right: 5px;
  width: 10%;
}

.cost_text {
  margin-left: 5px;
}

.ac_cont_nav {
  height: 0px;
  margin-left: 15px;
}
.price-title {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.cont_ttl {
  font-weight: bold;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.acordion-section {
  color: #555555;
}
.profit {
  /* margin-left: 30px; */
  width: 20%;
  font-size: 18px;
  font-weight: bold;
  padding-top: 25px;
}
.is-hide {
  opacity: 0.05;
}

.wapon-sample-item,
.armor-sample-item,
.tool-sample-item {
  list-style: none;
  margin-right: auto;
  width: 100%;
}

.date-box {
  width: 95%;
  height: auto;
  background-color: #333333;
  margin-left: 10px;
}
.kinds-title {
  font-size: 20px;
  font-weight: bold;
  color: #ccc;
  border: 1px solid #ccc;
}
.kinds-title:hover {
  color: #f1f1f1;
  border: 1px solid #f1f1f1;
  cursor: pointer;
}
.kinds-item {
  height: 30px;
  color: #ccc;
  border: 1px solid #ccc;
  margin: 0;
}
.cmn-date-sample {
  width: 100%;
  height: auto;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1px;
  background-color: #444444;
}
.cmn-sample-item {
  background-color: #f2f2f2;
  color: #444444;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #222222;
  display: flex;
  opacity: 0.7;
}
.cmn-sample-item:hover {
  /* color: #f1f1f1; */
  cursor: pointer;
  opacity: 0.9;
}
.load-button {
  width: 70%;
  margin-left: 5px;
}
.delete-button {
  border: 1px solid #444444;
  color: #444444;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 1%;
  font-size: 14px;
  text-align: center;
  opacity: 0.7;
}
.delete-button:hover {
  opacity: 1;
}
li {
  list-style: none;
}

.is-show {
  display: block;
}

.lst-memo {
  width: 30%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 15px;
  border-radius: 5px;
  text-align: left;
}

/* .container{
  border: 1px solid #CCCCCC;
  width: 300px;
  height: auto;
} */
.form-box {
  display: flex;
}
.storage-key-box {
  display: flex;
}
.storage-load-button {
  height: 50%;
  margin-top: 15px;
  margin-left: 20px;
  background: none;
}
.storage-delete-button {
  height: 50%;
  margin-top: 15px;
  margin-left: 20px;
  background: none;
}
.save-button {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 16%;
  background: none;
  opacity: 0.5;
}
.kinds-wrapper {
  text-align: center;
  margin-bottom: 10px;
}
.kinds-select {
  height: 30px;
  margin-top: 5px;
  padding: 5px 10px;
}
.kinds-select:hover {
  cursor: pointer;
  border: 2px solid #222;
}
.kinds-txt-box {
  color: #222222;
}
.kinds-txt {
  margin-top: 30px;
}
.kinds-txt1 {
  color: red;
  margin-top: 3px;
}
.save-name-box {
  text-align: center;
}
.savename {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
}
button:hover {
  background-color: #555555;
  color: #ffffff;
  cursor: pointer;
}
.kinds-box {
  border: 1px solid #555555;
}

/*  */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.menu-container {
  position: relative;
}

.menu {
  position: fixed;
  top: 0;
  right: -20%;
  width: 20%;
  height: 100%;
  background-color: #333;
  color: white;
  transition: right 0.3s ease;
  overflow-y: auto;
}
.menu.open {
  right: 0;
  z-index: 3;
}
.menu-item {
  border-bottom: 1px solid #444;
}
.menu-header {
  padding: 15px;
  background-color: #444;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.submenu {
  display: none;
  padding: 10px;
}
.submenu li {
  /* padding: 5px 0; */
  border-bottom: 1px solid #ccc;
  display: flex;
}
.lst-delete-button {
  text-align: center;
  margin-left: auto;
  width: 30%;
  color: #222;
  padding-top: 5px;
  padding-bottom: 3px;
  margin-bottom: 2px;
  background-color: #f2f2f2;
  align-self: center;
  /* padding: 3px 5px; */
  opacity: 0.7;
}
.lst-loaditem {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 5px;
  align-content: center;
  opacity: 0.6;
}
.lst-delete-button:hover {
  cursor: pointer;
  opacity: 1;
}
.lst-loaditem:hover {
  /* background-color: #; */
  cursor: pointer;
  font-weight: bold;
  opacity: 1;
}

.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  /* background-color: rgba(30,30,30,0.9); */
  background-color: #222222;
  opacity: 0.7;
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 50%;
  padding: 10px 30px;
  max-height: 80%;
  overflow: auto;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  cursor: pointer;
  padding: 5px 10px;
  /* border: 1px solid #ccc; */
  background-color: #444;
  font-size: 20px;
}

/* 以下ボタンスタイル */

.sample-btn {
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.res-btn {
  opacity: 0.5;
  border: 3px solid #cccccc;
  border-radius: 10px;
  width: 20%;
  margin-left: 40px;
  text-align: center;
}

.res-btn:hover {
  opacity: 1;
  cursor: pointer;
}
.res-btn:active {
  background-color: #777777;
}

.res-link {
  display: block;
  /* font-size: 20px; */
  font-weight: bold;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
}
.reg-button {
  opacity: 0.5;
  border: 3px solid #cccccc;
  border-radius: 10px;
  width: 20%;
  margin-left: 40px;
  text-align: center;
}

.reg-button:hover {
  opacity: 1;
  cursor: pointer;
}
.reg-button:active {
  background-color: #777777;
}
.reg-link {
  display: block;
  /* font-size: 20px; */
  font-weight: bold;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
}
.modal-title {
  color: #222;
  text-align: left;
  margin-bottom: 30px;
}
.kinds-text,
.save-name-txt {
  color: #222;
  margin-bottom: 5px;
  font-weight: bold;
}
.memo-ttl {
  font-size: 16px;
  margin-top: 20px;
  margin-left: 20px;
  font-weight: bold;
}
.memo-span {
  font-size: 14px;
  margin-left: 3px;
  opacity: 0.9;
}
.r-num-list li {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
}
.r-num-button {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 2;
  opacity: 0.5;
  border: 3px solid #cccccc;
  border-radius: 10px;
  margin-left: 40px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.r-num-link {
  font-weight: bold;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
}
.r-num-button:hover {
  opacity: 1;
  cursor: pointer;
}
.r-num-list li {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #222;
  font-size: 18px;
}
.site-explanation-modal {
  color: #222222;
}
.bold-txt {
  font-weight: bold;
}
.site-exp-text {
  margin-top: 20px;
  margin-bottom: 10px;
}
.site-exp-redtxt {
  color: red;
}
.site-explanation-modal-item {
  font-weight: bold;
  font-size: 16px;
}
.site-explanation-txt {
  margin-bottom: 20px;
}
.site-exp-item-text {
  list-style: disc;
  margin-left: 5px;
  margin-bottom: 5px;
}
.hamburger-close-button {
  display: none;
}
/* .openmodal {
  padding: 10px;
  background-color: #444444;
  color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  margin-left: 10px;
  margin-top: 10px;
}
.openmodal:hover{
  cursor: pointer;
  background-color: #777777;
} */
.precautions {
  border: 1px solid #f2f2f2;
  padding: 10px 15px;
}
.precautions:hover {
  background-color: #ccc;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}
.precautions-contents {
  color: #444444;
  font-size: 14px;
  line-height: 1.7;
}
.pre-cont-title {
  border-bottom: 1px solid #444444;
}
.pre-cont-span {
  font-size: 26px;
}
.pre-cont-div:nth-child(n + 2) {
  margin-top: 10px;
}
.pre-cont6 {
  margin-bottom: 20px;
}
.sp-item-box {
  display: none;
}
.image-change-box {
  display: none;
}
/* ------------------------ SP ----------------------------------------- */

@media screen and (max-width: 1055px) {
  .selector-temperature option {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .wrapper {
    display: block;
    width: 100%;
    font-size: 12px;
  }
  .header-item-box {
    margin-right: 5px;
  }
  .kome {
    margin: 0px;
    font-size: 10px;
  }
  .bullion-label {
    width: 18%;
  }
  .container {
    width: 95%;
  }
  .trout-box {
    display: flex;
  }
  .num-item {
    display: block;
    /* margin-bottom: 7px; */
  }
  .image-change-box {
    display: block;
  }
  .image-change-title {
    margin-left: 10px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .image-change-link-box {
    display: flex;
  }
  .image-change-link-sp {
    display: block;
    width: 20%;
    text-align: center;
    text-decoration: none;
    color: #f4f5f7;
    font-size: 12px;
    margin-left: 10px;
    border: 1px solid #f4f5f7;
    padding: 5px 10px;
  }

  /* .sp-none {
    display: none;
  } */
  .slightly-num {
    width: 100%;
  }
  .now-box {
    display: flex;
    width: 100%;
    align-items: center;
  }

  .num-item {
    display: flex;
    /* border-bottom: 1px solid #cfcfcf; */
  }
  .lst-memo {
    width: 50%;
  }
  .num-item span {
    /* margin-bottom: 5px; */
    margin-right: 5px;
    margin-left: 5px;
  }
  .name {
    width: 25%;
  }
  input.numform {
    width: 25%;
  }
  .numform::placeholder {
    font-size: 10px;
  }
  .now-num-form {
    width: 50%;
    margin-bottom: 8px;
  }
  .masu-box {
    width: 50%;
  }

  .calculation-button {
    margin-bottom: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
    height: auto;
    margin-left: 5px;
  }
  .calculation-box {
    display: block;
  }
  .calculation-item {
    font-size: 14px;
    margin-left: 5px;
  }

  /* samplebtn */

  .des-btn {
    opacity: 0.5;
    /* background-color: #000000; */
    border: 3px solid #cccccc;
    border-radius: 10px;
    width: 45%;
    text-align: center;
  }
  .des-link {
    display: block;
    /* font-size: 20px; */
    font-weight: bold;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .res-btn {
    opacity: 0.5;
    /* background-color: #000000; */
    border: 3px solid #cccccc;
    border-radius: 10px;
    width: 35%;
    text-align: center;
  }
  .des-btn:hover {
    opacity: 1;
  }
  .res-btn:hover {
    opacity: 1;
  }

  .res-link {
    display: block;
    font-weight: bold;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .res-btn {
    width: 30%;
    opacity: 1;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
  .reg-button {
    width: 30%;
    margin-top: 20px;
    opacity: 1;
  }
  .reg-link {
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sp-item-box {
    display: none;
  }
  .image-change-box {
    display: none;
  }
}

@media screen and (max-width: 790px) {
  .top-cont {
    display: none;
  }
  .top {
    display: flex;
    height: auto;
    padding-top: 20px;
    font-size: 16px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #555555;
    border-bottom: 1px solid #fff;
    color: #ffffff;
    align-items: center;
    z-index: 2;
    text-align: center;
  }
  .top > span {
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .sp-hamburger {
    font-size: 12px;
    width: 20%;
    padding: 5px 0px;
    margin-bottom: 20px;
    margin-left: 30px;
  }
  .selector-temperature {
    width: 35%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .image-change-box {
    display: block;
  }
  .image-change-title {
    margin-left: 10px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .image-change-link-box {
    display: flex;
  }
  .image-change-link-sp {
    display: block;
    width: 20%;
    text-align: center;
    text-decoration: none;
    color: #f4f5f7;
    font-size: 12px;
    margin-left: 10px;
    border: 1px solid #f4f5f7;
    padding: 5px 10px;
  }
  .bullion-box {
    display: block;
  }
  .bullion-cont {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
  .bullion-label {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .cmn-title {
    margin-left: 10px;
  }
  .sample-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .des-btn {
    margin-right: auto;
    margin-left: auto;
    width: 75%;
    opacity: 1;
  }
  .des-link {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .res-btn {
    width: 70%;
    opacity: 1;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
  .hikari-button-box {
    font-size: 10px;
    width: 22%;
    text-align: center;
    margin-top: 10px;
  }
  .numform {
    margin-left: 5px;
    margin-right: 5px;
  }
  .nijiiro {
    display: none;
  }
  .res-btn:active {
    background-color: #f2f2f2;
    color: #555555;
  }
  .acordion-section {
    display: none;
  }
  .hamburger-close-button {
    display: block;
    margin-top: 90%;
    border: 1px solid #cccccc;
    width: 20%;
    text-align: center;
    padding: 15px 20px;
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .menu.open {
    width: 100%;
  }
  .lst-memo {
    width: 90%;
  }
  .sample-btn {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .res-btn {
    width: 40%;
  }
  .res-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .reg-button {
    width: 40%;
    margin-top: 20px;
    opacity: 1;
  }
  .reg-link {
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-title,
  .site-explanation-cont {
    display: none;
  }
  .bullion-cont {
    margin-top: 70px;
  }
  .save-button {
    width: 50%;
  }
  .modalWrapper {
    max-width: 70%;
  }
  .r-num-list li {
    font-size: 14px;
  }
  .r-num-button {
    bottom: 30px;
    opacity: 1;
  }
  .precautions {
    display: none;
  }
  .sp-item-box {
    display: flex;
    margin-left: auto;
    margin-bottom: 15px;
    justify-content: center;
  }
  .sp-item {
    display: block;
  }
}
