@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,400,500,700&display=swap&subset=japanese");
body {
  color: #3e3d35;
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  /*font-weight: lighter; */
  font-weight: 400;
  /*overflow: hidden;*/
}

@media screen and (max-width: 584px) {
  body {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 584px) {
  p.lead {
    font-size: 12px;
    text-align: left;
  }
  p.lead br {
    display: none;
  }
}
.fmin {
  font-family: "Noto Serif JP";
}

a {
  color: #3e3d35;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 14px;
  line-height: 26px;
  margin: 0px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 0;
  font-weight: 400;
}

h2,
h3,
h4 {
  margin-top: 0;
  font-weight: 400;
}

p span,
h2 span,
h3 span,
h4 span {
  letter-spacing: 2px;
}

#w0 {
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
  z-index: 2;
  position: relative;
}

.pc #w0 {
  min-width: 1000px;
}

#w0.show1 {
  opacity: 1;
}

.load {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0%;
  top: 35%;
  z-index: 1000;
}

.s1_0 .load {
  display: none;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(149, 122, 57, 0.2);
  border-right: 5px solid rgba(149, 122, 57, 0.2);
  border-bottom: 5px solid rgba(149, 122, 57, 0.2);
  border-left: 5px solid #957a39;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
header {
  position: relative;
  background-color: #000;
  height: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 888;
}
header .header {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
header .header > .logo {
  width: 35%;
  margin: 0;
  max-width: 170px;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  padding-left: 6px;
}
header .header > .logo img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}

@media screen and (max-width: 584px) {
  header .header .logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
  }
}
.subnav {
  background-color: #d9d9d9;
}
.subnav .secin {
  max-width: 960px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.subnav .secin h1 {
  text-align: center;
  color: #ed6d00;
  font-size: 20px;
}
.subnav .secin h1 span {
  display: block;
  color: #000;
  font-size: 24px;
}
.subnav .secin ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 584px) {
  .subnav .secin ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.subnav .secin ul li {
  width: 16.6666%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px;
  min-height: 142px;
  position: relative;
}
.subnav .secin ul li a {
  border: 2px solid #000;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.subnav .secin ul li a::before {
  content: "";
  position: absolute;
  width: 130%;
  height: 100%;
  left: 150%;
  top: 0;
  -webkit-transform: skewX(-17.62deg);
          transform: skewX(-17.62deg);
  background-color: #ed6d00;
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
}
.subnav .secin ul li a::after {
  content: "";
  position: absolute;
  width: 130%;
  height: 100%;
  left: -150%;
  top: 0;
  -webkit-transform: skewX(-17.62deg);
          transform: skewX(-17.62deg);
  background-color: #ed6d00;
  opacity: 1;
  z-index: 1;
}
.subnav .secin ul li a p {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.subnav .secin ul li.act a p, .subnav .secin ul li:hover a p {
  color: #fff;
}
.subnav .secin ul li.act a::after, .subnav .secin ul li:hover a::after {
  left: -15%;
  -webkit-transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
}
.subnav .secin ul li.act a::before, .subnav .secin ul li:hover a::before {
  -webkit-transition: 0s 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: 0s 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  left: -15%;
}
@media screen and (max-width: 584px) {
  .subnav .secin ul li {
    width: 50%;
    min-height: 100px;
  }
}

.pagetitle {
  background-color: #ED6D00;
}
.pagetitle .secin {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/common/pagetit_bg.png");
}
.pagetitle .secin h1 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}
.pagetitle .secin h1 span {
  color: #ED6D00;
}
.pagetitle .secin p.lead {
  color: #000;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 584px) {
  .pagetitle .secin p.lead {
    font-size: 12px;
    text-align: left;
    line-height: 1.7em;
  }
  .pagetitle .secin p.lead br {
    display: none;
  }
}
@media screen and (max-width: 584px) {
  .pagetitle .secin {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url("../images/common/pagetit_bg@sp.png");
  }
  .pagetitle .secin h3 {
    margin: 0;
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.posfix.mobile header {
  top: auto;
  bottom: 0;
  height: 50px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 800;
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.posfix.mobile header .spmenubtn {
  top: 10px;
}
.posfix.pc header {
  height: 50px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 800;
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.posfix.pc header .header h1 {
  padding-top: 5px;
}

@media screen and (max-width: 584px) {
  header {
    height: 60px;
  }
}
section .secin {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
section .secin h3 {
  font-size: 30px;
}
section .secin h3 span {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section .secin h3 span img {
  display: block;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: auto;
}
section .secin h3.mid {
  font-size: 24px;
}
section .secin h3.center {
  text-align: center;
}

@media screen and (max-width: 584px) {
  section .secin h3.mid {
    font-size: 18px;
  }
}
@media screen and (max-width: 584px) {
  section .secin h3 {
    font-size: 18px;
  }
}
footer {
  background-color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .footer {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #fff;
}
footer .footer .sitemap {
  color: #fff;
}
footer .footer .sitemap .secin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer .sitemap .smapl {
  margin-right: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer .sitemap .smapl .flogo {
  width: 100%;
  max-width: 260px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  padding-top: 0px;
}
footer .footer .sitemap .smapl .flogo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
footer .footer .sitemap .smapl .flogo img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}
footer .footer .sitemap .smapl ul.tlink {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  border-left: 1px solid #fff;
  margin-bottom: 20px;
}
footer .footer .sitemap .smapl ul.tlink li.lh2 {
  margin-bottom: 13px;
}
footer .footer .sitemap .smapl ul.tlink li.lh2 a p {
  font-size: 14px;
}
footer .footer .sitemap .smapl ul.tlink li a p {
  font-size: 12px;
  color: #fff;
}
footer .footer .sns {
  position: relative;
  margin-bottom: 40px;
}
footer .footer .sns li {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
footer .footer .sns li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
footer .footer .sns li img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}
footer .footer p {
  color: #fff;
}
footer .footer .copy {
  text-align: center;
}

@media screen and (max-width: 584px) {
  footer .footer .sitemap .smapl ul.tlink {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 584px) {
  footer .footer .sitemap .smapl {
    width: 100%;
    float: none;
    margin: 0;
  }
  footer .footer .sitemap .smapl ul.tlink {
    border-left: none;
    padding-left: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  footer .footer .sitemap .smapl ul.tlink li {
    width: 50%;
    float: left;
    height: 40px;
    border-bottom: 1px solid #fff;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer .sitemap .smapl ul.tlink li:nth-child(2n) {
    border-right: 1px solid #fff;
  }
  footer .footer .sitemap .smapl ul.tlink li.lh2 {
    width: 100%;
    float: none;
    margin: 0;
    height: 30px;
    text-align: center;
    border-bottom: 3px solid #fff;
  }
  footer .footer .sitemap .smapl ul.tlink li a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  footer .footer .sitemap .smapl ul.tlink li a p {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 100%;
    line-height: 1.2em;
    text-align: center;
  }
  footer .footer .sitemap .smapl ul.tlink::after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 584px) {
  footer .footer .sitemap .smapl p {
    text-align: center;
  }
  footer .footer .sitemap .smapl .sns {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 584px) {
  footer .footer .sitemap {
    width: 100%;
    float: none;
    margin: 0;
    border-left: none;
  }
  footer .footer .sitemap .secin {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 584px) and (max-width: 584px) {
  footer .footer .sitemap .secin {
    display: block;
  }
}
.rbtn3 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/common/bg_01.jpg");
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  margin-top: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rbtn3 canvas {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.rbtn3 a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.rbtn3 a p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.rbtn3 a p img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
}
.rbtn3:hover {
  background-image: url("../images/common/bg_02.jpg");
}

@media screen and (max-width: 584px) {
  .rbtn3 a p img {
    width: 100%;
  }
}
@media screen and (max-width: 584px) {
  .rbtn3 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.rbtn5 {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rbtn5::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.rbtn5 a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.rbtn5 a:hover {
  opacity: 0.8;
}
.rbtn5 a img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
}

@media screen and (max-width: 584px) {
  .rbtn5 {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .rbtn5::before {
    width: auto;
    height: auto;
  }
}
.rbtnmd {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rbtnmd::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.rbtnmd a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.rbtnmd a:hover {
  opacity: 0.8;
}
.rbtnmd a img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
}

@media screen and (max-width: 584px) {
  .rbtn5 {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .rbtn5::before {
    width: auto;
    height: auto;
  }
}
p.note.colw {
  color: #fff;
}

.rbtnset2 {
  margin-top: 25px;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.rbtnset2 li {
  background-color: #fff;
  width: 48%;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 4%;
  position: relative;
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rbtnset2 li:nth-child(2) {
  margin-right: 0;
}
.rbtnset2 li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbtnset2 li img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}
.rbtnset2 li:hover {
  opacity: 0.7;
}

@media screen and (max-width: 584px) {
  .rbtnset2 li {
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .rbtnset2 li:nth-child(2) {
    margin-right: auto;
  }
}
.rbtnset {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.rbtnset li {
  background-color: #fff;
  width: 40%;
  display: inline-block;
  overflow: hidden;
  max-width: 240px;
  margin-left: 1%;
  margin-right: 1%;
}

@media screen and (max-width: 584px) {
  .rbtnset li {
    width: 80%;
  }
}
.flogo1 {
  text-align: center;
}
.flogo1 img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 584px) {
  .flogo1 img {
    max-width: 140px;
  }
}
.rbtn4 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/common/bg_04.jpg");
  width: 100%;
  max-width: 750px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  margin-top: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rbtn4 a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.rbtn4 a p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.rbtn4 a p img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
}
.rbtn4:hover {
  background-image: url("../images/common/bg_05.jpg");
}

@media screen and (max-width: 584px) {
  .rbtn4 a p img {
    width: 100%;
  }
}
@media screen and (max-width: 584px) {
  .rbtn4 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.rbtn2 {
  position: relative;
  height: 50px;
  width: 240px;
  border: 2px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.rbtn2 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.rbtn2 a::after {
  width: 14px;
  height: 14px;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/common/arr_01.png");
  content: "";
  right: 10px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rbtn2 a p {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rbtn2::after {
  content: "";
  position: absolute;
  width: 130%;
  height: 100%;
  left: -150%;
  top: 0;
  -webkit-transform: skewX(-17.62deg);
          transform: skewX(-17.62deg);
  background-color: #ed6d00;
  opacity: 1;
  z-index: 1;
}
.rbtn2::before {
  content: "";
  position: absolute;
  width: 130%;
  height: 100%;
  left: 150%;
  top: 0;
  -webkit-transform: skewX(-17.62deg);
          transform: skewX(-17.62deg);
  background-color: #ed6d00;
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
}
.rbtn2:hover a p {
  color: #fff;
}
.rbtn2:hover a::after {
  right: 6px;
  background-image: url("../images/common/arr_01_w.png");
}
.rbtn2:hover::after {
  left: -10%;
  -webkit-transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
}
.rbtn2:hover::before {
  -webkit-transition: 0s 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: 0s 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  left: -10%;
}

nav.spgmenu {
  position: fixed;
  overflow: auto;
  overflow-y: scroll;
  top: 0;
  right: -105%;
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 605;
  background-color: #000;
  -webkit-transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
}
nav.spgmenu li {
  border-top: solid 1px #cccccc;
  position: relative;
}
nav.spgmenu li a {
  display: block;
  text-align: left;
  padding: 20px 20px;
  background-color: #000;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav.spgmenu li a p {
  font-family: "Noto Sans JP";
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  font-weight: 500;
  color: #ed6d00;
}
nav.spgmenu li.ico::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 30px;
}
nav.spgmenu li.cat0 > a::before, nav.spgmenu li.cat0 > a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0.8em;
  height: 1px;
  border-width: 0;
  background: #000;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  z-index: 1;
  margin-top: 0;
}
nav.spgmenu li.cat0 > a::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
nav.spgmenu li.cat0 > a p::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 30px;
  background-size: 100% auto;
}
nav.spgmenu li.cat0 .submenu {
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
nav.spgmenu li.cat0 .submenu ul {
  margin-top: -100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
nav.spgmenu li.cat0 .submenu ul li {
  border-top: none;
}
nav.spgmenu li.cat0 .submenu ul li a {
  padding: 10px 20px;
}
nav.spgmenu li.cat0 .submenu ul li a::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-right: solid 1px #202020;
  border-bottom: solid 1px #202020;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -0.18em;
}
nav.spgmenu li.cat0 .submenu ul li a p {
  padding-left: 30px;
}
nav.spgmenu li.cat0.act > a::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
nav.spgmenu li.cat0.act .submenu {
  margin-bottom: 20px;
}
nav.spgmenu li.cat0.act .submenu ul {
  margin-top: 0;
}

.menuop nav.spgmenu {
  right: 0;
}

nav.rbtn1 {
  position: absolute;
  right: 0px;
  top: 20px;
  height: 40px;
  width: 160px;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/common/bg_01.jpg");
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 7;
}
nav.rbtn1 canvas {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
nav.rbtn1 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
nav.rbtn1 a p {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  color: #fff;
  z-index: 5;
}
nav.rbtn1:hover {
  background-image: url("../images/common/bg_02.jpg");
}

.posfix header nav.rbtn1 {
  top: 5px;
}

@media screen and (max-width: 584px) {
  nav.rbtn1 {
    width: 80px;
    top: 10px;
  }
  nav.rbtn1 p {
    font-size: 10px;
  }
}
nav.gmenu {
  width: 65%;
  max-width: 640px;
  height: auto;
  position: absolute;
  right: 176px;
  top: 30px;
}
nav.gmenu ul {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav.gmenu ul li {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 10px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 5px;
}
nav.gmenu ul li a {
  padding: 0px 0 0px 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
nav.gmenu ul li a p {
  color: #fff;
  font-size: 13px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ ゴシック", sans-serif;
}
nav.gmenu ul li:hover > a p, nav.gmenu ul li.act > a p {
  color: #fff;
}
nav.gmenu ul li:hover::after, nav.gmenu ul li.act::after {
  width: 60%;
}
nav.gmenu ul li:hover .submenu {
  bottom: -90px;
  opacity: 1;
}
nav.gmenu ul li::after {
  width: 0;
  height: 2px;
  content: "";
  background-color: #ed6d00;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 584px) {
  nav.gmenu {
    display: none;
  }
}
.posfix header nav.gmenu {
  top: 10px;
}

.thimi,
.thimi2,
.thimi4,
.thimi3 {
  opacity: 0;
  -webkit-transform: scale(1.1) translate(0, 100px) skew(0deg, -5deg);
          transform: scale(1.1) translate(0, 100px) skew(0deg, -5deg);
}

.thimi.ani1 {
  opacity: 1;
  -webkit-transition: all 1.6s 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 1.6s 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: scale(1) translate(0, 0) skew(0deg, 0deg);
          transform: scale(1) translate(0, 0) skew(0deg, 0deg);
}

.thimi2.ani1 {
  opacity: 1;
  -webkit-transition: all 1.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 1.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: scale(1) translate(0, 0) skew(0deg, 0deg);
          transform: scale(1) translate(0, 0) skew(0deg, 0deg);
}

.thimi3.ani1 {
  opacity: 1;
  -webkit-transition: all 1.6s 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 1.6s 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: scale(1) translate(0, 0) skew(0deg, 0deg);
          transform: scale(1) translate(0, 0) skew(0deg, 0deg);
}

.thimi4.ani1 {
  opacity: 1;
  -webkit-transition: all 1.6s 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 1.6s 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: scale(1) translate(0, 0) skew(0deg, 0deg);
          transform: scale(1) translate(0, 0) skew(0deg, 0deg);
}

.thim.ani1.ani1fin,
.thim2.ani1.ani1fin,
.thim4.ani1.ani1fin,
.thim3.ani1.ani1fin {
  opacity: 1;
  -webkit-transition: all 0s 0s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0s 0s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.thim,
.thim2,
.thim4,
.thim3 {
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}

.thim.thimu,
.thim2.thimu,
.thim4.thimu,
.thim3.thimu {
  opacity: 0;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.thim.ani1 {
  opacity: 1;
  -webkit-transition: all 0.8s 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.8s 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.thim2.ani1 {
  opacity: 1;
  -webkit-transition: all 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.thim3.ani1 {
  opacity: 1;
  -webkit-transition: all 0.8s 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.8s 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.thim4.ani1 {
  opacity: 1;
  -webkit-transition: all 0.8s 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.8s 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.thim.ani1.ani1fin,
.thim2.ani1.ani1fin,
.thim4.ani1.ani1fin,
.thim3.ani1.ani1fin {
  opacity: 1;
  -webkit-transition: all 0s 0s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0s 0s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sup {
  font-size: 10px !important;
  font-weight: 400;
  vertical-align: super;
  display: inline-block;
}

table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*border: 1px solid #cccccc;*/
  margin-bottom: 25px;
  font-size: 13px;
  border-top: 1px solid #cccccc;
}
table p {
  color: rgba(62, 61, 53, 0) 0;
}
table tr th {
  font-weight: normal;
  padding-top: 10px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 10px;
  color: rgba(62, 61, 53, 0) 0;
  text-align: left;
  width: 200px;
  background-color: #f5f3f0;
  border-bottom: 1px solid #cccccc;
}
table tr td {
  color: #333333;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
table tr td b {
  color: #fff;
  background-color: #af9165;
  width: 100%;
  display: block;
}

.popopen {
  overflow: hidden;
}
.popopen .flow0 {
  display: block;
}
.popopen .flow0 .flow {
  -moz-animation: show 0.6s cubic-bezier(0.52, 0.08, 0.18, 1) 0s 1;
  -o-animation: show 0.6s cubic-bezier(0.52, 0.08, 0.18, 1) 0s 1;
  -webkit-nimation: show 0.6s cubic-bezier(0.52, 0.08, 0.18, 1) 0s 1;
  -webkit-animation: show 0.6s cubic-bezier(0.52, 0.08, 0.18, 1) 0s 1;
  animation: show 0.6s cubic-bezier(0.52, 0.08, 0.18, 1) 0s 1;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@keyframes show {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  ._sp760 {
    display: block !important;
  }
  ._pc760 {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  ._sp640 {
    display: block;
  }
  ._pc640 {
    display: none;
  }
}
@media screen and (max-width: 584px) {
  .mb100 {
    margin-bottom: 50px;
  }
  ._sp,
  ._sp560 {
    display: block !important;
  }
  ._pc,
  ._pc560 {
    display: none !important;
  }
}
@media screen and (max-width: 468px) {
  ._sp460 {
    display: block !important;
  }
  ._pc460 {
    display: none !important;
  }
}
@media screen and (max-width: 390px) {
  ._sp360 {
    display: block !important;
  }
  ._pc360 {
    display: none !important;
  }
}
@media print {
  #w0 {
    padding: 0;
    margin: 0;
  }
  section .secin {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .rbtn1,
  .rbtn2,
  .rbtnset,
  .hhemu0,
  .reqbtn2,
  .reqbtn,
  #wrpG,
  footer,
  nav,
  header,
  .tlink,
  .flogo,
  .hlogo,
  .stab2,
  .hmenu4,
  .hmenu3,
  .hmenu2,
  .hmenu {
    display: none;
  }
}
.spmenubtn {
  text-align: center;
  display: none;
  height: 46px;
  width: 37px;
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 21;
  /*box-shadow: 0px 6px 3px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 6px 3px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 6px 3px 0px rgba(0,0,0,0.5);*/
  /*border: 1px double #B7B7B7;*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.spmenubtn div {
  height: 30px;
  width: 100%;
  position: relative;
}
.spmenubtn span {
  display: block;
  background: #ed6d00;
  width: 26px;
  height: 2px;
  position: absolute;
  left: 2px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.spmenubtn span:first-child {
  top: 5px;
}

.menuop .spmenubtn span:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.menuop .spmenubtn span:nth-child(3) {
  display: none;
}

.spmenubtn span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}

.menuop .spmenubtn span:nth-child(2) {
  -webkit-transform: translateY(-2px) rotate(-45deg);
          transform: translateY(-2px) rotate(-45deg);
}

.spmenubtn span:last-child {
  bottom: 5px;
}
.spmenubtn p {
  margin-top: 2px;
  color: #595757;
  width: 100%;
  position: relative;
  /*left:0px;*/
  /*top: 22px;*/
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  z-index: -1;
}
.spmenubtn img {
  width: 100%;
  box-shadow: 0px 6px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 6px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 6px 3px 0px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 584px) {
  .spmenubtn {
    display: block;
  }
}
.pagetop {
  text-align: center;
  height: 40px;
  width: 40px;
  cursor: pointer;
  position: fixed;
  right: -200px;
  bottom: 70px;
  background-color: #ed6d00;
  z-index: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  /*display: none;*/
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagetop::after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin: auto;
  border-left: #ffffff solid 1px;
  border-top: #ffffff solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 584px) {
  .pagetop {
    bottom: 65px;
  }
}
.posfix .pagetop {
  right: 10px;
}

@media screen and (max-width: 584px) {
  .posfix .pagetop {
    right: 10px;
  }
}
.menuop .pagetop {
  display: none;
}

section.csec, section.secinfo {
  background-color: #fff;
}
section.csecz {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

body.cseczop {
  overflow: hidden;
}

.cseczop section.csecz {
  height: 100vh;
}

section.csecz .secin {
  padding-top: 0px;
  padding-bottom: 0px;
  position: absolute;
  left: 50%;
  top: 40px;
  height: calc(100vh - 80px);
  width: 95%;
  max-width: 860px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
section.csecz .secin iframe {
  width: 100%;
  height: 100%;
}
section.csecz .secin .secin20 {
  overflow: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

span.tico {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
span.tico img {
  width: 20px;
}

section.csecz .secin .secin2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  overflow: auto;
  position: relative;
  background-color: #fff;
}

.pop_s4 section.csecz .secin .secin2,
.pop_s3 section.csecz .secin .secin2,
.pop_s2 section.csecz .secin .secin2 {
  padding: 0;
  height: 100%;
}

.pop_s1 section.csecz .secin .secin2 {
  padding: 0;
  height: 100%;
}
.pop_s1 section.csecz .secin .secin2 .secpone {
  height: 100%;
}

.pop_s2 section.csecz .secin .secin2 .secpone,
.pop_s3 section.csecz .secin .secin2 .secpone,
.pop_s4 section.csecz .secin .secin2 .secpone {
  height: 100%;
}

section.csecz .secin .czcls {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background-color: #000;
  position: absolute;
  width: 120px;
  right: 0;
  top: 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
section.csecz .secin .secpone {
  display: none;
}
section.csecz .secin .czcls p {
  text-align: center;
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
}

.pop_s10 #pop_s10,
.pop_s9 #pop_s9,
.pop_s8 #pop_s8,
.pop_s7 #pop_s7,
.pop_s6 #pop_s6,
.pop_s5 #pop_s5,
.pop_s4 #pop_s4,
.pop_s3 #pop_s3,
.pop_s2 #pop_s2,
.pop_s1 #pop_s1 {
  display: block;
}

#formareaf {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#formareaf h1 {
  background-color: #000;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

#formareaf h1 img {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#formareaf .content {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
}

#formareaf .content ._sp {
  display: none;
}

@media screen and (max-width: 584px) {
  #formareaf .content ._sp {
    display: block;
  }
}
#formareaf .content .logo {
  position: relative;
  display: block;
  width: 100%;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

#formareaf .content .logo img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}

#formareaf .content h3 {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  position: relative;
}

#formareaf .content h3 span {
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 2px solid #363636;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#formareaf .content h3 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  height: 2px;
  background-color: #ed6d00;
  z-index: 2;
}

#formareaf .content h4 {
  margin-bottom: 5px;
}

@media screen and (max-width: 584px) {
  #formareaf .content h4 {
    font-size: 14px;
  }
}
#formareaf .content .copy {
  text-align: center;
}

#formareaf .content .qq9 {
  margin-top: 20px;
  text-align: center;
  position: relative;
}

#formareaf .content .qq9 label {
  line-height: 1.5em;
}

#formareaf .content #age {
  width: 80px;
}

#formareaf .content .privacy {
  margin-top: 60px;
  border: 2px solid #e7e7e7;
  background-color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  overflow: auto;
  width: 100%;
  height: 200px;
}

#formareaf .content .privacy .privacyin {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

#formareaf .content .privacy .privacyin h4 {
  margin: 0;
}

@media screen and (max-width: 584px) {
  #formareaf .content .privacy {
    margin-top: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 584px) {
  #formareaf .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#formareaf ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#formareaf ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#formareaf p {
  font-size: 12px;
  line-height: 22px;
  margin: 0px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#formareaf .fmst2 {
  background-color: #069a22;
  color: #ffffff;
  vertical-align: middle;
  font-size: 10px;
  line-height: 10px;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  margin-right: 6px;
}

#formareaf .secin {
  width: 100%;
  position: relative;
}

#formareaf .secin form {
  position: relative;
}

#formareaf .secin p.lead {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 40px;
}

#formareaf .secin p.lead2 {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}

#formareaf .load {
  width: 100%;
  height: 50px;
  position: fixed;
  left: 0%;
  top: 35%;
}

#formareaf .stp {
  list-style: none;
  overflow: hidden;
  background: #dadada;
  margin-bottom: 20px;
  padding-left: 0;
}

#formareaf .stp li {
  float: left;
  width: 33.333%;
}

#formareaf .stp li p {
  color: #fff;
  font-weight: bold;
  padding: 12px;
  background: #dadada;
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 3px;
}

#formareaf .stp li p::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  margin-left: 1px;
  left: 96%;
  z-index: 1;
}

@media screen and (max-width: 584px) {
  #formareaf .stp li p::before {
    left: 91%;
  }
}
#formareaf .stp li p::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #dadada;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 95%;
  z-index: 2;
}

@media screen and (max-width: 584px) {
  #formareaf .stp li p::after {
    left: 90%;
  }
}
#formareaf .stp li.act p {
  background: #000000;
}

#formareaf .stp li.act p::after {
  border-left: 20px solid #000000;
}

#formareaf .stp li:last-child p::before {
  display: none;
}

#formareaf .stp li:last-child p::after {
  display: none;
}

#formareaf .info {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

#formareaf .note2 {
  color: #cc0000;
}

#formareaf table {
  border-spacing: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 584px) {
  #formareaf table {
    border: none;
  }
}
#formareaf table tr th {
  padding: 6px;
  font-size: 12px;
  color: #0c0e13;
  text-align: left;
  width: 26%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 14px;
  background-color: #efefef;
  color: #000000;
  font-weight: 400;
  padding-left: 44px;
  border-bottom: 2px solid #ffffff;
}

#formareaf table tr th.tdtr {
  text-align: right;
}

