@charset "UTF-8";

.content {
  margin-top: 0;
}

.wrap {
  width: 100%;
}

.main {
  padding: 0 !important;
  border: none;
}

.entry-title {
  margin: 20px auto;
  text-align: center;
}

.entry-content {
  width: 90%;
  margin: auto;
}

.entry-header {
  margin-top: 60px;
}

.entry-title {
  font-size: 1.4em;
  letter-spacing: 0.2em;
  padding: 0.5em;
  border-bottom: solid 2px #fbb03b;
  border-top: solid 1px #fbb03b;
  color: #287f34;
}

.toc {
  border: 1px solid #287f34;
  padding: 1em 1.3em;
  display: table;
}

.askms-page .register_status, .register_links {
  font-size: 0.8em;
  text-align: right;
}
.askms-page .register_links li {
  list-style-type: none;
}

#top {
  width: 100%;
  background-image: url(img/top-background.jpg);
  background-size: cover;
}
.top {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 100px 40px 0 40px;
  justify-content: space-between;
}
.top_left {
  width: calc(100% / 2);
  margin: auto;
}
.top_left ul {
  list-style: none;
  padding-left: 10px;
}
.top_left_box {
  border:  border:1px solid #fbb03b;
  border-radius: 10px;
  background: #fff;
  padding: 5px;
  opacity: 0.7;
}
.top_right {
  width: calc(100% / 2);
  text-align: center;
}
.top_right_bottom {
}
.top_right img {
  width: 60%;
  height: auto;
}

#top-step {
  width: 100%;
  background-color: #fbeeda;
  padding: 30px 0;
}
.top-step {
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif; 
}
.top-step h2 {
  font-size: 33px;
  color: #fbb03b;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 50px;
}
.top-step ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.top-step ul li .step {
  background: #fbb03b;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  width: 100%;
  height: 140px;
  text-align: center;
}
.top-step ul li {
  width: 256px;
}
.top-step .step .number {
  font-size: 1.5em;
  margin-bottom: 0px;
}
.title.single {
  line-height: 3;
}
.top-step ul li p {
  padding: 10px;
  height: 190px;
}
.button_step {
  font-weight: bold;
  background-color: #287f34;
  border-radius: 10px;
  color: #fff;
  display: block;
  padding: 5px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin: 10px auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.button_step:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

#top-news {
  width: 100%;
  padding: 40px 0;
  background: #f9f9f9;
}
.top-news {
  padding: 30px;
  margin: auto;
  max-width: 900px;
  border-radius: 15px;
  border: solid 2px #fbb03b;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  font-family: 'Poppins', sans-serif; 
}
.top-news h2 {
  font-size: 30px;
  color: #287f34;
  font-weight: 600;
  text-align: center;
  margin: 40px 0;
}
.insta_news {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}
.insta_news:hover {
  background-color: #f7f7f7;
}
.news_date {
  color: #666;
  font-size: 14px;
}
.news_title {
  padding-left: 1.5em;
}
.news_title a {
  color: #287f34;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.news_title a:hover {
  opacity: 0.7;
}
.news_btn {
  text-align: center;
}
.news_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #287f34;
  color: #fff;
  font-size: 15px;
  padding: 8px 25px;
  margin-top: 10px;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.news_btn a:hover {
  background-color: #1f6a29;
}

.page-info {
  max-width: 1200px;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto;
}
.page-info p {
  text-align: center;
}

/* 投稿ページ共通 */
.post-page {
  width: 90%;
  margin: auto;
}
.eye-catch-wrap {
  display: none;
}
.post-page img {
  border: solid 1px #333;
}
.post-page h1 {
  margin: 20px 0;
  padding: 10px 0;
  background: #287f34;
  color: #fff;
  text-align: center;
  font-size: 1.2em;  
}
.post-page h2 {
  text-align: left;
  font-size: 1.1em;
  color: #725328;
  margin: 10px 0;
  padding: 4px 15px;
  border-left: solid 6px #287f34;
  color: #000000;
  font-size: 1em;
  background-color: #eee;
  letter-spacing: 0.3em;
}
/* コードコピーエリア */
.copy-area {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding 10px 5px;
}
.copy-area-top {
  width: 100%;
  text-align: right;
}
.copy-area button::before {
}

