@charset "UTF-8";
/* global.Scss */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&display=swap");
@import url(//use.fontawesome.com/releases/v5.6.1/css/all.css);
/*CSSリセット*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  * font-size: 100%;
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

/*変数*/
body {
  font-family: noto-sans-cjk-jp,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","Yu Gothic","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  line-height: 1.8;
  color: #000;
}
@media (max-width: 768px) {
  body {
    font-size: 1.6em;
    line-height: 2;
  }
}
@media (max-width: 414px) {
  body {
    font-size: 1.4em;
    line-height: 1.8;
  }
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
}
a img {
  transition: all 0.3s;
}
a img:hover {
  opacity: 0.7;
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.center {
  text-align: center;
}
@media (max-width: 768px) {
  .center.sp_left {
    text-align: left;
  }
}

.indent01 {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

p.margin01 {
  margin-bottom: 1em;
}
p.margin02 {
  margin-bottom: 2em;
}
p.margin03 {
  margin-bottom: 3em;
}
p.margin04 {
  margin-bottom: 4em;
}
p.margin05 {
  margin-bottom: 5em;
}
p.margin-top01 {
  margin-top: 1em;
}
p.margin-top02 {
  margin-top: 2em;
}
p.border-top01 {
  border-top: 1px solid #ccc;
  padding-top: 1em;
  margin-top: 2em;
}
p.w650 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 649px) {
  p.w650 {
    max-width: 90%;
  }
}
p.w900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 899px) {
  p.w900 {
    max-width: 90%;
  }
}
p.w1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  p.w1200 {
    max-width: 90%;
  }
}
p.large-text {
  font-size: 140%;
}
p.button01 a {
  display: inline-block;
  padding: 1em;
  font-size: 120%;
  border-radius: 10px;
  background: #000;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: background-color,0.3s;
}
p.button01 a:hover {
  background: #555;
}

.red-text {
  color: red;
}

.green-text {
  color: #13AE67;
}

.text-underline {
  text-decoration: underline;
}

.comming-soon {
  max-width: 168px;
  margin-left: auto;
  margin-right: auto;
}