#formareaf table tr th a {
  display: block;
}

#formareaf table tr th .fmst {
  background-color: #069a22;
  color: #ffffff;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  position: relative;
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 584px) {
  #formareaf table tr th .fmst {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
  }
}
@media screen and (max-width: 584px) {
  #formareaf table tr th {
    padding-left: 0px;
  }
}
#formareaf table tr td {
  margin-bottom: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px;
  font-size: 14px;
  color: #0c0e13;
  text-align: left;
  width: 74%;
  position: relative;
}

#formareaf table tr td a {
  text-decoration: underline;
}

#formareaf table tr td span {
  position: relative;
}

#formareaf table tr td.rrow td {
  border-bottom: none;
}

#formareaf table tr td.rrow th {
  border-bottom: none;
}

#formareaf table tr td.tdtr {
  text-align: right;
}

#formareaf table tr td.tdh {
  background-color: #ccdae1;
}

#formareaf table tr td.td2 {
  text-align: center;
  width: 25%;
}

#formareaf table tr td p {
  font-size: 12px;
  /*margin-bottom: 10px;*/
}

#formareaf table tr td table {
  width: 100%;
}

#formareaf table tr td table tr th {
  border-bottom-color: #cccccc;
}

#formareaf table tr td table tr td {
  border-bottom-color: #cccccc;
  width: auto;
}

