@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #323232;
  background: #fff;
  min-width: 1000px;
}
@media screen and (max-width: 640px) {
  body {
    min-width: inherit;
  }
}

/* Header */
.header_home .bg_link > a,
.header_home .bg_link > span {
  color: transparent;
}

body.home .strHeader {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.strHeader {
  padding: 0 25px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.8));
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  min-width: 1000px;
}
.strHeader__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .strHeader {
    min-width: inherit;
    padding: 0 10px 0 25px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .strHeader__inner {
    padding: 10px 0;
  }
}

.headerNav_sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .headerNav_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headerNav_sp__tel > a {
    display: inline-block;
    width: 40px;
  }
  .headerNav_sp__tel > a > img {
    width: 100%;
  }
  .headerNav_sp__menu {
    margin-bottom: -2px;
    margin-left: 5px;
  }
  .headerNav_sp__menu > a {
    text-align: center;
    width: 40px;
    display: inline-block;
    position: relative;
  }
  .headerNav_sp__menu > a:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 10em;
    background: #d63583;
    position: absolute;
    top: 9px;
    left: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .headerNav_sp__menu > a > .icon {
    display: block;
    height: 26px;
  }
  .headerNav_sp__menu > a > .icon:before, .headerNav_sp__menu > a > .icon:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 10em;
    background: #d63583;
    position: absolute;
    top: 0;
    left: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .headerNav_sp__menu > a > .icon:before {
    top: 0;
  }
  .headerNav_sp__menu > a > .icon:after {
    top: 18px;
  }
  .headerNav_sp__menu > a > .text {
    display: block;
    color: #d63583;
    font-size: 10px;
  }
  .headerNav_sp__menu > a.is-open:before {
    display: none;
  }
  .headerNav_sp__menu > a.is-open > .icon:before {
    top: 9px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .headerNav_sp__menu > a.is-open > .icon:after {
    top: 9px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.headerMenu_sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .headerMenu_sp {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #666;
    color: #fff;
    width: 100%;
    border: 1px solid #fff;
    border-width: 0 1px;
  }
  .headerMenu_sp a {
    color: #fff;
  }
  .headerMenu_sp ul > li {
    border-bottom: 1px solid #fff;
  }
  .headerMenu_sp ul > li.global > a {
    background: #d63583;
  }
  .headerMenu_sp ul > li > a {
    display: block;
    font-size: 15px;
    padding: 12px 25px 14px;
  }
}

.headerLogo > a {
  display: inline-block;
  width: 243px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerLogo > a:hover {
  opacity: 0.6;
}
.headerLogo > a > img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .headerLogo > a {
    width: 104px;
  }
}

.headerNav__list > li {
  display: inline-block;
}
.headerNav__list > li > a {
  display: inline-block;
  color: #d63583;
  text-decoration: underline;
  font-size: 14px;
  padding: 10px;
}
.headerNav__list > li > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .headerNav {
    display: none;
  }
}

.headerTel {
  text-align: center;
}
.headerTel__number > a {
  display: inline-block;
  font-size: 30px;
  color: #323232;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerTel__number > a:hover {
  color: #d63583;
}
.headerTel__number > a:before {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
  width: 22px;
  height: 29px;
  content: "";
  display: inline-block;
  background: url(../img/header-tel.png) no-repeat 0 0/cover;
}
.headerTel__text {
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .headerTel {
    display: none;
  }
}

.headerContact > a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerContact > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  .headerContact {
    display: none;
  }
}

/* Footer */
.footerInfo {
  font-size: 13px;
  background: #fcebf0;
  padding: 70px 15px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .footerInfo {
    padding: 0;
    border-bottom: 1px solid #d63583;
  }
  .footerInfo .lytColumn__item {
    margin-top: 0 !important;
  }
}
.footerInfo a {
  color: #d63583;
  text-decoration: underline;
}
.footerInfo a:hover {
  text-decoration: none;
}
.footerInfo p {
  margin-top: 1em;
}
.footerInfo__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.footerInfo__inner > *:first-child {
  margin-top: 0;
}
.footerInfo .headFooter {
  border-bottom: 2px #d63583 solid;
  text-align: center;
  margin: 0;
  padding-bottom: 5px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .footerInfo .headFooter {
    border: none;
    padding: 0;
    text-align: left;
    padding: 10px 25px;
    font-size: 13px;
    border-top: 1px solid #d63583;
    position: relative;
  }
  .footerInfo .headFooter:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border: 2px solid #d63583;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footerInfo .headFooter.is-open:before {
    -webkit-transform: rotate(-135deg) translateY(-50%);
            transform: rotate(-135deg) translateY(-50%);
  }
  .footerInfo .headFooter__content {
    display: none;
    background: #fff;
    padding: 5px 25px 30px;
  }
}
.footerInfo .footerTel > a {
  display: inline-block;
  font-size: 30px;
  color: #323232;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.footerInfo .footerTel > a:hover {
  color: #d63583;
}
.footerInfo .footerTel > a:before {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
  width: 22px;
  height: 29px;
  content: "";
  display: inline-block;
  background: url(../img/header-tel.png) no-repeat 0 0/cover;
}

.strFooter {
  clear: both;
  background-color: #4d4d4d;
}
.strFooter .wrapper {
  padding: 17px 0 40px;
}
.strFooter ul {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin-bottom: 25px;
}
.strFooter ul li {
  margin-right: 40px;
  display: inline-block;
}
.strFooter ul li a {
  font-size: 1.4rem;
  color: #FFF;
  padding-left: 20px;
  background: url(../img/footer_list.png) no-repeat left center;
}
.strFooter ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .strFooter ul li {
    margin: 15px 20px 0;
  }
}
.strFooter .copy {
  font-size: 1.2rem;
  color: #FFF;
  text-align: center;
}

.pagetop {
  display: none;
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  cursor: pointer;
}

#breadcrumb {
  margin: 150px 0 25px;
  padding: 0 15px;
  font-size: 13px;
}
#breadcrumb + .secWrap {
  margin-top: 50px;
}
#breadcrumb + .secWrap.bg-gray, #breadcrumb + .secWrap.bg-pnk {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  #breadcrumb + .secWrap.bg-gray, #breadcrumb + .secWrap.bg-pnk {
    margin-top: 15px;
  }
}
#breadcrumb ul {
  max-width: 1000px;
  margin: 0 auto;
}
#breadcrumb ul > li {
  display: inline-block;
}
#breadcrumb ul > li:last-child:after {
  display: none;
}
#breadcrumb ul > li:after {
  content: "　＞　";
  display: inline-block;
}
#breadcrumb ul > li > a {
  display: inline-block;
  text-decoration: underline;
  color: inherit;
}
#breadcrumb ul > li > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  #breadcrumb {
    margin: 80px 0 20px;
  }
  #breadcrumb + .secWrap {
    margin-top: 20px;
  }
}

