@charset "UTF-8";
/*
Theme Name: Astra Japan 2023
Theme URI: https://www.e-astra.co.jp/
Description: The original theme for Astra Japan website
Version: 1.5
Author: Astra Japan
*/
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* INDEX */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 1. tags */
/* 2. common class and helper class */
/* 3. element class */
/* 4. header */
/* 5. history */
/* 6. pagetitle */
/* 7. footer */
/* 8. sidebar */
/* 9. home */
/* 10. about */
/* 11. appeal */
/* 11-1. column */
/* 12. contact */
/* 13. consumables */
/* 14. ingredient */
/* 15. product */
/* 16. product-detail */
/* 17. trial and lending */
/* 18. support */
/* 19. news */
/* 20. single */
/* 21. js */
/* 22. ka725_special */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 1. tags */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
body {
  margin: 0px;
  padding: 0px;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #111;
  text-decoration: none;
}

a,
a:hover,
input,
input:hover {
  transition: all .2s;
}

img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
div,
img,
form {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 2. common class and helper class */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

#container {
  padding-bottom: 100px;
  min-width: 1200px;
}

#contents {
  width: 760px;
  float: right;
}

@media screen and (max-width: 768px) {
  #contents.is-examples {
    margin-bottom: 35px;
  }
}

.inner1 {
  width: 1200px;
  margin: 0px auto;
}

.inner2 {
  width: 1000px;
  margin: 0px auto;
}

.inner3 {
  width: 800px;
  margin: 0px auto;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #container {
    padding-bottom: 50px;
    min-width: 0px;
  }
  #contents {
    width: auto;
    float: none;
    padding: 0px 15px 20px;
  }
  #contents.is-examples {
    padding-bottom: 25px;
  }
  .inner1,
  .inner2,
  .inner3 {
    width: auto;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 3. element class */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* el-title1
---------------------------------------------------- */
.el-title1 {
  padding-bottom: 17px;
  margin-bottom: 30px;
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/dot-line.png) repeat-x left bottom;
  background-size: auto 2px;
}

section + section .el-title1 {
  margin-top: 90px;
}

.el-title1 h3 {
  background: linear-gradient(-90deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1.5px;
  display: inline-block;
  color: #ffa710;
}

@media all and (-ms-high-contrast: none) {
  .el-title1 h3 {
    background: none;
  }
}

.el-title1.el-title-size-s h3 {
  letter-spacing: 0px;
  font-size: 31px;
}

.el-title1 span {
  font-size: 14px;
  margin-left: 15px;
  letter-spacing: 1px;
}

.el-title1.el-title-size-s span {
  letter-spacing: 0px;
  font-size: 13px;
}

.trial-contents .el-title1 h3 span.span1 {
  font-size: 32px;
  margin-left: 0px;
  letter-spacing: 1.5px;
}

.el-title1-br {
  display: none;
}

/* el-title2
---------------------------------------------------- */
.el-title2 {
  border-left: 4px solid #ffa713;
  font-size: 20px;
  font-weight: 700;
  padding-left: 11px;
  margin: 40px 0 20px;
}

.confirm-contents .el-title2 {
  margin-top: 0px;
}

/* el-title3
---------------------------------------------------- */
.el-title3, .examples__content h2 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #ffa713;
  padding-bottom: 16px;
  margin: 50px 0px 25px;
}

/* el-btn
---------------------------------------------------- */
.el-btn1,
.el-btn2 {
  display: inline-block;
  background: linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -moz-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -webkit-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -ms-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  width: 360px;
  height: 60px;
  box-sizing: border-box;
  padding: 2px;
}

.el-btn1 a,
.el-btn2 a {
  display: block;
  color: #fff;
  height: 56px;
  line-height: 56px;
  text-align: center;
  position: relative;
  padding-right: 5px;
  z-index: 5;
}

.el-btn2 a {
  padding-right: 0px;
}

.el-btn1 a:hover,
.el-btn2 a:hover {
  color: #fd920d;
}

.el-btn1 a::before,
.el-btn2 a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.el-btn1 a:hover::before,
.el-btn2 a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.el-btn1 a::after {
  content: '';
  width: 10px;
  height: 15px;
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ar-ja-1.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -8px;
}

.el-btn2 a::before {
  content: '';
  width: 18px;
  height: 16px;
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/icon-dl.png) no-repeat left top;
  background-size: contain;
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -5px;
}

.el-btn1.page-down a::after {
  margin-top: -7px;
  transform: rotate(90deg);
}

.el-btn1 a:hover::after {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ar-ja-2.png) no-repeat left top;
  background-size: contain;
}

.el-btn2 a:hover::before {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/icon-dl-or.png) no-repeat left top;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  /* el-title1
---------------------------------------------------- */
  .el-title1 {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  section + section .el-title1 {
    margin-top: 50px;
  }
  .el-title1 h3 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 1.3;
  }
  .el-title1.el-title-size-s h3 {
    letter-spacing: 0px;
    font-size: 24px;
  }
  .el-title1 span {
    font-size: 12px;
    margin-left: 3px;
    letter-spacing: 0px;
    white-space: nowrap;
  }
  .el-title1.el-title-size-s span {
    letter-spacing: 0px;
    font-size: 12px;
  }
  .el-title1-br {
    display: inline;
  }
  .trial-contents .el-title1 h3 span.span1 {
    white-space: nowrap;
    font-size: 24px;
    margin-left: 0px;
    letter-spacing: 0px;
  }
  .trial-contents .el-title1 h3 span.span2 {
    display: block;
    margin-top: 5px;
  }
  /* el-title2
---------------------------------------------------- */
  .el-title2 {
    font-size: 16px;
    margin: 30px 0 10px;
    line-height: 1.3;
  }
  .confirm-contents .el-title2 {
    margin-top: 0px;
  }
  /* el-title3
---------------------------------------------------- */
  .el-title3, .examples__content h2 {
    font-size: 18px;
    padding-bottom: 8px;
    margin: 35px 0px 15px;
  }
  .el-btn1,
  .el-btn2 {
    display: block;
    width: auto;
  }
}

/* el-table1
---------------------------------------------------- */
.el-table1 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-top: 30px;
}

.el-table1 th,
.el-table1 td {
  border: none;
  font-size: 14px;
  box-sizing: border-box;
  padding: 15px 0px 15px 20px;
  border-top: 1px solid #e5e5e5;
  line-height: 1.6;
}

.el-table1 th {
  text-align: left;
  font-weight: 400;
  width: 200px;
  padding-left: 15px;
  border-top: 1px solid #ffa713;
}

.el-table1 tr:last-child td {
  border-bottom: 1px solid #e5e5e5;
}

.el-table1 tr:last-child th {
  border-bottom: 1px solid #ffa713;
}

.el-table1 .about-br1 {
  display: none;
}

.el-table1 td .img1 {
  width: 13px;
  height: auto;
  vertical-align: middle;
  margin: -3px 4px 0px 0px;
}

.el-table1 td .span1 {
  background: #313131;
  display: inline-block;
  line-height: 1;
  padding: 2px 4px;
  color: #fff;
  font-size: 10px;
  border-radius: 3px;
  margin: -3px 3px 0px 18px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .el-table1 th,
  .el-table1 td {
    font-size: 13px;
    padding: 12px 0px 12px 10px;
    line-height: 1.5;
  }
  .el-table1 th {
    width: 120px;
    padding-left: 10px;
  }
  .el-table1 .about-br1 {
    display: inline;
  }
  .el-table1 td .img1 {
    width: 11px;
    height: auto;
  }
  .el-table1 td .span1 {
    margin-left: 0px;
  }
}

/* el-table2
---------------------------------------------------- */
.el-table2 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 25px;
}

.el-table2 th,
.el-table2 td {
  border: none;
  font-size: 14px;
  padding: 15px;
  line-height: 1.6;
}

.el-table2 th {
  text-align: center;
  font-weight: 400;
  padding-top: 0px;
}

.el-table2 tr:nth-child(even) td {
  background: #fdf7e4;
}

.el-table2 tr td:nth-child(2),
.el-table2 tr td:nth-child(3) {
  width: 33%;
  text-align: center;
}

.el-table2 td img {
  vertical-align: middle;
  margin: -3px 5px 0px 0px;
}

.el-table2 td a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  /* el-table2
---------------------------------------------------- */
  .el-table2 {
    margin-bottom: 20px;
  }
  .el-table2 th,
  .el-table2 td {
    font-size: 12px;
    padding: 10px 8px;
    line-height: 1.4;
  }
  .el-table2 td img {
    width: 12px;
    height: auto;
  }
}

/* sp-dropdown-menu
---------------------------------------------------- */
.sp-dropdown-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-dropdown-menu {
    padding: 13px;
    background: #fdf7e7;
    width: 100%;
    display: block;
    position: relative;
    border: 1px solid #ffa710;
    border-radius: 2px;
    margin-bottom: 25px;
    box-sizing: border-box;
  }
  .sp-dropdown-menu select {
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #111;
    font-size: 14px;
    border-radius: 0;
    width: 100%;
    z-index: 2;
    background: transparent;
  }
  .sp-dropdown-menu:after {
    content: "\25bc";
    font-size: 12px;
    color: #fff;
    background: #ffa710;
    width: 40px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
  }
}

/* news-post_list
---------------------------------------------------- */
.news-post_list a:hover {
  opacity: 0.6;
}

#home-news .news-post_list {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/news-dot-line.png) repeat-x left top;
  background-size: auto 1px;
  width: 800px;
  margin: 30px auto;
  text-align: left;
}

.news-post_list > li {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/news-dot-line.png) repeat-x left bottom;
  background-size: auto 1px;
  padding: 22px 20px 24px;
}

.news-post_list-info date {
  font-size: 14px;
  font-weight: 700;
}

.news-post_list-info li {
  display: inline-block;
}

.news-post_list-info li + li {
  margin-left: 15px;
}

.news-post_list-info .cat a {
  border: 1px solid #fd930d;
  border-radius: 30px;
  display: inline-block;
  font-size: 12px;
  padding: 2px 20px;
}

.news-post_list dd {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
}

.news-post_list dd a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #home-news .news-post_list {
    width: auto;
    margin: 20px auto;
  }
  .news-post_list > li {
    padding: 15px 10px;
  }
  .news-post_list-info date {
    font-size: 12px;
  }
  .news-post_list-info li + li {
    margin-left: 5px;
  }
  .news-post_list-info .cat a {
    font-size: 11px;
    padding: 2px 10px;
  }
  .news-post_list dd {
    font-size: 13px;
    margin-top: 8px;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 4. header */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* header1
---------------------------------------------------- */
#header {
  min-width: 1200px;
  padding-bottom: 14px;
  background: #fff;
}

#header1 {
  background: linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -moz-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -webkit-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -ms-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  padding: 6px 0px 0px;
}

#header1 .header1-bg1 {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/header1-bg1.png) no-repeat right top;
  background-size: 30% 38px;
}

#header1 ul {
  float: right;
  background: #fff url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/header1-bg2.png) no-repeat left top;
  height: 38px;
  padding: 9px 0 0 40px;
  box-sizing: border-box;
}

#header1 li {
  float: left;
}

#header1 li a:hover {
  opacity: 0.6;
}

#header1 li img {
  vertical-align: middle;
}

#header1 .li1 {
  margin-top: 5px;
}

#header1 .li1 img {
  margin: -3px 7px 0px 0px;
}

#header1 .li2 {
  margin: 3px 0 0 20px;
}

#header1 .li3,
#header1 .li4,
#header1 .li5 {
  margin-left: 15px;
}

#header1 .li6 {
  font-size: 13px;
  margin: 3px 0 0 20px;
}

#header1 .li6 img {
  margin-right: 7px;
}

@media screen and (max-width: 768px) {
  #header {
    min-width: 0px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 106;
    height: 60px;
    box-sizing: border-box;
    padding-top: 18px;
    padding-bottom: 0px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  }
  #header1 {
    display: none;
  }
}

/* header2
---------------------------------------------------- */
#header2 h1 {
  float: left;
  margin-top: 15px;
  width: 410px;
}

#gnavi {
  float: right;
  margin-top: 14px;
}

#gnavi li {
  display: block;
  float: left;
}

#gnavi .gnavi-line {
  display: inline-block;
  margin: 0px 8px;
  color: #ffa710;
}

#gnavi .li1 a {
  padding-top: 18px;
  display: inline-block;
  position: relative;
}

#gnavi .li1 a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #ffa713;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

#gnavi .li1 a:hover::after {
  transform: scale(1, 1);
}

#gnavi .li2 {
  display: block;
  background: linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -moz-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -webkit-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -ms-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  height: 48px;
  box-sizing: border-box;
  padding: 2px;
  margin-left: 18px;
}

