@charset "UTF-8";
/* CSS Document */
/*
01 Root
========================================================================== */
/* Header ===================== */
header.dirRoot {
  height: 100%;
  max-height: 850px;
  min-height: 650px;
  border-bottom: none;
}
header.dirRoot div.frame {
  flex-direction: row-reverse;
  align-items: flex-start;
  height: 100%;
  padding: 4em 2.5em;
}
/* navigation */
header.dirRoot div.navigation {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  height: 100%;
  position: relative;
}
header.dirRoot div.navigation h1 {
  width: 165px;
  margin: 3.5em 0 3em;
}
header.dirRoot div.navigation h1 img {
  width: 100%;
}
header.dirRoot div.navigation nav {}
header.dirRoot div.navigation ul {}
header.dirRoot div.navigation ul li {}
header.dirRoot div.navigation ul li a {}
header.dirRoot div.navigation ul.gloval {
  flex-direction: column;
  height: initial;
}
header.dirRoot div.navigation ul.gloval li {
  height: initial;
  padding: .9em 0;
}
header.dirRoot div.navigation ul.gloval li a {
  display: inline-block;
}
header.dirRoot div.navigation ul.gloval li a:before {
  display: none;
}
header.dirRoot div.navigation nav ul.subnav {
  flex-direction: row;
  margin: 2.25em 0 0 0;
}
header.dirRoot div.navigation nav ul.subnav li {
  width: 21px;
  margin: 0 .5em;
}
header.dirRoot div.navigation button.btnScroll {
  display: block;
  width: 10px;
  position: absolute;
  bottom: -2.5em;
  left: 50%;
}
/* firstslider */
header.dirRoot div.firstslider {
  display: flex;
  flex-direction: column;
  width: 66%;
  height: 100%;
  padding: 0 2.75em;
}
header.dirRoot div.firstslider div.block {
  height: 100%;
}
header.dirRoot div.firstslider div.block div {
  height: 100%;
}
header.dirRoot div.firstslider div.block div.box {
  height: 100%;
}
header.dirRoot div.firstslider div.block div.box a {
  display: block;
  height: 100%;
}
header.dirRoot div.firstslider picture {
  width: 100%;
  height: 95%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header.dirRoot div.firstslider h2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 5%;
  padding: .75em 0 0 0;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .04rem;
  white-space: nowrap;
}
/* maincopy */
header.dirRoot div.maincopy {
  width: 14%;
  margin: 1em 0 0 0;
}
header.dirRoot div.maincopy h2 {
  margin: auto;
  position: relative;
  right: -.25em;
}
header.dirRoot div.maincopy h2 img {
  width: 100%;
}
/* Main ===================== */
/* blockNews */
main.dirRoot {}
main.dirRoot section.blockNews {
  padding: 0;
}
main.dirRoot section.blockNews article {
  height: 200px;
  text-align: center;
}
main.dirRoot section.blockNews article a {
  height: 100%;
  overflow: hidden;
}
main.dirRoot section.blockNews article a > * {
  white-space: nowrap;
}
main.dirRoot section.blockNews article b {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* blockConcept */
main.dirRoot section.blockConcept {}
main.dirRoot section.blockConcept div.frame {
  display: flex;
  align-items: center;
}
main.dirRoot section.blockConcept h2 {
  width: 30%;
  position: relative;
}
main.dirRoot section.blockConcept h2 > * {
  display: block;
  margin: auto;
}
main.dirRoot section.blockConcept h2 i {
  width: 200px;
  padding: 0 0 2.5em 0;
}
main.dirRoot section.blockConcept h2 b {
  width: 225px;
}
main.dirRoot section.blockConcept .boxText {
  width: 70%;
  padding: 0 3.5em;
}
main.dirRoot section.blockConcept .boxText h3 {
  margin: .5em 0 0 0;
  font-size: 17px;
  line-height: 2;
  letter-spacing: .06rem;
}
main.dirRoot section.blockConcept .boxText p {
  margin: 2.5em 0 3.5em;
}
main.dirRoot section.blockConcept picture {
  width: 100%;
  height: 400px;
  margin: 110px 0 0 0;
  background-image: url(/images/root/hor-img01.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
/* blockGuide */
main.dirRoot section.blockGuide {}
main.dirRoot section.blockGuide h2 {
  margin: 1em 0;
}
main.dirRoot section.blockGuide h2 b:before,
main.dirRoot section.blockGuide h2 b:after {
  position: absolute;
}
main.dirRoot section.blockGuide h2 b:before {
  content: '';
  width: 110px;
  height: 60px;
  background-image: url(/images/common/ico-bal-yel.svg);
  background-size: cover;
  top: -55px;
  left: -95px;
}
main.dirRoot section.blockGuide h2 b:after {
  content: '意外と簡単';
  font-size: 11px;
  letter-spacing: .02rem;
  text-align: center;
  top: -39px;
  left: -69px;
}
section.blockGuide .listFlow.typeLead {
  padding: 55px 5em;
}
section.blockGuide .listFlow.typeLead ul li {
  margin: 0 -.25em;
  position: relative;
}
section.blockGuide .listFlow.typeLead ul li:nth-child(even) {
  padding: 15em 0 0 0;
}
section.blockGuide .listFlow.typeLead ul li:before {
  content: '';
  width: 55px;
  height: 30px;
  background-image: url(/images/flow/arrow-blu.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 15px);
  right: -1.75em;
}
section.blockGuide .listFlow.typeLead ul li:nth-child(odd):before {
  transform: rotate(45deg);
}
section.blockGuide .listFlow.typeLead ul li:nth-child(even):before {
  transform: rotate(-45deg);
}
section.blockGuide .listFlow.typeLead ul li:last-child:before {
  display: none;
}
section.blockGuide .listFlow.typeLead ul li > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  min-width: 200px;
  min-height: 200px;
  padding: 2.25em;
  background-color: rgba(242, 241, 231, 1);
  border: 1px solid rgba(205, 205, 195, 1);
  border-radius: 100%;
}
section.blockGuide .listFlow.typeLead ul li h3 {
  line-height: 1;
}
section.blockGuide .listFlow.typeLead ul li h3 > * {
  line-height: inherit;
  letter-spacing: .04rem;
  white-space: nowrap;
}
section.blockGuide .listFlow.typeLead ul li h3 small {
  font-size: 13px;
}
section.blockGuide .listFlow.typeLead ul li h3 em {
  padding: 0 0 0 .2em;
  font-size: 27px;
  color: rgba(70, 165, 189, 1);
}
section.blockGuide .listFlow.typeLead ul li figure {
  width: 75px;
  height: 60px;
  margin: .1em 0 0 0;
}
section.blockGuide .listFlow.typeLead ul li figure img {
  width: 100%;
}
section.blockGuide .listFlow.typeLead ul li figcaption {
  margin: .5em 0 0 0;
  font-size: 14px;
  white-space: nowrap;
}
/* blockPainter */
main.dirRoot section.blockPainter {
  margin: -2.5em 0 0 0;
}
main.dirRoot section.blockPainter h2 > * {
  color: rgba(70, 165, 189, 1);
}
main.dirRoot section.blockPainter .listPainter {
  margin: 3.5em 0 0 0;
}
main.dirRoot section.blockPainter .listPainter div.box {
  padding: 0 1px;
}
main.dirRoot section.blockPainter .listPainter div.box picture {
  width: 100%;
  height: 265px;
  max-height: 350px;
  background-position: center;
  background-size: cover;
}
main.dirRoot section.blockPainter .listPainter div.box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5em 0 1em;
  background-color: rgba(70, 165, 189, 1);
}
main.dirRoot section.blockPainter .listPainter div.box h3 > * {
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  white-space: nowrap;
}
main.dirRoot section.blockPainter .listPainter div.box h3 i {
  font-size: 14px;
  letter-spacing: .04rem;
}
main.dirRoot section.blockPainter .listPainter div.box h3 b {
  font-size: 10px;
  letter-spacing: .02rem;
  padding: 0 0 0 1em;
}
main.dirRoot section.blockPainter button {
  display: block;
  margin: auto;
}
main.dirRoot section.blockPainter p {
  margin: 55px auto 75px;
  text-align: center;
  line-height: 2.3;
}
main.dirRoot section.blockPainter button.more > * {
  padding: 1.2em 8em 1em;
}
main.dirRoot section.blockPainter figure.shapeTri {
  height: 270px;
}
main.dirRoot section.blockPainter figure.shapeTri hr {
  border-width: 0 45vw 270px 45vw;
}
main.dirRoot section.blockPainter figure.shapeTri.verUp {
  top: -6em;
}
main.dirRoot section.blockPainter figure.shapeTri.verUp hr.wordUp {
  top: .5em;
  left: 5vw;
}
main.dirRoot section.blockPainter figure.shapeTri.verDown {
  top: 27.5em;
}
main.dirRoot section.blockPainter figure.shapeTri.verDown hr.wordDown {
  bottom: 5.25em;
  left: 5vw;
}
/*
02 Aboutus
========================================================================== */
/* Main ===================== */
main.dirAboutus {}
main.dirAboutus div.frame {
  display: flex;
  max-width: 1800px;
}
main.dirAboutus div.boxTtl {}
main.dirAboutus div.boxTtl h2 {
  width: 75px;
  margin: auto;
  position: relative;
}
main.dirAboutus div.boxText h3 {
  margin: 0 0 2.75em 0;
  font-size: 18px;
  line-height: 2;
  letter-spacing: .08rem;
}
main.dirAboutus div.boxText p {
  line-height: 2.3;
  letter-spacing: .03rem;
}
main.dirAboutus div.boxText picture {
  background-size: cover;
  position: relative
}
main.dirAboutus figure.shapeTri {
  height: 200px;
}
main.dirAboutus figure.shapeTri hr {
  border-width: 0 35vw 200px 35vw;
}
/* catchConcept */
section.catchConcept {}
section.catchConcept div.frame {
  margin: .5em auto;
}
section.catchConcept div.boxTtl {
  width: 37.5%;
}
section.catchConcept div.boxTtl h2 {
  right: -.5em;
}
section.catchConcept div.boxTtl h2 hr.shapeCircle {
  top: 1em;
  left: -5.5em;
}
section.catchConcept div.boxText {
  width: 62.5%;
}
section.catchConcept div.boxText h3 {
  padding: 0 0 0 5px;
}
section.catchConcept div.boxText p {
  padding: 0 0 5.25em 5px;
}
section.catchConcept div.boxText picture {
  width: 100%;
  max-width: 1000px;
  height: 325px;
  background-image: url(/images/aboutus/img01.jpg);
  background-position: left center;
}
section.catchConcept figure.shapeTri {
  bottom: 22.5%;
}
section.catchConcept figure.shapeTri hr {
  left: -15%;
}
/* catchFlow */
section.catchFlow {}
section.catchFlow div.frame {
  flex-direction: row-reverse;
  margin: 3em auto 0;
}
section.catchFlow div.boxTtl {
  width: 41%;
}
section.catchFlow div.boxTtl h2 {
  left: -2em
}
section.catchFlow div.boxTtl h2 hr.shapeCircle {
  top: -2em;
  right: -5.75em;
}
section.catchFlow div.boxText {
  width: 60%;
  padding: 5.75em 0 0 10em;
}
section.catchFlow div.boxText p {
  padding: 0 0 3.25em 0;
}
section.catchFlow div.boxText picture {
  width: 105%;
  max-width: 750px;
  height: 340px;
  background-image: url(/images/aboutus/img02.jpg);
  background-position: center center;
  top: -12em;
  right: -21em;
  z-index: -1;
}
section.catchFlow figure.shapeTri {
  bottom: 4.5%;
}
section.catchFlow figure.shapeTri hr {
  right: -20%;
}
/* catchPainter */
section.catchPainter {
  padding: 0;
}
section.catchPainter div.frame {}
section.catchPainter div.boxTtl {
  width: 42.5%;
}
section.catchPainter div.boxTtl h2 {
  right: -.5em;
}
section.catchPainter div.boxTtl h2 hr.shapeCircle {
  top: 2.5em;
  left: -5.5em;
}
section.catchPainter div.boxText {
  width: 57.5%;
  padding: 5.25em 7.5em 0 0;
}
section.catchPainter div.boxText h3 {
  padding: 0 0 0 5px;
}
section.catchPainter div.boxText p {
  padding: 0 0 0 5px;
}
section.catchPainter div.boxText picture {
  width: 35vw;
  height: 190px;
  background-image: url(/images/aboutus/img03.jpg);
  background-position: center center;
  position: absolute;
  bottom: -2em;
  left: 0;
  z-index: -1;
}
/*
03 Flow
========================================================================== */
/* Main ===================== */
main.dirFlow {}
/* blockIntro */
main.dirFlow section.blockIntro {
  padding: 75px 0 0;
  margin: 0 0 225px 0;
}
main.dirFlow section.blockIntro p {
  margin: 3em 0 3.5em;
}
main.dirFlow section.blockIntro button.btnScroll {
  display: block;
  margin: auto;
  padding: 0 7.5em 1.5em;
  color: rgba(70, 165, 189, 1);
  font-size: 12.5px;
  letter-spacing: .08rem;
  border-bottom: 1px solid rgba(70, 165, 189, 1);
  position: relative;
}
main.dirFlow section.blockIntro button.btnScroll:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: rgba(70, 165, 189, 1) transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%, 0);
}
/* blockGuide */
main.dirFlow section.blockGuide {
  padding: 0;
  background-color: rgba(240, 245, 247, 1);
}
main.dirFlow section.blockGuide hr.shapeCircle {
  width: 125px;
  height: 125px;
  top: -10em;
  left: 50%;
  transform: translate(-400px, 0);
}
section.blockGuide .listFlow {
  padding: 55px 10em 110px;
}
section.blockGuide .listFlow div.block {
  background-color: rgba(255, 255, 255, 1);
  border-radius: .75em;
}
section.blockGuide .listFlow div.inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 0 70px;
  border-bottom: 2px solid rgba(240, 245, 247, 1);
  position: relative;
}
section.blockGuide .listFlow div.inner:not(:last-child):before,
section.blockGuide .listFlow div.inner:not(:last-child):after {
  content: '';
  width: 65px;
  height: 40px;
  position: absolute;
  bottom: -1.75em;
  right: 4.75em;
  transform: rotate(90deg);
}
section.blockGuide .listFlow div.inner:not(:last-child):before {
  background-color: rgba(255, 255, 255, 1);
}
section.blockGuide .listFlow div.inner:not(:last-child):after {
  background-image: url(/images/flow/arrow-ash.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.blockGuide .listFlow div.inner div.boxTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 1.1em 0 1em 1.25em;
  position: relative;
  left: -.75em;
}
section.blockGuide .listFlow div.inner div.boxTitle:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: rgba(242, 225, 0, 1);
  position: absolute;
  bottom: 0;
  left: 0;
}
section.blockGuide .listFlow div.inner div.boxTitle > * {
  padding: 0 .2em;
  line-height: 1;
  white-space: nowrap;
}
section.blockGuide .listFlow div.inner div.boxTitle i {
  font-size: 14px;
  letter-spacing: .02rem;
}
section.blockGuide .listFlow div.inner div.boxTitle b {
  font-size: 27px;
}
section.blockGuide .listFlow div.inner div.boxText {
  width: 80%;
  padding: 0 6em 0 3.75em;
}
section.blockGuide .listFlow div.inner div.boxText h3 {
  display: flex;
  align-items: center;
  margin: 0 0 2.5em 0;
  position: relative;
  left: -.75em;
}
section.blockGuide .listFlow div.inner div.boxText h3 > * {
  line-height: 1;
  color: rgba(70, 165, 189, 1);
  white-space: nowrap;
}
section.blockGuide .listFlow div.inner div.boxText h3 i {
  width: 60px;
  height: 45px;
  margin: 0 .5em 0 0;
}
section.blockGuide .listFlow div.inner div.boxText h3 b {
  margin: .6em 0 0 0;
  font-size: 16px;
  letter-spacing: .04rem;
}
section.blockGuide .listFlow div.inner div.boxText p {}
section.blockGuide .listFlow div.inner div.boxText button {
  margin: 2.75em 0 0 0;
  background-color: rgba(70, 165, 189, 1);
  border-radius: .25em;
}
section.blockGuide .listFlow div.inner div.boxText button > * {
  display: flex;
  align-content: center;
  padding: .5em 4.75em .6em 2.5em;
  color: rgba(255, 255, 255, 1);
  position: relative;
}
section.blockGuide .listFlow div.inner div.boxText button > *:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 1);
  position: absolute;
  top: 50%;
  right: 1.75em;
  transform: translate(0, -50%);
}
section.blockGuide .listFlow div.inner div.boxText button i {
  width: 40px;
  height: 32px;
}
section.blockGuide .listFlow div.inner div.boxText button b {
  margin: .2em 0 0 1.5em;
  font-size: 13px;
  letter-spacing: .02rem;
}
section.blockGuide .listFlow div.inner div.boxText>button+button {
  margin: 0 0 0 .25em;
}
section.blockGuide .listFlow div.inner div.boxText ul.checkFlow {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section.blockGuide .listFlow div.inner div.boxText ul.checkFlow li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.25em 0 0;
}
section.blockGuide .listFlow div.inner div.boxText ul.checkFlow li > * {}
section.blockGuide .listFlow div.inner div.boxText ul.checkFlow li small {
  position: relative;
}
section.blockGuide .listFlow div.inner div.boxText ul.checkFlow li i {
  margin: .5em 0 2em 0;
  padding: .65em 2.5em;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .02rem;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(70, 165, 189, 1);
  border-radius: .25em;
}
section.blockGuide .listFlow div.inner div.boxText ul.checkFlow li i small {
  font-size: 12px;
  padding: 0 0 0 1em;
}
section.blockGuide .listFlow div.inner div.boxText ul.checkFlow li i small:before {
  content: '/';
  padding: 0 1em 0 0;
  position: relative;
  top: -2px;
}
section.blockGuide .listFlow div.inner div.boxText ul.checkFlow li b {
  line-height: 2;
  letter-spacing: .02rem;
}
section.blockGuide .listFlow div.inner div.boxText ul.checkFlow li b small {
  font-size: 13px;
}
section.blockGuide figure.shapeTri {
  height: 150px;
}
section.blockGuide figure.shapeTri hr {
  border-width: 0 50vw 150px 50vw;
}
section.blockGuide figure.shapeTri.verUp {
  top: -150px;
}
section.blockGuide figure.shapeTri.verUp hr.wordUp {
  top: 0;
  left: 0;
}
section.blockGuide figure.shapeTri.verDown {
  bottom: -150px;
}
section.blockGuide figure.shapeTri.verDown hr.wordDown {
  bottom: 0;
  left: 0;
}
/* blockPrice */
main.dirFlow section.blockPrice {
  margin: 0 0 -125px 0;
  top: -110px;
}
main.dirFlow section.blockPrice div.frame {
  padding: 0 10em;
}
main.dirFlow section.blockPrice div.boxIntro h2 > * {
  color: rgba(70, 165, 189, 1);
}
main.dirFlow section.blockPrice div.boxIntro h3 {
  margin: 3em 0;
  font-size: 17px;
  line-height: 2;
  text-align: center;
  color: rgba(70, 165, 189, 1);
}
main.dirFlow section.blockPrice div.boxIntro p {
  text-align: center;
}
/* listPrice */
main.dirFlow section.blockPrice div.listPrice {}
main.dirFlow section.blockPrice div.listPrice ul {
  padding: 3.5em 0 0 0;
}
main.dirFlow section.blockPrice div.listPrice ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25em 0 1em;
  margin: 0 0 1em 0;
  border: 1px solid rgba(180, 190, 190, 1);
  border-radius: .25em;
}
main.dirFlow section.blockPrice div.listPrice ul li h3 {
  display: flex;
  align-items: center;
}
main.dirFlow section.blockPrice div.listPrice ul li h3 > * {
  line-height: 1;
  white-space: nowrap;
}
main.dirFlow section.blockPrice div.listPrice ul li h3 em {
  font-size: 17px;
  line-height: inherit;
  letter-spacing: .1rem;
  position: relative;
}
main.dirFlow section.blockPrice div.listPrice ul li h3 i {
  font-size: 13px;
}
main.dirFlow section.blockPrice div.listPrice ul li h3 i em {
  padding: 0 .1em 0 0;
}
main.dirFlow section.blockPrice div.listPrice ul li h3 b {
  padding: 0 1em;
}
main.dirFlow section.blockPrice div.listPrice ul li h3 b>em+em:before {
  content: '×';
  padding: 0 .12em 0 .1em;
  position: relative;
  top: .05em;
}
main.dirFlow section.blockPrice div.listPrice ul li h3 b small {
  font-size: 11px;
  padding: 0 0 0 .3em;
}
main.dirFlow section.blockPrice div.listPrice ul li h4 {
  padding: 0 0 0 1.25em;
}
main.dirFlow section.blockPrice div.listPrice ul li h4 i {
  font-size: 31px;
  letter-spacing: .02rem;
  color: rgba(70, 165, 189, 1);
  position: relative;
  right: -.1em;
}
main.dirFlow section.blockPrice div.listPrice ul li h4 i:before {
  content: '¥';
  font-size: 28px;
  padding: 0 .1em 0 0;
}
main.dirFlow section.blockPrice div.listPrice ul li h4 i small {
  font-size: 14px;
  position: relative;
  top: -3px;
}
main.dirFlow section.blockPrice div.listPrice p {
  padding: 1.5em 0 0 0;
  text-align: center;
}
/* aboutSend */
main.dirFlow section.blockPrice div.aboutSend {
  padding: 65px 0 0 0;
}
main.dirFlow section.blockPrice div.aboutSend > * {
  text-align: center;
}
main.dirFlow section.blockPrice div.aboutSend h3 {
  margin: 0 0 25px 0;
  font-size: 17px;
}
main.dirFlow section.blockPrice div.aboutSend h3 i {
  padding: 0 0 0 18px;
  position: relative;
}
main.dirFlow section.blockPrice div.aboutSend h3 i:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: rgba(55, 55, 55, 1) transparent transparent transparent;
  position: absolute;
  top: 7px;
  left: 0;
}
main.dirFlow section.blockPrice div.aboutSend p {
  width: 75%;
  padding: 2.5em 2em 2.3em 2em;
  margin: auto;
  border: 1px solid rgba(180, 190, 190, 1);
  border-radius: .5em;
  font-size: 13px;
}
/*
04 Results
========================================================================== */
/* Main ===================== */
main.dirResults {}
/* blockResults */
section.blockResults {
  padding: 0;
}
section.blockResults div.frame {
  max-width: 1500px;
}
section.blockResults div.block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  border-top: 1px solid rgba(217, 225, 226, 1);
  position: relative;
}
section.blockResults div.block:last-child {
  border-bottom: 1px solid rgba(217, 225, 226, 1);
}
/* boxText */
section.blockResults div.block div.boxText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22.5%;
  padding: 3em;
  margin: 0 0 0 2.5%;
  background-color: rgba(240, 245, 247, 1);
  border-radius: .75em;
  position: relative;
}
section.blockResults div.block div.boxText picture {}
section.blockResults div.block div.boxText picture img {
  width: 100%;
}
section.blockResults div.block div.boxText h2 {
  margin: 2em 0 1.5em 0;
}
section.blockResults div.block div.boxText h2 > * {
  color: rgba(70, 165, 189, 1);
  line-height: 1;
  position: relative;
}
section.blockResults div.block div.boxText h2 i {}
section.blockResults div.block div.boxText h2 b {
  padding: 0 0 0 1.25em;
}
section.blockResults div.block div.boxText h2 b:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent rgba(70, 165, 189, 1);
  position: absolute;
  top: 8px;
  left: .4em;
}
section.blockResults div.block div.boxText p {
  font-size: 12px;
  line-height: 1.8;
}
section.blockResults div.block div.boxText h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: rgba(242, 225, 0, 1);
  border-radius: 100%;
  position: absolute;
  top: -35px;
  left: -35px;
}
section.blockResults div.block div.boxText h3 > * {
  line-height: 1;
  letter-spacing: .04rem;
  color: rgba(70, 165, 189, 1);
}
section.blockResults div.block div.boxText h3 i {
  font-size: 12px;
  padding: .25em 0 .35em 0;
}
section.blockResults div.block div.boxText h3 b {
  font-size: 26px;
}
/* boxImages */
section.blockResults div.block div.boxImages {
  width: 75%;
  padding: 0 2.5% 0 5.5%;
}
section.blockResults div.block div.boxImages div.box {
  display: flex;
  align-items: center;
  height: 525px;
}
section.blockResults div.block div.boxImages div.box a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
section.blockResults div.block div.boxImages div.box picture {
  width: 70%;
  height: 100%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
section.blockResults div.block div.boxImages div.box h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 0 2.5% 0 0;
}
section.blockResults div.block div.boxImages div.box h3 i {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: .04rem;
  padding: 0 0 1em 0;
}
section.blockResults div.block div.boxImages div.box h3 i small {
  display: block;
  font-size: 12px;
  letter-spacing: .02rem;
  text-align: center;
  padding: 0 0 1.5em 0;
}
section.blockResults div.block div.boxImages div.box h3 b {
  font-size: 11px;
  letter-spacing: .02rem;
}
/* boxControll */
section.blockResults button.slick-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent rgba(70, 165, 189, 1);
  font-size: 0;
  position: absolute;
  bottom: 9px;
  cursor: pointer;
  z-index: 2;
}
section.blockResults button.slick-prev {
  right: calc(2.5% + 24.5%);
  transform: scaleX(-1);
}
section.blockResults button.slick-next {
  right: calc(2.5% + 5%);
}
section.blockResults ul.slick-dots {
  display: flex;
  justify-content: center;
  width: 27.5%;
  padding: 0 .75em;
  position: absolute;
  bottom: .75em;
  right: 2.75em;
}
section.blockResults ul.slick-dots li {
  width: 4px;
  height: 4px;
  margin: 0 1px;
  border-radius: 100%;
  background-color: rgba(235, 235, 235, 1);
  font-size: 0;
  cursor: pointer;
}
section.blockResults ul.slick-dots li.slick-active {
  background-color: rgba(242, 225, 0, 1);
}
/*
05 Painter
========================================================================== */
/* Main ===================== */
main.dirPainter {}
/* blockIntro */
main.dirPainter section.blockIntro {
  position: relative;
}
main.dirPainter section.blockIntro hr.shapeCircle {
  width: 125px;
  height: 125px;
  top: 150px;
  left: 50%;
  transform: translate(-420px, 0)
}
/* blockResults */
main.dirPainter section.blockPainter {
  padding: 0;
}
main.dirPainter section.blockPainter div.block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  border-top: 1px solid rgba(217, 225, 226, 1);
  position: relative;
}
main.dirPainter section.blockPainter div.block:last-child {
  border-bottom: 1px solid rgba(217, 225, 226, 1);
}
main.dirPainter section.blockPainter div.block ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75%;
}
main.dirPainter section.blockPainter div.block ul li {
  width: 33.333%;
  height: 275px;
  margin: 0 .75%;
}
main.dirPainter section.blockPainter div.block ul li > * {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
main.dirPainter section.blockPainter div.block h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin: 1.5em 0 0 0;
}
main.dirPainter section.blockPainter div.block h3 > * {
  letter-spacing: .04rem;
}
main.dirPainter section.blockPainter div.block h3 i {
  font-size: 18px;
}
main.dirPainter section.blockPainter div.block h3 b {
  font-size: 12px;
  margin: 1.5em 0 2.75em;
}
main.dirPainter section.blockPainter div.block h3 button.more {
  border-radius: .5em;
}
main.dirPainter section.blockPainter div.block h3 button.more > * {
  padding: 1em 4.5em .8em;
}
/* Detail ===================== */
section.detailPainter {
  padding: 75px 0 0 0;
}
section.detailPainter h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.detailPainter h2 > * {}
section.detailPainter h2 i {
  font-size: 21px;
  letter-spacing: .14rem;
}
section.detailPainter h2 b {
  font-size: 11px;
  letter-spacing: .04rem;
  margin: 1.5em 0 0;
}
section.detailPainter article {}
section.detailPainter div.block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 800px;
  padding: 55px 0 10px;
  border-bottom: 1px solid rgba(217, 225, 226, 1);
  position: relative;
}
section.detailPainter div.block picture {
  height: 75%;
}
section.detailPainter div.block picture img {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  object-fit: contain;
}
section.detailPainter div.block h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 25%;
}
section.detailPainter div.block h3 i {
  font-size: 16px;
}
section.detailPainter div.block h3 b {
  padding: 1em 0 1.25em;
}
section.detailPainter div.block h3 b span.size {
  font-size: 13px;
}
section.detailPainter div.block h3 b span.value {
  font-size: 13px;
}
section.detailPainter div.block h3 b span.value:before,
section.detailPainter div.block h3 b span.value:after {
  padding: 0 .35em;
  font-size: 10px;
  position: relative;
  top: -.15em;
}
section.detailPainter div.block h3 b span.value:before {
  content: '(';
}
section.detailPainter div.block h3 b span.value:after {
  content: ')';
}
section.detailPainter div.block h3 b span.value sub {}
section.detailPainter div.block h3 b span.value>sub+sub:before {
  content: '×';
  padding: 0 .35em 0 .3em;
  font-size: 13px;
  position: relative;
  top: .15em;
}
section.detailPainter div.block h3 b span.material {
  font-size: 12px;
}
section.detailPainter div.block h3 em {
  font-size: 18px;
}
section.detailPainter div.block h3 em:before {
  content: '¥';
  font-size: 16px;
  padding: 0 .08em 0 0;
}
section.detailPainter div.block h3 em small {
  font-size: 70%;
}
section.detailPainter div.block a.purchase {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  border-radius: 100%;
  background-color: rgba(70, 165, 189, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  left: 0;
  bottom: 40px;
  cursor: pointer;
}
section.detailPainter div.block a.purchase i {
  padding: 0 0 .75em 0;
}
section.detailPainter div.block a.purchase:before,
section.detailPainter div.block a.purchase:after {
  content: '';
  position: absolute;
}
section.detailPainter div.block a.purchase:before {
  width: 18px;
  height: 1px;
  background-color: rgba(255, 255, 255, 1);
  bottom: 22px;
  left: 50%;
  transform: translate(-50%, 0);
}
section.detailPainter div.block a.purchase:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 0 8px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 1);
  bottom: 22px;
  left: 50%;
  transform: translate(50%, 0);
}
section.detailPainter div.profile {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 75px 7.5em 0;
}
section.detailPainter div.profile picture {
  width: 27.5%;
}
section.detailPainter div.profile picture img {
  width: 100%;
}
section.detailPainter div.profile div.boxText {
  width: 72.5%;
  padding: 0 0 0 10%;
}
section.detailPainter div.profile div.boxText h3 {
  display: flex;
  align-items: center;
  padding: 1em 0 2.5em;
}
section.detailPainter div.profile div.boxText h3 > * {
  line-height: 1;
  white-space: nowrap;
}
section.detailPainter div.profile div.boxText h3 i {
  font-size: 18px;
  letter-spacing: .1rem;
}
section.detailPainter div.profile div.boxText h3 b {
  font-size: 12px;
  padding: 0 0 0 1.5em;
}
section.detailPainter div.profile div.boxText ul.listCareer {
  margin: 0 0 2em 0;
}
section.detailPainter div.profile div.boxText ul.listCareer li {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 .5em 0;
  line-height: 1.6;
}
section.detailPainter div.profile div.boxText ul.listCareer li i {
  width: 7.5%;
  letter-spacing: .05rem;
}
section.detailPainter div.profile div.boxText ul.listCareer li b {
  width: 92.5%;
}
section.detailPainter div.profile div.boxText p {
  line-height: 1.6;
}
section.detailPainter div.profile div.boxText button.linkWebsite {
  margin: 1.5em 0 0 0;
}
section.detailPainter div.profile div.boxText button.linkWebsite > * {
  font-size: 13px;
  letter-spacing: .08rem;
}
section.detailPainter div.profile div.boxText ul.linkSNS {
  display: flex;
  justify-content: flex-start;
  padding: 2.5em 0 0 0;
}
section.detailPainter div.profile div.boxText ul.linkSNS li {
  width: 30px;
  margin: 0 .45em 0 0;
}
section.detailPainter div.profile div.boxText ul.linkSNS li img {
  width: 100%;
}
/*
06 News
========================================================================== */
/* Main ===================== */
main.dirNews {}
main.dirNews h2.ttlBasic b {
  letter-spacing: .05rem;
}
main.dirNews dl.category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 275px;
  margin: 45px auto 0 auto;
  font-size: 12px;
  position: relative;
}
main.dirNews dl.category > * {
  line-height: 1;
}
main.dirNews dl.category dt {
  width: 100%;
  height: 35px;
  text-align: center;
  color: rgba(70, 165, 189, 1);
  border-bottom: 1px solid rgba(70, 165, 189, 1);
  position: relative;
  cursor: pointer;
}
main.dirNews dl.category dt:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: rgba(70, 165, 189, 1) transparent transparent transparent;
  position: absolute;
  top: 5px;
  right: .4em;
}
main.dirNews dl.category dd {
  display: none;
  width: 100%;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 999;
}
main.dirNews dl.category dd span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .25));
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .25));
}
main.dirNews dl.category dd button {
  width: 100%;
  padding: .6em 0 .5em;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid rgba(217, 225, 226, 1);
}
main.dirNews dl.category dd button:last-child {
  border-bottom: none;
}
main.dirNews section.listNews {
  padding: 80px 0 0;
}
main.dirNews section.listNews ul {}
main.dirNews section.listNews ul li {
  border-top: 1px solid rgba(217, 225, 226, 1);
}
main.dirNews section.listNews ul li:last-child {
  border-bottom: 1px solid rgba(217, 225, 226, 1);
}
main.dirNews section.listNews ul li a {
  display: flex;
  justify-content: flex-start;
  padding: 1.75em 5em 1.45em 2.5em;
  position: relative;
}
main.dirNews section.listNews ul li a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent rgba(55, 55, 55, 1);
  position: absolute;
  top: 50%;
  right: 2.5em;
  transform: translate(0, -50%);
}
/* pagination */
main.dirNews section.pagination div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: auto;
  position: relative;
}
main.dirNews section.pagination div button {
  width: 5px;
  height: 6px;
  margin: 0 1.25em;
  position: relative;
}
main.dirNews section.pagination div button a {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent rgba(55, 55, 55, 1);
  position: absolute;
  top: .1em;
  left: 0;
}
main.dirNews section.pagination div button.first {
  transform: scaleX(-1);
}
main.dirNews section.pagination div button.last {
  transform: scaleX(1);
}
main.dirNews section.pagination ul {
  display: flex;
  justify-content: center;
}
main.dirNews section.pagination ul li {
  margin: 0 .6em;
  position: relative
}
main.dirNews section.pagination ul li.active {
  color: rgba(70, 165, 189, 1);
}
main.dirNews section.pagination ul li.active:before {
  content: '';
  width: 150%;
  height: 2px;
  background-color: rgba(70, 165, 189, 1);
  position: absolute;
  bottom: -.5em;
  left: 50%;
  transform: translate(-50%, 0);
}
main.dirNews section.pagination ul li a {}
/*
07 Message
========================================================================== */
/* Main ===================== */
main.dirMessage {}
main.dirMessage div.message {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 5em 0 0 0;
  position: relative;
}
main.dirMessage div.message hr.shapeCircle {
  top: 3.25em;
  left: 50%;
  transform: translate(26.75em, 0);
}
main.dirMessage div.message picture {
  width: 47.5%;
  padding: 0 7.5em;
}
main.dirMessage div.message picture img {
  width: 100%;
}
main.dirMessage div.message div {
  width: 52.5%;
}
main.dirMessage div.message div > * {
  text-align: left;
}
main.dirMessage div.message div h3 {
  font-size: 17px;
  line-height: 2;
  letter-spacing: .05rem;
}
main.dirMessage div.message div h4 {
  display: flex;
  align-items: center;
  position: relative;
}
main.dirMessage div.message div h4 i {
  width: 200px;
}
main.dirMessage div.message div h4 b {
  margin: 1em 5em 0 0;
  font-size: 15px;
  letter-spacing: .15rem;
  position: absolute;
  bottom: .25em;
  left: 24em;
  white-space: nowrap;
}
main.dirMessage div.message div h4 b small {
  padding: 0 1.5em 0 0;
  font-size: 12px;
}
section.blockInsta {}
section.blockInsta h3 {
  width: 145px;
  margin: 2em auto;
}
section.blockInsta ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5%;
}
section.blockInsta ul li {
  width: 25%;
  padding: 1%;
}
section.blockInsta ul li img {
  width: 100%;
}
/*
08 FAQ
========================================================================== */
.dirFAQ {}
/* Main ===================== */
main.dirFAQ {}
section.blockFAQ {
  padding: 60px 0 0 0;
}
section.blockFAQ dl {
  border-bottom: 1px solid rgba(217, 225, 226, 1);
}
section.blockFAQ dl > * {
  position: relative;
}
section.blockFAQ dl dt {
  padding: 0 0 0 65px;
  margin: 2.5em 1% 1.5em 1%;
  font-size: 15px;
  letter-spacing: .03rem;
  cursor: pointer;
}
section.blockFAQ dl dt em {
  color: rgba(255, 255, 255, 1);
  background-image: url(/images/faq/bal-blu.svg);
  top: -25px;
  left: .75em;
}
section.blockFAQ dl dt:before,
section.blockFAQ dl dt:after {
  content: '';
  width: 15px;
  height: 2px;
  background-color: rgba(55, 55, 55, 1);
  position: absolute;
  top: calc(50% - 3px);
  right: 1%;
  transition: .2s ease;
}
section.blockFAQ dl dt:before {
  transform: rotate(90deg);
}
section.blockFAQ dl dt.active:before {
  width: 0;
}
section.blockFAQ dl dd {
  display: none;
  padding: 35px 45px;
  background-color: rgba(240, 245, 247, 1);
}
section.blockFAQ dl dd p {
  padding: 50px 55px 40px 95px;
  background-color: rgba(255, 255, 255, 1);
  line-height: 1.7;
  position: relative;
}
section.blockFAQ dl dd i {}
section.blockFAQ dl dd em {
  background-image: url(/images/faq/bal-yel.svg);
  top: 25px;
  left: 35px;
}
section.blockFAQ dl em {
  width: 35px;
  height: 32px;
  padding: 8px 11px;
  font-size: 16px;
  line-height: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
/*
09 Company
========================================================================== */
/* Main ===================== */
main.dirCompany {}
section.blockCompany {
  padding: 60px 0 0 0;
}
section.blockCompany h3 {
  margin: 0 0 3em 0;
  text-align: center;
  position: relative;
}
section.blockCompany h3 i {
  font-size: 17px;
  letter-spacing: .05rem;
  padding: 0 0 0 1.25em;
  position: relative;
}
section.blockCompany h3 b {
  font-size: 14px;
  letter-spacing: .1rem;
  padding: 0 0 0 1em;
}
section.blockCompany h3 i:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: rgba(55, 55, 55, 1) transparent transparent transparent;
  position: absolute;
  top: 10px;
  left: 0;
}
section.blockCompany div.block dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: 1px solid rgba(217, 225, 226, 1);
  padding: 1.5em 2em 1.25em;
}
section.blockCompany div.block dl:last-child {
  border-bottom: 1px solid rgba(217, 225, 226, 1);
}
section.blockCompany div.block dl dt {
  width: 20%;
  padding: .5em 0;
}
section.blockCompany div.block dl dd {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: .6em 0 0 0;
}
section.blockCompany div.block dl dd > * {
  line-height: 1.8;
}
section.blockCompany div.block dl dd small,
section.blockCompany div.block dl dd span {
  font-size: 13px;
}
section.blockCompany div.block dl dd span {
  padding: 0 0 0 1em;
}
section.blockCompany div.block dl dd em,
section.blockCompany div.block dl dd a {
  font-size: 15px;
  letter-spacing: .07rem;
}
section.blockCompany div.block dl dd>i+i {
  padding: .5em 0 0;
}
section.blockCompany div.outline {}
section.blockCompany div.regal {
  margin: 115px 0 0 0;
}
/*
10 Contact
========================================================================== */
/* Main ===================== */
main.dirContact {}
main.dirContact p {
  margin: 2.5em 0 3.5em;
  line-height: 2;
}
main.dirContact p.error {
  color: rgba(255, 0, 0, 1);
}
main.dirContact .verThanks p {
  margin: 2.5em 0 0;
}
main.dirContact .formInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1.5em 0 0 0;
}
main.dirContact .formInfo i {}
main.dirContact .formInfo i small {
  font-size: 12px;
}
main.dirContact .formInfo i small:after {
  content: ':';
  padding: 0 .25em;
}
main.dirContact .formInfo i b {
  font-size: 13px;
}
main.dirContact .formInfo i b em {
  font-size: 15px;
}
.verThanks h3 {
  margin: 3em 0 0 0;
  text-align: center;
  line-height: 1.8;
}
.verThanks.verOrder {
  padding: 0;
}
/*
11 Order
========================================================================== */
/* Header ===================== */
header.dirOrder {
  margin: 2.5em 0;
  border-bottom: none;
}
header.dirOrder div.frame {
  flex-direction: column;
  justify-content: center;
  height: initial;
}
header.dirOrder h1 {
  width: 285px;
  margin: 4.5em 0;
}
header.dirOrder h2.ttlBasic {
  color: rgba(70, 165, 189, 1);
}
header.dirOrder h2.ttlBasic i {
  margin: 0 0 .4em 0;
  font-size: 12px;
}
header.dirOrder h2.ttlBasic b {
  font-size: 20px;
  letter-spacing: .2rem;
}
header.dirOrder p {
  text-align: center;
  margin: 2.5em 0 3.5em;
  line-height: 2;
}
header.dirOrder p.error {
  color: rgba(255, 0, 0, 1);
}
/* Main ===================== */
main.dirOrder {
  padding: 0 2.5em;
}
main.dirOrder h3.painterName {
  display: flex;
  justify-content: center;
  padding: 0 0 30px 0;
}
main.dirOrder h3.painterName p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.25em;
  position: relative;
}
main.dirOrder h3.painterName p:before,
main.dirOrder h3.painterName p:after {
  font-size: 15px;
  position: absolute;
  top: 2px;
}
main.dirOrder h3.painterName p:before {
  content: '[';
  left: 0;
}
main.dirOrder h3.painterName p:after {
  content: ']';
  right: 0;
}
main.dirOrder h3.painterName p i {
  font-size: 13px;
}
main.dirOrder h3.painterName p b {
  font-size: 19px;
  letter-spacing: .12rem;
  padding: 0 0 0 1em;
}
main.dirOrder h3.ttlTri {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 10px;
  position: relative;
}
main.dirOrder h3.ttlTri:before,
main.dirOrder h3.ttlTri:after {
  content: '';
  position: absolute;
}
main.dirOrder h3.ttlTri:before {
  width: 100%;
  height: 1px;
  background-color: rgba(217, 225, 226, 1);
  top: 15px;
  left: 0;
  z-index: -2;
}
main.dirOrder h3.ttlTri:after {
  width: 275px;
  height: 10px;
  background-color: rgba(255, 255, 255, 1);
  z-index: -1;
}
main.dirOrder h3.ttlTri i {
  padding: 0 0 0 2.5em;
  position: relative;
}
main.dirOrder h3.ttlTri i:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: rgba(55, 55, 55, 1) transparent transparent transparent;
  position: absolute;
  top: 12px;
  left: 1em;
}
main.dirOrder .listSize {
  padding: 1.5em 0;
}
main.dirOrder .listSize ul {
  justify-content: space-between;
  padding: 1.5em 0;
}
main.dirOrder .listSize ul li figcaption {
  width: 100%;
}
main.dirOrder .listSize ul li figcaption h4 {}
main.dirOrder .listSize ul li figcaption p {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 235px;
  padding: initial;
  background-color: rgba(70, 165, 189, 1);
  border-radius: .25em;
}
main.dirOrder .listSize ul li figcaption p:before,
main.dirOrder .listSize ul li figcaption p:after {
  display: none;
}
main.dirOrder .listSize ul li figcaption p.typeRadio label {
  display: block;
  width: 100%;
  padding: 1.5em 0 1.5em 2.25em;
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
main.dirOrder .listSize ul li figcaption p.typeRadio label:before,
main.dirOrder .listSize ul li figcaption p.typeRadio label:after {
  left: 50%;
}
main.dirOrder .listSize ul li figcaption p.typeRadio label:before {
  transform: translate(-69px, -50%);
}
main.dirOrder .listSize ul li figcaption p.typeRadio label:after {
  transform: translate(-70px, -50%);
}
main.dirOrder .listSize ul li figcaption p.typeRadio>input[type=radio]:checked+label {
  background-color: rgba(242, 225, 0, 1);
}
div.listUpload {
  padding: 0 0 1em;
}
div.listUpload h3.ttlTri:after {
  width: 210px;
}
div.listUpload p {
  margin: 2.75em 0 1.25em;
  font-size: 13px;
  text-align: center;
}
div.listUpload p small {
  font-size: 11px;
}
div.listSubpainter h3.ttlTri:after {
  width: 375px;
}
div.selectWay,
div.selectSubpainter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em 0;
}
div.selectWay div,
div.selectSubpainter div {
  width: 40%;
  position: relative;
}
div.selectWay div:before,
div.selectWay div:after,
div.selectSubpainter div:before,
div.selectSubpainter div:after {
  content: '';
  position: absolute;
  top: 50%;
  pointer-events: none;
  transform: translate(0, -50%);
}
div.selectWay div:before,
div.selectSubpainter div:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
  right: 16px;
  z-index: 2;
}
div.selectWay div:after,
div.selectSubpainter div:after {
  width: 40px;
  height: 100%;
  border-top-right-radius: .25em;
  border-bottom-right-radius: .25em;
  background-color: rgba(70, 165, 189, 1);
  right: 0;
  z-index: 1;
}
div.selectWay select,
div.selectSubpainter select {
  width: 100%;
  min-height: 40px;
  padding: 1em 2em;
  border: 1px solid rgba(190, 200, 200, 1);
  background: rgba(245, 245, 235, 1);
  text-align: center;
  text-overflow: ellipsis;
  outline: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
div.selectWay select::-ms-expand,
div.selectSubpainter select::-ms-expand {
  display: none;
}
div.listSubpainter div.sub2nd {
  margin: .75em 0;
}
div.listSubpainter p {
  margin: .75em 0 2.5em;
  font-size: 13px;
  text-align: center;
}
div.selectArea {
  width: 70%;
  margin: 1em auto 0 auto;
  padding: 2.5em;
  background-color: rgba(245, 245, 235, 1);
}
div.selectArea h4 {
  text-align: center;
}
div.selectArea h4 i {
  padding: 0 0 0 1.25em;
  position: relative;
}
div.selectArea h4 i:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: rgba(55, 55, 55, 1) transparent transparent transparent;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 2;
}
div.selectArea p {
  margin: 1.75em 0 1.5em 0;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}
