main {
  padding: 115px 0 2rem 0;
}
main.wide {
  padding: 115px 0 0 0;
}
@media screen and (max-width: 768px) {
  main {
    padding: 62px 0 2rem 0;
  }
}
@media screen and (max-width: 640px) {
  main {
    padding: 53px 0 2rem 0;
  }
}

.page {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.wide .page {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.btn a {
  display: inline-block;
  background: #054496;
  color: #FFF;
  padding: 12px 20px;
  font-size: clamp(14px, 0.8rem, 17px);
  font-weight: 400;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: -moz-fit-content;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.btn a::after {
  font-family: "Material Icons";
  content: "\e5cc";
  color: #fff;
  font-size: 20px;
}

p.att {
  font-size: 12px;
  padding: 10px 0;
}

.contents {
  font-size: clamp(15px, 1rem, 18px);
  line-height: 1.8;
  background-image: url(../img/common/bg01.png);
  padding: 0 0 6%;
}

.contents_header {
  background: #EAEEF6;
  background: radial-gradient(circle, rgb(234, 238, 246) 0%, rgb(177, 195, 221) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  height: 200px;
  max-height: 120%;
  flex-direction: column;
  color: #054496;
}
.contents_header .sh {
  padding: 1rem 0 0 0;
  font-size: clamp(32px, 4rem, 50px);
  font-family: "Jost", sans-serif;
  line-height: 1;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}
.contents_header .title {
  font-size: clamp(18px, 1rem, 22px);
  background: none;
  padding: 0;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 640px) {
  .contents_header {
    flex-direction: column;
    height: 130px;
  }
}
.contents_header.shop {
  height: 140px;
}
.contents_header.shop .sh {
  padding: 0.3rem 0 0 0;
  font-size: clamp(32px, 2rem, 45px);
}
.contents_header .mypage_login {
  position: absolute;
  right: 0;
  left: 0;
  width: 96%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: right;
}

.about .contents_header {
  background-image: url(../img/about/header_pc.jpg);
}
@media screen and (max-width: 640px) {
  .about .contents_header {
    background-image: url(../img/about/header_sp.jpg);
  }
}
.about .about_list article {
  position: relative;
  z-index: 0;
  margin: 0 0 70px 0;
}
.about .about_list article div {
  position: absolute;
  left: 0;
  bottom: -35px;
  z-index: 1;
  background: #FFF;
  width: 90%;
  max-width: 430px;
  color: #054496;
  padding: 40px 30px;
  box-sizing: border-box;
}
.about .about_list article div h3 {
  font-size: clamp(18px, 1.2rem, 20px);
  font-weight: 500;
}
.about .about_list article div .sh {
  padding: 0.3rem 0 15px;
  font-size: clamp(36px, 3rem, 50px);
  font-family: "Jost", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .about .about_list article div {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 640px) {
  .about .about_list article div {
    right: 0;
    margin: auto;
    bottom: -17rem;
    text-align: center;
  }
}
.about .about_list article:nth-child(even) div {
  left: auto;
  right: 0;
}
@media screen and (max-width: 640px) {
  .about .about_list article:nth-child(even) div {
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .about .about_list article {
    margin: 0 0 22rem 0;
  }
}
.about .history {
  background-image: url(../img/about/bg_history.jpg);
  background-size: cover;
  color: #FFF;
  padding: 6rem 0;
}
.about .history h2 {
  font-size: clamp(26px, 2.9rem, 48px);
  margin: 2rem 0 0.5rem 0;
}
.about .history h2:first-child {
  border-bottom: 1px solid #FFF;
  font-size: clamp(27px, 3rem, 52px);
  letter-spacing: 0.2rem;
  margin: 0 0 1rem 0;
  padding: 0 0 10px 0;
}
.about .history h3 {
  font-size: clamp(20px, 1.2rem, 24px);
  margin: 1rem 0 0 0;
}
.about .history p {
  line-height: 1.8;
}
.about .features .head {
  padding: 15px 0;
  margin: 50px 0 0 0;
}
.about .features .head .sh {
  background-color: #054496;
  color: #FFF;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 13px;
  line-height: 1;
}
.about .features .head .sh span {
  font-size: clamp(20px, 1.2rem, 24px);
  margin: 0 0 0 10px;
}
.about .features .head .sh span em {
  font-size: clamp(26px, 2rem, 34px);
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.about .features .head h2 {
  font-size: clamp(30px, 3rem, 40px);
  color: #054496;
  padding: 15px 0 10px;
}
.about .features .head h2 + p {
  font-weight: 600;
  font-size: clamp(18px, 1.2rem, 20px);
}
.about .features .head h2 + p span {
  font-size: 11px;
}
.about .features figure + .head {
  margin: 0;
}
.about .features article {
  border-left: 10px solid #054496;
  padding: 0 0 0 20px;
  margin: 1rem 0 2rem;
}
@media screen and (max-width: 640px) {
  .about .features article {
    border-left: 7px solid #054496;
    padding: 0 0 0 13px;
  }
}
.about .features article h3 {
  font-size: clamp(22px, 2rem, 28px);
  margin: 0 0 10px;
}
.about .features article h4 {
  color: #054496;
  font-size: clamp(15px, 1rem, 17px);
  padding: 10px 0 0 0;
  line-height: 1.6;
}
.about .features article h4 strong {
  background-color: #ffff00;
  padding: 0 7px;
}
.about .mechanism .main h2 {
  background-color: #054496;
  color: #FFF;
  font-size: clamp(22px, 2.4rem, 32px);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  padding: 4px 10px;
  box-sizing: border-box;
}
.about .mechanism .second {
  padding: 0 0 2rem 0;
}
.about .mechanism .second h2 {
  border-left: 8px solid #054496;
  font-size: clamp(22px, 2.4rem, 32px);
  text-align: left;
  width: 100%;
  margin: 50px auto 40px auto;
  padding: 4px 15px;
  box-sizing: border-box;
  line-height: 1;
}
.about .mechanism .second dl {
  display: grid;
  grid-template-columns: 47% auto;
  border-top: 1px solid #bdbdbd;
  background: #77CAE7;
  background: linear-gradient(180deg, rgb(119, 202, 231) 5%, rgb(237, 206, 113) 33%, rgb(233, 172, 102) 70%, rgb(255, 255, 255) 84%, rgb(200, 201, 202) 95%);
  position: relative;
  z-index: 0;
}
.about .mechanism .second dl::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5882352941);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.about .mechanism .second dl dt {
  display: grid;
  grid-template-columns: 16% 45% 28%;
  align-items: center;
  font-weight: 600;
  justify-content: space-between;
  text-align: left;
  border-bottom: 1px solid #bdbdbd;
  padding: 10px 0 10px 20px;
}
.about .mechanism .second dl dt p {
  font-size: clamp(16px, 1.2rem, 20px);
}
.about .mechanism .second dl dt p span {
  font-size: clamp(12px, 1rem, 16px);
}
.about .mechanism .second dl dt p:last-child {
  text-align: center;
  font-size: clamp(18px, 1.2rem, 24px);
}
.about .mechanism .second dl dt p:last-child span {
  display: block;
  font-size: 12px;
}
.about .mechanism .second dl dd {
  font-size: clamp(14px, 1.2rem, 18px);
  border-bottom: 1px solid #bdbdbd;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0 10px 20px;
}
.about .mechanism .second dl dd span {
  background-color: #054496;
  color: #FFF;
  padding: 5px 10px;
  line-height: 1;
  font-size: clamp(13px, 0.9rem, 15px);
  margin: 0 0 0 10px;
}
@media screen and (max-width: 640px) {
  .about .mechanism .second dl dd {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .about .mechanism .second dl {
    display: block;
  }
  .about .mechanism .second dl dt {
    border-bottom: none;
    grid-template-columns: 16% 37% auto;
    justify-content: flex-start;
    text-align: left;
    padding: 10px 0 0px 20px;
    grid-gap: 0 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .about .mechanism .second dl dt {
    grid-template-columns: 16% 47% auto;
    grid-gap: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .about .mechanism .second dl dt p:last-child {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .about .mechanism .second dl dt p:last-child {
    display: block;
  }
}
.about .safety h2 {
  border-left: 8px solid #054496;
  font-size: clamp(22px, 2.4rem, 32px);
  text-align: left;
  width: 100%;
  margin: 50px auto 40px auto;
  padding: 4px 15px;
  box-sizing: border-box;
  line-height: 1;
}
.about .safety h2 + .sh {
  font-weight: 600;
  font-size: clamp(18px, 1.2rem, 20px);
}
.about .safety h2 + .sh strong {
  background-color: #054496;
  color: #FFF;
  padding: 0px 10px;
}
.about .safety .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 30px;
  margin: 2rem 0;
}
@media screen and (max-width: 640px) {
  .about .safety .box {
    display: block;
  }
}
.about .safety .box dt p {
  text-align: center;
  font-weight: 700;
  color: #054496;
  font-size: clamp(20px, 1.2rem, 24px);
  border-bottom: 1px solid #bdbdbd;
  padding: 10px 0;
}
.about .safety .box dd {
  padding: 13px 0;
  line-height: 1.6;
}
.about .safety article {
  padding: 20px 0;
}
.about .safety article h3 {
  font-size: clamp(22px, 2.4rem, 32px);
  color: #054496;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.about .safety article h4 {
  font-size: clamp(20px, 1.2rem, 24px);
  margin: 25px 0 0 0;
  line-height: 1.6;
}
.about .safety article h4 strong {
  background-color: #054496;
  color: #FFF;
  padding: 0px 10px;
}
.about .safety article.frame {
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .about .safety article.frame {
    display: block;
  }
}
.about .safety article.frame .left {
  padding: 0 0 20px;
}
.about .safety article.frame .left ul {
  padding: 10px 0 0 0;
}
.about .safety article.frame .left ul li {
  list-style: disc;
  padding: 4px 0;
  font-size: clamp(15px, 1rem, 18px);
  list-style-position: inside;
}
.about .safety article.frame .left ul li strong {
  color: #054496;
  text-decoration: underline;
}
.about .usage h2 {
  border-left: 8px solid #054496;
  font-size: clamp(22px, 2.4rem, 32px);
  text-align: left;
  width: 100%;
  margin: 50px auto 40px auto;
  padding: 4px 15px;
  box-sizing: border-box;
  line-height: 1;
}
.about .usage dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 80px 0;
  justify-content: space-between;
  align-items: flex-start;
}
.about .usage dl dt {
  width: 30%;
  margin-bottom: 30px;
}
.about .usage dl dd {
  width: 68%;
  margin-bottom: 30px;
}
.about .usage dl dd h3 {
  color: #054496;
  font-size: clamp(18px, 1.7rem, 28px);
  font-weight: 600;
}
.about .usage dl dd ul li {
  font-weight: 600;
  font-size: clamp(16px, 1.1rem, 22px);
  margin: 8px 0;
  padding: 0 0 0 26px;
  position: relative;
}
.about .usage dl dd ul li::before {
  content: "";
  width: 20px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  top: 5px;
}
.about .usage dl dd ul li:nth-child(1)::before {
  background-image: url(../img/about/ico_01.png);
}
.about .usage dl dd ul li:nth-child(2)::before {
  background-image: url(../img/about/ico_02.png);
}
.about .usage dl dd ul li:nth-child(3)::before {
  background-image: url(../img/about/ico_03.png);
}
@media screen and (max-width: 640px) {
  .about .usage dl {
    display: block;
    padding: 0;
  }
  .about .usage dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .about .usage dl dt img {
    aspect-ratio: 4/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about .usage dl dd {
    width: 100%;
    margin-bottom: 50px;
  }
}

.license .contents_header {
  background-image: url(../img/license/header_license_pc.jpg);
}
@media screen and (max-width: 640px) {
  .license .contents_header {
    background-image: url(../img/license/header_license_sp.jpg);
  }
}
.license article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.license article h2 {
  border-left: 8px solid #054496;
  font-size: clamp(22px, 2.4rem, 32px);
  text-align: left;
  width: 100%;
  margin: 50px auto 40px auto;
  padding: 4px 15px;
  box-sizing: border-box;
  line-height: 1;
}
.license article .frame {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  border-right: 1px solid;
}
@media screen and (max-width: 640px) {
  .license article .frame {
    width: 100%;
    border-right: none;
  }
}
.license article .frame h3 {
  color: #054496;
  font-size: clamp(18px, 1.1rem, 20px);
  margin: 0 0 20px 0;
  text-align: center;
  width: 100%;
}
.license article .frame p {
  padding: 10px 0;
  width: 100%;
}
.license article .frame .left {
  width: 60%;
}
@media screen and (max-width: 640px) {
  .license article .frame .left {
    width: 100%;
  }
}
.license article .frame .right {
  width: 30%;
  padding: 0 5% 0 0;
}
@media screen and (max-width: 640px) {
  .license article .frame .right {
    padding: 0;
    width: 100%;
  }
}
.license article .frame:last-child {
  width: 38%;
  display: block;
  border-right: none;
}
@media screen and (max-width: 640px) {
  .license article .frame:last-child {
    width: 100%;
  }
}
.license article#patent .frame {
  width: 69%;
  border-right: none;
}
@media screen and (max-width: 640px) {
  .license article#patent .frame {
    width: 100%;
  }
}
.license article#patent .frame h3 {
  margin: 0;
  line-height: 1;
}
.license article#patent .frame div {
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
}
.license article#patent .frame:last-child {
  width: 24%;
  display: block;
  border-right: none;
}
@media screen and (max-width: 640px) {
  .license article#patent .frame:last-child {
    width: 100%;
  }
}
.license article#patent .frame:last-child div {
  display: block;
}

.company h2 {
  font-size: clamp(16px, 1.4rem, 18px);
  text-align: left;
  width: 100%;
  margin: 70px auto 30px auto;
  padding: 4px 13px;
  box-sizing: border-box;
  line-height: 1;
  border-left: 8px solid #054496;
}
.company h3 {
  font-size: 22px;
  text-align: left;
  width: 100%;
  margin: 25px auto 15px auto;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
  color: #054496;
}
.company h3 + p {
  margin: 0 0 40px 0;
}
.company article dl {
  display: grid;
  grid-template-columns: 18% auto;
  line-height: 1.8;
  border-top: 1px solid #bdbdbd;
  margin: 15px 0;
}
.company article dl dt {
  border-bottom: 1px solid #bdbdbd;
  padding: 15px 0;
}
.company article dl dd {
  border-bottom: 1px solid #bdbdbd;
  padding: 15px 0;
}
@media screen and (max-width: 640px) {
  .company article dl {
    display: block;
    border-top: none;
  }
  .company article dl dt {
    background-color: #EFEFEF;
    border-bottom: none;
    font-weight: 600;
    padding: 10px;
  }
  .company article dl dd {
    margin: 0 0 25px 0;
    border-bottom: none;
    padding: 7px 0;
  }
}

.privacy section {
  line-height: 1.7;
}
.privacy section h2 {
  border-left: 8px solid #054496;
  font-size: clamp(22px, 2.4rem, 32px);
  text-align: left;
  width: 100%;
  margin: 50px auto 40px auto;
  padding: 4px 15px;
  box-sizing: border-box;
  line-height: 1;
}
.privacy section ol {
  padding: 15px 0 15px 20px;
}
.privacy section ol li {
  list-style: decimal;
  list-style-position: inside;
}
.privacy section ol li ol {
  padding: 15px 0 15px 20px;
}

.products .logo {
  width: 92%;
  max-width: 500px;
  margin: 20px auto;
}
.products .logo + .sh {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
.products article {
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  filter: drop-shadow(1px 0px 4px #CCC);
  border-radius: 17px;
  margin: 50px 0;
}
.products article .left {
  width: 34%;
}
.products article .right {
  width: 63%;
}
.products article .right h2 {
  background-color: #2091c4;
  color: #FFF;
  font-size: 20px;
  padding: 3px 10px;
  margin: 0 0 15px 0;
}
.products article .right .detail {
  width: 100%;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 27% 70%;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .products article .right .detail {
    display: block;
  }
  .products article .right .detail dt {
    display: none;
  }
}
.products article .right .detail dd h3 {
  font-size: 18px;
  margin: 0 0 6px 0;
}
.products article .right .detail dd li {
  list-style: disc;
  list-style-position: inside;
  font-size: 14px;
  padding: 2px 0;
}
@media screen and (max-width: 640px) {
  .products article .right .detail dd li {
    list-style-position: outside;
    margin: 0 0 0 20px;
  }
}
.products article .right .price {
  width: 100%;
  display: grid;
  grid-template-columns: 12% auto;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  align-items: center;
  margin: 10px 0 0 0;
}
.products article .right .price dt {
  font-weight: 600;
}
.products article .right .price dd {
  display: flex;
  grid-gap: 0 20px;
  padding: 10px 0;
}
.products article .right .price dd p {
  font-size: 15px;
}
.products article .right .price dd p span {
  font-size: clamp(22px, 1.5rem, 30px);
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.products article .right .price dd p em {
  font-size: 12px;
}
.products article#custom {
  flex-direction: row-reverse;
}
.products article#custom .right {
  width: 63%;
}
.products article#custom .right h2 {
  background-color: #d0202e;
}
@media screen and (max-width: 768px) {
  .products article {
    display: block;
  }
  .products article .left {
    width: 80%;
    margin: 0 auto 20px;
    max-width: 380px;
  }
  .products article .right {
    width: 100%;
  }
  .products article .right .price {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .products article .right .price {
    grid-template-columns: 20% auto;
  }
  .products article .right .price dd {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .products article#custom .right {
    width: 100%;
  }
}

.download ul {
  width: 100%;
  max-width: 700px;
  margin: 50px auto 20px auto;
}
.download ul li {
  border: 1px solid #bdbdbd;
  display: flex;
  align-items: center;
  padding: 0 0 0 15px;
}
.download ul li a {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  text-decoration: underline;
  font-weight: 500;
  width: 100%;
  justify-content: space-between;
}
.download ul li a .pdf {
  background-color: #EFEFEF;
  border-radius: 7px;
  display: flex;
  align-items: center;
  padding: 7px 10px;
  margin: 0 0 0 10px;
}
.download ul li a .pdf::before {
  content: "";
  background-image: url(../img/common/ico_pdf.png);
  width: 20px;
  height: 24px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 640px) {
  .download ul li a {
    display: block;
  }
  .download ul li a .pdf {
    padding: 4px 10px;
    margin: 10px 0 0 0;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
  }
  .download ul li a .pdf::before {
    width: 15px;
    height: 18px;
  }
}
.download ul li::before {
  font-family: "Material Icons";
  content: "\f090";
  font-size: 30px;
}

.column {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Noto Sans JP";
}
.column.archive {
  max-width: 1100px;
}
.column .date {
  display: flex;
}
.column .date::before {
  font-family: "Material Icons";
  content: "\e8b5";
  color: #054496;
}
.column .category {
  display: flex;
}
.column .category::before {
  font-family: "Material Icons";
  content: "\e2c7";
  color: #054496;
}
.column .tag a {
  display: flex;
}
.column .tag a::before {
  font-family: "Material Icons";
  content: "\e9ef";
  color: #054496;
}
.column img {
  width: 100%;
  height: auto;
}
.column.entry h1 {
  font-size: clamp(23px, 1.9rem, 34px);
}
@media screen and (max-width: 480px) {
  .column.entry h1 {
    padding: 25px 0 0px;
    line-height: 1.4;
  }
}
.column.entry .head {
  display: flex;
  align-items: center;
  padding: 2% 0 20px;
  font-size: clamp(13px, 0.9rem, 16px);
  flex-wrap: wrap;
}
.column.entry .head p {
  display: flex;
  align-items: center;
  margin: 0 1% 0 0;
}
.column.entry .head p.date {
  width: 100%;
}
.column.entry .mainimage {
  padding: 1% 0;
}
.column.entry .mainimage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 350px;
  aspect-ratio: 4/2;
}
.column.entry .mainread {
  padding: 2% 0;
  font-size: clamp(14px, 0.9rem, 16px);
}
.column.entry nav.link {
  border: solid 1px #666;
  outline: solid 1px #666;
  outline-offset: 4px;
  margin: 2% 4px;
  padding: 1% 2%;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .column.entry nav.link {
    margin: 20px 4px;
  }
}
.column.entry nav.link h3 {
  font-size: clamp(16px, 1.4rem, 18px);
  margin: 2% 4% 2% 10px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #CCC;
}
.column.entry nav.link ul {
  list-style: auto;
  margin: 2% 4% 2% 25px;
}
.column.entry nav.link ul a {
  display: block;
  font-weight: 600;
  padding: 7px 0;
  font-size: clamp(15px, 1.2rem, 17px);
  line-height: 1.4;
}
.column.archive h1 {
  font-size: clamp(22px, 1.4rem, 28px);
  display: flex;
  line-height: 1.4;
  margin: 0 0 4% 0;
}
.column.archive h1::before {
  content: "";
  border-left: 7px solid #054496;
  padding: 2px 10px 10px 0;
}

.entry-content {
  padding: 4% 0;
  overflow: hidden;
}
.entry-content h2 {
  margin: -10% 0 0 0;
  padding: 17% 0 20px 0;
  font-size: clamp(22px, 1.7rem, 32px);
  display: flex;
  line-height: 1.4;
}
.entry-content h2::before {
  content: "";
  border-left: 7px solid #054496;
  padding: 2px 10px 10px 0;
}
.entry-content picture {
  padding: 2% 0 3%;
  display: block;
  max-width: 780px;
  margin: 0 auto 0 0;
}
.entry-content .text p {
  padding: 0 0 1.5% 0;
  line-height: 1.7;
}
.entry-content .text ul {
  padding: 2% 5% 4%;
}
.entry-content .text a {
  color: #054496;
  text-decoration: underline;
}

.author {
  border: 1px solid;
  padding: 2% 3%;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  max-width: 800px;
  box-sizing: border-box;
  background: #FFF;
}
.author h3 {
  border-bottom: 1px solid #CCC;
  padding: 0 0 1% 0;
  margin: 0 0 2% 0;
  font-size: clamp(13px, 0.9rem, 16px);
}
.author dl {
  display: grid;
  justify-content: space-between;
  width: 100%;
  grid-template-columns: 18% 80%;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .author dl {
    grid-template-columns: 30% 65%;
  }
}
.author dl dt img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.author dl dd {
  font-size: clamp(12px, 0.8rem, 14px);
}
.author dl dd h4 {
  font-size: clamp(14px, 1.1rem, 18px);
  padding: 0 0 1% 0;
}

.related, .up-sells {
  margin: 10% 0 8%;
}
.related h3, .up-sells h3 {
  font-size: clamp(14px, 1.1rem, 18px);
  background: #b2833d;
  padding: 0.6% 14px;
  margin: 0 0 3% 0;
  color: #FFF;
}
.related ul, .up-sells ul {
  display: grid;
  grid-template-columns: repeat(3, 29%);
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .related ul, .up-sells ul {
    grid-template-columns: repeat(2, 49%);
  }
}
@media screen and (max-width: 480px) {
  .related ul, .up-sells ul {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}
.related ul li, .up-sells ul li {
  list-style: none;
  background: #FFF;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
  margin: 0 0 18% 0;
}
.related ul li picture, .up-sells ul li picture {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.related ul li picture img, .up-sells ul li picture img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.related ul li div, .up-sells ul li div {
  display: flex;
  flex-wrap: wrap;
  padding: 6%;
}
.related ul li div p, .up-sells ul li div p {
  font-size: clamp(12px, 0.8rem, 14px);
  margin: 0 5px 0 0;
}
.related ul li div h4, .up-sells ul li div h4 {
  padding: 4% 0 6%;
  line-height: 1.3;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .related ul li div h4, .up-sells ul li div h4 {
    padding: 0% 0 4%;
    line-height: 1.4;
    width: 100%;
    font-size: 18px;
  }
}
.related ul li div .tag, .up-sells ul li div .tag {
  padding: 4% 0 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.column_list {
  display: grid;
  grid-template-columns: repeat(3, 29%);
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .column_list {
    grid-template-columns: repeat(2, 49%);
  }
}
@media screen and (max-width: 480px) {
  .column_list {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}
.column_list li {
  list-style: none;
  background: #FFF;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
  margin: 0 0 18% 0;
}
.column_list li picture {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.column_list li picture img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.column_list li div {
  display: flex;
  flex-wrap: wrap;
  padding: 6%;
}
.column_list li div p {
  font-size: clamp(12px, 0.8rem, 14px);
  margin: 0 5px 0 0;
}
.column_list li div h3 {
  padding: 0 0 6%;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .column_list li div h3 {
    padding: 0% 0 4%;
    line-height: 1.4;
    width: 100%;
    font-size: 18px;
  }
}
.column_list li div h4 {
  padding: 4% 0;
  line-height: 1.3;
  width: 100%;
}
.column_list li div .tag {
  padding: 4% 0 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.information_list {
  border-top: 1px solid #CCC;
  background: #FFF;
}
.information_list li {
  list-style: none;
  border-bottom: 1px solid #CCC;
  padding: 2% 3%;
}
.information_list li h3 {
  font-size: clamp(16px, 1.2rem, 20px);
  line-height: 1.4;
}
.information_list li h3 a {
  color: #054496;
}
@media screen and (max-width: 640px) {
  .information_list li {
    padding: 3% 0;
  }
}

.sitemap .page {
  width: 90%;
  max-width: 700px;
  padding: 30px 0;
}
.sitemap .page h4 {
  background-color: #EFEFEF;
  padding: 7px;
  margin: 0 0 10px 0;
  font-size: 17px;
}
.sitemap .page ul {
  margin: 0 0 40px 20px;
}
.sitemap .page ul li {
  list-style: disc;
  list-style-position: inside;
  padding: 5px 0;
}

.contact .read {
  font-size: clamp(15px, 1.1rem, 18px);
  font-weight: 500;
  line-height: 1.6;
}
.contact .read a {
  color: #054496;
  text-decoration: underline;
}
.contact .form {
  padding: 3px 20px 20px 20px;
  border: 1px solid #bdbdbd;
  margin: 30px auto;
  width: 100%;
  max-width: 750px;
  box-sizing: border-box;
}
.contact .form h3 {
  border-left: 8px solid #054496;
  font-size: clamp(18px, 1.3rem, 24px);
  text-align: left;
  width: 100%;
  margin: 20px auto 10px auto;
  padding: 4px 15px;
  box-sizing: border-box;
  line-height: 1;
}
.contact .form dl dt {
  font-weight: 600;
  padding: 20px 0 13px;
}
.contact .form dl dt span {
  font-size: 12px;
  color: #f15a24;
}
.contact .form dl dd {
  padding: 0 0 25px;
  border-bottom: 1px dashed #CCC;
}
.contact .form dl dd span.mwform-checkbox-field.horizontal-item {
  margin-right: 13px;
  display: inline-block;
  margin-bottom: 8px;
  margin-left: unset;
}
@media screen and (max-width: 768px) {
  .contact .form dl dd span.mwform-checkbox-field.horizontal-item {
    display: block;
    margin-left: 0;
    padding: 5px;
  }
}
.contact .form input[type=text], .contact .form input[type=email] {
  padding: 6px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  max-width: 400px;
  list-style: 1.6;
}
.contact .form input.tel {
  width: 29% !important;
  max-width: 110px;
}
.contact .form textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  margin: 15px 0 0;
}
.contact .form .privacy {
  text-align: center;
  font-size: 12px;
  padding: 20px 0 10px;
}
.contact .form .privacy a {
  color: #054496;
  text-decoration: underline;
}
.contact .form .btnset {
  display: flex;
  grid-gap: 0 30px;
  width: 80%;
  margin: 30px auto;
}
@media screen and (max-width: 640px) {
  .contact .form .btnset {
    grid-gap: 0 10px;
    width: 100%;
  }
}
.contact .form input[type=submit] {
  background: #054496;
  border: 0;
  border-radius: 7px;
  padding: 10px;
  width: 100%;
  color: #FFF;
  font-weight: 500;
  font-size: 18px;
}
.contact .form input[type=submit].back {
  background: #bdbdbd;
}

/*cart*/
.shop-single {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Noto Sans JP";
}
.shop-single .products {
  margin: 3% 0;
}
.shop-single .products h2 {
  font-size: clamp(18px, 1.2rem, 22px);
  border-left: 6px solid #054496;
  padding: 14px 0 14px 20px;
  line-height: 1;
  margin: 0 0 30px 0;
  background: #EFEFEF;
}
.shop-single .products ul li {
  filter: none;
}
.shop-single .products ul li h2 {
  font-size: clamp(18px, 1.2rem, 22px);
  border-left: none;
  padding: 10px 0 0 0;
  line-height: 1.4;
  margin: 0 0 10px 0;
  background: none;
}
.shop-single .products ul li div.price {
  display: block;
  flex-wrap: wrap;
  padding: 0 0 10px 0px;
}
.shop-single .products ul li div.price p {
  font-size: 13px;
}
.shop-single .products ul li div.price p .amount {
  font-size: 22px;
  font-weight: 600;
}
.shop-single .products ul li div.price p .amount span {
  font-size: 16px;
  font-weight: 600;
}
.shop-single .products ul li div.price p small .amount {
  font-size: 13px;
  font-weight: normal;
}
.shop-single .products ul li div.price p small .amount span {
  font-size: 13px;
  font-weight: normal;
}
.shop-single .products ul li .button {
  display: none;
}

.product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: self-start;
}
.product .images {
  width: 52%;
  border: 1px solid #EFEFEF;
}

.summary.entry-summary {
  display: flex;
  flex-direction: column;
  width: 44%;
}
.summary.entry-summary h1.product_title {
  color: #054496;
  padding: 0 0 20px;
  font-size: clamp(26px, 2rem, 32px);
}
.summary.entry-summary .woocommerce-product-details__short-description {
  order: 1;
}
.summary.entry-summary .woocommerce-product-details__short-description h3 {
  font-size: clamp(20px, 1.3rem, 24px);
}
.summary.entry-summary .woocommerce-product-details__short-description p {
  padding: 0.5rem 0 1.5rem;
  line-height: 1.6;
  font-size: 92%;
}
.summary.entry-summary .price {
  order: 2;
  font-size: 28px;
  padding: 0 0 30px;
  font-weight: 600;
}
.summary.entry-summary .price p span {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}
.summary.entry-summary .price p span span {
  font-size: 26px;
  margin: 0 3px 0 0;
}
.summary.entry-summary .price p .amount {
  font-size: 30px !important;
  color: red;
}
.summary.entry-summary .price p.standard span {
  font-size: 13px;
  margin: 0 7px 0 0;
  font-weight: normal;
}
.summary.entry-summary .price p.standard .amount {
  font-size: 20px !important;
  color: #000;
}
.summary.entry-summary .price p.standard .amount span {
  font-size: 15px;
}
.summary.entry-summary .price p.standard small {
  font-size: 12px;
}
.summary.entry-summary .price p.standard small .amount {
  font-size: 15px !important;
  margin: 0 3px;
}
.summary.entry-summary .price p.standard small .amount span {
  font-size: 15px;
  margin: 0;
}
.summary.entry-summary .price small {
  font-size: 14px;
}
.summary.entry-summary .price small .amount {
  font-size: 18px !important;
  margin: 0 3px;
  color: #000000;
}
.summary.entry-summary .price small .amount span {
  font-size: 18px;
}
.summary.entry-summary form.cart {
  order: 3;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.summary.entry-summary form.cart .button {
  vertical-align: middle;
  background: #65b40a;
  float: left;
  border: none;
  border-radius: 6px;
  padding: 10px;
  color: #FFF;
  display: flex;
  align-items: center;
}
.summary.entry-summary form.cart .button::before {
  font-family: "Material Icons";
  content: "\eb88";
  font-size: 26px;
  margin: 0 5px;
}
.summary.entry-summary form.cart .qty {
  width: 3.631em;
  text-align: center;
  height: 32px;
}
.summary.entry-summary .product_meta {
  order: 4;
  padding: 20px 0;
}
.summary.entry-summary .product_meta span.sku_wrapper {
  display: block;
  padding: 0 0 10px 0;
}

.woocommerce-tabs h2 {
  display: none;
}/*# sourceMappingURL=contents.css.map */