@media screen and (max-width: 584px) {
  #formareaf table tr td {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    margin-bottom: 15px;
  }
}
#formareaf table.tdr3 tr th,
#formareaf table.tdr3 tr td {
  width: auto;
}

@media screen and (max-width: 584px) {
  #formareaf table.mtbl th {
    width: 100% !important;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #efefef;
    border: none;
  }
  #formareaf table.mtbl th br {
    display: none;
  }
  #formareaf table.mtbl td {
    width: 100% !important;
    display: block;
    border: none;
  }
}
#formareaf dl.datef {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
}

#formareaf dl.datef dt {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  line-height: 2.5em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 584px) {
  #formareaf dl.datef dt {
    font-size: 12px;
    width: auto;
    min-width: 30px;
  }
}
#formareaf dl.datef dd {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  vertical-align: bottom;
  display: inline-block;
}

@media screen and (max-width: 584px) {
  #formareaf dl.datef {
    margin-right: 5px;
  }
}
#formareaf .mb20 {
  margin-bottom: 20px;
}

#formareaf .mb10 {
  margin-bottom: 10px;
}

#formareaf .mb30 {
  margin-bottom: 30px;
}

#formareaf .mb50 {
  margin-bottom: 50px;
}

#formareaf .cf:before,
#formareaf .cf:after {
  content: "";
  display: table;
}

