<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 静的ページ専用スタイル ここから */
.formrun-system-confirm .select-wrap {
  display: none;
}

.formrun-system-confirm .Pages .ContactFormContent .ContactFormContent__list dt {
  line-height: inherit;
}

.formrun-system-confirm .ContactFormContent__btn.-return {
  display: block;
}

.Pages {
  /* blocks pc*/
  /* BrandList */
  /* Contact Form Content */
  /* Contact Thanks Content */
  /* DefList1 */
  /* DefList2 */
  /* Feature */
  /* FeatureDetail */
  /* GuideBox */
  /* GuideFigure */
  /* GuideFigWrapper */
  /* Title1 */
  /* List1 */
  /* List2 */
  /* List3 */
  /* LocalFooter */
  /* LocalNavi */
  /* Pager */
  /* Privacy */
  /* Section */
  /* Table1 */
  /* test */
  /* Text1 */
  /* Text2 */
  /* TextCaution */
  /* Title1 */
  /* Title2 */
  /* Title3 */
  /* WashingIcon */
  /* WashingTable */
  /* WashingWrapper */
}

@media print, screen and (max-width: 767px) {
  .Pages .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .Pages .sp {
    display: none !important;
  }
}

.Pages .BrandList {
  margin-bottom: 10px;
}

.Pages .BrandList .Title1 {
  font-size: 21px;
  margin: 34px 0px 22px;
}

.Pages .BrandList .Brand__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1px;
  padding-right: 1px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}

.Pages .BrandList .Brand__menu li {
  background: #f5f5f5;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(50% - 0.5px);
  flex: 1 0 calc(50% - 0.5px);
  margin-right: 0.5px;
  text-align: center;
  padding: 1.7em 0;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.Pages .BrandList .Brand__menu li:last-child {
  margin-right: 0;
  margin-left: 0.5px;
}

.Pages .BrandList #products {
  margin-top: 17px;
  margin-bottom: 0;
}

.Pages .BrandList .Brand__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Pages .BrandList .Brand__box + .Brand__box {
  border-top: 1px solid #d4d4d4;
}

.Pages .BrandList .Brand__box.-shops {
  padding-top: 9vw;
  padding-bottom: 6.2vw;
}

.Pages .BrandList .Brand__box.-shops .Brand__parts {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.Pages .BrandList .Brand__box.-shops .Brand__parts.-logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10vw;
}

.Pages .BrandList .Brand__box.-shops .Brand__parts.-logo img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 33vw;
  display: inline-block;
  margin: 0 auto;
}

.Pages .BrandList .Brand__box.-shops .Brand__parts.-logo figcaption {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
  font-size: 1.2em;
  padding: 0 0 0 4vw;
}

.Pages .BrandList .Brand__box.-shops .Brand__parts.-logo figcaption span {
  display: block;
  font-size: 0.7em;
}

.Pages .BrandList .Brand__box.-shops .Brand__parts.-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 0.9em;
  line-height: 1.92em;
  margin-bottom: 6vw;
}

.Pages .BrandList .Brand__box.-shops .Brand__parts.-thumbnail {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4.2vw 0 6vw 0;
}

.Pages .BrandList .Brand__box.-shops .Brand__parts.-thumbnail li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19vw;
  flex: 0 0 19vw;
  margin-right: 3.5vw;
}

.Pages .BrandList .Brand__box.-shops .Brand__parts.-thumbnail li:last-child {
  margin-right: 0;
}

.Pages .BrandList .Brand__box.-shops .Brand__parts.-mainimage {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  height: 100%;
}

.Pages .BrandList .Brand__box.-products {
  padding-top: 8.5vw;
  padding-bottom: 10.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Pages .BrandList .Brand__box.-products .Brand__parts {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Pages .BrandList .Brand__box.-products .Brand__parts.-logo div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 26vw;
  margin: 0 auto;
}

.Pages .BrandList .Brand__box.-products .Brand__parts.-logo div img {
  max-height: 100%;
  padding: 0 3vw;
}

.Pages .BrandList .Brand__box.-products .Brand__parts.-logo figcaption {
  display: none;
}

.Pages .BrandList .Brand__box.-products .Brand__parts.-text {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 2vw;
}

.Pages .BrandList .Brand__box.-products .Brand__parts.-text p {
  width: 100%;
  font-size: 1.2em;
}

.Pages .BrandList .Brand__box.-products .Brand__parts.-text p span {
  display: block;
  font-size: 0.8em;
  line-height: 1.3em;
}

.Pages .BrandList .Brand__box.-products .Brand__parts.-thumbnail {
  margin-top: 6vw;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.Pages .BrandList .Brand__box.-products .Brand__parts.-thumbnail li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18.8vw;
  flex: 0 0 18.8vw;
  margin-right: 4vw;
}

.Pages .BrandList .Brand__box.-products .Brand__parts.-thumbnail li:nth-child(2) {
  margin-right: 0;
}

.Pages .BrandList .Brand__box.-products .Brand__parts.-thumbnail li:nth-child(n + 3) {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .Pages .BrandList {
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto 86px auto;
    max-width: 1012px;
    padding-top: 69px !important;
  }
  .Pages .BrandList .Title1 {
    font-size: 30px;
    margin: 68px 0 58px;
  }
  .Pages .BrandList .Brand__menu li {
    width: 50%;
    padding: 1.3em 0;
    font-size: 15px;
  }
  .Pages .BrandList .Title2 {
    font-size: 23px;
    margin: 56px 0 25px;
  }
  .Pages .BrandList #products {
    margin-top: 39px;
  }
  .Pages .BrandList .Brand__box {
    width: 840px;
    margin: 0 auto;
  }
  .Pages .BrandList .Brand__box.-shops {
    padding-top: 44px;
    padding-bottom: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Pages .BrandList .Brand__box.-shops:first-of-type {
    padding-top: 12px;
  }
  .Pages .BrandList .Brand__box.-shops .Brand__inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 76%;
    flex: 0 0 76%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
  }
  .Pages .BrandList .Brand__box.-shops .Brand__parts.-logo {
    margin-bottom: 0;
  }
  .Pages .BrandList .Brand__box.-shops .Brand__parts.-logo img {
    max-width: 177px;
    margin: 0;
  }
  .Pages .BrandList .Brand__box.-shops .Brand__parts.-logo figcaption {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 71%;
    flex: 0 0 71%;
    font-size: 1.5em;
    padding: 0 336;
    line-height: 1.3em;
  }
  .Pages .BrandList .Brand__box.-shops .Brand__parts.-logo figcaption span {
    font-size: 0.5em;
  }
  .Pages .BrandList .Brand__box.-shops .Brand__parts.-text {
    font-size: 0.8em;
    line-height: 2.1em;
    margin-right: 36px;
    margin-bottom: 0;
  }
  .Pages .BrandList .Brand__box.-shops .Brand__parts.-mainimage {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 45px;
  }
  .Pages .BrandList .Brand__box.-shops .Brand__parts.-thumbnail {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Pages .BrandList .Brand__box.-shops .Brand__parts.-thumbnail li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94px;
    flex: 0 0 94px;
    margin: 10px 0 0 0;
  }
  .Pages .BrandList .Brand__box.-shops .Brand__parts.-thumbnail li:nth-child(-n + 2) {
    margin: 0;
  }
  .Pages .BrandList .Brand__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 840px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Pages .BrandList .Brand__wrap .Brand__box {
    width: auto;
    margin: 0;
  }
  .Pages .BrandList .Brand__wrap .Brand__box.-products {
    padding-top: 84px;
    padding-bottom: 37px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Pages .BrandList .Brand__wrap .Brand__box.-products + .-products {
    border-top: none;
  }
  .Pages .BrandList .Brand__wrap .Brand__box.-products:nth-of-type(n+3) {
    border-top: 1px solid #d4d4d4;
  }
  .Pages .BrandList .Brand__wrap .Brand__box.-products .Brand__parts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86%;
    flex: 0 0 86%;
  }
  .Pages .BrandList .Brand__wrap .Brand__box.-products .Brand__parts.-logo div {
    height: 120px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .Pages .BrandList .Brand__wrap .Brand__box.-products .Brand__parts.-logo div img {
    padding: 0;
  }
  .Pages .BrandList .Brand__wrap .Brand__box.-products .Brand__parts.-logo figcaption {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    padding-left: 10px;
    font-size: 1.4em;
    line-height: 1.2em;
  }
  .Pages .BrandList .Brand__wrap .Brand__box.-products .Brand__parts.-logo figcaption span {
    display: block;
    font-size: 0.6em;
    line-height: 1.3em;
    margin-top: 10px;
  }
  .Pages .BrandList .Brand__wrap .Brand__box.-products .Brand__parts.-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94%;
    flex: 0 0 94%;
    padding: 0;
  }
  .Pages .BrandList .Brand__wrap .Brand__box.-products .Brand__parts.-text p {
    display: none;
  }
  .Pages .BrandList .Brand__wrap .Brand__box.-products .Brand__parts.-thumbnail {
    margin-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Pages .BrandList .Brand__wrap .Brand__box.-products .Brand__parts.-thumbnail li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 92px;
    flex: 0 0 92px;
    margin-right: 0;
  }
  .Pages .BrandList .Brand__wrap .Brand__box.-products .Brand__parts.-thumbnail li:nth-child(2) {
    margin-right: 0;
  }
  .Pages .BrandList .Brand__wrap .Brand__box.-products .Brand__parts.-thumbnail li:nth-child(n + 3) {
    display: block;
    margin-right: 0;
  }
}