#gnavi .li2 .btn1 {
  display: block;
  color: #fff;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
  position: relative;
  padding-right: 26px;
  padding-left: 12px;
  z-index: 5;
}

#gnavi .li2 .btn1:hover {
  color: #fd920d;
}

#gnavi .li2 .btn1::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

#gnavi .li2 .btn1:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

#gnavi .li2 .btn1::after {
  content: '';
  width: 8px;
  height: 14px;
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ar1.png) no-repeat left top;
  background-size: cover;
  position: absolute;
  right: 8px;
  top: 15px;
}

#gnavi > .li2 > .btn1:hover::after {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ar3.png) no-repeat left top;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #header2 {
    padding: 0px 15px;
  }
  #header2 h1 {
    float: none;
    margin-top: 0px;
    width: 240px;
    height: auto;
    font-size: 10px;
  }
  #gnavi {
    display: none;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 5. history */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
#history {
  margin: 25px 0 30px;
}

#history a:hover {
  opacity: 0.6;
}

#history li {
  font-size: 14px;
  display: block;
  float: left;
}

#history li + li::before {
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #ffa713;
  border-left: 2px solid #ffa713;
  transform: rotate(-135deg);
  vertical-align: middle;
  margin: -4px 5px 0px 5px;
}

@media screen and (max-width: 768px) {
  #history {
    margin: 10px 15px 15px;
  }
  #history li {
    font-size: 12px;
  }
  #history li + li::before {
    margin-left: 3px;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 6. pagetitle */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
#pagetitle {
  height: 240px;
  text-align: center;
  min-width: 1200px;
}

#pagetitle h2 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 3px;
  line-height: 240px;
  text-shadow: 0px 0px 40px #e3940f;
}

body.about #pagetitle {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-about.jpg) no-repeat center center;
  background-size: cover;
}

body.about #pagetitle h2 {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-about-en.png) no-repeat center center;
}


body.column #pagetitle {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-trial.jpg) no-repeat center center;
  background-size: cover;
}

body.column #pagetitle h2 {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-appeal-en.png) no-repeat center center;
}


body.news #pagetitle,
body.category #pagetitle,
body.single-post #pagetitle {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-news.jpg) no-repeat center center;
  background-size: cover;
}

body.news #pagetitle h2,
body.category #pagetitle h2,
body.single-post #pagetitle h2 {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-news-en.png) no-repeat center center;
}

body.support #pagetitle {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-support.jpg) no-repeat center center;
  background-size: cover;
}

body.support #pagetitle h2 {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-support-en.png) no-repeat center center;
}

body.appeal #pagetitle {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-appeal.jpg) no-repeat center center;
  background-size: cover;
}

body.appeal #pagetitle h2 {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-appeal-en.png) no-repeat center center;
}

body.contact #pagetitle,
body.confirm #pagetitle,
body.complete #pagetitle {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-contact.jpg) no-repeat center center;
  background-size: cover;
}

body.contact #pagetitle h2,
body.confirm #pagetitle h2,
body.complete #pagetitle h2 {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-contact-en.png) no-repeat center center;
}

body.page-template-products #pagetitle {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-product.jpg) no-repeat center center;
  background-size: cover;
}

body.page-template-products #pagetitle h2 {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-product-en.png) no-repeat center center;
}

body.trial #pagetitle,
body.parent-pageid-43.confirm #pagetitle {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-trial.jpg) no-repeat center center;
  background-size: cover;
}

body.trial #pagetitle h2,
body.parent-pageid-43.confirm #pagetitle h2 {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-trial-en.png) no-repeat center center;
}

body.lending #pagetitle,
body.parent-pageid-47.confirm #pagetitle {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-lending.jpg) no-repeat center center;
  background-size: cover;
}

body.lending #pagetitle h2,
body.parent-pageid-47.confirm #pagetitle h2 {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-lending-en.png) no-repeat center center;
}

body.consumables #pagetitle {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-consumables.jpg) no-repeat center center;
  background-size: cover;
}

body.consumables #pagetitle h2 {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-consumables-en.png) no-repeat center center;
}

body.ingredient #pagetitle {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-ingredient.jpg) no-repeat center center;
  background-size: cover;
}

body.ingredient #pagetitle h2 {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-ingredient-en.png) no-repeat center center;
}

@media screen and (max-width: 768px) {
  #pagetitle {
    height: 150px;
    min-width: 0px;
    margin-top: 60px;
  }
  #pagetitle h2 {
    font-size: 30px;
    line-height: 150px;
  }
  body #pagetitle h2 {
    background-size: auto 90px !important;
  }
}

@media screen and (max-width: 480px) {
  body.about #pagetitle {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-about-sp.jpg) no-repeat center center;
    background-size: cover;
  }
  body.news #pagetitle,
  body.category #pagetitle,
  body.single-post #pagetitle {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-news-sp.jpg) no-repeat center center;
    background-size: cover;
  }
  body.appeal #pagetitle {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-appeal-sp.jpg) no-repeat center center;
    background-size: cover;
  }
  body.support #pagetitle {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-support-sp.jpg) no-repeat center center;
    background-size: cover;
  }
  body.trial #pagetitle,
  body.parent-pageid-43.confirm #pagetitle {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-trial-sp.jpg) no-repeat center center;
    background-size: cover;
  }
  body.lending #pagetitle,
  body.parent-pageid-47.confirm #pagetitle {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-lending-sp.jpg) no-repeat center center;
    background-size: cover;
  }
  body.consumables #pagetitle {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-consumables-sp.jpg) no-repeat center center;
    background-size: cover;
  }
  body.contact #pagetitle,
  body.confirm #pagetitle,
  body.complete #pagetitle {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-contact-sp.jpg) no-repeat center center;
    background-size: cover;
  }
  body.page-template-products #pagetitle {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-product-sp.jpg) no-repeat center center;
    background-size: cover;
  }
  body.ingredient #pagetitle {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-ingredient-sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 7. footer */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
#footer {
  min-width: 1200px;
}

#footer-navi {
  background: #fdf7e4;
  padding: 40px 0px;
}

#footer-navi a:hover {
  opacity: 0.6;
}

.footer-navi-box1 {
  float: left;
  width: 380px;
}

.footer-navi-box1 .p1 {
  margin-bottom: 20px;
  width: 250px;
}

.footer-navi-box1 .p2 {
  font-size: 13px;
  line-height: 1.7;
}

.footer-navi-box1 .p2 span {
  font-size: 16px;
  font-weight: 700;
}

.footer-navi-box1 .p3 {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 5px;
}

.footer-navi-box1 .ul1 {
  margin-top: 20px;
}

.footer-navi-box1 .li1 {
  margin-right: 17px;
  width: 36px;
  display: inline-block;
}

.footer-navi-box1 li.li1.sp {
  display: none;
}

.footer-navi-box1 li img {
  vertical-align: middle;
}

.footer-navi-box1 .li2 {
  font-size: 13px;
  display: inline-block;
}

.footer-navi-box1 .li2 img {
  width: 43px;
  height: 28px;
  margin: -2px 8px 0px 0px;
}

.footer-navi-box2 {
  float: left;
  width: 145px;
}

.footer-navi-box3 {
  float: left;
  width: 200px;
}

.footer-navi-box4 {
  float: left;
}

.footer-navi-box5 {
  float: right;
}

.footer-navi-link > li {
  font-size: 16px;
}

.footer-navi-link > li + li {
  margin-top: 12px;
}

.footer-navi-link li li {
  font-size: 13px;
  margin-top: 12px;
  position: relative;
  padding-left: 14px;
}

.footer-navi-link li img {
  vertical-align: middle;
  margin: -2px 0px 0px 5px;
}

.footer-navi-link li li::before {
  content: '';
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/icon2.png) no-repeat left top;
  width: 6px;
  height: 7px;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 3px;
}

#copyright {
  background: linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -moz-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -webkit-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -ms-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 10px 0px;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 80;
}

#pagetop a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  #footer {
    min-width: 0px;
  }
  #footer-navi {
    padding: 20px 15px 30px;
  }
  .footer-navi-box1 {
    float: none;
    width: auto;
  }
  .footer-navi-box1 .p1 {
    margin-bottom: 10px;
    width: 50%;
    max-width: 249px;
  }
  .footer-navi-box1 .p2 {
    font-size: 12px;
  }
  .footer-navi-box1 li {
    margin-right: 20px;
  }
  .footer-navi-box1 li.li1.sp {
    display: inline-block;
  }
  .footer-navi-box1 li.li1.pc {
    display: none;
  }
  .footer-navi-link {
    display: none;
  }
  #copyright {
    font-size: 11px;
    padding: 7px 0px;
  }
  #pagetop {
    bottom: 10px;
    right: 10px;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 8. sidebar */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
#sidebar {
  width: 200px;
  float: left;
  box-sizing: border-box;
}

/* side-navi
---------------------------------------------------- */
.side-navi {
  background: linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -moz-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -webkit-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -ms-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  padding: 0px 10px 20px;
  margin-bottom: 40px;
}

.side-navi p {
  color: #fff;
  font-size: 14px;
  padding: 20px 1px;
}

.side-navi ul {
  border-bottom: 1px solid #ffcf51;
}

.side-navi li a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  padding: 12px 0px 12px 5px;
  border-top: 1px solid #ffcf51;
}

.side-navi li a.sub {
  margin-left: 20px;
}

.side-navi.single li a::after {
  content: '';
  width: 6px;
  height: 11px;
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ar6.png) no-repeat left top;
  background-size: cover;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -5px;
  transition: all .2s;
}

.side-navi.single li a:hover::after {
  right: 0px;
}

.side-navi li a img {
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -5px;
  transition: all .2s;
}

.side-navi li a img.page-down {
  right: 5px;
  transform: rotate(90deg);
}

.side-navi li a:hover img {
  right: 0px;
}

.side-navi li a:hover img.page-down {
  right: 5px;
  margin-top: 0px;
}

/* side-bnr
---------------------------------------------------- */
.side-bnr p {
  margin-bottom: 10px;
  font-size: 14px;
}

.side-bnr--list {
  margin: 10px 0 25px;
}

.side-bnr--list li {
  margin: 13px 0;
}

.side-bnr--list.is-last {
  margin-bottom: 0;
}

.side-bnr p img {
  width: 11px;
  height: auto;
  vertical-align: middle;
  margin: -3px 5px 0px 0px;
}

@media screen and (max-width: 768px) {
  #sidebar {
    width: auto;
    float: none;
  }
  .side-navi {
    display: none;
  }
  .side-bnr {
    padding: 0px 15px;
  }
  .side-bnr--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .side-bnr li {
    width: 48%;
    margin: 0px 0 8px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .side-bnr li {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .side-bnr li img {
    width: 100%;
    height: auto;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 9. home */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* mv
---------------------------------------------------- */
#mv {
  position: relative;
  overflow: hidden;
  min-width: 1200px;
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/mv.png) no-repeat center top;
  background-size: 100% auto;
}

video,
.mv-img {
  width: 100%;
  height: auto;
}

video.sp {
  display: none;
}

#mv .catch {
  width: 320px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -35px;
}

#mv .scroll {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 50px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  margin-left: -36px;
}

#mv .scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 45px;
  background: #fff;
}

#mv .scroll::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media screen and (max-width: 768px) {
  #mv {
    min-width: 0px;
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/mv-sp.png) no-repeat center center;
    background-size: 100% auto;
    margin-top: 60px;
  }
  video.pc {
    display: none;
  }
  video.sp {
    display: block;
  }
  #mv .catch {
    width: 241px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -120.5px;
    margin-top: -26px;
  }
}

/* home-pro
---------------------------------------------------- */
.home-pro-ch-container-2 {
  min-width: 1200px;
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/background-dot.png) no-repeat center 735px;
}

#home-pro {
  overflow: hidden;
  min-width: 1200px;
  margin-top: -1px;
}

#home-pro .inner1 {
  position: relative;
  padding-top: 90px;
}

.home_ka-725_bnr {
  height: 439px;
  box-sizing: border-box;
  padding: 30px 0px 0px 80px;
}

.home_ka-725_bnr_inner {
  width: 1020px;
  height: 350px;
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/home_ka-725_bnr_pc.png) no-repeat left top;
  box-sizing: border-box;
  padding: 252px 0px 0px 80px;
}

.home-pro-contents-2 {
  position: relative;
  height: 360px;
}

#home-pro .img1-2 {
  position: absolute;
  left: -100px;
  top: 0px;
}

#home-pro .img2-2 {
  position: absolute;
  left: -200px;
  top: 0px;
  width: 700px;
  height: 49px;
  z-index: -1;
}

#home-pro .txt1-2 {
  width: 560px;
  float: right;
}