.verUpload dl {
  background-color: rgba(255, 255, 255, 1);
}
.verUpload dl dt {
  width: 22.5%;
  font-size: 13px;
  text-align: center;
  position: relative;
}
.verUpload dl dt:before {
  content: '';
  width: 1px;
  height: 100%;
  background: rgba(217, 225, 226, 1);
  position: absolute;
  top: -2px;
  right: -.5em;
}
.verUpload dl dd {
  width: 77.5%;
  padding: 0 0 0 3em;
}
.verStrage span {
  display: block;
  text-align: center;
}
.verStrage span input {
  padding: .75em .75em .4em;
  background-color: rgba(255, 255, 255, 1);
}
.verSend button {
  display: block;
  margin: auto;
  cursor: pointer;
}
.verPayment p.typeRadio {
  padding: 0 0 0 1.5em;
}
.verPayment p.typeRadio label:after {
  left: -1.5em;
  border: 1px solid rgba(150, 175, 175, 1);
}
.verPayment p.typeRadio label:before {
  left: -1.5em;
  transform: translate(0, -65%);
}
.verPayment p.typeRadio label:after {
  background-color: rgba(255, 255, 255, 1);
  transform: translate(-1px, -65%);
}
.verPurchase div.blockOrder {}
.verPurchase div.blockOrder dl {
  justify-content: center;
  align-items: center;
  margin: 30px auto 1.5em;
  padding: 2.5em 0 1em;
  border-bottom: none;
  position: relative;
}
.verPurchase div.blockOrder dl dt {}
.verPurchase div.blockOrder dl dt picture {
  width: 150px;
}
.verPurchase div.blockOrder dl dt picture img {
  width: 100%;
}
.verPurchase div.blockOrder dl dd {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 3.5em;
}
.verPurchase div.blockOrder dl dd > * {
  margin: .35em 0;
  line-height: 1;
  white-space: nowrap;
}
.verPurchase div.blockOrder dl dd small {
  letter-spacing: .02rem;
  position: relative;
  top: -.02em;
}
.verPurchase div.blockOrder dl dd i {
  font-size: 17px;
  letter-spacing: .08rem;
}
.verPurchase div.blockOrder dl dd i small {
  padding: 0 1em 0 0;
  font-size: 13px;
}
.verPurchase div.blockOrder dl dd b {
  font-size: 22px;
  letter-spacing: .04rem;
}
.verPurchase div.blockOrder dl dd b small {
  padding: 0 0 0 .1em;
  font-size: 13px;
}
.verPurchase div.blockOrder dl dd b:before {
  content: '¥';
  padding: 0 .1em 0 0;
  font-size: 21px;
}
.verWelcome.blockIntro {
  padding: 0;
}
.verWelcome.blockIntro p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.verWelcome.blockIntro p span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0 0 0;
}
.verWelcome.blockIntro p span > * {
  position: relative;
}
.verWelcome.blockIntro p span i {
  padding: 0 0 9px 15px;
}
.verWelcome.blockIntro p span i:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: rgba(55, 55, 55, 1) transparent transparent transparent;
  position: absolute;
  top: 11px;
  left: 0;
}
.verWelcome.blockIntro p span b {
  display: flex;
  align-items: center;
}
.verWelcome.blockIntro p span b u {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 45px 9px;
  border: 1px solid rgba(55, 55, 55, .4);
  font-size: 93%;
  line-height: 1.8;
}
.verWelcome.blockIntro p span b>u+u {
  border-left: none;
}
.verWelcome.blockIntro p span b u small {
  font-size: 85%;
  letter-spacing: .05rem;
}
.notice-row {
  width: 800px;
  margin: auto;
}
.notice-row dl {
  display: flex;
  line-height: 1.8;
  background-color: rgba(245, 245, 235, 1);
  padding: 25px 40px;
  font-size: 90%;
}
.notice-row>dl+dl {
  margin: 3px 0 0 0;
}
.notice-row dt {
  width: 20%;
}
.notice-row dd {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.notice-row dd i {
  line-height: inherit;
}
.notice-row dd>i+i {
  margin: 5px 0 0 0;
}
.notice-row dd a {
  display: contents;
}
/* Footer ===================== */
footer.dirOrder {
  margin: 0 0 7.5em 0;
}
footer.dirOrder ul.info li p {
  flex-direction: column;
}
footer.dirOrder ul.info li p span {
  padding: .25em 1.25em;
}
footer.dirOrder ul.info li p>span+span:before {
  display: none;
}
@media screen and (max-width:1184px) {
  section.blockGuide .listFlow.typeLead ul li > * {
    width: 17.5vw;
    height: 17.5vw;
    min-width: initial;
    min-height: initial;
  }
  section div.boxText p br {
    display: none;
  }
  main.dirAboutus div.frame {
    max-width: initial;
  }
  section.catchConcept div.boxText p {
    padding: 0 7.5em 5.25em 5px;
  }
  section.catchFlow div.boxText {
    width: 59%;
    padding: 5.75em 0 0 7.5em;
  }
  section.blockGuide .listFlow div.inner div.boxText>button+button {
    display: block;
    margin: .75em 0 0 0;
  }
  section.blockResults div.frame {
    max-width: initial;
  }
  section.blockResults div.block {
    flex-direction: column;
  }
  /* boxText */
  section.blockResults div.block div.boxText {
    flex-direction: row;
    justify-content: flex-start;
    width: 65%;
    padding: 1.75em 3em;
    margin: 0 auto 3.5em;
  }
  section.blockResults div.block div.boxText picture {
    width: 10%;
  }
  section.blockResults div.block div.boxText div {
    width: 90%;
    padding: 0 0 0 3em;
  }
  section.blockResults div.block div.boxText h2 {
    margin: 0 0 1em 0;
  }
  section.blockResults div.block div.boxText h3 {
    width: 70px;
    height: 70px;
    top: -20px;
    left: -40px;
  }
  section.blockResults div.block div.boxText h3 i {
    font-size: 12px;
    padding: .5em 0 .32em 0;
  }
  section.blockResults div.block div.boxText h3 b {
    font-size: 24px;
  }
  /* boxImages */
  section.blockResults div.block div.boxImages {
    width: 85%;
    padding: 0 0 0 5%;
  }
  section.blockResults div.block div.boxImages div.box {
    height: 45vw;
    max-height: 525px;
  }
  section.blockResults div.block div.boxImages div.box a {}
  section.blockResults div.block div.boxImages div.box picture {
    width: 55%;
  }
  section.blockResults div.block div.boxImages div.box h3 {
    width: 45%;
    padding: 0 0 0 1.5vw;
  }
  section.blockResults div.block div.boxImages div.box h3 i {
    font-size: 17px;
    letter-spacing: .08rem;
    padding: 0 0 1em 0;
  }
  /* boxControll */
  section.blockResults button.slick-prev {
    right: calc(5.75vw + 22.5%);
  }
  section.blockResults button.slick-next {
    right: calc(5.75vw + .5%);
  }
  section.blockResults ul.slick-dots {
    width: 30%;
    padding: 0;
    right: 3.75vw;
  }
  main.dirMessage div.message picture {
    width: 45%;
    padding: 0 5em;
  }
  main.dirMessage div.message div {
    width: 55%;
  }
  main.dirMessage div.message div h4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main.dirMessage div.message div h4 i {
    position: relative;
    left: -.5em;
  }
  main.dirMessage div.message div h4 b {
    margin: 2.25em 0 0 0;
    font-size: 13px;
    letter-spacing: .08rem;
    position: relative;
    bottom: initial;
    left: initial;
  }
  main.dirMessage div.message div h4 b small {
    padding: 0 1em 0 0;
  }
}
@media screen and (max-width:1040px) {
  /*
01 Root
========================================================================== */
  /* Header ===================== */
  header.dirRoot {
    max-height: 900px;
    min-height: 600px;
  }
  header.dirRoot div.frame {
    padding: 3.5em 3.5em 3em;
  }
  /* navigation */
  header.dirRoot div.navigation {
    justify-content: center;
    width: 20%;
    position: absolute;
    top: 0;
    left: 2.5em;
  }
  header.dirRoot div.navigation h1 {
    width: 150px;
    margin: auto;
    position: absolute;
    top: 5em;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
  }
  header.dirRoot div.navigation button.btnScroll {
    display: none
  }
  /* firstslider */
  header.dirRoot div.firstslider {
    width: 77.5%;
    padding: 0 0 0 2em;
  }
  header.dirRoot div.firstslider picture {
    height: 96.5%;
  }
  header.dirRoot div.firstslider h2 {
    height: 3.5%;
    font-size: 11px;
  }
  /* maincopy */
  header.dirRoot div.maincopy {
    width: 20%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 2.5em;
    transform: translate(0, -45%);
  }
  header.dirRoot div.maincopy h2 {
    right: initial;
  }
  /* Main ===================== */
  /* blockConcept */
  main.dirRoot section.blockConcept div.frame {
    flex-direction: column;
  }
  main.dirRoot section.blockConcept h2 {
    width: 100%;
  }
  main.dirRoot section.blockConcept h2 i {
    width: 200px;
    padding: 0 0 2.5em 0;
  }
  main.dirRoot section.blockConcept h2 b {
    width: 225px;
  }
  main.dirRoot section.blockConcept .boxText {
    width: 100%;
    padding: 5em 3.5em 0;
  }
  main.dirRoot section.blockConcept .boxText h3 {
    margin: 0;
    text-align: center;
  }
  main.dirRoot section.blockConcept .boxText p {
    margin: 4em 0 3.5em;
  }
  main.dirRoot section.blockConcept .boxText p br {
    display: none;
  }
  main.dirRoot section.blockConcept .boxText button {
    display: flex;
    margin: auto;
  }
  /* listFlow */
  section.blockGuide .listFlow.typeLead ul li {
    margin: 0 -2.25vw;
  }
  section.blockGuide .listFlow.typeLead ul li:before {
    width: 4vw;
    height: 2vw;
    top: calc(50% - 1vw);
    right: -.25vw;
  }
  section.blockGuide .listFlow.typeLead ul li > * {
    width: 19vw;
    height: 19vw;
  }
  section.blockGuide .listFlow.typeLead ul li h3 em {
    font-size: 25px;
  }
  section.blockGuide .listFlow.typeLead ul li figure {
    width: 7vw;
    height: 5vw;
  }
  section.blockGuide .listFlow.typeLead ul li figcaption {
    margin: 1.25em 0 .75em 0;
    font-size: 13px;
  }
  /* blockPainter */
  main.dirRoot section.blockPainter .listPainter div.box picture {
    height: 22.5vw;
    max-height: initial;
  }
  main.dirRoot section.blockPainter figure.shapeTri.verUp {
    top: -10vw;
  }
  main.dirRoot section.blockPainter figure.shapeTri.verDown {
    top: 37.5vw;
  }
  /*
02 Aboutus
========================================================================== */
  main.dirAboutus div.boxTtl h2 {
    width: 70px;
  }
  section.catchPainter div.boxText h3 br {
    display: none;
  }
  /*
03 Flow
========================================================================== */
  main.dirFlow section.blockIntro button.btnScroll {
    display: none;
  }
  main.dirFlow section.blockIntro .ttlLeft {
    display: flex;
    justify-content: center;
    position: relative;
  }
  main.dirFlow section.blockIntro .ttlLeft li {
    padding: 0 3.25em .3em;
    margin: 2em 1em 0;
  }
  main.dirFlow section.blockIntro .ttlLeft li:before {
    right: .5em;
  }
  main.dirFlow section.blockGuide .listSize ul li {
    padding: 2.25em 2.5em;
  }
  main.dirFlow section.blockGuide .listSize ul li p {
    background-color: rgba(255, 255, 255, 1);
  }
  section.blockGuide .listFlow {
    padding: 55px 5em 110px;
  }
  main.dirFlow section.blockPrice div.frame {
    padding: 0 5em;
  }
  main.dirFlow section.blockPrice div.aboutSend p {
    width: 100%;
    text-align: left;
  }
  main.dirFlow section.blockPrice div.aboutSend p br {
    display: none;
  }
  /*
04 Results
========================================================================== */
  section.blockResults div.block div.boxText {
    width: 90%;
  }
  section.blockResults div.block div.boxText picture {
    width: 15%;
  }
  section.blockResults div.block div.boxText div {
    width: 85%;
  }
  /*
05 Painter
========================================================================== */
  main.dirPainter section.blockPainter div.block {
    flex-direction: column-reverse;
  }
  main.dirPainter section.blockPainter div.block ul {
    width: 100%;
  }
  main.dirPainter section.blockPainter div.block ul li {
    height: 25vw;
  }
  main.dirPainter section.blockPainter div.block h3 {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 3em 0;
    padding: 0 .5em;
  }
  main.dirPainter section.blockPainter div.block h3 > * {
    line-height: 1;
  }
  main.dirPainter section.blockPainter div.block h3 i {
    font-size: 18px;
  }
  main.dirPainter section.blockPainter div.block h3 b {
    font-size: 12px;
    margin: 0 0 0 1.5em;
    position: relative;
    top: -1px;
  }
  main.dirPainter section.blockPainter div.block h3 button.more {
    position: absolute;
    top: 48px;
    right: .5em;
    border-radius: .5em;
  }
  section.detailPainter {
    padding: 65px 0 0 0;
  }
  section.detailPainter h2 i {
    font-size: 18px;
  }
  section.detailPainter div.block {
    padding: 55px 0 0;
  }
  section.detailPainter div.profile {
    padding: 75px 0 0;
  }
  section.detailPainter div.profile div.boxText ul.listCareer li i {
    width: 10%;
  }
  section.detailPainter div.profile div.boxText ul.listCareer li b {
    width: 90%;
  }
  /*
06 News
========================================================================== */
  main.dirNews section.listNews ul li a {
    align-items: flex-start;
  }
  /*
07 Message
========================================================================== */
  main.dirMessage div.message picture {
    padding: 0 5em 0 2.5em;
  }
  main.dirMessage div.message div p {
    margin: 2.75em 0 3.5em;
    padding: 0 3.5em 0 0;
  }
  main.dirMessage div.message div p br {
    display: none;
  }
  main.dirMessage div.message div h4 i {
    width: 175px;
  }
  main.dirMessage div.message div h4 b {
    margin: 2em 0 0 0;
  }
  main.dirMessage div.message hr.shapeCircle {
    top: 3.5em;
    left: initial;
    right: 1vw;
    transform: translate(0, 0);
  }
  /*
09 COMPANY
========================================================================== */
  section.blockCompany.verRow div.block dl {
    flex-direction: column;
    padding: 1.5em 0 1.25em;
  }
  section.blockCompany.verRow div.block dl dt {
    width: 100%;
    padding: .5em 0 .5em 1em;
    position: relative;
  }
  section.blockCompany.verRow div.block dl dt:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: rgba(55, 55, 55, 1) transparent transparent transparent;
    position: absolute;
    top: 20px;
    left: 0;
  }
  /*
11 Order
========================================================================== */
  main.dirOrder .listSize ul {
    justify-content: space-between;
    padding: 0 0 1.5em 0;
  }
  main.dirOrder .listSize ul li {
    padding: 2.5em 2em 2.5em 2em;
  }
  main.dirOrder .listSize ul li:first-child {
    padding: 1.75em 2em 2.5em 2em;
    border-top: none;
  }
  main.dirOrder .listSize ul li figure {
    width: 45%;
  }
  main.dirOrder .listSize ul li figcaption {
    justify-content: center;
    align-items: center;
    width: 55%;
  }
  main.dirOrder .listSize ul li figcaption h3 i {
    padding: 12px 1em 0 0;
    top: 5px;
  }
  main.dirOrder .listSize ul li figcaption h4 {
    justify-content: flex-start;
    margin: .75em 0 0;
  }
  main.dirOrder .listSize ul li figcaption p {
    margin: 1.25em 0 0 0;
    max-width: 245px;
  }
  main.dirOrder .listSize ul li figcaption p:before,
  main.dirOrder .listSize ul li figcaption p:after {
    display: none;
  }
  div.selectWay div,
  div.selectSubpainter div {
    width: 100%;
  }
  div.selectWay select,
  div.selectSubpainter select {
    width: 100%;
    padding: .5em 2.5vw .25em;
  }
  div.selectArea {
    width: 100%;
    padding: 3em;
  }
  .verWelcome.blockIntro p span {
    width: 100%;
  }
  .verWelcome.blockIntro p span b {
    flex-direction: column;
    width: 100%;
  }
  .verWelcome.blockIntro p span b u {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 0 9px;
  }
  .verWelcome.blockIntro p span b>u+u {
    border-top: none;
    border-left: 1px solid rgba(55, 55, 55, .4);
  }
  .verWelcome.blockIntro p span b u small {
    padding: 0 10px 0 0;
  }
  .notice-row {
    width: 100%;
  }
  .notice-row dl {
    flex-direction: column;
  }
  .notice-row dt {
    width: 100%;
    padding: 0 0 5px 15px;
    position: relative;
  }
  .notice-row dt:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: rgba(55, 55, 55, 1) transparent transparent transparent;
    position: absolute;
    top: 7px;
    left: 0;
  }
  .notice-row dd {
    width: 100%;
  }
  .notice-row dd br {
    display: none
  }
}
@media screen and (max-width:768px) {}
@media screen and (max-width:600px) {
  /*
01 Root
========================================================================== */
  /* Header ===================== */
  header.dirRoot {
    max-height: initial;
    min-height: initial;
  }
  header.dirRoot div.frame {
    padding: .65em;
  }
  header.dirRoot div.firstslider {
    width: 100%;
    padding: 0 0 28.5vh 0;
  }
  header.dirRoot div.firstslider picture {
    height: 100%;
  }
  header.dirRoot div.firstslider h2 {
    display: none;
  }
  header.dirRoot div.navigation {
    width: 100%;
    height: 28.5vh;
    top: initial;
    bottom: 0;
    left: 0;
  }
  header.dirRoot div.navigation h1 {
    width: 40vw;
    max-width: 25vh;
    padding: 0 0 0 .5em;
    top: 4vh;
  }
  header.dirRoot div.maincopy {
    display: none;
  }
  /* Main ===================== */
  /* blockNews */
  main.dirRoot section.blockNews article {
    height: 45vw;
    max-height: 200px;
  }
  main.dirRoot section.blockNews article a {
    align-items: center;
  }
  /* blockConcept */
  main.dirRoot section.blockConcept h2 i {
    width: 150px;
    padding: 0 0 2.5em 0;
  }
  main.dirRoot section.blockConcept h2 b {
    width: 170px;
  }
  main.dirRoot section.blockConcept .boxText {
    padding: 4em 0 0;
  }
  main.dirRoot section.blockConcept .boxText h3 {
    font-size: 14px;
  }
  main.dirRoot section.blockConcept .boxText p {
    margin: 3em 0 4em;
    line-height: 2.3;
  }
  main.dirRoot section.blockConcept picture {
    height: 65vw;
    max-height: 275px;
    margin: 6.5em 0 0 0;
    background-size: auto 100%;
  }
  /* blockGuide */
  main.dirRoot section.blockGuide h2 b:before {
    width: 80px;
    height: 45px;
    top: -65px;
    left: -27px;
  }
  main.dirRoot section.blockGuide h2 b:after {
    font-size: 9px;
    letter-spacing: 0;
    top: -51px;
    left: -9px;
  }
  section.blockGuide .listFlow.typeLead {
    padding: 6em 2em;
  }
  section.blockGuide .listFlow.typeLead ul {
    margin: 0 0 2em;
  }
  section.blockGuide .listFlow.typeLead ul li {
    width: 100%;
    margin: 0;
    padding: 1.5em 0;
    border-bottom: 1px dashed rgba(180, 190, 190, 1);
  }
  section.blockGuide .listFlow.typeLead ul li:last-child {
    border-bottom: none;
  }
  section.blockGuide .listFlow.typeLead ul li:nth-child(even) {
    padding: 1.5em 0;
  }
  section.blockGuide .listFlow.typeLead ul li:before {
    width: 2em;
    height: 1.25em;
    background-color: rgba(255, 255, 255, 1);
    top: initial;
    bottom: -.25em;
    right: .12em;
  }
  section.blockGuide .listFlow.typeLead ul li:nth-child(odd):before {
    transform: rotate(90deg);
  }
  section.blockGuide .listFlow.typeLead ul li:nth-child(even):before {
    transform: rotate(90deg);
  }
  section.blockGuide .listFlow.typeLead ul li:last-child:before {
    display: none;
  }
  section.blockGuide .listFlow.typeLead ul li > * {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: initial;
	aspect-ratio: initial;
    min-width: initial;
    min-height: initial;
    background-color: initial;
    border: none;
    border-radius: 0;
    padding: 0 0 0 36vw;
    position: relative;
  }
  section.blockGuide .listFlow.typeLead ul li h3 {}
  section.blockGuide .listFlow.typeLead ul li h3 small {
    font-size: 12px;
  }
  section.blockGuide .listFlow.typeLead ul li h3 em {
    font-size: 20px;
  }
  section.blockGuide .listFlow.typeLead ul li figure {
    width: 20vw;
    height: 17.5vw;
    max-width: 65px;
    margin: 0;
    position: absolute;
    top: -1.25vw;
    left: 10vw;
  }
  section.blockGuide .listFlow.typeLead ul li figcaption {
    margin: .75em 0;
    font-size: 12px;
  }
  /* blockPainter */
  main.dirRoot section.blockPainter .listPainter {
    margin: 3em 0 0 0;
  }
  main.dirRoot section.blockPainter .listPainter div.box picture {
    height: 55vw;
    max-height: 245px;
  }
  main.dirRoot section.blockPainter .listPainter div.box h3 {
    padding: 1.25em 0 .9em;
  }
  main.dirRoot section.blockPainter .listPainter div.box h3 i {
    font-size: 12px;
  }
  main.dirRoot section.blockPainter .listPainter div.box h3 b {
    font-size: 10px;
  }
  main.dirRoot section.blockPainter p {
    padding: 0 2em;
    margin: 3.5em auto;
    text-align: justify;
    line-height: 2.3;
  }
  main.dirRoot section.blockPainter p br {
    display: none;
  }
  main.dirRoot section.blockPainter button.more {
    display: flex;
    width: calc(100% - 4.5em);
  }
  main.dirRoot section.blockPainter figure.shapeTri {
    height: 57.5vw;
  }
  main.dirRoot section.blockPainter figure.shapeTri hr {
    border-width: 0 62.5vw 57.5vw 62.5vw;
  }
  main.dirRoot section.blockPainter figure.shapeTri.verUp {
    top: -25vw;
  }
  main.dirRoot section.blockPainter figure.shapeTri.verUp hr.wordUp {
    top: .5em;
    left: 50%;
    transform: translate(-50%, 0);
  }
  main.dirRoot section.blockPainter figure.shapeTri.verDown {
    top: 50%;
  }
  main.dirRoot section.blockPainter figure.shapeTri.verDown hr.wordDown {
    bottom: 5.25em;
    left: 50%;
    transform: translate(-50%, 0) scaleY(-1);
  }
  /*
02 Aboutus
========================================================================== */
  /* Main ===================== */
  main.dirAboutus div.boxTtl h2 {
    width: 55px;
  }
  main.dirAboutus div.boxText h3 {
    margin: 3.5em 0 2.75em 0;
    font-size: 14px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0;
  }
  main.dirAboutus div.boxText p {
    line-height: 2.3;
  }
  main.dirAboutus figure.shapeTri {
    display: none;
  }
  /* catchConcept */
  section.catchConcept div.frame {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  section.catchConcept div.boxTtl {
    width: 100%;
  }
  section.catchConcept div.boxTtl h2 {
    right: initial;
  }
  section.catchConcept div.boxTtl h2 hr.shapeCircle {
    top: .5em;
    left: -6.5em;
  }
  section.catchConcept div.boxText {
    width: 100%;
  }
  section.catchConcept div.boxText h3 {
    padding: 0;
  }
  section.catchConcept div.boxText p {
    padding: 0 2em 5em;
  }
  section.catchConcept div.boxText picture {
    max-width: initial;
    height: 65vw;
    max-height: 275px;
    background-position: center center;
  }
  section.catchConcept figure.shapeTri {
    display: none;
  }
  /* catchFlow */
  section.catchFlow div.frame {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2em auto 0;
  }
  section.catchFlow div.boxTtl {
    width: 100%;
  }
  section.catchFlow div.boxTtl h2 {
    left: initial;
  }
  section.catchFlow div.boxTtl h2 hr.shapeCircle {
    top: -2.5em;
    right: -6.5em;
  }
  section.catchFlow div.boxText {
    width: 100%;
    padding: 0;
  }
  section.catchFlow div.boxText p {
    padding: 0 2em 3.5em;
  }
  section.catchFlow div.boxText button {
    width: calc(100% - 4em);
    margin: 0 auto 7.5em;
  }
  section.catchFlow div.boxText picture {
    width: 100%;
    max-width: initial;
    height: 65vw;
    max-height: 275px;
    top: initial;
    right: initial;
  }
  section.catchFlow figure.shapeTri {
    display: none;
  }
  /* catchPainter */
  section.catchPainter {
    padding: 3.5em 0 0 0;
  }
  section.catchPainter div.frame {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2em auto 0;
  }
  section.catchPainter div.boxTtl {
    width: 100%;
  }
  section.catchPainter div.boxTtl h2 {
    right: initial;
  }
  section.catchPainter div.boxTtl h2 hr.shapeCircle {
    top: .5em;
    left: -6.5em;
  }
  section.catchPainter div.boxText {
    width: 100%;
    padding: 0;
  }
  section.catchPainter div.boxText h3 {
    padding: 0;
  }
  section.catchPainter div.boxText p {
    padding: 0 2em 5em;
  }
  section.catchPainter div.boxText picture {
    width: 100%;
    max-width: initial;
    height: 65vw;
    max-height: 275px;
    position: relative;
    bottom: initial;
    left: initial;
  }
  /*
03 Flow
========================================================================== */
  /* blockIntro */
  main.dirFlow section.blockIntro {
    padding: 3.5em 0 10em;
    margin: 0;
  }
  main.dirFlow section.blockIntro p {
    margin: 2.75em 2em 4em;
    letter-spacing: 0;
  }
  main.dirFlow section.blockIntro p br {
    display: none;
  }
  main.dirFlow section.blockIntro .ttlLeft {
    padding: 0 2em;
    margin: auto;
  }
  main.dirFlow section.blockIntro .ttlLeft:before {
    display: none;
  }
  main.dirFlow section.blockIntro .ttlLeft li {
    padding: 0 7vw .5em;
    margin: 0 2vw;
    border-bottom: 1px solid rgba(70, 165, 189, 1);
  }
  main.dirFlow section.blockIntro .ttlLeft li > * {
    font-size: 14px;
    letter-spacing: .05rem;
  }
  main.dirFlow section.blockIntro .ttlLeft li:before {
    right: .25em;
  }
  /* blockGuide */
  main.dirFlow section.blockGuide hr.shapeCircle {
    width: 125px;
    height: 125px;
    top: -10em;
    left: 50%;
    transform: translate(-400px, 0);
  }
  main.dirFlow section.blockGuide h2.ttlBasic {
    margin: 0 0 .75em 0;
  }
  main.dirFlow section.blockGuide .ttlLeft i {
    background-color: rgba(240, 245, 247, 1);
  }
  main.dirFlow section.blockGuide .listSize ul li {
    padding: 2.25em 0;
  }
  section.blockGuide .listFlow {
    padding: 3.75em 2em 3em;
  }
  section.blockGuide .listFlow div.block {
    background-color: initial;
  }
  section.blockGuide .listFlow div.inner {
    flex-direction: column;
    padding: 3.25em 0 3.5em;
    border-bottom: 1px dashed rgba(180, 190, 190, 1);
  }
  section.blockGuide .listFlow div.inner:last-child {
    padding: 3.25em 0 0;
    border-bottom: none;
  }
  section.blockGuide .listFlow div.inner:not(:last-child):before,
  section.blockGuide .listFlow div.inner:not(:last-child):after {
    display: none;
  }
  section.blockGuide .listFlow div.inner div.boxTitle {
    width: 100%;
    padding: 0;
    left: initial;
  }
  section.blockGuide .listFlow div.inner div.boxTitle:before {
    display: none;
  }
  section.blockGuide .listFlow div.inner div.boxTitle > * {
    padding: 0 .1em;
    color: rgba(70, 165, 189, 1);
  }
  section.blockGuide .listFlow div.inner div.boxTitle i {
    font-size: 14px;
    letter-spacing: .03rem;
  }
  section.blockGuide .listFlow div.inner div.boxTitle b {
    font-size: 22px;
    letter-spacing: .05rem;
  }
  section.blockGuide .listFlow div.inner div.boxText {
    width: 100%;
    padding: 0;
  }
  section.blockGuide .listFlow div.inner div.boxText h3 {
    justify-content: center;
    margin: .5em 0 2.5em;
  }
  section.blockGuide .listFlow div.inner div.boxText h3 i {
    width: 50px;
    height: 35px;
    margin: 0 .5em 0 0;
  }
  section.blockGuide .listFlow div.inner div.boxText h3 b {
    margin: 1em 0 0 0;
    font-size: 14px;
    letter-spacing: .08rem;
  }
  section.blockGuide .listFlow div.inner div.boxText p {
    line-height: 2.3;
  }
  section.blockGuide .listFlow div.inner div.boxText button {
    width: 100%;
    margin: 2.75em 0 0 0;
  }
  section.blockGuide .listFlow div.inner div.boxText button > * {
    justify-content: center;
  }
  section.blockGuide .listFlow div.inner div.boxText button i {
    width: 35px;
    height: 27px;
  }
  section.blockGuide .listFlow div.inner div.boxText button b {
    margin: 0 0 0 1.25em;
	font-size: 12px;
  }
  section.blockGuide .listFlow div.inner div.boxText>button+button {
    margin: .75em 0 0;
  }
  section.blockGuide .listFlow div.inner div.boxText ul.checkFlow {
    margin: 3em 0 .75em 0;
    padding: 0 0 1.25em;
    background-color: rgba(255, 255, 255, 1);
    border-radius: .5em;
  }
  section.blockGuide .listFlow div.inner div.boxText ul.checkFlow li {
    padding: 2em;
    border-bottom: 3px solid rgba(240, 245, 247, 1);
  }
  section.blockGuide .listFlow div.inner div.boxText ul.checkFlow li:last-child {
    border-bottom: none;
  }
  section.blockGuide .listFlow div.inner div.boxText ul.checkFlow li i {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 22px;
    letter-spacing: .03rem;
    text-align: center;
    color: rgba(70, 165, 189, 1);
    background-color: initial;
  }
  section.blockGuide .listFlow div.inner div.boxText ul.checkFlow li i small {
    display: block;
    text-align: center;
    padding: 1.15em 0 0;
    font-size: 13px;
    letter-spacing: 0;
  }
  section.blockGuide .listFlow div.inner div.boxText ul.checkFlow li i small:before {
    display: none;
  }
  section.blockGuide .listFlow div.inner div.boxText ul.checkFlow li b {
    letter-spacing: 0;
  }
  section.blockGuide .listFlow div.inner div.boxText ul.checkFlow li b small {
    font-size: 11px;
  }
  section.blockGuide figure.shapeTri {
    height: 75px;
  }
  section.blockGuide figure.shapeTri hr {
    border-width: 0 50vw 75px 50vw;
  }
  section.blockGuide figure.shapeTri.verUp {
    top: -75px;
  }
  section.blockGuide figure.shapeTri.verUp hr.wordUp {
    top: 0;
    left: 0;
  }
  section.blockGuide figure.shapeTri.verDown {
    bottom: -75px;
  }
  section.blockGuide figure.shapeTri.verDown hr.wordDown {
    bottom: 0;
    left: 0;
  }
  /* blockPrice */
  main.dirFlow section.blockPrice {
    margin: .5em 0 0 0;
    top: 0;
  }
  main.dirFlow section.blockPrice div.frame {
    padding: 0 2em;
  }
  main.dirFlow section.blockPrice div.boxIntro h3 {
    margin: 2.5em 0;
    font-size: 14px;
  }
  main.dirFlow section.blockPrice div.boxIntro h3 br {
    display: block;
  }
  main.dirFlow section.blockPrice div.boxIntro p {
    text-align: justify;
    line-height: 2.3;
  }
  main.dirFlow section.blockPrice div.boxIntro br {
    display: none;
  }
  /* listPrice */
  main.dirFlow section.blockPrice div.listPrice ul {
    padding: 3em 0 0 0;
  }
  main.dirFlow section.blockPrice div.listPrice ul li {
    flex-direction: column;
    padding: 1.75em 0 1em;
    margin: .75em 0;
  }
  main.dirFlow section.blockPrice div.listPrice ul li h3 {
    margin: 0 0 .5em 0;
  }
  main.dirFlow section.blockPrice div.listPrice ul li h3 em {
    font-size: 15px;
    letter-spacing: .05rem;
  }
  main.dirFlow section.blockPrice div.listPrice ul li h3 i {
    font-size: 13px;
  }
  main.dirFlow section.blockPrice div.listPrice ul li h3 b {
    padding: 0 0 0 .5em;
  }
  main.dirFlow section.blockPrice div.listPrice ul li h3 b>em+em:before {
    top: .02em;
  }
  main.dirFlow section.blockPrice div.listPrice ul li h3 b small {
    font-size: 11px;
    padding: 0 0 0 .3em;
  }
  main.dirFlow section.blockPrice div.listPrice ul li h4 {
    padding: 0;
  }
  main.dirFlow section.blockPrice div.listPrice ul li h4 i {
    font-size: 28px;
    letter-spacing: .0;
    right: 0;
  }
  main.dirFlow section.blockPrice div.listPrice ul li h4 i:before {
    font-size: 27px;
  }
  main.dirFlow section.blockPrice div.listPrice ul li h4 i small {
    padding: 0 0 0 .4em;
  }
  main.dirFlow section.blockPrice div.listPrice ul li h4 i small:before {
    padding: 0 .15em 0 0;
  }
  main.dirFlow section.blockPrice div.listPrice p {
    padding: 1em 0 0 0;
    font-size: 11px;
    letter-spacing: .03rem;
    white-space: nowrap;
  }
  /* aboutSend */
  main.dirFlow section.blockPrice div.aboutSend {
    padding: 5em 0 0 0;
  }
  main.dirFlow section.blockPrice div.aboutSend h3 {
    margin: 0 0 2.5em 0;
    font-size: 14px;
  }
  main.dirFlow section.blockPrice div.aboutSend h3 i {
    padding: 0 0 0 12px;
  }
  main.dirFlow section.blockPrice div.aboutSend h3 i:before {
    border-width: 5px 3px 0 3px;
  }
  main.dirFlow section.blockPrice div.aboutSend p {
    width: 100%;
    padding: 0;
    border: none;
    line-height: 2;
    text-align: justify;
  }
  main.dirFlow section.blockPrice div.aboutSend p br {
    display: none;
  }
  /*
04 Results
========================================================================== */
  /* blockResults */
  section.blockResults div.block {
    padding: 7em 0 4.25em 0;
  }
  section.blockResults div.block:last-child {
    padding: 7em 0 0 0;
    border-bottom: none;
  }
  /* boxText */
  section.blockResults div.block div.boxText {
    flex-direction: row-reverse;
    width: 100%;
    padding: 1.5em 1.5em;
    margin: 0 auto 2.25em;
    border-radius: .4em;
  }
  section.blockResults div.block div.boxText picture {
    width: 35%;
  }
  section.blockResults div.block div.boxText div {
    width: 65%;
    margin: 0;
    padding: 0;
  }
  section.blockResults div.block div.boxText h2 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -3.5em;
    left: 50%;
    transform: translate(-50%, 0);
  }
  section.blockResults div.block div.boxText h2 > * {
    font-size: 14px;
  }
  section.blockResults div.block div.boxText h2 b {
    padding: 0 0 0 1.25em;
  }
  section.blockResults div.block div.boxText h2 b:before {
    left: .5em;
  }
  section.blockResults div.block div.boxText p {
    padding: 0 1em 0 0;
    font-size: 11px;
    line-height: 1.9;
    letter-spacing: 0;
  }
  section.blockResults div.block div.boxText h3 {
    width: 60px;
    height: 60px;
    top: -9.25em;
    left: -.5em;
  }
  section.blockResults div.block div.boxText h3 > * {
    line-height: 1;
    letter-spacing: .04rem;
    color: rgba(70, 165, 189, 1);
  }
  section.blockResults div.block div.boxText h3 i {
    font-size: 10px;
    padding: .3em 0;
  }
  section.blockResults div.block div.boxText h3 b {
    font-size: 22px;
  }
  /* boxImages */
  section.blockResults div.block div.boxImages {
    width: 100%;
    padding: 0 0 11.5vw;
  }
  section.blockResults div.block div.boxImages div.box {
    flex-direction: column;
    height: 125vw;
    max-height: initial;
  }
  section.blockResults div.block div.boxImages div.box a {
    flex-direction: column;
  }
  section.blockResults div.block div.boxImages div.box picture {
    width: 100%;
    height: 100%;
  }
  section.blockResults div.block div.boxImages div.box h3 {
    width: 100%;
    padding: 0;
    margin: 2em 0 0 0;
  }
  section.blockResults div.block div.boxImages div.box h3 i {
    font-size: 15px;
    letter-spacing: .05rem;
    padding: 0 0 1em 0;
  }
  section.blockResults div.block div.boxImages div.box h3 i small {
    display: inline-block;
    padding: 0 1em 0 0;
  }
  section.blockResults div.block div.boxImages div.box h3 b {
    font-size: 11px;
    letter-spacing: .02rem;
  }
  /* boxControll */
  section.blockResults button.slick-arrow {
    border-width: 4px 0 4px 7px;
    bottom: 0;
  }
  section.blockResults button.slick-prev {
    right: initial;
    left: 50%;
    transform: translate(-17vw, 0) scaleX(-1);
  }
  section.blockResults button.slick-next {
    right: initial;
    left: 50%;
    transform: translate(15vw, 0);
  }
  section.blockResults ul.slick-dots {
    width: 100%;
    bottom: 0;
    left: 50%;
    right: initial;
    transform: translate(-50%, 0);
  }
  section.blockResults ul.slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 3px;
    border-radius: 100%;
    background-color: rgba(235, 235, 235, 1);
    font-size: 0;
    cursor: pointer;
  }
  section.blockResults ul.slick-dots li.slick-active {
    background-color: rgba(242, 225, 0, 1);
  }
  /*
05 Painter
========================================================================== */
  /* Main ===================== */
  main.dirPainter section.blockIntro p {
    margin: 2.75em 0 3.5em;
  }
  /* blockResults */
  main.dirPainter section.blockPainter div.block {
    flex-direction: column;
    padding: 4.75em 0 4.5em;
  }
  main.dirPainter section.blockPainter div.block:last-child {
    padding: 4.5em 0 0;
    border-bottom: none;
  }
  main.dirPainter section.blockPainter div.block ul {
    flex-direction: column;
    width: 100%;
  }
  main.dirPainter section.blockPainter div.block ul li {
    width: 100%;
    height: 62.5vw;
    margin: .25em 0;
  }
  main.dirPainter section.blockPainter div.block h3 {
    flex-direction: column;
    width: 100%;
    margin: 2.5em 0 .5em;
  }
  main.dirPainter section.blockPainter div.block h3 > * {
    letter-spacing: .05rem;
  }
  main.dirPainter section.blockPainter div.block h3 i {
    font-size: 16px;
    letter-spacing: .12rem;
  }
  main.dirPainter section.blockPainter div.block h3 b {
    font-size: 11px;
    margin: 1.5em 0 0;
  }
  main.dirPainter section.blockPainter div.block h3 button.more {
    margin: 2.5em 0 0 0;
    border-radius: .25em;
    position: relative;
    top: initial;
    right: initial;
  }
  main.dirPainter section.blockPainter div.block h3 button.more > * {
    width: 100%;
    text-align: center;
    padding: 1.25em .5em 1em;
  }
  section.detailPainter {
    padding: 3.5em 0 0 0;
  }
  section.detailPainter h2 i {
    font-size: 16px;
  }
  section.detailPainter div.block {
    height: initial;
    max-height: initial;
    padding: 4em 0 3.5em 0;
  }
  section.detailPainter div.block picture {
    width: 100%;
    height: initial;
  }
  section.detailPainter div.block picture img {
    width: 100%;
    height: initial;
  }
  section.detailPainter div.block h3 {
    justify-content: flex-start;
    align-items: flex-start;
    height: initial;
    width: 100%;
    margin: 2.5em 0 0 0;
  }
  section.detailPainter div.block h3 i {
    font-size: 15px;
    letter-spacing: .03rem;
  }
  section.detailPainter div.block h3 b span {
    display: block;
    padding: .25em 0;
  }
  section.detailPainter div.block h3 b span.size {
    font-size: 14px;
  }
  section.detailPainter div.block h3 b span.value {
    font-size: 14px;
  }
  section.detailPainter div.block h3 b span.value:before,
  section.detailPainter div.block h3 b span.value:after {
    display: none;
  }
  section.detailPainter div.block h3 b span.value>sub+sub:before {
    padding: 0 .25em 0 .2em;
    font-size: 14px;
  }
  section.detailPainter div.block h3 b span.material {
    font-size: 11px;
  }
  section.detailPainter div.block h3 em {
    font-size: 18px;
  }
  section.detailPainter div.block h3 em:before {
    font-size: 17px;
    padding: 0 .05em 0 0;
  }
  section.detailPainter div.block a.purchase {
    width: 75px;
    height: 75px;
    font-size: 10px;
    line-height: 1.5;
    left: initial;
    right: 0;
    bottom: 4.5em;
  }
  section.detailPainter div.block a.purchase i {
    padding: 0 0 1em 0;
  }
  section.detailPainter div.block a.purchase:before {
    width: 15px;
    bottom: 17px;
  }
  section.detailPainter div.block a.purchase:after {
    bottom: 17px;
  }
  section.detailPainter div.profile {
    flex-direction: column;
    justify-content: flex-start;
    padding: 4em 0 0;
  }
  section.detailPainter div.profile picture {
    width: 100%;
    margin: auto;
  }
  section.detailPainter div.profile div.boxText {
    width: 100%;
    padding: 2em 0 0;
  }
  section.detailPainter div.profile div.boxText h3 {
    flex-direction: column;
    justify-content: center;
  }
  section.detailPainter div.profile div.boxText h3 i {
    font-size: 17px;
  }
  section.detailPainter div.profile div.boxText h3 b {
    padding: .75em 0 0 0;
    font-size: 12px;
  }
  section.detailPainter div.profile div.boxText ul.listCareer li {
    flex-direction: column;
    padding: 0 0 1em 0;
  }
  section.detailPainter div.profile div.boxText ul.listCareer li i {
    width: 100%;
    padding: 0 0 .5em 0;
    font-size: 15px;
  }
  section.detailPainter div.profile div.boxText ul.listCareer li b {
    width: 100%;
  }
  section.detailPainter div.profile div.boxText p {
    line-height: 1.9;
  }
  /*
06 News
========================================================================== */
  main.dirNews dl.category {
    width: 60vw;
    margin: 4em auto 0 auto;
  }
  main.dirNews section.listNews {
    padding: 5em 0 0 0;
  }
  main.dirNews section.listNews ul li a {
    padding: 1.75em 3.5em 1.45em 0;
  }
  main.dirNews section.listNews ul li a:before {
    right: .5em;
  }
  /*
07 Message
========================================================================== */
  main.dirMessage div.message {
    flex-direction: column;
    align-items: center;
    margin: 3.25em 0 0 0;
  }
  main.dirMessage div.message hr.shapeCircle {
    display: none;
  }
  main.dirMessage div.message picture {
    width: 100%;
    padding: 0;
    margin: auto;
  }
  main.dirMessage div.message div {
    width: 100%;
  }
  main.dirMessage div.message div > * {
    text-align: justify;
  }
  main.dirMessage div.message div h3 {
    margin: 3em 0 0 0;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }
  main.dirMessage div.message div h4 {
    align-items: flex-start;
    left: 5px;
  }
  main.dirMessage div.message div h4 b {
    left: 52px;
  }
  main.dirMessage div.message div p {
    padding: 0;
  }
  section.blockInsta {}
  section.blockInsta h3 {
    width: 100px;
    margin: 2em auto;
  }
  section.blockInsta ul {
    justify-content: space-between;
    padding: 0;
  }
  section.blockInsta ul li {
    width: 49%;
    padding: 1% 0;
  }
  /*
08 FAQ
========================================================================== */
  section.blockFAQ {
    padding: 2.5em 0 0 0;
  }
  section.blockFAQ dl dt {
    padding: 0 2.5em 0 35px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0;
  }
  section.blockFAQ dl dt em {
    top: -18px;
    left: -.6em;
  }
  section.blockFAQ dl dt:before,
  section.blockFAQ dl dt:after {
    width: 11px;
    top: calc(50% - 3px);
  }
  section.blockFAQ dl dd {
    padding: 1.5em;
  }
  section.blockFAQ dl dd p {
    padding: 2.5em 1.75em 1.75em;
  }
  section.blockFAQ dl dd em {
    top: -5px;
    left: -7px;
  }
  section.blockFAQ dl dd i {
    font-size: 12px;
  }
  section.blockFAQ dl em {
    width: 30px;
    height: 25px;
    padding: 7px 10px;
    font-size: 15px;
  }
  /*
09 Company
========================================================================== */
  section.blockCompany {
    padding: 4.5em 0 0 0;
  }
  section.blockCompany h3 {
    margin: 0 0 1.75em 0;
    color: rgba(70, 165, 189, 1);
    line-height: 1.8;
  }
  section.blockCompany h3 i {
    font-size: 15px;
    letter-spacing: .02rem;
    padding: 0;
  }
  section.blockCompany h3 b {
    font-size: 12px;
    letter-spacing: .05rem;
    padding: 0 0 0 .75em;
  }
  section.blockCompany h3 i:before {
    display: none;
  }
  section.blockCompany div.block dl {
    flex-direction: column;
    padding: 1.5em 0 1.25em;
  }
  section.blockCompany div.block dl dt {
    width: 100%;
    padding: .5em 0 .5em 1em;
    position: relative;
  }
  section.blockCompany div.block dl dt:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: rgba(55, 55, 55, 1) transparent transparent transparent;
    position: absolute;
    top: 7px;
    left: 0;
  }
  section.blockCompany div.block dl dd {
    width: 100%;
  }
  section.blockCompany div.block dl dd > * {
    padding: 0;
    letter-spacing: 0rem;
  }
  section.blockCompany div.block dl dd small,
  section.blockCompany div.block dl dd span {
    font-size: 13px;
  }
  section.blockCompany div.block dl dd span {
    padding: 0 0 0 1em;
  }
  section.blockCompany div.block dl dd em,
  section.blockCompany div.block dl dd a {
    font-size: 15px;
    letter-spacing: .07rem;
  }
  section.blockCompany div.outline {}
  section.blockCompany div.regal {
    margin: 6.5em 0 0 0;
  }
  /*
10 Contact
========================================================================== */
  main.dirContact .formInfo {
    justify-content: flex-start;
    align-items: flex-start;
  }
  /*
11 Order
========================================================================== */
  header.dirOrder {
    margin: 0 0 3em;
  }
  header.dirOrder h1 {
    width: 70vw;
    max-width: 285px;
    margin: 5.5em 0 3.5em;
  }
  header.dirOrder h2.ttlBasic i {
    margin: 0 0 .75em 0;
  }
  header.dirOrder h2.ttlBasic b {
    font-size: 16px;
  }
  /* Main ===================== */
  main.dirOrder {
    padding: 0;
  }
  main.dirOrder h3.painterName {
    padding: 0 0 1.25em 0;
  }
  main.dirOrder h3.painterName p:before,
  main.dirOrder h3.painterName p:after {
    font-size: 12px;
  }
  main.dirOrder h3.painterName p i {
    font-size: 11px;
  }
  main.dirOrder h3.painterName p b {
    font-size: 16px;
    letter-spacing: .06rem;
  }
  main.dirOrder h3.ttlTri {
    margin: 1em 0;
  }
  main.dirOrder h3.ttlTri:after {
    width: 200px;
  }
  main.dirOrder h3.ttlTri i {
    padding: 0 0 0 1.25em;
  }
  main.dirOrder h3.ttlTri i:before {
    left: -.05em;
  }
  main.dirOrder .listSize {
    padding: 1.5em .75em;
  }
  main.dirOrder .listSize ul {
    padding: 1.5em 0;
  }
  main.dirOrder .listSize ul li {
    padding: 2.5em 0;
  }
  main.dirOrder .listSize ul li:first-child {
    padding: 0 0 2.5em;
  }
  main.dirOrder .listSize ul li figure {
    width: 90%;
    padding: 0 1.25em 0 0;
  }
  main.dirOrder .listSize ul li figure:before {
    right: -1em;
  }
  main.dirOrder .listSize ul li figcaption {
    width: 100%;
    padding: 0;
    align-items: center;
  }
  main.dirOrder .listSize ul li figcaption h3 {
    margin: 1.5em 0 0;
  }
  main.dirOrder .listSize ul li figcaption h3 i {
    font-size: 11px;
  }
  main.dirOrder .listSize ul li figcaption h3 b {
    font-size: 24px;
  }
  main.dirOrder .listSize ul li figcaption h4 {
    margin: .35em 0 0;
    justify-content: center;
  }
  div.listUpload h3.ttlTri:after {
    width: 135px;
  }
  div.listUpload p {
    margin: 2.5em 0 1em;
    font-size: 13px;
    text-align: left;
  }
  div.listSubpainter h3.ttlTri:after {
    width: 325px;
  }
  div.selectWay,
  div.selectSubpainter {
    padding: 1.5em .5em;
  }
  div.selectWay div,
  div.selectSubpainter div {
    width: 100%;
  }
  div.selectWay select,
  div.selectSubpainter select {
    padding: .75em 4vw .4em;
  }
  div.listUpload div.selectWay {
    padding: 1.5em 0;
  }
  div.listSubpainter p {
    text-align: left;
  }
  div.selectArea {
    width: 100%;
    margin: 2em auto 0 auto;
    padding: 2.5em 1.75em;
  }
  div.selectArea h4 i:before {
    border-width: 5px 3px 0 3px;
  }
  div.selectArea p {
    margin: 2em 0;
    font-size: 12px;
    line-height: 1.9;
    text-align: left;
  }
  div.selectArea p br {
    display: none;
  }
  .verUpload dl {
    flex-direction: column;
    padding: 1.85em 1em 2em;
  }
  .verUpload dl dt {
    width: 100%;
    font-size: 12px;
    text-align: left;
    margin: 0 0 1.25em 0;
  }
  .verUpload dl dt:before {
    display: none;
  }
  .verUpload dl dd {
    width: 100%;
    padding: 0;
  }
  .verSend button > * {
    text-align: center;
  }
  .verPayment p.typeRadio small {
    display: inline;
  }
  .verPurchase div.blockOrder dl {
    flex-direction: column;
    margin: 2.5em auto 1.5em;
    padding: 2.5em 0 0;
  }
  .verPurchase div.blockOrder dl dt picture {
    width: 70%;
    margin: 0 auto 1.5em;
  }
  .verPurchase div.blockOrder dl dd {
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .verPurchase div.blockOrder dl dd > * {
    margin: .25em 0;
  }
  .verPurchase div.blockOrder dl dd small {
    top: initial;
  }
  .verPurchase div.blockOrder dl dd i {
    font-size: 15px;
    letter-spacing: .02rem;
  }
  .verPurchase div.blockOrder dl dd i small {
    padding: 0 .75em 0 0;
    font-size: 12px;
  }
  .verPurchase div.blockOrder dl dd b {
    font-size: 19px;
    letter-spacing: .02rem;
  }
  .verPurchase div.blockOrder dl dd b small {
    font-size: 12px;
  }
  .verPurchase div.blockOrder dl dd b:before {
    padding: 0 .1em 0 0;
    font-size: 17px;
  }
  .notice-row {
    padding: 0 2em 75px;
  }
  .notice-row dl {
    padding: 25px 30px;
  }
}