@charset "utf-8";
.howto_btn {
  margin-top: 30px;
}

.howto_ds, .howto_ps {
  text-align: center;
  margin-top: 5px;
  width: 100%;
  height: 57px;
  float: left;
}

.howto_ds {
  margin-left: 0;
  text-align: center;
}

.howto_ps {
  margin-left: 0;
  text-align: center;
}

.howto_ds img, .howto_ps img {
  width: 95%;
  max-width: 300px;
}

.btn_design a, .btn_price a {
  font-size: small;
  color: #fff;
  font-weight: bold;
}

.howto_ds:hover, .howto_ps:hover {
  cursol: pointer;
  opacity: 0.6;
}


/*
 * モーダル部分
 */

body {
  position: relative;
}


/* モーダルウィンドウのスタイル */

.modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}


/* オーバーレイのスタイル */

.overLay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow: hidden;
}


/* モーダルウィンドウの中身のスタイル */

.modal .inner {
  position: absolute;
  z-index: 10001;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #fff;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  overflow-y: auto;
}

.modal .inner img {
  margin-left: 0px;
  max-width: 450px;
  height: auto;
}

.modal .inner li {
  list-style-type: none;
  counter-increment: number;
  margin-bottom: 20px;
  width: 99%;
  box-sizing: border-box;
  text-align: left;
  padding-left: 10px;
}

.modal .inner li::before {
  content: counter(number) ".";
  margin-right: 10px;
  background-color: #9c0;
  color: #fff;
  padding: 0 5px;
  height: auto;
}

ul:after {
  content: " ";
  display: block;
  clear: both;
}

.modalClose input {
  padding: 5px;
  border-radius: 5px;
  margin-left: 0px;
}

.btn_design a:hover, .btn_price a:hover {
  color: #FFFF00;
}

.text01 {
  width: 100%;
  box-sizing: border-box;
  background: #eee;
  padding: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.text02 {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.category {
  font-size: medium;
  border-bottom: none;
  margin-bottom: 20px;
  clear: both;
  background-color: #eee;
  padding: 10px;
}


.detail {
  width: 132px;
  height: auto;
}

.name {
  font-size: small;
  color: #99CC00;
  font-weight: bold;
  line-height: 120%;
  height: 50px;
}

.btn {
  width: 132px;
  margin-bottom: 10px;
}

.btn_design, .btn_price {
  text-align: center;
  padding: 5px 0;
  margin-top: 5px;
  border-radius: 5px;
}

.btn_design {
  background-color: #a1eaf9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a1eaf9), color-stop(1.00, #00b8c9));
  background: -webkit-linear-gradient(#a1eaf9, #00b8c9);
  background: -moz-linear-gradient(#a1eaf9, #00b8c9);
  background: -o-linear-gradient(#a1eaf9, #00b8c9);
  background: -ms-linear-gradient(#a1eaf9, #00b8c9);
  background: linear-gradient(#a1eaf9, #00b8c9);
}

.btn_price {
  background-color: #fff005;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff005), color-stop(1.00, #ff4800));
  background: -webkit-linear-gradient(#fff005, #ff4800);
  background: -moz-linear-gradient(#fff005, #ff4800);
  background: -o-linear-gradient(#fff005, #ff4800);
  background: -ms-linear-gradient(#fff005, #ff4800);
  background: linear-gradient(#fff005, #ff4800);
}

.btn_design a, .btn_price a {
  font-size: x-small;
  color: #fff;
  font-weight: bold;
}

.btn_design a:hover, .btn_price a:hover {
  color: #FFFF00;
}

.clear {
  clear: both;
}