.Pages .Breadcrumb .Breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  list-style-type: none;
}

.Pages .Breadcrumb .Breadcrumb__item {
  position: relative;
  margin-right: 15px;
  line-height: 1;
}

.Pages .Breadcrumb .Breadcrumb__item::after {
  content: '&gt;';
  display: block;
  position: absolute;
  right: -13px;
  top: 1px;
}

.Pages .Breadcrumb .Breadcrumb__item:last-child {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 -0.5em 0 0;
}

.Pages .Breadcrumb .Breadcrumb__item:last-child::after {
  content: none;
}

.Pages .Breadcrumb .Breadcrumb__link {
  color: #000;
}

.Pages .Breadcrumb .Breadcrumb__text {
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0;
}

.Pages .Breadcrumb .Breadcrumb__span {
  font-weight: 600;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .Pages .Breadcrumb .Breadcrumb__item {
    margin-right: 20px;
  }
  .Pages .Breadcrumb .Breadcrumb__item::after {
    right: -15px;
  }
  .Pages .Breadcrumb .Breadcrumb__link {
    -webkit-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, border-color, background-color, color;
    -o-transition-property: opacity, border-color, background-color, color;
    transition-property: opacity, border-color, background-color, color;
  }
  .Pages .Breadcrumb .Breadcrumb__link:hover {
    text-decoration: none;
    opacity: .5;
  }
  .Pages .Breadcrumb .Breadcrumb__text {
    font-size: 13px;
  }
}

.Pages .ContactFormContent {
  font-weight: 500;
}

.Pages .ContactFormContent input, .Pages .ContactFormContent select {
  vertical-align: middle;
  margin: 0px;
}

.Pages .ContactFormContent .ContactFormContent__list {
  border-top: 1px solid #cccccc;
}

.Pages .ContactFormContent .ContactFormContent__list.-btBlk {
  border-top: 1px solid #000;
}

.Pages .ContactFormContent .ContactFormContent__list.-btNon {
  border-top: none;
}

.Pages .ContactFormContent .ContactFormContent__list dt {
  line-height: 3em;
}

.Pages .ContactFormContent .ContactFormContent__list dt .-required {
  /*display: inline-block;*/
  background: #dc6c6b;
  color: #ffffff;
}

.Pages .ContactFormContent .ContactFormContent__list dd .-textGray {
  color: #7f7f7f;
}