header {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
header.second {
  padding-top: 5em;
}
header .inbox {
  max-width: 1800px;
  margin: 0 auto;
  padding: 1.5em 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  header .inbox {
    padding: 3em 0;
  }
}
header .inbox h1 {
  max-width: 385px;
  margin-right: 3%;
  line-height: 0;
}
@media (max-width: 1355px) {
  header .inbox h1 {
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  header .inbox h1 {
    margin: 0 auto;
    max-width: 52.65%;
  }
}
header .inbox .gmenu-box {
  width: 100%;
}
@media (max-width: 1384px) {
  header .inbox .gmenu-box {
    font-size: 90%;
  }
}
@media (max-width: 768px) {
  header .inbox .gmenu-box {
    display: none;
  }
}
header .inbox .gmenu-box ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
  flex-wrap: wrap;
  font-weight: 500;
}
header .inbox .gmenu-box ul a {
  display: block;
  line-height: 1.2;
  text-align: center;
}
header .inbox .gmenu-box ul a:last-child li {
  border-right: none;
  padding-right: 0;
}
header .inbox .gmenu-box ul a:after {
  content: '　';
  width: 50px;
  line-height: 0;
  display: inline-block;
  border-bottom: 5px solid #fff;
  transition: border-bottom 0.2s;
}
header .inbox .gmenu-box ul a:last-child:after {
  margin-left: 1em;
}
header .inbox .gmenu-box ul a:hover:after, header .inbox .gmenu-box ul a.current:after {
  content: '　';
  width: 50px;
  line-height: 0;
  display: inline-block;
  border-bottom: 5px solid #a61527;
}
header .inbox .gmenu-box ul a li {
  display: block;
  padding-right: 1em;
  padding-left: 1em;
  white-space: nowrap;
  border-right: 1px solid #000;
}
header .gmenu-sp {
  display: none;
}
@media (max-width: 768px) {
  header .gmenu-sp {
    display: block;
    position: absolute;
    top: 33%;
    right: 3em;
    width: 7.24%;
    line-height: 0;
    z-index: 20;
  }
  header .gmenu-sp .btn-menu {
    background: transparent;
    outline: none;
    overflow: visible;
    border: none;
    line-height: 0;
    padding: 0;
  }
  header .gmenu-sp .btn-menu img.op {
    display: none;
  }
  header .gmenu-sp .btn-menu.close img.close {
    display: none;
  }
  header .gmenu-sp .btn-menu.close img.op {
    display: block;
  }
}

nav.nav {
  display: none;
  position: absolute;
  line-height: 1.8;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #cac7c6;
}
nav.nav ul {
  padding: 10em 0 10em;
  font-size: 1.8rem;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 414px) {
  nav.nav ul {
    font-size: 1.4rem;
  }
}
nav.nav ul a {
  display: block;
  padding: 1em;
}
nav.nav ul a li {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
nav.nav ul a li span {
  font-weight: normal;
}

.movie-box {
  z-index: -1;
  width: 100%;
}

.main-box {
  width: 100%;
  position: relative;
}
.main-box:after {
  content: '　';
  display: block;
  clear: both;
  padding-bottom: 60vw;
}
.main-box.second {
  display: none;
}
.main-box.second:after {
  content: '　';
  display: block;
  clear: both;
  padding-bottom: 40vw;
}
@media (max-width: 768px) {
  .main-box.second:after {
    padding-bottom: 55vw;
  }
}
@media (max-width: 768px) {
  .main-box.second.margin01 {
    margin-top: 10vw;
  }
}
.main-box.second.margin01:after {
  padding-bottom: 25vw;
}
@media (max-width: 768px) {
  .main-box.second.margin01:after {
    padding-bottom: 70vw;
  }
}
.main-box .mainphoto-box {
  line-height: 0;
}
@media (max-width: 768px) {
  .main-box .mainphoto-box .slideshow_pc {
    display: none !important;
  }
}
.main-box .mainphoto-box .slideshow_sp {
  display: none;
}
@media (max-width: 768px) {
  .main-box .mainphoto-box .slideshow_sp {
    display: block;
  }
}
.main-box .mainphoto-box a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.main-box .mainphoto-box a img {
  top: 0;
}
.main-box .mainphoto-box img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

footer {
  margin-top: 5em;
  text-align: center;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-box {
  background: #909090;
  padding: 5em 2em;
  color: #fff;
}
footer .footer-box strong {
  max-width: 218px;
  display: block;
  margin: 0 auto 2em;
}
@media (max-width: 414px) {
  footer .footer-box strong {
    max-width: 60.5%;
  }
}
footer .footer-box ul.menu {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  footer .footer-box ul.menu {
    display: block;
    margin-bottom: 2em;
  }
}
footer .footer-box ul.menu li {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #fff;
  line-height: 1;
}
footer .footer-box ul.menu li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
@media (max-width: 768px) {
  footer .footer-box ul.menu li {
    margin: 0 auto 1.5em;
    padding-right: 0;
    border-right: 0;
  }
}
footer .footer-box p.copyright {
  margin: 1em auto 0;
}
@media (max-width: 414px) {
  footer .footer-box p.copyright {
    font-size: 80%;
  }
}

.about-box.footer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about-box.footer {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
.about-box.footer div {
  width: 49%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .about-box.footer div {
    width: 100%;
  }
}
.about-box.footer div.contact {
  background: #FAF8F5;
  padding: 2em 4em;
  text-align: center;
}
@media (max-width: 768px) {
  .about-box.footer div.contact {
    margin-bottom: 3em;
  }
}
@media (max-width: 414px) {
  .about-box.footer div.contact {
    margin-bottom: 3em;
    padding: 2em;
  }
}
.about-box.footer div.contact strong {
  font-size: 2em;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5em;
}
@media (max-width: 414px) {
  .about-box.footer div.contact strong {
    font-size: 1.8em;
    margin-bottom: 1em;
  }
}
.about-box.footer div.contact strong span {
  display: block;
  border-top: 1px solid #ccc;
  padding-top: 0.5em;
  margin-top: 0.25em;
  font-size: 0.7em;
}
@media (max-width: 414px) {
  .about-box.footer div.contact strong span {
    font-size: 1.4rem;
    padding-top: 1em;
    margin-top: 1em;
  }
}
.about-box.footer div.contact p {
  color: #0071BC;
  font-size: 2.4em;
  letter-spacing: 0.05em;
  font-family: Helvetica, Arial, "sans-serif";
  margin-bottom: 0.25em;
}
@media (max-width: 414px) {
  .about-box.footer div.contact p {
    font-size: 2.1em;
  }
}
.about-box.footer div.contact p img {
  width: calc(59px*0.35);
  vertical-align: middle;
  margin-right: 0.25em;
}
.about-box.footer div.contact p a {
  color: #0071BC;
}
.about-box.footer div.contact a.mail {
  display: block;
  background: #0071BC;
  color: #fff;
  border-radius: 5px;
  padding: 0.25em 1em;
  font-weight: bold;
  transition: background-color 0.3s;
}
.about-box.footer div.contact a.mail:hover {
  background: #0095C9;
}
.about-box.footer div.map-box .gmap {
  /*グーグルマップ*/
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.about-box.footer div.map-box .gmap #shopmap, .about-box.footer div.map-box .gmap iframe,
.about-box.footer div.map-box .gmap object,
.about-box.footer div.map-box .gmap embed, .about-box.footer div.map-box .gmap .acf-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-box.footer div.map-box p {
  margin-top: 1em;
  font-size: 1.3rem;
}
@media (max-width: 414px) {
  .about-box.footer div.map-box p {
    font-size: 1rem;
  }
}

section {
  margin: 3em auto 10em;
}
section.w100per {
  width: 100%;
}
@media (max-width: 768px) {
  section.w100per {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
section.w650 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 649px) {
  section.w650 {
    max-width: 90%;
  }
}
section.w900 {
  max-width: 900px;
}
@media (max-width: 899px) {
  section.w900 {
    width: 90%;
  }
}
section.w1000 {
  max-width: 1000px;
}
@media (max-width: 999px) {
  section.w1000 {
    width: 90%;
  }
}
section.w1200 {
  max-width: 1200px;
}
section.w1200.wide01 {
  max-width: 1200px;
}
@media (max-width: 1199px) {
  section.w1200.wide01 {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  section.w1200 {
    width: 90%;
  }
}
section.w1230 {
  max-width: 1230px;
}
section.w1230.wide01 {
  max-width: 1230px;
}
@media (max-width: 1229px) {
  section.w1230.wide01 {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1229px) {
  section.w1230 {
    width: 95%;
  }
}
section.gray_bg {
  width: 100%;
  background: #d8dad6;
}
section.gray_bg .inbox {
  padding: 5em 0;
}
section.img100_bg {
  width: 100%;
}
section.margin0 {
  margin-bottom: 0;
}
section.margin01 {
  margin-bottom: 3em;
}
section.margin02 {
  margin-bottom: 6em;
}
section.contact {
  width: 100%;
  margin-bottom: 5em;
}
section.contact a {
  display: block;
  background: #a61527;
  text-align: center;
  padding: 5em;
  color: #fff;
  transition: background-color,0.3s;
}
section.contact a:hover {
  opacity: 0.8;
}
section.contact a h2 {
  margin: 0 auto;
}
section.contact a h2:after {
  display: none;
}
section h2 {
  margin: 0 auto 3em;
  text-align: center;
  font-size: 1.6em;
  letter-spacing: 0.25em;
}
@media (max-width: 414px) {
  section h2 {
    font-size: 1.4em;
  }
}
section h2:after {
  display: block;
  width: 80px;
  content: '　';
  line-height: 0;
  border-bottom: 15px solid #ccc;
  margin: 0.5em auto 0;
}
section h2.top {
  font-family: arponasans,sans-serif;
  font-weight: 100;
  font-style: normal;
}
section h2.top:after {
  display: none;
}
section h2.about {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
section h2.about img {
  display: block;
  max-width: 192px;
  margin: 1.5em auto;
}
section h3 {
  margin: 0 auto 3em;
  font-size: 1.4em;
  text-align: center;
  letter-spacing: 0.25em;
}
@media (max-width: 414px) {
  section h3 {
    font-size: 1.3em;
  }
}
section h3.margin01 {
  margin-bottom: 5em;
}
section .button {
  text-align: center;
  line-height: 0;
}
section .button.margin01 {
  margin-bottom: 2em;
}
section .button a {
  display: inline-block;
  border: 1px solid #000;
  background: #fff;
  padding: 0.5em 4em;
  line-height: 1.4;
  letter-spacing: 0.25em;
  transition: background-color 0.3s;
}
section .button a img {
  max-height: 17px;
  width: auto;
  transition: none;
}
section .button a img:hover {
  opacity: 1;
}
section .button a:hover {
  background: black;
  color: #fff;
}
section ul.business-top {
  display: flex;
  align-items: center;
  line-height: 0;
}
@media (max-width: 768px) {
  section ul.business-top {
    display: block;
  }
}
section ul.business-top li {
  position: relative;
}
section ul.business-top li img {
  display: block;
  z-index: -1;
}
section ul.business-top li strong {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  padding-bottom: 1em;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 75%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 75%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 75%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}
@media (max-width: 768px) {
  section ul.business-top li strong {
    padding-bottom: 3em;
  }
}

dl.blue_list dt {
  color: #3e6eb3;
  font-weight: 700;
  margin-bottom: 0.25em;
}
dl.blue_list dd {
  margin-bottom: 2em;
}

ul.ec_support01 {
  display: flex;
  flex-wrap: wrap;
}
ul.ec_support01 li {
  width: 25%;
  margin-bottom: 2em;
  text-align: center;
}
@media (max-width: 768px) {
  ul.ec_support01 li {
    width: 50%;
  }
}
ul.ec_support01 li strong {
  display: block;
  text-align: center;
  font-weight: 700;
}

ul.ec_support02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.ec_support02 li {
  width: 22%;
}
@media (max-width: 768px) {
  ul.ec_support02 li {
    width: 100%;
    margin-bottom: 5em;
  }
}
ul.ec_support02 li img {
  display: block;
  margin: 0 auto 1em;
}
@media (max-width: 768px) {
  ul.ec_support02 li img {
    width: 50%;
  }
}
ul.ec_support02 li strong {
  font-weight: 700;
  text-align: center;
  display: block;
  margin-bottom: 1em;
}
ul.ec_support02 li p {
  width: 90%;
  margin: 0 auto 1.5em;
}
@media (max-width: 768px) {
  ul.ec_support02 li p {
    width: 50%;
  }
}
@media (max-width: 414px) {
  ul.ec_support02 li p {
    width: 90%;
  }
}
ul.ec_support02 li ul {
  width: 83%;
  display: block;
  list-style: disc;
}
@media (max-width: 768px) {
  ul.ec_support02 li ul {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 414px) {
  ul.ec_support02 li ul {
    width: 90%;
  }
}
ul.ec_support02 li ul li {
  width: 100%;
  margin-left: 2.5em;
}
@media (max-width: 768px) {
  ul.ec_support02 li ul li {
    margin-bottom: 0.25em;
    margin-left: 1em;
  }
}

ul.marketing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.marketing li {
  width: 28.33%;
}
@media (max-width: 768px) {
  ul.marketing li {
    width: 100%;
    margin-bottom: 5em;
  }
}
ul.marketing li img {
  display: block;
  margin: 0 auto 1em;
  width: 80%;
}
@media (max-width: 768px) {
  ul.marketing li img {
    width: 50%;
  }
}
ul.marketing li strong {
  font-weight: 700;
  text-align: center;
  display: block;
  margin-bottom: 3em;
}
ul.marketing li p {
  margin: 0 auto 1.5em;
}
@media (max-width: 768px) {
  ul.marketing li p {
    width: 50%;
  }
}
@media (max-width: 414px) {
  ul.marketing li p {
    width: 90%;
  }
}
@media (max-width: 768px) {
  ul.marketing li dl {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 414px) {
  ul.marketing li dl {
    width: 90%;
  }
}
ul.marketing li dl dt {
  font-weight: 700;
  color: #c73a2d;
}
ul.marketing li dl dd {
  margin-bottom: 1.5em;
}

ul.traditional_crafts {
  display: flex;
  line-height: 0;
  justify-content: space-between;
}
@media (max-width: 768px) {
  ul.traditional_crafts {
    flex-wrap: wrap;
  }
}
ul.traditional_crafts li {
  width: 25%;
}
@media (max-width: 768px) {
  ul.traditional_crafts li {
    width: 50%;
  }
}

strong.orangered {
  color: #cb5520;
  font-weight: 700;
  display: block;
  margin-bottom: 2em;
  font-size: 120%;
}

dl.traditional_crafts {
  display: flex;
  justify-content: space-between;
}
dl.traditional_crafts.margin01 {
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  dl.traditional_crafts {
    display: block;
  }
}
dl.traditional_crafts dt {
  width: 32.77%;
}
@media (max-width: 768px) {
  dl.traditional_crafts dt {
    width: 80%;
    margin: 0 auto 2em;
  }
}
dl.traditional_crafts dd {
  width: 65.22%;
}
@media (max-width: 768px) {
  dl.traditional_crafts dd {
    width: 100%;
  }
}

dl.profile {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  dl.profile {
    display: block;
  }
}
dl.profile dt {
  width: 15%;
}
@media (max-width: 768px) {
  dl.profile dt {
    width: 30%;
    margin: 0 auto 1em;
  }
}
dl.profile dd {
  width: 80%;
}
@media (max-width: 768px) {
  dl.profile dd {
    width: 100%;
  }
}

dl.overview {
  display: flex;
  max-width: 550px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  dl.overview {
    max-width: 100%;
  }
}
dl.overview dt {
  width: 20%;
  border-right: 1.5px dotted #ccc;
  padding: 0 1.5em 0.5em 0;
}
@media (max-width: 768px) {
  dl.overview dt {
    width: 20%;
  }
}
dl.overview dt.margin {
  padding-bottom: 3em;
}
dl.overview dd {
  width: 80%;
  padding: 0 0 0.5em 1.5em;
}
dl.overview dd.margin {
  padding-bottom: 3em;
}

.paid_member_bg {
  background: url("../../page-images/paid_member/bg01.png") no-repeat center top;
  background-size: 1680px auto;
  margin-top: 50em;
}
@media (max-width: 768px) {
  .paid_member_bg {
    margin-top: 55em;
  }
}
@media (max-width: 414px) {
  .paid_member_bg {
    margin-top: 40em;
  }
}

h2.paid_member {
  max-width: 240px;
  margin: 0 auto 5em;
}

section.blue-bg {
  background: #CBE8E9;
  border-radius: 10px;
  padding: 2em 0;
}
section.blue-bg .inbox {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  section.blue-bg .inbox {
    max-width: 90%;
  }
}
section.blue-bg .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  section.blue-bg .box {
    display: block;
  }
}
section.blue-bg .box ul {
  margin: 1em 0;
}
section.blue-bg .box ul li {
  display: block;
  margin-bottom: 1em;
}
section.blue-bg .box ul li p {
  background: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 0.5em;
}
@media (max-width: 768px) {
  section.blue-bg .box ul li p {
    display: block;
  }
}
section.blue-bg .box .img-box {
  width: 24.38%;
}
@media (max-width: 768px) {
  section.blue-bg .box .img-box {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 414px) {
  section.blue-bg .box .img-box {
    width: 90%;
  }
}

h3.title01 {
  border-bottom: 4px solid #F39800;
  padding-bottom: 0.5em;
  padding-left: 1em;
  margin-bottom: 1em;
}
h3.title01.red {
  border-bottom: 4px solid #E4007F;
}
h3.title01.green {
  border-bottom: 4px solid #DAE000;
}
h3.title01.blue {
  border-bottom: 4px solid #172A88;
}
h3.title01.margin01 {
  margin-bottom: 3em;
}
h3.title01 img {
  height: 21px;
  width: auto;
}

h4.title01 {
  border-bottom: 1px solid #555;
  padding-bottom: 0.25em;
  margin-bottom: 2em;
}
h4.title01.green {
  color: #00913A;
  font-weight: 600;
  border-bottom: 1px solid #00913A;
}

ul.check {
  padding-left: 2em;
}
@media (max-width: 414px) {
  ul.check {
    padding-left: 0;
  }
}
ul.check li {
  padding-left: 3em;
  background: url("../../page-images/paid_member/check-icon.png") no-repeat left top;
  background-size: auto 25px;
  margin-bottom: 1em;
}
@media (max-width: 414px) {
  ul.check li {
    background-size: auto 20px;
    padding-left: 2em;
  }
}

ul.green-color {
  color: #00A29A;
}
ul.green-color li {
  margin-bottom: 1em;
  text-indent: -3em;
  padding-left: 3em;
}

.orange-largetxt {
  display: inline-block;
  font-size: 200%;
  letter-spacing: 0.05em;
  color: #e95513;
  border-bottom: 1px solid #e95513;
}
@media (max-width: 414px) {
  .orange-largetxt {
    font-size: 150%;
  }
}

strong.step {
  display: inline-block;
  background: #EA5514;
  color: #fff;
  font-weight: 600;
  padding: 0.25em 1em;
  margin-bottom: 1em;
  margin-top: 1em;
  text-align: center;
}

dl.row02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
  margin-left: 2em;
}
@media (max-width: 768px) {
  dl.row02 {
    display: block;
    margin-left: auto;
    margin-bottom: 3em;
  }
}
dl.row02 dt {
  width: 23.3%;
  margin-right: 3em;
}
@media (max-width: 768px) {
  dl.row02 dt {
    width: 50%;
    margin: 0 auto 1em;
  }
}
dl.row02 dd {
  width: 74%;
}
@media (max-width: 768px) {
  dl.row02 dd {
    width: 100%;
  }
}
dl.row02 dd strong {
  display: block;
  font-size: 120%;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  dl.row02 dd strong {
    text-align: center;
  }
  dl.row02 dd strong span {
    display: block;
  }
}
dl.row02.wide {
  margin-left: 0;
}
dl.row02.wide dt {
  width: 45.8%;
}
@media (max-width: 768px) {
  dl.row02.wide dt {
    width: 100%;
  }
}
dl.row02.wide dd {
  width: 47.5%;
}
dl.row02.wide dd span.red-color {
  color: #e50012;
}
dl.row02.wide dd span.blue-color {
  color: #036eb7;
}
@media (max-width: 768px) {
  dl.row02.wide dd {
    width: 100%;
    margin-top: 0;
  }
}

ul.pdf-icon {
  display: flex;
  justify-content: center;
  margin: 3em auto;
}
@media (max-width: 414px) {
  ul.pdf-icon {
    display: block;
  }
}
ul.pdf-icon li {
  text-align: center;
  margin: 0 5%;
}
@media (max-width: 414px) {
  ul.pdf-icon li {
    margin: 0 auto 3em;
  }
}
ul.pdf-icon li strong {
  display: block;
}
ul.pdf-icon li img {
  max-width: 80px;
  margin: 0 auto;
}
@media (max-width: 414px) {
  ul.pdf-icon li img {
    max-width: 50px;
  }
}

.button-box {
  text-align: center;
}
.button-box a.orange-button {
  display: inline-block;
  background: #F39800;
  border-radius: 20px;
  padding: 1.5em 7em;
  max-width: 600px;
  box-sizing: border-box;
  line-height: 0;
  transition: background-color 0.3s;
}
.button-box a.orange-button:hover {
  background: rgba(243, 152, 0, 0.8);
}
@media (max-width: 414px) {
  .button-box a.orange-button {
    max-width: 100%;
    border-radius: 0;
    padding: 3em 7em;
  }
}
.button-box a.orange-button.margin01 {
  margin-bottom: 5em;
}
.button-box a.paypal-button {
  display: inline-block;
  background: #036EB8;
  border-radius: 20px;
  padding: 1em 5em;
  box-sizing: border-box;
  max-width: 380px;
  transition: background-color 0.3s;
}
@media (max-width: 414px) {
  .button-box a.paypal-button {
    max-width: 320px;
  }
}
.button-box a.paypal-button:hover {
  background: rgba(4, 110, 184, 0.8);
}
.button-box a.paypal-button.margin01 {
  margin-top: 2em;
}

dl.faq {
  margin-bottom: 3em;
  display: flex;
  align-items: flex-start;
}
dl.faq dt {
  width: 24px;
  margin-right: 1em;
}
dl.faq dd {
  width: 80%;
}
dl.faq.q {
  margin-bottom: 0.5em;
}
dl.faq.q dd {
  color: #036EB8;
}

.news_containner {
  margin-top: 8em;
}
.news_containner ul.cat_button {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 8em;
}
@media (max-width: 1024px) {
  .news_containner ul.cat_button {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .news_containner ul.cat_button {
    display: none;
  }
}
.news_containner ul.cat_button li {
  width: 31.3%;
}
.news_containner ul.cat_button li a {
  display: block;
  background: #6d6c6c;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 0.5em 0;
  font-weight: 600;
  transition: background-color 0.3s;
}
.news_containner ul.cat_button li a:hover {
  background: rgba(109, 108, 108, 0.8);
}

.cat_link {
  display: none;
}
@media (max-width: 768px) {
  .cat_link {
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto;
  }
  .cat_link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f0dd';
    position: absolute;
    top: -35%;
    right: 10px;
    font-size: 3rem;
    color: #fff;
  }
  .cat_link select {
    border-radius: 10px;
    padding: 0.5em 7em 0.5em 7.5em;
    margin: 0 auto;
    background: #6d6c6c;
    color: #fff;
    width: 100%;
  }
  .cat_link select option {
    color: #fff;
  }
}

.news_detail_box .title_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}
.news_detail_box .title_box strong {
  font-weight: 600;
  font-size: 140%;
}
.news_detail_box .title_box p {
  text-align: right;
}
.news_detail_box .title_box p span {
  display: block;
  margin-top: 2em;
}
.news_detail_box .text_box {
  max-width: 800px;
  margin: 0 auto;
}
.news_detail_box .text_box img {
  display: block;
  max-width: 800px;
  margin: 2em auto;
}
.news_detail_box .books_box {
  max-width: 800px;
  margin: 0 auto 3em;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 414px) {
  .news_detail_box .books_box {
    display: block;
  }
}
.news_detail_box .books_box .img_box {
  width: 37.5%;
}
@media (max-width: 414px) {
  .news_detail_box .books_box .img_box {
    width: 80%;
    margin: 0 auto 2em;
  }
}
.news_detail_box .books_box .text_box {
  width: 50%;
}
@media (max-width: 414px) {
  .news_detail_box .books_box .text_box {
    width: 100%;
  }
}
.news_detail_box .books_box .text_box dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
.news_detail_box .books_box .text_box dl dt {
  width: 60px;
}
.news_detail_box .books_box .text_box dl dd {
  width: 83%;
}
.news_detail_box .books_box .text_box a.amazon-link {
  display: block;
  max-width: 360px;
}

.pagenavi {
  margin: 5em auto 10em;
}
.pagenavi.detaile {
  width: 60%;
}
@media (max-width: 414px) {
  .pagenavi {
    margin: 10% auto 20%;
  }
  .pagenavi.detaile {
    width: 70%;
  }
}

.pagenavi .wp-pagenavi {
  text-align: center;
}

.pagenavi.detaile .wp-pagenavi {
  display: flex;
}

.pagenavi .previouspostslink, .pagenavi .nextpostslink {
  font-size: 30px;
  display: inline-block;
  background: #929292;
  color: #FFF;
  border-radius: 100px;
}
@media (max-width: 414px) {
  .pagenavi .previouspostslink, .pagenavi .nextpostslink {
    font-size: 40px;
  }
}

.pagenavi .previouspostslink {
  padding: 2px 23px 2px 6px;
  margin-right: 3%;
}
@media (max-width: 768px) {
  .pagenavi .previouspostslink {
    padding: 2px 25px 2px 10px;
  }
}
@media (max-width: 414px) {
  .pagenavi .previouspostslink {
    padding: 2px 25px 2px 1.5px;
    margin-right: 1em;
  }
}

.pagenavi .nextpostslink {
  padding: 2px 6px 2px 23px;
  margin-left: 3%;
}
@media (max-width: 768px) {
  .pagenavi .nextpostslink {
    padding: 2px 10px 2px 25px;
  }
}
@media (max-width: 414px) {
  .pagenavi .nextpostslink {
    padding: 2px 1.5px 2px 25px;
    margin-left: 1em;
  }
}

.pagenavi.detaile .nextpostslink {
  margin-left: auto;
}

.pagenavi .nextpostslink.single {
  margin-left: 0;
}

.pagenavi .previouspostslink:hover, .pagenavi .nextpostslink:hover {
  text-decoration: none;
  background: #CCC;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #CCC !important;
}

.pagenavi .page, .pagenavi .current {
  color: #b3b3b4;
}
@media (max-width: 414px) {
  .pagenavi .page, .pagenavi .current {
    display: none;
  }
}

.pagenavi .page:after, .pagenavi .current:after {
  content: ' . ';
}

ul.button02 {
  margin: 5em auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.button02 li {
  width: calc(100% / 4 - 0.5em);
}
@media (max-width: 768px) {
  ul.button02 li {
    width: calc(100% / 2 - 0.5em);
    padding: 0;
    margin: 0 0 1em;
  }
}
ul.button02 li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 0.8em 0;
  box-sizing: border-box;
  transition: background-color 0.3s;
}
ul.button02 li a.training {
  background: #A67C52;
}
ul.button02 li a.training:hover {
  background: #C6956A;
}
ul.button02 li a.coworking {
  background: #0071BC;
}
ul.button02 li a.coworking:hover {
  background: #0098DB;
}
ul.button02 li a.community {
  background: #AACD06;
}
ul.button02 li a.community:hover {
  background: #B3DD72;
}
ul.button02 li a.cooking {
  background: #9E005D;
}
ul.button02 li a.cooking:hover {
  background: #C90095;
}
ul.button02 li a.camping {
  background: #C7B299;
}
ul.button02 li a.camping:hover {
  background: #DDC7AF;
}

.form-box h2 {
  font-weight: 600;
  font-size: 140%;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.form-box h2.margin01 {
  margin-top: 3em;
}
.form-box strong.title01 {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5em;
}
.form-box input {
  padding: 0.5em;
  border: 2px solid #ccc;
  margin: 0.5em 0;
}
.form-box input[type="text"], .form-box input[type="email"], .form-box input[type="password"] {
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 414px) {
  .form-box input[type="text"], .form-box input[type="email"], .form-box input[type="password"] {
    width: 90% !important;
  }
}
.form-box input[type="submit"] {
  border: none;
  background: #444;
  color: #fff;
  font-weight: 600;
  padding: 1em;
  border-radius: 10px;
  cursor: pointer;
  margin: 1em 0;
  transition: background-color,0.3s;
}
.form-box input[type="submit"]:hover {
  background: #555;
}
.form-box input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.form-box select {
  padding: 0.5em;
  border: 2px solid #ccc;
  margin: 0.5em 0;
  width: auto !important;
}
.form-box a {
  text-decoration: underline;
}
.form-box a:hover {
  text-decoration: none;
}
.form-box #swpm-registration-form label, .form-box .swpm-edit-profile-form label {
  margin-right: 2em;
  white-space: nowrap;
}
@media (max-width: 414px) {
  .form-box #swpm-registration-form input[type="text"], .form-box #swpm-registration-form input[type="email"], .form-box #swpm-registration-form input[type="password"], .form-box .swpm-edit-profile-form input[type="text"], .form-box .swpm-edit-profile-form input[type="email"], .form-box .swpm-edit-profile-form input[type="password"] {
    width: 95% !important;
  }
  .form-box #swpm-registration-form tr, .form-box .swpm-edit-profile-form tr {
    display: block;
    margin-bottom: 1em;
  }
  .form-box #swpm-registration-form td, .form-box .swpm-edit-profile-form td {
    display: block;
  }
}
.form-box .swpm-login-widget-action-msg {
  color: red;
}

#swpm_message {
  max-width: 900px;
  margin: 0 auto;
}

.swpm-payment-button input[type="submit"] {
  background: #003cae;
}
.swpm-payment-button input[type="submit"]:hover {
  background: rgba(0, 60, 174, 0.7);
}

ol.privacy {
  margin: 0.5em auto 2em;
  list-style: decimal;
}
ol.privacy li {
  margin: 0 0 0.5em 1.5em;
}
ol.privacy ol {
  margin: 0 auto 0.5em 1.5em;
  list-style: decimal;
}
ol.privacy ol li {
  margin: 0 0 0.5em 1.5em;
}
