@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
*/
table {
  width: 100%;
  margin: 0;
}
table#result {
  border-collapse: collapse;
}
table#result th, table#result td {
  padding: 0.5em;
  text-align: center;
  border: 1px solid white;
}
table#result tr:nth-child(2n+1) {
  background-color: yellowgreen;
}
table#result th {
  color: white;
  background-color: green;
  font-weight: bold;
}
table#result td {
  font-size: 0.9em;
}
table#result td:first-child {
  width: 100px;
}
table#result td:nth-child(2) {
  width: 130px;
}
table#result td:nth-child(3) {
  width: 200px;
}
table#result td:nth-child(4) {
  padding-left: 1em;
  padding-right: 1em;
  text-align: left;
}
table#result td:nth-child(5) {
  width: 100px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  table#result th:first-child, table#result td:first-child {
    display: none;
  }
}
div#content-bottom {
  background-color: #D83131;
  margin-bottom: 0;
  padding: 1em;
}
div#content-bottom h2 {
  display: none;
}

/* アクセス情報表示 */
div#accessinfo h3 {
  font-size: 1em;
}
div#accessinfo div.storeinfo-frame {
  background-color: white;
  margin-bottom: 20px;
  border-radius: 10px;
}
div#accessinfo .storeinfo {
  background-color: white;
  padding: 1em;
  border-radius: 10px;
  display: flex;
}
div#accessinfo .storeinfo > div {
  margin-right: 1em;
}
div#accessinfo .storeinfo > div img {
  border-radius: 5px;
}
div#accessinfo .storeinfo:nth-child(2) {
  margin-bottom: 0;
}
div#accessinfo dl {
  font-size: 0.8em;
  margin-right: 1em;
}
div#accessinfo iframe {
  width: 100%;
}
div#accessinfo div.sns-icon {
  display: flex;
  justify-content: space-between;
}

footer#footer {
  margin-top: 0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  /* アクセス情報 */
  div#accessinfo .storeinfo {
    display: block;
  }
  div#accessinfo .storeinfo > div {
    margin-right: 0;
    margin-bottom: 1em;
  }
  div#accessinfo .storeinfo > div img {
    display: none;
  }
  footer#footer {
    padding-bottom: 100px;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
.home.page .widget-entry-card-content {
  margin: 0;
}
.home.page .new-entry-cards figure {
  display: none;
}
.home.page .new-entry-card-date {
  display: block;
}
.home.page .post-update {
  display: none;
}
.home.page .new-entry-card-content {
  direction: rtl;
  display: flex;
  justify-content: flex-end;
}
.home.page .new-entry-card-content div {
  direction: ltr;
}

#howtopattern {
  margin-top: 1em;
  padding: 1em;
  justify-content: space-between;
}
#howtopattern a {
  width: 22%;
  transition: 0.2s;
  border-radius: 5px;
  display: inline-block;
}
#howtopattern a:hover {
  width: 23%;
  background-color: rgba(220, 20, 60, 0.24);
}
#howtopattern a img {
  width: 100%;
  border-radius: 5px;
}

div#slider img {
  width: 100%;
}

.slider2 {
  margin-top: 1em;
  padding: 1em;
  height: 460px;
}
.slider2 .swiper-slide {
  height: 400px;
  border: 1px solid darkgray;
  padding: 5px;
  text-align: left;
}
.slider2 .swiper-slide div.store {
  margin: 10px 0;
  justify-content: space-between;
}
.slider2 .swiper-slide div.store span {
  padding: 5px 10px;
  border-radius: 5px;
}
.slider2 .swiper-slide div.store span.gyotoku {
  background-color: #F4BD03;
}
.slider2 .swiper-slide div.store span.noda {
  color: white;
  background-color: green;
}
.slider2 .swiper-slide div.photo {
  height: 200px;
  margin-bottom: 5px;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat; /* 背景の繰り返し設定 */
  background-position: center;
}
.slider2 .swiper-slide div.explanation {
  font-size: 0.8em;
  text-align: left !important;
}
.slider2 .swiper-slide img {
  width: 100%;
}
.slider2 .swiper-slide ul {
  margin-bottom: 5px;
  padding-left: 0px;
}
.slider2 .swiper-slide ul li {
  min-width: 5em;
  font-size: 0.8em;
  text-align: center;
  display: inline-block;
  border: 1px solid black;
  border-radius: 5px;
  margin-right: 5px;
  padding: 5px;
}
.slider2 .swiper-slide ul li.nouse {
  color: black;
  background-color: white;
}
.slider2 .swiper-slide ul li.used {
  color: #F4BD03;
  background-color: white;
  border-color: #F4BD03;
}
.slider2 .swiper-slide ul li.jank {
  color: orangered;
  background-color: white;
  border-color: orangered;
}
.slider2 .swiper-slide ul li.janre {
  color: green;
  border-color: green;
}