.strContent {
  font-size: 1.6rem;
  line-height: 1.8;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .strContent {
    font-size: 1.4rem;
  }
}
.strContent img {
  max-width: 100%;
  vertical-align: bottom;
}
.strContent h1, .strContent h2, .strContent h3, .strContent h4, .strContent h5 {
  line-height: 1.5;
}

.secContact {
  padding: 0 15px;
}
.secContact__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  .secContact__inner {
    padding: 60px 0;
  }
}

.secWrap {
  padding: 0 15px;
}
.secWrap:last-child {
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .secWrap:last-child {
    margin-bottom: 80px;
  }
}
.secWrap__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.secWrap__inner > *:first-child {
  margin-top: 0;
}
.secWrap p {
  margin-top: 1em;
}
.secWrap.bg-pink, .secWrap.bg-gray {
  background: #f0f0f0;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .secWrap.bg-pink, .secWrap.bg-gray {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.secWrap.bg-pink {
  background: #fff6f9;
}

.secTop {
  padding: 0 25px;
}
.secTop__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
.secTop__inner > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .secTop__inner {
    padding: 40px 0;
  }
}
.secTop--full {
  padding: 0;
}
.secTop--full .secTop__inner {
  max-width: 100%;
}
.secTop + .secTop .secTop__inner {
  padding-top: 0;
}

/* Mosules */
.headEn {
  text-align: center;
}
.headEn > span {
  font-size: 48px;
  font-weight: bold;
  display: inline-block;
}
.headEn > small {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
}
.headEn + .headSimple1 {
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  .headEn > span {
    font-size: 30px;
  }
  .headEn > small {
    font-size: 14px;
  }
}

.headDetail {
  background: #d73081;
  padding: 92px 15px;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
.headDetail:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 16px solid transparent;
  border-top: 24px solid #d73081;
  margin-left: -16px;
}
.headDetail > span {
  color: #fff;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .headDetail {
    padding: 35px 15px;
    margin-bottom: 30px;
  }
  .headDetail:before {
    border: 8px solid transparent;
    border-top: 12px solid #d73081;
    margin-left: -8px;
  }
  .headDetail > span {
    font-size: 20px;
  }
}

.headType1 {
  text-align: center;
}
.headType1 > span {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px 5px;
  border-bottom: 2px solid #d63583;
}
@media screen and (max-width: 640px) {
  .headType1 > span {
    font-size: 22.5px;
    padding-bottom: 10px;
  }
}

.headType2 {
  font-weight: normal;
  text-align: center;
}
.headType2__en {
  display: inline-block;
  font-weight: bold;
  font-size: 50px;
}
.headType2__text {
  display: inline-block;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .headType2__en {
    font-size: 40px;
  }
}

.headProduct {
  border-bottom: 4px solid #d73081;
  padding-bottom: 5px;
}
.headProduct > span {
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
}
.headProduct + .lytColumn--product {
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .headProduct {
    border: none;
    margin-top: 5px;
  }
  .headProduct > span {
    font-size: 22px;
  }
}

.headProduct2 {
  font-size: 25px;
  font-weight: bold;
  color: #d73081;
  line-height: 1.3;
}
.headProduct2 > small {
  display: inline-block;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .headProduct2 {
    font-size: 20px;
    line-height: 1.4;
  }
  .headProduct2 > small {
    font-size: 16px;
  }
}

.headProduct3 {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 120px;
}
.headProduct3__step {
  display: inline-block;
  padding: 0 30px;
  color: #d73081;
  position: relative;
}
.headProduct3__step:before, .headProduct3__step:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 23px;
  background: url(../img/icon-head-1.png) no-repeat 0 0;
  position: absolute;
  top: 15px;
}
.headProduct3__step:before {
  left: 0;
}
.headProduct3__step:after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.headProduct3__step > em {
  font-size: 31px;
}
.headProduct3__head {
  display: inline-block;
  font-size: 30px;
}
.headProduct3__text {
  display: inline-block;
  border-bottom: 2px solid #d73081;
  color: #d73081;
}
@media screen and (max-width: 640px) {
  .headProduct3 {
    margin-top: 60px;
  }
  .headProduct3__step {
    font-size: 18px;
  }
  .headProduct3__step:before, .headProduct3__step:after {
    top: 2px;
  }
  .headProduct3__step > em {
    font-size: 24px;
  }
  .headProduct3__head {
    font-size: 20px;
  }
  .headProduct3__text {
    margin-top: 5px;
    font-size: 16px;
  }
}

.headSimple1 {
  font-size: 30px;
  text-align: center;
  margin-top: 2.5em;
  font-weight: bold;
  color: #4d4d4d;
}
.headSimple1 + p, .headSimple1 + p + p {
  color: #4d4d4d;
}
.headSimple1.color-1 {
  color: #d73081;
}
@media screen and (max-width: 640px) {
  .headSimple1 {
    font-size: 18px;
  }
}

.headSimple2 {
  margin-top: 2em;
  font-size: 18px;
  font-weight: bold;
  color: #4d4d4d;
}
.headSimple2 + p, .headSimple2 + p + ul, .headSimple2 + p + p + ul, .headSimple2 + p + p, .headSimple2 + p + p + p, .headSimple2 + p + p + p + p, .headSimple2 + p + p + p + p + p {
  margin-top: 0.8em;
  color: #4d4d4d;
}
@media screen and (max-width: 640px) {
  .headSimple2 {
    font-size: 15px;
  }
}

.listCheck {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
}
.listCheck > li {
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-top: 20px;
  border: 4px solid #fd7cab;
  background: #fff;
  padding: 15px 20px 20px 73px;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
.listCheck > li:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 3px solid #fd7cab;
  border-radius: 4px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.listCheck > li > p {
  margin-top: 0.2em;
  color: #fd7cab;
}
.listCheck > li.is-checked {
  background: #fd7cab;
}
.listCheck > li.is-checked:before {
  border-color: #fff;
  background: #fff;
}
.listCheck > li.is-checked:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  border: 1px solid #fd7cab;
  border-width: 0 0 4px 4px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  position: absolute;
  top: 25px;
  left: 27px;
}
.listCheck > li.is-checked .listCheck__head {
  color: #fff;
}
.listCheck > li.is-checked > p {
  color: #fff;
}
.listCheck__head {
  color: #fd7cab;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .listCheck {
    margin-left: 0;
  }
  .listCheck > li {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    padding: 10px 15px 10px 50px;
  }
  .listCheck > li:before {
    width: 20px;
    height: 20px;
    top: 12px;
    left: 12px;
  }
  .listCheck > li.is-checked:after {
    width: 12px;
    height: 8px;
    top: 17px;
    left: 18px;
  }
  .listCheck__head {
    font-size: 15px;
  }
}

.listFlow {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -25px;
}
.listFlow > li {
  width: 20%;
  padding-left: 5px;
}
.listFlow > li > a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.listFlow > li > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  .listFlow {
    margin-top: 30px;
    margin-left: -15px;
  }
}