.home-pro-tit-box {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/home-pro-tit-back.png) no-repeat left top;
  background-size: cover;
}

#home-pro h2 {
  background: linear-gradient(-90deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: 700;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  color: #ffa710;
}

@media all and (-ms-high-contrast: none) {
  #home-pro h2 {
    background: none;
  }
}

#home-pro p {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .home-pro-ch-container-2 {
    min-width: 0px;
    background: none;
  }
  #home-pro {
    min-width: 0px;
    margin-top: 0px;
  }
  .home_ka-725_bnr {
    height: auto;
    padding: 30px 15px 0px;
    text-align: center;
  }
  .home_ka-725_bnr_inner {
    width: 345px;
    height: 356.5px;
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/home_ka-725_bnr_sp.png) no-repeat left top;
    background-size: contain;
    box-sizing: border-box;
    padding: 280px 15px 0px;
    margin: 0px auto;
  }
  .home-pro-contents-2 {
    height: auto;
    padding-top: 30px;
  }
  #home-pro .img1-2 {
    position: static;
    left: auto;
    top: auto;
    width: 93%;
    height: auto;
  }
  #home-pro .img2-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80%;
    height: 60px;
  }
  #home-pro .txt1-2 {
    width: auto;
    float: none;
    margin-top: 20px;
    padding: 0px 15px;
  }
  .home-pro-tit-box {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/home-pro-tit-back.png) no-repeat left top;
    background-size: auto 100%;
    margin-right: -15px;
  }
  #home-pro h2 {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
  }
  #home-pro p {
    margin: 5px 0px 20px;
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .home_ka-725_bnr_inner {
    width: 290px;
    height: 300px;
    padding: 227px 15px 0px;
  }
}

/* home-ch
---------------------------------------------------- */
#home-ch {
  overflow: hidden;
  min-width: 1200px;
}

.home-ch-contents {
  padding-top: 80px;
  position: relative;
  height: 440px;
}

#home-ch .img1 {
  position: absolute;
  right: -100px;
  top: 80px;
}

#home-ch .img2 {
  position: absolute;
  right: -160px;
  top: 340px;
  width: 620px;
  height: 140px;
  z-index: -1;
}

#home-ch .txt1 {
  width: 600px;
}

.home-ch-tit-box {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/home-ch-tit-back.png) no-repeat left top;
  background-size: cover;
}

#home-ch h2 {
  background: linear-gradient(-90deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: 700;
  height: 89px;
  line-height: 89px;
  display: inline-block;
  color: #ffa710;
}

@media all and (-ms-high-contrast: none) {
  #home-ch h2 {
    background: none;
  }
}

#home-ch p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  #home-ch {
    min-width: 0px;
    background-image: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/background-dot-sp1.png), url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/background-dot-sp2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 30% top, left bottom;
    background-size: 52% auto, 80% auto;
  }
  .home-ch-contents {
    padding: 60px 0;
    height: auto;
  }
  #home-ch .img1 {
    position: static;
    right: auto;
    top: auto;
    width: 93%;
    height: auto;
    float: right;
  }
  #home-ch .img2 {
    position: static;
    right: auto;
    top: auto;
    width: 75%;
    height: 20px;
    float: right;
    clear: both;
  }
  #home-ch .txt1 {
    width: auto;
    clear: both;
    padding: 15px 0px 0 15px;
  }
  .home-ch-tit-box {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/home-ch-tit-back.png) no-repeat left top;
    background-size: auto 100%;
  }
  #home-ch h2 {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
  }
  #home-ch p {
    margin: 5px 15px 20px 0px;
    font-size: 13px;
  }
  #home-ch .el-btn1 {
    margin-right: 15px;
  }
}

/* home-news
---------------------------------------------------- */
#home-news {
  background: #fdf7e4;
  padding: 60px 0;
  overflow: hidden;
  min-width: 1200px;
}

#home-news .inner2 {
  position: relative;
}

.home-news-contents {
  background: #fff;
  padding: 40px 0;
  position: relative;
  text-align: center;
}

.home-news-tit-box {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/home-news-tit-back.png) no-repeat center top;
  background-size: contain;
  text-align: center;
}

#home-news h2 {
  background: linear-gradient(-90deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: 700;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  color: #ffa710;
}

@media all and (-ms-high-contrast: none) {
  #home-news h2 {
    background: none;
  }
}

#home-news .img1 {
  position: absolute;
  bottom: -30px;
  left: -100px;
}

#home-news .img2 {
  position: absolute;
  top: 50px;
  right: -140px;
}

@media screen and (max-width: 768px) {
  #home-news {
    padding: 40px 15px;
    min-width: 0px;
  }
  .home-news-contents {
    padding: 20px 15px;
  }
  #home-news h2 {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
  }
  #home-news .img1 {
    position: absolute;
    bottom: -15px;
    left: -15px;
    width: 50%;
    height: 230px;
  }
  #home-news .img2 {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 65px;
    width: 15%;
  }
}

/* home-contact
---------------------------------------------------- */
#home-contact {
  padding: 60px 0 120px;
  text-align: center;
  min-width: 1200px;
  background: #fff;
}

.home-con-tit-box {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/home-con-tit-back.png) no-repeat center top;
  background-size: contain;
  text-align: center;
}

.home-con-tit-box h2 {
  background: linear-gradient(-90deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: 700;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  color: #ffa710;
}

@media all and (-ms-high-contrast: none) {
  .home-con-tit-box h2 {
    background: none;
  }
}

.home-con-tit-box + p {
  font-size: 14px;
  line-height: 1.7;
  width: 800px;
  margin: 25px auto 15px;
  text-align: left;
}

.home-con-box {
  background: #f3f3f3;
  padding: 30px 100px;
  margin-top: 40px;
}

.home-con-box.home-con-box2 {
  padding: 30px 20px;
  margin-top: 60px;
  text-align: center;
}

.home-con-box h3 {
  position: relative;
  margin-bottom: 20px;
}

.home-con-box h3::before {
  content: '';
  width: 60px;
  border-bottom: 1px solid #111;
  position: absolute;
  top: 50%;
  margin-left: -73px;
}

.home-con-box h3::after {
  content: '';
  width: 60px;
  border-bottom: 1px solid #111;
  position: absolute;
  top: 50%;
  margin-left: 13px;
}

.home-con-box .item-tel,
.home-con-box .item-fax {
  width: 50%;
  float: left;
}

.home-con-box .item-tel .p1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.home-con-box .item-tel .p1 img {
  vertical-align: middle;
  margin: -6px 10px 0px 0px;
  width: 28px;
  height: auto;
}

.home-con-box .item-tel dt {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  border-radius: 3px;
  background: #333;
  padding: 4px 7px;
  margin-right: 5px;
}

.home-con-box .item-tel dd {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
}

.home-con-box .item-fax .p1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.home-con-box .item-fax .p1 span {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  border-radius: 3px;
  background: #333;
  padding: 4px 7px;
  vertical-align: middle;
  margin: -5px 8px 0px 0px;
}

.home-con-box .item-fax .p2 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.home-con-btn {
  display: inline-block;
  background: linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -moz-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -webkit-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -ms-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  width: 200px;
  height: 30px;
  box-sizing: border-box;
  padding: 2px;
}

.home-con-btn a {
  font-size: 13px;
  display: block;
  color: #fff;
  height: 26px;
  line-height: 26px;
  text-align: center;
  position: relative;
  z-index: 5;
  padding-left: 35px;
}

.home-con-btn a:hover {
  color: #fd920d;
}

.home-con-btn a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.home-con-btn a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.home-con-btn a::before {
  content: '';
  width: 18px;
  height: 16px;
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/icon-dl.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-left: -25px;
  margin-top: -9px;
}

.home-con-btn a:hover::before {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/icon-dl-or.png) no-repeat left top;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #home-contact {
    padding: 40px 15px;
    min-width: 0px;
  }
  .home-con-tit-box {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/home-con-tit-back.png) no-repeat center top;
    background-size: auto 100%;
    margin-right: -15px;
    margin-left: -15px;
  }
  .home-con-tit-box h2 {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
  }
  .home-con-tit-box + p {
    font-size: 13px;
    width: auto;
    margin: 5px auto 20px;
  }
  .home-con-box,
  .home-con-box.home-con-box2 {
    padding: 30px 0px;
    margin-top: 40px;
  }
  .home-con-box h3 {
    font-size: 14px;
  }
  .home-con-box h3::before {
    width: 30px;
    margin-left: -35px;
  }
  .home-con-box h3::after {
    width: 30px;
    margin-left: 5px;
  }
  .home-con-box .item-tel,
  .home-con-box .item-fax {
    width: auto;
    float: none;
  }
  .home-con-box .item-tel .p1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .home-con-box .item-tel .p1 img {
    margin: -6px 5px 0px 0px;
    width: 20px;
    height: auto;
  }
  .home-con-box .item-tel dt {
    font-size: 11px;
    padding: 3px 5px;
    margin-right: 1px;
  }
  .home-con-box .item-tel dd {
    font-size: 12px;
    line-height: 1.4;
  }
  .home-con-box .item-fax .p1 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 25px;
  }
  .home-con-box .item-fax .p1 span {
    font-size: 12px;
    margin: -5px 5px 0px 0px;
  }
  .home-con-box .item-fax .p2 {
    font-size: 12px;
    line-height: 1.4;
  }
}

/* bnr-box
---------------------------------------------------- */
.bnr-box {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #c9c9c9;
}

.bnr-box p {
  text-align: left;
  margin-bottom: 20px;
}

.bnr-box p img {
  width: 13px;
  height: auto;
  vertical-align: middle;
  margin: -4px 5px 0px 0px;
}

.bnr-box-before {
  width: 484px;
  float: left;
}

.bnr-box-after {
  width: 484px;
  float: right;
}

.bnr-box-before--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bnr-box li {
  display: block;
  width: 48%;
  max-width: 232px;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .bnr-box {
    margin-top: 30px;
    padding-top: 30px;
  }
  .bnr-box p {
    margin-bottom: 10px;
  }
  .bnr-box p img {
    width: 11px;
    height: auto;
    margin: -3px 5px 0px 0px;
  }
  .bnr-box-before,
  .bnr-box-after {
    width: auto;
    float: none;
    margin-bottom: 30px;
  }
  .bnr-box-before--list {
    display: flex;
    flex-wrap: wrap;
  }
  .bnr-box li {
    width: 48%;
    margin: 8px 0;
  }
  .bnr-box li img {
    width: 100%;
    height: auto;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 10. about */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
body.about #container {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/about-back.png) no-repeat left 246px;
  background-size: 37% 290px;
}

/* about / greeting
---------------------------------------------------- */
#greeting img {
  float: left;
  margin-right: 30px;
}

#greeting p {
  font-size: 14px;
  line-height: 2;
}

#greeting .name {
  font-weight: 700;
  text-align: right;
}

@media screen and (max-width: 768px) {
  body.about #container {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/about-back.png) no-repeat left 308px;
    background-size: 70% 150px;
  }
  #greeting img {
    float: none;
    display: block;
    margin: 0px auto 20px;
    max-width: 240px;
    height: auto;
  }
  #greeting p {
    font-size: 13px;
    line-height: 1.9;
  }
}

/* about / access
---------------------------------------------------- */
#access dt {
  margin-top: 25px;
  font-weight: 700;
  line-height: 1.7;
}

#access dt::before {
  content: '';
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/icon-circle.png) no-repeat left top;
  background-size: contain;
  width: 10px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 3px 0px 0px;
}

#access dd {
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  #access dt {
    margin-top: 20px;
  }
  #access dd {
    font-size: 13px;
  }
  .map-box iframe {
    width: 100%;
    height: 225px;
  }
}

/* about / recruit
---------------------------------------------------- */
#recruit h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

#recruit p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

#recruit .name {
  font-weight: 700;
  margin-left: 42%;
}

#recruit dl {
  background: #f3f3f3;
  text-align: center;
  padding: 30px 0px;
  margin-bottom: 40px;
}

#recruit dt {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

#recruit dt img {
  margin-right: 12px;
  width: 28px;
  height: auto;
}

#recruit dd {
  font-size: 14px;
}

#recruit dd span {
  display: inline-block;
  background: #313131;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  vertical-align: middle;
  margin: -5px 10px 0px 0px;
}

#recruit dl + .el-btn1 {
  display: block;
  margin: 0px auto;
}

@media screen and (max-width: 768px) {
  #recruit h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #recruit p {
    font-size: 13px;
    line-height: 1.8;
  }
  #recruit .name {
    margin-left: 0px;
    text-align: right;
  }
  #recruit dl {
    padding: 20px 0px;
    margin-bottom: 20px;
  }
  #recruit dt {
    font-size: 24px;
  }
  #recruit dt img {
    width: 21px;
    height: auto;
    vertical-align: middle;
    margin: -5px 6px 0px 0px;
  }
  #recruit dd {
    font-size: 13px;
  }
  #recruit dd span {
    padding: 4px 6px;
    margin: -3px 7px 0px 0px;
    font-size: 11px;
  }
}