span.swiper-pagination-bullet-active {
  background-color: green;
}

div.readmore {
  text-align: center;
}

.home.page div#content-top {
  width: 100%;
  margin: 0;
}
.home.page div#content-top div#content-top-in {
  width: 100%;
  margin: 0;
  text-align: center;
}
.home.page div#content-top div#content-top-in h2 {
  display: none;
}
.home.page div#content-top div#content-top-in img {
  width: 100%;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
.flow {
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  text-align: justify;
}
.flow dl {
  width: 50%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.flow dl:nth-child(2n+1) {
  border-left: dotted 3px rgb(70, 70, 70);
  border-bottom: dotted 3px rgb(70, 70, 70);
  border-radius: 10px;
}
.flow dl:last-of-type {
  border: none;
}
.flow dl.full {
  width: 100%;
  border-left: dotted 3px rgb(70, 70, 70);
  border-bottom: none;
}
.flow dl.full:last-of-type {
  border: none;
}
.flow dl.full img {
  width: 100%;
}
.flow dl dt {
  width: 50px;
  text-align: center;
  margin-top: -25px;
  margin-left: -25px;
}
.flow dl dt span {
  font-size: 20px;
  width: 50px;
  height: 50px;
  background-color: white;
  display: table-cell;
  vertical-align: middle;
  border: 3px solid rgb(70, 70, 70);
  border-radius: 50%;
}
.flow dl dd {
  padding: 1em;
  padding-bottom: 3em;
}
.flow .blank {
  width: 50%;
  text-align: center;
  padding: 2em;
}
.flow .blank img {
  width: 80%;
  max-width: 250px;
}
.flow .dot {
  border-right: dotted 3px rgb(70, 70, 70);
  border-bottom: dotted 3px rgb(70, 70, 70);
  border-radius: 10px;
}
.flow h3 {
  font-size: 1.1em;
  font-weight: bold;
  color: rgb(36, 36, 36);
  margin-top: 0;
}
.flow ul {
  margin-left: 2em;
}

div#howto_line img.devide {
  width: 24%;
  margin: 0;
  padding: 0;
}

div#recruit h4 {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: underline;
}
div#recruit ul {
  margin-left: 1em;
}
div#recruit table, div#recruit th, div#recruit td {
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: normal;
  background-color: white;
  border: none;
  vertical-align: top;
}
div#recruit th {
  min-width: 4em;
}
div#recruit table {
  margin-left: 2em;
  margin-bottom: 2em;
}
div#recruit table th {
  min-width: 5.5em;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  .flow div {
    display: none;
  }
  .flow dl {
    width: 100%;
  }
  .flow dl:nth-child(2n) {
    flex-direction: row-reverse;
    border-right: dotted 3px rgb(70, 70, 70);
    border-bottom: dotted 3px rgb(70, 70, 70);
    border-radius: 10px;
  }
  .flow dl:nth-child(2n) dt {
    margin-left: 0;
    margin-right: -25px;
  }
  .flow dl:last-of-type {
    border: none;
  }
  .flow dl.full {
    flex-direction: row;
    border-right: none;
    border-bottom: none;
  }
  .flow dl.full:nth-child(2n) dt {
    margin-left: -25px;
    margin-right: 0;
  }
  div#howto_line img.devide {
    width: 100%;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