.listSimple {
  margin-top: 1em;
}
.listSimple > li {
  position: relative;
  padding-left: 1em;
}
.listSimple > li:not(:first-child) {
  margin-right: 0.2em;
}
.listSimple > li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.listNotice {
  margin-top: 1em;
}
.listNotice > li {
  position: relative;
  padding-left: 1em;
}
.listNotice > li:not(:first-child) {
  margin-right: 0.2em;
}
.listNotice > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.listFaq {
  margin-top: 30px;
  border-bottom: 1px dotted #808080;
  color: #4d4d4d;
}
.listFaq > dt {
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: bold;
  background: #f2f2f2 url(../img/faq/icon_q.png) no-repeat 160px 12px;
  padding: 18px 150px 18px 220px;
}
.listFaq > dd {
  font-size: 16px;
  line-height: 2.9rem;
  background: url(../img/faq/icon_a.png) no-repeat 160px 15px;
  padding: 18px 150px 18px 220px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .listFaq {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .listFaq > dt {
    padding: 12px 15px 12px 40px;
    background-size: 21px 20px;
    background-position: 10px 14px;
    font-size: 14px;
  }
  .listFaq > dd {
    padding: 12px 15px 12px 40px;
    background-size: 21px 20px;
    background-position: 10px 18px;
    font-size: 14px;
  }
}

.boxStep {
  border: 4px solid #d73081;
  background: #fff;
  margin-top: 40px;
  padding: 0 35px 35px;
  position: relative;
}
.boxStep + .boxStep {
  margin-top: 100px;
}
.boxStep:before {
  content: "";
  width: 0;
  height: 0;
  border: transparent solid 50px;
  border-top: #d73081 50px solid;
  border-width: 45px 50px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
}
.boxStep__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -35px 30px;
}
.boxStep__head-step {
  background: #d73081;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  padding: 8px 35px 12px;
}
.boxStep__head-em {
  padding: 0 30px;
  font-weight: bold;
  font-size: 27px;
  color: #d73081;
}
.boxStep__head-text {
  font-size: 18px;
  line-height: 1.3;
}
.boxStep__head-text > small {
  font-size: 14px;
}
.boxStep__head2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.boxStep__head2:after {
  content: "";
  display: inline-block;
  height: 2px;
  background: #d73081;
  width: 100%;
}
.boxStep__head2 > span {
  display: inline-block;
  color: #d73081;
  white-space: nowrap;
  font-weight: bold;
  font-size: 27px;
  padding-right: 20px;
}
.boxStep__head2 + .boxMaterial {
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .boxStep {
    border-width: 2px;
    margin-top: 20px;
    padding: 0 15px 20px;
  }
  .boxStep + .boxStep {
    margin-top: 60px;
  }
  .boxStep:before {
    border-width: 30px 40px;
    margin-left: -40px;
  }
  .boxStep__head {
    margin: 0 -15px 15px;
    position: relative;
    padding-left: 90px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxStep__head-step {
    font-size: 18px;
    padding: 14px 15px 18px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .boxStep__head-em {
    padding: 10px 0 0;
    font-size: 18px;
    width: 100%;
  }
  .boxStep__head-text {
    width: 100%;
    font-size: 14px;
  }
  .boxStep__head-text > small {
    margin-top: 5px;
    display: block;
    font-size: 10px;
  }
  .boxStep__head2 > span {
    font-size: 20px;
    padding-right: 15px;
  }
  .boxStep__head2 + .boxMaterial {
    margin-top: 5px;
  }
}

.orderSize__list {
  text-align: center;
}
.orderSize__list > li {
  display: inline-block;
  margin: 10px 10px 0;
}
.orderSize__list > li > label {
  display: block;
  position: relative;
}
.orderSize__list > li > label:hover {
  cursor: pointer;
}
.orderSize__list > li > label > input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.orderSize__list > li > label > span {
  background: #fff;
  display: inline-block;
  color: #d73081;
  text-align: center;
  border: 2px solid #d73081;
  padding: 1px 31px;
  font-size: 27px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.orderSize__list > li > label:hover > span,
.orderSize__list > li > label > input:checked + span {
  background: #d73081;
  color: #fff;
}
.orderSize__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  color: #d73081;
}
.orderSize__width, .orderSize__height {
  font-size: 27px;
}
.orderSize__width > input, .orderSize__height > input {
  background: #fff;
  display: inline-block;
  border: 2px solid #d73081;
  padding: 5px 31px;
  font-size: 20px;
  width: 160px;
  margin: 0 10px;
  color: #d73081;
  text-align: right;
}
.orderSize__x {
  font-size: 27px;
  font-weight: bold;
  padding: 0 20px;
}
.orderSize__notice {
  margin-top: 20px !important;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .orderSize__list > li {
    margin: 10px 5px 0;
  }
  .orderSize__list > li > label > span {
    padding: 1px 20px;
    font-size: 20px;
  }
  .orderSize__input {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .orderSize__width, .orderSize__height {
    width: 100%;
    font-size: 20px;
  }
  .orderSize__width > input, .orderSize__height > input {
    padding: 1px 20px;
    font-size: 20px;
    width: 120px;
    margin: 0 10px;
  }
  .orderSize__x {
    width: 100%;
    font-size: 20px;
    padding: 0 20px;
  }
  .orderSize__notice {
    margin-top: 15px !important;
    font-size: 10px;
  }
}

.orderNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.orderNumber__button > button {
  font-size: 27px;
  background: #d73081;
  color: #fff;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 10px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.orderNumber__button > button:hover {
  opacity: 0.6;
  cursor: pointer;
}
.orderNumber__input {
  font-size: 27px;
  color: #d73081;
}
.orderNumber__input > input {
  text-align: right;
  background: #fff;
  display: inline-block;
  border: 2px solid #d73081;
  padding: 5px 20px 5px 31px;
  font-size: 20px;
  width: 160px;
  margin: 0 10px 0 20px;
  color: #d73081;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .orderNumber__button > button {
    font-size: 20px;
    width: 42px;
    line-height: 42px;
    margin: 0 5px;
  }
  .orderNumber__input {
    font-size: 20px;
  }
  .orderNumber__input > input {
    padding: 1px 20px;
    font-size: 20px;
    width: 100px;
    margin: 0 5px 0 10px;
  }
}

.slideProduct {
  max-width: 506px;
}
.slideProduct__main {
  border: 10px solid #b3b3b3;
}
.slideProduct__thumb {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
}
.slideProduct__thumb-item {
  width: 20%;
  padding-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slideProduct2 {
  max-width: 506px;
  border: 10px solid #b3b3b3;
}
.slideProduct2 > img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .slideProduct2 {
    border-width: 8px;
  }
}

.orderProcess__select-label {
  font-weight: bold;
  margin-bottom: 5px;
}
.orderProcess__select > select {
  width: 100%;
  border: 2px solid #d73081;
  padding: 10px 20px;
  border-radius: 4px;
}
.orderProcess__image {
  margin-top: 20px;
}
.orderProcess__text {
  margin-top: 20px;
  font-size: 14px;
}

.boxTotal {
  background: #f6e0e1;
  padding: 20px 40px 40px;
  margin-top: 110px;
}
.boxTotal__head {
  text-align: center;
  color: #d73081;
  font-size: 34px;
  font-weight: bold;
}
.boxTotal__content {
  margin-top: 25px;
  background: #fff;
  padding: 25px 60px 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.boxTotal__content-item:first-child {
  width: 60%;
}
.boxTotal__content-item:first-child dt {
  width: 30%;
}
.boxTotal__content-item:first-child dd {
  width: 70%;
}
.boxTotal__content-item:nth-child(2) {
  width: 40%;
}
.boxTotal__content-item:nth-child(2) dt {
  width: 50%;
}
.boxTotal__content-item:nth-child(2) dd {
  width: 50%;
  text-align: right;
}
.boxTotal__content-item:nth-child(2) dd > em {
  font-size: 24px;
}
.boxTotal__content-item:nth-child(2) dd.sum > em {
  font-size: 30px;
  color: #c1272d;
}
.boxTotal__content-item p {
  text-align: right;
  font-size: 18px;
}
.boxTotal__content-list {
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.3;
}
.boxTotal__content-list > dt {
  text-align: right;
  margin-bottom: 5px;
  font-weight: bold;
}
.boxTotal__content-list > dd {
  margin-bottom: 5px;
}
.boxTotal__content-list > dd.full {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .boxTotal {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px 30px;
    margin-top: 60px;
  }
  .boxTotal__head {
    font-size: 20px;
  }
  .boxTotal__content {
    margin-top: 20px;
    padding: 20px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxTotal__content-item:first-child {
    width: 100%;
  }
  .boxTotal__content-item:first-child dt {
    width: 35%;
  }
  .boxTotal__content-item:first-child dd {
    width: 65%;
  }
  .boxTotal__content-item:nth-child(2) {
    margin-top: 20px;
    width: 100%;
  }
  .boxTotal__content-item:nth-child(2) dt {
    width: 35%;
  }
  .boxTotal__content-item:nth-child(2) dd {
    width: 65%;
    text-align-last: left;
  }
  .boxTotal__content-item:nth-child(2) dd > em {
    font-size: 20px;
  }
  .boxTotal__content-item:nth-child(2) dd.sum > em {
    font-size: 24px;
  }
  .boxTotal__content-item p {
    text-align: center;
    font-size: 13px;
    margin-top: 0;
  }
  .boxTotal__content-list {
    font-size: 16px;
  }
  .boxTotal + .btnWrap {
    margin-top: 30px;
  }
}

.boxMaterial {
  border: 2px solid #d73081;
  background: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .boxMaterial {
    margin-top: 20px;
  }
}
.boxMaterial.is-open .boxMaterial__head {
  border-bottom: 2px solid #d73081;
}
.boxMaterial.is-open .boxMaterial__toggle > a:before {
  top: calc(50% - 32px);
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (max-width: 640px) {
  .boxMaterial.is-open .boxMaterial__toggle > a:before {
    top: calc(50% - 22px);
  }
}
.boxMaterial__head {
  background: #d73081;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .boxMaterial__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding-right: 40px;
  }
}
.boxMaterial__radio {
  display: inline-block;
  padding-left: 10px;
}
.boxMaterial__radio:hover {
  cursor: pointer;
}
.boxMaterial__radio > input {
  position: absolute;
  z-index: -1;
}
.boxMaterial__radio > input:checked + span:after {
  display: block;
}
.boxMaterial__radio > span {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 6px 20px 8px 30px;
  position: relative;
  line-height: 1.3;
}
.boxMaterial__radio > span:before, .boxMaterial__radio > span:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.boxMaterial__radio > span:after {
  width: 10px;
  height: 10px;
  background: #d73081;
  left: 5px;
  margin-top: -5px;
  display: none;
}
@media screen and (max-width: 640px) {
  .boxMaterial__radio {
    padding-left: 5px;
  }
  .boxMaterial__radio > span {
    font-size: 16px;
    padding: 10px 10px 8px 26px;
  }
  .boxMaterial__radio > span:before, .boxMaterial__radio > span:after {
    width: 16px;
    height: 16px;
    margin-top: -6px;
  }
  .boxMaterial__radio > span:after {
    width: 10px;
    height: 10px;
    left: 3px;
    margin-top: -3px;
  }
}
.boxMaterial__data {
  font-size: 14px;
  font-weight: bold;
  margin-right: auto;
}
.boxMaterial__data-icon {
  display: inline-block;
  background: #fff;
  color: #d73081;
  margin-right: 10px;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .boxMaterial__data {
    width: 100%;
    padding-left: 15px;
    font-size: 10px;
    padding-bottom: 5px;
  }
  .boxMaterial__data-icon {
    padding: 0 5px;
    margin-right: 0;
  }
}
.boxMaterial__toggle > a {
  display: inline-block;
  background: #fff;
  padding: 8px 12px;
  position: relative;
}
.boxMaterial__toggle > a:before {
  content: "";
  width: 0;
  height: 0;
  border: transparent solid 16px;
  border-bottom: #d73081 16px solid;
  border-width: 20px 16px;
  position: absolute;
  top: calc(50% - 9px);
  left: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.boxMaterial__toggle > a > span {
  display: inline-block;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .boxMaterial__toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .boxMaterial__toggle > a {
    height: 100%;
    padding: 8px;
  }
  .boxMaterial__toggle > a:before {
    top: calc(50% - 6px);
    left: 12px;
    border-width: 14px 10px;
  }
}
.boxMaterial__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.boxMaterial__body:before {
  content: "";
  width: 0;
  height: 0;
  border: 1px solid #fff;
  border-width: 30px;
  border-top-color: #d73081;
  border-left-color: #d73081;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
@media screen and (max-width: 640px) {
  .boxMaterial__body:before {
    display: none;
  }
}
.boxMaterial__image2 {
  width: 48%;
  position: relative;
  border-right: 2px solid #d73081;
}
.boxMaterial__image2-label {
  position: absolute;
  top: 6px;
  left: 6px;
  display: inline-block;
}
.boxMaterial__image2-label > img {
  display: block;
}
.boxMaterial__image2-label > img + img {
  margin-top: 6px;
}
.boxMaterial__image2-icon {
  position: absolute;
  bottom: 6px;
  left: 6px;
}
.boxMaterial__image2 + .boxMaterial__content {
  width: 52%;
  padding: 20px 30px;
}
@media screen and (max-width: 640px) {
  .boxMaterial__image2 {
    width: 100%;
    border: none;
  }
  .boxMaterial__image2 + .boxMaterial__content {
    width: 100%;
    padding: 10px 15px 20px 15px;
  }
}
.boxMaterial__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px 0 30px;
}
@media screen and (max-width: 640px) {
  .boxMaterial__image {
    padding: 10px 15px 0 15px;
  }
}
.boxMaterial__image-label {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.boxMaterial__image-label > img {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .boxMaterial__image-label > img {
    max-width: 70px;
  }
}
.boxMaterial__image-icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 640px) {
  .boxMaterial__image-icon > img {
    max-width: 50px;
  }
}
.boxMaterial__image > img {
  display: none;
}
.boxMaterial__content {
  width: 100%;
  padding: 20px 60px 30px 30px;
}
@media screen and (max-width: 640px) {
  .boxMaterial__content {
    padding: 10px 15px 20px 15px;
  }
}
.boxMaterial__list {
  font-size: 20px;
  line-height: 1.5;
}
.boxMaterial__list > li {
  position: relative;
  padding-left: 1.1em;
}
.boxMaterial__list > li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  .boxMaterial__list {
    font-size: 16px;
  }
}
.boxMaterial + .boxStep__head2 {
  margin-top: 40px;
}

.boxNews {
  background: #fff6f9;
  border-radius: 8px;
  padding: 40px 50px 50px;
  margin-top: 60px;
}
.boxNews + .boxNews {
  margin-top: 30px;
}
.boxNews__day {
  font-weight: bold;
}
.boxNews__day > span {
  display: block;
  max-width: 660px;
  margin: 0 auto;
}
.boxNews__head {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px dotted #808080;
}
.boxNews__head > span {
  display: block;
  max-width: 660px;
  margin: 0 auto;
}
.boxNews__content {
  max-width: 660px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .boxNews {
    padding: 20px 15px;
    margin-top: 30px;
  }
  .boxNews + .boxNews {
    margin-top: 15px;
  }
  .boxNews__head {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .boxNews__content {
    margin-top: 15px;
  }
}

.boxFlow {
  background: #fff;
  border-radius: 8px;
  padding: 30px 50px 40px;
  margin-top: 60px;
}
.boxFlow > *:first-child {
  margin-top: 0;
}
.boxFlow__head {
  text-align: center;
  color: #d73081;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px dotted #808080;
  margin-top: 2em;
}
.boxFlow__content {
  margin-top: 20px;
}
.boxFlow.bg-1 {
  background: #fff url(../img/guide/box-bg-1.png) no-repeat right bottom;
}
.boxFlow.bg-2 {
  background: #fff url(../img/guide/box-bg-2.png) no-repeat right bottom;
}
.boxFlow.bg-3 {
  background: #fff url(../img/guide/box-bg-3.png) no-repeat right bottom;
}
.boxFlow.bg-4 {
  background: #fff url(../img/guide/box-bg-4.png) no-repeat right bottom;
}
.boxFlow.bg-5 {
  background: #fff url(../img/guide/box-bg-5.png) no-repeat right bottom;
}
.boxFlow + .boxFlow {
  position: relative;
  margin-top: 110px;
}
.boxFlow + .boxFlow:before {
  content: "";
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #808080;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -19px;
}
.boxFlow + .boxFlow.no-arrow {
  margin-top: 60px;
}
.boxFlow + .boxFlow.no-arrow:before {
  display: none;
}
.boxFlow .lytImage {
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  .boxFlow {
    padding: 20px 15px;
    margin-top: 30px;
    background-size: 40% auto !important;
  }
  .boxFlow__head {
    font-size: 20px;
  }
  .boxFlow__content {
    margin-top: 20px;
  }
  .boxFlow + .boxFlow {
    margin-top: 70px;
  }
  .boxFlow + .boxFlow:before {
    top: -70px;
  }
  .boxFlow + .boxFlow.no-arrow {
    margin-top: 30px;
  }
}

.btnWrap {
  margin-top: 2em;
}
.btnWrap .btnBase + .btnBase {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .btnWrap {
    margin-top: 1em;
  }
}

.btnOrder {
  text-align: center;
}
.btnOrder > a {
  background: #d73081;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  display: inline-block;
  padding: 12px 50px;
  -webkit-box-shadow: 4px 4px 0 0 #e5a4a7;
          box-shadow: 4px 4px 0 0 #e5a4a7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btnOrder > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  .btnOrder > a {
    font-size: 24px;
    padding: 8px 50px;
  }
}

.btnBase {
  text-align: center;
}
.btnBase > a {
  display: inline-block;
  border-radius: 10em;
  background: #d73081;
  color: #fff;
  padding: 10px 40px 12px 30px;
  position: relative;
  font-size: 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  max-width: 326px;
}
.btnBase > a:hover {
  opacity: 0.6;
}
.btnBase > a:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.btnBase.color-1 > a {
  background: #fd9640;
}
.btnBase.color-2 > a {
  background: #1aa89d;
}
@media screen and (max-width: 640px) {
  .btnBase > a {
    padding: 5px 30px 7px 20px;
    font-size: 14px;
    max-width: 250px;
  }
}

.tableType {
  width: 100%;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  table-layout: fixed;
  word-break: break-word;
  font-size: 14px;
  margin-top: 2em;
}
.tableType th,
.tableType td {
  padding: 10px 20px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.tableType th {
  background: #fcebf0;
  width: 20%;
  vertical-align: middle;
}
.tableType td {
  background: #fff;
  width: 80%;
}
.tableType td > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .tableType {
    font-size: 12px;
  }
  .tableType th,
  .tableType td {
    padding: 5px;
  }
  .tableType th {
    width: 30%;
  }
  .tableType td {
    width: 70%;
  }
}

.tableType2 {
  width: 100%;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  table-layout: fixed;
  word-break: break-word;
  margin-top: 2em;
}
.tableType2 caption {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 4px;
}
.tableType2 thead th {
  background: #feb1cd;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  padding: 6px 20px;
}
.tableType2 thead th > small {
  font-size: 14px;
}
.tableType2 th,
.tableType2 td {
  padding: 10px 20px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.tableType2 th {
  font-weight: bold;
  vertical-align: middle;
}
.tableType2 td {
  background: #fff;
}
.tableType2 td > *:first-child {
  margin-top: 0;
}
.tableType2 tbody tr:nth-child(2n) th,
.tableType2 tbody tr:nth-child(2n) td {
  background: #f2f2f2;
}
@media screen and (max-width: 640px) {
  .tableType2 caption {
    font-size: 16px;
  }
  .tableType2 thead th {
    padding: 5px;
  }
  .tableType2 thead th > small {
    font-size: 11px;
  }
  .tableType2 th,
  .tableType2 td {
    padding: 5px;
    font-size: 13px;
  }
}

.boxContact {
  border: 1px solid #4d4d4d;
  padding: 50px 15px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .boxContact {
    padding: 30px 15px;
  }
}

.txtContact {
  font-size: 30px;
  font-weight: bold;
  background: url(../img/icon-contact.png) no-repeat left center;
  margin-top: 20px;
  padding: 20px 0 15px 90px;
  display: inline-block;
  max-width: 740px;
}
@media screen and (max-width: 640px) {
  .txtContact {
    font-size: 16px;
    background-size: 39px auto;
    padding-left: 45px;
    text-align: left;
    margin-top: 10px;
  }
}

.txtProduct {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .txtProduct {
    font-size: 16px;
  }
}

.lytImage {
  margin-top: 2em;
}
.lytImage--center {
  text-align: center;
}
.lytImage--footer {
  margin-top: 0.5em;
}

.lytColumn {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
}
.lytColumn__item {
  padding-left: 30px;
}
.lytColumn__item .pannelType1,.lytColumn__item .pannelType5 {
  height: 100%;
}
.lytColumn--col3 .lytColumn__item {
  width: 33.33333%;
}
.lytColumn--col3 .lytColumn__item:nth-child(n+4) {
    margin-top: 30px;
}
.lytColumn--product {
  margin-left: -20px;
}
.lytColumn--product .lytColumn__item {
  width: 50%;
  padding-left: 20px;
}
.lytColumn--product .btnBase > a {
  max-width: inherit;
  width: auto;
  padding: 10px 30px 12px 20px;
}
.lytColumn--product2 {
  margin-top: 30px;
  padding-left: -50px;
}
.lytColumn--product2 .lytColumn__item {
  padding-left: 50px;
  width: 33.33333%;
}
@media screen and (max-width: 640px) {
  .lytColumn {
    margin-left: 0;
    margin-top: 2em;
  }
  .lytColumn__item {
    padding-left: 0;
    width: 100% !important;
  }
  .lytColumn__item:not(:first-child) {
    margin-top: 2em;
  }
  .lytColumn--product {
    margin-left: 0;
  }
  .lytColumn--product .lytColumn__item {
    width: 100%;
    padding-left: 0;
  }
  .lytColumn--product .lytColumn__item:not(:first-child) {
    margin-top: 20px;
  }
  .lytColumn--product .btnBase {
    margin-top: 30px;
  }
  .lytColumn--product .btnBase a {
    padding: 5px 30px 7px 20px;
  }
  .lytColumn--product2 {
    margin-top: 20px;
    padding-left: 0;
  }
  .lytColumn--product2 .lytColumn__item {
    padding-left: 0;
    width: 100%;
  }
}

.pannelType1 {
  border: 2px solid #d63583;
  border-width: 0 2px 2px 0;
  padding: 0 15px 25px 0;
}
.pannelType1__head {
  color: #d63583;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-top: 0.5em;
}
.pannelType1__content {
  margin-top: 1em;
  font-size: 15px;
}
.pannelType1__content > *:first-child {
  margin-top: 0;
}

.pannelType2 {
  background: #fcebf0;
  padding: 30px 25px;
  margin-top: 2em;
}
.pannelType2__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pannelType2__image {
  width: 46%;
  padding-right: 20px;
}
.pannelType2__content {
  background: #fff;
  width: 54%;
  padding: 15px 20px 20px;
}
.pannelType2__head {
  font-weight: 900;
  font-size: 29px;
  border-bottom: 2px solid #939393;
  padding-bottom: 2px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .pannelType2__head {
    font-size: 27px;
  }
}
.pannelType2__lead {
  color: #d63583;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .pannelType2__lead {
    font-size: 19px;
    margin-top: 5px;
  }
}
.pannelType2__lead > small {
  font-size: 16px;
}
.pannelType2__text {
  margin-top: 10px;
  line-height: 1.6;
}
.pannelType2__button {
  margin-top: 1em;
  text-align: center;
}
.pannelType2__button > a {
  display: inline-block;
  background: #ff7ba6;
  color: #fff;
  padding: 9px 40px 11px;
  border-radius: 10em;
  width: 100%;
  max-width: 260px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.pannelType2__button > a:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.pannelType2__button > a:hover {
  opacity: 0.6;
}
.pannelType2--bg {
  background: #f7d7e0;
}
.pannelType2 + .pannelType2 {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .pannelType2 {
    padding: 30px 25px 60px;
  }
  .pannelType2__image {
    width: 100%;
    padding-right: 0;
  }
  .pannelType2__content {
    background: transparent;
    width: 100%;
    padding: 15px 0 0;
  }
  .pannelType2__head {
    border-bottom: none;
    padding-bottom: 0;
  }
  .pannelType2__button > a {
    max-width: 325px;
    padding: 6px 40px 8px;
  }
}

.pannelType3 {
  border: 2px solid #939393;
  position: relative;
}
.pannelType3:before {
  content: "";
  width: 0;
  height: 0;
  border: 1em solid transparent;
  border-top-color: #939393;
  border-left-color: #939393;
  border-right-color: #fff;
  border-bottom-color: #fff;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
.pannelType3__head {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  color: #d63583;
  padding: 5px 15px;
}
.pannelType3__lead {
  padding: 10px 15px 0;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  line-height: 1.3;
}
.pannelType3__lead > small {
  display: inline-block;
  font-size: 20px;
}
.pannelType3__text {
  padding: 10px 15px 30px;
}
@media screen and (max-width: 640px) {
  .pannelType3__image > img {
    width: 100%;
  }
}

.pannelType5 {
  border: 2px solid #f7d7e0;
  padding: 5px;
  padding-bottom: 60px;
  position: relative;
}
.pannelType5__head {
  color: #d63583;
  font-weight: bold;
  font-size: 19px;
  margin-top: 0;
  letter-spacing: -1px;
}
.pannelType5__head small {
  font-size: 14px;
}
.pannelType5__content {
  padding: 5px;
  font-size: 14px;
}
.pannelType5__content > *:first-child {
  margin-top: 0;
}
.pannelType5__content p {
  letter-spacing: -0.5px;
  margin-right: -5px;
}
.pannelType5__button {
  margin-top: 1em;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 5px;
  width: calc(100% - 10px);
}
.pannelType5__button > a {
  display: inline-block;
  background: #d63583;
  color: #fff;
  padding: 5px 40px 7px;
  border-radius: 10em;
  width: 100%;
  max-width: 260px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  font-size: 15px;
}
.pannelType5__button > a:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.pannelType5__button > a:hover {
  opacity: 0.6;
}

.u-em-1 {
  color: #d63583;
  font-weight: bold;
}

.u-em-2 {
  color: #d63583;
  font-weight: bold;
  font-size: 18px;
}

.footer_banner {
    padding: 30px 0;
    background: #d63583;
}

.footer_banner .wrapper {
  width:1000px;
  margin:0 auto;
}

.footer_banner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_banner ul li {
    flex-basis:calc(100%/4 - 10px);
    box-sizing: border-box;
}

.footer_banner li img {
    box-shadow: 0px 0px 1px #999;
    width:100%;
}
@media (max-width: 640px){
    .footer_banner {
      padding: 30px;
    }
    .footer_banner .wrapper {
      width:100%;
    }
    .footer_banner ul {
      display:block;
    }
    .footer_banner li {
      width:100%;
      margin:15px 0;
    }
    .footer_banner li:first-child,
    .footer_banner li:last-child {
      margin: 0;
    }
}

/* modules */

/* Head
----------------------------------------------- */
.headLv2 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 1em 0 0.5em;
}
.headLv2 + p {
  margin-top: 0;
}
.headLv2 + .headLv3 {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .headLv2 {
    font-size: 1.8em;
    font-weight: normal;
  }
  .headLv2 + .headLv3 {
    margin-top: 1.0em;
  }
}

.headLv3 {
  font-size: 1.6em;
  font-weight: normal;
  margin: 1em 0 0.8em;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #ddd;
  position: relative;
}
.headLv3:before {
  content: "";
  display: inline-block;
  width: 10em;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #d63583;
}
.headLv3 + p {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .headLv3 {
    margin-top: 1.0em;
    font-size: 1.6em;
  }
  .headLv3:before {
    width:5em;
  }
}

.headLv4 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 1em 0 0.5em;
  position: relative;
  padding-left: 20px;
}
.headLv4 + p {
  margin-top: 0;
}
.headLv4:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform:translateY(100%);
  background: #d63583;
}
@media screen and (max-width: 768px) {
  .headLv4 {
    margin-top: 1.0em;
    font-size: 1.4em;
    padding-left: 16px;
  }
  .headLv4:before {
    width: 8px;
    height: 8px;
    top: 0.45em;
  }
}

.headLv5 {
    font-size:1.2em;
    font-weight:bold;
}

/* Layout
----------------------------------------------- */
.layoutGrid {
  display: flex;
  flex-wrap: wrap;
  margin: 2em -2.84%;
}
.layoutGrid > .layoutGrid__item {
  padding: 0 2.84%;
}
.layoutGrid > .layoutGrid__item > *:first-child {
  margin-top: 0;
}
.layoutGrid > .layoutGrid__item > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .layoutGrid {
    flex-flow: column nowrap;
  }
  .layoutGrid > .layoutGrid__item {
    width: 100% !important;
  }
  .layoutGrid > .layoutGrid__item:not(:last-child) {
    margin-bottom: 2em;
  }
}

/* Image
----------------------------------------------- */

.imageSide, .imageSide--left, .imageSide2, .imageSide2--left {
  width: calc(100% + 40px);
  margin: 2.5em -20px;
  display: flex;
}
.imageSide > .imageSide__contents, .imageSide--left > .imageSide__contents, .imageSide2 > .imageSide__contents, .imageSide2--left > .imageSide__contents {
  padding: 0 20px;
  width: 50%;
}
.imageSide > .imageSide__contents > *:first-child, .imageSide--left > .imageSide__contents > *:first-child, .imageSide2 > .imageSide__contents > *:first-child, .imageSide2--left > .imageSide__contents > *:first-child {
  margin-top: 0;
}
.imageSide > .imageSide__contents > *:last-child, .imageSide--left > .imageSide__contents > *:last-child, .imageSide2 > .imageSide__contents > *:last-child, .imageSide2--left > .imageSide__contents > *:last-child {
  margin-bottom: 0;
}
.imageSide > .imageSide__image, .imageSide--left > .imageSide__image, .imageSide2 > .imageSide__image, .imageSide2--left > .imageSide__image {
  padding: 0 20px;
  width: 50%;
  text-align: center;
}
.imageSide > .imageSide__image a, .imageSide--left > .imageSide__image a, .imageSide2 > .imageSide__image a, .imageSide2--left > .imageSide__image a {
  display: inline-block;
  text-decoration: none;
}
.imageSide > .imageSide__image .buttonLink, .imageSide--left > .imageSide__image .buttonLink, .imageSide2 > .imageSide__image .buttonLink, .imageSide2--left > .imageSide__image .buttonLink, .imageSide > .imageSide__image .buttonLink--service, .imageSide--left > .imageSide__image .buttonLink--service, .imageSide2 > .imageSide__image .buttonLink--service, .imageSide2--left > .imageSide__image .buttonLink--service, .imageSide > .imageSide__image .buttonLink--solution, .imageSide--left > .imageSide__image .buttonLink--solution, .imageSide2 > .imageSide__image .buttonLink--solution, .imageSide2--left > .imageSide__image .buttonLink--solution, .imageSide > .imageSide__image .buttonLink--idea4u, .imageSide--left > .imageSide__image .buttonLink--idea4u, .imageSide2 > .imageSide__image .buttonLink--idea4u, .imageSide2--left > .imageSide__image .buttonLink--idea4u {
  margin-top: 1.2em;
}
.imageSide--left > .imageSide__contents {
  order: 2;
}
@media screen and (max-width: 768px) {
  .imageSide, .imageSide--left, .imageSide2, .imageSide2--left {
    width: 100%;
    margin: 2.5em 0;
    flex-flow: column nowrap;
  }
  .imageSide > .imageSide__contents, .imageSide--left > .imageSide__contents, .imageSide2 > .imageSide__contents, .imageSide2--left > .imageSide__contents,
  .imageSide > .imageSide__image,
  .imageSide--left > .imageSide__image,
  .imageSide2 > .imageSide__image,
  .imageSide2--left > .imageSide__image {
    padding: 0;
    width: 100% !important;
  }
  .imageSide > *:first-child, .imageSide--left > *:first-child, .imageSide2 > *:first-child, .imageSide2--left > *:first-child {
    margin-bottom: 2em;
  }
  .imageSide > .imageSide__contents, .imageSide--left > .imageSide__contents, .imageSide2 > .imageSide__contents, .imageSide2--left > .imageSide__contents {
    order: inherit;
  }
  .imageSide > .imageSide__image > img, .imageSide--left > .imageSide__image > img, .imageSide2 > .imageSide__image > img, .imageSide2--left > .imageSide__image > img {
    width: 100%;
    max-width: 400px;
  }
  .imageSide > .imageSide__image .buttonLink, .imageSide--left > .imageSide__image .buttonLink, .imageSide2 > .imageSide__image .buttonLink, .imageSide2--left > .imageSide__image .buttonLink, .imageSide > .imageSide__image .buttonLink--service, .imageSide--left > .imageSide__image .buttonLink--service, .imageSide2 > .imageSide__image .buttonLink--service, .imageSide2--left > .imageSide__image .buttonLink--service, .imageSide > .imageSide__image .buttonLink--solution, .imageSide--left > .imageSide__image .buttonLink--solution, .imageSide2 > .imageSide__image .buttonLink--solution, .imageSide2--left > .imageSide__image .buttonLink--solution, .imageSide > .imageSide__image .buttonLink--idea4u, .imageSide--left > .imageSide__image .buttonLink--idea4u, .imageSide2 > .imageSide__image .buttonLink--idea4u, .imageSide2--left > .imageSide__image .buttonLink--idea4u {
    display: block;
  }
}

.imageSide2, .imageSide2--left {
  width: calc(100% + 60px);
  margin: 2.5em -30px;
}
.imageSide2 > .imageSide__contents, .imageSide2--left > .imageSide__contents {
  padding: 0 30px;
}
.imageSide2 > .imageSide__image, .imageSide2--left > .imageSide__image {
  padding: 0 30px;
}
.imageSide2 > .imageSide__image img, .imageSide2--left > .imageSide__image img {
  max-width: none;
}
.imageSide2--left > .imageSide__image img {
  float: right;
}
.imageSide2--left > .imageSide__contents {
  order: 2;
}
@media screen and (max-width: 768px) {
  .imageSide2, .imageSide2--left {
    width: 100%;
    margin: 2.5em 0;
    flex-flow: column nowrap;
  }
  .imageSide2 > .imageSide__contents, .imageSide2--left > .imageSide__contents,
  .imageSide2 > .imageSide__image,
  .imageSide2--left > .imageSide__image {
    padding: 0;
    width: 100%;
  }
  .imageSide2 > .imageSide__contents, .imageSide2--left > .imageSide__contents {
    padding-bottom: 1em;
    order: inherit;
  }
  .imageSide2 > .imageSide__image img, .imageSide2--left > .imageSide__image img {
    float: none;
    max-width: 100%;
  }
}

.imageFull {
  text-align: center;
  margin: 2em 0;
}
.imageFull > .imageFull__image {
  max-width: 100%;
}

.imageBorder {
  border: 1px solid #ddd;
}

.imageShadow {
  box-shadow: 2px 2px 5px #999;
}

/* Table
----------------------------------------------- */
.tableData {
  margin: 3em 0;
  width: 100%;
}
.tableData th,
.tableData td {
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
  padding: 13px;
  font-weight: normal;
}
.tableData th:last-child,
.tableData td:last-child {
  border-right: none;
}
.tableData thead {
  background: #3c3735;
  color: #fff;
  text-align: center;
}
.tableData tbody th {
  background: #f0f0f2;
  text-align: left;
}
.tableData tbody td {
  background: #ffffff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tableData {
    margin: 2em 0;
  }
  .tableData th,
  .tableData td {
    padding: 5px;
    font-size: 1em;
  }
}

/* List
----------------------------------------------- */
.listBullet {
  margin: 3em 0;
}
.listBullet > li {
  position: relative;
  padding-left: 20px;
}
.listBullet > li:not(:first-child) {
  margin-top: 1em;
}
.listBullet > li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform:translateY(100%);
  background: #888;
}
@media screen and (max-width: 768px) {
  .listBullet {
    margin: 2em 0;
  }
  .listBullet > li {
    padding-left: 15px;
  }
  .listBullet > li:before {
    width: 8px;
    height: 8px;
  }
}

