@charset "UTF-8";
/*
theme Name: SOSHA TAKEOUT YAZO
Author:Sora Tsukamoto
Description: original theme
version： 1.0.0
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*--------------viwpoint--------*/
/*--------------color--------*/
/*--------------fonts--------*/
/*--------------mixins--------*/
html.fixed,
body.fixed {
  overflow: auto;
  height: 100%;
}
html.drawer-open > .header .inner .row .menu.drawer-hamburger .drawer-hamburger-icon::before,
body.drawer-open > .header .inner .row .menu.drawer-hamburger .drawer-hamburger-icon::before {
  top: 0px;
}
html.drawer-open > .header .inner .row .menu.drawer-hamburger .drawer-hamburger-icon::after,
body.drawer-open > .header .inner .row .menu.drawer-hamburger .drawer-hamburger-icon::after {
  top: 0px;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  color: #222222;
}
a {
  color: #222222;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  color: #222222;
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}

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

body > .header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  max-width: 100%;
  background-color: #FF7F00;
  padding: 0;
  padding-top: 10px;
}
body > .header.form {
  position: relative;
}
@media screen and (min-width: 768px) {
  body > .header {
    position: relative;
    padding-top: 40px;
  }
}
body > .header .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 740px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  body > .header .inner {
    padding-bottom: 20px;
    max-width: 906px;
  }
}
body > .header .inner .logo {
  display: block;
  width: 100%;
  max-width: 120px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  body > .header .inner .logo {
    max-width: 180px;
    margin-top: 0px;
  }
}
body > .header .inner .logo img {
  display: block;
  width: 100%;
  height: auto;
}
body > .header .inner .sns {
  position: absolute;
  top: 40px;
  left: calc(50% + 110px);
  width: 100%;
  max-width: 110px;
}
body > .header .inner .sns .links {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  /* Safari */
  justify-content: space-between;
  width: 100%;
  margin: auto;
}
body > .header .inner .sns .links .link {
  width: 100%;
  max-width: 25px;
  margin-top: auto;
  margin-bottom: auto;
}
body > .header .inner .sns .links .link a {
  display: block;
}
body > .header .inner .sns .links .link a img {
  display: block;
  width: 100%;
  height: auto;
}
body > .header .inner .sns .links .link a img.color {
  display: none;
}
body > .header .inner .sns .links .link a:hover {
  opacity: 1;
}
body > .header .inner .sns .links .link a:hover img {
  display: none;
}
body > .header .inner .sns .links .link a:hover img.color {
  display: block;
}
@media screen and (min-width: 768px) {
  body > .header .inner .g-navi {
    display: flex;
    display: -ms-flexbox;
    /* Safari */
    justify-content: space-between;
    position: relative;
  }
}
body > .header .inner .g-navi .links {
  display: flex;
  display: -ms-flexbox;
  /* Safari */
  justify-content: space-between;
  align-content: stretch;
  width: 100%;
  border-left: 2px dotted #fff;
  margin: auto;
  margin-top: 30px;
  margin-bottom: auto;
  max-width: 720px;
}
@media screen and (min-width: 1024px) {
  body > .header .inner .g-navi .links {
    max-width: calc(100% - 150px);
    margin-left: 0;
  }
}
body > .header .inner .g-navi .links .link {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  border-right: 2px dotted #fff;
}
body > .header .inner .g-navi .links .link a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  margin: auto;
  padding: 0 12px;
}
body > .header .inner .g-navi .links .link a img {
  display: block;
  height: 100%;
  max-height: 30px;
  margin: auto;
}
body > .header .inner .g-navi .line {
  display: block;
  width: 100%;
  max-width: 130px;
}
@media screen and (min-width: 768px) {
  body > .header .inner .g-navi .line {
    position: absolute;
    bottom: 50px;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  body > .header .inner .g-navi .line {
    position: relative;
    bottom: 0;
  }
}
body > .header .inner .g-navi .line img {
  display: block;
  width: 100%;
  height: auto;
}
body > .header .inner .menu.drawer-hamburger {
  position: relative;
  display: block;
  width: 100%;
  max-width: 30px;
  margin: auto;
  margin-top: 10px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  body > .header .inner .menu.drawer-hamburger {
    display: none;
  }
}

.drawer-nav {
  width: 100%;
  z-index: 3;
  z-index: 9998;
  padding-top: 108px;
  padding-bottom: 40px;
  right: 100%;
  background-color: #FF7F00;
}
.drawer-nav .drawer-menu .links {
  width: 100%;
}
.drawer-nav .drawer-menu .links.links01 {
  padding: 0 20px;
}
.drawer-nav .drawer-menu .links.links01 .link a {
  text-align: center;
  display: block;
  color: #fff;
  font-size: bold;
  padding: 20px;
  border-bottom: 2px dotted #fff;
}
.drawer-nav .drawer-menu .links.links02 {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  /* Safari */
  justify-content: space-between;
  width: 100%;
  max-width: 220px;
  margin: auto;
  margin-top: 40px;
}
.drawer-nav .drawer-menu .links.links02 .link {
  width: 100%;
  max-width: 30px;
  margin-top: auto;
  margin-bottom: auto;
}
.drawer-nav .drawer-menu .links.links02 .link a {
  display: block;
}
.drawer-nav .drawer-menu .links.links02 .link a img {
  display: block;
  width: 100%;
  height: auto;
}
.drawer-nav .drawer-menu .links.links03 {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  /* Safari */
  justify-content: space-between;
  width: 100%;
  max-width: 260px;
  margin: auto;
  margin-top: 40px;
}
.drawer-nav .drawer-menu .links.links03 .link {
  width: 100%;
}
.drawer-nav .drawer-menu .links.links03 .link.line {
  max-width: 140px;
}
.drawer-nav .drawer-menu .links.links03 .link.reorder {
  max-width: 96px;
}
.drawer-nav .drawer-menu .links.links03 .link a {
  display: block;
  width: 100%;
}
.drawer-nav .drawer-menu .links.links03 .link a img {
  display: block;
  width: 100%;
  height: auto;
}

.drawer--top .drawer-nav {
  top: -100%;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.fixed-menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .fixed-menu {
    display: block;
    position: fixed;
    right: 20px;
    top: 500px;
    z-index: 9999;
  }
  .fixed-menu .links {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    width: 100%;
    max-width: 96px;
  }
  .fixed-menu .links .link {
    margin: auto;
    margin-top: 20px;
  }
}

.container {
  padding-right: 0px;
  padding-left: 0px;
  max-width: 100%;
}
.container .row {
  margin-left: -10px;
  margin-right: -10px;
}
.container .row .col {
  padding-left: 10px;
  padding-right: 10px;
}

.contents-wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 118px;
}
@media screen and (min-width: 768px) {
  .contents-wrap {
    padding-top: 0;
  }
}
.contents-wrap .breadcrumb_wrap {
  width: 100%;
  overflow: hidden;
  height: 29px;
}
.contents-wrap .breadcrumb_wrap .breadcrumb {
  padding: 4px 0 8px;
  margin-bottom: 0;
  background-color: #fff;
  overflow-x: scroll;
}
.contents-wrap .breadcrumb_wrap .breadcrumb ul {
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
.contents-wrap .breadcrumb_wrap .breadcrumb ul li {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-right: 30px;
  position: relative;
}
.contents-wrap .breadcrumb_wrap .breadcrumb ul li a, .contents-wrap .breadcrumb_wrap .breadcrumb ul li span {
  font-size: 1.2rem;
  color: #222222;
}
.contents-wrap .breadcrumb_wrap .breadcrumb ul li::after {
  right: 10px;
  top: 0px;
  display: block;
  content: ">";
  position: absolute;
}
.contents-wrap .breadcrumb_wrap .breadcrumb ul li:last-child::after {
  content: "";
}
.contents-wrap .main {
  width: 100%;
}

.footer {
  background-color: #FF7F00;
}
.footer .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.footer .inner .page-top {
  position: absolute;
  right: 0;
  top: -40px;
}
.footer .inner .page-top img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .inner .logo {
  width: 100%;
  max-width: 80px;
  margin: auto;
  position: relative;
  top: -20px;
}
.footer .inner .phone {
  width: 100%;
  max-width: 140px;
  margin: auto;
}
.footer .inner .g-navi {
  margin-top: 40px;
}
.footer .inner .g-navi .links {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}
.footer .inner .g-navi .links .link a {
  color: #fff;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .footer .inner .g-navi .links .link a {
    padding: 0 20px;
  }
}
.footer .inner .g-navi .links .link:last-child a {
  border-right: none;
}
.footer .inner .sns {
  margin-top: 40px;
}
.footer .inner .sns .links {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}
.footer .inner .sns .links .link {
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 10px;
}
.footer .inner .copy {
  color: #FECC99;
  text-align: center;
  margin-top: 60px;
  padding-bottom: 40px;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}
#loading .spinner {
  width: 100%;
  max-width: 320px;
  margin: auto;
}

.contents-wrap.home .main {
  width: 100%;
}
.contents-wrap.home .main section.section-content.navi {
  background-image: url(assets/img/bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.home .main section.section-content.navi {
    background-image: initial;
    padding-top: 0;
  }
}
.contents-wrap.home .main section.section-content.navi .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap.home .main section.section-content.navi .inner .cta-navi .links.links01 {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  /* Safari */
  justify-content: space-between;
  width: 100%;
  max-width: 220px;
  margin: auto;
}
.contents-wrap.home .main section.section-content.navi .inner .cta-navi .links.links01 .link {
  width: 100%;
  max-width: 30px;
  margin-top: auto;
  margin-bottom: auto;
}
.contents-wrap.home .main section.section-content.navi .inner .cta-navi .links.links01 .link a {
  display: block;
}
.contents-wrap.home .main section.section-content.navi .inner .cta-navi .links.links01 .link a img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.home .main section.section-content.navi .inner .cta-navi .links.links02 {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  /* Safari */
  justify-content: space-between;
  width: 100%;
  max-width: 260px;
  margin: auto;
  margin-top: 40px;
}
.contents-wrap.home .main section.section-content.navi .inner .cta-navi .links.links02 .link {
  width: 100%;
}
.contents-wrap.home .main section.section-content.navi .inner .cta-navi .links.links02 .link.line {
  max-width: 140px;
}
.contents-wrap.home .main section.section-content.navi .inner .cta-navi .links.links02 .link.reorder {
  max-width: 96px;
}
.contents-wrap.home .main section.section-content.navi .inner .cta-navi .links.links02 .link a {
  display: block;
  width: 100%;
}
.contents-wrap.home .main section.section-content.navi .inner .cta-navi .links.links02 .link a img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.home .main section.section-content.navi .inner .cat-navi {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.home .main section.section-content.navi .inner .cat-navi {
    margin-top: 0;
  }
}
.contents-wrap.home .main section.section-content.navi .inner .cat-navi .links .link {
  margin-top: 20px;
}
.contents-wrap.home .main section.section-content.navi .inner .cat-navi .links .link a {
  display: block;
  width: 100%;
  padding-top: 118%;
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: left center;
}
.contents-wrap.home .main section.section-content.navi .inner .cat-navi .links .link a:hover {
  opacity: 1;
  background-position: right center;
}
.contents-wrap.home .main section.section-content.navi .inner .cat-navi .links .link a.cat-navi01 {
  background-image: url(assets/img/cat-navi01.png);
}
.contents-wrap.home .main section.section-content.navi .inner .cat-navi .links .link a.cat-navi02 {
  background-image: url(assets/img/cat-navi02.png);
}
.contents-wrap.home .main section.section-content.navi .inner .cat-navi .links .link a.cat-navi03 {
  background-image: url(assets/img/cat-navi03.png);
}
.contents-wrap.home .main section.section-content.navi .inner .cat-navi .links .link a.cat-navi04 {
  background-image: url(assets/img/cat-navi04.png);
}
.contents-wrap.home .main section.section-content.navi .inner .copy {
  font-size: 1.7rem;
  line-height: 3rem;
  color: #FF7F00;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents-wrap.home .main section.section-content.navi .inner .copy {
    font-size: 1.4rem;
  }
}
.contents-wrap.home .main section.section-content.navi .inner .items {
  display: block;
}
@media screen and (min-width: 768px) {
  .contents-wrap.home .main section.section-content.navi .inner .items {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    margin-top: 20px;
  }
}
.contents-wrap.home .main section.section-content.navi .inner .items .img {
  width: 100%;
  max-width: 180px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.home .main section.section-content.navi .inner .items .img {
    max-width: 130px;
    margin-top: 20px;
  }
}
.contents-wrap.home .main section.section-content.navi .inner .items .img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .contents-wrap.home .main section.section-content.navi .inner .items .links {
    width: 100%;
    max-width: calc(100% - 150px);
  }
}
.contents-wrap.home .main section.section-content.navi .inner .items .links .link {
  width: 100%;
  max-width: 50%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.home .main section.section-content.navi .inner .items .links .link {
    max-width: 20%;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.contents-wrap.home .main section.section-content.navi .inner .items .links .link a {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px;
  padding-left: 40px;
  padding-right: 0;
}
.contents-wrap.home .main section.section-content.navi .inner .items .links .link a.t {
  background-image: url(assets/img/icon-cat-t.svg);
}
.contents-wrap.home .main section.section-content.navi .inner .items .links .link a.longt {
  background-image: url(assets/img/icon-cat-longt.svg);
}
.contents-wrap.home .main section.section-content.navi .inner .items .links .link a.trainer {
  background-image: url(assets/img/icon-cat-trainer.svg);
}
.contents-wrap.home .main section.section-content.navi .inner .items .links .link a.hoodie {
  background-image: url(assets/img/icon-cat-hoodie.svg);
}
.contents-wrap.home .main section.section-content.navi .inner .items .links .link a.outer {
  background-image: url(assets/img/icon-cat-outer.svg);
}
.contents-wrap.home .main section.section-content.navi .inner .items .links .link a.polo {
  background-image: url(assets/img/icon-cat-polo.svg);
}
.contents-wrap.home .main section.section-content.navi .inner .items .links .link a.hirfpants {
  background-image: url(assets/img/icon-cat-hirfpants.svg);
}
.contents-wrap.home .main section.section-content.navi .inner .items .links .link a.sweat {
  background-image: url(assets/img/icon-cat-sweat.svg);
  padding-left: 32px;
}
.contents-wrap.home .main section.section-content.navi .inner .items .links .link a.zip {
  background-image: url(assets/img/icon-cat-zip.svg);
}
.contents-wrap.home .main section.section-content.navi .inner .items .links .link a.other {
  background-image: url(assets/img/icon-cat-other.svg);
}
.contents-wrap.home .main section.section-content.about {
  padding-bottom: 100px;
}
.contents-wrap.home .main section.section-content.about .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap.home .main section.section-content.about .inner > .head {
  background-color: #FF7F00;
  margin-top: 40px;
  padding: 5px;
  position: relative;
}
.contents-wrap.home .main section.section-content.about .inner > .head::before, .contents-wrap.home .main section.section-content.about .inner > .head::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 14px);
  left: 0;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}