div#inquiry dl {
  width: 100%;
  display: flex;
}
div#inquiry dl dt {
  width: 12em;
}
div#inquiry dl dt span {
  font-size: 0.9em;
  color: white;
  background-color: red;
  line-height: 1.2em;
  margin-right: 5px;
  padding: 0 10px;
  border-radius: 5px;
}
div#inquiry dl dd {
  width: calc(100% - 12em);
}
div#inquiry div#decision {
  display: flex;
  justify-content: center;
}
div#inquiry div#decision input {
  color: white;
  background-color: green;
  font-size: 18px;
  font-weight: normal;
  width: 150px;
  margin: 0 0.5em;
  color: white;
  border: none;
  border-radius: 5px;
  background-color: green;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  div#inquiry dl {
    display: block;
  }
  div#inquiry dl dt {
    width: 100%;
  }
  div#inquiry dl dd {
    margin: 0;
    width: 100%;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
*/
div#performance {
  margin-top: 1em;
  padding: 1em;
  justify-content: space-between;
}
div#performance .rs-iteminfo {
  width: 30%;
  border: 1px solid darkgray;
  margin-bottom: 16px;
  padding: 16px;
  text-align: left;
}
div#performance .rs-iteminfo div.store {
  margin: 10px 0;
  justify-content: space-between;
}
div#performance .rs-iteminfo div.store span {
  padding: 5px 10px;
  border-radius: 5px;
}
div#performance .rs-iteminfo div.store span.gyotoku {
  background-color: #F4BD03;
}
div#performance .rs-iteminfo div.store span.noda {
  color: white;
  background-color: green;
  box-shadow: 1px 1px 1px #F4BD03;
}
div#performance .rs-iteminfo div.photo {
  height: 200px;
  margin-bottom: 5px;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat; /* 背景の繰り返し設定 */
  background-position: center;
}
div#performance .rs-iteminfo div.explanation {
  font-size: 0.8em;
  text-align: left !important;
}
div#performance .rs-iteminfo img {
  width: 100%;
}
div#performance .rs-iteminfo ul {
  margin-bottom: 5px;
  padding-left: 0px;
}
div#performance .rs-iteminfo ul li {
  min-width: 5em;
  font-size: 0.8em;
  text-align: center;
  display: inline-block;
  border: 1px solid black;
  border-radius: 5px;
  margin-right: 5px;
  padding: 5px;
}
div#performance .rs-iteminfo ul li.nouse {
  color: black;
  background-color: white;
}
div#performance .rs-iteminfo ul li.used {
  color: #F4BD03;
  background-color: white;
  border-color: #F4BD03;
}
div#performance .rs-iteminfo ul li.jank {
  color: orangered;
  background-color: white;
  border-color: orangered;
}
div#performance .rs-iteminfo ul li.janre {
  color: green;
  border-color: green;
}