#formareaf .cf:after {
  clear: both;
}

#formareaf select {
  height: 40px;
  background-color: #e7e7e7;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 220px;
  font-size: 16px;
  line-height: 2.5em;
  border: 1px;
  border: 0;
  outline: 1px solid #fff;
  outline-offset: -1px;
}

#formareaf select.w60p {
  width: 60px;
}

#formareaf select.w120p {
  width: 120px;
}

#formareaf select.w140p {
  width: 140px;
}

#formareaf select.w100 {
  width: 100%;
}

#formareaf select#q2,
#formareaf select#q1 {
  width: 300px;
}

@media screen and (max-width: 584px) {
  #formareaf select#q2,
  #formareaf select#q1 {
    width: 100%;
  }
}
#formareaf select#q32_m,
#formareaf select#q32_d,
#formareaf select#q32_t,
#formareaf select#q3_m,
#formareaf select#q3_d,
#formareaf select#q3_t {
  width: 80px;
}

#formareaf input[type=text],
#formareaf input[type=email],
#formareaf input[type=tel],
#formareaf input[type=url],
#formareaf input[type=number],
#formareaf input[type=password],
#formareaf textarea {
  width: 200px;
  font-size: 16px;
  line-height: 2.5em;
  border: 1px solid #e7e7e7;
  padding-left: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e7e7e7;
  font-family: "YakuhanJP", "San Francisco", "メイリオ", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