/* about / privacy
---------------------------------------------------- */
#privacy h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

#privacy p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

#privacy .name {
  font-weight: 700;
  margin-left: 42%;
}


@media screen and (max-width: 768px) {
  #privacy h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #privacy p {
    font-size: 13px;
    line-height: 1.8;
  }
  #privacy .name {
    margin-left: 0px;
    text-align: right;
  }

}


/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 11. appeal */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
.appeal-contents .ul1 li {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0px;
  width: 46.05%;
  float: left;
  margin-bottom: 10px;
}

.appeal-contents .ul1 .li1 {
  background: #ffa713;
  margin-left: 6.57%;
}

.appeal-contents .ul1 .li2 {
  background: #ababab;
  margin-left: 1.31%;
}

.appeal-contents dl {
  margin-bottom: 20px;
}

.appeal-contents dt {
  float: left;
  position: relative;
  width: 6.57%;
}

.appeal-contents .img1 {
  max-width: 18px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-73%, -50%);
}

.appeal-contents dd {
  float: left;
  width: 46.05%;
}

.appeal-contents dd + dd {
  margin-left: 1.31%;
}

.appeal-point {
  padding-left: 6.57%;
  position: relative;
}

.appeal-point p {
  position: absolute;
  left: 29px;
  top: -12px;
  z-index: 5;
  width: 55px;
}

.appeal-point table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.appeal-point td {
  font-size: 16px;
  line-height: 1.7;
  border: none;
  padding: 10px 10px 10px 30px;
  border-bottom: 4px solid #fff;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}

.appeal-point .td1 {
  background: #fdf7e4;
  border-right: 10px solid #fff;
}

.appeal-point .td2 {
  background: #f5f5f5;
  border-left: 10px solid #fff;
}

.appeal-point td::before {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}

.appeal-point .td1::before {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/appeal-circle1.png) no-repeat left top;
  background-size: 100% auto;
}

.appeal-point .td2::before {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/appeal-circle2.png) no-repeat left top;
  background-size: 100% auto;
}

#feature p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
}

#feature .el-btn1 {
  display: block;
  margin: 0px auto;
}

@media screen and (max-width: 768px) {
  .appeal-contents .ul1 li {
    font-size: 12px;
    padding: 5px 0px;
    margin-bottom: 5px;
  }
  .appeal-contents dl {
    margin-bottom: 5px;
  }
  .appeal-contents dt .img2 {
    width: 94%;
  }
  .appeal-contents .img1 {
    max-width: 50%;
    height: auto;
    transform: translate(-65%, -50%);
  }
  .appeal-point p {
    left: 1%;
    top: -7px;
    width: 45px;
  }
  .appeal-point td {
    font-size: 12px;
    line-height: 1.4;
    padding: 5px 5px 5px 20px;
  }
  .appeal-point .td1 {
    border-right: 2px solid #fff;
  }
  .appeal-point .td2 {
    border-left: 4px solid #fff;
  }
  .appeal-point td::before {
    width: 8px;
    height: 8px;
    left: 8px;
  }
  #feature p {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .appeal-contents .img1 {
    transform: translate(-70%, -50%);
  }
}



/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 11-1. column */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */


.column-contents .ul1 li {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0px;
  width: 46.05%;
  float: left;
  margin-bottom: 10px;
}

.column-contents .ul1 .li1 {
  background: #ffa713;
  margin-left: 6.57%;
}

.column-contents .ul1 .li2 {
  background: #ababab;
  margin-left: 1.31%;
}

.column-contents dl {
  margin-bottom: 20px;
}

.column-contents dt {
  float: left;
  position: relative;
  width: 6.57%;
}

.column-contents .img1 {
  max-width: 18px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-73%, -50%);
}

.column-contents dd {
  float: left;
  width: 46.05%;
}

.column-contents dd + dd {
  margin-left: 1.31%;
}

.column-point {
  padding-left: 6.57%;
  position: relative;
}

.column-point p {
  position: absolute;
  left: 29px;
  top: -12px;
  z-index: 5;
  width: 55px;
}

.column-point table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.column-point td {
  font-size: 16px;
  line-height: 1.7;
  border: none;
  padding: 10px 10px 10px 30px;
  border-bottom: 4px solid #fff;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}

.column-point .td1 {
  background: #fdf7e4;
  border-right: 10px solid #fff;
}

.column-point .td2 {
  background: #f5f5f5;
  border-left: 10px solid #fff;
}

.column-point td::before {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}

.column-point .td1::before {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/column-circle1.png) no-repeat left top;
  background-size: 100% auto;
}

.column-point .td2::before {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/column-circle2.png) no-repeat left top;
  background-size: 100% auto;
}

#feature p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
}

#feature .el-btn1 {
  display: block;
  margin: 0px auto;
}

@media screen and (max-width: 768px) {
  .column-contents .ul1 li {
    font-size: 12px;
    padding: 5px 0px;
    margin-bottom: 5px;
  }
  .column-contents dl {
    margin-bottom: 5px;
  }
  .column-contents dt .img2 {
    width: 94%;
  }
  .column-contents .img1 {
    max-width: 50%;
    height: auto;
    transform: translate(-65%, -50%);
  }
  .column-point p {
    left: 1%;
    top: -7px;
    width: 45px;
  }
  .column-point td {
    font-size: 12px;
    line-height: 1.4;
    padding: 5px 5px 5px 20px;
  }
  .column-point .td1 {
    border-right: 2px solid #fff;
  }
  .column-point .td2 {
    border-left: 4px solid #fff;
  }
  .column-point td::before {
    width: 8px;
    height: 8px;
    left: 8px;
  }
  #feature p {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .column-contents .img1 {
    transform: translate(-70%, -50%);
  }
}


/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 12. contact */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
.contact-form-p {
  font-size: 14px;
  line-height: 1.8;
  margin: 30px 0px 0px;
}

.contact-table {
  border-collapse: collapse;
  width: 100%;
  border: none;
}

.contact-table th,
.contact-table td {
  padding: 30px 0px 0px;
  border: none;
}

.confirm-contents .contact-table {
  border-top: 1px solid #c9c9c9;
  margin-top: 30px;
}

.confirm-contents .contact-table th,
.confirm-contents .contact-table td {
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 0px;
  line-height: 1.7;
}

.contact-table th {
  width: 180px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.contact-table .tr1 th {
  vertical-align: top;
  padding-top: 40px;
}

.confirm-contents .contact-table .tr1 th {
  vertical-align: middle;
  padding-top: 20px;
}

.txtred {
  color: #e41d2f;
}

.select-container {
  padding: 13px;
  background: #fff;
  width: 240px;
  display: inline-block;
  position: relative;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  box-sizing: border-box;
}

.confirm-contents .select-container {
  display: block;
  border: none;
  padding: 0px;
  width: auto;
}

.select-container select {
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #111;
  font-size: 15px;
  border-radius: 0;
  width: 100%;
  z-index: 2;
  background: transparent;
}

.select-container:after {
  content: "\25bc";
  font-size: 12px;
  color: #fff;
  background: #c9c9c9;
  width: 40px;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}

.confirm-contents .select-container::after {
  content: none;
  border: none;
  background: #fff;
  line-height: 1;
  width: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

.size_m {
  -webkit-appearance: none;
  width: 100%;
  box-sizing: border-box;
  padding: 13px;
  font-size: 16px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
}

.contact-table textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  padding: 13px;
  font-size: 16px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  line-height: 1.5;
}

.contact-btn-box {
  margin: 40px auto 0px;
}

.confirm-contents .contact-btn-box {
  width: 640px;
}

.contact-btn-back {
  display: none;
}

.contact-btn,
.confirm-contents .contact-btn-back {
  display: block;
  background: linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -moz-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -webkit-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -ms-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  width: 300px;
  height: 60px;
  box-sizing: border-box;
  padding: 2px;
  position: relative;
  z-index: 5;
}

.contact-btn {
  margin: 0px auto;
}

.confirm-contents .contact-btn {
  margin: 0px;
  float: right;
}

.confirm-contents .contact-btn-back {
  background: #aaa;
  float: left;
}

.contact-btn input,
.confirm-contents .contact-btn-back .back-btn1 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: block;
  color: #fff;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  text-align: center;
  width: 296px;
  box-sizing: border-box;
}

.contact-btn input:hover {
  color: #fd920d;
}

.confirm-contents .contact-btn-back .back-btn1:hover {
  color: #000;
}

.contact-btn::before,
.confirm-contents .contact-btn-back::before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -1;
  content: '';
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.contact-btn:hover::before,
.confirm-contents .contact-btn-back:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.contact-btn::after {
  content: '';
  width: 8px;
  height: 14px;
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ar1.png) no-repeat left top;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 23px;
}

.confirm-contents .contact-btn-back::after {
  content: '';
  width: 8px;
  height: 14px;
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ar9.png) no-repeat left top;
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 23px;
}

.contact-btn:hover::after {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ar3.png) no-repeat left top;
  background-size: cover;
}

.confirm-contents .contact-btn-back:hover::after {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ar10.png) no-repeat left top;
  background-size: cover;
}

.contact-complete-p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 17px;
}