div.readmore {
  text-align: center;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  div#performance .rs-iteminfo {
    width: 45%;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  div#performance .rs-iteminfo {
    width: 100%;
  }
}
.liner-yellow {
  padding: 0 0.3em 0 0.3em;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.liner-pink {
  padding: 0 0.3em 0 0.3em;
  background: linear-gradient(transparent 60%, #f6c 60%);
}

.liner-blue {
  padding: 0 0.3em 0 0.3em;
  background: linear-gradient(transparent 60%, #6cf 60%);
}

.liner-green {
  padding: 0 0.3em 0 0.3em;
  background: linear-gradient(transparent 60%, #6f6 60%);
}

h2.gorilla {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em 0;
  background-color: white;
  position: relative;
  line-height: 3em;
  padding-left: 4em;
}
h2.gorilla::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 3em;
  height: 3em;
  margin: 0 0.5em;
  background: url(../../../wp-content/uploads/2020/09/gorilla.jpg) no-repeat;
  background-size: contain;
}
h2.banana {
  color: white;
  background-color: #D83131;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em 1em;
  position: relative;
  line-height: 2em;
  padding-left: 3em;
}
h2.banana::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  margin: 0 0.5em;
  background: url(../../../wp-content/uploads/2020/09/banana.png) no-repeat;
  background-size: contain;
}

.button {
  min-width: 300px;
  color: white;
  background-color: green;
  font-weight: bold;
  line-height: 3em;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.button:hover, .button:active, .button:visited {
  color: white;
}

.contact-phone {
  padding: 2em;
  border: 1px solid lightgray;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
}
.contact-phone.rs_container {
  justify-content: space-between;
}
.contact-phone.rs_container > div {
  align-self: flex-end;
}
.contact-phone .phone {
  color: green;
  font-size: 1.5em;
  line-height: 1.2em;
  text-shadow: 1px 1px 1px black;
}
.contact-phone .button {
  padding: 0 10px;
}

div.rs_container {
  display: flex;
  flex-wrap: wrap;
}

header#header div.tag-line {
  display: none;
}
header#header div.logo-image {
  padding: 0;
}

/* 固定ページ設定 */
.page .entry-title,
.page .sns-share,
.page .sns-follow,
.page .date-tags,
.page .author-info {
  display: none;
}

.footer-mobile {
  padding: 0;
}

.widget-footer-mobile-title {
  display: none;
}

#button-menu {
  width: 100%;
  background-color: #333;
  color: #fff;
  padding: 10px 0;
  opacity: 0.8;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#button-menu a {
  margin: 0 0.5em;
  padding: 10px;
  text-decoration: none;
  border: 2px solid white;
  border-radius: 5px;
  display: inline-block;
}
#button-menu a:hover, #button-menu a:active, #button-menu a:visited {
  color: white;
}
#button-menu a i {
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: white;
  margin: 0 10px;
  display: inline-block;
}

/* サイドバー段落表示 */
.sidebar h3 {
  color: white;
  background-color: #D83131;
}

form#condition {
  background-color: #F4BD03;
  padding: 2em;
  text-align: center;
}
form#condition .rs_container {
  margin-bottom: 1em;
}
form#condition .rs_container > div {
  min-width: calc(20% - 1em);
  margin-right: 1em;
}
form#condition .rs_container > div:last-child {
  min-width: 60%;
  margin-right: 0;
}
form#condition .rs_container > div div {
  color: white;
  background-color: green;
  font-weight: bold;
  line-height: 2em;
  border-radius: 5px 5px 0 0;
}
form#condition .rs_container select, form#condition .rs_container input {
  width: 100%;
  height: 50px;
}
form#condition .rs_container input {
  padding-left: 1em;
}
form#condition input[type=submit] {
  width: 300px;
  color: white;
  font-size: 18px;
  padding: 0;
  background-color: green;
  font-weight: bold;
  line-height: 3em;
  border: none;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
}

.cat-label-2 {
  background-color: orange;
  opacity: 0.7;
}

.cat-label-3 {
  background-color: #D83131;
  opacity: 0.7;
}

.cat-link-2 {
  background-color: orange;
}

.cat-link-3 {
  background-color: #D83131;
}

.cat-link-60 {
  background-color: #FF0033;
}

@font-face {
  /*フォントの名前*/
  font-family: "dseg7";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("fonts/DSEG7Modern-Bold.woff2") format("woff2"), url("fonts/DSEG7Modern-Bold.woff") format("woff");
}
@font-face {
  /*フォントの名前*/
  font-family: "dseg14";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("fonts/DSEG14Modern-Bold.woff2") format("woff2"), url("fonts/DSEG14Modern-Bold.woff") format("woff");
}
.dseg7 {
  font-family: "dseg7";
  font-size: 48px;
  color: #333;
}

.dseg14 {
  font-family: "dseg14";
  font-size: 32px;
  color: #333;
}

.article #priceinfo {
  color: #333;
  background-color: #f0f0f0;
  padding: 1em;
}
.article #priceinfo h3, .article #priceinfo h4, .article #priceinfo h5 {
  margin: 0;
  padding: 0;
  border: none;
}
.article #priceinfo h3 {
  margin-bottom: 1em;
}
.article #priceinfo h4 {
  border-bottom: 3px double #333;
}