.Pages .ContactFormContent .ContactFormContent__list dd input {
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.Pages .ContactFormContent .ContactFormContent__list dd input.-mailAddress + span {
  display: inline-block;
}

.Pages .ContactFormContent .ContactFormContent__list dd input::-webkit-input-placeholder {
  color: #b2b2b2;
}

.Pages .ContactFormContent .ContactFormContent__list dd input:-ms-input-placeholder {
  color: #b2b2b2;
}

.Pages .ContactFormContent .ContactFormContent__list dd input::-ms-input-placeholder {
  color: #b2b2b2;
}

.Pages .ContactFormContent .ContactFormContent__list dd input::placeholder {
  color: #b2b2b2;
}

.Pages .ContactFormContent .ContactFormContent__list dd select {
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.Pages .ContactFormContent .ContactFormContent__list dd .-separateParts span:first-of-type {
  display: inline-block;
}

.Pages .ContactFormContent .ContactFormContent__list dd .-separateParts span.-confirm {
  color: #cccccc;
}

.Pages .ContactFormContent .ContactFormContent__list dd .listGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Pages .ContactFormContent .ContactFormContent__list dd .listGroup label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Pages .ContactFormContent .ContactFormContent__list dd .listGroup label input[type=checkbox] {
  vertical-align: middle;
  /*border: none;
						-webkit-appearance:none;*/
  /*background:linear-gradient(#ffffff, #c3c3c3);*/
}

.Pages .ContactFormContent .ContactFormContent__list dd .listGroup label input[type=radio] {
  vertical-align: middle;
  /*border: none;
						-webkit-appearance:none;*/
  /*background:linear-gradient(#ffffff, #c3c3c3);*/
  border-radius: 50%;
}

.Pages .ContactFormContent .ContactFormContent__list dd textarea {
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.Pages .ContactFormContent .ContactFormContent__list dd input[type="file"] {
  border: none;
  line-height: 1;
}

.Pages .ContactFormContent .ContactFormContent__list dd input[type="file"]::-webkit-file-upload-button, .Pages .ContactFormContent .ContactFormContent__list dd input[type="file"] file-upload-button {
  border: 1px solid #808080;
  border-radius: 1em;
  color: #3b3b3b;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c3c3c3));
  background: -webkit-linear-gradient(#ffffff, #c3c3c3);
  background: linear-gradient(#ffffff, #c3c3c3);
}

.Pages .ContactFormContent .ContactFormContent__list dd .error {
  border: 1px solid #ca2c2b;
  background-color: #fbe9e9;
}

.Pages .ContactFormContent .ContactFormContent__list dd .formrun-system-show {
  color: #ca2c2b;
  line-height: 1;
  margin-top: 0.5em;
}

.Pages .ContactFormContent .ContactFormContent__btn {
  text-align: center;
  border-radius: 3px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}

.Pages .ContactFormContent .ContactFormContent__btn.-return {
  color: #000000;
  background-color: #ffffff;
}

.Pages .ContactFormContent .ContactFormContent__note {
  color: #ff6600;
  font-size: 14px;
}

@media print, screen and (max-width: 767px) {
  .Pages .ContactFormContent {
    margin-bottom: 39px;
    /*.ContactFormContent__btnText {
			font-size: 14px;
			line-height: 1.125;
			letter-spacing: 1px;
		}*/
  }
  .Pages .ContactFormContent .ContactFormContent__head {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1.12px;
    padding-bottom: 6px;
  }
  .Pages .ContactFormContent .ContactFormContent__head .-note {
    font-size: 12px;
  }
  .Pages .ContactFormContent .ContactFormContent__text {
    padding-bottom: 25px;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2.1;
  }
  .Pages .ContactFormContent .ContactFormContent__sign {
    padding-bottom: 1em;
    font-size: 12px;
    line-height: 2.1;
  }
  .Pages .ContactFormContent .ContactFormContent__sign .-required {
    font-size: 12px;
    margin-right: 1em;
    padding: 3px 5px 4px 5px;
    font-size: 10px;
    line-height: 1;
    background: #dc6c6b;
    color: #ffffff;
  }
  .Pages .ContactFormContent .ContactFormContent__list {
    padding-top: 25px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dt {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dt .-required {
    margin-left: 23px;
    padding: 3px 5px 4px 5px;
    font-size: 10px;
    line-height: 1;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd {
    font-size: 12px;
    margin-bottom: 24px;
    padding-bottom: 29px;
    border-bottom: 1px solid #cccccc;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd.-last {
    border-bottom: none;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .-textGray {
    font-size: 10px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd input {
    padding: 0 17px;
    font-size: 13px;
    width: 62%;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd input.-middle {
    width: 72%;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd input.-long {
    width: 100%;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd input.-telNumber + span {
    margin-left: 10px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd input.-mailAddress + span {
    margin-top: 10px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .select-wrap {
    width: 25em;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd select {
    padding: 0 17px;
    font-size: 13px;
    width: 100%;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .-separateParts {
    padding-bottom: 10px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .-separateParts + .-separateParts {
    padding-bottom: 0;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .-separateParts span:first-of-type {
    width: 38px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .listGroup label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 4px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .listGroup label.-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .listGroup label.-middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 5%;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .listGroup label.-long {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .listGroup label.-long input[type=text] {
    margin-top: 10px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .listGroup label input[type=checkbox] {
    width: 11px;
    height: 11px;
    padding: 1px 0;
    margin-right: 10px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .listGroup label input[type=radio] {
    width: 11px;
    height: 11px;
    padding: 1px 0;
    margin-right: 10px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd textarea {
    padding: 7px 17px;
    font-size: 13px;
    width: 100%;
    height: 9.5em;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd input[type="file"] {
    margin-top: 6px;
    margin-bottom: 12px;
    padding: 0;
    width: 100%;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd input[type="file"]::-webkit-file-upload-button, .Pages .ContactFormContent .ContactFormContent__list dd input[type="file"] file-upload-button {
    width: 106px;
    margin-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .formrun-system-show {
    margin-top: 10px;
  }
  .Pages .ContactFormContent .ContactFormContent__detail {
    margin-top: 40px;
  }
  .Pages .ContactFormContent .ContactFormContent__btn {
    width: 100%;
    padding: 11px 5px 11px;
    font-size: 14px;
    line-height: 2.125;
    letter-spacing: 1px;
  }
  .Pages .ContactFormContent .ContactFormContent__btn.-return {
    margin-bottom: 10px;
  }
  .Pages .ContactFormContent .ContactFormContent__note,
  .Pages .ContactFormContent .ContactFormContent__address {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .Pages .ContactFormContent {
    width: 840px !important;
    padding-bottom: 95px;
    /*.ContactFormContent__btnText {
			font-size: 18px;
			line-height: 1.125;
			letter-spacing: 1px;
		}*/
  }
  .Pages .ContactFormContent .select-wrap {
    width: 23em;
  }
  .Pages .ContactFormContent .Title4 {
    padding-bottom: 59px;
  }
  .Pages .ContactFormContent .ContactFormContent__head {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1.12px;
    padding-bottom: 17px;
  }
  .Pages .ContactFormContent .ContactFormContent__head .-note {
    font-size: 17px;
  }
  .Pages .ContactFormContent .ContactFormContent__text {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    padding-bottom: 72px;
  }
  .Pages .ContactFormContent .ContactFormContent__sign {
    padding-bottom: 1em;
    font-size: 14px;
  }
  .Pages .ContactFormContent .ContactFormContent__sign .-required {
    margin-top: 4px;
    padding: 4px 6px 5px 6px;
    font-size: 12px;
    font-weight: 300;
    background: #dc6c6b;
    color: #ffffff;
    margin-right: 20px;
  }
  .Pages .ContactFormContent .ContactFormContent__list {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .Pages .ContactFormContent .ContactFormContent__list.-sub {
    width: 840px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 281px;
    flex: 0 0 281px;
    margin-right: 20px;
    font-size: 14px;
    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;
  }
  .Pages .ContactFormContent .ContactFormContent__list dt .-required {
    margin-top: 4px;
    padding: 4px 6px 5px 6px;
    font-size: 12px;
    line-height: 1;
    font-weight: 300;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 539px;
    flex: 0 0 539px;
    margin-bottom: 31px;
    padding-bottom: 29px;
    /*font-size: 12px;*/
    font-size: 14px;
    position: relative;
    min-height: 4em;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd:after {
    position: absolute;
    content: "";
    width: 840px;
    bottom: 0;
    left: -301px;
    border-bottom: 1px solid #cccccc;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd.-last:after {
    content: none;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd input {
    padding: 0 12px;
    font-size: 14px;
    width: 389px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd input.-middle {
    width: 139px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd input.-long {
    width: 100%;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd input.-telNumber {
    width: 208px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd input.-telNumber + span {
    margin-left: 24px;
    font-size: 12px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd input.-mailAddress {
    width: 358px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd input.-mailAddress + span {
    margin-left: 24px;
    font-size: 12px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd select {
    padding: 0 12px;
    font-size: 14px;
    width: 23em;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd.-separate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*align-items: center;*/
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .-separateParts {
    padding-bottom: 0;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .-separateParts:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .-separateParts span:first-of-type {
    width: 31px;
    font-size: 14px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .-separateParts span.-confirm {
    color: #cccccc;
    font-size: 12px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .-separateParts .-first {
    margin-right: 20px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .listGroup {
    padding-bottom: 19px;
    font-size: 13px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .listGroup label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 12px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .listGroup label.-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .listGroup label.-middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 4%;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .listGroup label.-long {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .listGroup label.-long input[type=text] {
    width: 390px;
    margin-left: 12px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .listGroup label input[type=checkbox] {
    width: 12px;
    height: 12px;
    padding: 1px 0;
    margin-right: 10px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd .listGroup label input[type=radio] {
    width: 13px;
    height: 13px;
    padding: 1px 0;
    margin-right: 10px;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd textarea {
    padding: 7px 17px;
    font-size: 13px;
    width: 100%;
    height: 9.5em;
  }
  .Pages .ContactFormContent .ContactFormContent__list dd input[type="file"] {
    padding: 0;
    width: 100%;
  }
  .Pages .ContactFormContent .ContactFormContent__detail {
    margin-top: 48px;
    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;
  }
  .Pages .ContactFormContent .ContactFormContent__btn {
    width: 300px;
    padding: 16px 5px 20px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1px;
    -webkit-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, border-color, background-color, color;
    -o-transition-property: opacity, border-color, background-color, color;
    transition-property: opacity, border-color, background-color, color;
  }
  .Pages .ContactFormContent .ContactFormContent__btn:hover {
    text-decoration: none;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
  }
  .Pages .ContactFormContent .ContactFormContent__btn:hover .Btn1__text {
    color: #000;
  }
  .Pages .ContactFormContent .ContactFormContent__btn.-return {
    margin-right: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .Pages .ContactThanksContent {
    margin-bottom: 39px;
  }
  .Pages .ContactThanksContent .LayoutContent__inner {
    padding-top: 30px;
  }
  .Pages .ContactThanksContent .ContactThanksContent__head {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1.12px;
    color: #000000;
    padding-bottom: 19px;
    font-weight: 400;
  }
  .Pages .ContactThanksContent .ContactThanksContent__text {
    padding-bottom: 30px;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.9;
    border-bottom: 1px solid #cccccc;
  }
  .Pages .ContactThanksContent .ContactThanksContent__detail {
    margin-top: 40px;
  }
  .Pages .ContactThanksContent .ContactThanksContent__btn {
    display: block;
    padding: 11px 5px 11px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #000000;
  }
  .Pages .ContactThanksContent .ContactThanksContent__btnText {
    font-size: 14px;
    line-height: 1.125;
    letter-spacing: 1px;
  }
}

@media print, screen and (min-width: 768px) {
  .Pages .ContactThanksContent {
    width: 840px !important;
    padding-bottom: 96px;
  }
  .Pages .ContactThanksContent .Title4 {
    padding-bottom: 72px;
  }
  .Pages .ContactThanksContent .LayoutContent__inner {
    padding-top: 93px;
  }
  .Pages .ContactThanksContent .ContactThanksContent__head {
    font-size: 23px;
    line-height: 1.2888;
    letter-spacing: 1.35px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 34px;
  }
  .Pages .ContactThanksContent .ContactThanksContent__text {
    padding-bottom: 89px;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.9;
    text-align: center;
    border-bottom: 1px solid #cccccc;
  }
  .Pages .ContactThanksContent .ContactThanksContent__detail {
    margin-top: 98px;
  }
  .Pages .ContactThanksContent .ContactThanksContent__btn {
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 15px 5px 20px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #000000;
    -webkit-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, border-color, background-color, color;
    -o-transition-property: opacity, border-color, background-color, color;
    transition-property: opacity, border-color, background-color, color;
  }
  .Pages .ContactThanksContent .ContactThanksContent__btn:hover {
    text-decoration: none;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
  }
  .Pages .ContactThanksContent .ContactThanksContent__btn:hover .Btn1__text {
    color: #000;
  }
  .Pages .ContactThanksContent .ContactThanksContent__btnText {
    font-size: 18px;
    line-height: 1.125;
    letter-spacing: 1px;
    font-weight: 400;
  }
}

.Pages .DefList1 {
  border: 1px solid #dddddd;
  border-bottom: none;
  margin: 26px 0 0;
}

.Pages .DefList1.-mt0 {
  margin-top: 0;
}

.Pages .DefList1 .DefList1__term {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #dddddd;
  padding: 11px 28px;
}

.Pages .DefList1 .DefList1__desc {
  margin-bottom: 0;
  border-bottom: 1px solid #dddddd;
  padding: 18px 28px;
}

@media print, screen and (min-width: 768px) {
  .Pages .DefList1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 50px 0 0;
  }
  .Pages .DefList1 .DefList1__term {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 255px;
    flex: 0 0 255px;
    max-width: 255px;
    border-right: 1px solid #dddddd;
    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;
    font-size: 16px;
    line-height: 24px;
  }
  .Pages .DefList1 .DefList1__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 255px);
    flex: 1 1 calc(100% - 255px);
    max-width: calc(100% - 255px);
    padding: 20px 45px;
    font-size: 16px;
    line-height: 24px;
  }
  .Pages .DefList1 .DefList1__desc .Text2 {
    font-size: 16px;
    line-height: 24px;
  }
  .Pages .DefList1 .DefList1__desc .DefList1__textWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .Pages .DefList1 .DefList1__desc .DefList1__figureWrapper {
    width: 200px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
    max-width: 200px;
    margin: 0 0 0 20px;
  }
  .Pages .DefList1 .DefList1__desc.-figureWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.Pages .DefList2 {
  border: 1px solid #cccccc;
  border-bottom: none;
  margin: 27px 0 0;
}

.Pages .DefList2 .DefList2__term {
  font-size: 13px;
  color: #000;
  background-color: #eeeeee;
  border-bottom: 1px solid #cccccc;
  height: calc(105px / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

.Pages .DefList2 .DefList2__desc {
  padding: 25px;
  border-bottom: 1px solid #cccccc;
  font-weight: 500;
}

.Pages .DefList2 .DefList2__wrapperLeft.-spBd {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 33px;
}

.Pages .DefList2 .DefList2__wrapperLeft.-spBd::after {
  content: '';
  display: block;
  background-color: #cccccc;
  width: calc(100% + 50px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.Pages .DefList2 .DefList2__figure {
  padding-bottom: 14px;
}

.Pages .DefList2 .DefList2__figure.-flex {
  width: 273px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Pages .DefList2 .DefList2__figure.-flex .DefList2__img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 46.3%;
  flex: 1 1 46.3%;
  width: 46.3%;
}

.Pages .DefList2 .DefList2__figure.-flex .DefList2__figCap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 53.6%;
  flex: 1 1 53.6%;
  margin: 0;
  text-align: left;
  position: relative;
}

.Pages .DefList2 .DefList2__figure.-flex .DefList2__figCapSpan {
  display: block;
  position: absolute;
}

.Pages .DefList2 .DefList2__figure.-flex .DefList2__figCapSpan.-span1 {
  top: -5px;
}

.Pages .DefList2 .DefList2__figure.-flex .DefList2__figCapSpan.-span2 {
  top: 63px;
}

.Pages .DefList2 .DefList2__figure.-noshiWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f7f7;
  padding: 16px 25px 16px 21px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 5px;
}

.Pages .DefList2 .DefList2__figure.-noshiWrapper img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 128px;
  display: block;
  margin-right: 22px;
}

.Pages .DefList2 .DefList2__figure.-img06 {
  padding-right: 17px;
  padding-left: 17px;
}

.Pages .DefList2 .DefList2__figure.-img09 {
  padding-right: 50px;
  padding-left: 50px;
}

.Pages .DefList2 .DefList2__figure.-img13 {
  padding-right: 78px;
  padding-left: 78px;
}

.Pages .DefList2 .DefList2__figure.-img14 {
  padding: 13px 42px 0;
}

.Pages .DefList2 .DefList2__img {
  width: 100%;
}

.Pages .DefList2 .DefList2__figCap {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  margin: 14px 0 0;
}

.Pages .DefList2 .DefList2__figCap.-noshi {
  padding: 10px 0 5px;
}

.Pages .DefList2 .DefList2__figCap.-noshi2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
}

.Pages .DefList2 .DefList2__text {
  margin: 0 0 9px;
}

.Pages .DefList2 .DefList2__text.-mbSp0 {
  margin-bottom: 0;
}

.Pages .DefList2 .DefList2__text.-figCap {
  font-size: 12px;
  line-height: 20px;
}

.Pages .DefList2 .DefList2__text.-bd {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 15px;
}

.Pages .DefList2 .DefList2__uwagaki {
  font-size: 13px;
  margin: 16px 0 0;
}

.Pages .DefList2 .DefList2__uwagakiTitle {
  font-size: 13px;
  font-weight: 600;
}

.Pages .DefList2 .DefList2__uwagakiTitle.-mb {
  margin-bottom: 8px;
}

.Pages .DefList2 .DefList2__uwagakiTitle.-mt {
  margin-top: 19px;
}

.Pages .DefList2 .DefList2__uwagakiList {
  margin: 10px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.Pages .DefList2 .DefList2__uwagakiItem {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  max-width: 33.33%;
}

.Pages .DefList2 .DefList2__uwagakiWrapper1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Pages .DefList2 .DefList2__uwagakiWrapper1 .DefList2__uwagakiList {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.Pages .DefList2 .DefList2__uwagakiWrapper1 .DefList2__uwagakiItem {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.Pages .DefList2 .DefList2__uwagakiWrapper1 .DefList2__figCap {
  margin-top: 10px;
}

.Pages .DefList2 .DefList2__uwagakiWrapper1 .DefList2__figure {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 47%;
  flex: 1 1 47%;
  padding: 11px 6px 0 10px;
}

.Pages .DefList2 .DefList2__uwagakiWrapper1.-bd {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.Pages .DefList2.-guideSize .DefList2__desc {
  padding: 0;
}

@media print, screen and (max-width: 767px) {
  .Pages .DefList2.-guideSize .-spNoBd {
    border-bottom: none;
  }
}

@media print, screen and (min-width: 768px) {
  .Pages .DefList2 {
    margin: 51px 0 0;
  }
  .Pages .DefList2 .DefList2__term {
    font-size: 16px;
    height: 80px;
  }
  .Pages .DefList2 .DefList2__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 37px 0 23px 0;
  }
  .Pages .DefList2 .DefList2__wrapperLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    padding: 0 23px 0;
    max-width: 420px;
  }
  .Pages .DefList2 .DefList2__wrapperLeft.-spBd::after {
    content: none;
  }
  .Pages .DefList2 .DefList2__wrapperLeft.-meimei {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    max-width: 330px;
  }
  .Pages .DefList2 .DefList2__wrapperLeft.-musubi {
    padding: 0 23px 0 33px;
    margin-bottom: 0;
  }
  .Pages .DefList2 .DefList2__wrapperRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 510px;
    flex: 0 1 510px;
    max-width: 510px;
    padding: 0 37px 0 5px;
  }
  .Pages .DefList2 .DefList2__wrapperRight.-meimei {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 595px;
    flex: 0 1 595px;
    max-width: 595px;
  }
  .Pages .DefList2 .DefList2__figure {
    padding-bottom: 33px;
  }
  .Pages .DefList2 .DefList2__figure.-noshiWrapper {
    width: 354px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 27px 20px;
    margin: 0 auto 21px;
  }
  .Pages .DefList2 .DefList2__figure.-noshiWrapper img {
    width: 167px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 167px;
    flex: 0 0 167px;
    margin-right: 30px;
  }
  .Pages .DefList2 .DefList2__figure.-img02 {
    padding-bottom: 19px;
  }
  .Pages .DefList2 .DefList2__figure.-img03 {
    padding-bottom: 5px;
  }
  .Pages .DefList2 .DefList2__figure.-img06 {
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 11px;
  }
  .Pages .DefList2 .DefList2__figure.-img09 {
    padding-right: 96px;
    padding-left: 120px;
    padding-bottom: 0;
  }
  .Pages .DefList2 .DefList2__figure.-img09 .DefList2__figCap {
    margin-top: -12px;
  }
  .Pages .DefList2 .DefList2__figure.-img10 {
    padding-bottom: 26px;
  }
  .Pages .DefList2 .DefList2__figure.-img11 {
    padding-bottom: 0;
  }
  .Pages .DefList2 .DefList2__figure.-img13 {
    padding-right: 13px;
    padding-left: 31px;
    padding-bottom: 6px;
  }
  .Pages .DefList2 .DefList2__figure.-img14 {
    padding: 23px 166px 0px 195px;
  }
  .Pages .DefList2 .DefList2__figCap {
    font-size: 16px;
    font-weight: 400;
  }
  .Pages .DefList2 .DefList2__figCap.-noshi {
    padding: 0;
  }
  .Pages .DefList2 .DefList2__text.-mbSp0 {
    margin-bottom: 9px;
  }
  .Pages .DefList2 .DefList2__text.-figCap {
    font-size: 14px;
    line-height: 24px;
  }
  .Pages .DefList2 .DefList2__text.-bd {
    margin-bottom: 15px;
  }
  .Pages .DefList2 .DefList2__uwagaki {
    font-size: 16px;
  }
  .Pages .DefList2 .DefList2__uwagakiTitle {
    font-size: 16px;
  }
  .Pages .DefList2 .DefList2__uwagakiList {
    padding-right: 58px;
  }
  .Pages .DefList2 .DefList2__uwagakiWrapper1 .DefList2__uwagakiList {
    padding-right: 0;
  }
  .Pages .DefList2 .DefList2__uwagakiWrapper1 .DefList2__figCap {
    margin-top: 0;
  }
  .Pages .DefList2 .DefList2__uwagakiWrapper1 .DefList2__figure {
    margin-top: -30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 56%;
    flex: 1 1 56%;
    max-width: 56%;
    padding: 0px 28px 0 42px;
  }
  .Pages .DefList2 .DefList2__uwagakiWrapper1.-bd {
    margin-bottom: 18px;
  }
  .Pages .DefList2.-guideSize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 26px;
  }
  .Pages .DefList2.-guideSize .DefList2__term {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .Pages .DefList2.-guideSize .DefList2__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .Pages .DefList2.-guideSize.-column2 .DefList2__term {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .Pages .DefList2.-guideSize.-column2 .DefList2__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .Pages .DefList2.-guideSize.-column2 .-pcOrder1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-right: 1px solid #cccccc;
  }
  .Pages .DefList2.-guideSize.-column2 .-pcOrder2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .Pages .DefList2.-guideSize.-column2 .-pcOrder3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border-right: 1px solid #cccccc;
  }
  .Pages .DefList2.-guideSize.-column2 .-pcOrder4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .Pages .DefList2.-guideSize.-column1 .DefList2__term {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .Pages .DefList2.-guideSize.-column1 .DefList2__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .Pages .DefList2.-guideSize.-column1 .-pcOrder1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .Pages .DefList2.-guideSize.-column1 .-pcOrder2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .Pages .DefList2.-guideSize.-column1 .-pcOrder3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.Pages .Feature h1 {
  font-size: 6vw;
  margin: 0.7em 0 1.5em;
}

.Pages .Feature .LayoutContent__inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.Pages .Feature .Feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 24px 0 33px;
}

.Pages .Feature .Feature__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 14px;
}

.Pages .Feature .FeatureItem__image {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  height: 47vw;
  background-color: #f5f5f5;
}

.Pages .Feature .FeatureItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.Pages .Feature .FeatureItem__copy {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0 0 0;
}

@media print, screen and (min-width: 768px) {
  .Pages .Feature {
    padding-top: 19px !important;
  }
  .Pages .Feature h1 {
    font-size: 30px;
    margin: 1.5em 0;
  }
  .Pages .Feature .Feature__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 990px;
    margin: 29px auto 63px;
  }
  .Pages .Feature .Feature__list a .hover {
    opacity: 0.7;
  }
  .Pages .Feature .Feature__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 22px);
    flex: 0 0 calc(25% - 22px);
    margin: 0 22px 46px 0;
  }
  .Pages .Feature .Feature__item a {
    display: block;
    -webkit-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, border-color, background-color, color;
    -o-transition-property: opacity, border-color, background-color, color;
    transition-property: opacity, border-color, background-color, color;
  }
  .Pages .Feature .Feature__item a:hover {
    text-decoration: none;
    opacity: .5;
  }
  .Pages .Feature .Feature__item:nth-child(4n) {
    margin: 0;
  }
  .Pages .Feature .FeatureItem__image {
    position: relative;
    overflow: hidden;
    width: 216px;
    height: 252px;
    background-color: #f5f5f5;
  }
  .Pages .Feature .FeatureItem__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .Pages .Feature .FeatureItem__copy {
    font-size: 16px;
    line-height: 1.6;
    margin: 16px 0 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .Pages .LayoutMain__inner {
    max-width: 990px !important;
  }
}

.Pages .FeatureDetail {
  padding-top: 12px;
}

.Pages .FeatureDetail h1 {
  margin: 1.5em 0 2.1em;
}

.Pages .FeatureDetail .FeatureDetail__contents {
  margin-bottom: 53px;
}

.Pages .FeatureDetail .FeatureDetail__contents h2 {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 1.4em 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.Pages .FeatureDetail .FeatureDetail__contents p {
  font-weight: 300;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 34px;
}

.Pages .FeatureDetail .FeatureDetail__contents img {
  margin-bottom: 34px;
}

.Pages .FeatureDetail .FeatureDetail__contents hr {
  margin-bottom: 3em;
  padding-top: 9px;
  border: none;
  border-bottom: 1px solid #cccccc;
}

.Pages .FeatureDetail .FeatureDetail__image {
  margin-bottom: 10px;
}

.Pages .FeatureDetail .FeatureDetail__image.-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Pages .FeatureDetail .FeatureDetail__image.-double li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  margin-right: 2px;
}

.Pages .FeatureDetail .FeatureDetail__image.-double li:last-child {
  margin-right: 0;
}

.Pages .FeatureDetail .FeatureDetail__image.-double li p {
  line-height: 1.4;
}

.Pages .FeatureDetail .FeatureDetail__image.-triple li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Pages .FeatureDetail .FeatureDetail__image.-triple li span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  margin-right: 3%;
}

.Pages .FeatureDetail .FeatureDetail__image.-triple li p {
  font-size: 12px;
  line-height: 1.4;
}

.Pages .FeatureDetail .FeatureDetail__image.-sidebyside img {
  margin-bottom: 18px;
}

.Pages .FeatureDetail .FeatureDetail__image.-sidebyside p {
  font-size: 12px;
  line-height: 1.6;
}

.Pages .FeatureDetail .FeatureDetail__image.-numberlist img {
  margin-bottom: 27px;
}

.Pages .FeatureDetail .FeatureDetail__image.-numberlist dl dt {
  font-size: 16px;
  margin-bottom: 7px;
}

.Pages .FeatureDetail .FeatureDetail__image.-numberlist dl dd {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.Pages .FeatureDetail .FeatureDetail__image.-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Pages .FeatureDetail .FeatureDetail__image.-related li {
  margin-right: 2px;
}

.Pages .FeatureDetail .FeatureDetail__image.-related li img {
  margin-bottom: 18px;
}

.Pages .FeatureDetail .FeatureDetail__image.-related li p {
  font-size: 14px;
  line-height: 1.6;
}

.Pages .FeatureDetail .FeatureDetail__image.-related li p span {
  display: block;
  font-size: 13px;
  color: #989898;
}

.Pages .FeatureDetail .FeatureDetail__image.-related.-sidebyside {
  display: block;
  margin-bottom: 44px;
}

.Pages .FeatureDetail .FeatureDetail__image.-related.-sidebyside li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Pages .FeatureDetail .FeatureDetail__image.-related.-sidebyside li span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
  margin-right: 6%;
  margin-bottom: 2px;
}

.Pages .FeatureDetail .FeatureDetail__image.-related.-sidebyside li span img {
  margin-bottom: 0;
}

.Pages .FeatureDetail .FeatureDetail__image.-related.-sidebyside li p {
  font-size: 14px;
  margin-bottom: 0;
}

.Pages .FeatureDetail .FeatureDetail__ranking.block-ranking {
  background-color: #ffffff;
  margin-bottom: 1em;
  padding: 0;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-top-event--header {
  margin: 1.5em 0;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--items {
  border-top: none;
  padding: 0;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--items li {
  width: 100%;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--goods {
  position: relative;
  margin: 0;
  -ms-flex-preferred-size: inherit;
  flex-basis: inherit;
  padding: 0;
  background-color: #f1f1f1;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3735714286;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 32px;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--goods:nth-child(2n) {
  margin-right: 0;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 7px;
  right: 7px;
  left: auto;
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 24px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--goods-image .block-ranking-r--rank-1 {
  background-color: #bda770;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--goods-image .block-ranking-r--rank-2 {
  background-color: #a7a8a7;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--goods-image .block-ranking-r--rank-3 {
  background-color: #98795c;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--goods-favorite {
  z-index: 2;
  position: absolute;
  right: 7px;
  bottom: 7px;
  display: block;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 999px;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--goods button.block-ranking-r--goods-favorite {
  margin: 0;
  padding: 0;
  border: none;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--goods-favorite:before {
  content: ' ';
  display: block;
  width: 16px;
  height: 14px;
  background: url(../../img/parts/ico_favorite_def.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -6px;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--goods-favorite span {
  display: none;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--goods-favorite:after {
  content: ' ';
  display: block;
  width: 16px;
  height: 14px;
  background: url(../../img/parts/ico_favorite_anime.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -6px;
  opacity: 0;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--goods-favorite.is-add {
  background-color: #ed88b1;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--goods-favorite.is-add:before {
  background-image: url(../../img/parts/ico_favorite_active.svg);
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--goods-description {
  margin-top: 0;
  padding: 6px 12px 12px 12px;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--goods-name {
  margin-bottom: .3em;
}

.Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--price {
  font-size: 13px;
}

@media print, screen and (min-width: 768px) {
  .Pages .FeatureDetail .FeatureDetail__contents {
    padding-top: 30px;
  }
  .Pages .FeatureDetail .FeatureDetail__contents h2 {
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
    margin-top: 98px;
  }
  .Pages .FeatureDetail .FeatureDetail__contents p {
    font-size: 16px;
    line-height: 2.3;
    letter-spacing: -0.06em;
    text-align: center;
    margin-bottom: 73px;
  }
  .Pages .FeatureDetail .FeatureDetail__contents p.FeatureDetail__readtext {
    margin-bottom: 96px;
    padding: 0 160px;
    letter-spacing: -0.08em;
    text-align: left;
  }
  .Pages .FeatureDetail .FeatureDetail__image {
    margin-bottom: 10px;
  }
  .Pages .FeatureDetail .FeatureDetail__image p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-triple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-triple li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    margin-right: 1px;
    display: block;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-triple li span {
    display: block;
    margin-right: 0;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-triple li span img {
    margin-bottom: 0;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-triple li p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0;
    padding: 10px;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-sidebyside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    margin-bottom: 23px;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-sidebyside.-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-sidebyside.-right span {
    margin-left: 24px;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-sidebyside.-left span {
    margin-right: 24px;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-sidebyside span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    display: block;
    margin-right: 0;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-sidebyside span img {
    margin-bottom: 0;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-sidebyside p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-numberlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 87px;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-numberlist span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    display: block;
    margin-left: 33px;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-numberlist span img {
    margin-bottom: 0;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-numberlist dl dt {
    font-size: 22px;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-numberlist dl dd {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 38px;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-center li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    margin-right: 1px;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-center li:last-child {
    margin-right: 0;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-center li p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0;
    padding: 10px;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-related {
    margin-top: 100px;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-related li img {
    margin-bottom: 30px;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-related li p {
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -0.06em;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-related li p span {
    letter-spacing: 0;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-related.-sidebyside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-related.-sidebyside li {
    display: block;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-related.-sidebyside li span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    margin-right: 1px;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-related.-sidebyside li span:last-child {
    margin-right: 0;
  }
  .Pages .FeatureDetail .FeatureDetail__image.-related.-sidebyside li p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0;
    padding: 10px;
  }
  .Pages .FeatureDetail .FeatureDetail__ranking {
    padding-top: 4px;
    margin-bottom: 0;
  }
  .Pages .FeatureDetail .FeatureDetail__ranking .block-top-event--header {
    margin: 70px 0 81px 0;
  }
  .Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--items li .block-ranking-r--goods {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
    margin-right: 10px;
    margin-bottom: 112px;
  }
  .Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--items li .block-ranking-r--goods:nth-last-child(-n+5) {
    margin-bottom: 0;
  }
  .Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--goods-description {
    margin-top: 0;
    padding: 16px 12px;
  }
  .Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--rank {
    position: absolute;
    left: 50%;
    top: -33px;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-left: -12.5px;
    border-radius: 32px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
  }
  .Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--goods-description {
    padding: 15px 15px 20px 15px;
  }
  .Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--goods-name {
    margin-bottom: 0.2em;
    font-size: 16px;
  }
  .Pages .FeatureDetail .FeatureDetail__ranking .block-ranking-r--price {
    font-size: 14px;
  }
}

.Pages .GuideBox {
  border: 1px solid #dddddd;
  padding: 20px 30px 3px;
  margin: 25px 0 0;
}

.Pages .GuideBox .GuideBox__title {
  font-size: 15px;
  color: #000;
  line-height: 1.857;
  border-bottom: 1px solid #cccccc;
  font-weight: 600;
  position: relative;
  padding: 0 0 14px 18px;
  margin: 0 0 18px;
}

.Pages .GuideBox .GuideBox__titleNum {
  position: absolute;
  top: 0;
  left: 0;
}

.Pages .GuideBox .GuideBox__desc {
  margin: 0 0 25px;
}

.Pages .GuideBox .GuideBox__figure.-guideOrder01 {
  width: 82%;
  margin: 20px 0 30px;
}

@media print, screen and (min-width: 768px) {
  .Pages .GuideBox {
    margin: 50px 0 0;
    padding: 40px 50px 40px;
  }
  .Pages .GuideBox .GuideBox__title {
    font-size: 18px;
    padding: 0 0 10px 25px;
    margin: 0 0 25px;
  }
  .Pages .GuideBox .GuideBox__desc {
    margin: 0 0 50px;
  }
  .Pages .GuideBox .GuideBox__desc.-hasImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .Pages .GuideBox .GuideBox__desc.-hasImg .GuideBox__figure {
    margin: 0;
  }
  .Pages .GuideBox .GuideBox__desc.-img01 {
    margin: 0 0 43px;
  }
  .Pages .GuideBox .GuideBox__desc.-img01 .GuideBox__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    margin: 0 10px 0 0;
  }
  .Pages .GuideBox .GuideBox__desc.-img02 {
    margin: 0 0 196px;
  }
  .Pages .GuideBox .GuideBox__desc.-img02 .GuideBox__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 411px;
    flex: 0 0 411px;
    margin: 0 30px 0 0;
  }
  .Pages .GuideBox .GuideBox__desc:last-child {
    margin-bottom: 0;
  }
}

.Pages .GuideFigure .GuideFigure__img {
  width: 100%;
}

.Pages .GuideFigure .GuideFigure__caption {
  font-size: 12px;
  line-height: 20px;
  margin: 4px 0 0;
}

.Pages .GuideFigure.-guideCash01 {
  width: 232px;
  margin: 12px 0 0;
}

.Pages .GuideFigure.-guideCash02 {
  margin: 0 auto 12px;
  width: 255px;
}

.Pages .GuideFigure.-guideCash03 {
  width: 255px;
  margin: 0 auto 15px;
}

.Pages .GuideFigure.-guideCash04 {
  width: 155px;
  margin: 22px auto 0;
}

@media print, screen and (min-width: 768px) {
  .Pages .GuideFigure .GuideFigure__caption {
    margin: 2px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .Pages .GuideFigWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
  }
  .Pages .GuideFigWrapper .GuideFigWrapper__figure {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 255px;
    flex: 1 0 255px;
    max-width: 255px;
    margin: 0 28px 0 0;
  }
  .Pages .GuideFigWrapper .GuideFigWrapper__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: -8px 0 0;
    /* flexで横並びになった際に、ラインを合わせるため */
  }
}

.Pages .Law {
  border: 1px solid #ccc;
  border-bottom: none;
  margin-bottom: 50px;
}

.Pages .Law .Law__name,
.Pages .Law .Law__desc {
  border-bottom: 1px solid #ccc;
}

.Pages .Law .Law__name {
  font-size: 15px;
  font-weight: bold;
  padding: 11px 17px;
}

.Pages .Law .Law__desc {
  font-size: 12px;
  padding: 17px 29px;
}

.Pages .Law .Law__list {
  padding: 4px 15px;
}

.Pages .Law .Law__listItem {
  list-style-type: disc;
  line-height: 1.6;
  margin-top: 10px;
}

.Pages .Law .Law__listItem:first-child {
  margin-top: 0;
}

.Pages .Law .Law__kakko {
  margin-left: -9px;
}

@media print, screen and (min-width: 768px) {
  .Pages .Law {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Pages .Law .Law__name {
    width: 30%;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #ccc;
  }
  .Pages .Law .Law__desc {
    width: 70%;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 32px;
  }
  .Pages .Law .Law__list {
    padding: 14px 17px;
  }
  .Pages .Law .Law__listItem {
    line-height: 1.6;
    margin-top: 5px;
  }
  .Pages .Law .Law__kakko {
    margin-left: -9px;
  }
}

.Pages .LayoutContent {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media print, screen and (max-width: 769px) {
  .Pages .LayoutContent {
    padding-top: 18px;
  }
  .Pages .LayoutContent .LayoutContent__inner {
    padding-right: 25px;
    padding-left: 25px;
  }
  .Pages .LayoutContent .LayoutContent__inner.-spLayoutFull {
    padding: 0;
  }
  .Pages .LayoutContent .LayoutContent__inner.-spLayoutPadding {
    padding-right: 25px;
    padding-left: 25px;
  }
  .Pages .LayoutContent.-pt0 {
    padding-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .Pages .LayoutContent {
    padding-top: 92px;
  }
  .Pages .LayoutContent .LayoutContent__inner {
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
  .Pages .LayoutContent .LayoutContent__inner.-pcLayout1200 {
    max-width: 1200px;
  }
  .Pages .LayoutContent .LayoutContent__inner.-pcLayout1086 {
    max-width: 1086px;
  }
  .Pages .LayoutContent .LayoutContent__inner.-pcLayout1014 {
    max-width: 1014px;
  }
  .Pages .LayoutContent .LayoutContent__inner.-pcLayout840 {
    max-width: 840px;
  }
  .Pages .LayoutContent.-pt0 {
    padding-top: 0;
  }
}

.Pages .LayoutMain {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 18px;
}

.Pages .LayoutMain.-gray {
  background-color: #f8f8f9;
}

.Pages .LayoutMain .LayoutMain__inner {
  padding-right: 25px;
  padding-left: 25px;
}

@media print, screen and (min-width: 768px) {
  .Pages .LayoutMain {
    padding-top: 0;
  }
  .Pages .LayoutMain .LayoutMain__inner {
    max-width: 930px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
  .Pages .LayoutMain .LayoutMain__inner.-pcLayout930 {
    width: 930px;
  }
}

.Pages .List1 .List1__Title {
  border-top: 1px solid #000;
  margin: 50px 0 0;
}

.Pages .List1 .List1__link {
  display: block;
  padding: 18px 0 0;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

.Pages .List1 .List1__childList {
  margin: 17px 0 0;
}

.Pages .List1.-padding .List1__Title {
  padding-right: 15px;
  padding-left: 15px;
}

.Pages .List1.-noChild .List1__item:not(:first-child) .List1__Title {
  margin-top: 16px;
}

.Pages .List1.-noChild .List1__item:last-child .List1__Title {
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}

.Pages .List1.-mb {
  margin: 0 0 90px;
}

@media print, screen and (min-width: 768px) {
  .Pages .List1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -32px 0;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
  }
  .Pages .List1 .List1__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 32px 19px;
  }
  .Pages .List1 .List1__item:last-child, .Pages .List1 .List1__item:nth-last-child(2), .Pages .List1 .List1__item:nth-last-child(3) {
    padding-bottom: 7px;
  }
  .Pages .List1 .List1__Title {
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 25px 0 0;
    padding: 0 0 37px;
  }
  .Pages .List1 .List1__link {
    font-size: 18px;
    -webkit-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, border-color, background-color, color;
    -o-transition-property: opacity, border-color, background-color, color;
    transition-property: opacity, border-color, background-color, color;
  }
  .Pages .List1 .List1__link:hover {
    text-decoration: none;
    opacity: .5;
  }
  .Pages .List1 .List1__childList {
    margin: 20px 0 0;
  }
  .Pages .List1.-padding .List1__Title {
    padding-right: 0;
    padding-left: 0;
  }
  .Pages .List1.-noChild .List1__item:not(:first-child) .List1__Title {
    margin: 25px 0 0;
    padding: 0 0 37px;
  }
  .Pages .List1.-noChild .List1__item:last-child .List1__Title {
    margin: 25px 0 0;
    padding: 0 0 37px;
  }
  .Pages .List1.-noChild .List1__item:last-child .List1__Title {
    border-bottom: 1px solid #ccc;
  }
  .Pages .List1.-mb {
    margin: 0 -32px 100px;
  }
}

.Pages .List2 .List2__item {
  border-top: 1px solid #cccccc;
}

.Pages .List2 .List2__item:last-child {
  border-bottom: 1px solid #cccccc;
}

.Pages .List2 .List2__link {
  display: block;
  padding: 10px 14px;
  font-size: 12px;
  color: #111111;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .Pages .List2 .List2__item {
    border-top: none;
  }
  .Pages .List2 .List2__item:last-child {
    border-bottom: none;
  }
  .Pages .List2 .List2__link {
    font-size: 14px;
    padding: 9px 0;
    -webkit-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, border-color, background-color, color;
    -o-transition-property: opacity, border-color, background-color, color;
    transition-property: opacity, border-color, background-color, color;
  }
  .Pages .List2 .List2__link:hover {
    text-decoration: none;
    opacity: .5;
  }
}

.Pages .List3 .List3__item {
  margin-bottom: 0;
  padding: 0 0 0 12px;
  position: relative;
}

.Pages .List3 .List3__item:after {
  content: '•';
  position: absolute;
  top: 0;
  left: -2px;
}

.Pages .LocalFooter {
  margin-bottom: 50px;
}

.Pages .LocalFooter .LocalFooter__item {
  border-top: 1px solid #000;
}

.Pages .LocalFooter .LocalFooter__item:last-child {
  border-bottom: 1px solid #000;
}

.Pages .LocalFooter .LocalFooter__link {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  height: 50px;
  font-weight: 600;
  padding: 0 15px;
}

.Pages .LocalNavi .LocalNavi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -2.5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.Pages .LocalNavi .LocalNavi__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 2.5px 5px;
}

.Pages .LocalNavi .LocalNavi__item.-ls .LocalNavi__link {
  letter-spacing: -1px;
  padding: 0;
  white-space: nowrap;
}

.Pages .LocalNavi .LocalNavi__link {
  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;
  text-align: center;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 11px;
  line-height: 12px;
  color: #000;
  height: 35px;
  padding-right: 11px;
  padding-left: 11px;
}

@media print, screen and (min-width: 768px) {
  .Pages .LocalNavi .LocalNavi__list {
    margin: 0 -7px;
  }
  .Pages .LocalNavi .LocalNavi__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 7px 13px;
  }
  .Pages .LocalNavi .LocalNavi__item.-ls .LocalNavi__link {
    letter-spacing: -1px;
    padding: 0;
  }
  .Pages .LocalNavi .LocalNavi__link {
    font-size: 14px;
    line-height: 18px;
    height: 50px;
    border-radius: 6px;
    -webkit-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, border-color, background-color, color;
    -o-transition-property: opacity, border-color, background-color, color;
    transition-property: opacity, border-color, background-color, color;
  }
  .Pages .LocalNavi .LocalNavi__link:hover {
    text-decoration: none;
    border-color: #cbcbcb;
    background-color: #cbcbcb;
  }
}

.Pages .Pager {
  margin-bottom: 54px;
  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;
}

.Pages .Pager .Pager__parts {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.4em;
  flex: 0 0 2.4em;
}

.Pages .Pager .Pager__link {
  width: 2.4em;
  height: 2.4em;
  text-align: center;
  color: #000000;
  display: block;
  line-height: 2.4em;
  font-size: 18px;
}

.Pages .Pager .PagerList {
  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;
}

.Pages .Pager .PagerList__list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4em;
  flex: 0 0 4em;
  width: 4em;
  height: 4em;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  border: 1px solid #cccccc;
  margin-right: 0.5em;
}

.Pages .Pager .PagerList__list:last-child {
  margin-right: 0;
}

.Pages .Pager .PagerList__list:hover {
  background-color: #f2f2f2;
}

.Pages .Pager .PagerList__link {
  width: 4em;
  height: 4em;
  color: #000000;
  display: block;
  line-height: 4em;
}

.Pages .Pager .PagerList__link.-current {
  background-color: #cccccc;
}

@media print, screen and (min-width: 768px) {
  .Pages .Pager {
    margin-bottom: 17px;
  }
  .Pages .Pager .Pager__link {
    -webkit-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, border-color, background-color, color;
    -o-transition-property: opacity, border-color, background-color, color;
    transition-property: opacity, border-color, background-color, color;
  }
  .Pages .Pager .Pager__link:hover {
    text-decoration: none;
    opacity: .5;
  }
  .Pages .Pager .PagerList__list {
    -webkit-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, border-color, background-color, color;
    -o-transition-property: opacity, border-color, background-color, color;
    transition-property: opacity, border-color, background-color, color;
  }
  .Pages .Pager .PagerList__list:hover {
    text-decoration: none;
    opacity: .5;
  }
}

.Pages .Privacy {
  margin-bottom: 50px;
}

.Pages .Privacy .Privacy__title {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 16px;
}

.Pages .Privacy .Privacy__title.-first {
  margin-top: 0;
}

.Pages .Privacy .Privacy__content {
  margin-top: 20px;
}

.Pages .Privacy .Privacy__desc,
.Pages .Privacy .Privacy__item {
  font-size: 12px;
}

@media print, screen and (min-width: 768px) {
  .Pages .Privacy {
    margin-bottom: 50px;
  }
  .Pages .Privacy .Privacy__title {
    font-size: 18px;
    padding-bottom: 8px;
    margin-top: 43px;
  }
  .Pages .Privacy .Privacy__title.-first {
    margin-top: 0;
  }
  .Pages .Privacy .Privacy__content {
    margin-top: 22px;
  }
  .Pages .Privacy .Privacy__desc,
  .Pages .Privacy .Privacy__item {
    font-size: 14px;
  }
}

.Pages .Section.-mb {
  margin-bottom: 45px;
}

.Pages .Table1 {
  width: 100%;
  font-size: 13px;
  line-height: 15.5px;
  margin: 26px 0 0;
}

.Pages .Table1 .Table1__heading,
.Pages .Table1 .Table1__data {
  border: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
}

.Pages .Table1 .Table1__heading {
  background-color: #eeeeee;
  font-weight: 600;
  padding: 11px 0;
}

.Pages .Table1 .Table1__data {
  padding: 19px 10px;
}

.Pages .Table1 .Table1__data:first-child {
  width: 33%;
}

.Pages .Table1 .Table1__data:nth-child(2) {
  width: 42%;
}

.Pages .Table1 .Table1__data:nth-child(3) {
  width: 25%;
}

.Pages .Table1 .Table1__span.-red {
  color: #cb2b2c;
}

@media print, screen and (min-width: 768px) {
  .Pages .Table1 {
    font-size: 16px;
    line-height: 24px;
  }
  .Pages .Table1 .Table1__row.-padding .Table1__data {
    padding: 20px 10px;
  }
  .Pages .Table1 .Table1__row.-paddingBottom .Table1__data {
    padding: 20px 10px 42px;
  }
  .Pages .Table1 .Table1__heading {
    padding: 10px 0;
  }
  .Pages .Table1 .Table1__data {
    padding: 10px 10px;
  }
  .Pages .Table1 .Table1__data:first-child {
    width: 255px;
  }
  .Pages .Table1 .Table1__data:nth-child(2) {
    width: 502px;
  }
  .Pages .Table1 .Table1__data:nth-child(3) {
    width: 170px;
  }
  .Pages .Table1 .Table1__span.-red {
    color: #cb2b2c;
  }
}

.Pages .test {
  background-color: #0b308e;
}

@media print, screen and (min-width: 768px) {
  .Pages .test {
    background-color: #ccc;
  }
}

.Pages .Text1 {
  font-size: 13px;
  line-height: 26px;
  color: #000;
}

.Pages .Text1 .Text1__span.-red {
  color: #cb2b2c;
}

.Pages .Text1 .Text1__span.-bold {
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .Pages .Text1 {
    font-size: 16px;
    line-height: 32px;
  }
  .Pages .Text1.-mt1 {
    margin-top: 8px;
  }
}

.Pages .Text2 {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  margin: 0 0 20px;
}

.Pages .Text2.-mb0 {
  margin-bottom: 0;
}

.Pages .Text2 .Text2__link {
  color: #cb2b2c;
  text-decoration: underline;
}

.Pages .Text2 .Text2__link.-black {
  color: #222;
}

.Pages .Text2 .Text2__link.-bold {
  font-weight: bold;
}

.Pages .Text2 .Text2__span.-red {
  color: #cb2b2c;
}

.Pages .Text2 .Text2__span.-bold {
  font-weight: 600;
}

.Pages .Text2.-mb {
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .Pages .Text2 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 23px;
  }
  .Pages .Text2 .Text2__span.-cardKind {
    font-size: 16px;
  }
  .Pages .Text2 .Text2__link {
    -webkit-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, border-color, background-color, color;
    -o-transition-property: opacity, border-color, background-color, color;
    transition-property: opacity, border-color, background-color, color;
  }
  .Pages .Text2 .Text2__link:hover {
    text-decoration: none;
    opacity: .5;
  }
}

.Pages .TextCaution {
  font-size: 11px;
  color: #999999;
  line-height: 16px;
  padding-left: 15px;
  position: relative;
}

.Pages .TextCaution:before {
  content: '※';
  position: absolute;
  left: -1px;
  top: 0;
}

.Pages .TextCaution.-mt {
  margin: 5px 0 0;
}

@media print, screen and (min-width: 768px) {
  .Pages .TextCaution {
    font-size: 12px;
    line-height: 18px;
    padding-left: 10px;
  }
}

.Pages .Title1 {
  font-size: 23px;
  line-height: 1;
  font-weight: 400;
  margin: 34px 0px 29px;
}

.Pages .Title1 .Title1__text {
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .Pages .Title1 {
    font-size: 30px;
    margin: 90px 0 72px;
  }
}

.Pages .Title2 {
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 29px 0 20px;
  position: relative;
}

.Pages .Title2.-titleless .Title2__text {
  padding: 0;
}

.Pages .Title2 .Title2__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 17px 0 0;
}

.Pages .Title2 .Title2__textSub {
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 20px;
  padding: 0 30px 0 24px;
  text-indent: -8px;
}

.Pages .Title2::after {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #000;
}

.Pages .Title2.-sub {
  padding-bottom: 40px;
}

@media print, screen and (max-width: 767px) {
  .Pages .Title2.-guideWashing {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 70px;
    background-color: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 13px 0 11px;
    margin: 0;
    border-bottom: 1px solid #cccccc;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }
  .Pages .Title2.-guideWashing .Title2__text {
    font-weight: 600;
    font-size: 15px;
  }
  .Pages .Title2.-guideWashing::after {
    content: '';
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    background-color: inherit;
    background-image: url(/img/pages/guide_washing/icon-02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .Pages .Title2.-guideWashing.-open {
    background-color: #000;
    color: #fff;
    border-bottom: 1px solid #000;
  }
  .Pages .Title2.-guideWashing.-open::after {
    background-image: url(/img/pages/guide_washing/icon-01.svg);
  }
}

@media print, screen and (min-width: 768px) {
  .Pages .Title2 {
    font-size: 24px;
    margin: 72px 0 25px;
  }
  .Pages .Title2.-titleless .Title2__text {
    padding: 0;
  }
  .Pages .Title2 .Title2__text {
    padding: 0 27px 0 0;
  }
  .Pages .Title2 .Title2__textSub {
    font-size: 14px;
    position: static;
    padding: 0 24px 0 6px;
  }
  .Pages .Title2.-sub {
    padding-bottom: 0;
  }
  .Pages .Title2.-sub .Title2__text {
    padding-right: 0;
  }
}

.Pages .Title3 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  margin: 28px 0 11px;
}

.Pages .Title3 .Title3__spanRed {
  color: #cb2b2c;
}

@media print, screen and (min-width: 768px) {
  .Pages .Title3 {
    font-size: 16px;
    line-height: 32px;
    margin: 36px 0 11px;
  }
}

.Pages .WashingIcon .WashingIcon__figure {
  height: 99px;
  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: auto;
}

.Pages .WashingIcon .WashingIcon__figure.-w94 img {
  width: 47px;
}

.Pages .WashingIcon .WashingIcon__figure.-w120 img {
  width: 60px;
}

.Pages .WashingIcon .WashingIcon__img {
  width: 60px;
}

.Pages .WashingIcon .WashingIcon__text {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .Pages .WashingIcon .WashingIcon__figure {
    width: 100px;
    min-height: 115px;
    border-right: 1px solid #cccccc;
    float: left;
  }
  .Pages .WashingIcon .WashingIcon__figure.-w94 img {
    width: 40px;
  }
  .Pages .WashingIcon .WashingIcon__figure.-w120 img {
    width: 60px;
  }
  .Pages .WashingIcon .WashingIcon__img {
    width: 50px;
  }
  .Pages .WashingIcon .WashingIcon__text {
    padding: 0 18px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 115px;
  }
  .Pages .WashingIcon .WashingIcon__text.-note {
    padding: 0 18px;
  }
}

.Pages #sentaku .WashingTable__td .WashingIcon__figure img {
  width: 65px;
}

.Pages #sentaku .WashingTable__td:first-child .WashingIcon__figure img {
  width: 47px;
}

.Pages #sentaku .WashingTable__td:first-child .WashingIcon__figure.-w120 img {
  width: 60px;
}

@media print, screen and (min-width: 768px) {
  .Pages #sentaku .WashingTable__td .WashingIcon__figure img {
    width: 50px;
  }
  .Pages #sentaku .WashingTable__td:first-child .WashingIcon__figure img {
    width: 40px;
  }
}

.Pages .WashingTable .WashingTable__td {
  border: 1px solid #cccccc;
  width: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  padding: 0 10px 15px;
  vertical-align: middle;
}

.Pages .WashingTable .WashingTable__td.WashingIcon {
  vertical-align: top;
}

.Pages .WashingTable .WashingTable__td.-th {
  background-color: #eeeeee;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  padding: 12px 9px;
}

.Pages .WashingTable .WashingTable__td[rowspan] {
  vertical-align: middle;
}

.Pages .WashingTable .WashingIcon__head {
  font-size: 12px;
  line-height: 50px;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  margin: 0 -10px;
}

.Pages .WashingTable .WashingTable__text {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .Pages .WashingTable {
    table-layout: fixed;
    width: 100%;
  }
  .Pages .WashingTable .WashingTable__td {
    padding: 0;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
  }
  .Pages .WashingTable .WashingTable__td[rowspan] .WashingIcon__figure {
    border: none;
    position: relative;
  }
  .Pages .WashingTable .WashingTable__td[rowspan] .WashingIcon__figure::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 232px;
    background-color: #cccccc;
  }
  .Pages .WashingTable .WashingTable__td.-note {
    min-width: 100px;
    width: 100px;
    padding: 10px;
    text-align: left;
  }
  .Pages .WashingTable .WashingTable__td.-pl100 {
    padding-left: 100px;
    position: relative;
  }
  .Pages .WashingTable .WashingIcon__head {
    position: absolute;
    width: 100px;
    border-right: 1px solid #cccccc;
    border-bottom: none;
    left: 0;
    top: 0;
    height: 579px;
    background-color: #fff;
    z-index: 9;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    font-weight: 400;
  }
  .Pages .WashingTable .WashingIcon__head.-item02 {
    height: 463px;
  }
  .Pages .WashingTable .WashingTable__text {
    padding: 0 18px;
  }
}

.Pages .WashingWrapper .WashingWrapper__note {
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  margin: 13px 0 35px;
}

@media print, screen and (max-width: 767px) {
  .Pages .WashingWrapper {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .Pages .WashingWrapper {
    width: 930px;
    display: block;
  }
  .Pages .WashingWrapper .WashingWrapper__note {
    font-size: 12px;
    line-height: 24px;
    margin: 10px 0 10px;
  }
  .Pages .WashingWrapper .WashingWrapper__note.-p02 {
    margin-bottom: -37px;
  }
}

/* 静的ページ専用スタイル ここまで */
</pre></body></html>