@media screen and (max-width: 768px) {
  .contact-form-p {
    font-size: 13px;
    line-height: 1.7;
    margin: 20px 0px;
  }
  .contact-table th,
  .contact-table td {
    padding: 8px 0px 0px;
    display: block;
  }
  .confirm-contents .contact-table {
    margin-top: 20px;
  }
  .confirm-contents .contact-table th {
    border: none;
    font-size: 14px;
    padding: 15px 0px 5px;
  }
  .confirm-contents .contact-table td {
    font-size: 14px;
    padding: 0px 0px 15px;
  }
  .contact-table th {
    width: auto;
    font-size: 14px;
    padding: 15px 0px 0px;
  }
  .contact-table .tr1 th,
  .confirm-contents .contact-table .tr1 th {
    vertical-align: middle;
    padding-top: 15px;
  }
  .size_m {
    font-size: 15px;
  }
  .contact-table textarea {
    height: 150px;
    font-size: 15px;
  }
  .contact-btn-box {
    margin: 25px auto 0px;
  }
  .confirm-contents .contact-btn-box {
    width: auto;
  }
  .contact-btn-back {
    display: none;
  }
  .contact-btn,
  .confirm-contents .contact-btn-back {
    display: block;
    width: 100%;
  }
  .contact-btn input,
  .confirm-contents .contact-btn-back .back-btn1 {
    font-size: 16px;
    width: 100%;
  }
  .confirm-contents .contact-btn {
    float: none;
  }
  .confirm-contents .contact-btn-back {
    margin-top: 30px;
    float: none;
  }
  .contact-complete-p {
    font-size: 14px;
    margin: 30px 0px;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 13. consumables */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
.consumables-contents p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}

.consumables-contents p.indent-txt {
  text-indent: -1em;
  padding-left: 1em;
  color: #6b6b6b;
  margin-top: -15px;
}

.consumables-contents p.indent-txt a {
  text-decoration: underline;
  color: #6b6b6b;
}

.consumables-contents p.indent-txt a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.consumables-item p {
  width: 500px;
  float: left;
}

.consumables-imgbox {
  width: 238px;
  float: right;
}

.consumables-imgbox p {
  text-align: right;
  line-height: 1.5;
  margin: 10px 0 0;
  width: auto;
  float: none;
}

.consumables-imgbox p::before {
  content: '▲';
  color: #b9b9b9;
}

@media screen and (max-width: 768px) {
  .consumables-contents p {
    font-size: 13px;
    line-height: 1.8;
  }
  .consumables-contents p.indent-txt {
    font-size: 12px;
    margin-top: -5px;
  }
  .consumables-item p {
    width: auto;
    float: none;
  }
  .consumables-imgbox {
    width: 100%;
    height: auto;
    margin: 0px auto;
    float: none;
  }
  .consumables-imgbox p {
    font-size: 12px;
  }
  .consumables-imgbox p br {
    display: none;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 14. ingredient */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
.ingredient-br1 {
  display: none;
}

/* ingredient-table
---------------------------------------------------- */
.ingredient-table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.ingredient-table th,
.ingredient-table td {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 17px 0px;
}

.ingredient-table th {
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
  font-size: 14px;
}

.ingredient-table td {
  width: 26%;
}

.ingredient-table tr:first-child td {
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 0px;
}

.ingredient-table td span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .ingredient-br1 {
    display: inline;
  }
  .ingredient-table th,
  .ingredient-table td {
    padding: 10px 0px;
    font-size: 14px;
  }
  .ingredient-table th {
    padding-left: 5px;
    font-size: 11px;
  }
  .ingredient-table td {
    width: 24%;
  }
  .ingredient-table tr:first-child td {
    font-size: 12px;
    padding: 5px 0px;
  }
  .ingredient-table td span {
    font-size: 10px;
  }
}

/* ingredient-table2
---------------------------------------------------- */
.ingredient-table2-sp-wrapper {
  display: none;
}

.ingredient-table2 {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.ingredient-table2 th,
.ingredient-table2 td {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px 0px;
}

.ingredient-table2 th {
  font-weight: 400;
  font-size: 14px;
}

.ingredient-table2 th.th1 {
  width: 11.5%;
}

.ingredient-table2 th.th2 {
  line-height: 1.5;
}

.ingredient-table2 td {
  width: 13%;
}

.ingredient-table2 tr:nth-child(1) td {
  font-size: 14px;
  line-height: 1.4;
}

.ingredient-table2 tr:nth-child(2) td {
  font-size: 13px;
  line-height: 1.4;
}

.ingredient-table2 td span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .ingredient-table2-wrapper {
    display: none;
  }
  .ingredient-table2-sp-wrapper {
    display: block;
  }
  .ingredient-table2-sp {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
  }
  .ingredient-table2-sp th,
  .ingredient-table2-sp td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 1.4;
    box-sizing: border-box;
  }
  .ingredient-table2-sp th {
    font-size: 12px;
    font-weight: 400;
  }
  .ingredient-table2-sp .th1 {
    width: 23.5%;
    font-size: 11px;
  }
  .ingredient-table2-sp .td1 {
    width: 15%;
    font-size: 11px;
    padding: 3px;
  }
  .ingredient-table2-sp .td2 {
    font-size: 11px;
    padding: 3px;
  }
  .ingredient-table2-sp td span {
    font-size: 10px;
    display: block;
    margin-top: 3px;
  }
}

/* ingredient-table3
---------------------------------------------------- */
.ingredient-table3 {
  border-collapse: collapse;
  width: 368px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.ingredient-table3 th,
.ingredient-table3 td {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 17px 0px;
}

.ingredient-table3 th {
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
  font-size: 14px;
}

.ingredient-table3 td {
  width: 199px;
}

.ingredient-table3 tr:first-child td {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .ingredient-table3 {
    width: 170px;
  }
  .ingredient-table3 th,
  .ingredient-table3 td {
    padding: 10px 0px;
    font-size: 14px;
  }
  .ingredient-table3 th {
    padding-left: 5px;
    font-size: 11px;
  }
  .ingredient-table3 td {
    width: 72px;
  }
  .ingredient-table3 tr:first-child td {
    font-size: 12px;
  }
}

/* ingredient / icons
---------------------------------------------------- */
.ingredient-contents th img {
  vertical-align: middle;
  margin: -6px 5px 0px 0px;
}

.ingredient-contents .icon-apple {
  width: 16px;
  height: auto;
}

.ingredient-contents .icon-orange {
  width: 18px;
  height: auto;
}

.ingredient-contents .icon-kiwi {
  width: 19px;
  height: auto;
}

.ingredient-contents .icon-lemon {
  width: 16px;
  height: auto;
}

.ingredient-contents .icon-peach {
  width: 21px;
  height: auto;
}

.ingredient-contents .icon-pear {
  width: 19px;
  height: auto;
}

.ingredient-contents .icon-onion {
  width: 16px;
  height: auto;
}

.ingredient-contents .icon-pineapple {
  width: 14px;
  height: auto;
}

.ingredient-contents .icon-melon {
  width: 18px;
  height: auto;
}

.ingredient-contents .icon-mango {
  width: 19px;
  height: auto;
}

.ingredient-contents .icon-pumpkin {
  width: 20px;
  height: auto;
}

.ingredient-contents .icon-persimmon {
  width: 20px;
  height: auto;
}

.ingredient-contents .icon-turnip {
  width: 17px;
  height: auto;
}

.ingredient-contents .icon-citron {
  width: 19px;
  height: auto;
}

.ingredient-contents .icon-citrus {
  width: 17px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .ingredient-contents th img {
    margin: -5px 3px 0px 0px;
  }
  .ingredient-contents .icon-apple {
    width: 12px;
    height: auto;
  }
  .ingredient-contents .icon-orange {
    width: 13.5px;
    height: auto;
  }
  .ingredient-contents .icon-kiwi {
    width: 14.5px;
    height: auto;
  }
  .ingredient-contents .icon-lemon {
    width: 12px;
    height: auto;
  }
  .ingredient-contents .icon-peach {
    width: 15px;
    height: auto;
  }
  .ingredient-contents .icon-pear {
    width: 13px;
    height: auto;
  }
  .ingredient-contents .icon-onion {
    width: 12px;
    height: auto;
  }
  .ingredient-contents .icon-pineapple {
    width: 12.5px;
    height: auto;
  }
  .ingredient-contents .icon-melon {
    width: 13.5px;
    height: auto;
  }
  .ingredient-contents .icon-mango {
    width: 14.5px;
    height: auto;
  }
  .ingredient-contents .icon-pumpkin {
    width: 15px;
    height: auto;
  }
  .ingredient-contents .icon-persimmon {
    width: 14px;
    height: auto;
    vertical-align: middle;
    margin: -3px 5px 0px 0px;
  }
  .ingredient-contents .icon-turnip {
    width: 12.5px;
    height: auto;
  }
  .ingredient-contents .icon-citron {
    width: 12px;
    height: auto;
  }
  .ingredient-contents .icon-citrus {
    width: 11.5px;
    height: auto;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 15. product */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
.product-lineup-item {
  display: block;
  width: 30.52%;
  float: left;
  margin: 0px 4.21% 25px 0px;
}

.product-lineup-item:nth-child(3n) {
  margin-right: 0px;
}

.product-lineup-item:nth-child(3n + 1) {
  clear: both;
}

.product-lineup-item a:hover {
  opacity: 0.6;
}

.product-lineup-item figure {
  position: relative;
}

.product-lineup-item .img1 {
  width: 32px;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.product-lineup-item .img2 {
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
}

.product-lineup-item p {
  line-height: 1.4;
  margin-top: 10px;
}

.product-fruits-icon {
  margin-top: 8px;
}

.product-fruits-icon li {
  display: inline-block;
  margin-right: 3px;
}

.product-fruits-icon .icon-apple {
  width: 16px;
  height: auto;
}

.product-fruits-icon .icon-orange {
  width: 18px;
  height: auto;
}

.product-fruits-icon .icon-kiwi {
  width: 19px;
  height: auto;
}

.product-fruits-icon .icon-lemon {
  width: 16px;
  height: auto;
}

.product-fruits-icon .icon-peach {
  width: 21px;
  height: auto;
}

.product-fruits-icon .icon-pear {
  width: 19px;
  height: auto;
}

.product-fruits-icon .icon-onion {
  width: 16px;
  height: auto;
}

.product-fruits-icon .icon-pineapple {
  width: 14px;
  height: auto;
}

.product-fruits-icon .icon-melon {
  width: 18px;
  height: auto;
}

.product-fruits-icon .icon-mango {
  width: 19px;
  height: auto;
}

.product-fruits-icon .icon-pumpkin {
  width: 20px;
  height: auto;
}

.product-fruits-icon .icon-persimmon {
  width: 20px;
  height: auto;
}

.product-fruits-icon .icon-turnip {
  width: 17px;
  height: auto;
  margin-bottom: -1px;
}

@media screen and (max-width: 768px) {
  .product-lineup-item,
  .product-lineup-item:nth-child(3n) {
    width: 48%;
    margin: 0px 4% 25px 0px;
  }
  .product-lineup-item:nth-child(2n) {
    margin-right: 0px;
  }
  .product-lineup-item:nth-child(3n + 1) {
    clear: none;
  }
  .product-lineup-item:nth-child(2n + 1) {
    clear: both;
  }
  .product-lineup-item .img1 {
    width: 25px;
    height: auto;
  }
  .product-lineup-item .img2 {
    width: 100%;
    height: auto;
  }
  .product-lineup-item p {
    margin-top: 5px;
    font-size: 13px;
  }
  .product-fruits-icon {
    margin-top: 2px;
  }
  .product-fruits-icon li {
    margin-right: 1px;
  }
  .product-fruits-icon .icon-apple {
    width: 11px;
    height: auto;
  }
  .product-fruits-icon .icon-orange {
    width: 12.5px;
    height: auto;
  }
  .product-fruits-icon .icon-kiwi {
    width: 13px;
    height: auto;
  }
  .product-fruits-icon .icon-lemon {
    width: 11px;
    height: auto;
  }
  .product-fruits-icon .icon-peach {
    width: 14px;
    height: auto;
  }
  .product-fruits-icon .icon-pear {
    width: 12.5px;
    height: auto;
  }
  .product-fruits-icon .icon-onion {
    width: 10.5px;
    height: auto;
  }
  .product-fruits-icon .icon-pineapple {
    width: 9.5px;
    height: auto;
  }
  .product-fruits-icon .icon-melon {
    width: 12px;
    height: auto;
  }
  .product-fruits-icon .icon-mango {
    width: 13px;
    height: auto;
  }
  .product-fruits-icon .icon-pumpkin {
    width: 14px;
    height: auto;
  }
  .product-fruits-icon .icon-persimmon {
    width: 14px;
    height: auto;
  }
  .product-fruits-icon .icon-turnip {
    width: 12px;
    height: auto;
    margin-bottom: -1px;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 16. product-detail */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
.product-detail-title {
  padding-bottom: 15px;
  border-bottom: 2px dotted #ffab1a;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.5px;
}

.product-detail-title .small-txt {
  font-size: 20px;
  margin-left: 15px;
  margin-right: 7px;
}

.product-detail-title img {
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 7px;
}

.product-detail-title .icon-apple {
  width: 16px;
  height: auto;
}

.product-detail-title .icon-orange {
  width: 18px;
  height: auto;
}

.product-detail-title .icon-kiwi {
  width: 19px;
  height: auto;
}

.product-detail-title .icon-lemon {
  width: 16px;
  height: auto;
}

.product-detail-title .icon-peach {
  width: 21px;
  height: auto;
}

.product-detail-title .icon-pear {
  width: 19px;
  height: auto;
}

.product-detail-title .icon-onion {
  width: 16px;
  height: auto;
}

.product-detail-title .icon-pineapple {
  width: 14px;
  height: auto;
}

.product-detail-title .icon-melon {
  width: 18px;
  height: auto;
}

.product-detail-title .icon-mango {
  width: 19px;
  height: auto;
}

.product-detail-title .icon-pumpkin {
  width: 20px;
  height: auto;
}

.product-detail-title .icon-persimmon {
  width: 20px;
  height: auto;
}

.product-detail-title .icon-turnip {
  width: 17px;
  height: auto;
  margin-bottom: 2px;
}

body.page-template-products.page-child #contents p {
  line-height: 2;
  margin-bottom: 20px;
}

.product-detail-mv {
  margin-bottom: 60px;
}

.product-detail-mv figure {
  margin-bottom: 50px;
}

/* slick start */
.slide-arrow {
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}

.slide-arrow.prev-arrow {
  left: 0px;
  width: 30px;
}

.slide-arrow.next-arrow {
  right: 0px;
  width: 30px;
}

.slick-dots li button:before {
  color: #999;
}

.slick-dots li.slick-active button:before {
  color: #ffa713;
}

/* slick end */
.product-detail-movie dl {
  width: 365px;
  float: left;
}

.product-detail-movie dl + dl {
  float: right;
}

.product-detail-movie dt {
  margin-bottom: 10px;
  font-weight: 700;
}

.product-detail-movie dt::before {
  content: '';
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/icon-circle.png) no-repeat left top;
  background-size: contain;
  width: 10px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 3px 0px 0px;
}

.product-detail-movie dd {
  height: 0;
  overflow: hidden;
  padding-bottom: calc(315 / 560 * 100%);
  position: relative;
}

.product-detail-movie dd iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.product-detail-movie-link {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
  padding-right: 13px;
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ar-ja-2.png) no-repeat right 1px;
  background-size: 7px auto;
}

.product-detail-movie-link a:hover {
  opacity: 0.6;
}

.product-detail-feature-wrapper {
  margin-bottom: -40px;
}

.product-detail-feature-wrapper figure {
  float: left;
}

.product-detail-feature-txt {
  width: 477px;
  float: right;
}

.product-detail-feature {
  margin-bottom: 40px;
}

.product-detail-feature dt {
  line-height: 1.8;
  font-weight: 700;
  padding-left: 60px;
  position: relative;
}

.product-detail-feature dt span {
  font-size: 40px;
  color: #ffa713;
  font-style: italic;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -25px;
}

.product-detail-feature dd {
  font-size: 14px;
  line-height: 1.8;
  margin: 10px 0px 0px 60px;
}

.product-detail-easy-sp {
  display: none;
}

.ka-700h-chara-pc {
  text-align: right;
  margin-top: -140px;
  margin-bottom: -60px;
}

.ka-700h-chara-sp {
  display: none;
}

.product-detail-about img {
  float: right;
  width: 340px;
  height: auto;
  margin: 0px 0px 0px 20px;
}

.product-detail-about p {
  font-size: 14px;
  line-height: 1.8;
}

.product-detail-spec {
  margin-bottom: 70px;
}

.product-detail-spec-txt {
  width: 470px;
  float: left;
}

.product-detail-spec img {
  float: right;
}

.product-detail-spec p {
  font-size: 14px;
  line-height: 1.8;
}

.product-detail-indent1 {
  padding-left: 7.4em;
  text-indent: -7.4em;
}

.product-detail-indent2 {
  padding-left: 14.8em;
  text-indent: -14.8em;
}

.product-detail-dl p {
  font-size: 14px;
  margin-bottom: 30px;
}

.product-detail-dl li {
  float: left;
  display: block;
}

.product-detail-dl li + li {
  float: right;
}

@media screen and (max-width: 768px) {
  .product-detail-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 28px;
    letter-spacing: 0.5px;
  }
  .product-detail-title .small-txt {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 0px;
  }
  .product-detail-title .icons {
    display: block;
    line-height: 1;
  }
  .product-detail-title img {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 5px;
  }
  .product-detail-title .icon-turnip {
    margin-bottom: -1px;
  }
  body.page-template-products.page-child #contents p {
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .product-detail-mv {
    margin-bottom: 50px;
  }
  .product-detail-mv figure {
    margin-bottom: 30px;
  }
  .product-detail-movie dl {
    width: auto;
    float: none;
  }
  .product-detail-movie dl + dl {
    float: none;
    margin-top: 25px;
  }
  .product-detail-movie dt {
    margin-bottom: 8px;
  }
  .product-detail-feature-wrapper {
    margin-bottom: 0px;
  }
  .product-detail-feature-wrapper figure {
    width: 48%;
  }
  .product-detail-feature-wrapper figure img {
    width: 100%;
    height: auto;
  }
  .product-detail-feature-txt {
    width: auto;
    float: none;
  }
  .product-detail-feature.feature1 {
    float: right;
    width: 48%;
    margin-bottom: 0px;
  }
  .product-detail-feature.feature1 dt {
    padding-left: 0px;
  }
  .product-detail-feature.feature1 dt span {
    display: block;
    position: static;
    left: auto;
    top: auto;
    margin-bottom: -5px;
    margin-left: -5px;
    margin-top: -10px;
  }
  .product-detail-feature.feature1 dd {
    margin-left: 0px;
  }
  .product-detail-feature.feature2 {
    clear: both;
    padding-top: 30px;
  }
  .product-detail-feature {
    margin-bottom: 20px;
  }
  .product-detail-feature dt {
    line-height: 1.5;
    padding-left: 58px;
    font-size: 14px;
  }
  .product-detail-feature dt span {
    font-size: 38px;
    left: 0px;
    top: -22px;
  }
  .product-detail-feature dd {
    font-size: 13px;
    margin: 10px 0px 0px 58px;
  }
  .product-detail-easy-pc {
    display: none;
  }
  .product-detail-easy-sp {
    display: block;
    max-width: 400px;
    margin: 0px auto;
  }
  .ka-700h-chara-pc {
    display: none;
  }
  .ka-700h-chara-sp {
    display: block;
    text-align: right;
    margin-top: -10px;
    margin-bottom: -50px;
  }
  .product-detail-about img {
    display: block;
    float: none;
    margin: 0px auto 15px;
  }
  .product-detail-about p {
    font-size: 13px;
    margin-bottom: 0px;
  }
  .ka-700h-chara-sp img {
    max-width: 265px;
    height: auto;
  }
  .product-detail-spec {
    margin-bottom: 30px;
  }
  .product-detail-spec-txt {
    width: auto;
    float: none;
  }
  .product-detail-spec figure {
    text-align: right;
  }
  .product-detail-spec img {
    float: none;
  }
  .product-detail-spec p {
    font-size: 13px;
    line-height: 1.7;
  }
  .product-detail-indent1 {
    padding-left: 7.4em;
    text-indent: -7.4em;
  }
  .product-detail-indent2 {
    padding-left: 0px;
    text-indent: 0px;
  }
  .product-detail-br {
    display: none;
  }
  .product-detail-dl p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .product-detail-dl li {
    float: none;
  }
  .product-detail-dl li + li {
    float: none;
    margin-top: 15px;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 17. trial and lending */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
.trial-about-p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
}

.trial-about-p a {
  text-decoration: underline;
}

.trial-about-p a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.trial-flow-box li + li {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/trial-flow-ar.svg) no-repeat center top;
  margin-top: 13px;
  padding-top: 30px;
}

.trial-flow-box dl {
  background: #ffa713;
  position: relative;
}

.trial-flow-box dt {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  width: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.trial-flow-box dt span {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 1px;
}

.trial-flow-box dd {
  min-height: 150px;
  padding: 20px 20px 5px 20px;
  text-align: center;
  background: #fdf7e4;
  margin-left: 80px;
  box-sizing: border-box;
}

.trial-flow-box li:nth-child(1) dd {
  background: #fdf7e4 url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/trial-flow-back1.png) no-repeat right bottom;
}

.trial-flow-box li:nth-child(2) dd {
  background: #fdf7e4 url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/trial-flow-back2.png) no-repeat right 22px bottom;
}

.trial-flow-box li:nth-child(3) dd {
  background: #fdf7e4 url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/trial-flow-back3.png) no-repeat right 25px bottom;
}

.trial-flow-box dd p {
  line-height: 1.8;
  text-align: left;
  margin-bottom: 15px;
}

.trial-flow-box dd p span {
  font-size: 14px;
  display: block;
}

.trial-flow-box dd p span.indent-txt {
  padding-left: 1em;
  text-indent: -1em;
}

.lending-img1 {
  text-align: right;
  margin: 25px 0px 20px;
}

.lending-img1 + .el-title1 {
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .trial-about-p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .trial-flow-box li + li {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/trial-flow-ar.svg) no-repeat center top;
    background-size: 30px auto;
    margin-top: 6px;
    padding-top: 20px;
  }
  .trial-flow-box dt {
    font-size: 24px;
    width: auto;
    position: static;
    top: auto;
    transform: none;
    -webkit-transform: none;
    padding: 7px 0px;
  }
  .trial-flow-box dt span {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    vertical-align: middle;
    margin: -4px 5px 0 0;
  }
  .trial-flow-box dd {
    min-height: 0px;
    padding: 15px;
    text-align: left;
    margin-left: 0px;
  }
  .trial-flow-box dd p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0px;
  }
  .trial-flow-box dd p + .el-btn1 {
    margin-top: 10px;
  }
  .trial-flow-box dd p span {
    font-size: 12px;
  }
  .lending-img1 {
    margin: 10px 0px 0px;
  }
  .lending-img1 img {
    max-width: 265px;
    height: auto;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 18. support */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
.support-contents p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.support-contents div.el-btn1 {
  display: block;
  margin: 0px auto;
}

.support-contents .el-table2 + p {
  text-align: center;
}

.support-contents li.el-btn1 {
  display: block;
  float: left;
}

.support-contents li:nth-child(2).el-btn1 {
  float: right;
}

#manual-movie .el-btn1.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .support-contents p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .support-contents .el-table2 + p {
    text-align: left;
  }
  .support-contents li.el-btn1 {
    float: none;
  }
  .support-contents li:nth-child(2).el-btn1 {
    float: none;
  }
  #manual-movie .el-btn1.sp {
    display: block;
    margin-top: 15px;
  }
  #manual-movie .el-btn1.pc {
    display: none;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 19. news */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* news / category-box
---------------------------------------------------- */
.category-box {
  background: #f3f3f3;
  padding: 20px 20px 10px 30px;
  margin-bottom: 20px;
}

.category-box a {
  float: left;
  margin: 0px 15px 10px 0px;
  display: block;
  border-radius: 30px;
  font-size: 14px;
  padding: 8px 20px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -moz-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -webkit-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -ms-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  border: 1px solid transparent;
  border-left-color: #ffb422;
  border-right-color: #f5840d;
}

.category-box a:hover {
  opacity: 0.6;
}

.category-box .current-cat a {
  color: #111;
  background: #fff;
  border-color: #ffa713;
}

@media screen and (max-width: 768px) {
  .category-box {
    padding: 15px 0px 5px 10px;
    margin-bottom: 10px;
  }
  .category-box a {
    margin: 0px 10px 10px 0px;
    font-size: 12px;
    padding: 5px 10px;
  }
}

/* news / pagenavi
---------------------------------------------------- */
.pagenavi {
  text-align: center;
  margin: 0px;
  padding-top: 20px;
}

.pagenavi a,
.pagenavi .current {
  display: inline-block;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  width: 36px;
  height: 38px;
  margin: 10px 10px 0px;
  font-size: 14px;
  vertical-align: center;
  padding-top: 11px;
}

.pagenavi .dots {
  vertical-align: center;
  margin-top: 10px;
}

.pagenavi a img {
  vertical-align: top;
}

.pagenavi a:hover {
  opacity: 0.6;
}

.pagenavi .current {
  background: linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -moz-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -webkit-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  background-image: -ms-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  color: #fff;
  border-color: transparent;
  border-left-color: #ffb422;
  border-right-color: #f5840d;
}

@media screen and (max-width: 768px) {
  .pagenavi a,
  .pagenavi .current {
    width: 33px;
    height: 35px;
    margin: 10px 3px 0px;
    font-size: 13px;
    padding-top: 10px;
  }
  .pagenavi .dots {
    margin-top: 10px;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 20. single */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* single / title
---------------------------------------------------- */
.news-single-title {
  padding: 0px 20px 20px;
  border-bottom: 1px dotted #d2d2d2;
}

.news-single-title h3 {
  font-weight: 700;
  line-height: 1.6;
  font-size: 16px;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .news-single-title {
    padding: 0px 0px 20px;
  }
  .news-single-title h3 {
    font-size: 15px;
    margin-top: 10px;
  }
}

/* single / content
---------------------------------------------------- */
#single-post {
  padding: 20px 20px 0px;
  border-bottom: 1px solid #d2d2d2;
}

#single-post a {
  text-decoration: underline;
}

#single-post a:hover {
  opacity: 0.6;
}

#single-post h1,
#single-post h2,
#single-post h3,
#single-post h4,
#single-post h5,
#single-post h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0px 0px 30px;
}