#formareaf input[type=text].w100,
#formareaf input[type=email].w100,
#formareaf input[type=tel].w100,
#formareaf input[type=url].w100,
#formareaf input[type=number].w100,
#formareaf input[type=password].w100,
#formareaf textarea.w100 {
  width: 100%;
}

#formareaf input[type=text].w120p,
#formareaf input[type=email].w120p,
#formareaf input[type=tel].w120p,
#formareaf input[type=url].w120p,
#formareaf input[type=number].w120p,
#formareaf input[type=password].w120p,
#formareaf textarea.w120p {
  width: 100%;
  max-width: 140px;
}

#formareaf input[type=text].w200p,
#formareaf input[type=email].w200p,
#formareaf input[type=tel].w200p,
#formareaf input[type=url].w200p,
#formareaf input[type=number].w200p,
#formareaf input[type=password].w200p,
#formareaf textarea.w200p {
  width: 100%;
  max-width: 200px;
}

#formareaf input[type=text].w100p,
#formareaf input[type=email].w100p,
#formareaf input[type=tel].w100p,
#formareaf input[type=url].w100p,
#formareaf input[type=number].w100p,
#formareaf input[type=password].w100p,
#formareaf textarea.w100p {
  width: 100%;
  max-width: 100px;
}

#formareaf input[type=text].ww100p,
#formareaf input[type=email].ww100p,
#formareaf input[type=tel].ww100p,
#formareaf input[type=url].ww100p,
#formareaf input[type=number].ww100p,
#formareaf input[type=password].ww100p,
#formareaf textarea.ww100p {
  width: 100%;
}