.contents-wrap.home .main section.section-content.about .inner > .head::after {
  right: 0;
  left: auto;
  border-left: none;
  border-right: 15px solid #fff;
}
.contents-wrap.home .main section.section-content.about .inner > .head img {
  display: block;
  margin: 0 auto;
}
.contents-wrap.home .main section.section-content.about .inner .gallery {
  margin-top: 40px;
  position: relative;
}
.contents-wrap.home .main section.section-content.about .inner .gallery .primary .text {
  background-color: #fff;
  background-image: url(assets/img/bg-top-gallery-img.png);
  background-repeat: no-repeat;
  background-size: 280px;
  background-position: top center;
  padding-top: 320px;
  position: relative;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap.home .main section.section-content.about .inner .gallery .primary .text {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.home .main section.section-content.about .inner .gallery .primary .text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .contents-wrap.home .main section.section-content.about .inner .gallery .primary .text {
    background-position: left top;
    padding-top: 0;
    background-size: 240px;
    padding-left: 250px;
    margin-right: 50%;
    position: relative;
    z-index: 2;
    text-align: left;
  }
}
.contents-wrap.home .main section.section-content.about .inner .gallery .primary .text .head {
  max-width: 180px;
  margin: auto;
}
.contents-wrap.home .main section.section-content.about .inner .gallery .primary .text .head img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.home .main section.section-content.about .inner .gallery .primary .text .head,
.contents-wrap.home .main section.section-content.about .inner .gallery .primary .text p {
  position: relative;
  z-index: 1;
}
.contents-wrap.home .main section.section-content.about .inner .gallery .primary .text p {
  margin-top: 20px;
}
.contents-wrap.home .main section.section-content.about .inner .gallery .primary .text .bg {
  position: absolute;
  left: 100%;
  max-height: 250px;
  top: 0;
  z-index: 0;
}
.contents-wrap.home .main section.section-content.about .inner .gallery .secondary {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .contents-wrap.home .main section.section-content.about .inner .gallery .secondary {
    margin: 0;
    position: absolute;
    left: 40%;
    top: 0;
    width: calc(60% + (50vw - 50%));
    z-index: 0;
  }
}
.contents-wrap.home .main section.section-content.about .inner .gallery .secondary .links {
  padding-bottom: 20px;
  list-style-type: none;
}
.contents-wrap.home .main section.section-content.about .inner .gallery .secondary .links .link {
  padding: 10px;
  margin: 0 10px;
  border: 1px solid #ccc;
  line-height: 140px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.contents-wrap.home .main section.section-content.about .inner .gallery .secondary .links .link img {
  display: block;
  width: 100%;
  height: auto;
}

.contents-wrap.archive-item .main,
.contents-wrap.archive-item-category .main,
.contents-wrap.single-item .main {
  width: 100%;
}
.contents-wrap.archive-item .main section.section-content.navi,
.contents-wrap.archive-item-category .main section.section-content.navi,
.contents-wrap.single-item .main section.section-content.navi {
  padding-top: 0px;
}
.contents-wrap.archive-item .main section.section-content.navi.sp,
.contents-wrap.archive-item-category .main section.section-content.navi.sp,
.contents-wrap.single-item .main section.section-content.navi.sp {
  padding-bottom: 130px;
}
.contents-wrap.archive-item .main section.section-content.navi .inner,
.contents-wrap.archive-item-category .main section.section-content.navi .inner,
.contents-wrap.single-item .main section.section-content.navi .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items,
.contents-wrap.single-item .main section.section-content.navi .inner .items {
  display: block;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .contents-wrap.archive-item .main section.section-content.navi .inner .items,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items,
.contents-wrap.single-item .main section.section-content.navi .inner .items {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    margin-top: 20px;
  }
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .img,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .img,
.contents-wrap.single-item .main section.section-content.navi .inner .items .img {
  width: 100%;
  max-width: 180px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.archive-item .main section.section-content.navi .inner .items .img,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .img,
.contents-wrap.single-item .main section.section-content.navi .inner .items .img {
    max-width: 130px;
    margin-top: 20px;
  }
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .img img,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .img img,
.contents-wrap.single-item .main section.section-content.navi .inner .items .img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .contents-wrap.archive-item .main section.section-content.navi .inner .items .links,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .links,
.contents-wrap.single-item .main section.section-content.navi .inner .items .links {
    width: 100%;
    max-width: calc(100% - 150px);
  }
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .links .link,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .links .link,
.contents-wrap.single-item .main section.section-content.navi .inner .items .links .link {
  width: 100%;
  max-width: 50%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.archive-item .main section.section-content.navi .inner .items .links .link,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .links .link,
.contents-wrap.single-item .main section.section-content.navi .inner .items .links .link {
    max-width: 20%;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .links .link a,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .links .link a,
.contents-wrap.single-item .main section.section-content.navi .inner .items .links .link a {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px;
  padding-left: 40px;
  padding-right: 0;
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .links .link a.t,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .links .link a.t,
.contents-wrap.single-item .main section.section-content.navi .inner .items .links .link a.t {
  background-image: url(assets/img/icon-cat-t.svg);
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .links .link a.longt,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .links .link a.longt,
.contents-wrap.single-item .main section.section-content.navi .inner .items .links .link a.longt {
  background-image: url(assets/img/icon-cat-longt.svg);
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .links .link a.trainer,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .links .link a.trainer,
.contents-wrap.single-item .main section.section-content.navi .inner .items .links .link a.trainer {
  background-image: url(assets/img/icon-cat-trainer.svg);
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .links .link a.hoodie,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .links .link a.hoodie,
.contents-wrap.single-item .main section.section-content.navi .inner .items .links .link a.hoodie {
  background-image: url(assets/img/icon-cat-hoodie.svg);
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .links .link a.outer,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .links .link a.outer,
.contents-wrap.single-item .main section.section-content.navi .inner .items .links .link a.outer {
  background-image: url(assets/img/icon-cat-outer.svg);
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .links .link a.polo,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .links .link a.polo,
.contents-wrap.single-item .main section.section-content.navi .inner .items .links .link a.polo {
  background-image: url(assets/img/icon-cat-polo.svg);
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .links .link a.hirfpants,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .links .link a.hirfpants,
.contents-wrap.single-item .main section.section-content.navi .inner .items .links .link a.hirfpants {
  background-image: url(assets/img/icon-cat-hirfpants.svg);
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .links .link a.sweat,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .links .link a.sweat,
.contents-wrap.single-item .main section.section-content.navi .inner .items .links .link a.sweat {
  background-image: url(assets/img/icon-cat-sweat.svg);
  padding-left: 32px;
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .links .link a.zip,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .links .link a.zip,
.contents-wrap.single-item .main section.section-content.navi .inner .items .links .link a.zip {
  background-image: url(assets/img/icon-cat-zip.svg);
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .links .link a.other,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .links .link a.other,
.contents-wrap.single-item .main section.section-content.navi .inner .items .links .link a.other {
  background-image: url(assets/img/icon-cat-other.svg);
}
@media screen and (min-width: 768px) {
  .contents-wrap.archive-item .main section.section-content.navi .inner .items .links,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .links,
.contents-wrap.single-item .main section.section-content.navi .inner .items .links {
    margin-left: auto;
    margin-right: auto;
  }
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .links.pc,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .links.pc,
.contents-wrap.single-item .main section.section-content.navi .inner .items .links.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .contents-wrap.archive-item .main section.section-content.navi .inner .items .links.pc,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .links.pc,
.contents-wrap.single-item .main section.section-content.navi .inner .items .links.pc {
    display: flex;
    display: -ms-flexbox;
  }
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .acordion,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .acordion,
.contents-wrap.single-item .main section.section-content.navi .inner .items .acordion {
  margin-top: 40px;
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .acordion .acordion-head,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .acordion .acordion-head,
.contents-wrap.single-item .main section.section-content.navi .inner .items .acordion .acordion-head {
  border: 2px solid #FF7F00;
  padding: 10px;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 2.6;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents-wrap.archive-item .main section.section-content.navi .inner .items .acordion .acordion-head,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .acordion .acordion-head,
.contents-wrap.single-item .main section.section-content.navi .inner .items .acordion .acordion-head {
    font-size: 1.4rem;
  }
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .acordion .acordion-head:after,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .acordion .acordion-head:after,
.contents-wrap.single-item .main section.section-content.navi .inner .items .acordion .acordion-head:after {
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .current,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .current,
.contents-wrap.single-item .main section.section-content.navi .inner .items .current {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .current .icon,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .current .icon,
.contents-wrap.single-item .main section.section-content.navi .inner .items .current .icon {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px;
  padding-left: 45px;
  margin: 0 auto;
  margin-top: 40px;
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .current .icon.t,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .current .icon.t,
.contents-wrap.single-item .main section.section-content.navi .inner .items .current .icon.t {
  background-image: url(assets/img/icon-cat-t-orange.svg);
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .current .icon.longt,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .current .icon.longt,
.contents-wrap.single-item .main section.section-content.navi .inner .items .current .icon.longt {
  background-image: url(assets/img/icon-cat-longt-orange.svg);
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .current .icon.trainer,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .current .icon.trainer,
.contents-wrap.single-item .main section.section-content.navi .inner .items .current .icon.trainer {
  background-image: url(assets/img/icon-cat-trainer-orange.svg);
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .current .icon.hoodie,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .current .icon.hoodie,
.contents-wrap.single-item .main section.section-content.navi .inner .items .current .icon.hoodie {
  background-image: url(assets/img/icon-cat-hoodie-orange.svg);
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .current .icon.outer,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .current .icon.outer,
.contents-wrap.single-item .main section.section-content.navi .inner .items .current .icon.outer {
  background-image: url(assets/img/icon-cat-outer-orange.svg);
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .current .icon.polo,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .current .icon.polo,
.contents-wrap.single-item .main section.section-content.navi .inner .items .current .icon.polo {
  background-image: url(assets/img/icon-cat-polo-orange.svg);
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .current .icon.hirfpants,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .current .icon.hirfpants,
.contents-wrap.single-item .main section.section-content.navi .inner .items .current .icon.hirfpants {
  background-image: url(assets/img/icon-cat-hirfpants-orange.svg);
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .current .icon.sweat,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .current .icon.sweat,
.contents-wrap.single-item .main section.section-content.navi .inner .items .current .icon.sweat {
  background-image: url(assets/img/icon-cat-sweat-orange.svg);
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .current .icon.zip,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .current .icon.zip,
.contents-wrap.single-item .main section.section-content.navi .inner .items .current .icon.zip {
  background-image: url(assets/img/icon-cat-zip-orange.svg);
}
.contents-wrap.archive-item .main section.section-content.navi .inner .items .current .icon.other,
.contents-wrap.archive-item-category .main section.section-content.navi .inner .items .current .icon.other,
.contents-wrap.single-item .main section.section-content.navi .inner .items .current .icon.other {
  background-image: url(assets/img/icon-cat-other-orange.svg);
}
@media screen and (min-width: 768px) {
  .contents-wrap.archive-item .main section.section-content.index,
.contents-wrap.archive-item-category .main section.section-content.index,
.contents-wrap.single-item .main section.section-content.index {
    padding-bottom: 130px;
  }
}
.contents-wrap.archive-item .main section.section-content.index .inner,
.contents-wrap.archive-item-category .main section.section-content.index .inner,
.contents-wrap.single-item .main section.section-content.index .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap.archive-item .main section.section-content.index .inner .row .col,
.contents-wrap.archive-item-category .main section.section-content.index .inner .row .col,
.contents-wrap.single-item .main section.section-content.index .inner .row .col {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.archive-item .main section.section-content.index .inner .row .col,
.contents-wrap.archive-item-category .main section.section-content.index .inner .row .col,
.contents-wrap.single-item .main section.section-content.index .inner .row .col {
    max-width: calc(100% / 5);
  }
}
.contents-wrap.archive-item .main section.section-content.index .inner .row .col .img img,
.contents-wrap.archive-item-category .main section.section-content.index .inner .row .col .img img,
.contents-wrap.single-item .main section.section-content.index .inner .row .col .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.archive-item .main section.section-content.index .inner .row .col .title,
.contents-wrap.archive-item-category .main section.section-content.index .inner .row .col .title,
.contents-wrap.single-item .main section.section-content.index .inner .row .col .title {
  margin-top: 20px;
}
.contents-wrap.archive-item .main section.section-content.index .inner .row .col .price,
.contents-wrap.archive-item-category .main section.section-content.index .inner .row .col .price,
.contents-wrap.single-item .main section.section-content.index .inner .row .col .price {
  margin-top: 12px;
}

.contents-wrap.archive-item-category .main section.section-content.navi {
  background-image: url(assets/img/bg-item-category.svg);
  background-repeat: repeat;
  background-position: top center;
}
.contents-wrap.archive-item-category .main section.section-content.navi .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 730px;
}
.contents-wrap.archive-item-category .main section.section-content.navi .inner .cat-navi {
  padding-bottom: 20px;
}
.contents-wrap.archive-item-category .main section.section-content.navi .inner .cat-navi .col {
  margin-top: 20px;
}
.contents-wrap.archive-item-category .main section.section-content.navi .inner .cat-navi .col img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.archive-item-category .main section.section-content.index {
  padding-top: 40px;
  padding-bottom: 130px;
}
.contents-wrap.archive-item-category .main section.section-content.index .head {
  text-align: center;
}

.contents-wrap.single-item .main {
  width: 100%;
}
.contents-wrap.single-item .main section.section-content {
  padding-top: 40px;
}
.contents-wrap.single-item .main section.section-content.detail .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-top: 150px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.single-item .main section.section-content.detail .inner {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.single-item .main section.section-content.detail .inner .main {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
  }
}
.contents-wrap.single-item .main section.section-content.detail .inner .main .swiper-container-item-wrapper {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents-wrap.single-item .main section.section-content.detail .inner .main .swiper-container-item-wrapper {
    max-width: 500px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .contents-wrap.single-item .main section.section-content.detail .inner .main .swiper-container-item-wrapper {
    margin-right: 40px;
  }
}
.contents-wrap.single-item .main section.section-content.detail .inner .main .swiper-container-item-wrapper .swiper-container-item {
  overflow: initial;
  padding: 0 40px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .main .swiper-container-item-wrapper .swiper-container-item .swiper-slide {
  opacity: 0.3;
}
.contents-wrap.single-item .main section.section-content.detail .inner .main .swiper-container-item-wrapper .swiper-container-item .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.contents-wrap.single-item .main section.section-content.detail .inner .main .swiper-container-item-wrapper .swiper-container-item .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.single-item .main section.section-content.detail .inner .main .swiper-container-item-wrapper .pager .swiper-button-prev,
.contents-wrap.single-item .main section.section-content.detail .inner .main .swiper-container-item-wrapper .pager .swiper-button-next {
  background-image: initial;
  background-color: #FF7F00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
.contents-wrap.single-item .main section.section-content.detail .inner .main .swiper-container-item-wrapper .pager .swiper-button-prev .fas,
.contents-wrap.single-item .main section.section-content.detail .inner .main .swiper-container-item-wrapper .pager .swiper-button-next .fas {
  margin: auto;
  color: #fff;
  font-size: 3rem;
}
.contents-wrap.single-item .main section.section-content.detail .inner .main .info.pc {
  position: relative;
  z-index: 9998;
  background-color: #fff;
  width: 50%;
  max-width: 340px;
  padding: 20px;
  border: 1px solid #ccc;
}
.contents-wrap.single-item .main section.section-content.detail .inner .main .info.pc .meta .category {
  color: #FF7F00;
  font-size: 1.8rem;
  line-height: 3.3rem;
}
.contents-wrap.single-item .main section.section-content.detail .inner .main .info.pc .meta .title {
  font-size: 2.4rem;
  line-height: 3.7rem;
  font-weight: bold;
  margin-top: 10px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .main .info.pc .meta .caption {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin-top: 10px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .main .info.pc .price {
  font-weight: bold;
}
.contents-wrap.single-item .main section.section-content.detail .inner .main .info.pc .price .hilight {
  display: inline-block;
  color: #D1000F;
  font-weight: bold;
  font-size: 3rem;
  line-height: 5.3rem;
}
.contents-wrap.single-item .main section.section-content.detail .inner .main .info.pc .btn {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem;
  padding: 10px 20px;
  margin-top: 20px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .main .info.pc .btn.design {
  background-color: #FF7F00;
}
.contents-wrap.single-item .main section.section-content.detail .inner .main .info.pc .btn.estimate {
  background-color: #106EB8;
}
.contents-wrap.single-item .main section.section-content.detail .inner .main .info.pc .btn.line {
  background-color: #45A024;
}
.contents-wrap.single-item .main section.section-content.detail .inner .color-navi {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .color-navi .head {
  background-color: #3C2420;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.contents-wrap.single-item .main section.section-content.detail .inner .color-navi .colors {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
.contents-wrap.single-item .main section.section-content.detail .inner .color-navi .colors .navi {
  width: 100%;
  max-width: calc(100% / 5);
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.single-item .main section.section-content.detail .inner .color-navi .colors .navi {
    max-width: calc(100% / 10);
  }
}
.contents-wrap.single-item .main section.section-content.detail .inner .color-navi .colors .navi:hover {
  cursor: pointer;
}
.contents-wrap.single-item .main section.section-content.detail .inner .color-navi .colors .navi .color {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: auto;
  margin-top: 20px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .color-navi .colors .navi .color img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.single-item .main section.section-content.detail .inner .color-navi .colors .navi span {
  display: block;
  margin-top: 10px;
  line-height: 1.6rem;
}
.contents-wrap.single-item .main section.section-content.detail .inner .info.sp {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.contents-wrap.single-item .main section.section-content.detail .inner .info.sp .meta {
  position: absolute;
  top: 0;
}
.contents-wrap.single-item .main section.section-content.detail .inner .info.sp .meta .category {
  color: #FF7F00;
  font-size: 1.8rem;
  line-height: 3.3rem;
}
.contents-wrap.single-item .main section.section-content.detail .inner .info.sp .meta .title {
  font-size: 2.4rem;
  line-height: 3.7rem;
  font-weight: bold;
  margin-top: 10px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .info.sp .meta .caption {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin-top: 10px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .info.sp .price {
  font-weight: bold;
}
.contents-wrap.single-item .main section.section-content.detail .inner .info.sp .price .hilight {
  display: inline-block;
  color: #D1000F;
  font-weight: bold;
  font-size: 3rem;
  line-height: 5.3rem;
}
.contents-wrap.single-item .main section.section-content.detail .inner .info.sp .btn {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem;
  padding: 20px;
  margin-top: 30px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .info.sp .btn.design {
  background-color: #FF7F00;
}
.contents-wrap.single-item .main section.section-content.detail .inner .info.sp .btn.estimate {
  background-color: #106EB8;
}
.contents-wrap.single-item .main section.section-content.detail .inner .info.sp .btn.line {
  background-color: #45A024;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .tabs {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  margin-top: 40px;
  border: 2px solid #FF7F00;
  border-radius: 5px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .tabs .tab {
  padding: 10px;
  width: calc(100% / 4);
  text-align: center;
  border-right: 2px solid #FF7F00;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .tabs .tab:last-child {
  border-right: none;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .tabs .tab:hover {
  cursor: pointer;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .tabs .tab.active {
  background-color: #FF7F00;
  color: #fff;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .tabs .tab.active:hover {
  cursor: initial;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents1 .ima-wrap {
  overflow-x: scroll;
  overflow-y: hidden;
  margin-right: -20px;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .contents-wrap.single-item .main section.section-content.detail .inner .detail .contents1 .ima-wrap {
    margin-right: 0px;
    overflow: hidden;
  }
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents1 .ima-wrap .img {
  width: 100%;
  min-width: 1000px;
}
@media screen and (min-width: 1024px) {
  .contents-wrap.single-item .main section.section-content.detail .inner .detail .contents1 .ima-wrap .img {
    max-width: 100%;
    min-width: initial;
  }
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents1 .ima-wrap .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents2 .row {
  margin-top: 20px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents2 .row .col {
  margin-top: 20px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents2 .row .col img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents3 .video {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents3 .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 h1 {
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px dotted #FF7F00;
  margin-top: 40px;
  color: #FF7F00;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 40px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 h3 {
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 5px;
  background-color: #FF7F00;
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 h4 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 3rem;
  padding: 5px;
  background-color: #3C2420;
  margin-top: 40px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 h5 {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 20px;
  background-color: #3C2420;
  color: #fff;
  clear: both;
  padding: 4px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 h6 {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 40px;
  clear: both;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 p {
  font-size: 1.4rem;
  line-height: 3rem;
  margin-top: 40px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 a {
  text-decoration: underline;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 ul {
  list-style-type: none;
  margin-top: 40px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 ul li {
  font-size: 16px;
  padding-left: 20px;
  line-height: 2.4rem;
  position: relative;
  margin-bottom: 15px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 ul li:before {
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF7F00;
  border-radius: 50%;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 ul li ul {
  margin-bottom: 0;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 ol {
  margin-top: 40px;
  padding-left: 20px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 ol li {
  font-size: 16px;
  line-height: 2.4rem;
  position: relative;
  margin-bottom: 15px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 ol li ol {
  padding-left: 15px;
  margin-bottom: 0;
  margin-top: 20px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 img.aligncenter {
  margin: 0 auto 40px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 40px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 table {
  width: 100%;
  margin-top: 40px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 table thead tr {
  display: flex;
  display: -ms-flexbox;
  /* Safari */
  justify-content: space-between;
  align-content: stretch;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 table thead tr th {
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  font-weight: bold;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 2rem;
  font-weight: normal;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 table tbody tr {
  display: flex;
  display: -ms-flexbox;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 table tbody tr:nth-child(odd) {
  background-color: #FFEDCC;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 table tbody tr th {
  width: 100%;
  display: block;
  padding: 15px;
  text-align: left;
  line-height: 2rem;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 table tbody tr td {
  width: 100%;
  display: block;
  padding: 15px;
  line-height: 2rem;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 dl {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  margin-bottom: 20px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 dl dt {
  width: 20%;
  line-height: 3rem;
  margin-bottom: 20px;
}
.contents-wrap.single-item .main section.section-content.detail .inner .detail .contents4 dl dd {
  width: 80%;
  line-height: 3rem;
  margin-bottom: 20px;
}
.contents-wrap.single-item .main section.section-content.index {
  padding-bottom: 130px;
}
.contents-wrap.single-item .main section.section-content.index .inner .head {
  background-color: #FF7F00;
  margin-top: 40px;
  padding: 5px;
  position: relative;
}
.contents-wrap.single-item .main section.section-content.index .inner .head::before, .contents-wrap.single-item .main section.section-content.index .inner .head::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 14px);
  left: 0;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}
.contents-wrap.single-item .main section.section-content.index .inner .head::after {
  right: 0;
  left: auto;
  border-left: none;
  border-right: 15px solid #fff;
}
.contents-wrap.single-item .main section.section-content.index .inner .head img {
  display: block;
  margin: 0 auto;
}

.contents-wrap.shop .main {
  width: 100%;
}
.contents-wrap.shop .main section.section-content {
  padding-top: 40px;
  padding-bottom: 130px;
}
.contents-wrap.shop .main section.section-content .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap.shop .main section.section-content .inner > .head {
  text-align: center;
}
.contents-wrap.shop .main section.section-content .inner > .head img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contents-wrap.shop .main section.section-content .inner .photos .row .col img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.shop .main section.section-content .inner .details .head {
  margin-top: 60px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.9rem;
  color: #FF7F00;
  padding-bottom: 10px;
  border-bottom: 2px dotted #FF7F00;
}
.contents-wrap.shop .main section.section-content .inner .details table {
  width: 100%;
  margin-top: 40px;
}
.contents-wrap.shop .main section.section-content .inner .details table tr {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  background-color: #FFEDCC;
}
.contents-wrap.shop .main section.section-content .inner .details table tr:nth-child(even) {
  background-color: #fff;
}
.contents-wrap.shop .main section.section-content .inner .details table tr th, .contents-wrap.shop .main section.section-content .inner .details table tr td {
  padding: 20px;
}
.contents-wrap.shop .main section.section-content .inner .details table tr th {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contents-wrap.shop .main section.section-content .inner .details table tr th {
    max-width: 300px;
  }
}
.contents-wrap.shop .main section.section-content .inner .details table tr td {
  width: 100%;
  padding-top: 0px;
  display: flex;
  display: -ms-flexbox;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap.shop .main section.section-content .inner .details table tr td {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.shop .main section.section-content .inner .details table tr td {
    max-width: calc(100% - 300px);
    padding-top: 20px;
  }
}
.contents-wrap.shop .main section.section-content .inner .access .head {
  margin-top: 60px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.9rem;
  color: #FF7F00;
  padding-bottom: 10px;
  border-bottom: 2px dotted #FF7F00;
}
.contents-wrap.shop .main section.section-content .inner .access .address {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.shop .main section.section-content .inner .access .address {
    font-size: 1.4rem;
  }
}
.contents-wrap.shop .main section.section-content .inner .access .map {
  margin-top: 20px;
}
.contents-wrap.shop .main section.section-content .inner .access .link {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
}

.contents-wrap.reorder .main {
  width: 100%;
}
.contents-wrap.reorder .main section.section-content {
  padding-top: 40px;
  padding-bottom: 130px;
}
.contents-wrap.reorder .main section.section-content .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap.reorder .main section.section-content .inner .head {
  text-align: center;
}
.contents-wrap.reorder .main section.section-content .inner .head img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contents-wrap.reorder .main section.section-content .inner .text {
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: left;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder .main section.section-content .inner .text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder .main section.section-content .inner .text {
    text-align: center;
  }
}
.contents-wrap.reorder .main section.section-content .inner .copy-wrap {
  text-align: center;
  margin-top: 40px;
}
.contents-wrap.reorder .main section.section-content .inner .copy-wrap .copy {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  font-weight: bold;
  border-bottom: 2px solid #FF7F00;
}
.contents-wrap.reorder .main section.section-content .inner .caption {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
}
.contents-wrap.reorder .main section.section-content .inner .caption span {
  font-size: 1.8rem;
}
.contents-wrap.reorder .main section.section-content .inner .btn {
  display: block;
  margin: auto;
  margin-top: 40px;
  background-color: #FFA900;
  width: 100%;
  max-width: 410px;
  padding: 35px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
}
.contents-wrap.reorder .main section.section-content .inner .btn.download {
  background-color: #FF70A6;
}

.contents-wrap.reorder02 .main {
  width: 100%;
}
.contents-wrap.reorder02 .main section.section-content {
  padding-top: 40px;
  padding-bottom: 130px;
}
.contents-wrap.reorder02 .main section.section-content .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap.reorder02 .main section.section-content .inner .head {
  text-align: center;
}
.contents-wrap.reorder02 .main section.section-content .inner .head img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contents-wrap.reorder02 .main section.section-content .inner .caption-wrap {
  text-align: center;
  margin-top: 40px;
}
.contents-wrap.reorder02 .main section.section-content .inner .caption-wrap .caption {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #3C2420;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #3C2420;
}
.contents-wrap.reorder02 .main section.section-content .inner .buttons {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  /* Safari */
  justify-content: space-between;
  width: 100%;
  max-width: 200px;
  margin: auto;
  margin-top: 40px;
}
.contents-wrap.reorder02 .main section.section-content .inner .buttons .btn {
  font-size: 2.3rem;
  border-radius: 0;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
}
.contents-wrap.reorder02 .main section.section-content .inner .buttons .btn.yes {
  background-color: #5CDA43;
}
.contents-wrap.reorder02 .main section.section-content .inner .buttons .btn.no {
  background-color: #DB3231;
}
.contents-wrap.reorder02 .main section.section-content .inner .text {
  font-size: 1.6rem;
  text-align: left;
  font-weight: bold;
  color: #FF7F00;
  margin-top: 40px;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder02 .main section.section-content .inner .text {
    text-align: center;
  }
}

.contents-wrap.flow .page-head {
  background-image: url(assets/img/bg-flow-header-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 150px;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
@media screen and (min-width: 768px) {
  .contents-wrap.flow .page-head {
    min-height: 170px;
    background-image: url(assets/img/bg-flow-header.jpg);
  }
}
.contents-wrap.flow .page-head img {
  max-width: 100%;
  margin: auto;
}
.contents-wrap.flow .main {
  width: 100%;
}
.contents-wrap.flow .main section.section-content {
  padding-top: 40px;
  padding-bottom: 130px;
}
.contents-wrap.flow .main section.section-content > .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap.flow .main section.section-content > .inner .tabs_wrap {
  margin-top: 0;
}
.contents-wrap.flow .main section.section-content > .inner .tabs_wrap.secondary {
  margin-top: 80px;
}
.contents-wrap.flow .main section.section-content > .inner .tabs_wrap .tabs {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  border-top: 2px solid #FF7F00;
  border-right: 2px solid #FF7F00;
  border-radius: 5px;
  overflow: hidden;
}
.contents-wrap.flow .main section.section-content > .inner .tabs_wrap .tabs .tab {
  padding: 10px;
  width: calc(100% / 2);
  text-align: center;
  border-left: 2px solid #FF7F00;
  border-bottom: 2px solid #FF7F00;
}
@media screen and (min-width: 768px) {
  .contents-wrap.flow .main section.section-content > .inner .tabs_wrap .tabs .tab {
    width: calc(100% / 4);
  }
}
.contents-wrap.flow .main section.section-content > .inner .tabs_wrap .tabs .tab:last-child {
  border-right: none;
}
.contents-wrap.flow .main section.section-content > .inner .tabs_wrap .tabs .tab:hover {
  cursor: pointer;
}
.contents-wrap.flow .main section.section-content > .inner .tabs_wrap .tabs .tab.active {
  background-color: #FF7F00;
  color: #fff;
}
.contents-wrap.flow .main section.section-content > .inner .tabs_wrap .tabs .tab.active:hover {
  cursor: initial;
}
.contents-wrap.flow .main section.section-content > .inner .contents > .head {
  text-align: center;
  margin-top: 40px;
}
.contents-wrap.flow .main section.section-content > .inner .contents > .head img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents1 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow {
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: right center;
    padding-right: 50%;
  }
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow .head {
  color: #FF7F00;
  font-weight: bold;
  font-size: 3rem;
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #FF7F00;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: top center;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow .img {
  margin-top: 20px;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow .text {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow .link {
  text-align: right;
  font-weight: bold;
  color: #3C2420;
  margin-top: 20px;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow .link a {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow.flow01 {
    background-image: url(assets/img/process01.jpg);
  }
  .contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow.flow01 .head {
    background-image: url(assets/img/process01.svg);
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow.flow02 {
    background-image: url(assets/img/process02.jpg);
  }
  .contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow.flow02 .head {
    background-image: url(assets/img/process02.svg);
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow.flow03 {
    background-image: url(assets/img/process03.jpg);
  }
  .contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow.flow03 .head {
    background-image: url(assets/img/process03.svg);
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow.flow04 {
    background-image: url(assets/img/process04.jpg);
  }
  .contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow.flow04 .head {
    background-image: url(assets/img/process04.svg);
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow.flow05 {
    background-image: url(assets/img/process05.jpg);
  }
  .contents-wrap.flow .main section.section-content > .inner .contents.contents1 .flow.flow05 .head {
    background-image: url(assets/img/process05.svg);
  }
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents2 .section {
  margin-top: 40px;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents2 .section > .head {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 2px dotted #FF7F00;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents2 .section .inner {
  margin-top: 40px;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents2 .section .inner .head {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: bold;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents2 .section .inner img {
  margin-top: 20px;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents2 .section .inner .text {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap.flow .main section.section-content > .inner .contents.contents2 .section .inner .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents3 .navi .links {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* Safari */
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.flow .main section.section-content > .inner .contents.contents3 .navi .links {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.flow .main section.section-content > .inner .contents.contents3 .navi .links .link {
    padding: 0 20px;
  }
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents3 .inner {
  margin-top: 40px;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents3 .inner > .head {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 2px dotted #FF7F00;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents3 .inner dl {
  margin-top: 20px;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents3 .inner dl dt {
  border: 1px solid #3C2420;
  padding: 20px 20px 20px 80px;
  background-image: url(assets/img/q.svg);
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: left 20px top 10px;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents3 .inner dl dd {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 20px;
  padding: 10px 20px 20px 80px;
  background-image: url(assets/img/a.svg);
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: left 20px top 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.flow .main section.section-content > .inner .contents.contents3 .inner dl dd {
    font-size: 1.4rem;
  }
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents4 .text {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.flow .main section.section-content > .inner .contents.contents4 .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents4 .section {
  margin-top: 40px;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents4 .section .head {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.4rem;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents4 .section .text {
  margin-top: 10px;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents4 .section ul {
  list-style-type: none;
  margin-top: 40px;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents4 .section ul li {
  font-size: 16px;
  padding-left: 20px;
  line-height: 2.4rem;
  position: relative;
  margin-bottom: 15px;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents4 .section ul li:before {
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF7F00;
  border-radius: 50%;
}
.contents-wrap.flow .main section.section-content > .inner .contents.contents4 .section ul li ul {
  margin-bottom: 0;
}

.contents-wrap.line .main {
  width: 100%;
}
.contents-wrap.line .main section.section-content {
  padding-top: 40px;
  padding-bottom: 130px;
}
.contents-wrap.line .main section.section-content .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap.line .main section.section-content .inner > .head {
  text-align: center;
}
.contents-wrap.line .main section.section-content .inner > .head img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contents-wrap.line .main section.section-content .inner .btn {
  display: block;
  margin: auto;
  margin-top: 40px;
  background-color: #FF7F00;
  width: 100%;
  max-width: 410px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
}
.contents-wrap.line .main section.section-content .inner .btn.student {
  background-color: #28E400;
}
.contents-wrap.line .main section.section-content .inner .text {
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: left;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.line .main section.section-content .inner .text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.line .main section.section-content .inner .text {
    text-align: center;
  }
}

.contents-wrap.error404 .main {
  width: 100%;
}
.contents-wrap.error404 .main section.section-content {
  padding-top: 40px;
  padding-bottom: 130px;
}
.contents-wrap.error404 .main section.section-content .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap.error404 .main section.section-content .inner > .head {
  text-align: center;
}
.contents-wrap.error404 .main section.section-content .inner > .head img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contents-wrap.error404 .main section.section-content .inner .copy {
  color: #FF7F00;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.6rem;
  margin-top: 40px;
}
.contents-wrap.error404 .main section.section-content .inner .img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  margin-top: 20px;
}
.contents-wrap.error404 .main section.section-content .inner .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.error404 .main section.section-content .inner .text {
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: left;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.error404 .main section.section-content .inner .text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.error404 .main section.section-content .inner .text {
    text-align: center;
  }
}
.contents-wrap.error404 .main section.section-content .inner .link {
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.error404 .main section.section-content .inner .link {
    font-size: 1.4rem;
  }
}
.contents-wrap.error404 .main section.section-content .inner .link a {
  text-decoration: underline;
}

.contents-wrap.sitemap .main {
  width: 100%;
}
.contents-wrap.sitemap .main section.section-content {
  padding-top: 40px;
  padding-bottom: 130px;
}
.contents-wrap.sitemap .main section.section-content .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap.sitemap .main section.section-content .inner > .head {
  text-align: center;
}
.contents-wrap.sitemap .main section.section-content .inner > .head img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contents-wrap.sitemap .main section.section-content .inner .row {
  margin-top: 60px;
}
.contents-wrap.sitemap .main section.section-content .inner .row .links li.link {
  border-bottom: 1px solid #ccc;
}
.contents-wrap.sitemap .main section.section-content .inner .row .links li.link a {
  display: block;
  text-align: left;
  padding: 20px;
  padding-left: 20px;
}
.contents-wrap.sitemap .main section.section-content .inner .row .links li.link a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #FF7F00;
  left: 10px;
}
.contents-wrap.sitemap .main section.section-content .inner .row .links li.head, .contents-wrap.sitemap .main section.section-content .inner .row .links li.sns {
  font-weight: bold;
  padding: 20px;
  padding-left: 0;
}
.contents-wrap.sitemap .main section.section-content .inner .row .links li.head a, .contents-wrap.sitemap .main section.section-content .inner .row .links li.sns a {
  display: block;
  text-align: left;
  padding: 20px;
  padding-left: 20px;
  padding-bottom: 0;
  font-weight: normal;
}
.contents-wrap.sitemap .main section.section-content .inner .row .links li.head {
  border-bottom: 1px solid #ccc;
}
.contents-wrap.sitemap .main section.section-content .inner .row .links li.head:last-child {
  border-bottom: none;
}
.contents-wrap.sitemap .main section.section-content .inner .row .links li.head a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  left: 10px;
}
.contents-wrap.sitemap .main section.section-content .inner .row .links li.sns a {
  position: relative;
}
.contents-wrap.sitemap .main section.section-content .inner .row .links li.sns a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  top: 22px;
  left: 0px;
  color: #FF7F00;
  font-size: 1.2rem;
}

.contents-wrap.archive-design-sample .main {
  width: 100%;
}
.contents-wrap.archive-design-sample .main section.section-content {
  padding-top: 40px;
  padding-bottom: 150px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner > .head {
  text-align: center;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner > .head img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi {
  padding: 20px;
  background-color: #F5F5F5;
  margin-top: 40px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .head {
  font-weight: bold;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .head span {
  border-bottom: 1px solid #B8B8B9;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .cat-navi {
  margin-top: 10px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .cat-navi .links {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  border: 2px solid #FF7F00;
  border-radius: 5px;
  background-color: #fff;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .cat-navi .links .link {
  width: calc(100% / 4);
  text-align: center;
  border-right: 2px solid #FF7F00;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .cat-navi .links .link:last-child {
  border-right: none;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .cat-navi .links .link a {
  padding: 10px;
  display: block;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .cat-navi .links .link a:hover {
  opacity: 1;
  cursor: pointer;
  background-color: #FF7F00;
  color: #fff;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .cat-navi .links .link.active {
  background-color: #FF7F00;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .cat-navi .links .link.active:hover {
  cursor: initial;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .cat-navi .links .link.active span {
  display: block;
  padding: 10px;
  color: #fff;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .cat-navi .select-wrap {
  position: relative;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .cat-navi .select-wrap::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #222222;
  right: 10px;
  top: 50%;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .cat-navi .select-wrap select {
  width: 100%;
  text-overflow: ellipsis;
  outline: none;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #FF7F00;
  padding-right: 20px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .tag-navi.text_wrapper {
  position: relative;
  margin-bottom: 40px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .tag-navi.text_wrapper .text {
  height: 44px;
  overflow: hidden;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .tag-navi.text_wrapper .show_more2 {
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  transition: bottom 0.2s;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .tag-navi.text_wrapper .show_more2 .inner {
  padding: 0 10px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .tag-navi.text_wrapper .show_more2 .inner span {
  position: relative;
  padding-right: 20px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .tag-navi.text_wrapper .active {
  bottom: -40px;
  padding-top: 0px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .tag-navi .links {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  margin-left: -10px;
  margin-top: 30px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .tag-navi .links .link {
  margin-left: 10px;
  margin-top: 10px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .tag-navi .links .link a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.2rem;
  padding: 5px;
  background-color: #fff;
  padding-left: 20px;
  position: relative;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .tag-navi .links .link a::before {
  position: absolute;
  left: 6px;
  top: 6px;
  font-size: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .navi .tag-navi .links .link a:hover {
  opacity: 1;
  background-color: #FFEC2F;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .redults .head {
  margin-top: 20px;
  line-height: 2rem;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .redults .head span {
  font-weight: bold;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .redults .num {
  margin-top: 20px;
  font-weight: bold;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.archive-design-sample .main section.section-content > .inner .index .col {
    max-width: calc(100% / 5);
  }
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design > .img {
  border: 1px solid #ccc;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design > .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design > .category {
  font-weight: bold;
  margin-top: 10px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design > .title {
  font-weight: bold;
  margin-top: 10px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design > .tags {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  list-style-type: none;
  margin-left: -5px;
  margin-top: 15px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design > .tags .tag {
  margin-left: 5px;
  margin-top: 5px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design > .tags .tag a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.2rem;
  padding: 5px;
  background-color: #fff;
  padding-left: 20px;
  position: relative;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design > .tags .tag a::before {
  position: absolute;
  left: 6px;
  top: 6px;
  font-size: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design > .tags .tag a:hover {
  opacity: 1;
  background-color: #FFEC2F;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design .popup {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design .popup.shown {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design .popup .inner {
  width: 100%;
  height: auto;
  margin: auto;
  max-width: 335px;
  padding: 40px;
  background-color: #fff;
  position: relative;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design .popup .inner .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design .popup .inner .close-btn:hover {
  cursor: pointer;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design .popup .inner .img {
  border: 1px solid #ccc;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design .popup .inner .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design .popup .inner .category {
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design .popup .inner .title {
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design .popup .inner .btn {
  background-color: #FF7F00;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  padding: 15px 0;
  margin-top: 20px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design .popup .inner .link {
  text-align: center;
  margin-top: 20px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design .popup .inner .link .close-text {
  margin-top: 20px;
  text-align: center;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .index .col .design .popup .inner .link .close-text:hover {
  cursor: pointer;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .pagenavi {
  width: 100%;
  text-align: center;
  padding: 13px 0;
  margin-bottom: 60px;
  margin-top: 100px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .pagenavi a,
.contents-wrap.archive-design-sample .main section.section-content > .inner .pagenavi span {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 12px 16px;
  color: #000;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .pagenavi a {
  position: relative;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .pagenavi a.previouspostslink {
  padding-left: 25px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .pagenavi a.previouspostslink:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 5px);
  left: 16px;
  transform: rotate(-135deg);
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .pagenavi a.nextpostslink {
  padding-right: 25px;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .pagenavi a.nextpostslink:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  transform: rotate(45deg);
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .pagenavi a.next {
  border-right: 1px solid #ccc;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .pagenavi span.current {
  background-color: #FF7F00;
  color: #fff;
}
.contents-wrap.archive-design-sample .main section.section-content > .inner .pagenavi span.extend {
  border: none;
}

.contents-wrap.archive-blog .main {
  width: 100%;
}
.contents-wrap.archive-blog .main section.section-content {
  padding-top: 40px;
  padding-bottom: 150px;
}
.contents-wrap.archive-blog .main section.section-content > .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 800px;
}
.contents-wrap.archive-blog .main section.section-content > .inner > .head {
  text-align: center;
}
.contents-wrap.archive-blog .main section.section-content > .inner > .head img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contents-wrap.archive-blog .main section.section-content > .inner .navi {
  width: 100%;
  margin-top: 40px;
  border-bottom: 1px solid #ccc;
}
.contents-wrap.archive-blog .main section.section-content > .inner .navi .links {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
.contents-wrap.archive-blog .main section.section-content > .inner .navi .links .link {
  margin-right: 20px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .navi .links .link a {
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
}
.contents-wrap.archive-blog .main section.section-content > .inner .navi .links .link a:hover, .contents-wrap.archive-blog .main section.section-content > .inner .navi .links .link a.current {
  border-bottom: 2px solid #FF7F00;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post {
  padding: 20px;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .meta {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .meta .time {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .meta .category {
  margin-top: auto;
  margin-bottom: auto;
  background-color: #3C2420;
  padding: 4px 10px;
  border-radius: 20px;
  color: #fff;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content h1 {
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px dotted #FF7F00;
  margin-top: 40px;
  color: #FF7F00;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 40px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content h3 {
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 5px;
  background-color: #FF7F00;
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content h4 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 3rem;
  padding: 5px;
  background-color: #3C2420;
  margin-top: 40px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content h5 {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 20px;
  background-color: #3C2420;
  color: #fff;
  clear: both;
  padding: 4px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content h6 {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 40px;
  clear: both;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content p {
  font-size: 1.4rem;
  line-height: 3rem;
  margin-top: 40px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content a {
  text-decoration: underline;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content ul {
  list-style-type: none;
  margin-top: 40px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content ul li {
  font-size: 16px;
  padding-left: 20px;
  line-height: 2.4rem;
  position: relative;
  margin-bottom: 15px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content ul li:before {
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF7F00;
  border-radius: 50%;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content ul li ul {
  margin-bottom: 0;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content ol {
  margin-top: 40px;
  padding-left: 20px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content ol li {
  font-size: 16px;
  line-height: 2.4rem;
  position: relative;
  margin-bottom: 15px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content ol li ol {
  padding-left: 15px;
  margin-bottom: 0;
  margin-top: 20px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content img.aligncenter {
  margin: 0 auto 40px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 40px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content table {
  width: 100%;
  margin-top: 40px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content table thead tr {
  display: flex;
  display: -ms-flexbox;
  /* Safari */
  justify-content: space-between;
  align-content: stretch;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content table thead tr th {
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  font-weight: bold;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 2rem;
  font-weight: normal;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content table tbody tr {
  display: flex;
  display: -ms-flexbox;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content table tbody tr:nth-child(odd) {
  background-color: #FFEDCC;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content table tbody tr th {
  width: 100%;
  display: block;
  padding: 15px;
  text-align: left;
  line-height: 2rem;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content table tbody tr td {
  width: 100%;
  display: block;
  padding: 15px;
  line-height: 2rem;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content dl {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  margin-bottom: 20px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content dl dt {
  width: 20%;
  line-height: 3rem;
  margin-bottom: 20px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .index .post .content dl dd {
  width: 80%;
  line-height: 3rem;
  margin-bottom: 20px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .pagenavi {
  width: 100%;
  text-align: center;
  padding: 13px 0;
  margin-bottom: 60px;
  margin-top: 100px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .pagenavi a,
.contents-wrap.archive-blog .main section.section-content > .inner .pagenavi span {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 12px 16px;
  color: #000;
}
.contents-wrap.archive-blog .main section.section-content > .inner .pagenavi a {
  position: relative;
}
.contents-wrap.archive-blog .main section.section-content > .inner .pagenavi a.previouspostslink {
  padding-left: 25px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .pagenavi a.previouspostslink:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 5px);
  left: 16px;
  transform: rotate(-135deg);
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
}
.contents-wrap.archive-blog .main section.section-content > .inner .pagenavi a.nextpostslink {
  padding-right: 25px;
}
.contents-wrap.archive-blog .main section.section-content > .inner .pagenavi a.nextpostslink:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  transform: rotate(45deg);
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
}
.contents-wrap.archive-blog .main section.section-content > .inner .pagenavi a.next {
  border-right: 1px solid #ccc;
}
.contents-wrap.archive-blog .main section.section-content > .inner .pagenavi span.current {
  background-color: #FF7F00;
  color: #fff;
}
.contents-wrap.archive-blog .main section.section-content > .inner .pagenavi span.extend {
  border: none;
}

.contents-wrap.reorder-form01,
.contents-wrap.reorder-form02,
.contents-wrap.reorder-form03,
.contents-wrap.reorder-form04,
.contents-wrap.reorder-form05,
.contents-wrap.reorder-form06 {
  padding-top: 0;
}
.contents-wrap.reorder-form01 section.section-content,
.contents-wrap.reorder-form02 section.section-content,
.contents-wrap.reorder-form03 section.section-content,
.contents-wrap.reorder-form04 section.section-content,
.contents-wrap.reorder-form05 section.section-content,
.contents-wrap.reorder-form06 section.section-content {
  padding-top: 40px;
  padding-bottom: 130px;
}
.contents-wrap.reorder-form01 section.section-content > .inner,
.contents-wrap.reorder-form02 section.section-content > .inner,
.contents-wrap.reorder-form03 section.section-content > .inner,
.contents-wrap.reorder-form04 section.section-content > .inner,
.contents-wrap.reorder-form05 section.section-content > .inner,
.contents-wrap.reorder-form06 section.section-content > .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap.reorder-form01 section.section-content > .inner > .page-head,
.contents-wrap.reorder-form02 section.section-content > .inner > .page-head,
.contents-wrap.reorder-form03 section.section-content > .inner > .page-head,
.contents-wrap.reorder-form04 section.section-content > .inner > .page-head,
.contents-wrap.reorder-form05 section.section-content > .inner > .page-head,
.contents-wrap.reorder-form06 section.section-content > .inner > .page-head {
  text-align: center;
}
.contents-wrap.reorder-form01 section.section-content > .inner > .page-head img,
.contents-wrap.reorder-form02 section.section-content > .inner > .page-head img,
.contents-wrap.reorder-form03 section.section-content > .inner > .page-head img,
.contents-wrap.reorder-form04 section.section-content > .inner > .page-head img,
.contents-wrap.reorder-form05 section.section-content > .inner > .page-head img,
.contents-wrap.reorder-form06 section.section-content > .inner > .page-head img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contents-wrap.reorder-form01 section.section-content > .inner .steps-wrap,
.contents-wrap.reorder-form02 section.section-content > .inner .steps-wrap,
.contents-wrap.reorder-form03 section.section-content > .inner .steps-wrap,
.contents-wrap.reorder-form04 section.section-content > .inner .steps-wrap,
.contents-wrap.reorder-form05 section.section-content > .inner .steps-wrap,
.contents-wrap.reorder-form06 section.section-content > .inner .steps-wrap {
  margin-top: 40px;
  overflow-x: scroll;
  overflow-y: hidden;
  border-right: 1px solid #3C2420;
  max-width: 990px;
}
@media screen and (min-width: 1024px) {
  .contents-wrap.reorder-form01 section.section-content > .inner .steps-wrap,
.contents-wrap.reorder-form02 section.section-content > .inner .steps-wrap,
.contents-wrap.reorder-form03 section.section-content > .inner .steps-wrap,
.contents-wrap.reorder-form04 section.section-content > .inner .steps-wrap,
.contents-wrap.reorder-form05 section.section-content > .inner .steps-wrap,
.contents-wrap.reorder-form06 section.section-content > .inner .steps-wrap {
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
  }
}
.contents-wrap.reorder-form01 section.section-content > .inner .steps-wrap .steps,
.contents-wrap.reorder-form02 section.section-content > .inner .steps-wrap .steps,
.contents-wrap.reorder-form03 section.section-content > .inner .steps-wrap .steps,
.contents-wrap.reorder-form04 section.section-content > .inner .steps-wrap .steps,
.contents-wrap.reorder-form05 section.section-content > .inner .steps-wrap .steps,
.contents-wrap.reorder-form06 section.section-content > .inner .steps-wrap .steps {
  display: flex;
  display: -ms-flexbox;
  /* Safari */
  justify-content: space-between;
  align-content: stretch;
  width: 100%;
  min-width: 990px;
  max-width: 990px;
  border: 1px solid #3C2420;
  border-right: none;
  list-style-type: none;
  margin-right: 20px;
}
.contents-wrap.reorder-form01 section.section-content > .inner .steps-wrap .steps .step,
.contents-wrap.reorder-form02 section.section-content > .inner .steps-wrap .steps .step,
.contents-wrap.reorder-form03 section.section-content > .inner .steps-wrap .steps .step,
.contents-wrap.reorder-form04 section.section-content > .inner .steps-wrap .steps .step,
.contents-wrap.reorder-form05 section.section-content > .inner .steps-wrap .steps .step,
.contents-wrap.reorder-form06 section.section-content > .inner .steps-wrap .steps .step {
  padding: 10px;
  line-height: 26px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  position: relative;
}
.contents-wrap.reorder-form01 section.section-content > .inner .steps-wrap .steps .step.current,
.contents-wrap.reorder-form02 section.section-content > .inner .steps-wrap .steps .step.current,
.contents-wrap.reorder-form03 section.section-content > .inner .steps-wrap .steps .step.current,
.contents-wrap.reorder-form04 section.section-content > .inner .steps-wrap .steps .step.current,
.contents-wrap.reorder-form05 section.section-content > .inner .steps-wrap .steps .step.current,
.contents-wrap.reorder-form06 section.section-content > .inner .steps-wrap .steps .step.current {
  background-color: #3C2420;
  color: #fff;
}
.contents-wrap.reorder-form01 section.section-content > .inner .steps-wrap .steps .step.current .num,
.contents-wrap.reorder-form02 section.section-content > .inner .steps-wrap .steps .step.current .num,
.contents-wrap.reorder-form03 section.section-content > .inner .steps-wrap .steps .step.current .num,
.contents-wrap.reorder-form04 section.section-content > .inner .steps-wrap .steps .step.current .num,
.contents-wrap.reorder-form05 section.section-content > .inner .steps-wrap .steps .step.current .num,
.contents-wrap.reorder-form06 section.section-content > .inner .steps-wrap .steps .step.current .num {
  border: 1px solid #fff;
  background-color: #fff;
  color: #3C2420;
}
.contents-wrap.reorder-form01 section.section-content > .inner .steps-wrap .steps .step.current::before,
.contents-wrap.reorder-form02 section.section-content > .inner .steps-wrap .steps .step.current::before,
.contents-wrap.reorder-form03 section.section-content > .inner .steps-wrap .steps .step.current::before,
.contents-wrap.reorder-form04 section.section-content > .inner .steps-wrap .steps .step.current::before,
.contents-wrap.reorder-form05 section.section-content > .inner .steps-wrap .steps .step.current::before,
.contents-wrap.reorder-form06 section.section-content > .inner .steps-wrap .steps .step.current::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 23px solid #3C2420;
  border-left: 23px solid #fff;
  left: -20px;
  top: 0;
}
.contents-wrap.reorder-form01 section.section-content > .inner .steps-wrap .steps .step.current::after,
.contents-wrap.reorder-form02 section.section-content > .inner .steps-wrap .steps .step.current::after,
.contents-wrap.reorder-form03 section.section-content > .inner .steps-wrap .steps .step.current::after,
.contents-wrap.reorder-form04 section.section-content > .inner .steps-wrap .steps .step.current::after,
.contents-wrap.reorder-form05 section.section-content > .inner .steps-wrap .steps .step.current::after,
.contents-wrap.reorder-form06 section.section-content > .inner .steps-wrap .steps .step.current::after {
  border-right: 1px solid #3C2420;
  border-top: 1px solid #3C2420;
  background-color: #3C2420;
  z-index: 0;
  right: -16px;
}
.contents-wrap.reorder-form01 section.section-content > .inner .steps-wrap .steps .step span,
.contents-wrap.reorder-form02 section.section-content > .inner .steps-wrap .steps .step span,
.contents-wrap.reorder-form03 section.section-content > .inner .steps-wrap .steps .step span,
.contents-wrap.reorder-form04 section.section-content > .inner .steps-wrap .steps .step span,
.contents-wrap.reorder-form05 section.section-content > .inner .steps-wrap .steps .step span,
.contents-wrap.reorder-form06 section.section-content > .inner .steps-wrap .steps .step span {
  position: relative;
  z-index: 1;
}
.contents-wrap.reorder-form01 section.section-content > .inner .steps-wrap .steps .step span.num,
.contents-wrap.reorder-form02 section.section-content > .inner .steps-wrap .steps .step span.num,
.contents-wrap.reorder-form03 section.section-content > .inner .steps-wrap .steps .step span.num,
.contents-wrap.reorder-form04 section.section-content > .inner .steps-wrap .steps .step span.num,
.contents-wrap.reorder-form05 section.section-content > .inner .steps-wrap .steps .step span.num,
.contents-wrap.reorder-form06 section.section-content > .inner .steps-wrap .steps .step span.num {
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #3C2420;
  margin-right: 10px;
  margin-left: 10px;
}
.contents-wrap.reorder-form01 section.section-content > .inner .steps-wrap .steps .step::after,
.contents-wrap.reorder-form02 section.section-content > .inner .steps-wrap .steps .step::after,
.contents-wrap.reorder-form03 section.section-content > .inner .steps-wrap .steps .step::after,
.contents-wrap.reorder-form04 section.section-content > .inner .steps-wrap .steps .step::after,
.contents-wrap.reorder-form05 section.section-content > .inner .steps-wrap .steps .step::after,
.contents-wrap.reorder-form06 section.section-content > .inner .steps-wrap .steps .step::after {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  transform: rotate(45deg);
  border-right: 1px solid #3C2420;
  border-top: 1px solid #3C2420;
  right: -32px;
  top: 6px;
}
.contents-wrap.reorder-form01 section.section-content > .inner .steps-wrap .steps .step:first-child .num,
.contents-wrap.reorder-form02 section.section-content > .inner .steps-wrap .steps .step:first-child .num,
.contents-wrap.reorder-form03 section.section-content > .inner .steps-wrap .steps .step:first-child .num,
.contents-wrap.reorder-form04 section.section-content > .inner .steps-wrap .steps .step:first-child .num,
.contents-wrap.reorder-form05 section.section-content > .inner .steps-wrap .steps .step:first-child .num,
.contents-wrap.reorder-form06 section.section-content > .inner .steps-wrap .steps .step:first-child .num {
  margin-left: 0;
}
.contents-wrap.reorder-form01 section.section-content > .inner .steps-wrap .steps .step:first-child::before,
.contents-wrap.reorder-form02 section.section-content > .inner .steps-wrap .steps .step:first-child::before,
.contents-wrap.reorder-form03 section.section-content > .inner .steps-wrap .steps .step:first-child::before,
.contents-wrap.reorder-form04 section.section-content > .inner .steps-wrap .steps .step:first-child::before,
.contents-wrap.reorder-form05 section.section-content > .inner .steps-wrap .steps .step:first-child::before,
.contents-wrap.reorder-form06 section.section-content > .inner .steps-wrap .steps .step:first-child::before {
  display: none;
}
.contents-wrap.reorder-form01 section.section-content > .inner .steps-wrap .steps .step:last-child::after,
.contents-wrap.reorder-form02 section.section-content > .inner .steps-wrap .steps .step:last-child::after,
.contents-wrap.reorder-form03 section.section-content > .inner .steps-wrap .steps .step:last-child::after,
.contents-wrap.reorder-form04 section.section-content > .inner .steps-wrap .steps .step:last-child::after,
.contents-wrap.reorder-form05 section.section-content > .inner .steps-wrap .steps .step:last-child::after,
.contents-wrap.reorder-form06 section.section-content > .inner .steps-wrap .steps .step:last-child::after {
  display: none;
}
.contents-wrap.reorder-form01 section.section-content > .inner table,
.contents-wrap.reorder-form02 section.section-content > .inner table,
.contents-wrap.reorder-form03 section.section-content > .inner table,
.contents-wrap.reorder-form04 section.section-content > .inner table,
.contents-wrap.reorder-form05 section.section-content > .inner table,
.contents-wrap.reorder-form06 section.section-content > .inner table {
  width: 100%;
  margin: auto;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
.contents-wrap.reorder-form01 section.section-content > .inner table:first-child,
.contents-wrap.reorder-form02 section.section-content > .inner table:first-child,
.contents-wrap.reorder-form03 section.section-content > .inner table:first-child,
.contents-wrap.reorder-form04 section.section-content > .inner table:first-child,
.contents-wrap.reorder-form05 section.section-content > .inner table:first-child,
.contents-wrap.reorder-form06 section.section-content > .inner table:first-child {
  border-top: none;
}
.contents-wrap.reorder-form01 section.section-content > .inner table tr,
.contents-wrap.reorder-form02 section.section-content > .inner table tr,
.contents-wrap.reorder-form03 section.section-content > .inner table tr,
.contents-wrap.reorder-form04 section.section-content > .inner table tr,
.contents-wrap.reorder-form05 section.section-content > .inner table tr,
.contents-wrap.reorder-form06 section.section-content > .inner table tr {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form01 section.section-content > .inner table tr,
.contents-wrap.reorder-form02 section.section-content > .inner table tr,
.contents-wrap.reorder-form03 section.section-content > .inner table tr,
.contents-wrap.reorder-form04 section.section-content > .inner table tr,
.contents-wrap.reorder-form05 section.section-content > .inner table tr,
.contents-wrap.reorder-form06 section.section-content > .inner table tr {
    margin-top: 20px;
  }
}
.contents-wrap.reorder-form01 section.section-content > .inner table tr > th,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > th,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > th,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > th,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > th,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > th {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form01 section.section-content > .inner table tr > th,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > th,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > th,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > th,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > th,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > th {
    margin-top: 0;
    width: 100%;
    max-width: 160px;
  }
}
.contents-wrap.reorder-form01 section.section-content > .inner table tr > th.required span,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > th.required span,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > th.required span,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > th.required span,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > th.required span,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > th.required span {
  padding-right: 20px;
  position: relative;
}
.contents-wrap.reorder-form01 section.section-content > .inner table tr > th.required span::after,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > th.required span::after,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > th.required span::after,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > th.required span::after,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > th.required span::after,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > th.required span::after {
  content: "必須";
  background-color: #D1000F;
  color: #fff;
  padding: 2px;
  margin-left: 10px;
}
.contents-wrap.reorder-form01 section.section-content > .inner table tr > td,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > td,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > td,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > td,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > td,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > td {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form01 section.section-content > .inner table tr > td,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > td,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > td,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > td,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > td,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > td {
    margin-top: 0;
    max-width: calc(100% - 160px);
  }
}
.contents-wrap.reorder-form01 section.section-content > .inner table tr > td input,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > td input,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > td input,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > td input,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > td input,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > td input {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}
.contents-wrap.reorder-form01 section.section-content > .inner table tr > td input.primary,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > td input.primary,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > td input.primary,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > td input.primary,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > td input.primary,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > td input.primary {
  width: 45%;
}
.contents-wrap.reorder-form01 section.section-content > .inner table tr > td input.secondary,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > td input.secondary,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > td input.secondary,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > td input.secondary,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > td input.secondary,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > td input.secondary {
  width: 45%;
}
.contents-wrap.reorder-form01 section.section-content > .inner table tr > td input.code,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > td input.code,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > td input.code,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > td input.code,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > td input.code,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > td input.code {
  width: 119px;
  margin-bottom: 14px;
  margin-right: 15px;
}
.contents-wrap.reorder-form01 section.section-content > .inner table tr > td input::-webkit-input-placeholder,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > td input::-webkit-input-placeholder,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > td input::-webkit-input-placeholder,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > td input::-webkit-input-placeholder,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > td input::-webkit-input-placeholder,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > td input::-webkit-input-placeholder {
  color: #BBB;
}
.contents-wrap.reorder-form01 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.reorder-form02 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.reorder-form03 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.reorder-form04 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.reorder-form05 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.reorder-form06 section.section-content > .inner table tr > td input[type=checkbox] {
  width: initial;
  transform: scale(1.5, 1.5);
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form01 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.reorder-form02 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.reorder-form03 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.reorder-form04 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.reorder-form05 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.reorder-form06 section.section-content > .inner table tr > td input[type=checkbox] {
    transform: scale(1, 1);
  }
}
.contents-wrap.reorder-form01 section.section-content > .inner table tr > td textarea,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > td textarea,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > td textarea,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > td textarea,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > td textarea,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > td textarea {
  width: 100%;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.contents-wrap.reorder-form01 section.section-content > .inner table tr > td.file input,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > td.file input,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > td.file input,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > td.file input,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > td.file input,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > td.file input {
  margin-bottom: 20px;
}
.contents-wrap.reorder-form01 section.section-content > .inner table tr > td.file .text,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > td.file .text,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > td.file .text,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > td.file .text,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > td.file .text,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > td.file .text {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form01 section.section-content > .inner table tr > td.file .text,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > td.file .text,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > td.file .text,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > td.file .text,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > td.file .text,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > td.file .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.reorder-form01 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > td.file .caption {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #D1000F;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form01 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > td.file .caption {
    font-size: 1.4rem;
  }
}
.contents-wrap.reorder-form01 section.section-content > .inner table tr > td .ellor,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > td .ellor,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > td .ellor,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > td .ellor,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > td .ellor,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > td .ellor {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #D1000F;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form01 section.section-content > .inner table tr > td .ellor,
.contents-wrap.reorder-form02 section.section-content > .inner table tr > td .ellor,
.contents-wrap.reorder-form03 section.section-content > .inner table tr > td .ellor,
.contents-wrap.reorder-form04 section.section-content > .inner table tr > td .ellor,
.contents-wrap.reorder-form05 section.section-content > .inner table tr > td .ellor,
.contents-wrap.reorder-form06 section.section-content > .inner table tr > td .ellor {
    font-size: 1.4rem;
  }
}
.contents-wrap.reorder-form01 section.section-content > .inner .btn,
.contents-wrap.reorder-form02 section.section-content > .inner .btn,
.contents-wrap.reorder-form03 section.section-content > .inner .btn,
.contents-wrap.reorder-form04 section.section-content > .inner .btn,
.contents-wrap.reorder-form05 section.section-content > .inner .btn,
.contents-wrap.reorder-form06 section.section-content > .inner .btn {
  background-color: #FF7F00;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  padding: 15px 0;
  width: 100%;
  max-width: 350px;
  margin: auto;
  margin-top: 40px;
}
.contents-wrap.reorder-form01 section.section-content > .inner .link,
.contents-wrap.reorder-form02 section.section-content > .inner .link,
.contents-wrap.reorder-form03 section.section-content > .inner .link,
.contents-wrap.reorder-form04 section.section-content > .inner .link,
.contents-wrap.reorder-form05 section.section-content > .inner .link,
.contents-wrap.reorder-form06 section.section-content > .inner .link {
  text-align: center;
  margin-top: 60px;
  text-decoration: underline;
}
.contents-wrap.reorder-form01 section.section-content > .inner .privacy-policy,
.contents-wrap.reorder-form02 section.section-content > .inner .privacy-policy,
.contents-wrap.reorder-form03 section.section-content > .inner .privacy-policy,
.contents-wrap.reorder-form04 section.section-content > .inner .privacy-policy,
.contents-wrap.reorder-form05 section.section-content > .inner .privacy-policy,
.contents-wrap.reorder-form06 section.section-content > .inner .privacy-policy {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  margin-top: 60px;
  max-height: 360px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}
.contents-wrap.reorder-form01 section.section-content > .inner .privacy-policy .inner,
.contents-wrap.reorder-form02 section.section-content > .inner .privacy-policy .inner,
.contents-wrap.reorder-form03 section.section-content > .inner .privacy-policy .inner,
.contents-wrap.reorder-form04 section.section-content > .inner .privacy-policy .inner,
.contents-wrap.reorder-form05 section.section-content > .inner .privacy-policy .inner,
.contents-wrap.reorder-form06 section.section-content > .inner .privacy-policy .inner {
  padding: 20px;
}
.contents-wrap.reorder-form01 section.section-content > .inner .privacy-policy .inner > .head,
.contents-wrap.reorder-form02 section.section-content > .inner .privacy-policy .inner > .head,
.contents-wrap.reorder-form03 section.section-content > .inner .privacy-policy .inner > .head,
.contents-wrap.reorder-form04 section.section-content > .inner .privacy-policy .inner > .head,
.contents-wrap.reorder-form05 section.section-content > .inner .privacy-policy .inner > .head,
.contents-wrap.reorder-form06 section.section-content > .inner .privacy-policy .inner > .head {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}
.contents-wrap.reorder-form01 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.reorder-form02 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.reorder-form03 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.reorder-form04 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.reorder-form05 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.reorder-form06 section.section-content > .inner .privacy-policy .inner .text {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form01 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.reorder-form02 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.reorder-form03 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.reorder-form04 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.reorder-form05 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.reorder-form06 section.section-content > .inner .privacy-policy .inner .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.reorder-form01 section.section-content > .inner .privacy-policy .inner .section,
.contents-wrap.reorder-form02 section.section-content > .inner .privacy-policy .inner .section,
.contents-wrap.reorder-form03 section.section-content > .inner .privacy-policy .inner .section,
.contents-wrap.reorder-form04 section.section-content > .inner .privacy-policy .inner .section,
.contents-wrap.reorder-form05 section.section-content > .inner .privacy-policy .inner .section,
.contents-wrap.reorder-form06 section.section-content > .inner .privacy-policy .inner .section {
  margin-top: 40px;
}
.contents-wrap.reorder-form01 section.section-content > .inner .privacy-policy .inner .section .head,
.contents-wrap.reorder-form02 section.section-content > .inner .privacy-policy .inner .section .head,
.contents-wrap.reorder-form03 section.section-content > .inner .privacy-policy .inner .section .head,
.contents-wrap.reorder-form04 section.section-content > .inner .privacy-policy .inner .section .head,
.contents-wrap.reorder-form05 section.section-content > .inner .privacy-policy .inner .section .head,
.contents-wrap.reorder-form06 section.section-content > .inner .privacy-policy .inner .section .head {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.4rem;
}
.contents-wrap.reorder-form01 section.section-content > .inner .privacy-policy .inner .section .text,
.contents-wrap.reorder-form02 section.section-content > .inner .privacy-policy .inner .section .text,
.contents-wrap.reorder-form03 section.section-content > .inner .privacy-policy .inner .section .text,
.contents-wrap.reorder-form04 section.section-content > .inner .privacy-policy .inner .section .text,
.contents-wrap.reorder-form05 section.section-content > .inner .privacy-policy .inner .section .text,
.contents-wrap.reorder-form06 section.section-content > .inner .privacy-policy .inner .section .text {
  margin-top: 10px;
}
.contents-wrap.reorder-form01 section.section-content > .inner .privacy-policy .inner .section ul,
.contents-wrap.reorder-form02 section.section-content > .inner .privacy-policy .inner .section ul,
.contents-wrap.reorder-form03 section.section-content > .inner .privacy-policy .inner .section ul,
.contents-wrap.reorder-form04 section.section-content > .inner .privacy-policy .inner .section ul,
.contents-wrap.reorder-form05 section.section-content > .inner .privacy-policy .inner .section ul,
.contents-wrap.reorder-form06 section.section-content > .inner .privacy-policy .inner .section ul {
  list-style-type: none;
  margin-top: 40px;
}
.contents-wrap.reorder-form01 section.section-content > .inner .privacy-policy .inner .section ul li,
.contents-wrap.reorder-form02 section.section-content > .inner .privacy-policy .inner .section ul li,
.contents-wrap.reorder-form03 section.section-content > .inner .privacy-policy .inner .section ul li,
.contents-wrap.reorder-form04 section.section-content > .inner .privacy-policy .inner .section ul li,
.contents-wrap.reorder-form05 section.section-content > .inner .privacy-policy .inner .section ul li,
.contents-wrap.reorder-form06 section.section-content > .inner .privacy-policy .inner .section ul li {
  font-size: 16px;
  padding-left: 20px;
  line-height: 2.4rem;
  position: relative;
  margin-bottom: 15px;
}
.contents-wrap.reorder-form01 section.section-content > .inner .privacy-policy .inner .section ul li:before,
.contents-wrap.reorder-form02 section.section-content > .inner .privacy-policy .inner .section ul li:before,
.contents-wrap.reorder-form03 section.section-content > .inner .privacy-policy .inner .section ul li:before,
.contents-wrap.reorder-form04 section.section-content > .inner .privacy-policy .inner .section ul li:before,
.contents-wrap.reorder-form05 section.section-content > .inner .privacy-policy .inner .section ul li:before,
.contents-wrap.reorder-form06 section.section-content > .inner .privacy-policy .inner .section ul li:before {
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF7F00;
  border-radius: 50%;
}
.contents-wrap.reorder-form01 section.section-content > .inner .privacy-policy .inner .section ul li ul,
.contents-wrap.reorder-form02 section.section-content > .inner .privacy-policy .inner .section ul li ul,
.contents-wrap.reorder-form03 section.section-content > .inner .privacy-policy .inner .section ul li ul,
.contents-wrap.reorder-form04 section.section-content > .inner .privacy-policy .inner .section ul li ul,
.contents-wrap.reorder-form05 section.section-content > .inner .privacy-policy .inner .section ul li ul,
.contents-wrap.reorder-form06 section.section-content > .inner .privacy-policy .inner .section ul li ul {
  margin-bottom: 0;
}

.contents-wrap.reorder-form01 section.section-content .inner .text {
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: left;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form01 section.section-content .inner .text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form01 section.section-content .inner .text {
    text-align: center;
  }
}
.contents-wrap.reorder-form01 section.section-content .inner table {
  max-width: 720px;
}
.contents-wrap.reorder-form01 section.section-content .inner > .btn {
  background-color: #FF7F00;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  padding: 15px 0;
}
.contents-wrap.reorder-form01 section.section-content .inner > .btn.download {
  max-width: 440px;
  margin: auto;
  margin-top: 20px;
  color: #222222;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  padding-left: 60px;
  background-image: url(assets/img/icon-fax.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center left 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form01 section.section-content .inner > .btn.download {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form01 section.section-content .inner > .btn.download {
    padding-left: 30px;
    background-position: center left 30px;
  }
}
.contents-wrap.reorder-form01 section.section-content .inner .caption {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
}
.contents-wrap.reorder-form01 section.section-content .inner .head {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}
.contents-wrap.reorder-form01 section.section-content .inner .form_area {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.contents-wrap.reorder-form01 section.section-content .inner .form_area .add {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding: 15px;
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  color: #222222;
  border-radius: 2px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form01 section.section-content .inner .form_area .add {
    max-width: calc(100% - 40px);
    margin: auto;
    margin-top: 40px;
  }
}
.contents-wrap.reorder-form01 section.section-content .inner .form_area .add:hover {
  cursor: pointer;
}

.contents-wrap.reorder-form02 section.section-content .inner .text {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form02 section.section-content .inner .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.reorder-form02 section.section-content .inner > .btn {
  background-color: #FF7F00;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  padding: 15px 0;
}
.contents-wrap.reorder-form02 section.section-content .inner > .btn.download {
  max-width: 440px;
  margin: auto;
  margin-top: 40px;
  color: #222222;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  padding-left: 60px;
  background-image: url(assets/img/icon-fax.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center left 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form02 section.section-content .inner > .btn.download {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form02 section.section-content .inner > .btn.download {
    padding-left: 30px;
    background-position: center left 30px;
  }
}
.contents-wrap.reorder-form02 section.section-content .inner .caption {
  font-size: 1.8rem;
  line-height: 3rem;
  font-size: 1.7rem;
  text-align: center;
  margin-top: 40px;
  line-height: 2.9rem;
  font-weight: bold;
  color: #FF7F00;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form02 section.section-content .inner .caption {
    font-size: 2.4rem;
  }
}
.contents-wrap.reorder-form02 section.section-content .inner .title {
  background-color: #FF7F00;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  line-height: 3rem;
  margin-top: 40px;
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .inputs {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
@media screen and (min-width: 1024px) {
  .contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .inputs {
    flex-wrap: nowrap;
  }
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .inputs .input {
  width: 50%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .inputs .input {
    width: calc(100% / 3);
  }
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .inputs .input input {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  max-width: 100px;
  margin-right: 5px;
  margin-top: 5px;
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .inputs .input input.primary {
  width: 45%;
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .inputs .input input.secondary {
  width: 45%;
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .inputs .input input.code {
  width: 119px;
  margin-bottom: 14px;
  margin-right: 15px;
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .inputs .input input::-webkit-input-placeholder {
  color: #BBB;
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .inputs .input input[type=checkbox] {
  width: initial;
  transform: scale(1.5, 1.5);
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .inputs .input input[type=checkbox] {
    transform: scale(1, 1);
  }
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .add {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding: 15px;
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  color: #222222;
  border-radius: 2px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .add {
    max-width: calc(100% - 40px);
    margin: auto;
    margin-top: 40px;
  }
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .add:hover {
  cursor: pointer;
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .add .open {
  display: inline;
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .add .close {
  display: none;
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .add.shown .open {
  display: none;
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap .add.shown .close {
  display: inline;
  float: none;
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap textarea {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap textarea.primary {
  width: 45%;
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap textarea.secondary {
  width: 45%;
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap textarea.code {
  width: 119px;
  margin-bottom: 14px;
  margin-right: 15px;
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap textarea::-webkit-input-placeholder {
  color: #BBB;
}
.contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap textarea[type=checkbox] {
  width: initial;
  transform: scale(1.5, 1.5);
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form02 section.section-content .inner .inputs-wrap textarea[type=checkbox] {
    transform: scale(1, 1);
  }
}

.contents-wrap.reorder-form03 section.section-content .inner > .caption {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  text-align: center;
  margin-top: 40px;
}
.contents-wrap.reorder-form03 section.section-content .inner .form {
  margin-top: 20px;
}
.contents-wrap.reorder-form03 section.section-content .inner .form table tr {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.contents-wrap.reorder-form03 section.section-content .inner .form table tr th {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form03 section.section-content .inner .form table tr th {
    margin-top: 0;
    width: 100%;
    max-width: 270px;
  }
}
.contents-wrap.reorder-form03 section.section-content .inner .form table tr th.required span {
  padding-right: 20px;
  position: relative;
}
.contents-wrap.reorder-form03 section.section-content .inner .form table tr th.required span::after {
  content: "必須";
  background-color: #D1000F;
  color: #fff;
  padding: 2px;
  margin-left: 10px;
}
.contents-wrap.reorder-form03 section.section-content .inner .form table tr td {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form03 section.section-content .inner .form table tr td {
    margin-top: 0;
    max-width: calc(100% - 270px);
  }
}
.contents-wrap.reorder-form03 section.section-content .inner .form table tr td input, .contents-wrap.reorder-form03 section.section-content .inner .form table tr td textarea {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}
.contents-wrap.reorder-form03 section.section-content .inner .form table tr td input.primary, .contents-wrap.reorder-form03 section.section-content .inner .form table tr td textarea.primary {
  width: 45%;
}
.contents-wrap.reorder-form03 section.section-content .inner .form table tr td input.secondary, .contents-wrap.reorder-form03 section.section-content .inner .form table tr td textarea.secondary {
  width: 45%;
}
.contents-wrap.reorder-form03 section.section-content .inner .form table tr td input.code, .contents-wrap.reorder-form03 section.section-content .inner .form table tr td textarea.code {
  width: 119px;
  margin-bottom: 14px;
  margin-right: 15px;
}
.contents-wrap.reorder-form03 section.section-content .inner .form table tr td input::-webkit-input-placeholder, .contents-wrap.reorder-form03 section.section-content .inner .form table tr td textarea::-webkit-input-placeholder {
  color: #BBB;
}
.contents-wrap.reorder-form03 section.section-content .inner .form table tr td input[type=checkbox], .contents-wrap.reorder-form03 section.section-content .inner .form table tr td textarea[type=checkbox] {
  width: initial;
  transform: scale(1.5, 1.5);
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form03 section.section-content .inner .form table tr td input[type=checkbox], .contents-wrap.reorder-form03 section.section-content .inner .form table tr td textarea[type=checkbox] {
    transform: scale(1, 1);
  }
}

.contents-wrap.reorder-form04 section.section-content .inner > .caption {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  text-align: center;
  margin-top: 40px;
}
.contents-wrap.reorder-form04 section.section-content .inner .form {
  margin-top: 20px;
}
.contents-wrap.reorder-form04 section.section-content .inner .form table {
  width: 100%;
}
.contents-wrap.reorder-form04 section.section-content .inner .form table tr {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.contents-wrap.reorder-form04 section.section-content .inner .form table tr th {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form04 section.section-content .inner .form table tr th {
    margin-top: 0;
    width: 100%;
    max-width: 270px;
  }
}
.contents-wrap.reorder-form04 section.section-content .inner .form table tr td {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form04 section.section-content .inner .form table tr td {
    margin-top: 0;
    max-width: calc(100% - 270px);
  }
}
.contents-wrap.reorder-form04 section.section-content .inner .form table tr td input[type=text], .contents-wrap.reorder-form04 section.section-content .inner .form table tr td textarea {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}
.contents-wrap.reorder-form04 section.section-content .inner .form table tr td input[type=text].primary, .contents-wrap.reorder-form04 section.section-content .inner .form table tr td textarea.primary {
  width: 45%;
}
.contents-wrap.reorder-form04 section.section-content .inner .form table tr td input[type=text].secondary, .contents-wrap.reorder-form04 section.section-content .inner .form table tr td textarea.secondary {
  width: 45%;
}
.contents-wrap.reorder-form04 section.section-content .inner .form table tr td input[type=text].code, .contents-wrap.reorder-form04 section.section-content .inner .form table tr td textarea.code {
  width: 119px;
  margin-bottom: 14px;
  margin-right: 15px;
}
.contents-wrap.reorder-form04 section.section-content .inner .form table tr td input[type=text]::-webkit-input-placeholder, .contents-wrap.reorder-form04 section.section-content .inner .form table tr td textarea::-webkit-input-placeholder {
  color: #BBB;
}
.contents-wrap.reorder-form04 section.section-content .inner .form table tr td input[type=text][type=checkbox], .contents-wrap.reorder-form04 section.section-content .inner .form table tr td textarea[type=checkbox] {
  width: initial;
  transform: scale(1.5, 1.5);
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form04 section.section-content .inner .form table tr td input[type=text][type=checkbox], .contents-wrap.reorder-form04 section.section-content .inner .form table tr td textarea[type=checkbox] {
    transform: scale(1, 1);
  }
}
.contents-wrap.reorder-form04 section.section-content .inner .form table tr td input[type=text].postcode, .contents-wrap.reorder-form04 section.section-content .inner .form table tr td textarea.postcode {
  max-width: 120px;
  margin-bottom: 10px;
}
.contents-wrap.reorder-form04 section.section-content .inner .form table tr td .caption {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.contents-wrap.reorder-form04 section.section-content .inner .form table tr td.edit {
  display: flex;
  display: -ms-flexbox;
}
.contents-wrap.reorder-form04 section.section-content .inner .form table tr td.edit input {
  margin-right: 10px;
}
.contents-wrap.reorder-form04 section.section-content .inner .form table tr td.edit .text {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: -8px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form04 section.section-content .inner .form table tr td.edit .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.reorder-form04 section.section-content .inner .form .agree {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  margin-top: 40px;
  text-align: center;
}
.contents-wrap.reorder-form04 section.section-content .inner .form .agree .caption {
  width: 100%;
  color: #D1000F;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 2.2rem;
}
.contents-wrap.reorder-form04 section.section-content .inner .form .agree .required {
  background-color: #D1000F;
  color: #fff;
  padding: 2px;
}
.contents-wrap.reorder-form04 section.section-content .inner .form .agree input {
  margin: 0 10px;
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}
.contents-wrap.reorder-form04 section.section-content .inner .form .agree input.primary {
  width: 45%;
}
.contents-wrap.reorder-form04 section.section-content .inner .form .agree input.secondary {
  width: 45%;
}
.contents-wrap.reorder-form04 section.section-content .inner .form .agree input.code {
  width: 119px;
  margin-bottom: 14px;
  margin-right: 15px;
}
.contents-wrap.reorder-form04 section.section-content .inner .form .agree input::-webkit-input-placeholder {
  color: #BBB;
}
.contents-wrap.reorder-form04 section.section-content .inner .form .agree input[type=checkbox] {
  width: initial;
  transform: scale(1.5, 1.5);
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form04 section.section-content .inner .form .agree input[type=checkbox] {
    transform: scale(1, 1);
  }
}
.contents-wrap.reorder-form04 section.section-content .inner .form > .text {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form04 section.section-content .inner .form > .text {
    font-size: 1.4rem;
  }
}

.contents-wrap.reorder-form05 section.section-content .inner > .caption {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  text-align: center;
  margin-top: 40px;
}
.contents-wrap.reorder-form05 section.section-content .inner > .text {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form05 section.section-content .inner > .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.reorder-form05 section.section-content .inner .form .head {
  padding: 10px;
  background-color: #FF7F00;
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
}
.contents-wrap.reorder-form05 section.section-content .inner .form table {
  width: 100%;
  max-width: 100%;
}
.contents-wrap.reorder-form05 section.section-content .inner .form table tr {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
}
.contents-wrap.reorder-form05 section.section-content .inner .form table tr th {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form05 section.section-content .inner .form table tr th {
    margin-top: 0;
    width: 100%;
    max-width: 270px;
  }
}
.contents-wrap.reorder-form05 section.section-content .inner .form table tr td {
  width: 100%;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form05 section.section-content .inner .form table tr td {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form05 section.section-content .inner .form table tr td {
    margin-top: 0;
    max-width: calc(100% - 270px);
  }
}

.contents-wrap.reorder-form06 section.section-content .inner > .caption {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  text-align: center;
  margin-top: 40px;
}
.contents-wrap.reorder-form06 section.section-content .inner > .text {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form06 section.section-content .inner > .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.reorder-form06 section.section-content .inner .phone {
  width: 100%;
  max-width: 270px;
  margin: auto;
  margin-top: 60px;
  text-align: center;
}
.contents-wrap.reorder-form06 section.section-content .inner .phone a {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: auto;
}
.contents-wrap.reorder-form06 section.section-content .inner .phone a img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.reorder-form06 section.section-content .inner .phone .text {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.reorder-form06 section.section-content .inner .phone .text {
    font-size: 1.4rem;
  }
}

.contents-wrap.estimate-form01,
.contents-wrap.estimate-form02,
.contents-wrap.estimate-form03,
.contents-wrap.estimate-form04 {
  padding-top: 0;
}
.contents-wrap.estimate-form01 section.section-content,
.contents-wrap.estimate-form02 section.section-content,
.contents-wrap.estimate-form03 section.section-content,
.contents-wrap.estimate-form04 section.section-content {
  padding-top: 40px;
  padding-bottom: 130px;
}
.contents-wrap.estimate-form01 section.section-content > .inner,
.contents-wrap.estimate-form02 section.section-content > .inner,
.contents-wrap.estimate-form03 section.section-content > .inner,
.contents-wrap.estimate-form04 section.section-content > .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap.estimate-form01 section.section-content > .inner > .page-head,
.contents-wrap.estimate-form02 section.section-content > .inner > .page-head,
.contents-wrap.estimate-form03 section.section-content > .inner > .page-head,
.contents-wrap.estimate-form04 section.section-content > .inner > .page-head {
  text-align: center;
}
.contents-wrap.estimate-form01 section.section-content > .inner > .page-head img,
.contents-wrap.estimate-form02 section.section-content > .inner > .page-head img,
.contents-wrap.estimate-form03 section.section-content > .inner > .page-head img,
.contents-wrap.estimate-form04 section.section-content > .inner > .page-head img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contents-wrap.estimate-form01 section.section-content > .inner .steps-wrap,
.contents-wrap.estimate-form02 section.section-content > .inner .steps-wrap,
.contents-wrap.estimate-form03 section.section-content > .inner .steps-wrap,
.contents-wrap.estimate-form04 section.section-content > .inner .steps-wrap {
  margin-top: 40px;
  overflow-x: scroll;
  overflow-y: hidden;
  border-right: 1px solid #3C2420;
  max-width: 990px;
}
@media screen and (min-width: 1024px) {
  .contents-wrap.estimate-form01 section.section-content > .inner .steps-wrap,
.contents-wrap.estimate-form02 section.section-content > .inner .steps-wrap,
.contents-wrap.estimate-form03 section.section-content > .inner .steps-wrap,
.contents-wrap.estimate-form04 section.section-content > .inner .steps-wrap {
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
  }
}
.contents-wrap.estimate-form01 section.section-content > .inner .steps-wrap .steps,
.contents-wrap.estimate-form02 section.section-content > .inner .steps-wrap .steps,
.contents-wrap.estimate-form03 section.section-content > .inner .steps-wrap .steps,
.contents-wrap.estimate-form04 section.section-content > .inner .steps-wrap .steps {
  display: flex;
  display: -ms-flexbox;
  /* Safari */
  justify-content: space-between;
  align-content: stretch;
  width: 100%;
  min-width: 990px;
  max-width: 990px;
  border: 1px solid #3C2420;
  border-right: none;
  list-style-type: none;
  margin-right: 20px;
}
.contents-wrap.estimate-form01 section.section-content > .inner .steps-wrap .steps .step,
.contents-wrap.estimate-form02 section.section-content > .inner .steps-wrap .steps .step,
.contents-wrap.estimate-form03 section.section-content > .inner .steps-wrap .steps .step,
.contents-wrap.estimate-form04 section.section-content > .inner .steps-wrap .steps .step {
  padding: 10px;
  line-height: 26px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  position: relative;
}
.contents-wrap.estimate-form01 section.section-content > .inner .steps-wrap .steps .step.current,
.contents-wrap.estimate-form02 section.section-content > .inner .steps-wrap .steps .step.current,
.contents-wrap.estimate-form03 section.section-content > .inner .steps-wrap .steps .step.current,
.contents-wrap.estimate-form04 section.section-content > .inner .steps-wrap .steps .step.current {
  background-color: #3C2420;
  color: #fff;
}
.contents-wrap.estimate-form01 section.section-content > .inner .steps-wrap .steps .step.current .num,
.contents-wrap.estimate-form02 section.section-content > .inner .steps-wrap .steps .step.current .num,
.contents-wrap.estimate-form03 section.section-content > .inner .steps-wrap .steps .step.current .num,
.contents-wrap.estimate-form04 section.section-content > .inner .steps-wrap .steps .step.current .num {
  border: 1px solid #fff;
  background-color: #fff;
  color: #3C2420;
}
.contents-wrap.estimate-form01 section.section-content > .inner .steps-wrap .steps .step.current::before,
.contents-wrap.estimate-form02 section.section-content > .inner .steps-wrap .steps .step.current::before,
.contents-wrap.estimate-form03 section.section-content > .inner .steps-wrap .steps .step.current::before,
.contents-wrap.estimate-form04 section.section-content > .inner .steps-wrap .steps .step.current::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 23px solid #3C2420;
  border-left: 23px solid #fff;
  left: -20px;
  top: 0;
}
.contents-wrap.estimate-form01 section.section-content > .inner .steps-wrap .steps .step.current::after,
.contents-wrap.estimate-form02 section.section-content > .inner .steps-wrap .steps .step.current::after,
.contents-wrap.estimate-form03 section.section-content > .inner .steps-wrap .steps .step.current::after,
.contents-wrap.estimate-form04 section.section-content > .inner .steps-wrap .steps .step.current::after {
  border-right: 1px solid #3C2420;
  border-top: 1px solid #3C2420;
  background-color: #3C2420;
  z-index: 0;
  right: -16px;
}
.contents-wrap.estimate-form01 section.section-content > .inner .steps-wrap .steps .step span,
.contents-wrap.estimate-form02 section.section-content > .inner .steps-wrap .steps .step span,
.contents-wrap.estimate-form03 section.section-content > .inner .steps-wrap .steps .step span,
.contents-wrap.estimate-form04 section.section-content > .inner .steps-wrap .steps .step span {
  position: relative;
  z-index: 1;
}
.contents-wrap.estimate-form01 section.section-content > .inner .steps-wrap .steps .step span.num,
.contents-wrap.estimate-form02 section.section-content > .inner .steps-wrap .steps .step span.num,
.contents-wrap.estimate-form03 section.section-content > .inner .steps-wrap .steps .step span.num,
.contents-wrap.estimate-form04 section.section-content > .inner .steps-wrap .steps .step span.num {
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #3C2420;
  margin-right: 10px;
  margin-left: 10px;
}
.contents-wrap.estimate-form01 section.section-content > .inner .steps-wrap .steps .step::after,
.contents-wrap.estimate-form02 section.section-content > .inner .steps-wrap .steps .step::after,
.contents-wrap.estimate-form03 section.section-content > .inner .steps-wrap .steps .step::after,
.contents-wrap.estimate-form04 section.section-content > .inner .steps-wrap .steps .step::after {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  transform: rotate(45deg);
  border-right: 1px solid #3C2420;
  border-top: 1px solid #3C2420;
  right: -32px;
  top: 6px;
}
.contents-wrap.estimate-form01 section.section-content > .inner .steps-wrap .steps .step:first-child .num,
.contents-wrap.estimate-form02 section.section-content > .inner .steps-wrap .steps .step:first-child .num,
.contents-wrap.estimate-form03 section.section-content > .inner .steps-wrap .steps .step:first-child .num,
.contents-wrap.estimate-form04 section.section-content > .inner .steps-wrap .steps .step:first-child .num {
  margin-left: 0;
}
.contents-wrap.estimate-form01 section.section-content > .inner .steps-wrap .steps .step:first-child::before,
.contents-wrap.estimate-form02 section.section-content > .inner .steps-wrap .steps .step:first-child::before,
.contents-wrap.estimate-form03 section.section-content > .inner .steps-wrap .steps .step:first-child::before,
.contents-wrap.estimate-form04 section.section-content > .inner .steps-wrap .steps .step:first-child::before {
  display: none;
}
.contents-wrap.estimate-form01 section.section-content > .inner .steps-wrap .steps .step:last-child::after,
.contents-wrap.estimate-form02 section.section-content > .inner .steps-wrap .steps .step:last-child::after,
.contents-wrap.estimate-form03 section.section-content > .inner .steps-wrap .steps .step:last-child::after,
.contents-wrap.estimate-form04 section.section-content > .inner .steps-wrap .steps .step:last-child::after {
  display: none;
}
.contents-wrap.estimate-form01 section.section-content > .inner table,
.contents-wrap.estimate-form02 section.section-content > .inner table,
.contents-wrap.estimate-form03 section.section-content > .inner table,
.contents-wrap.estimate-form04 section.section-content > .inner table {
  width: 100%;
  margin: auto;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
.contents-wrap.estimate-form01 section.section-content > .inner table:first-child,
.contents-wrap.estimate-form02 section.section-content > .inner table:first-child,
.contents-wrap.estimate-form03 section.section-content > .inner table:first-child,
.contents-wrap.estimate-form04 section.section-content > .inner table:first-child {
  border-top: none;
}
.contents-wrap.estimate-form01 section.section-content > .inner table tr,
.contents-wrap.estimate-form02 section.section-content > .inner table tr,
.contents-wrap.estimate-form03 section.section-content > .inner table tr,
.contents-wrap.estimate-form04 section.section-content > .inner table tr {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content > .inner table tr,
.contents-wrap.estimate-form02 section.section-content > .inner table tr,
.contents-wrap.estimate-form03 section.section-content > .inner table tr,
.contents-wrap.estimate-form04 section.section-content > .inner table tr {
    margin-top: 20px;
  }
}
.contents-wrap.estimate-form01 section.section-content > .inner table tr > th,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > th,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > th,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > th {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content > .inner table tr > th,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > th,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > th,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > th {
    margin-top: 0;
    width: 100%;
    max-width: 160px;
  }
}
.contents-wrap.estimate-form01 section.section-content > .inner table tr > th.required span,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > th.required span,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > th.required span,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > th.required span {
  padding-right: 20px;
  position: relative;
}
.contents-wrap.estimate-form01 section.section-content > .inner table tr > th.required span::after,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > th.required span::after,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > th.required span::after,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > th.required span::after {
  content: "必須";
  background-color: #D1000F;
  color: #fff;
  padding: 2px;
  margin-left: 10px;
}
.contents-wrap.estimate-form01 section.section-content > .inner table tr > td,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > td,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > td,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > td {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content > .inner table tr > td,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > td,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > td,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > td {
    margin-top: 0;
    max-width: calc(100% - 160px);
  }
}
.contents-wrap.estimate-form01 section.section-content > .inner table tr > td input,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > td input,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > td input,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > td input {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}
.contents-wrap.estimate-form01 section.section-content > .inner table tr > td input.primary,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > td input.primary,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > td input.primary,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > td input.primary {
  width: 45%;
}
.contents-wrap.estimate-form01 section.section-content > .inner table tr > td input.secondary,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > td input.secondary,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > td input.secondary,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > td input.secondary {
  width: 45%;
}
.contents-wrap.estimate-form01 section.section-content > .inner table tr > td input.code,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > td input.code,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > td input.code,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > td input.code {
  width: 119px;
  margin-bottom: 14px;
  margin-right: 15px;
}
.contents-wrap.estimate-form01 section.section-content > .inner table tr > td input::-webkit-input-placeholder,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > td input::-webkit-input-placeholder,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > td input::-webkit-input-placeholder,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > td input::-webkit-input-placeholder {
  color: #BBB;
}
.contents-wrap.estimate-form01 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.estimate-form02 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.estimate-form03 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.estimate-form04 section.section-content > .inner table tr > td input[type=checkbox] {
  width: initial;
  transform: scale(1.5, 1.5);
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.estimate-form02 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.estimate-form03 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.estimate-form04 section.section-content > .inner table tr > td input[type=checkbox] {
    transform: scale(1, 1);
  }
}
.contents-wrap.estimate-form01 section.section-content > .inner table tr > td textarea,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > td textarea,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > td textarea,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > td textarea {
  width: 100%;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.contents-wrap.estimate-form01 section.section-content > .inner table tr > td.file input,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > td.file input,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > td.file input,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > td.file input {
  margin-bottom: 20px;
}
.contents-wrap.estimate-form01 section.section-content > .inner table tr > td.file .text,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > td.file .text,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > td.file .text,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > td.file .text {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content > .inner table tr > td.file .text,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > td.file .text,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > td.file .text,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > td.file .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.estimate-form01 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > td.file .caption {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #D1000F;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > td.file .caption {
    font-size: 1.4rem;
  }
}
.contents-wrap.estimate-form01 section.section-content > .inner table tr > td .ellor,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > td .ellor,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > td .ellor,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > td .ellor {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #D1000F;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content > .inner table tr > td .ellor,
.contents-wrap.estimate-form02 section.section-content > .inner table tr > td .ellor,
.contents-wrap.estimate-form03 section.section-content > .inner table tr > td .ellor,
.contents-wrap.estimate-form04 section.section-content > .inner table tr > td .ellor {
    font-size: 1.4rem;
  }
}
.contents-wrap.estimate-form01 section.section-content > .inner .btn,
.contents-wrap.estimate-form02 section.section-content > .inner .btn,
.contents-wrap.estimate-form03 section.section-content > .inner .btn,
.contents-wrap.estimate-form04 section.section-content > .inner .btn {
  background-color: #FF7F00;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  padding: 15px 0;
  width: 100%;
  max-width: 350px;
  margin: auto;
  margin-top: 40px;
}
.contents-wrap.estimate-form01 section.section-content > .inner .link,
.contents-wrap.estimate-form02 section.section-content > .inner .link,
.contents-wrap.estimate-form03 section.section-content > .inner .link,
.contents-wrap.estimate-form04 section.section-content > .inner .link {
  text-align: center;
  margin-top: 60px;
  text-decoration: underline;
}
.contents-wrap.estimate-form01 section.section-content > .inner .privacy-policy,
.contents-wrap.estimate-form02 section.section-content > .inner .privacy-policy,
.contents-wrap.estimate-form03 section.section-content > .inner .privacy-policy,
.contents-wrap.estimate-form04 section.section-content > .inner .privacy-policy {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  margin-top: 60px;
  max-height: 360px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}
.contents-wrap.estimate-form01 section.section-content > .inner .privacy-policy .inner,
.contents-wrap.estimate-form02 section.section-content > .inner .privacy-policy .inner,
.contents-wrap.estimate-form03 section.section-content > .inner .privacy-policy .inner,
.contents-wrap.estimate-form04 section.section-content > .inner .privacy-policy .inner {
  padding: 20px;
}
.contents-wrap.estimate-form01 section.section-content > .inner .privacy-policy .inner > .head,
.contents-wrap.estimate-form02 section.section-content > .inner .privacy-policy .inner > .head,
.contents-wrap.estimate-form03 section.section-content > .inner .privacy-policy .inner > .head,
.contents-wrap.estimate-form04 section.section-content > .inner .privacy-policy .inner > .head {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}
.contents-wrap.estimate-form01 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.estimate-form02 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.estimate-form03 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.estimate-form04 section.section-content > .inner .privacy-policy .inner .text {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.estimate-form02 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.estimate-form03 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.estimate-form04 section.section-content > .inner .privacy-policy .inner .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.estimate-form01 section.section-content > .inner .privacy-policy .inner .section,
.contents-wrap.estimate-form02 section.section-content > .inner .privacy-policy .inner .section,
.contents-wrap.estimate-form03 section.section-content > .inner .privacy-policy .inner .section,
.contents-wrap.estimate-form04 section.section-content > .inner .privacy-policy .inner .section {
  margin-top: 40px;
}
.contents-wrap.estimate-form01 section.section-content > .inner .privacy-policy .inner .section .head,
.contents-wrap.estimate-form02 section.section-content > .inner .privacy-policy .inner .section .head,
.contents-wrap.estimate-form03 section.section-content > .inner .privacy-policy .inner .section .head,
.contents-wrap.estimate-form04 section.section-content > .inner .privacy-policy .inner .section .head {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.4rem;
}
.contents-wrap.estimate-form01 section.section-content > .inner .privacy-policy .inner .section .text,
.contents-wrap.estimate-form02 section.section-content > .inner .privacy-policy .inner .section .text,
.contents-wrap.estimate-form03 section.section-content > .inner .privacy-policy .inner .section .text,
.contents-wrap.estimate-form04 section.section-content > .inner .privacy-policy .inner .section .text {
  margin-top: 10px;
}
.contents-wrap.estimate-form01 section.section-content > .inner .privacy-policy .inner .section ul,
.contents-wrap.estimate-form02 section.section-content > .inner .privacy-policy .inner .section ul,
.contents-wrap.estimate-form03 section.section-content > .inner .privacy-policy .inner .section ul,
.contents-wrap.estimate-form04 section.section-content > .inner .privacy-policy .inner .section ul {
  list-style-type: none;
  margin-top: 40px;
}
.contents-wrap.estimate-form01 section.section-content > .inner .privacy-policy .inner .section ul li,
.contents-wrap.estimate-form02 section.section-content > .inner .privacy-policy .inner .section ul li,
.contents-wrap.estimate-form03 section.section-content > .inner .privacy-policy .inner .section ul li,
.contents-wrap.estimate-form04 section.section-content > .inner .privacy-policy .inner .section ul li {
  font-size: 16px;
  padding-left: 20px;
  line-height: 2.4rem;
  position: relative;
  margin-bottom: 15px;
}
.contents-wrap.estimate-form01 section.section-content > .inner .privacy-policy .inner .section ul li:before,
.contents-wrap.estimate-form02 section.section-content > .inner .privacy-policy .inner .section ul li:before,
.contents-wrap.estimate-form03 section.section-content > .inner .privacy-policy .inner .section ul li:before,
.contents-wrap.estimate-form04 section.section-content > .inner .privacy-policy .inner .section ul li:before {
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF7F00;
  border-radius: 50%;
}
.contents-wrap.estimate-form01 section.section-content > .inner .privacy-policy .inner .section ul li ul,
.contents-wrap.estimate-form02 section.section-content > .inner .privacy-policy .inner .section ul li ul,
.contents-wrap.estimate-form03 section.section-content > .inner .privacy-policy .inner .section ul li ul,
.contents-wrap.estimate-form04 section.section-content > .inner .privacy-policy .inner .section ul li ul {
  margin-bottom: 0;
}
.contents-wrap.estimate-form01 section.section-content .inner .steps-wrap,
.contents-wrap.estimate-form02 section.section-content .inner .steps-wrap,
.contents-wrap.estimate-form03 section.section-content .inner .steps-wrap,
.contents-wrap.estimate-form04 section.section-content .inner .steps-wrap {
  max-width: 840px;
}
.contents-wrap.estimate-form01 section.section-content .inner .steps-wrap .steps,
.contents-wrap.estimate-form02 section.section-content .inner .steps-wrap .steps,
.contents-wrap.estimate-form03 section.section-content .inner .steps-wrap .steps,
.contents-wrap.estimate-form04 section.section-content .inner .steps-wrap .steps {
  min-width: 840px;
  max-width: 840px;
}
.contents-wrap.estimate-form01 section.section-content .inner .steps-wrap .steps .step,
.contents-wrap.estimate-form02 section.section-content .inner .steps-wrap .steps .step,
.contents-wrap.estimate-form03 section.section-content .inner .steps-wrap .steps .step,
.contents-wrap.estimate-form04 section.section-content .inner .steps-wrap .steps .step {
  width: 100%;
  max-width: calc(100% / 4);
}
.contents-wrap.estimate-form01 section.section-content .inner .steps-wrap .steps .step.current::before,
.contents-wrap.estimate-form02 section.section-content .inner .steps-wrap .steps .step.current::before,
.contents-wrap.estimate-form03 section.section-content .inner .steps-wrap .steps .step.current::before,
.contents-wrap.estimate-form04 section.section-content .inner .steps-wrap .steps .step.current::before {
  left: -10px;
}
.contents-wrap.estimate-form01 section.section-content .inner .steps-wrap .steps .step::after,
.contents-wrap.estimate-form02 section.section-content .inner .steps-wrap .steps .step::after,
.contents-wrap.estimate-form03 section.section-content .inner .steps-wrap .steps .step::after,
.contents-wrap.estimate-form04 section.section-content .inner .steps-wrap .steps .step::after {
  right: -12px;
}
.contents-wrap.estimate-form01 section.section-content .inner .title,
.contents-wrap.estimate-form02 section.section-content .inner .title,
.contents-wrap.estimate-form03 section.section-content .inner .title,
.contents-wrap.estimate-form04 section.section-content .inner .title {
  background-color: #FF7F00;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  line-height: 3rem;
  margin-top: 40px;
}
.contents-wrap.estimate-form01 section.section-content .inner .form,
.contents-wrap.estimate-form02 section.section-content .inner .form,
.contents-wrap.estimate-form03 section.section-content .inner .form,
.contents-wrap.estimate-form04 section.section-content .inner .form {
  margin-top: 20px;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table,
.contents-wrap.estimate-form02 section.section-content .inner .form table,
.contents-wrap.estimate-form03 section.section-content .inner .form table,
.contents-wrap.estimate-form04 section.section-content .inner .form table {
  width: 100%;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr,
.contents-wrap.estimate-form02 section.section-content .inner .form table tr,
.contents-wrap.estimate-form03 section.section-content .inner .form table tr,
.contents-wrap.estimate-form04 section.section-content .inner .form table tr {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr th,
.contents-wrap.estimate-form02 section.section-content .inner .form table tr th,
.contents-wrap.estimate-form03 section.section-content .inner .form table tr th,
.contents-wrap.estimate-form04 section.section-content .inner .form table tr th {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content .inner .form table tr th,
.contents-wrap.estimate-form02 section.section-content .inner .form table tr th,
.contents-wrap.estimate-form03 section.section-content .inner .form table tr th,
.contents-wrap.estimate-form04 section.section-content .inner .form table tr th {
    margin-top: 0;
    width: 100%;
    max-width: 270px;
  }
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr th.caption,
.contents-wrap.estimate-form02 section.section-content .inner .form table tr th.caption,
.contents-wrap.estimate-form03 section.section-content .inner .form table tr th.caption,
.contents-wrap.estimate-form04 section.section-content .inner .form table tr th.caption {
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content .inner .form table tr th.caption,
.contents-wrap.estimate-form02 section.section-content .inner .form table tr th.caption,
.contents-wrap.estimate-form03 section.section-content .inner .form table tr th.caption,
.contents-wrap.estimate-form04 section.section-content .inner .form table tr th.caption {
    font-size: 1.4rem;
  }
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr th.caption p,
.contents-wrap.estimate-form02 section.section-content .inner .form table tr th.caption p,
.contents-wrap.estimate-form03 section.section-content .inner .form table tr th.caption p,
.contents-wrap.estimate-form04 section.section-content .inner .form table tr th.caption p {
  font-weight: normal;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td,
.contents-wrap.estimate-form02 section.section-content .inner .form table tr td,
.contents-wrap.estimate-form03 section.section-content .inner .form table tr td,
.contents-wrap.estimate-form04 section.section-content .inner .form table tr td {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content .inner .form table tr td,
.contents-wrap.estimate-form02 section.section-content .inner .form table tr td,
.contents-wrap.estimate-form03 section.section-content .inner .form table tr td,
.contents-wrap.estimate-form04 section.section-content .inner .form table tr td {
    margin-top: 0;
    max-width: calc(100% - 270px);
  }
}

.contents-wrap.estimate-form01 section.section-content .inner .steps-wrap .steps .step {
  width: 100%;
  max-width: calc(100% / 4);
}
.contents-wrap.estimate-form01 section.section-content .inner .title {
  background-color: #FF7F00;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  line-height: 3rem;
  margin-top: 40px;
  text-align: center;
}
.contents-wrap.estimate-form01 section.section-content .inner .form {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content .inner .form table tr td.meta {
    margin-top: -20px;
  }
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.meta .inputs {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.meta .inputs .input {
  padding-top: 20px;
  margin-right: 20px;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.meta .inputs .input .caption {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.meta .inputs .input .select-wrap {
  position: relative;
  max-width: 240px;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.meta .inputs .input .select-wrap::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #222222;
  right: 10px;
  top: 50%;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.meta .inputs .input .select-wrap select {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  padding: 13px;
  text-overflow: ellipsis;
  outline: none;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 20px;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.meta .inputs .input .select-wrap select.primary {
  width: 45%;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.meta .inputs .input .select-wrap select.secondary {
  width: 45%;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.meta .inputs .input .select-wrap select.code {
  width: 119px;
  margin-bottom: 14px;
  margin-right: 15px;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.meta .inputs .input .select-wrap select::-webkit-input-placeholder {
  color: #BBB;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.meta .inputs .input .select-wrap select[type=checkbox] {
  width: initial;
  transform: scale(1.5, 1.5);
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content .inner .form table tr td.meta .inputs .input .select-wrap select[type=checkbox] {
    transform: scale(1, 1);
  }
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.meta .inputs .input.num input {
  width: 120px;
  margin-right: 10px;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.meta .add {
  margin-top: 20px;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.place .text {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content .inner .form table tr td.place .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.place .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.place .label {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  background-color: #F5F5F5;
  padding: 10px;
  max-width: 180px;
  margin-top: 20px;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.place .label input[type=checkbox] {
  width: initial;
  margin-right: 10px;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.place .label .img {
  margin-top: 10px;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.place .label .select-wrap {
  position: relative;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  margin-top: 10px;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.place .label .select-wrap::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #222222;
  right: 10px;
  top: 50%;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.place .label .select-wrap select {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  padding: 13px;
  text-overflow: ellipsis;
  outline: none;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 20px;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.place .label .select-wrap select.primary {
  width: 45%;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.place .label .select-wrap select.secondary {
  width: 45%;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.place .label .select-wrap select.code {
  width: 119px;
  margin-bottom: 14px;
  margin-right: 15px;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.place .label .select-wrap select::-webkit-input-placeholder {
  color: #BBB;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.place .label .select-wrap select[type=checkbox] {
  width: initial;
  transform: scale(1.5, 1.5);
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content .inner .form table tr td.place .label .select-wrap select[type=checkbox] {
    transform: scale(1, 1);
  }
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.place .caption {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #D1000F;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content .inner .form table tr td.place .caption {
    font-size: 1.4rem;
  }
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.design {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.design label {
  margin-right: 20px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content .inner .form table tr td.design label {
    padding-top: 0px;
  }
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.design label input {
  width: initial;
  margin-right: 10px;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.edit {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.edit input {
  width: initial;
  margin-right: 10px;
}
.contents-wrap.estimate-form01 section.section-content .inner .form table tr td.edit .text {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: -8px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form01 section.section-content .inner .form table tr td.edit .text {
    font-size: 1.4rem;
  }
}

.contents-wrap.estimate-form02 section.section-content .inner .form table tr td .postcode {
  max-width: 120px;
  margin-bottom: 10px;
}
.contents-wrap.estimate-form02 section.section-content .inner .form table tr td .caption {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form02 section.section-content .inner .form table tr td .caption {
    font-size: 1.4rem;
  }
}
.contents-wrap.estimate-form02 section.section-content .inner .form > .text {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form02 section.section-content .inner .form > .text {
    font-size: 1.4rem;
  }
}

.contents-wrap.estimate-form03 section.section-content > .inner .text {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form03 section.section-content > .inner .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.estimate-form03 section.section-content > .inner .form table tr td {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form03 section.section-content > .inner .form table tr td {
    font-size: 1.4rem;
  }
}
.contents-wrap.estimate-form03 section.section-content > .inner .form table tr td.meta table, .contents-wrap.estimate-form03 section.section-content > .inner .form table tr td.place table {
  margin-top: -10px;
}
.contents-wrap.estimate-form03 section.section-content > .inner .form table tr td.meta table tbody tr, .contents-wrap.estimate-form03 section.section-content > .inner .form table tr td.place table tbody tr {
  /* Safari */
  justify-content: space-between;
  margin-top: 0;
  padding-bottom: 10px;
}
.contents-wrap.estimate-form03 section.section-content > .inner .form table tr td.meta table tbody tr th, .contents-wrap.estimate-form03 section.section-content > .inner .form table tr td.place table tbody tr th {
  padding-top: 10px;
  max-width: calc(100% / 3);
}
.contents-wrap.estimate-form03 section.section-content > .inner .form table tr td.meta table tbody tr td, .contents-wrap.estimate-form03 section.section-content > .inner .form table tr td.place table tbody tr td {
  padding-top: 10px;
  max-width: calc(100% / 3);
}
.contents-wrap.estimate-form03 section.section-content > .inner .form table tr td.place table tbody tr th {
  max-width: calc(100% / 2);
}
.contents-wrap.estimate-form03 section.section-content > .inner .form table tr td.place table tbody tr td {
  max-width: calc(100% / 2);
}

.contents-wrap.estimate-form04 section.section-content .inner > .caption {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  text-align: center;
  margin-top: 40px;
}
.contents-wrap.estimate-form04 section.section-content .inner > .text {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form04 section.section-content .inner > .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.estimate-form04 section.section-content .inner .phone {
  width: 100%;
  max-width: 270px;
  margin: auto;
  margin-top: 60px;
  text-align: center;
}
.contents-wrap.estimate-form04 section.section-content .inner .phone a {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: auto;
}
.contents-wrap.estimate-form04 section.section-content .inner .phone a img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.estimate-form04 section.section-content .inner .phone .text {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.estimate-form04 section.section-content .inner .phone .text {
    font-size: 1.4rem;
  }
}

.contents-wrap.name-form01,
.contents-wrap.name-form02,
.contents-wrap.name-form03,
.contents-wrap.name-form04,
.contents-wrap.name-form05,
.contents-wrap.name-form06 {
  padding-top: 0;
}
.contents-wrap.name-form01 section.section-content,
.contents-wrap.name-form02 section.section-content,
.contents-wrap.name-form03 section.section-content,
.contents-wrap.name-form04 section.section-content,
.contents-wrap.name-form05 section.section-content,
.contents-wrap.name-form06 section.section-content {
  padding-top: 40px;
  padding-bottom: 130px;
}
.contents-wrap.name-form01 section.section-content > .inner,
.contents-wrap.name-form02 section.section-content > .inner,
.contents-wrap.name-form03 section.section-content > .inner,
.contents-wrap.name-form04 section.section-content > .inner,
.contents-wrap.name-form05 section.section-content > .inner,
.contents-wrap.name-form06 section.section-content > .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap.name-form01 section.section-content > .inner > .page-head,
.contents-wrap.name-form02 section.section-content > .inner > .page-head,
.contents-wrap.name-form03 section.section-content > .inner > .page-head,
.contents-wrap.name-form04 section.section-content > .inner > .page-head,
.contents-wrap.name-form05 section.section-content > .inner > .page-head,
.contents-wrap.name-form06 section.section-content > .inner > .page-head {
  text-align: center;
}
.contents-wrap.name-form01 section.section-content > .inner > .page-head img,
.contents-wrap.name-form02 section.section-content > .inner > .page-head img,
.contents-wrap.name-form03 section.section-content > .inner > .page-head img,
.contents-wrap.name-form04 section.section-content > .inner > .page-head img,
.contents-wrap.name-form05 section.section-content > .inner > .page-head img,
.contents-wrap.name-form06 section.section-content > .inner > .page-head img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contents-wrap.name-form01 section.section-content > .inner .steps-wrap,
.contents-wrap.name-form02 section.section-content > .inner .steps-wrap,
.contents-wrap.name-form03 section.section-content > .inner .steps-wrap,
.contents-wrap.name-form04 section.section-content > .inner .steps-wrap,
.contents-wrap.name-form05 section.section-content > .inner .steps-wrap,
.contents-wrap.name-form06 section.section-content > .inner .steps-wrap {
  margin-top: 40px;
  overflow-x: scroll;
  overflow-y: hidden;
  border-right: 1px solid #3C2420;
  max-width: 990px;
}
@media screen and (min-width: 1024px) {
  .contents-wrap.name-form01 section.section-content > .inner .steps-wrap,
.contents-wrap.name-form02 section.section-content > .inner .steps-wrap,
.contents-wrap.name-form03 section.section-content > .inner .steps-wrap,
.contents-wrap.name-form04 section.section-content > .inner .steps-wrap,
.contents-wrap.name-form05 section.section-content > .inner .steps-wrap,
.contents-wrap.name-form06 section.section-content > .inner .steps-wrap {
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
  }
}
.contents-wrap.name-form01 section.section-content > .inner .steps-wrap .steps,
.contents-wrap.name-form02 section.section-content > .inner .steps-wrap .steps,
.contents-wrap.name-form03 section.section-content > .inner .steps-wrap .steps,
.contents-wrap.name-form04 section.section-content > .inner .steps-wrap .steps,
.contents-wrap.name-form05 section.section-content > .inner .steps-wrap .steps,
.contents-wrap.name-form06 section.section-content > .inner .steps-wrap .steps {
  display: flex;
  display: -ms-flexbox;
  /* Safari */
  justify-content: space-between;
  align-content: stretch;
  width: 100%;
  min-width: 990px;
  max-width: 990px;
  border: 1px solid #3C2420;
  border-right: none;
  list-style-type: none;
  margin-right: 20px;
}
.contents-wrap.name-form01 section.section-content > .inner .steps-wrap .steps .step,
.contents-wrap.name-form02 section.section-content > .inner .steps-wrap .steps .step,
.contents-wrap.name-form03 section.section-content > .inner .steps-wrap .steps .step,
.contents-wrap.name-form04 section.section-content > .inner .steps-wrap .steps .step,
.contents-wrap.name-form05 section.section-content > .inner .steps-wrap .steps .step,
.contents-wrap.name-form06 section.section-content > .inner .steps-wrap .steps .step {
  padding: 10px;
  line-height: 26px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  position: relative;
}
.contents-wrap.name-form01 section.section-content > .inner .steps-wrap .steps .step.current,
.contents-wrap.name-form02 section.section-content > .inner .steps-wrap .steps .step.current,
.contents-wrap.name-form03 section.section-content > .inner .steps-wrap .steps .step.current,
.contents-wrap.name-form04 section.section-content > .inner .steps-wrap .steps .step.current,
.contents-wrap.name-form05 section.section-content > .inner .steps-wrap .steps .step.current,
.contents-wrap.name-form06 section.section-content > .inner .steps-wrap .steps .step.current {
  background-color: #3C2420;
  color: #fff;
}
.contents-wrap.name-form01 section.section-content > .inner .steps-wrap .steps .step.current .num,
.contents-wrap.name-form02 section.section-content > .inner .steps-wrap .steps .step.current .num,
.contents-wrap.name-form03 section.section-content > .inner .steps-wrap .steps .step.current .num,
.contents-wrap.name-form04 section.section-content > .inner .steps-wrap .steps .step.current .num,
.contents-wrap.name-form05 section.section-content > .inner .steps-wrap .steps .step.current .num,
.contents-wrap.name-form06 section.section-content > .inner .steps-wrap .steps .step.current .num {
  border: 1px solid #fff;
  background-color: #fff;
  color: #3C2420;
}
.contents-wrap.name-form01 section.section-content > .inner .steps-wrap .steps .step.current::before,
.contents-wrap.name-form02 section.section-content > .inner .steps-wrap .steps .step.current::before,
.contents-wrap.name-form03 section.section-content > .inner .steps-wrap .steps .step.current::before,
.contents-wrap.name-form04 section.section-content > .inner .steps-wrap .steps .step.current::before,
.contents-wrap.name-form05 section.section-content > .inner .steps-wrap .steps .step.current::before,
.contents-wrap.name-form06 section.section-content > .inner .steps-wrap .steps .step.current::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 23px solid #3C2420;
  border-left: 23px solid #fff;
  left: -20px;
  top: 0;
}
.contents-wrap.name-form01 section.section-content > .inner .steps-wrap .steps .step.current::after,
.contents-wrap.name-form02 section.section-content > .inner .steps-wrap .steps .step.current::after,
.contents-wrap.name-form03 section.section-content > .inner .steps-wrap .steps .step.current::after,
.contents-wrap.name-form04 section.section-content > .inner .steps-wrap .steps .step.current::after,
.contents-wrap.name-form05 section.section-content > .inner .steps-wrap .steps .step.current::after,
.contents-wrap.name-form06 section.section-content > .inner .steps-wrap .steps .step.current::after {
  border-right: 1px solid #3C2420;
  border-top: 1px solid #3C2420;
  background-color: #3C2420;
  z-index: 0;
  right: -16px;
}
.contents-wrap.name-form01 section.section-content > .inner .steps-wrap .steps .step span,
.contents-wrap.name-form02 section.section-content > .inner .steps-wrap .steps .step span,
.contents-wrap.name-form03 section.section-content > .inner .steps-wrap .steps .step span,
.contents-wrap.name-form04 section.section-content > .inner .steps-wrap .steps .step span,
.contents-wrap.name-form05 section.section-content > .inner .steps-wrap .steps .step span,
.contents-wrap.name-form06 section.section-content > .inner .steps-wrap .steps .step span {
  position: relative;
  z-index: 1;
}
.contents-wrap.name-form01 section.section-content > .inner .steps-wrap .steps .step span.num,
.contents-wrap.name-form02 section.section-content > .inner .steps-wrap .steps .step span.num,
.contents-wrap.name-form03 section.section-content > .inner .steps-wrap .steps .step span.num,
.contents-wrap.name-form04 section.section-content > .inner .steps-wrap .steps .step span.num,
.contents-wrap.name-form05 section.section-content > .inner .steps-wrap .steps .step span.num,
.contents-wrap.name-form06 section.section-content > .inner .steps-wrap .steps .step span.num {
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #3C2420;
  margin-right: 10px;
  margin-left: 10px;
}
.contents-wrap.name-form01 section.section-content > .inner .steps-wrap .steps .step::after,
.contents-wrap.name-form02 section.section-content > .inner .steps-wrap .steps .step::after,
.contents-wrap.name-form03 section.section-content > .inner .steps-wrap .steps .step::after,
.contents-wrap.name-form04 section.section-content > .inner .steps-wrap .steps .step::after,
.contents-wrap.name-form05 section.section-content > .inner .steps-wrap .steps .step::after,
.contents-wrap.name-form06 section.section-content > .inner .steps-wrap .steps .step::after {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  transform: rotate(45deg);
  border-right: 1px solid #3C2420;
  border-top: 1px solid #3C2420;
  right: -32px;
  top: 6px;
}
.contents-wrap.name-form01 section.section-content > .inner .steps-wrap .steps .step:first-child .num,
.contents-wrap.name-form02 section.section-content > .inner .steps-wrap .steps .step:first-child .num,
.contents-wrap.name-form03 section.section-content > .inner .steps-wrap .steps .step:first-child .num,
.contents-wrap.name-form04 section.section-content > .inner .steps-wrap .steps .step:first-child .num,
.contents-wrap.name-form05 section.section-content > .inner .steps-wrap .steps .step:first-child .num,
.contents-wrap.name-form06 section.section-content > .inner .steps-wrap .steps .step:first-child .num {
  margin-left: 0;
}
.contents-wrap.name-form01 section.section-content > .inner .steps-wrap .steps .step:first-child::before,
.contents-wrap.name-form02 section.section-content > .inner .steps-wrap .steps .step:first-child::before,
.contents-wrap.name-form03 section.section-content > .inner .steps-wrap .steps .step:first-child::before,
.contents-wrap.name-form04 section.section-content > .inner .steps-wrap .steps .step:first-child::before,
.contents-wrap.name-form05 section.section-content > .inner .steps-wrap .steps .step:first-child::before,
.contents-wrap.name-form06 section.section-content > .inner .steps-wrap .steps .step:first-child::before {
  display: none;
}
.contents-wrap.name-form01 section.section-content > .inner .steps-wrap .steps .step:last-child::after,
.contents-wrap.name-form02 section.section-content > .inner .steps-wrap .steps .step:last-child::after,
.contents-wrap.name-form03 section.section-content > .inner .steps-wrap .steps .step:last-child::after,
.contents-wrap.name-form04 section.section-content > .inner .steps-wrap .steps .step:last-child::after,
.contents-wrap.name-form05 section.section-content > .inner .steps-wrap .steps .step:last-child::after,
.contents-wrap.name-form06 section.section-content > .inner .steps-wrap .steps .step:last-child::after {
  display: none;
}
.contents-wrap.name-form01 section.section-content > .inner table,
.contents-wrap.name-form02 section.section-content > .inner table,
.contents-wrap.name-form03 section.section-content > .inner table,
.contents-wrap.name-form04 section.section-content > .inner table,
.contents-wrap.name-form05 section.section-content > .inner table,
.contents-wrap.name-form06 section.section-content > .inner table {
  width: 100%;
  margin: auto;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
.contents-wrap.name-form01 section.section-content > .inner table:first-child,
.contents-wrap.name-form02 section.section-content > .inner table:first-child,
.contents-wrap.name-form03 section.section-content > .inner table:first-child,
.contents-wrap.name-form04 section.section-content > .inner table:first-child,
.contents-wrap.name-form05 section.section-content > .inner table:first-child,
.contents-wrap.name-form06 section.section-content > .inner table:first-child {
  border-top: none;
}
.contents-wrap.name-form01 section.section-content > .inner table tr,
.contents-wrap.name-form02 section.section-content > .inner table tr,
.contents-wrap.name-form03 section.section-content > .inner table tr,
.contents-wrap.name-form04 section.section-content > .inner table tr,
.contents-wrap.name-form05 section.section-content > .inner table tr,
.contents-wrap.name-form06 section.section-content > .inner table tr {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form01 section.section-content > .inner table tr,
.contents-wrap.name-form02 section.section-content > .inner table tr,
.contents-wrap.name-form03 section.section-content > .inner table tr,
.contents-wrap.name-form04 section.section-content > .inner table tr,
.contents-wrap.name-form05 section.section-content > .inner table tr,
.contents-wrap.name-form06 section.section-content > .inner table tr {
    margin-top: 20px;
  }
}
.contents-wrap.name-form01 section.section-content > .inner table tr > th,
.contents-wrap.name-form02 section.section-content > .inner table tr > th,
.contents-wrap.name-form03 section.section-content > .inner table tr > th,
.contents-wrap.name-form04 section.section-content > .inner table tr > th,
.contents-wrap.name-form05 section.section-content > .inner table tr > th,
.contents-wrap.name-form06 section.section-content > .inner table tr > th {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form01 section.section-content > .inner table tr > th,
.contents-wrap.name-form02 section.section-content > .inner table tr > th,
.contents-wrap.name-form03 section.section-content > .inner table tr > th,
.contents-wrap.name-form04 section.section-content > .inner table tr > th,
.contents-wrap.name-form05 section.section-content > .inner table tr > th,
.contents-wrap.name-form06 section.section-content > .inner table tr > th {
    margin-top: 0;
    width: 100%;
    max-width: 160px;
  }
}
.contents-wrap.name-form01 section.section-content > .inner table tr > th.required span,
.contents-wrap.name-form02 section.section-content > .inner table tr > th.required span,
.contents-wrap.name-form03 section.section-content > .inner table tr > th.required span,
.contents-wrap.name-form04 section.section-content > .inner table tr > th.required span,
.contents-wrap.name-form05 section.section-content > .inner table tr > th.required span,
.contents-wrap.name-form06 section.section-content > .inner table tr > th.required span {
  padding-right: 20px;
  position: relative;
}
.contents-wrap.name-form01 section.section-content > .inner table tr > th.required span::after,
.contents-wrap.name-form02 section.section-content > .inner table tr > th.required span::after,
.contents-wrap.name-form03 section.section-content > .inner table tr > th.required span::after,
.contents-wrap.name-form04 section.section-content > .inner table tr > th.required span::after,
.contents-wrap.name-form05 section.section-content > .inner table tr > th.required span::after,
.contents-wrap.name-form06 section.section-content > .inner table tr > th.required span::after {
  content: "必須";
  background-color: #D1000F;
  color: #fff;
  padding: 2px;
  margin-left: 10px;
}
.contents-wrap.name-form01 section.section-content > .inner table tr > td,
.contents-wrap.name-form02 section.section-content > .inner table tr > td,
.contents-wrap.name-form03 section.section-content > .inner table tr > td,
.contents-wrap.name-form04 section.section-content > .inner table tr > td,
.contents-wrap.name-form05 section.section-content > .inner table tr > td,
.contents-wrap.name-form06 section.section-content > .inner table tr > td {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form01 section.section-content > .inner table tr > td,
.contents-wrap.name-form02 section.section-content > .inner table tr > td,
.contents-wrap.name-form03 section.section-content > .inner table tr > td,
.contents-wrap.name-form04 section.section-content > .inner table tr > td,
.contents-wrap.name-form05 section.section-content > .inner table tr > td,
.contents-wrap.name-form06 section.section-content > .inner table tr > td {
    margin-top: 0;
    max-width: calc(100% - 160px);
  }
}
.contents-wrap.name-form01 section.section-content > .inner table tr > td input,
.contents-wrap.name-form02 section.section-content > .inner table tr > td input,
.contents-wrap.name-form03 section.section-content > .inner table tr > td input,
.contents-wrap.name-form04 section.section-content > .inner table tr > td input,
.contents-wrap.name-form05 section.section-content > .inner table tr > td input,
.contents-wrap.name-form06 section.section-content > .inner table tr > td input {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}
.contents-wrap.name-form01 section.section-content > .inner table tr > td input.primary,
.contents-wrap.name-form02 section.section-content > .inner table tr > td input.primary,
.contents-wrap.name-form03 section.section-content > .inner table tr > td input.primary,
.contents-wrap.name-form04 section.section-content > .inner table tr > td input.primary,
.contents-wrap.name-form05 section.section-content > .inner table tr > td input.primary,
.contents-wrap.name-form06 section.section-content > .inner table tr > td input.primary {
  width: 45%;
}
.contents-wrap.name-form01 section.section-content > .inner table tr > td input.secondary,
.contents-wrap.name-form02 section.section-content > .inner table tr > td input.secondary,
.contents-wrap.name-form03 section.section-content > .inner table tr > td input.secondary,
.contents-wrap.name-form04 section.section-content > .inner table tr > td input.secondary,
.contents-wrap.name-form05 section.section-content > .inner table tr > td input.secondary,
.contents-wrap.name-form06 section.section-content > .inner table tr > td input.secondary {
  width: 45%;
}
.contents-wrap.name-form01 section.section-content > .inner table tr > td input.code,
.contents-wrap.name-form02 section.section-content > .inner table tr > td input.code,
.contents-wrap.name-form03 section.section-content > .inner table tr > td input.code,
.contents-wrap.name-form04 section.section-content > .inner table tr > td input.code,
.contents-wrap.name-form05 section.section-content > .inner table tr > td input.code,
.contents-wrap.name-form06 section.section-content > .inner table tr > td input.code {
  width: 119px;
  margin-bottom: 14px;
  margin-right: 15px;
}
.contents-wrap.name-form01 section.section-content > .inner table tr > td input::-webkit-input-placeholder,
.contents-wrap.name-form02 section.section-content > .inner table tr > td input::-webkit-input-placeholder,
.contents-wrap.name-form03 section.section-content > .inner table tr > td input::-webkit-input-placeholder,
.contents-wrap.name-form04 section.section-content > .inner table tr > td input::-webkit-input-placeholder,
.contents-wrap.name-form05 section.section-content > .inner table tr > td input::-webkit-input-placeholder,
.contents-wrap.name-form06 section.section-content > .inner table tr > td input::-webkit-input-placeholder {
  color: #BBB;
}
.contents-wrap.name-form01 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.name-form02 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.name-form03 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.name-form04 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.name-form05 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.name-form06 section.section-content > .inner table tr > td input[type=checkbox] {
  width: initial;
  transform: scale(1.5, 1.5);
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form01 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.name-form02 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.name-form03 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.name-form04 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.name-form05 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.name-form06 section.section-content > .inner table tr > td input[type=checkbox] {
    transform: scale(1, 1);
  }
}
.contents-wrap.name-form01 section.section-content > .inner table tr > td textarea,
.contents-wrap.name-form02 section.section-content > .inner table tr > td textarea,
.contents-wrap.name-form03 section.section-content > .inner table tr > td textarea,
.contents-wrap.name-form04 section.section-content > .inner table tr > td textarea,
.contents-wrap.name-form05 section.section-content > .inner table tr > td textarea,
.contents-wrap.name-form06 section.section-content > .inner table tr > td textarea {
  width: 100%;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.contents-wrap.name-form01 section.section-content > .inner table tr > td.file input,
.contents-wrap.name-form02 section.section-content > .inner table tr > td.file input,
.contents-wrap.name-form03 section.section-content > .inner table tr > td.file input,
.contents-wrap.name-form04 section.section-content > .inner table tr > td.file input,
.contents-wrap.name-form05 section.section-content > .inner table tr > td.file input,
.contents-wrap.name-form06 section.section-content > .inner table tr > td.file input {
  margin-bottom: 20px;
}
.contents-wrap.name-form01 section.section-content > .inner table tr > td.file .text,
.contents-wrap.name-form02 section.section-content > .inner table tr > td.file .text,
.contents-wrap.name-form03 section.section-content > .inner table tr > td.file .text,
.contents-wrap.name-form04 section.section-content > .inner table tr > td.file .text,
.contents-wrap.name-form05 section.section-content > .inner table tr > td.file .text,
.contents-wrap.name-form06 section.section-content > .inner table tr > td.file .text {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form01 section.section-content > .inner table tr > td.file .text,
.contents-wrap.name-form02 section.section-content > .inner table tr > td.file .text,
.contents-wrap.name-form03 section.section-content > .inner table tr > td.file .text,
.contents-wrap.name-form04 section.section-content > .inner table tr > td.file .text,
.contents-wrap.name-form05 section.section-content > .inner table tr > td.file .text,
.contents-wrap.name-form06 section.section-content > .inner table tr > td.file .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.name-form01 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.name-form02 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.name-form03 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.name-form04 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.name-form05 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.name-form06 section.section-content > .inner table tr > td.file .caption {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #D1000F;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form01 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.name-form02 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.name-form03 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.name-form04 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.name-form05 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.name-form06 section.section-content > .inner table tr > td.file .caption {
    font-size: 1.4rem;
  }
}
.contents-wrap.name-form01 section.section-content > .inner table tr > td .ellor,
.contents-wrap.name-form02 section.section-content > .inner table tr > td .ellor,
.contents-wrap.name-form03 section.section-content > .inner table tr > td .ellor,
.contents-wrap.name-form04 section.section-content > .inner table tr > td .ellor,
.contents-wrap.name-form05 section.section-content > .inner table tr > td .ellor,
.contents-wrap.name-form06 section.section-content > .inner table tr > td .ellor {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #D1000F;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form01 section.section-content > .inner table tr > td .ellor,
.contents-wrap.name-form02 section.section-content > .inner table tr > td .ellor,
.contents-wrap.name-form03 section.section-content > .inner table tr > td .ellor,
.contents-wrap.name-form04 section.section-content > .inner table tr > td .ellor,
.contents-wrap.name-form05 section.section-content > .inner table tr > td .ellor,
.contents-wrap.name-form06 section.section-content > .inner table tr > td .ellor {
    font-size: 1.4rem;
  }
}
.contents-wrap.name-form01 section.section-content > .inner .btn,
.contents-wrap.name-form02 section.section-content > .inner .btn,
.contents-wrap.name-form03 section.section-content > .inner .btn,
.contents-wrap.name-form04 section.section-content > .inner .btn,
.contents-wrap.name-form05 section.section-content > .inner .btn,
.contents-wrap.name-form06 section.section-content > .inner .btn {
  background-color: #FF7F00;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  padding: 15px 0;
  width: 100%;
  max-width: 350px;
  margin: auto;
  margin-top: 40px;
}
.contents-wrap.name-form01 section.section-content > .inner .link,
.contents-wrap.name-form02 section.section-content > .inner .link,
.contents-wrap.name-form03 section.section-content > .inner .link,
.contents-wrap.name-form04 section.section-content > .inner .link,
.contents-wrap.name-form05 section.section-content > .inner .link,
.contents-wrap.name-form06 section.section-content > .inner .link {
  text-align: center;
  margin-top: 60px;
  text-decoration: underline;
}
.contents-wrap.name-form01 section.section-content > .inner .privacy-policy,
.contents-wrap.name-form02 section.section-content > .inner .privacy-policy,
.contents-wrap.name-form03 section.section-content > .inner .privacy-policy,
.contents-wrap.name-form04 section.section-content > .inner .privacy-policy,
.contents-wrap.name-form05 section.section-content > .inner .privacy-policy,
.contents-wrap.name-form06 section.section-content > .inner .privacy-policy {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  margin-top: 60px;
  max-height: 360px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}
.contents-wrap.name-form01 section.section-content > .inner .privacy-policy .inner,
.contents-wrap.name-form02 section.section-content > .inner .privacy-policy .inner,
.contents-wrap.name-form03 section.section-content > .inner .privacy-policy .inner,
.contents-wrap.name-form04 section.section-content > .inner .privacy-policy .inner,
.contents-wrap.name-form05 section.section-content > .inner .privacy-policy .inner,
.contents-wrap.name-form06 section.section-content > .inner .privacy-policy .inner {
  padding: 20px;
}
.contents-wrap.name-form01 section.section-content > .inner .privacy-policy .inner > .head,
.contents-wrap.name-form02 section.section-content > .inner .privacy-policy .inner > .head,
.contents-wrap.name-form03 section.section-content > .inner .privacy-policy .inner > .head,
.contents-wrap.name-form04 section.section-content > .inner .privacy-policy .inner > .head,
.contents-wrap.name-form05 section.section-content > .inner .privacy-policy .inner > .head,
.contents-wrap.name-form06 section.section-content > .inner .privacy-policy .inner > .head {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}
.contents-wrap.name-form01 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.name-form02 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.name-form03 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.name-form04 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.name-form05 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.name-form06 section.section-content > .inner .privacy-policy .inner .text {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form01 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.name-form02 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.name-form03 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.name-form04 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.name-form05 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.name-form06 section.section-content > .inner .privacy-policy .inner .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.name-form01 section.section-content > .inner .privacy-policy .inner .section,
.contents-wrap.name-form02 section.section-content > .inner .privacy-policy .inner .section,
.contents-wrap.name-form03 section.section-content > .inner .privacy-policy .inner .section,
.contents-wrap.name-form04 section.section-content > .inner .privacy-policy .inner .section,
.contents-wrap.name-form05 section.section-content > .inner .privacy-policy .inner .section,
.contents-wrap.name-form06 section.section-content > .inner .privacy-policy .inner .section {
  margin-top: 40px;
}
.contents-wrap.name-form01 section.section-content > .inner .privacy-policy .inner .section .head,
.contents-wrap.name-form02 section.section-content > .inner .privacy-policy .inner .section .head,
.contents-wrap.name-form03 section.section-content > .inner .privacy-policy .inner .section .head,
.contents-wrap.name-form04 section.section-content > .inner .privacy-policy .inner .section .head,
.contents-wrap.name-form05 section.section-content > .inner .privacy-policy .inner .section .head,
.contents-wrap.name-form06 section.section-content > .inner .privacy-policy .inner .section .head {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.4rem;
}
.contents-wrap.name-form01 section.section-content > .inner .privacy-policy .inner .section .text,
.contents-wrap.name-form02 section.section-content > .inner .privacy-policy .inner .section .text,
.contents-wrap.name-form03 section.section-content > .inner .privacy-policy .inner .section .text,
.contents-wrap.name-form04 section.section-content > .inner .privacy-policy .inner .section .text,
.contents-wrap.name-form05 section.section-content > .inner .privacy-policy .inner .section .text,
.contents-wrap.name-form06 section.section-content > .inner .privacy-policy .inner .section .text {
  margin-top: 10px;
}
.contents-wrap.name-form01 section.section-content > .inner .privacy-policy .inner .section ul,
.contents-wrap.name-form02 section.section-content > .inner .privacy-policy .inner .section ul,
.contents-wrap.name-form03 section.section-content > .inner .privacy-policy .inner .section ul,
.contents-wrap.name-form04 section.section-content > .inner .privacy-policy .inner .section ul,
.contents-wrap.name-form05 section.section-content > .inner .privacy-policy .inner .section ul,
.contents-wrap.name-form06 section.section-content > .inner .privacy-policy .inner .section ul {
  list-style-type: none;
  margin-top: 40px;
}
.contents-wrap.name-form01 section.section-content > .inner .privacy-policy .inner .section ul li,
.contents-wrap.name-form02 section.section-content > .inner .privacy-policy .inner .section ul li,
.contents-wrap.name-form03 section.section-content > .inner .privacy-policy .inner .section ul li,
.contents-wrap.name-form04 section.section-content > .inner .privacy-policy .inner .section ul li,
.contents-wrap.name-form05 section.section-content > .inner .privacy-policy .inner .section ul li,
.contents-wrap.name-form06 section.section-content > .inner .privacy-policy .inner .section ul li {
  font-size: 16px;
  padding-left: 20px;
  line-height: 2.4rem;
  position: relative;
  margin-bottom: 15px;
}
.contents-wrap.name-form01 section.section-content > .inner .privacy-policy .inner .section ul li:before,
.contents-wrap.name-form02 section.section-content > .inner .privacy-policy .inner .section ul li:before,
.contents-wrap.name-form03 section.section-content > .inner .privacy-policy .inner .section ul li:before,
.contents-wrap.name-form04 section.section-content > .inner .privacy-policy .inner .section ul li:before,
.contents-wrap.name-form05 section.section-content > .inner .privacy-policy .inner .section ul li:before,
.contents-wrap.name-form06 section.section-content > .inner .privacy-policy .inner .section ul li:before {
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF7F00;
  border-radius: 50%;
}
.contents-wrap.name-form01 section.section-content > .inner .privacy-policy .inner .section ul li ul,
.contents-wrap.name-form02 section.section-content > .inner .privacy-policy .inner .section ul li ul,
.contents-wrap.name-form03 section.section-content > .inner .privacy-policy .inner .section ul li ul,
.contents-wrap.name-form04 section.section-content > .inner .privacy-policy .inner .section ul li ul,
.contents-wrap.name-form05 section.section-content > .inner .privacy-policy .inner .section ul li ul,
.contents-wrap.name-form06 section.section-content > .inner .privacy-policy .inner .section ul li ul {
  margin-bottom: 0;
}

.contents-wrap.name-form01 section.section-content .inner .text {
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: left;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form01 section.section-content .inner .text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form01 section.section-content .inner .text {
    text-align: center;
  }
}
.contents-wrap.name-form01 section.section-content .inner table {
  max-width: 720px;
}
.contents-wrap.name-form01 section.section-content .inner > .btn {
  background-color: #FF7F00;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  padding: 15px 0;
}
.contents-wrap.name-form01 section.section-content .inner > .btn.download {
  max-width: 440px;
  margin: auto;
  margin-top: 20px;
  color: #222222;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  padding-left: 60px;
  background-image: url(assets/img/icon-fax.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center left 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form01 section.section-content .inner > .btn.download {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form01 section.section-content .inner > .btn.download {
    padding-left: 30px;
    background-position: center left 30px;
  }
}
.contents-wrap.name-form01 section.section-content .inner .caption {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
}
.contents-wrap.name-form01 section.section-content .inner .head {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}
.contents-wrap.name-form01 section.section-content .inner .form_area {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.contents-wrap.name-form01 section.section-content .inner .form_area .add {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding: 15px;
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  color: #222222;
  border-radius: 2px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form01 section.section-content .inner .form_area .add {
    max-width: calc(100% - 40px);
    margin: auto;
    margin-top: 40px;
  }
}
.contents-wrap.name-form01 section.section-content .inner .form_area .add:hover {
  cursor: pointer;
}

.contents-wrap.name-form02 section.section-content .inner .text {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form02 section.section-content .inner .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.name-form02 section.section-content .inner > .btn {
  background-color: #FF7F00;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  padding: 15px 0;
}
.contents-wrap.name-form02 section.section-content .inner > .btn.download {
  max-width: 440px;
  margin: auto;
  margin-top: 40px;
  color: #222222;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  padding-left: 60px;
  background-image: url(assets/img/icon-fax.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center left 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form02 section.section-content .inner > .btn.download {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form02 section.section-content .inner > .btn.download {
    padding-left: 30px;
    background-position: center left 30px;
  }
}
.contents-wrap.name-form02 section.section-content .inner .caption {
  font-size: 1.8rem;
  line-height: 3rem;
  font-size: 1.7rem;
  text-align: center;
  margin-top: 40px;
  line-height: 2.9rem;
  font-weight: bold;
  color: #FF7F00;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form02 section.section-content .inner .caption {
    font-size: 2.4rem;
  }
}
.contents-wrap.name-form02 section.section-content .inner .title {
  background-color: #FF7F00;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  line-height: 3rem;
  margin-top: 40px;
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap .inputs {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
@media screen and (min-width: 1024px) {
  .contents-wrap.name-form02 section.section-content .inner .inputs-wrap .inputs {
    flex-wrap: nowrap;
  }
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap .inputs .input {
  width: 50%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form02 section.section-content .inner .inputs-wrap .inputs .input {
    width: calc(100% / 3);
  }
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap .inputs .input input {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  max-width: 100px;
  margin-right: 5px;
  margin-top: 5px;
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap .inputs .input input.primary {
  width: 45%;
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap .inputs .input input.secondary {
  width: 45%;
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap .inputs .input input.code {
  width: 119px;
  margin-bottom: 14px;
  margin-right: 15px;
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap .inputs .input input::-webkit-input-placeholder {
  color: #BBB;
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap .inputs .input input[type=checkbox] {
  width: initial;
  transform: scale(1.5, 1.5);
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form02 section.section-content .inner .inputs-wrap .inputs .input input[type=checkbox] {
    transform: scale(1, 1);
  }
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap .add {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding: 15px;
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  color: #222222;
  border-radius: 2px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form02 section.section-content .inner .inputs-wrap .add {
    max-width: calc(100% - 40px);
    margin: auto;
    margin-top: 40px;
  }
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap .add:hover {
  cursor: pointer;
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap .add .open {
  display: inline;
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap .add .close {
  display: none;
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap .add.shown .open {
  display: none;
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap .add.shown .close {
  display: inline;
  float: none;
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap textarea {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap textarea.primary {
  width: 45%;
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap textarea.secondary {
  width: 45%;
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap textarea.code {
  width: 119px;
  margin-bottom: 14px;
  margin-right: 15px;
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap textarea::-webkit-input-placeholder {
  color: #BBB;
}
.contents-wrap.name-form02 section.section-content .inner .inputs-wrap textarea[type=checkbox] {
  width: initial;
  transform: scale(1.5, 1.5);
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form02 section.section-content .inner .inputs-wrap textarea[type=checkbox] {
    transform: scale(1, 1);
  }
}

.contents-wrap.name-form03 section.section-content .inner > .caption {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  text-align: center;
  margin-top: 40px;
}
.contents-wrap.name-form03 section.section-content .inner .form {
  margin-top: 20px;
}
.contents-wrap.name-form03 section.section-content .inner .form .title {
  background-color: #FF7F00;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  line-height: 3rem;
  margin-top: 40px;
}
.contents-wrap.name-form03 section.section-content .inner .form table {
  width: 100%;
  border-top: none;
  margin-top: 0px;
  border-bottom: 1px solid #ccc;
}
.contents-wrap.name-form03 section.section-content .inner .form table tr {
  border-bottom: none;
  margin-top: 0;
  /* Safari */
  justify-content: space-between;
  flex-wrap: nowrap;
}
.contents-wrap.name-form03 section.section-content .inner .form table tr.head {
  border-bottom: 1px solid #ccc;
}
.contents-wrap.name-form03 section.section-content .inner .form table tr.head td {
  font-weight: bold;
  text-align: left;
}
.contents-wrap.name-form03 section.section-content .inner .form table tr td {
  width: 100%;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  text-align: center;
}
.contents-wrap.name-form03 section.section-content .inner .form table tr td.head {
  max-width: 80px;
}
.contents-wrap.name-form03 section.section-content .inner .form table tr td.head span {
  display: block;
  padding: 10px 20px;
  color: #fff;
  background-color: #3C2420;
  min-height: 43px;
}
.contents-wrap.name-form03 section.section-content .inner .form table tr td.size {
  max-width: 80px;
}
.contents-wrap.name-form03 section.section-content .inner .form table tr td.size span {
  display: block;
  padding: 10px 20px;
  min-height: 43px;
}
.contents-wrap.name-form03 section.section-content .inner .form table tr td.num {
  max-width: 120px;
}
.contents-wrap.name-form03 section.section-content .inner .form table tr td.name {
  margin-right: auto;
  padding-left: 0;
}
.contents-wrap.name-form03 section.section-content .inner .form table tr td input[type=text] {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}
.contents-wrap.name-form03 section.section-content .inner .form table tr td input[type=text].primary {
  width: 45%;
}
.contents-wrap.name-form03 section.section-content .inner .form table tr td input[type=text].secondary {
  width: 45%;
}
.contents-wrap.name-form03 section.section-content .inner .form table tr td input[type=text].code {
  width: 119px;
  margin-bottom: 14px;
  margin-right: 15px;
}
.contents-wrap.name-form03 section.section-content .inner .form table tr td input[type=text]::-webkit-input-placeholder {
  color: #BBB;
}
.contents-wrap.name-form03 section.section-content .inner .form table tr td input[type=text][type=checkbox] {
  width: initial;
  transform: scale(1.5, 1.5);
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form03 section.section-content .inner .form table tr td input[type=text][type=checkbox] {
    transform: scale(1, 1);
  }
}
.contents-wrap.name-form03 section.section-content .inner .form .agree {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  margin-top: 40px;
  text-align: center;
}
.contents-wrap.name-form03 section.section-content .inner .form .agree .caption {
  width: 100%;
  color: #D1000F;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 2.2rem;
}
.contents-wrap.name-form03 section.section-content .inner .form .agree .required {
  background-color: #D1000F;
  color: #fff;
  padding: 2px;
}
.contents-wrap.name-form03 section.section-content .inner .form .agree input {
  margin: 0 10px;
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}
.contents-wrap.name-form03 section.section-content .inner .form .agree input.primary {
  width: 45%;
}
.contents-wrap.name-form03 section.section-content .inner .form .agree input.secondary {
  width: 45%;
}
.contents-wrap.name-form03 section.section-content .inner .form .agree input.code {
  width: 119px;
  margin-bottom: 14px;
  margin-right: 15px;
}
.contents-wrap.name-form03 section.section-content .inner .form .agree input::-webkit-input-placeholder {
  color: #BBB;
}
.contents-wrap.name-form03 section.section-content .inner .form .agree input[type=checkbox] {
  width: initial;
  transform: scale(1.5, 1.5);
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form03 section.section-content .inner .form .agree input[type=checkbox] {
    transform: scale(1, 1);
  }
}
.contents-wrap.name-form03 section.section-content .inner .form > .text {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form03 section.section-content .inner .form > .text {
    font-size: 1.4rem;
  }
}

.contents-wrap.name-form04 section.section-content .inner > .caption {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  text-align: center;
  margin-top: 40px;
}
.contents-wrap.name-form04 section.section-content .inner .form {
  margin-top: 20px;
}
.contents-wrap.name-form04 section.section-content .inner .form table {
  width: 100%;
}
.contents-wrap.name-form04 section.section-content .inner .form table tr {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.contents-wrap.name-form04 section.section-content .inner .form table tr th {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form04 section.section-content .inner .form table tr th {
    margin-top: 0;
    width: 100%;
    max-width: 270px;
  }
}
.contents-wrap.name-form04 section.section-content .inner .form table tr td {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form04 section.section-content .inner .form table tr td {
    margin-top: 0;
    max-width: calc(100% - 270px);
  }
}
.contents-wrap.name-form04 section.section-content .inner .form table tr td input[type=text], .contents-wrap.name-form04 section.section-content .inner .form table tr td textarea {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}
.contents-wrap.name-form04 section.section-content .inner .form table tr td input[type=text].primary, .contents-wrap.name-form04 section.section-content .inner .form table tr td textarea.primary {
  width: 45%;
}
.contents-wrap.name-form04 section.section-content .inner .form table tr td input[type=text].secondary, .contents-wrap.name-form04 section.section-content .inner .form table tr td textarea.secondary {
  width: 45%;
}
.contents-wrap.name-form04 section.section-content .inner .form table tr td input[type=text].code, .contents-wrap.name-form04 section.section-content .inner .form table tr td textarea.code {
  width: 119px;
  margin-bottom: 14px;
  margin-right: 15px;
}
.contents-wrap.name-form04 section.section-content .inner .form table tr td input[type=text]::-webkit-input-placeholder, .contents-wrap.name-form04 section.section-content .inner .form table tr td textarea::-webkit-input-placeholder {
  color: #BBB;
}
.contents-wrap.name-form04 section.section-content .inner .form table tr td input[type=text][type=checkbox], .contents-wrap.name-form04 section.section-content .inner .form table tr td textarea[type=checkbox] {
  width: initial;
  transform: scale(1.5, 1.5);
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form04 section.section-content .inner .form table tr td input[type=text][type=checkbox], .contents-wrap.name-form04 section.section-content .inner .form table tr td textarea[type=checkbox] {
    transform: scale(1, 1);
  }
}
.contents-wrap.name-form04 section.section-content .inner .form table tr td input[type=text].postcode, .contents-wrap.name-form04 section.section-content .inner .form table tr td textarea.postcode {
  max-width: 120px;
  margin-bottom: 10px;
}
.contents-wrap.name-form04 section.section-content .inner .form table tr td .caption {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
}
.contents-wrap.name-form04 section.section-content .inner .form table tr td.edit {
  display: flex;
  display: -ms-flexbox;
}
.contents-wrap.name-form04 section.section-content .inner .form table tr td.edit input {
  width: initial;
  margin-right: 10px;
}
.contents-wrap.name-form04 section.section-content .inner .form table tr td.edit .text {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: -8px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form04 section.section-content .inner .form table tr td.edit .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.name-form04 section.section-content .inner .form .agree {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  margin-top: 40px;
  text-align: center;
}
.contents-wrap.name-form04 section.section-content .inner .form .agree .caption {
  width: 100%;
  color: #D1000F;
  font-weight: bold;
  margin-bottom: 20px;
}
.contents-wrap.name-form04 section.section-content .inner .form .agree .required {
  background-color: #D1000F;
  color: #fff;
  padding: 2px;
}
.contents-wrap.name-form04 section.section-content .inner .form .agree input {
  margin: 0 10px;
}
.contents-wrap.name-form04 section.section-content .inner .form > .text {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form04 section.section-content .inner .form > .text {
    font-size: 1.4rem;
  }
}

.contents-wrap.name-form05 section.section-content .inner > .caption {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  text-align: center;
  margin-top: 40px;
}
.contents-wrap.name-form05 section.section-content .inner > .text {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form05 section.section-content .inner > .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.name-form05 section.section-content .inner .form .head {
  padding: 10px;
  background-color: #FF7F00;
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
}
.contents-wrap.name-form05 section.section-content .inner .form table {
  width: 100%;
  max-width: 100%;
  border-top: none;
  margin-top: 0;
}
.contents-wrap.name-form05 section.section-content .inner .form table tr {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
}
.contents-wrap.name-form05 section.section-content .inner .form table tr th {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form05 section.section-content .inner .form table tr th {
    margin-top: 0;
    width: 100%;
    max-width: 270px;
  }
}
.contents-wrap.name-form05 section.section-content .inner .form table tr td {
  width: 100%;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form05 section.section-content .inner .form table tr td {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form05 section.section-content .inner .form table tr td {
    margin-top: 0;
    max-width: calc(100% - 270px);
  }
}
.contents-wrap.name-form05 section.section-content .inner .form table tr td .name-info {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  margin-bottom: 10px;
}
.contents-wrap.name-form05 section.section-content .inner .form table tr td .name-info span {
  display: block;
  padding: 10px 20px;
}
.contents-wrap.name-form05 section.section-content .inner .form table tr td .name-info span.back {
  display: block;
  padding: 10px 30px;
  color: #fff;
  background-color: #3C2420;
  min-height: 43px;
}
.contents-wrap.name-form06 section.section-content .inner > .caption {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  text-align: center;
  margin-top: 40px;
}
.contents-wrap.name-form06 section.section-content .inner > .text {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form06 section.section-content .inner > .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.name-form06 section.section-content .inner .phone {
  width: 100%;
  max-width: 270px;
  margin: auto;
  margin-top: 60px;
  text-align: center;
}
.contents-wrap.name-form06 section.section-content .inner .phone a {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: auto;
}
.contents-wrap.name-form06 section.section-content .inner .phone a img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.name-form06 section.section-content .inner .phone .text {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.name-form06 section.section-content .inner .phone .text {
    font-size: 1.4rem;
  }
}

.contents-wrap.contact-form01,
.contents-wrap.contact-form02,
.contents-wrap.contact-form03 {
  padding-top: 0;
}
.contents-wrap.contact-form01 section.section-content,
.contents-wrap.contact-form02 section.section-content,
.contents-wrap.contact-form03 section.section-content {
  padding-top: 40px;
  padding-bottom: 130px;
}
.contents-wrap.contact-form01 section.section-content > .inner,
.contents-wrap.contact-form02 section.section-content > .inner,
.contents-wrap.contact-form03 section.section-content > .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap.contact-form01 section.section-content > .inner > .page-head,
.contents-wrap.contact-form02 section.section-content > .inner > .page-head,
.contents-wrap.contact-form03 section.section-content > .inner > .page-head {
  text-align: center;
}
.contents-wrap.contact-form01 section.section-content > .inner > .page-head img,
.contents-wrap.contact-form02 section.section-content > .inner > .page-head img,
.contents-wrap.contact-form03 section.section-content > .inner > .page-head img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contents-wrap.contact-form01 section.section-content > .inner .steps-wrap,
.contents-wrap.contact-form02 section.section-content > .inner .steps-wrap,
.contents-wrap.contact-form03 section.section-content > .inner .steps-wrap {
  margin-top: 40px;
  overflow-x: scroll;
  overflow-y: hidden;
  border-right: 1px solid #3C2420;
  max-width: 990px;
}
@media screen and (min-width: 1024px) {
  .contents-wrap.contact-form01 section.section-content > .inner .steps-wrap,
.contents-wrap.contact-form02 section.section-content > .inner .steps-wrap,
.contents-wrap.contact-form03 section.section-content > .inner .steps-wrap {
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
  }
}
.contents-wrap.contact-form01 section.section-content > .inner .steps-wrap .steps,
.contents-wrap.contact-form02 section.section-content > .inner .steps-wrap .steps,
.contents-wrap.contact-form03 section.section-content > .inner .steps-wrap .steps {
  display: flex;
  display: -ms-flexbox;
  /* Safari */
  justify-content: space-between;
  align-content: stretch;
  width: 100%;
  min-width: 990px;
  max-width: 990px;
  border: 1px solid #3C2420;
  border-right: none;
  list-style-type: none;
  margin-right: 20px;
}
.contents-wrap.contact-form01 section.section-content > .inner .steps-wrap .steps .step,
.contents-wrap.contact-form02 section.section-content > .inner .steps-wrap .steps .step,
.contents-wrap.contact-form03 section.section-content > .inner .steps-wrap .steps .step {
  padding: 10px;
  line-height: 26px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  position: relative;
}
.contents-wrap.contact-form01 section.section-content > .inner .steps-wrap .steps .step.current,
.contents-wrap.contact-form02 section.section-content > .inner .steps-wrap .steps .step.current,
.contents-wrap.contact-form03 section.section-content > .inner .steps-wrap .steps .step.current {
  background-color: #3C2420;
  color: #fff;
}
.contents-wrap.contact-form01 section.section-content > .inner .steps-wrap .steps .step.current .num,
.contents-wrap.contact-form02 section.section-content > .inner .steps-wrap .steps .step.current .num,
.contents-wrap.contact-form03 section.section-content > .inner .steps-wrap .steps .step.current .num {
  border: 1px solid #fff;
  background-color: #fff;
  color: #3C2420;
}
.contents-wrap.contact-form01 section.section-content > .inner .steps-wrap .steps .step.current::before,
.contents-wrap.contact-form02 section.section-content > .inner .steps-wrap .steps .step.current::before,
.contents-wrap.contact-form03 section.section-content > .inner .steps-wrap .steps .step.current::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 23px solid #3C2420;
  border-left: 23px solid #fff;
  left: -20px;
  top: 0;
}
.contents-wrap.contact-form01 section.section-content > .inner .steps-wrap .steps .step.current::after,
.contents-wrap.contact-form02 section.section-content > .inner .steps-wrap .steps .step.current::after,
.contents-wrap.contact-form03 section.section-content > .inner .steps-wrap .steps .step.current::after {
  border-right: 1px solid #3C2420;
  border-top: 1px solid #3C2420;
  background-color: #3C2420;
  z-index: 0;
  right: -16px;
}
.contents-wrap.contact-form01 section.section-content > .inner .steps-wrap .steps .step span,
.contents-wrap.contact-form02 section.section-content > .inner .steps-wrap .steps .step span,
.contents-wrap.contact-form03 section.section-content > .inner .steps-wrap .steps .step span {
  position: relative;
  z-index: 1;
}
.contents-wrap.contact-form01 section.section-content > .inner .steps-wrap .steps .step span.num,
.contents-wrap.contact-form02 section.section-content > .inner .steps-wrap .steps .step span.num,
.contents-wrap.contact-form03 section.section-content > .inner .steps-wrap .steps .step span.num {
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #3C2420;
  margin-right: 10px;
  margin-left: 10px;
}
.contents-wrap.contact-form01 section.section-content > .inner .steps-wrap .steps .step::after,
.contents-wrap.contact-form02 section.section-content > .inner .steps-wrap .steps .step::after,
.contents-wrap.contact-form03 section.section-content > .inner .steps-wrap .steps .step::after {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  transform: rotate(45deg);
  border-right: 1px solid #3C2420;
  border-top: 1px solid #3C2420;
  right: -32px;
  top: 6px;
}
.contents-wrap.contact-form01 section.section-content > .inner .steps-wrap .steps .step:first-child .num,
.contents-wrap.contact-form02 section.section-content > .inner .steps-wrap .steps .step:first-child .num,
.contents-wrap.contact-form03 section.section-content > .inner .steps-wrap .steps .step:first-child .num {
  margin-left: 0;
}
.contents-wrap.contact-form01 section.section-content > .inner .steps-wrap .steps .step:first-child::before,
.contents-wrap.contact-form02 section.section-content > .inner .steps-wrap .steps .step:first-child::before,
.contents-wrap.contact-form03 section.section-content > .inner .steps-wrap .steps .step:first-child::before {
  display: none;
}
.contents-wrap.contact-form01 section.section-content > .inner .steps-wrap .steps .step:last-child::after,
.contents-wrap.contact-form02 section.section-content > .inner .steps-wrap .steps .step:last-child::after,
.contents-wrap.contact-form03 section.section-content > .inner .steps-wrap .steps .step:last-child::after {
  display: none;
}
.contents-wrap.contact-form01 section.section-content > .inner table,
.contents-wrap.contact-form02 section.section-content > .inner table,
.contents-wrap.contact-form03 section.section-content > .inner table {
  width: 100%;
  margin: auto;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
.contents-wrap.contact-form01 section.section-content > .inner table:first-child,
.contents-wrap.contact-form02 section.section-content > .inner table:first-child,
.contents-wrap.contact-form03 section.section-content > .inner table:first-child {
  border-top: none;
}
.contents-wrap.contact-form01 section.section-content > .inner table tr,
.contents-wrap.contact-form02 section.section-content > .inner table tr,
.contents-wrap.contact-form03 section.section-content > .inner table tr {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form01 section.section-content > .inner table tr,
.contents-wrap.contact-form02 section.section-content > .inner table tr,
.contents-wrap.contact-form03 section.section-content > .inner table tr {
    margin-top: 20px;
  }
}
.contents-wrap.contact-form01 section.section-content > .inner table tr > th,
.contents-wrap.contact-form02 section.section-content > .inner table tr > th,
.contents-wrap.contact-form03 section.section-content > .inner table tr > th {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form01 section.section-content > .inner table tr > th,
.contents-wrap.contact-form02 section.section-content > .inner table tr > th,
.contents-wrap.contact-form03 section.section-content > .inner table tr > th {
    margin-top: 0;
    width: 100%;
    max-width: 160px;
  }
}
.contents-wrap.contact-form01 section.section-content > .inner table tr > th.required span,
.contents-wrap.contact-form02 section.section-content > .inner table tr > th.required span,
.contents-wrap.contact-form03 section.section-content > .inner table tr > th.required span {
  padding-right: 20px;
  position: relative;
}
.contents-wrap.contact-form01 section.section-content > .inner table tr > th.required span::after,
.contents-wrap.contact-form02 section.section-content > .inner table tr > th.required span::after,
.contents-wrap.contact-form03 section.section-content > .inner table tr > th.required span::after {
  content: "必須";
  background-color: #D1000F;
  color: #fff;
  padding: 2px;
  margin-left: 10px;
}
.contents-wrap.contact-form01 section.section-content > .inner table tr > td,
.contents-wrap.contact-form02 section.section-content > .inner table tr > td,
.contents-wrap.contact-form03 section.section-content > .inner table tr > td {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form01 section.section-content > .inner table tr > td,
.contents-wrap.contact-form02 section.section-content > .inner table tr > td,
.contents-wrap.contact-form03 section.section-content > .inner table tr > td {
    margin-top: 0;
    max-width: calc(100% - 160px);
  }
}
.contents-wrap.contact-form01 section.section-content > .inner table tr > td input,
.contents-wrap.contact-form02 section.section-content > .inner table tr > td input,
.contents-wrap.contact-form03 section.section-content > .inner table tr > td input {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}
.contents-wrap.contact-form01 section.section-content > .inner table tr > td input.primary,
.contents-wrap.contact-form02 section.section-content > .inner table tr > td input.primary,
.contents-wrap.contact-form03 section.section-content > .inner table tr > td input.primary {
  width: 45%;
}
.contents-wrap.contact-form01 section.section-content > .inner table tr > td input.secondary,
.contents-wrap.contact-form02 section.section-content > .inner table tr > td input.secondary,
.contents-wrap.contact-form03 section.section-content > .inner table tr > td input.secondary {
  width: 45%;
}
.contents-wrap.contact-form01 section.section-content > .inner table tr > td input.code,
.contents-wrap.contact-form02 section.section-content > .inner table tr > td input.code,
.contents-wrap.contact-form03 section.section-content > .inner table tr > td input.code {
  width: 119px;
  margin-bottom: 14px;
  margin-right: 15px;
}
.contents-wrap.contact-form01 section.section-content > .inner table tr > td input::-webkit-input-placeholder,
.contents-wrap.contact-form02 section.section-content > .inner table tr > td input::-webkit-input-placeholder,
.contents-wrap.contact-form03 section.section-content > .inner table tr > td input::-webkit-input-placeholder {
  color: #BBB;
}
.contents-wrap.contact-form01 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.contact-form02 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.contact-form03 section.section-content > .inner table tr > td input[type=checkbox] {
  width: initial;
  transform: scale(1.5, 1.5);
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form01 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.contact-form02 section.section-content > .inner table tr > td input[type=checkbox],
.contents-wrap.contact-form03 section.section-content > .inner table tr > td input[type=checkbox] {
    transform: scale(1, 1);
  }
}
.contents-wrap.contact-form01 section.section-content > .inner table tr > td textarea,
.contents-wrap.contact-form02 section.section-content > .inner table tr > td textarea,
.contents-wrap.contact-form03 section.section-content > .inner table tr > td textarea {
  width: 100%;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.contents-wrap.contact-form01 section.section-content > .inner table tr > td.file input,
.contents-wrap.contact-form02 section.section-content > .inner table tr > td.file input,
.contents-wrap.contact-form03 section.section-content > .inner table tr > td.file input {
  margin-bottom: 20px;
}
.contents-wrap.contact-form01 section.section-content > .inner table tr > td.file .text,
.contents-wrap.contact-form02 section.section-content > .inner table tr > td.file .text,
.contents-wrap.contact-form03 section.section-content > .inner table tr > td.file .text {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form01 section.section-content > .inner table tr > td.file .text,
.contents-wrap.contact-form02 section.section-content > .inner table tr > td.file .text,
.contents-wrap.contact-form03 section.section-content > .inner table tr > td.file .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.contact-form01 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.contact-form02 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.contact-form03 section.section-content > .inner table tr > td.file .caption {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #D1000F;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form01 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.contact-form02 section.section-content > .inner table tr > td.file .caption,
.contents-wrap.contact-form03 section.section-content > .inner table tr > td.file .caption {
    font-size: 1.4rem;
  }
}
.contents-wrap.contact-form01 section.section-content > .inner table tr > td .ellor,
.contents-wrap.contact-form02 section.section-content > .inner table tr > td .ellor,
.contents-wrap.contact-form03 section.section-content > .inner table tr > td .ellor {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #D1000F;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form01 section.section-content > .inner table tr > td .ellor,
.contents-wrap.contact-form02 section.section-content > .inner table tr > td .ellor,
.contents-wrap.contact-form03 section.section-content > .inner table tr > td .ellor {
    font-size: 1.4rem;
  }
}
.contents-wrap.contact-form01 section.section-content > .inner .btn,
.contents-wrap.contact-form02 section.section-content > .inner .btn,
.contents-wrap.contact-form03 section.section-content > .inner .btn {
  background-color: #FF7F00;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  padding: 15px 0;
  width: 100%;
  max-width: 350px;
  margin: auto;
  margin-top: 40px;
}
.contents-wrap.contact-form01 section.section-content > .inner .link,
.contents-wrap.contact-form02 section.section-content > .inner .link,
.contents-wrap.contact-form03 section.section-content > .inner .link {
  text-align: center;
  margin-top: 60px;
  text-decoration: underline;
}
.contents-wrap.contact-form01 section.section-content > .inner .privacy-policy,
.contents-wrap.contact-form02 section.section-content > .inner .privacy-policy,
.contents-wrap.contact-form03 section.section-content > .inner .privacy-policy {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  margin-top: 60px;
  max-height: 360px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}
.contents-wrap.contact-form01 section.section-content > .inner .privacy-policy .inner,
.contents-wrap.contact-form02 section.section-content > .inner .privacy-policy .inner,
.contents-wrap.contact-form03 section.section-content > .inner .privacy-policy .inner {
  padding: 20px;
}
.contents-wrap.contact-form01 section.section-content > .inner .privacy-policy .inner > .head,
.contents-wrap.contact-form02 section.section-content > .inner .privacy-policy .inner > .head,
.contents-wrap.contact-form03 section.section-content > .inner .privacy-policy .inner > .head {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}
.contents-wrap.contact-form01 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.contact-form02 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.contact-form03 section.section-content > .inner .privacy-policy .inner .text {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form01 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.contact-form02 section.section-content > .inner .privacy-policy .inner .text,
.contents-wrap.contact-form03 section.section-content > .inner .privacy-policy .inner .text {
    font-size: 1.4rem;
  }
}
.contents-wrap.contact-form01 section.section-content > .inner .privacy-policy .inner .section,
.contents-wrap.contact-form02 section.section-content > .inner .privacy-policy .inner .section,
.contents-wrap.contact-form03 section.section-content > .inner .privacy-policy .inner .section {
  margin-top: 40px;
}
.contents-wrap.contact-form01 section.section-content > .inner .privacy-policy .inner .section .head,
.contents-wrap.contact-form02 section.section-content > .inner .privacy-policy .inner .section .head,
.contents-wrap.contact-form03 section.section-content > .inner .privacy-policy .inner .section .head {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.4rem;
}
.contents-wrap.contact-form01 section.section-content > .inner .privacy-policy .inner .section .text,
.contents-wrap.contact-form02 section.section-content > .inner .privacy-policy .inner .section .text,
.contents-wrap.contact-form03 section.section-content > .inner .privacy-policy .inner .section .text {
  margin-top: 10px;
}
.contents-wrap.contact-form01 section.section-content > .inner .privacy-policy .inner .section ul,
.contents-wrap.contact-form02 section.section-content > .inner .privacy-policy .inner .section ul,
.contents-wrap.contact-form03 section.section-content > .inner .privacy-policy .inner .section ul {
  list-style-type: none;
  margin-top: 40px;
}
.contents-wrap.contact-form01 section.section-content > .inner .privacy-policy .inner .section ul li,
.contents-wrap.contact-form02 section.section-content > .inner .privacy-policy .inner .section ul li,
.contents-wrap.contact-form03 section.section-content > .inner .privacy-policy .inner .section ul li {
  font-size: 16px;
  padding-left: 20px;
  line-height: 2.4rem;
  position: relative;
  margin-bottom: 15px;
}
.contents-wrap.contact-form01 section.section-content > .inner .privacy-policy .inner .section ul li:before,
.contents-wrap.contact-form02 section.section-content > .inner .privacy-policy .inner .section ul li:before,
.contents-wrap.contact-form03 section.section-content > .inner .privacy-policy .inner .section ul li:before {
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF7F00;
  border-radius: 50%;
}
.contents-wrap.contact-form01 section.section-content > .inner .privacy-policy .inner .section ul li ul,
.contents-wrap.contact-form02 section.section-content > .inner .privacy-policy .inner .section ul li ul,
.contents-wrap.contact-form03 section.section-content > .inner .privacy-policy .inner .section ul li ul {
  margin-bottom: 0;
}
.contents-wrap.contact-form01 section.section-content .inner .steps-wrap,
.contents-wrap.contact-form02 section.section-content .inner .steps-wrap,
.contents-wrap.contact-form03 section.section-content .inner .steps-wrap {
  max-width: 840px;
}
.contents-wrap.contact-form01 section.section-content .inner .steps-wrap .steps,
.contents-wrap.contact-form02 section.section-content .inner .steps-wrap .steps,
.contents-wrap.contact-form03 section.section-content .inner .steps-wrap .steps {
  min-width: 840px;
  max-width: 840px;
}
.contents-wrap.contact-form01 section.section-content .inner .steps-wrap .steps .step,
.contents-wrap.contact-form02 section.section-content .inner .steps-wrap .steps .step,
.contents-wrap.contact-form03 section.section-content .inner .steps-wrap .steps .step {
  width: 100%;
  max-width: calc(100% / 3);
}
.contents-wrap.contact-form01 section.section-content .inner .steps-wrap .steps .step.current::before,
.contents-wrap.contact-form02 section.section-content .inner .steps-wrap .steps .step.current::before,
.contents-wrap.contact-form03 section.section-content .inner .steps-wrap .steps .step.current::before {
  left: -10px;
}
.contents-wrap.contact-form01 section.section-content .inner .steps-wrap .steps .step::after,
.contents-wrap.contact-form02 section.section-content .inner .steps-wrap .steps .step::after,
.contents-wrap.contact-form03 section.section-content .inner .steps-wrap .steps .step::after {
  right: -12px;
}
.contents-wrap.contact-form01 section.section-content .inner .form,
.contents-wrap.contact-form02 section.section-content .inner .form,
.contents-wrap.contact-form03 section.section-content .inner .form {
  margin-top: 20px;
}
.contents-wrap.contact-form01 section.section-content .inner .form table,
.contents-wrap.contact-form02 section.section-content .inner .form table,
.contents-wrap.contact-form03 section.section-content .inner .form table {
  width: 100%;
}
.contents-wrap.contact-form01 section.section-content .inner .form table tr,
.contents-wrap.contact-form02 section.section-content .inner .form table tr,
.contents-wrap.contact-form03 section.section-content .inner .form table tr {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.contents-wrap.contact-form01 section.section-content .inner .form table tr th,
.contents-wrap.contact-form02 section.section-content .inner .form table tr th,
.contents-wrap.contact-form03 section.section-content .inner .form table tr th {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form01 section.section-content .inner .form table tr th,
.contents-wrap.contact-form02 section.section-content .inner .form table tr th,
.contents-wrap.contact-form03 section.section-content .inner .form table tr th {
    margin-top: 0;
    width: 100%;
    max-width: 270px;
  }
}
.contents-wrap.contact-form01 section.section-content .inner .form table tr th.caption,
.contents-wrap.contact-form02 section.section-content .inner .form table tr th.caption,
.contents-wrap.contact-form03 section.section-content .inner .form table tr th.caption {
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form01 section.section-content .inner .form table tr th.caption,
.contents-wrap.contact-form02 section.section-content .inner .form table tr th.caption,
.contents-wrap.contact-form03 section.section-content .inner .form table tr th.caption {
    font-size: 1.4rem;
  }
}
.contents-wrap.contact-form01 section.section-content .inner .form table tr th.caption p,
.contents-wrap.contact-form02 section.section-content .inner .form table tr th.caption p,
.contents-wrap.contact-form03 section.section-content .inner .form table tr th.caption p {
  font-weight: normal;
}
.contents-wrap.contact-form01 section.section-content .inner .form table tr td,
.contents-wrap.contact-form02 section.section-content .inner .form table tr td,
.contents-wrap.contact-form03 section.section-content .inner .form table tr td {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form01 section.section-content .inner .form table tr td,
.contents-wrap.contact-form02 section.section-content .inner .form table tr td,
.contents-wrap.contact-form03 section.section-content .inner .form table tr td {
    margin-top: 0;
    max-width: calc(100% - 270px);
  }
}

.contents-wrap.contact-form01 section.section-content .inner .text {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form01 section.section-content .inner .text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form01 section.section-content .inner .text {
    text-align: center;
  }
}
.contents-wrap.contact-form01 section.section-content .inner .navi {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form01 section.section-content .inner .navi {
    margin-top: 0;
  }
}
.contents-wrap.contact-form01 section.section-content .inner .navi .links {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  /* Safari */
  justify-content: space-between;
}
.contents-wrap.contact-form01 section.section-content .inner .navi .links .link {
  width: 100%;
  text-decoration: none;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form01 section.section-content .inner .navi .links .link {
    max-width: calc(100% / 3);
    margin-top: 40px;
  }
}
.contents-wrap.contact-form01 section.section-content .inner .navi .links .link a {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  border: 2px solid #FF7F00;
  border-radius: 4px;
  width: 100%;
  max-width: 250px;
  height: 40px;
  margin: 0 auto;
  text-decoration: none;
}
.contents-wrap.contact-form01 section.section-content .inner .navi .links .link a span {
  display: block;
  margin: auto;
}
.contents-wrap.contact-form01 section.section-content .inner .navi .links .link a img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.contents-wrap.contact-form01 section.section-content .inner .navi .links .link a.tel img {
  max-width: 140px;
}
.contents-wrap.contact-form01 section.section-content .inner .navi .links .link a.line img {
  max-width: 180px;
}
.contents-wrap.contact-form01 section.section-content .inner .form {
  margin-top: 60px;
}
.contents-wrap.contact-form01 section.section-content .inner .form table tr td .select-wrap {
  position: relative;
  max-width: 240px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
}
.contents-wrap.contact-form01 section.section-content .inner .form table tr td .select-wrap::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #222222;
  right: 10px;
  top: 50%;
}
.contents-wrap.contact-form01 section.section-content .inner .form table tr td .select-wrap select {
  width: 100%;
  border: none;
  text-overflow: ellipsis;
  outline: none;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 20px;
}
.contents-wrap.contact-form01 section.section-content .inner .form table tr td .postcode {
  max-width: 120px;
  margin-bottom: 10px;
}
.contents-wrap.contact-form01 section.section-content .inner .form table tr td .caption {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form01 section.section-content .inner .form table tr td .caption {
    font-size: 1.4rem;
  }
}

.contents-wrap.contact-form02 section.section-content .inner .text {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form02 section.section-content .inner .text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form02 section.section-content .inner .text {
    text-align: center;
  }
}
.contents-wrap.contact-form02 section.section-content .inner .form {
  margin-top: 60px;
}
.contents-wrap.contact-form02 section.section-content .inner .form table tr td {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form02 section.section-content .inner .form table tr td {
    font-size: 1.4rem;
  }
}

.contents-wrap.contact-form03 section.section-content .inner > .caption {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF7F00;
  text-align: center;
  margin-top: 40px;
}
.contents-wrap.contact-form03 section.section-content .inner > .text {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form03 section.section-content .inner > .text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form03 section.section-content .inner > .text {
    text-align: center;
  }
}
.contents-wrap.contact-form03 section.section-content .inner .phone {
  width: 100%;
  max-width: 270px;
  margin: auto;
  margin-top: 60px;
  text-align: center;
}
.contents-wrap.contact-form03 section.section-content .inner .phone a {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: auto;
}
.contents-wrap.contact-form03 section.section-content .inner .phone a img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap.contact-form03 section.section-content .inner .phone .text {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap.contact-form03 section.section-content .inner .phone .text {
    font-size: 1.4rem;
  }
}