/* 固定ページ全体 */
.askms-page {
  width: 90%;
  margin: auto;
}
.askms-page h1 {
  margin: 20px 0;
  padding: 10px 0;
  background: #287f34;
  color: #fff;
  text-align: center;
  font-size: 1.2em;  
}
.posts-not-found {
  width: 90%;
  margin: auto;
  text-align: center;
}

/* 技術情報ページ */
ul.tec {
  padding: 0.5em;
  list-style-type: none;
}
ul.tec li {
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom:5px;
  border-bottom: 1px solid #fbb03b;
}
ul.tec li:after,
ul.tec li:before{
  content:'';
  position: absolute;
  border-radius: 50%;
}
ul.tec li:before {
  top: 50%;
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: #fbb03b;
  transform: translateY(-50%);
}
ul.tec li:after {
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: #287f34;
}

/* 料金ページ */
.price {
  width: 90%;
  margin: auto;
}
.price .tablepress thead th,
.price .tablepress tbody tr:first-child td,
.price .tablepress tbody td,
.price .tablepress tfoot th {
	border: 1px solid #333 !important;
}
.price .tablepress thead th {
  text-align: center;
  background: #287f34;
  color: #fff;
}
.price .tablepress tr:first-child td {
  width: 70%;
}
.price h2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  color: #287f34;
  background-color: #fff;
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 0;
}
.price h2::after {
  margin-left: 0.9em;
}
.price h2::before {
  margin-right: 0.9em;
}
.price h2::before, .price h2::after {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #287f34;
  content: "";
}

/* マイページ */
.my-order {
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}
.my-order table th {
  background-color: #fbb03b;
  color: #fff;
}
.my-order input[type=submit] {
  font-weight: bold;
  background-color: #287f34;
  border-radius: 10px;
  color: #fff;
  display: block;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin: 10px auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.my-order input[type=submit]:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
}
.status {
  margin-left: 3px;
  padding: 3px 10px 3px 10px;
  border-radius: 5px;
  font-size: 0.9em;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 3px #777;
  transition: all 0.1s ease;
  user-select: none; 
  width: 70px;
}
.status:hover {
  transform: translateY(3px); /* ボタンを押されたように見せる */
  box-shadow: none;
}
.status a {
  text-decoration: none;
  color: #fff;
}
.mitsumori {
  background-color: #287f34;
  color: #fff;
}
.seikyu {
  background-color: #fbb03b;
  color: #fff;
}
.keizoku {
  background-color: #fbeeda;
}
.keizoku a {
  color: #333;
}
.kanryo {
  background-color: #333;
}
/* カート */
.cart {
  width: 80%;
  margin: auto;
  padding: 20px 0;
}
.cart h3 {
  border-bottom: solid 3px #287f34;
  position: relative;
  text-align:center;
  margin: 10px 0;
}
.cart h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #fbb03b;
  bottom: -2px;
  width: 20%;
}
.cart table {
  border: 1px solid #fbeeda;
}
.cart th {
  background-color:#fbeeda;
}
.cart td {
  padding-left: 10px;
}
.cart input[type="submit"]{
  margin-top: 10px;
  border: 1px solid #287f34;
}
.cart_table {
  width: 100%;
  text-align: left;
}
.cart_table th {
  padding-left:10px;
  background-color: #fbeeda;
  width: 30%;
}
.cart_table tr:nth-child(odd) {
  background-color:#fff;
}
.cart_table tr:nth-child(even) {
  background-color:#fff;
}
.total {
  border-top: 4px double #fbeeda !important;
}
.discount {
  color: red;
}
#returnOrder, #returnOrderB, #delOrder {
  width: 100%;
  margin-top: 10px;
  padding: 10px 0;
  border: 1px solid #287f34;
}
.errmsg {
  color: #FF1A00 !important;
  font-weight: bold;
}
.progressbar {
  width: 90%;
  margin: auto;
  margin-top: 20px;
  display: flex;
}
.progressbar .item {
  position: relative;
  width: calc(100% / 3);
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
  background: #F5F5F5;
  color: #999999;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: '';
  border: 40px solid transparent;
  border-left: 20px solid #F5F5F5;
  margin: auto;
}
.progressbar .item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #FFF;
}
.progressbar .small {
  font-size: 0.7em;
}
/* active */
.progressbar .item.active {
  z-index: 1;
  background: #287f34;
  color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
  border-left-color: #287f34;
}
.progressbar .item.active:not(:last-child)::before {
  border-left: none;
}