#single-post p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0px 0px 30px;
}

#single-post .aligncenter {
  display: block;
  margin: 0px auto 30px;
}

#single-post .alignright {
  float: right;
  margin: 0px 0px 10px 30px;
}

#single-post .alignleft {
  float: left;
  margin: 0px 30px 10px 0px;
}

#single-post hr {
  height: 0;
  margin: 30px 0px;
  padding: 0;
  border: 0;
  border-top: 1px dotted #d2d2d2;
}

#single-post ul {
  margin: 0px 0px 30px 50px;
  list-style: disc outside;
  font-size: 14px;
  line-height: 1.8;
}

#single-post ol {
  margin: 0px 0px 30px 50px;
  list-style: decimal outside;
  font-size: 14px;
  line-height: 1.8;
}

#single-post blockquote {
  margin: 0px 0px 30px 30px;
  font-style: italic;
}

#single-post strong {
  font-weight: 700;
}

#single-post em {
  font-style: italic;
}

#single-post del {
  text-decoration: line-through;
}

.pagelink {
  padding: 20px 20px 30px 20px;
}

.pagelink a {
  padding: 4px 0px 4px 20px;
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ar8.png) no-repeat left 8px;
  font-size: 14px;
}

.pagelink a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  #single-post {
    padding: 20px 0px 0px;
  }
  #single-post .aligncenter,
  #single-post .alignright,
  #single-post .alignleft {
    display: block;
    float: none;
    margin: 30px auto;
  }
  #single-post ul,
  #single-post ol,
  #single-post blockquote {
    margin: 0px 0px 30px 30px;
  }
  .pagelink {
    padding: 20px 0px;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 21. js */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* fadein
---------------------------------------------------- */
.fadein {
  opacity: 0;
  transition: transform 1.5s, opacity 1.5s;
  transform: translate(0, 100px);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* drawer
---------------------------------------------------- */
#drawer-container,
.drawer-box1 {
  display: none;
}

@media screen and (max-width: 768px) {
  #drawer-container,
  .drawer-box1 {
    display: block;
  }
  .drawer-hamburger {
    padding-top: 12px;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    height: 3px;
    background-color: #f5840d;
  }
  .drawer-txt {
    color: #f5840d;
    font-size: 10px;
    letter-spacing: 1px;
    display: block;
    margin-top: 14px;
  }
  .drawer-menu .li2.li1 {
    padding-top: 60px;
  }
  .drawer-menu .li2 a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    position: relative;
  }
  .drawer-menu .li2 a .img3 {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    width: 8px;
    height: auto;
  }
  .drawer-menu .li2 a .img4 {
    vertical-align: middle;
    margin: -2px 0px 0px 5px;
  }
  drawer-menu .li3:first-child {
    margin-top: 30px;
  }
  .drawer-menu .li3 a {
    display: block;
    background: linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
    background-image: -moz-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
    background-image: -webkit-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
    background-image: -ms-linear-gradient(180deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: 15px;
    font-size: 14px;
    margin: 15px 15px 0px;
  }
  .drawer-menu .li3 a .img1 {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    width: 8px;
    height: auto;
  }
  .drawer-menu .li3 a .img2 {
    vertical-align: middle;
    margin: -2px 8px 0px 0px;
    width: 18px;
    height: auto;
  }
  .drawer-menu .li3 a .img2.icon-mail {
    width: 23px;
    height: auto;
  }
  .drawer-menu .li4 ul {
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px solid #111;
  }
  .drawer-menu .li4 li {
    display: inline-block;
    margin: 0px 8px;
    vertical-align: middle;
  }
  .drawer-menu .li4 li img {
    vertical-align: middle;
    width: 36px;
    height: auto;
  }
  .drawer-menu .li4 li.li5 img {
    display: inline-block;
    margin: -1px 5px 0px 0px;
    width: 43px;
    height: 28px;
  }
  .drawer-hamburger {
    z-index: 107;
  }
  .drawer-nav {
    z-index: 105;
  }
  .drawer-overlay {
    z-index: 104;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 22. ka725_special */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ka-725_mv
---------------------------------------------------- */
#ka-725_mv {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_mv_back1.png) repeat-x left top;
  background-size: auto 100%;
  min-width: 1000px;
  overflow: hidden;
}

.ka-725_mv_body {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_mv_back2.png) no-repeat center bottom -8px;
  padding: 70px 0px 65px;
}

#ka-725_mv figure {
  float: right;
  width: 605px;
  height: auto;
  margin-right: -18px;
}

#ka-725_mv .mv_p1 {
  color: #ffa713;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

#ka-725_mv .mv_p1 img {
  width: 24px;
  height: auto;
  vertical-align: middle;
  margin: -5px 5px 0px 0px;
}