.navi-footer-in a:hover {
  color: #333 !important;
}

#cableprice, #paircoilprice {
  color: black;
  display: flex;
  flex-wrap: wrap;
}
#cableprice > div, #paircoilprice > div {
  margin: 1em;
}
#cableprice dd, #paircoilprice dd {
  font-family: "dseg7";
  font-size: 20px;
}
#cableprice dd span:first-of-type, #paircoilprice dd span:first-of-type {
  color: rgba(169, 169, 169, 0.3);
  position: absolute;
}
#cableprice dd span:first-of-type::before, #paircoilprice dd span:first-of-type::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  margin-top: 5px;
  margin-left: -35px;
  background-image: url(https://rerise.shop/wp-content/uploads/2021/05/up_2.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#cableprice dd span:nth-of-type(2), #paircoilprice dd span:nth-of-type(2) {
  position: relative;
}

#power-buy-title {
  background-image: url("https://rerise.shop/wp-content/uploads/2021/06/jungle.jpg");
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#power-buy-title img {
  width: 200px;
  margin-right: 3em;
}
#power-buy-title h1 {
  color: white;
  font-size: 70px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  background-color: transparent;
  display: inline-block;
}

.power-buy * {
  box-sizing: border-box;
}
.power-buy .frame > div {
  width: 250px;
  height: 404px;
  padding: 1em 0 0 0;
  margin: 1em;
  margin-bottom: 60px;
}
.power-buy .frame .image {
  border: 1px solid rgb(212, 212, 212);
  box-shadow: 2px 2px 5px;
  position: absolute;
}
.power-buy .frame .image img {
  width: 100%;
}
.power-buy .frame .description {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.power-buy .frame .description h2, .power-buy .frame .description h3 {
  margin: 0;
  padding: 0;
}
.power-buy .frame .description h2 {
  font-size: 32px;
  font-weight: normal;
  margin-top: 16px;
  padding: 0;
  background-color: transparent;
}
.power-buy .frame .description h3 {
  font-size: 20px;
  border: none;
  text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff; /* 文字の影 */
}
.power-buy .frame .description strong {
  font-size: 20px;
  font-weight: normal;
  text-shadow: #FC0 1px 0 5px;
}
.power-buy .frame .description em {
  color: red;
  font-family: "dseg7";
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.1em;
  text-shadow: 1px 1px 0px #ffe600, -1px 1px 0px #ffe600, 1px -1px 0px #ffe600, -1px -1px 0px #ffe600, 1px 0px 0px #ffe600, 0px 1px 0px #ffe600, -1px 0px 0px #ffe600, 0px -1px 0px #ffe600; /* 文字の影 */
}

#item-spec table {
  width: 100%;
}
#item-spec table tr td:nth-child(1) {
  width: 30%;
  max-width: 10em;
}
#item-spec table tr td:nth-child(2) {
  min-width: 2em;
}

#antivirus {
  color: white;
  text-align: center;
  background-color: #D83131;
}
#antivirus a:link, #antivirus a:visited, #antivirus a:hover, #antivirus a:active, #antivirus a:focus {
  color: white;
}

.purchase_container {
  width: 100%;
  margin: 0 auto;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  overflow-x: scroll;
}
.purchase_container figure {
  width: 150px;
  font-size: 14px;
  margin: 0 10px;
  flex-shrink: 0;
}
.purchase_container dt {
  font-weight: bold;
}
.purchase_container dd {
  margin: 0;
  margin-left: 1em;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1174px以下*/
@media screen and (max-width: 1174px) {
  /*必要ならばここにコードを書く*/
  form#condition {
    padding: 1em;
  }
  form#condition .rs_container {
    justify-content: space-between;
  }
  form#condition .rs_container > div {
    margin-right: 0;
    margin-bottom: 1em;
    min-width: calc(50% - 0.5em);
  }
  form#condition .rs_container > div:last-child {
    min-width: 100%;
    margin-bottom: 0;
  }
  #power-buy-title h1 {
    font-size: 42px;
  }
}
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
  #power-buy-title h1 {
    font-size: 36px;
  }
  #power-buy-title img {
    width: 100px;
  }
}
.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 5px;
}