.listDef {
  margin: 3em 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
}
.listDef > dt,
.listDef > dd {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}
.listDef > dt {
  width: 10em;
  background: #f0f0f2;
}
.listDef > dd {
  width: calc(100% - 10em);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .listDef {
    margin: 2em 0;
    flex-flow: column nowrap;
  }
  .listDef > dt,
  .listDef > dd {
    padding: 8px 10px;
    width: 100% !important;
  }
  .listDef > dt {
    border: none;
  }
  .listDef > dd {
    width: calc(100% - 10em);
    border-bottom: 1px solid #ddd;
  }
}

.listIndex {
    display: flex;
    flex-wrap: wrap;
}
.listIndex.column2 {
  width: calc(100% + 60px);
  margin: 60px -30px;
}
.listIndex.column2 > li {
  padding: 0 30px;
  width: 50%;
}
.listIndex.column2 > li:nth-child(n+3) {
  margin-top: 60px;
}
.listIndex.column3 {
    width: calc(100% + 30px);
    margin: 30px -15px;
}
.listIndex.column3 > li {
    padding: 0 15px;
    width: calc(100%/3);
}
.listIndex .listIndex__image {
    display: block;
}
.listIndex .listIndex__image img {
    width: 100%;
}
.listIndex .listIndex__head {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    margin: 1em 0 0.6em;
}
.listIndex .listIndex__text {
    line-height: 1.8;
    margin-top: 0;
}
.listIndex > li > a {
    display: block;
    color: inherit;
    text-decoration: none;
}
@media screen and (max-width: 640px){
	.listIndex.column2, .listIndex.column3 {
		width: 100%;
		margin: 30px auto;
	}
	.listIndex.column2 > li, .listIndex.column3 > li {
		padding: 0;
    width: 100%;
	}
	.listIndex .listIndex__head {
		font-size:1em;
	}
	.listIndex.column2 > li:nth-child(n+2), .listIndex.column3 > li:nth-child(n+2) {
    	margin-top: 30px;
	}
}