/* footer */
.ftr_bnr {
  width: 90%;
  margin: 10px auto;
}
.ftr_bnr ul {
  padding: 0;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
}
.ftr_bnr li {
  margin: 30px;
  text-align: center;
  flex: auto;
  max-width: 500px;
}
.ftr_bnr li:hover {
  opacity: 0.9;
}
.ftr_bnr li:first-child {
  margin-left: 0;
}
.ftr_bnr li:last-child {
  margin-right: 0;
}

/* wp-member */
#wpmem_login, #wpmem_reg {
  margin: auto;
} 
#wpmem_msg, .wpmem_msg {
  margin: auto !important;
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  .askms-page {
    width: 98%;
  }
  .top {
    display: block;
  }
  .top-step ul {
    display: block;
    padding-left: 0;
    margin: auto;
  }
  .top-step ul li {
    width: 95%;
    margin: auto;
  }
  .top-step ul li p {
    height: 120px;
    text-align: center;
  }
  .top-step ul li .step {
    width: 48vw;
    height: 120px;
    margin: auto;
  }
  .top-step ul li img {
    width: 48vw;
    height: 22vw;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  #navi-menu-content {
    background-color: #fbeeda;
  }
  #navi-menu-content img {
    padding-top: 20px;
    margin: auto;
    display: flex;
  }
  ul.menu-drawer {
    line-height: 2.5;
    background-color: #fff;
    padding: 0 !important;
  }
  ul.menu-drawer a {
    padding-left: 35px;
    color: #000;
  }
  ul.menu-drawer li {
    border-bottom: dashed 1px #fbeeda;
  }
  ul.menu-drawer li:last-child {
    border: none;
    margin: 0;
  }
  ul.menu-drawer li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    position: absolute;
    right: 35px;
    font-size: 0.8em;
    transition: all 0.2s linear;
    color: #287f34 !important;
    padding: 0.8em;
  }
  .menu-close-button {
    color: #287f34;
  }
  .my-order {
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  .entry-content {
    width: 100%;
  }
  .top {
    display: block;
    padding: 10px 10px 0 10px;
  }
  .top ul {
    padding-left: 0;
  }
  .top_left {
    width: 100%;
  }
  .top_right {
    width: 100%;
  }
  .top_right img {
    width: 50%;
    height: auto;
  }
  .top-step ul {
    display: block;
    padding-left: 0;
    margin: auto;
  }
  .top-step ul li {
    width: 95%;
    margin: auto;
  }
  .top-step ul li p {
    height: 120px;
  }
  .top-step ul li .step {
    width: 100%;
    height: 120px;
  }
  .top-step ul li img {
    width: 100%;
    height: auto;
  } 
  .top-step h2 {
    font-size: 25px;
    margin: 30px 0 50px;
  }
  .top-news {
    padding: 15px;
  }
  /* 投稿ページ */
  .post-page {
    width: 100%;
  }
  .post-page ol, ul {
    padding-left: 10px;
  }
  .ftr_bnr {
    width: 100%;
  }
  .ftr_bnr li {
    margin: 10px !important;
  }
  .cart {
    width: 95%;
  }
  .progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
  }
  .progressbar .item:not(:last-child)::before,
  .progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
}