#line-tag {
  padding: 5px;
  background-color: white;
  border: 1px solid #333;
  border-right: none;
  border-radius: 10px 0 0 10px;
  position: fixed;
  right: 0;
  bottom: 145px;
  overflow: hidden;
  z-index: 998;
}
#line-tag label {
  display: flex;
  align-items: flex-start;
  margin-right: -160px;
  transition: margin-right 0.3s ease;
}
#line-tag label img {
  width: 40px;
}
#line-tag label ul li {
  list-style-type: none;
  padding: 10px;
}
#line-tag label ul li img {
  width: 100%;
}
#line-tag #line-tag-toggle {
  display: none;
}
#line-tag #line-tag-toggle:checked ~ label {
  margin-right: 0;
}

@keyframes fadeInUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
nav#contact-information {
  display: none;
  width: 100%;
  padding: 10px 0;
  bottom: 0;
  left: 0;
  background-color: #333;
  position: fixed;
  z-index: 1000;
}
nav#contact-information a, nav#contact-information a:visited, nav#contact-information a:hover, nav#contact-information a:active {
  text-decoration: none;
  color: white;
}
nav#contact-information input#contact-button-toggle {
  display: none;
}
nav#contact-information #contact-button {
  line-height: 40px;
  text-align: center;
  position: relative;
  margin: auto;
  width: 250px;
  z-index: 1001;
}
nav#contact-information #contact-button label {
  display: block;
  box-sizing: border-box;
  height: 40px;
  border: 2px solid white;
  border-radius: 24px;
}
nav#contact-information #contact-button label span:after {
  content: "お問い合せ";
  padding: 0 0 0 24px;
  color: white;
}
nav#contact-information #contact-button label i {
  position: absolute;
  color: white;
  font-size: 32px;
  top: 3px;
  left: 5px;
  transition: 0.2s;
  z-index: 1001;
}
nav#contact-information #contact-navigation-mask {
  display: none;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  padding: 80px 0 0 0;
  transition: opacity 0.3s ease-in-out;
  list-style-type: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #333;
  overflow-y: scroll;
}
nav#contact-information #contact-navigation-mask li {
  margin: 10px;
  padding: 10px;
  border: 1px solid white;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
nav#contact-information #contact-navigation-mask li:first-of-type {
  color: #333;
  background-color: white;
}
nav#contact-information #contact-navigation-mask li:last-of-type {
  border: none;
}
nav#contact-information #contact-navigation-mask li i {
  color: green;
  padding: 10px;
  border-radius: 25px;
  background-color: white;
  margin-right: 10px;
}
nav#contact-information #contact-navigation-mask li a {
  line-height: 2.8em;
}

/*834px以下*/
@media screen and (max-width: 834px) {
  nav#contact-information {
    display: block;
  }
  nav#contact-information input#contact-button-toggle:checked ~ #contact-button label, nav#contact-information input#contact-button-toggle:checked ~ #contact-button label span::after {
    color: orange;
    border-color: orange;
  }
  nav#contact-information input#contact-button-toggle:checked ~ #contact-button label span::after {
    content: "非表示";
    padding: 0 8px 0 0;
  }
  nav#contact-information input#contact-button-toggle:checked ~ #contact-button label i {
    color: orange;
    transform: translateX(210px);
  }
  nav#contact-information input#contact-button-toggle:checked ~ #contact-navigation-mask {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #header-in {
    display: none;
  }
  #power-buy .frame > div {
    width: 90%;
    height: 650px;
  }
}
@media screen and (max-width: 550px) {
  #power-buy .frame > div {
    height: 580px;
  }
  #power-buy-title h1 {
    font-size: 30px;
  }
  #power-buy-title img {
    display: none;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  form#condition .rs_container > div {
    min-width: 100%;
  }
  #power-buy .frame > div {
    height: 520px;
  }
}
@media screen and (max-width: 400px) {
  #power-buy .frame > div {
    height: 420px;
  }
}