#formareaf input[type=text].ww100p3,
#formareaf input[type=email].ww100p3,
#formareaf input[type=tel].ww100p3,
#formareaf input[type=url].ww100p3,
#formareaf input[type=number].ww100p3,
#formareaf input[type=password].ww100p3,
#formareaf textarea.ww100p3 {
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 584px) {
  #formareaf input[type=text].ww100p3,
  #formareaf input[type=email].ww100p3,
  #formareaf input[type=tel].ww100p3,
  #formareaf input[type=url].ww100p3,
  #formareaf input[type=number].ww100p3,
  #formareaf input[type=password].ww100p3,
  #formareaf textarea.ww100p3 {
    max-width: 100%;
  }
}
#formareaf input[type=text].w400p,
#formareaf input[type=email].w400p,
#formareaf input[type=tel].w400p,
#formareaf input[type=url].w400p,
#formareaf input[type=number].w400p,
#formareaf input[type=password].w400p,
#formareaf textarea.w400p {
  width: 70%;
  max-width: 400px;
}

#formareaf input[type=text].w40p,
#formareaf input[type=email].w40p,
#formareaf input[type=tel].w40p,
#formareaf input[type=url].w40p,
#formareaf input[type=number].w40p,
#formareaf input[type=password].w40p,
#formareaf textarea.w40p {
  width: 100%;
  max-width: 40px;
}

#formareaf input[type=text].w80p,
#formareaf input[type=email].w80p,
#formareaf input[type=tel].w80p,
#formareaf input[type=url].w80p,
#formareaf input[type=number].w80p,
#formareaf input[type=password].w80p,
#formareaf textarea.w80p {
  width: 100%;
  max-width: 80px;
}

#formareaf input[type=text].parsley-error,
#formareaf input[type=email].parsley-error,
#formareaf input[type=tel].parsley-error,
#formareaf input[type=url].parsley-error,
#formareaf input[type=number].parsley-error,
#formareaf input[type=password].parsley-error,
#formareaf textarea.parsley-error {
  background-color: #fff67c !important;
}