#ka-725_mv .mv_p2 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
}

#ka-725_mv .mv_p2 .mv_name {
  background: linear-gradient(-90deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffa713;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
}

#ka-725_mv .mv_p3 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.75px;
  margin-bottom: 40px;
}

#ka-725_mv .mv_bold {
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(transparent 70%, #fff1b2 0%);
}

@media screen and (max-width: 768px) {
  #ka-725_mv {
    min-width: 0px;
    margin-top: 60px;
  }
  .ka-725_mv_body {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_mv_back2_sp.png) no-repeat center bottom;
    background-size: contain;
    padding: 25px 15px 45px;
    text-align: center;
  }
  #ka-725_mv figure {
    float: none;
    width: 100%;
    max-width: 375px;
    height: auto;
    margin: 0px auto 25px;
  }
  #ka-725_mv .mv_p1 {
    font-size: 12px;
    margin: 0px 0px 10px -20px;
  }
  #ka-725_mv .mv_p1 img {
    width: 18px;
    height: auto;
    vertical-align: middle;
    margin: -5px 3px 0px 0px;
  }
  #ka-725_mv .mv_p2 {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 13px;
  }
  #ka-725_mv .mv_p2 .mv_name {
    font-size: 40px;
  }
  #ka-725_mv .mv_p3 {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 25px;
  }
  #ka-725_mv .mv_bold {
    font-size: 14px;
  }
  .br_sp_none {
    display: none;
  }
  .ka-725_mv_btn_wrapper {
    padding: 0px 15px;
  }
}

/* ka-725_01
---------------------------------------------------- */
#ka-725_01 {
  padding: 50px 0px 0px;
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_01_back.png) repeat-y left top;
  background-size: 100% auto;
  text-align: center;
  min-width: 1000px;
}

.ka-725_01_wrapper {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_bottom1.png) no-repeat center bottom;
  padding-bottom: 74px;
  position: relative;
}

.ka-725_01_wrapper::before,
.ka-725_01_wrapper::after {
  content: '';
  height: 28px;
  background: #fff;
  width: 33%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.ka-725_01_wrapper::after {
  left: auto;
  right: 0px;
}

#ka-725_01 p.ka-725_01_p1 {
  margin-bottom: 25px;
}

#ka-725_01 p.ka-725_01_p1 img {
  width: 359px;
  height: auto;
}

#ka-725_01 p.ka-725_01_p2 {
  margin-top: -20px;
}

#ka-725_01 p.ka-725_01_p2 img {
  width: 444px;
  height: auto;
}

#ka-725_01 figure .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #ka-725_01 {
    padding: 25px 0px 0px;
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_01_back.png) repeat-y right top;
    background-size: 300% auto;
    min-width: 0px;
  }
  .ka-725_01_wrapper {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_bottom1.png) no-repeat center bottom;
    background-size: auto 17.5px;
    padding-bottom: 40px;
  }
  .ka-725_01_wrapper::before,
  .ka-725_01_wrapper::after {
    height: 17.5px;
  }
  #ka-725_01 p.ka-725_01_p1 {
    margin-bottom: 10px;
  }
  #ka-725_01 p.ka-725_01_p1 img {
    width: 100%;
    max-width: 248px;
    height: auto;
  }
  #ka-725_01 p.ka-725_01_p2 {
    margin-top: -10px;
  }
  #ka-725_01 p.ka-725_01_p2 img {
    width: 100%;
    max-width: 236.5px;
    height: auto;
  }
  #ka-725_01 figure .pc {
    display: none;
  }
  #ka-725_01 figure {
    padding: 0px 3.5px;
  }
  #ka-725_01 figure .sp {
    display: inline-block;
    width: 100%;
    max-width: 375px;
    height: auto;
  }
}

/* ka-725_02
---------------------------------------------------- */
#ka-725_02 {
  padding: 80px 0px 90px;
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_02_back1.png) no-repeat center center;
  background-size: 271px auto;
  position: relative;
  min-width: 1000px;
}

.ka-725_02_dot {
  position: absolute;
  top: -28px;
  right: 0px;
}

.ka-725_02_dot.sp {
  display: none;
}

.ka-725_02_txt {
  width: 500px;
  float: left;
}

.ka-725_02_txt h2 {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 35px;
  letter-spacing: 1px;
  position: relative;
  background: linear-gradient(-90deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffa713;
  display: inline-block;
}

.ka-725_02_whats {
  position: absolute;
  top: -39px;
  left: -19px;
  width: 117px;
  height: auto;
}

.ka-725_02_txt p {
  letter-spacing: 0.75px;
  font-size: 14px;
  line-height: 2;
}

.marker {
  font-weight: 700;
  background: linear-gradient(transparent 65%, #fff1b2 0%);
}

.ka-725_02_txt p + p {
  font-size: 12px;
  color: #5e5e5e;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 20px;
}

.ka-725_02_img {
  float: right;
  width: 430px;
  margin-top: 34px;
}

.ka-725_02_img p {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
}

.ka-725_02_img p img {
  height: 20px;
  width: auto;
  margin: 0px 10px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-shadow: 10px 10px 0px 0px #ffe1b6;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #ka-725_02 {
    padding: 34px 15px 37.5px;
    background: none;
    min-width: 0px;
  }
  .ka-725_02_dot.pc {
    display: none;
  }
  .ka-725_02_dot.sp {
    display: inline-block;
  }
  .ka-725_02_dot {
    position: absolute;
    top: -17.5px;
    right: 0px;
    width: 40%;
    max-width: 177.5px;
    height: auto;
  }
  .ka-725_02_txt {
    width: auto;
    float: none;
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_02_back1.png) no-repeat center center;
    background-size: 140px auto;
  }
  .ka-725_02_txt h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .ka-725_02_whats {
    top: -32px;
    left: -9px;
    width: 88.5px;
    height: auto;
  }
  .ka-725_02_txt p {
    font-size: 12px;
  }
  .ka-725_02_txt p + p {
    font-size: 11px;
    margin-top: 10px;
  }
  .ka-725_02_img {
    float: none;
    width: auto;
    margin: 19px auto 0px;
    text-align: center;
  }
  .ka-725_02_img p {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .ka-725_02_img p img {
    height: 15px;
    width: auto;
    margin: 0px 5px;
  }
}

/* ka-725_03
---------------------------------------------------- */
#ka-725_03 {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_03_back1.png) repeat left top;
  overflow: hidden;
  min-width: 1000px;
}

.ka-725_03_wave {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_03_wave1.png) repeat-x center top;
  padding: 85px 0px 80px;
  text-align: center;
}

#ka-725_03 .inner2 {
  position: relative;
}

.ka-725_03_back2.sp {
  display: none;
}

.ka-725_03_back2.pc {
  position: absolute;
  left: -143px;
  top: -5px;
}

.ka-725_03_back3 {
  position: absolute;
  right: -200px;
  top: 308px;
}

.ka-725_03_back4 {
  position: absolute;
  left: -56px;
  top: 568px;
}

.ka-725_03_back5 {
  position: absolute;
  right: -51px;
  bottom: 160px;
}

.ka-725_03_back6 {
  position: absolute;
  left: -200px;
  bottom: -170px;
}

#ka-725_03 h2 {
  background: linear-gradient(-90deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffa713;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

#ka-725_04 h2 {
  font-size: 40px;
  margin-bottom: 45px;
}

.ka-725_03_advantage {
  position: absolute;
  top: -13px;
  left: -54px;
  width: 173px;
  height: auto;
}

.ka-725_04_good {
  position: absolute;
  top: -42px;
  left: -43px;
  width: 165px;
  height: auto;
}

#ka-725_03 h2 .txt_point {
  position: relative;
  background: linear-gradient(-90deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffa713;
}

#ka-725_03 h2 .txt_point::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffa713;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
}

#ka-725_03 h2 .big_txt {
  font-size: 54px;
}

#ka-725_03 h2 .big_txt::before {
  bottom: 2px;
}

.ka-725_03_item {
  background: #fff;
  border-radius: 15px 15px 0px 0px;
  position: relative;
}

.ka-725_03_item + .ka-725_03_item {
  margin-top: 60px;
}

.ka-725_03_item figure {
  width: 50%;
  float: right;
  position: relative;
}

.ka-725_03_item.ka-725_03_item2 figure {
  float: left;
}

.ka-725_03_item figure span {
  position: absolute;
  display: block;
  right: -1px;
  top: -40px;
  width: 91px;
}

.ka-725_03_item.ka-725_03_item2 figure span {
  right: auto;
  left: 9px;
}

.ka-725_03_txt_box {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 45px 40px 20px 40px;
  text-align: left;
}

.ka-725_03_item.ka-725_03_item2 .ka-725_03_txt_box {
  float: right;
}

