@charset "utf-8";
/* reset 
---------------------------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html {
  height: 100%;
  font-size: 62.5% /* 10px */
}
body {
  height: 100%;
  min-width: 320px;
  width: auto !important;
  width: 320px;
}
ul, ol {
  list-style: none;
}
table {
  border-collapse: collapse;
}
caption, th, td {
  text-align: left;
}
img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 768px) {
	br.tab {
		display: none;
	}
}
@media screen and (min-width: 480px) {
	br.sp {
		display: none;
	}
}
/* clear 
---------------------------------------- */
.cbox {
  zoom: 100%;
}
.cbox:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
}
.clear hr {
  display: none;
}
/* news
---------------------------------------- */

.news ul li {
  font-size: 1.6rem;
}
.news ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 2rem 5%;
}
.news ul li:nth-of-type(2n) {
  /*  width: 100vw;*/
  background: #f1f9fb;
  /*  margin: 0 calc(50% - 50vw);
  padding: 24px calc(50vw - 50%);*/
}
.news ul li time {
  display: inline-block;
  width: 20%;
}
.news ul li p {
  width: 78%;
  /*  margin-top: 16px;*/
}
.news p.btn {
  padding-top: 4.8rem;
  text-align: center;
  line-height: 3.6rem;
  font-size: 1.6rem;
}
.news p.btn a {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .news ul li a {
    flex-direction: column;
    padding: 2rem 3rem;
  }
  .news ul li p {
    width: 100%;
  }
  .news p.btn a {
    display: inline-block;
    width: 12em;
  }
}
/* buy
---------------------------------------- */
/* #buy .section-inner ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
} */

/* contact 
---------------------------------------- */
.contact h2 {
  text-align: center;
}
.contact .form {
  width: 100%;
}
.contact .mw_wp_form {
  width: 100%;
}
.contact table {
  width: 80%;
  margin: 0 auto;
}
.contact th, .contact td {
  padding: 2px 0;
  vertical-align: top;
}
.contact th:last-child, .contact td {
  vertical-align: middle;
}
.contact th {
  /*  font-size: 14px;*/
  text-align: left;
  letter-spacing: 0;
  font-size: 1.6rem;
  font-weight: normal;
}
.contact th label {
  display: inline-block;
  padding: 1rem 0 1rem 0.5rem;
}
.contact td {
  width: 80%;
}
.contact input, .contact textarea {
  width: 100%;
  padding: 1rem 1rem;
  border: 1px solid #808080;
  box-sizing: border-box;
}
.contact textarea {
  height: 14rem;
}
.contact .required {
  color: #ff0000;
}
.contact .form-btn {
  margin-bottom: 0;
  margin-top: 4rem;
  text-align: center;
}
.contact .form-btn input[type=submit] {
  width: 272px;
  padding: 1rem 0;
  border: none;
  border-radius: 5px;
  background: #cacaca;
  box-shadow: 4px 4px 0 rgba(202, 202, 202, 0.2);
  color: #fefefe;
  font-size: 1.6rem;
}
.contact p {
  text-align: center;
  font-size: 1.2rem;
}
.contact .privacypolicy-link {
  text-decoration: underline;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .contact th, .contact td {
    display: block;
    width: 100%;
  }
}

/* footer 
---------------------------------------- */
#footer {
  padding-top: 100px;
  text-align: center;
}
#footer h2 {
  margin-bottom: 5rem;
}
#footer h3 {
  max-width: 320px;
  margin: 0 auto 6.6rem;
}
#footer p {
  line-height: 2.4rem;
  font-size: 1.4rem;
}
#footer .footer-navi ul {
  display: inline-block;
  margin-bottom: 4rem;
  /* border-left: 1px solid #000000; */
}
#footer .footer-navi ul li {
  display: inline-block;
  padding: 0 1.5rem;
  border-right: 1px solid #000000;
  line-height: 1.6rem;
  font-size: 1.3rem;
}
#footer p.copyright {
  padding: 3rem 0 2rem;
  letter-spacing: 0.3rem;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  #footer h3 img {
    width: 70%;
  }
}