#formareaf input[type=text]:focus,
#formareaf input[type=email]:focus,
#formareaf input[type=tel]:focus,
#formareaf input[type=url]:focus,
#formareaf input[type=number]:focus,
#formareaf input[type=password]:focus,
#formareaf textarea:focus {
  border: 1px solid #ea572b;
  color: #222222;
}

#formareaf input[type=text].tel2,
#formareaf input[type=email].tel2,
#formareaf input[type=tel].tel2,
#formareaf input[type=url].tel2,
#formareaf input[type=number].tel2,
#formareaf input[type=password].tel2,
#formareaf textarea.tel2 {
  width: 100px;
  text-align: center;
}

@media screen and (max-width: 584px) {
  #formareaf input[type=text].tel2,
  #formareaf input[type=email].tel2,
  #formareaf input[type=tel].tel2,
  #formareaf input[type=url].tel2,
  #formareaf input[type=number].tel2,
  #formareaf input[type=password].tel2,
  #formareaf textarea.tel2 {
    width: 90px;
  }
}
#formareaf textarea {
  width: 350px;
  height: 100px;
}

#formareaf textarea.w100 {
  width: 100%;
  height: 200px;
}

#formareaf textarea.w100b {
  width: 100%;
  height: 80px;
}

#formareaf textarea.txta2 {
  width: 500px;
  height: 300px;
}

#formareaf .sbtnc {
  text-align: center;
  padding-top: 15px;
}

#formareaf .alert-info h4 {
  color: #b94a48;
}

#formareaf .alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

#formareaf .alert {
  padding: 8px 14px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}

#formareaf .alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

#formareaf .alert-success h4 {
  color: #468847;
}

#formareaf .alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

#formareaf .alert-info h4 {
  color: #3a87ad;
}

#formareaf .alert-danger,
#formareaf .alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

#formareaf .alerts {
  padding-top: 2px;
  padding-right: 14px;
  padding-left: 14px;
  padding-bottom: 2px;
  font-size: 12px;
  margin-bottom: 5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
  text-align: left;
}

#formareaf .alert-dangers,
#formareaf .alert-errors {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

#formareaf .alertsb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

#formareaf .form_err_A {
  border-radius: 4px;
  font-weight: bold;
  background-color: #fff0f0;
  border: 1px solid #df3150;
  padding: 10px;
  color: #df3150;
  font-size: 14px;
  margin-bottom: 10px;
}

#formareaf .form_err_A img {
  margin-bottom: -2px;
}

#formareaf .parsley-errors-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#formareaf .parsley-errors-list li {
  font-size: 12px;
  margin: 0 0 0 20px;
  padding: 3px 10px;
  color: #fff;
  border-radius: 3px 4px 4px 3px;
  background-color: #ce5454;
  max-width: 380px;
  white-space: pre;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  margin-left: 0px;
  margin-bottom: 10px;
}

#formareaf .parsley-errors-list li::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #ce5454;
  border-style: solid;
  border-width: 11px 7px;
  position: absolute;
  left: 10px;
  bottom: -14px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 584px) {
  #formareaf .parsley-errors-list li {
    font-size: 10px;
  }
}
#formareaf .parsley-errors-list:not(.filled) {
  display: none;
}

#formareaf .parsere .parsley-errors-list {
  position: relative;
}

#formareaf .parsley-custom-error-message {
  padding-top: 0px;
  padding-bottom: 0px;
  /*opacity: 0.8;*/
}

#formareaf .parsley-error input[type=radio] + label,
#formareaf .parsley-error input[type=checkbox] + label {
  background-color: #fff67c !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

#formareaf .parsleyeb {
  display: block;
  width: 100%;
  /*margin-top: 10px;*/
}

#formareaf textarea.parsley-error,
#formareaf input[type=tel].parsley-error {
  margin-top: -5px;
}

#formareaf select.parsley-error,
#formareaf div.parsley-error {
  background-color: #fff67c !important;
}

#formareaf ul,
#formareaf ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#formareaf .telb {
  display: inline;
  font-size: 20px;
}

#formareaf .telb a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  font-weight: bold;
  background-color: #148e2f;
  display: inline;
  width: 39%;
  text-align: center;
  border-radius: 6px;
  padding-top: 2px;
  padding-right: 15px;
  padding-bottom: 2px;
  padding-left: 15px;
  cursor: pointer;
}

#formareaf input[type=submit],
#formareaf input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-repeat: repeat-x;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding-right: 10px;
  padding-left: 10px;
  opacity: 1;
  letter-spacing: 1px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  display: inline-block;
  border: 1px solid #ed6d00;
  background-color: #ed6d00;
  cursor: pointer;
}

#formareaf input[type=submit]::-webkit-search-decoration,
#formareaf input[type=button]::-webkit-search-decoration {
  display: none;
}

#formareaf input[type=submit]:focus,
#formareaf input[type=button]:focus {
  outline-offset: -2px;
}

#formareaf input[type=submit]:hover,
#formareaf input[type=button]:hover {
  opacity: 0.8;
}

#formareaf.formstep2 .submitback {
  width: 44%;
}

@media screen and (max-width: 584px) {
  #formareaf.formstep2 .submitback {
    width: 46%;
    margin-right: 12px;
  }
}
#formareaf.formstep2 .submitw {
  width: 44%;
}

@media screen and (max-width: 584px) {
  #formareaf.formstep2 .submitw {
    width: 46%;
  }
}
#formareaf .submitback {
  width: 100%;
  max-width: 300px;
  height: auto;
  font-size: 18px;
  display: inline-block;
  color: #fff;
  position: relative;
  background-color: rgba(237, 109, 0, 0.53);
  margin-right: 24px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
}

#formareaf .submitback:hover {
  opacity: 0.7;
}

#formareaf .submitback a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 58px;
  text-decoration: none;
}