.ka-725_03_st {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #f5891c;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.ka-725_03_txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
  #ka-725_03 {
    min-width: 0px;
    position: relative;
  }
  .ka-725_03_wave {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_03_wave1.png) repeat-x center top;
    background-size: 190px auto;
    padding: 48px 15px 44px;
    position: relative;
  }
  .ka-725_03_back2.pc {
    display: none;
  }
  .ka-725_03_back2.sp {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 51px;
    height: 26px;
  }
  .ka-725_03_back3 {
    position: absolute;
    right: -15px;
    top: 355px;
    width: 187px;
    height: 126px;
  }
  .ka-725_03_back4 {
    position: absolute;
    left: -8px;
    top: 622px;
    width: 78px;
    height: 185px;
  }
  .ka-725_03_back5 {
    position: absolute;
    right: -15px;
    bottom: 270px;
    width: 68px;
    height: 98px;
  }
  .ka-725_03_back6 {
    position: absolute;
    left: -15px;
    bottom: -54px;
    width: 124px;
    height: 79px;
  }
  #ka-725_03 h2 {
    font-size: 20px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
  }
  #ka-725_04 h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .ka-725_03_advantage {
    position: absolute;
    top: -22px;
    left: -26px;
    width: 130.5px;
    height: auto;
  }
  .ka-725_04_good {
    position: absolute;
    top: -35px;
    left: -35px;
    width: 123.5px;
    height: auto;
  }
  #ka-725_03 h2 .txt_point::before {
    width: 3px;
    height: 3px;
    bottom: -3px;
  }
  #ka-725_03 h2 .big_txt {
    font-size: 29px;
  }
  #ka-725_03 h2 .big_txt::before {
    bottom: -1px;
  }
  .ka-725_03_item {
    border-radius: 15px 15px 15px 0px;
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
  }
  .ka-725_03_item + .ka-725_03_item {
    margin-top: 30px;
  }
  .ka-725_03_item figure,
  .ka-725_03_item.ka-725_03_item2 figure {
    width: auto;
    float: none;
  }
  .ka-725_03_item figure img,
  .ka-725_03_item.ka-725_03_item2 figure img {
    width: 100%;
    height: auto;
  }
  .ka-725_03_item figure span,
  .ka-725_03_item.ka-725_03_item2 figure span {
    right: auto;
    left: 5px;
    top: -22px;
    width: 62px;
  }
  .ka-725_03_txt_box,
  .ka-725_03_item.ka-725_03_item2 .ka-725_03_txt_box {
    width: auto;
    float: none;
    padding: 15px 15px 20px;
  }
  .ka-725_03_st {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .ka-725_03_txt {
    font-size: 12px;
    line-height: 1.8;
  }
}

/* ka-725_04
---------------------------------------------------- */
#ka-725_04 {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_03_wave2.png) repeat-x center top;
  padding: 21px 0px 0px;
  position: relative;
  text-align: center;
  min-width: 1000px;
}

.ka-725_04_body {
  background: #fff url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_04_back.png) no-repeat center 100px;
  padding: 95px 0px 75px;
}

.ka-725_04_body img.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #ka-725_04 {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_03_wave2.png) repeat-x center top;
    background-size: 190px 10px;
    padding: 10px 0px 0px;
    min-width: 0px;
  }
  .ka-725_04_body {
    background-color: #fff;
    background-image: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_04_back_sp1.png), url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_04_back_sp2.png), url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_04_back_sp3.png), url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_04_back_sp4.png);
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: left 35px, right 188px, 10px 268px, right 483px;
    background-size: 42px auto, 147.5px auto, 42px auto, 89px auto;
    padding: 50px 15px 40px;
  }
  .ka-725_04_body img.pc {
    display: none;
  }
  .ka-725_04_body img.sp {
    display: block;
    width: 100%;
    max-width: 345px;
    height: auto;
    margin: 0px auto;
  }
}

/* ka-725_05
---------------------------------------------------- */
#ka-725_05 {
  padding: 60px 0px;
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_01_back.png) repeat-y left top;
  background-size: 100% auto;
  min-width: 1000px;
}

.ka-725_05_box {
  background: #fff;
  border-radius: 10px;
  padding: 60px 0px 40px;
  text-align: center;
}

#ka-725_05 h2 {
  background: linear-gradient(-90deg, #f5840d 9%, #ff990d 55%, #ffad25 84%, #ffb422 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffa713;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

.ka-725_05_contact {
  position: absolute;
  top: -26px;
  left: -56px;
  width: 143px;
  height: auto;
}

#ka-725_05 p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.br_pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  #ka-725_05 {
    padding: 30px 15px;
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_01_back.png) repeat-y right top;
    background-size: 300% auto;
    min-width: 0px;
  }
  .ka-725_05_box {
    padding: 40px 15px 30px;
  }
  #ka-725_05 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .ka-725_05_contact {
    position: absolute;
    top: -23px;
    left: -32px;
    width: 107.5px;
    height: auto;
  }
  #ka-725_05 p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 25px;
  }
  .br_pc_none {
    display: inline;
  }
}

/* ka-725_06
---------------------------------------------------- */
#ka-725_06 {
  padding: 50px 0px 90px;
  text-align: center;
  min-width: 1000px;
}

#ka-725_06 h2 {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_06_serif.png) no-repeat center top;
  background-size: 156px 35px;
  height: 35px;
  box-sizing: border-box;
  padding-top: 5px;
  font-weight: bold;
}

#ka-725_06 p {
  font-size: 14px;
  line-height: 2;
  margin: 16px 0px 30px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
  #ka-725_06 {
    padding: 40px 15px 85px;
    min-width: 0px;
  }
  #ka-725_06 h2 {
    font-size: 14px;
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/ka-725_06_serif.png) no-repeat center top;
    background-size: 132px 34px;
    height: 34px;
    padding-top: 6px;
  }
  #ka-725_06 p {
    font-size: 12px;
    line-height: 1.8;
  }
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* 22. 導入事例 */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
body.post-type-archive-examples #pagetitle h2,
body.single-examples #pagetitle h2,
body.tax-examples_type #pagetitle h2 {
  background: url(img/pagetitle-examples-en.png) no-repeat, url(img/pagetitle-examples.jpg) no-repeat;
  background-size: 60%,cover;
  background-position: center,0 0;
}

@media screen and (max-width: 768px) {
  body.post-type-archive-examples #pagetitle h2,
  body.single-examples #pagetitle h2,
  body.tax-examples_type #pagetitle h2 {
    background: url(img/pagetitle-examples-en.png) no-repeat, url(img/pagetitle-examples-sp.jpg) no-repeat;
    background-size: 100%,cover !important;
    background-position: center,0 0;
  }
}

.examples {
  color: #111;
  border-bottom: 1px solid #ddd;
  padding-bottom: 36px;
}

.examples__info {
  display: flex;
}

@media screen and (max-width: 768px) {
  .examples__info {
    display: block;
  }
}

.examples__info--left {
  flex-grow: 2;
}

.examples__info--right {
  max-width: 230px;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .examples__info--right {
    max-width: 220px;
    width: 100%;
    margin: 14px auto 25px;
  }
}

.examples__title {
  margin-bottom: 25px;
}

.examples__description, .examples-list__description {
  background: #FDF7E4;
  padding: 18px;
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .examples__description, .examples-list__description {
    font-size: 18px;
  }
}

.examples__type--inner, .examples-list__type--wrap {
  background: #FFA713;
  border-radius: 6px;
  margin: 14px 0;
  padding: 2px 15px 2px 6px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
  line-height: 1;
}

.examples__type--inner .jp, .examples-list__type--wrap .jp {
  background: url("img/icon-japan.svg") no-repeat;
  background-size: 29px;
  width: 29px;
  height: 29px;
  display: inline-block;
  margin-right: 4px;
}

.examples__type--inner .international, .examples-list__type--wrap .international {
  background: url("img/icon-world.svg") no-repeat;
  background-size: 29px;
  width: 29px;
  height: 29px;
  display: inline-block;
  margin-right: 4px;
}

.examples__type--inner .text, .examples-list__type--wrap .text {
  padding-bottom: 2px;
}

.examples__products {
  color: #F48F20;
  display: inline-block;
  font-size: 15px;
  border: 1px solid #F48F20;
  border-radius: 6px;
  padding: 6px 10px;
  line-height: 1.5;
}

.examples__products--wrap {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.examples__products--left {
  width: 85px;
  display: block;
}

.examples__products--right {
  flex: 1;
}

.examples__interview-photo--caption {
  margin-top: 8px;
  line-height: 1.4;
  font-size: 13px;
}

.examples__data {
  line-height: 1.7;
  margin: 20px 0 0;
}

.examples__data--company-name {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 13px;
}

.examples__data--url {
  color: #F48F20;
}

.examples__content {
  margin: 24px 0;
  line-height: 1.6;
}

.examples__content h2 {
  margin-top: 32px;
}

.examples__content h3 {
  font-size: 20px;
  margin: 32px 0 16px 0;
  font-weight: 600;
  color: #F48F20;
  line-height: 1.4;
}

.examples__content p {
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
}

.examples__content a {
  color: #F48F20;
  text-decoration: underline;
}

.examples__content a:hover {
  color: #FFA713;
}

.examples__content .wp-caption {
  margin: 24px auto;
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .examples__content .wp-caption {
    max-width: 100%;
  }
}

.examples__content .wp-caption > img {
  max-width: 100%;
  margin: 4px auto;
}

.examples__content .wp-caption .wp-caption-text {
  font-size: 13px;
  line-height: 1.4;
}

.examples__content img {
  display: block;
  margin: 24px auto;
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .examples__content img {
    max-width: 100%;
  }
}

.examples__content iframe {
  margin: 24px auto;
  display: block;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 9/5;
}

.examples-list {
  padding-bottom: 16px;
  padding-top: 20px;
  margin-bottom: 40px;
  border-bottom: 2px dotted #FFA713;
}

.examples-list:first-child {
  margin-top: 0;
  padding-top: 0;
}

.examples-list__type {
  position: relative;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .examples-list__type {
    margin-bottom: 12px;
  }
}

.examples-list__type::after {
  content: '';
  border-bottom: 2px dotted #FFA713;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.examples-list__type--wrap {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}

.examples-list__title {
  background: none;
  margin-bottom: 0px;
}

.examples-list__description {
  margin-bottom: 16px;
}

.examples-list__images {
  display: flex;
}

@media screen and (max-width: 768px) {
  .examples-list__images {
    flex-wrap: wrap;
  }
}

.examples-list__eyecatch {
  width: 50%;
  margin-right: 13px;
  text-align: center;
  overflow: hidden;
}

.examples-list__eyecatch img {
  aspect-ratio: 370/211;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .examples-list__eyecatch img {
    aspect-ratio: 16/9;
  }
}

.examples-list__eyecatch iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 370/211;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .examples-list__eyecatch iframe {
    aspect-ratio: 16/9;
  }
}

@media screen and (max-width: 768px) {
  .examples-list__eyecatch {
    width: 100%;
    margin: 0 auto;
  }
}

.examples-list__sub-images {
  --marginTop: 2%;
  position: relative;
  width: 50%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .examples-list__sub-images {
    width: 100%;
    margin-top: var(--marginTop);
  }
}

.examples-list__sub-image {
  --marginRight: 3.8%;
  --marginBottom: 3%;
  --width: calc((100% - var(--marginRight)) / 2);
  box-sizing: border-box;
  width: var(--width);
  margin-bottom: var(--marginBottom);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .examples-list__sub-image {
    --marginRight: 2.5%;
    --marginBottom: 2%;
    margin-bottom: 0;
  }
}

.examples-list__sub-image:nth-child(3) {
  margin-right: var(--marginRight);
}

@media screen and (max-width: 768px) {
  .examples-list__sub-image:nth-child(3) {
    margin-top: var(--marginBottom);
    margin-bottom: 0;
  }
}

.examples-list__sub-image:nth-child(3) {
  margin-bottom: 0;
}

.examples-list__sub-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  aspect-ratio: 62/35;
}

.examples-list__single {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 49%;
}

@media screen and (max-width: 768px) {
  .examples-list__single {
    position: relative;
    width: 100%;
  }
}

.examples-list__single-link {
  width: 100%;
  align-self: flex-end;
  margin-left: auto;
  height: 43px;
}

.examples-list__single-link a {
  height: 39px;
  line-height: 38px;
  font-size: 15px;
}

.examples-list__single-link a::after {
  right: 6px;
}

@media screen and (max-width: 768px) {
  .examples-list__single-link {
    width: 100%;
    margin-top: 2.5%;
    height: 55px;
  }
  .examples-list__single-link a {
    height: 51px;
    line-height: 52px;
  }
}

/* column archive - thumbnail */
.column-post_list li {
  display: flex;
  align-items: flex-start;
}

.column-post_list .column-thumbnail {
  flex-shrink: 0;
  margin-right: 15px;
}

.column-post_list .column-thumbnail img {
  width: 115px;
  height: 65px;
  object-fit: cover;
  display: block;
}

.column-post_list li dl {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .column-post_list .column-thumbnail {
    margin-right: 10px;
  }
  .column-post_list .column-thumbnail img {
    width: 80px;
    height: 45px;
  }
}

body.post-type-archive-column #pagetitle,
body.single-column #pagetitle,
body.tax-column_type #pagetitle {
  background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-news.jpg) no-repeat center center;
  background-size: cover;
}

body.post-type-archive-column #pagetitle h2,
body.single-column #pagetitle h2,
body.tax-column_type #pagetitle h2 {
  background: url(img/pagetitle-column-en.png) no-repeat center center;
  background-size: 546px auto;
}

@media screen and (max-width: 768px) {
  body.post-type-archive-column #pagetitle,
  body.single-column #pagetitle,
  body.tax-column_type #pagetitle {
    background: url(https://e-astra.co.jp/wp-content/themes/astra-japan/img/pagetitle-news-sp.jpg) no-repeat center center;
    background-size: cover;
  }
}