/* Box
----------------------------------------------- */
.boxSolid {
  background: #fff;
  border: 1px solid #ddd;
}
.boxDashed {
  background: #fff;
  border: 1px dashed #ddd;
}
.boxFill {
  background: #f0f0f2;
}
.boxFill2 {
  background: #fefce7;
  border: 1px solid #faf085;
}
.boxSolid, .boxDashed, .boxFill, .boxFill2 {
  padding: 20px;
  margin: 2em 0;
}
.boxSolid > *:first-child, .boxDashed > *:first-child, .boxFill > *:first-child, .boxFill2 > *:first-child {
  margin-top: 0;
}
.boxSolid > *:last-child, .boxDashed > *:last-child, .boxFill > *:last-child, .boxFill2 > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .boxSolid, .boxDashed, .boxFill, .boxFill2 {
    padding: 15px 10px;
  }
}

/* Helper
----------------------------------------------- */
.d-n {
  display: none;
}

@media screen and (max-width: 640px) {
  .d-n--sp {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .d-n--pc {
    display: none;
  }
}

.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.ta-l {
  text-align: left;
}

b, strong {
    font-weight: bolder;
}

.fz-XL {
  font-size: 2.4rem;
}
.fz-L {
  font-size: 2rem;
}
.fz-S {
  font-size: 1.4rem;
}
.fz-XS {
  font-size: 1.2rem;
}
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
.w-33 {
  width: 33.33333% !important;
}
.w-66 {
  width: 66.66666% !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/* hubspot cookie-banner */
div#hs-eu-cookie-confirmation{
  background:rgba(36, 36, 36, 0.9)!important;
}
div#hs-eu-cookie-confirmation-inner{
  background:rgba(36, 36, 36, 0)!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
  color:#ffffff!important;
  margin-bottom:0!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  display:flex;
  flex-direction:row;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
  margin-bottom:0!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  flex-basis: 30%;
}
@media screen and (max-width: 480px){
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    display:block;
  }
}