#formareaf .submitback::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 16px;
  border: 5px solid transparent;
  border-right: 5px solid #fff;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 7;
}

@media screen and (max-width: 584px) {
  #formareaf .submitback::after {
    left: 6px;
  }
}
#formareaf .submitw {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

#formareaf .submitw.submitw::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 584px) {
  #formareaf .submitw.submitw::after {
    right: 6px;
  }
}
@media screen and (max-width: 584px) {
  #formareaf .submitw.col1 {
    width: 100%;
    max-width: 100%;
  }
}
#formareaf input[type=radio],
#formareaf input[type=checkbox] {
  display: none;
  margin: 0;
}

#formareaf input[type=radio] + label,
#formareaf input[type=checkbox] + label {
  padding: 0 0 0 24px;
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 16px;
  line-height: 42px;
  cursor: pointer;
}

#formareaf input[type=radio] + label::before,
#formareaf input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}

#formareaf input[type=radio]:checked + label::after,
#formareaf input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

#formareaf input[type=radio]:checked + label::before {
  border: 2px solid #cccccc;
  background-color: #eeeeee;
  border-radius: 4px;
  border-radius: 30px;
}

#formareaf input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ed6d00;
  border-radius: 8px;
}

#formareaf input[type=radio] + label::before {
  border: 2px solid #cccccc;
  background-color: #eeeeee;
  border-radius: 4px;
  border-radius: 30px;
}

#formareaf input[type=checkbox]:checked + label::before {
  border: 2px solid #ed6d00;
  background-color: #ed6d00;
}

#formareaf input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#formareaf input[type=checkbox] + label::before {
  border: 2px solid #cccccc;
  background-color: #eeeeee;
}

#formareaf #age_y {
  text-align: center;
}

#formareaf #age_m {
  text-align: center;
}

#formareaf #age_d {
  text-align: center;
}

#formareaf #errors_q9 ul li {
  margin-left: auto;
  margin-right: auto;
}

#formareaf #errors_q35 ul,
#formareaf #errors_q34 ul,
#formareaf #errors_age ul,
#formareaf #errors_q_mail_01 ul,
#formareaf #errors_q_mail_02 ul,
#formareaf #errors_szip2_01 ul,
#formareaf #errors_szip_01 ul,
#formareaf #errors_tel_01 ul,
#formareaf #errors_tel_02 ul,
#formareaf #errors_tel_03 ul,
#formareaf #errors_zip2_01 ul,
#formareaf #errors_zip_01 ul {
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}

#formareaf #errors_tel_01 ul:not(.filled),
#formareaf #errors_tel_02 ul:not(.filled),
#formareaf #errors_tel_03 ul:not(.filled),
#formareaf #errors_age ul:not(.filled),
#formareaf #errors_szip2_01 ul:not(.filled),
#formareaf #errors_szip_01 ul:not(.filled),
#formareaf #errors_zip2_01 ul:not(.filled),
#formareaf #errors_zip_01 ul:not(.filled) {
  width: 90px;
  margin-right: 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 584px) {
  #formareaf #errors_tel_01 ul:not(.filled),
  #formareaf #errors_tel_02 ul:not(.filled),
  #formareaf #errors_tel_03 ul:not(.filled),
  #formareaf #errors_age ul:not(.filled),
  #formareaf #errors_szip2_01 ul:not(.filled),
  #formareaf #errors_szip_01 ul:not(.filled),
  #formareaf #errors_zip2_01 ul:not(.filled),
  #formareaf #errors_zip_01 ul:not(.filled) {
    width: 70px;
  }
}
#formareaf #errors_q34 ul:not(.filled) {
  width: 70px;
  margin-right: 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 584px) {
  #formareaf #errors_q34 ul:not(.filled) {
    width: 70px;
  }
}
#formareaf .tw100p {
  display: inline-block;
  width: 100%;
  max-width: 100px;
}

#formareaf .tw10p {
  display: inline-block;
  width: 100%;
  max-width: 20px;
  text-align: center;
}

#formareaf .tw140p {
  display: inline-block;
  width: 100%;
  max-width: 140px;
}

@media screen and (max-width: 350px) {
  #formareaf #skana_02,
  #formareaf #skana_01,
  #formareaf #sname_02,
  #formareaf #sname_01,
  #formareaf #kana_02,
  #formareaf #kana_01,
  #formareaf #name_02,
  #formareaf #name_01 {
    width: 90px;
  }
}
#bread_crumb {
  margin: 0 0 0px 0;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.stafflist {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0;
  padding: 0;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto !important;
  margin-right: auto !important;
}

.stafflist li {
  width: 30%;
  background-color: #c05a04;
  margin-right: 5%;
  margin-bottom: 34px;
}

.stafflist li:nth-child(17),
.stafflist li:nth-child(14),
.stafflist li:nth-child(11),
.stafflist li:nth-child(8),
.stafflist li:nth-child(5),
.stafflist li:nth-child(2) {
  background-color: #d36202;
}

.stafflist li:nth-child(3n) {
  margin-right: 0;
}

.stafflist li p {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  line-height: 1.7em;
  color: #fff !important;
}

.stafflist li h3 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.stafflist li h3 span {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
}

.stafflist li h3::after {
  width: 100px;
  height: 1px;
  content: "";
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 584px) {
  .stafflist li {
    width: 49%;
    margin: 0;
    margin-bottom: 20px;
    margin-right: 2%;
  }
  .stafflist li:nth-child(3n) {
    margin-right: 2%;
  }
  .stafflist li:nth-child(2n) {
    margin-right: 0%;
  }
}
.pb_font_family_type3 {
  text-align: center;
  margin-bottom: 30px !important;
  font-size: 30px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 584px) {
  .pb_font_family_type3 {
    margin-bottom: 20px !important;
    font-size: 20px;
  }
}