@charset "UTF-8";
/* CSS Document */
/* Reset */
#container {
  margin-top: 0;
  position: relative;
  top: -38px;
}

#crumb {
  position: relative;
  z-index: 2;
}

#content {
  max-width: none;
}

/* value */
/* font */
@font-face {
  font-family: 'openSans';
  font-style: normal;
  font-weight: 700;
  src: url("../../../_shared/font/open-sans/OpenSans-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'openSans';
  font-style: normal;
  font-weight: 600;
  src: url("../../../_shared/font/open-sans/OpenSans-SemiBold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/* common */
.p-howto {
  margin-bottom: 40px;
  padding-bottom: 200px;
  background: #ebeff2;
  position: relative;
}
.p-howto--type02 {
  padding-bottom: 1px;
}
.p-howto::after {
  content: '';
  width: 112px;
  height: 40px;
  margin: auto;
  display: block;
  background: url("../images/20a/icon_decoration_gray.png") center top/contain no-repeat;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}
.p-howto--result {
  padding-top: 60px;
  padding-bottom: 10px;
  background: #fff;
}
.p-howto--result:after {
  display: none;
}
.p-howto_in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}
.p-howto_in_bodyText {
  margin-top: 80px;
  margin-bottom: 60px;
  color: #000;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 600;
}
.p-howto_in_bodyText--type02 {
  margin-top: 0;
  margin-bottom: 40px;
}
.p-howto_in_bodyText_small {
  font-size: 1.6rem;
  vertical-align: middle;
}
.p-howto_in_wrap {
  margin-bottom: 120px;
  padding: 0 50px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.p-howto_in_wrap::before {
  width: 100%;
  height: 100%;
  margin: auto;
  content: '';
  display: block;
  box-sizing: border-box;
  border: 1px solid #b0bfc6;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
}
.p-howto_navWrap {
  position: relative;
}

.p-howto-ttl {
  margin-bottom: 36px;
  padding: 0 30px;
  text-align: center;
  display: inline-block;
  background: #ebeff2;
  position: relative;
  z-index: 1;
}
.p-howto-ttl-sub {
  margin-bottom: 40px;
  font-size: 4rem;
  line-height: 1;
  color: #028330;
}

.p-howto-label {
  margin-bottom: 12px;
  font-size: 2rem;
  color: #028330;
  text-align: left;
  font-weight: 300;
}

.p-howto-box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.p-howto-box:last-child {
  margin-bottom: 0;
}
.p-howto-box_item {
  margin-right: 2%;
  margin-bottom: 20px;
  max-width: 32%;
  flex: 0 0 32%;
  background: #fff;
  box-sizing: border-box;
}
.p-howto-box_item:nth-child(3n) {
  margin-right: 0;
}
.p-howto-box_item_input {
  display: none;
}
.p-howto-box_item_input:checked + .p-howto-box_item_wrap::after {
  width: 100%;
  height: 100%;
  background: rgba(2, 131, 48, 0.3) url("../images/20a/icon_checked.png") top -6px right -6px no-repeat;
  border: 6px solid #028330;
  content: '';
  transition: none;
  transform: translate(0, 0);
}
.p-howto-box_item_wrap {
  height: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.p-howto-box_item_wrap::after {
  width: 6px;
  height: 100%;
  margin: auto;
  display: block;
  background: #028330;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  transform: translate(-6px, 0);
  box-sizing: border-box;
  transition: transform .3s ease;
  z-index: 1;
}
.p-howto-box_item_wrap::before {
  width: 100%;
  height: 6px;
  margin: auto;
  display: block;
  background: #028330;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  transform: translate(0, -6px);
  box-sizing: border-box;
  transition: transform .3s ease;
  z-index: 1;
}
.p-howto-box_item_wrap:hover::after {
  transform: translate(0, 0);
}
.p-howto-box_item_wrap:hover:before {
  transform: translate(0, 0);
}
.p-howto-box_item_wrap:hover .p-howto-box_item_wrap_txt::before {
  transform: translate(0, 0);
}
.p-howto-box_item_wrap:hover .p-howto-box_item_wrap_txt::after {
  transform: translate(0, 0);
}
.p-howto-box_item_wrap_img {
  background: #66bb6a;
  text-align: center;
}
.p-howto-box_item_wrap_img img {
  width: 100%;
}
.p-howto-box_item_wrap_img--fixStyle img {
  height: 80px;
  width: auto;
  max-width: none;
}
.p-howto-box_item_wrap_ttl {
  padding: 26px 12px;
  background: #66bb6a;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 300;
}
.p-howto-box_item_wrap_txt {
  min-height: 100px;
  padding: 30px;
  background: #fff;
  text-align: left;
  box-sizing: border-box;
  color: #536d7a;
  font-size: 1.65rem;
  font-weight: 300;
}
.p-howto-box_item_wrap_txt::before, .p-howto-box_item_wrap_txt::after {
  margin: auto;
  display: block;
  position: absolute;
  background: #028330;
  content: '';
  box-sizing: border-box;
  transition: transform .3s ease;
  z-index: 1;
}
.p-howto-box_item_wrap_txt::before {
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  transform: translate(0, 6px);
}
.p-howto-box_item_wrap_txt::after {
  height: 100%;
  width: 6px;
  bottom: 0;
  right: 0;
  transform: translate(6px, 0);
}

/* Modal */
.p-howto-modal {
  margin-top: 40px;
  padding-top: 20px;
  display: block;
  border-top: 1px solid #b0bfc6;
}
.p-howto-modal_wrap {
  width: 100%;
  display: block;
  text-align: center;
}
.p-howto-modal_wrap button {
  width: 100%;
  padding: 10px 30px;
  background: #fff url("../images/20a/icon_balloon_gr.png") right 8px center no-repeat;
  border: 2px solid #028330;
  border-radius: 36px;
  color: #028330;
  font-size: 1.6rem;
  font-family: "NotoSansCJKjp","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-weight: 300;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.p-howto-modal_wrap button:hover {
  background-color: #028330;
  background-image: url("../images/20a/icon_baloon_wt.png");
  color: #fff;
}

/* result */
.p-howto-result {
  max-width: 520px;
  margin: 0 auto 30px;
  padding: 10px 10px 0;
  border: 2px solid #028330;
}
.p-howto-result--btn {
  max-width: 480px;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
.p-howto-result--btn a {
  width: 100%;
  height: 100%;
  padding: 19px 40px 19px;
  background: #000 url("../images/20a/icon_link.png") center right 20px/auto no-repeat;
  display: block;
  border-radius: 10px;
  box-shadow: 3px 3px 8px rgba(44, 62, 58, 0.4);
  box-sizing: border-box;
  color: #fff;
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
}
.p-howto-result--btn a:link, .p-howto-result--btn a:visited {
  color: #fff;
}
.p-howto-result--btn a:hover {
  opacity: 1;
  box-shadow: none;
}
.p-howto-result--btn a.isDisabled {
  background-color: #b5b5b5;
  box-shadow: none;
  cursor: text;
}
.p-howto-result_in {
  line-height: 2.6;
  text-align: center;
  color: #333;
  font-size: 2rem;
  font-weight: 600;
}
.p-howto-result_in_numAll, .p-howto-result_in_num {
  color: #028330;
  font-size: 4rem;
  line-height: 1;
  display: inline-block;
  margin: 0 6px;
  font-weight: 800;
}

/* relative */
.p-howto-rel {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 90px;
  background: #ebeff2;
  margin-bottom: 60px;
}
.p-howto-rel_cover {
  overflow: hidden;
}
.p-howto-rel_cover_in {
  display: flex;
}
.p-howto-rel_cover_in_box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-howto-rel_cover_in_box_nav {
  max-width: 350px;
  display: flex;
  flex: 0 0 350px;
}
.p-howto-rel_cover_in_box_nav_status {
  width: calc(33% - 5px);
  height: 8px;
  flex: 0 0 calc(33% - 5px);
  margin-right: 10px;
  display: block;
  background: #fff;
}
.p-howto-rel_cover_in_box_nav_status.isCurrent {
  background: #028330;
}
.p-howto-rel_cover_in_box_nav_status:last-child {
  margin-right: 0;
}
.p-howto-rel_cover_in_box_arrow {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.p-howto-rel_cover_in_box_arrow--prev {
  margin-right: 40px;
}
.p-howto-rel_cover_in_box_arrow--next {
  margin-left: 40px;
}
.p-howto-rel_txt {
  margin-bottom: 24px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.p-howto-rel_in {
  min-width: calc(100% - 80px);
  width: auto;
  margin-right: 20px;
  margin-left: 0;
  flex: 0 0 auto;
  justify-content: flex-start;
  outline: none;
}
.p-howto-rel_in:nth-child(1) {
  min-width: 1112px;
}
.p-howto-rel_in:nth-child(1) .p-howto-rel_in_wrap_item {
  flex: 0 0 200px;
  margin-right: 8%;
}
.p-howto-rel_in:nth-child(1) .p-howto-rel_in_wrap_item:last-child {
  margin-right: 0;
}
.p-howto-rel_in:nth-child(3) {
  min-width: calc(75% - 80px);
}
.p-howto-rel_in:nth-child(3) .p-howto-rel_in_wrap_item {
  flex: 0 0 200px;
  margin-right: 4%;
}
.p-howto-rel_in:nth-child(3) .p-howto-rel_in_wrap_item:last-child {
  margin-right: 0;
}
.p-howto-rel_in_ttl {
  margin-bottom: 30px;
  padding: 6px 40px;
  background: #ba8a17;
  line-height: 1;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
}
.p-howto-rel_in_ttl--black {
  background: #000;
}
.p-howto-rel_in_wrap {
  margin-bottom: 20px;
  padding: 30px 60px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.p-howto-rel_in_wrap_item {
  max-width: 200px;
  flex: 0 0 200px;
  margin-right: 2%;
}
.p-howto-rel_in_wrap_item:last-child {
  margin-right: 0;
}
.p-howto-rel_in_wrap_item a {
  text-align: center;
  display: block;
  outline: none;
}
.p-howto-rel_in_wrap_item_img {
  margin-bottom: 8px;
  display: block;
  text-align: center;
}
.p-howto-rel_in_wrap_item_series {
  display: inline-block;
  line-height: 1;
  text-align: center;
  font-size: 3rem;
  color: #000;
}
.p-howto-rel_in_wrap_item_series span {
  line-height: 1.35;
  font-size: 1.6rem;
  vertical-align: bottom;
}
.p-howto-rel_in_wrap_item_series span.new {
  position: relative;
}
.p-howto-rel_in_wrap_item_series span.new:after {
  width: 30px;
  height: 30px;
  margin: auto 0;
  display: inline-block;
  background: #d8092f;
  border-radius: 50%;
  content: 'NEW';
  line-height: 30px;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: calc(100% + 6px);
}

/* KV */
.p-howto-kv {
  position: relative;
}
.p-howto-kv::after {
  width: 112px;
  height: 40px;
  margin: 0 auto;
  display: block;
  background: url("../images/20a/icon_decoration.png") center top/contain no-repeat;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
.p-howto-kv_ttl {
  text-align: center;
}
.p-howto-kv_ttl img {
  width: 100%;
  height: auto;
}
.p-howto-kv_txt {
  background: #000;
  padding: 38px 25px 50px;
  position: relative;
}
.p-howto-kv_txt_wrap {
  text-align: center;
  color: #fff;
}
.p-howto-kv_txt_wrap_small {
  font-size: 3rem;
  display: block;
}
.p-howto-kv_txt_wrap_large {
  font-size: 5rem;
  font-weight: 300;
  display: block;
}

/* nav */
.p-howto-nav {
  width: 320px;
  height: 320px;
  padding: 40px;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: -50px;
  left: -20px;
  z-index: 1;
}
.p-howto-nav_txt {
  margin-top: 36px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 18px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  border-top: 1px solid #028330;
  border-bottom: 1px solid #028330;
}
.p-howto-nav_txt_top {
  display: block;
}
.p-howto-nav_txt_bottom {
  line-height: 1.55;
}
.p-howto-nav_txt_bottom_num {
  line-height: 1;
  color: #028330;
  font-size: 3rem;
  font-weight: 600;
  font-family: 'openSans', sans-serif;
  vertical-align: bottom;
}
.p-howto-nav_btn {
  display: block;
  background: #000 url("../images/20a/icon_link.png") right 10px center/20px no-repeat;
  box-shadow: 3px 3px 8px rgba(44, 62, 58, 0.4);
  color: #fff;
}
.p-howto-nav_btn:link, .p-howto-nav_btn:visited {
  padding: 21px;
  line-height: 1;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 10px;
}
.p-howto-nav_btn:hover {
  opacity: 1;
  box-shadow: none;
  transition: .3s ease;
}
.p-howto-nav_btn.isDisabled {
  background: #b5b5b5;
  box-shadow: none;
  cursor: text;
}

.p-howto-banner {
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 0 50px;
  text-align: center;
}
.p-howto-banner:first-child {
  margin-top: 80px;
}
.p-howto-banner:last-child {
  margin-bottom: 120px;
}
.p-howto-banner a {
  display: block;
}

.p-howto-annotation {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto 60px;
}
.p-howto-annotation--type02 {
  margin-top: 12px;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
}
.p-howto-annotation--type03 {
  margin-bottom: 0;
  padding: 0;
  text-align: left;
}
.p-howto-annotation p {
  color: #898989;
  line-height: 1.5;
  font-size: 1.2rem;
}

/* slick setting */
.slick-prev, .slick-next {
  top: calc(100% + 20px);
  margin: auto;
}

.slick-prev {
  background: none;
  left: 0;
  right: 30%;
  opacity: 1;
}
.slick-prev:before {
  width: 20px;
  height: 20px;
  display: block;
  content: '';
  opacity: 1;
  background: url("../images/20a/icon_sliderArrow_left.png") center/contain no-repeat;
}
.slick-prev:hover {
  opacity: 1;
  background: url("../images/20a/icon_sliderArrow_left.png") center/contain no-repeat;
}
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next {
  background: none;
  left: 30%;
  right: 0;
  opacity: 1;
}
.slick-next:before {
  width: 20px;
  height: 20px;
  display: block;
  content: '';
  opacity: 1;
  background: url("../images/20a/icon_sliderArrow_right.png") center/contain no-repeat;
}
.slick-next:hover {
  opacity: 1;
  background: url("../images/20a/icon_sliderArrow_right.png") center/contain no-repeat;
}
.slick-next:hover:before {
  opacity: 1;
}

.js-howtoNav.isActive {
  position: fixed;
  top: 15px;
  z-index: 4;
}

/* Result Kv */
.p-howtoResult-kv {
  text-align: center;
}
.p-howtoResult-kv img {
  width: 100%;
}

/* cta */
.p-howtoResult-cta {
  margin-bottom: 110px;
  padding: 0 25px;
  position: relative;
}
.p-howtoResult-cta_cover {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 30px;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  top: -180px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.p-howtoResult-cta_in {
  margin-bottom: 40px;
}
.p-howtoResult-cta_in:first-child {
  display: flex;
}
.p-howtoResult-cta_in:last-child {
  margin-bottom: 0;
}
.p-howtoResult-cta_in_item {
  max-width: 55%;
  flex: 0 0 55%;
}
.p-howtoResult-cta_in_btn {
  flex: 1 1 auto;
}
.p-howtoResult-cta_in_btn a {
  max-width: 260px;
  padding: 16px 30px;
  margin-left: auto;
  display: block;
  background: #000 url("../images/20a/icon_link.png") right 10px center/20px no-repeat;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  box-sizing: border-box;
  box-shadow: 3px 3px 8px rgba(44, 62, 58, 0.4);
  transition: .3s ease;
}
.p-howtoResult-cta_in_btn a:link, .p-howtoResult-cta_in_btn a:visited {
  color: #fff;
}
.p-howtoResult-cta_in_btn a:hover {
  opacity: 1;
  box-shadow: none;
}
.p-howtoResult-cta_in_txt {
  font-size: 1.8rem;
  color: #666;
  font-weight: 300;
}

.p-howtoResult-btnCotainer {
  margin: 40px auto 90px;
}
.p-howtoResult-btnCotainer_wrap {
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .p-howtoResult-cta_cover {
    top: -120px;
  }

  .p-howtoResult-cta {
    margin-bottom: 180px;
  }
}
.p-howtoResult-ttl {
  margin-bottom: 40px;
  background: #ebeff2;
  font-size: 3rem;
  color: #028330;
  text-align: center;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
.p-howtoResult-ttl--block {
  padding: 0 30px;
  display: inline-block;
}
.p-howtoResult-ttl--sizeS {
  font-size: 2.4rem;
}
.p-howtoResult-ttl--noBgc {
  background: none;
}
.p-howtoResult-ttl--subTxt {
  margin-top: 12px;
  display: block;
  font-size: 1.6rem;
  color: #333;
}

.p-howtoResult-txt {
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: left;
}
.p-howtoResult-txt--tac {
  text-align: center;
}

.p-howtoResult-btn {
  max-width: 300px;
  margin: 0 auto;
  padding: 18px 10px;
  display: block;
  background: #fff;
  color: #79919d;
  line-height: 1;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  border: 2px solid #b0bfc6;
  box-sizing: border-box;
  border-radius: 10px;
}

.p-howtoResult-itemList {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 50px;
  box-sizing: border-box;
}
.p-howtoResult-itemList_cover {
  width: 102.5%;
  margin-right: 0%;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.p-howtoResult-itemList_wrap {
  max-width: 260px;
  margin-bottom: 40px;
  flex: 0 0 23.2%;
  margin-right: 1.8%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.p-howtoResult-itemList_wrap img {
  width: 100%;
}
.p-howtoResult-itemList_wrap_top {
  width: 100%;
}
.p-howtoResult-itemList_wrap_text {
  min-height: 100px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px 4px;
  border-top: 1px solid #b0bfc6;
  border-bottom: 1px solid #b0bfc6;
  color: #333;
  font-size: 1.4rem;
  font-weight: 300;
  box-sizing: border-box;
}
.p-howtoResult-itemList_wrap_bottom {
  padding: 20px 22px;
  background: #fff;
}
.p-howtoResult-itemList_wrap_bottom img {
  width: auto;
}

.p-howtoResult-block {
  max-width: 1100px;
  margin: 0 auto 100px;
  padding: 0 40px 55px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.p-howtoResult-block::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  border: 1px solid #b0bfc6;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
}
.p-howtoResult-block--type02 {
  margin-bottom: 60px;
}
.p-howtoResult-block--type02:before {
  height: calc(100% - 80px);
}
.p-howtoResult-block_wrap {
  max-width: 800px;
  margin: 0 auto 40px;
}
.p-howtoResult-block_wrap:last-child {
  margin-bottom: 0;
}
.p-howtoResult-block_wrap--col2 {
  display: flex;
  justify-content: center;
}
.p-howtoResult-block_wrap--col2 .p-howtoResult-block_wrap_item {
  max-width: 50%;
  margin: 0 auto;
  flex: 0 0 50%;
}
.p-howtoResult-block_wrap_item_ttl {
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #49af4c;
  font-weight: 800;
}
.p-howtoResult-block_wrap_item dl {
  padding: 10px 18px;
  display: flex;
  border-top: 1px solid #c9c9c9;
}
.p-howtoResult-block_wrap_item dl:last-child {
  border-bottom: 1px solid #c9c9c9;
}
.p-howtoResult-block_wrap_item dl dt {
  margin-right: 18px;
  font-weight: 300;
  font-size: 1.6rem;
}
.p-howtoResult-block_wrap_item dl dd {
  font-weight: 300;
  font-size: 1.6rem;
}
.p-howtoResult-block_cover {
  position: relative;
  z-index: 1;
}
.p-howtoResult-block_box {
  margin-bottom: 60px;
  padding: 60px 60px 80px;
  background: #fff;
}

.p-howtoResult-sizeList {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.p-howtoResult-sizeList_wrap {
  max-width: 7.24%;
  padding: 28px 2px;
  background: #fff;
  border: 4px solid #dcdcdc;
  color: #dcdcdc;
  line-height: 1;
  box-sizing: border-box;
  flex: 0 0 7.85%;
}
.p-howtoResult-sizeList_wrap.isActive {
  border-color: #49af4c;
  color: #49af4c;
  font-weight: 300;
}

.p-howtoResult-funcList {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-right: -2%;
}
.p-howtoResult-funcList_wrap {
  max-width: 31.333%;
  margin-right: 2%;
  margin-bottom: 40px;
  flex: 0 0 31.333%;
  background: #fff;
}

.p-howtoResult-funcItem {
  padding: 0 20px 60px;
  background: #fff;
}
.p-howtoResult-funcItem_img {
  height: 140px;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #b0bfc6;
  box-sizing: border-box;
}
.p-howtoResult-funcItem_img_in {
  flex: 0 0 auto;
}
.p-howtoResult-funcItem_ttl {
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.8rem;
  color: #333;
  font-weight: 800;
}
.p-howtoResult-funcItem_ttl--lineTwo {
  margin-top: 32px;
}
.p-howtoResult-funcItem_txt {
  line-height: 1.85;
  text-align: left;
  color: #666;
  font-size: 1.6rem;
  font-weight: 300;
}

.p-howtoResult-tab {
  max-width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.p-howtoResult-tab_list {
  max-width: 32%;
  margin-right: 2%;
  padding: 8px;
  flex: 0 0 32%;
  color: #79919d;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  border: 2px solid #b0bfc6;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.p-howtoResult-tab_list:last-child {
  margin-right: 0;
}
.p-howtoResult-tab_list::before, .p-howtoResult-tab_list::after {
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-top: 20px solid #b0bfc6;
  z-index: 1;
}
.p-howtoResult-tab_list::before {
  border-top-color: #fff;
  bottom: -17px;
  z-index: 2;
}
.p-howtoResult-tab_list.isCurrent {
  background: #607e8d;
  color: #fff;
  border-color: #607e8d;
}
.p-howtoResult-tab_list.isCurrent::after, .p-howtoResult-tab_list.isCurrent::before {
  border-top-color: #607e8d;
}

.js-tabCover {
  position: relative;
  padding-top: 50%;
}

.js-tabItem {
  width: 100%;
  padding-top: 50%;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.js-tabItem.isCurrent {
  display: inline-block;
  animation: tabSlide .5s ease;
}
.js-tabItem img {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.js-anotation {
  position: absolute;
  bottom: -30px;
  opacity: 0;
  transform: translateY(10px);
}
.js-anotation.isCurrent {
  display: block;
  animation: annUp .5s ease forwards;
}

.js-tabItem[data-tabItem="item01"] {
  background: url(../images/20a/result/img_simulation_01.jpg) right top/auto 100% no-repeat;
}

.js-tabItem[data-tabItem="item02"] {
  background: url(../images/20a/result/img_simulation_02.jpg) right top/auto 100% no-repeat;
}

.js-tabItem[data-tabItem="item03"] {
  background: url(../images/20a/result/img_simulation_03.jpg) right top/auto 100% no-repeat;
}

@keyframes tabSlide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes annUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.js-relative {
  display: block;
}

.js-relative.isHide,
.js-relative4K.isHide,
.js-relative4KEL.isHide,
.js-relativeLiquid.isHide {
  display: none;
}

sup {
  font-size: .75em;
}

.p-howto-modalItem {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  padding: 120px 7%;
  background: rgba(73, 175, 76, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow-y: scroll;
  box-sizing: border-box;
}
.p-howto-modalItem_bg {
  /*		width: 100%;
  		height: 175%;
  		margin: auto;
  		background: rgba(#49af4c, .8);
  		position: fixed;
  		top: 0;
  		left: 0;
  		right: 0;
  		z-index: 2;*/
}
.p-howto-modalItem_in {
  max-width: 1100px;
  width: calc(100% - 50px);
  margin: auto;
  padding: 120px 9%;
  background: #fff;
  box-sizing: border-box;
  /*		position: absolute;
  		top: 186px;
  		left: 0;
  		right: 0;*/
  box-sizing: border-box;
}
.p-howto-modalItem_in_wrap {
  box-sizing: border-box;
}
.p-howto-modalItem_in_wrap--btn {
  margin-top: 80px;
  margin-bottom: 60px;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #c9c9c9;
}
.p-howto-modalItem_in_wrap_item {
  margin-bottom: 40px;
  box-sizing: border-box;
}
.p-howto-modalItem_in_wrap_btnWrap {
  margin-left: auto;
  max-width: 380px;
  flex: 0 0 48%;
}
.p-howto-modalItem_in_wrap_btnWrap:first-child {
  margin-right: auto;
  margin-left: 0;
}
.p-howto-modalItem_in_wrap_btnWrap:last-child {
  margin-left: auto;
  margin-right: 0;
}
.p-howto-modalItem_in_wrap_btnWrap--left:last-child {
  margin-right: auto;
  margin-left: 0;
}
.p-howto-modalItem_closeArea {
  max-width: 1100px;
  width: calc(100% - 50px);
  margin: auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
}
.p-howto-modalItem_closeArea_txt {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  cursor: pointer;
}
.p-howto-modalItem_closeArea_box {
  width: 46px;
  height: 46px;
  margin-left: 10px;
  position: relative;
  right: 10px;
  cursor: pointer;
}
.p-howto-modalItem_closeArea_box_line {
  width: 60px;
  height: 3px;
  margin: auto;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: center;
}
.p-howto-modalItem_closeArea_box_line:first-child {
  transform: rotate(45deg);
}
.p-howto-modalItem_closeArea_box_line:last-child {
  transform: rotate(-45deg);
}

.p-howto-modalItem-ttl {
  padding: 9px 12px;
  background: #028330;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 300;
  box-sizing: border-box;
}
.p-howto-modalItem-ttl_sub {
  display: block;
  font-size: 2rem;
  color: #fff;
}

.p-howto-modalItem-txt {
  font-size: 1.6rem;
  font-weight: 300;
}
.p-howto-modalItem-txt--gr {
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 800;
  color: #028330;
}

.p-howto-modalItem-box {
  box-sizing: border-box;
}
.p-howto-modalItem-box--col1 {
  max-width: 600px;
  margin: auto;
  display: block;
  text-align: center;
}
.p-howto-modalItem-box--col2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.p-howto-modalItem-box_in {
  box-sizing: border-box;
}
.p-howto-modalItem-box_in--col2 {
  max-width: 48%;
  padding: 40px 30px;
  flex: 0 0 48%;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
}
.p-howto-modalItem-box_in--col2:nth-child(1) {
  margin-right: 1%;
}
.p-howto-modalItem-box_in--col2:nth-child(2) {
  margin-left: 1%;
}
.p-howto-modalItem-box_in_ttl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.8rem;
  color: #028330;
  font-weight: 800;
}
.p-howto-modalItem-box_in_pic {
  text-align: center;
  margin-bottom: 40px;
}
.p-howto-modalItem-box_in_pic--style02 {
  margin-bottom: 82px;
  margin-top: 60px;
}
.p-howto-modalItem-box_in_txt {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 300;
}
.p-howto-modalItem-box_in_txt--small {
  margin-bottom: 2px;
  font-size: 1.3rem;
  color: #666;
  font-weight: 400;
  padding-left: 1rem;
  text-indent: -1rem;
}
.p-howto-modalItem-box_in_txt--indType02 {
  padding-left: 2.2rem;
  text-indent: -2.2rem;
}
.p-howto-modalItem-box_in_txt--indType03 {
  padding-left: 3rem;
  text-indent: -3rem;
}

.p-howto-modalItem-btn {
  width: 100%;
  padding: 16px 30px 15px;
  background: #000 url("../images/20a/icon_link.png") right 10px center/auto no-repeat;
  border: none;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  outline: none;
  cursor: pointer;
  box-shadow: 3px 3px 8px rgba(44, 62, 58, 0.4);
  transition: box-shadow .3s ease;
}
.p-howto-modalItem-btn--left {
  background: #000 url("../images/20a/icon_link_left.png") left 10px center/auto no-repeat;
}
.p-howto-modalItem-btn:hover {
  opacity: 1;
  box-shadow: none;
}

.p-howto-modalItem-close {
  width: 300px;
  padding: 16px;
  margin: 0 auto;
  display: block;
  background: none;
  border: 2px solid #b0bfc6;
  border-radius: 30px;
  color: #79919d;
  font-size: 1.6rem;
  font-weight: 300;
  box-sizing: border-box;
  outline: none;
  transition: .3s ease;
  cursor: pointer;
}
.p-howto-modalItem-close:hover {
  background: #b0bfc6;
  color: #fff;
}

button {
  font-family: "NotoSansCJKjp","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.js-modal {
  opacity: 0;
  z-index: -10;
}
.js-modal.isCurrent {
  opacity: 1;
  z-index: 10;
  transition: opacity .3s ease;
}

.js-modalItem {
  display: none;
  opacity: 0;
  transform: translateY(100px);
  z-index: -1;
}
.js-modalItem.isCurrent {
  display: block;
  transform: translateY(0);
  opacity: 1;
  z-index: 3;
  transition: opacity .3s ease .3s, transform .5s ease .3s;
}

.is-hideSP {
  display: block;
}

.is-hidePC {
  display: none;
}

.js-function.isHide {
  display: none;
}

@media screen and (max-width: 640px) {
  #container {
    top: 0;
  }

  .is-hideSP {
    display: none;
  }

  .is-hidePC {
    display: block;
  }

  .p-howto {
    padding-bottom: 20px;
  }
  .p-howto::after {
    width: 55px;
    height: 20px;
    bottom: -20px;
  }
  .p-howto--result {
    padding-top: 0;
    margin-bottom: 0;
  }

  .p-howto-kv::after {
    width: 55px;
    height: 20px;
    bottom: -20px;
  }
  .p-howto-kv_txt {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-howto-kv_txt_wrap_small {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .p-howto-kv_txt_wrap_large {
    font-size: 2.4rem;
  }

  .p-howto-box_item_input:checked + .p-howto-box_item_wrap::after {
    background-size: 40px;
  }

  .p-howto-nav {
    display: none;
  }

  .p-howto_in {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-howto_in_bodyText {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 1.3rem;
  }
  .p-howto_in_bodyText_small {
    font-size: 1.3rem;
  }
  .p-howto_in_wrap {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-howto_in_wrap::before {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border: none;
    border-top: 1px solid #c9c9c9;
    top: 28px;
  }

  .p-howto-ttl {
    height: 30px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-howto-ttl-sub {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  .p-howto-ttl img {
    height: 100%;
    width: auto;
    max-width: none;
  }

  .p-howto-box_item {
    max-width: 48.5%;
    margin-bottom: 20px;
    flex: 0 0 48.5%;
  }
  .p-howto-box_item:nth-child(3n) {
    margin-right: auto;
  }
  .p-howto-box_item:nth-child(odd) {
    margin-right: 1.5%;
    margin-left: 0;
  }
  .p-howto-box_item:nth-child(even) {
    margin-right: 0;
    margin-left: 1.5%;
  }
  .p-howto-box_item_wrap_ttl {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 1rem;
  }
  .p-howto-box_item_wrap_txt {
    min-height: auto;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    font-size: 1.1rem;
  }
  .p-howto-box_item_wrap_img--fixStyle img {
    height: 40px;
  }

  .p-howto-modal {
    margin-top: 22px;
    padding-top: 14px;
  }
  .p-howto-modal_wrap button {
    font-size: 1rem;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    background: none;
  }
  .p-howto-modal_wrap button:hover {
    background: #028330;
  }

  .p-howto-result {
    padding-top: 3px;
  }
  .p-howto-result--btn a {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 2rem;
  }
  .p-howto-result_in {
    font-size: 1.3rem;
  }
  .p-howto-result_in_num, .p-howto-result_in_numAll {
    font-size: 2.5rem;
    margin-left: 2px;
    margin-right: 2px;
  }

  .p-howto-rel {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .p-howto-rel_txt {
    font-size: 1.5rem;
  }
  .p-howto-rel_in {
    min-width: 100%;
  }
  .p-howto-rel_in:nth-child(1) {
    min-width: 330px;
  }
  .p-howto-rel_in:nth-child(1) .p-howto-rel_in_wrap_item {
    flex: 0 0 auto;
  }
  .p-howto-rel_in:nth-child(3) {
    min-width: calc(100% - 80px);
  }
  .p-howto-rel_in:nth-child(3) .p-howto-rel_in_wrap_item {
    flex: 0 0 auto;
  }
  .p-howto-rel_in_ttl {
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
  }
  .p-howto-rel_in_wrap {
    padding: 0 15px;
  }
  .p-howto-rel_in_wrap_item {
    max-width: 80px;
    flex: 0 0 30%;
    margin-right: 3%;
  }
  .p-howto-rel_in_wrap_item_series {
    font-size: 1.5rem;
  }
  .p-howto-rel_in_wrap_item_series span {
    font-size: 1rem;
  }
  .p-howto-rel_in_wrap_item_series span.new::after {
    width: 12px;
    height: 12px;
    font-size: 1rem;
    line-height: 15px;
    content: '';
    top: 2px;
    left: calc(100% + 2px);
    background: url("../images/20a/icon_new_sp.png") center/contain no-repeat;
  }

  .p-howto-label {
    font-size: 1.4rem;
  }

  .p-howto-banner {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-howto-banner:first-child {
    margin-top: 40px;
  }
  .p-howto-banner:last-child {
    margin-bottom: 40px;
  }

  .p-howto-annotation {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .p-howto-annotation--type02 {
    padding: 0;
  }
  .p-howto-annotation p {
    font-size: 1rem;
  }

  .p-howto-modalItem {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .p-howto-modalItem_in {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    top: 95px;
  }
  .p-howto-modalItem_in_wrap--btn {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .p-howto-modalItem_in_wrap_item {
    margin-bottom: 25px;
  }
  .p-howto-modalItem_closeArea {
    margin-right: -8px;
  }
  .p-howto-modalItem_closeArea_box {
    width: 24px;
    height: 24px;
  }
  .p-howto-modalItem_closeArea_box_line {
    width: 30px;
    height: 2px;
  }
  .p-howto-modalItem_closeArea_txt {
    font-size: 1rem;
  }

  .p-howto-modalItem-ttl {
    font-size: 1.75rem;
  }
  .p-howto-modalItem-ttl_sub {
    font-size: 1.2rem;
  }

  .p-howto-modalItem-txt {
    font-size: 1rem;
    line-height: 2;
  }

  .p-howto-modalItem-box--col2 {
    display: block;
  }
  .p-howto-modalItem-box_in {
    padding: 20px 15px;
  }
  .p-howto-modalItem-box_in--col1 {
    padding: 0;
  }
  .p-howto-modalItem-box_in--col2:nth-child(1), .p-howto-modalItem-box_in--col2:nth-child(2) {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .p-howto-modalItem-box_in--col2:nth-child(1) {
    margin-bottom: 20px;
  }
  .p-howto-modalItem-box_in_ttl {
    font-size: 1.2rem;
  }
  .p-howto-modalItem-box_in_txt {
    font-size: 1rem;
  }
  .p-howto-modalItem-box_in_pic {
    margin-bottom: 20px;
  }

  .p-howto-modalItem-btn {
    font-size: 1rem;
    background: #000;
    padding: 8px 3px 7px;
  }

  .p-howto-modalItem-close {
    max-width: 150px;
    padding: 4px;
    font-size: 1.2rem;
  }

  .p-howtoResult-cta_cover {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    max-width: calc(100% - 30px);
  }
  .p-howtoResult-cta_in {
    margin-bottom: 20px;
  }
  .p-howtoResult-cta_in:first-child {
    display: block;
  }
  .p-howtoResult-cta_in_item {
    max-width: none;
  }
  .p-howtoResult-cta_in_txt {
    line-height: 1.85;
    font-size: 1.1rem;
    text-align: center;
  }
  .p-howtoResult-cta_in_btn a {
    max-width: 190px;
    margin-right: auto;
    margin-top: 16px;
    padding-top: 9px;
    padding-bottom: 10px;
    font-size: 1.5rem;
  }

  .p-howtoResult-ttl {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .p-howtoResult-ttl--block {
    padding: 0;
    background: none;
  }
  .p-howtoResult-ttl--type02 {
    margin-bottom: 35px;
  }
  .p-howtoResult-ttl--noBgc {
    font-size: 1.4rem;
  }
  .p-howtoResult-ttl--subTxt {
    font-size: 1.2rem;
  }

  .p-howtoResult-itemList {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .p-howtoResult-itemList--bdrB {
    margin-bottom: 35px;
    padding-bottom: 60px;
    border-bottom: 1px solid #b0bfc6;
  }
  .p-howtoResult-itemList_cover {
    width: 100%;
  }
  .p-howtoResult-itemList_wrap {
    max-width: 48%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    flex: 0 0 48%;
  }
  .p-howtoResult-itemList_wrap:nth-child(odd) {
    margin-right: 2%;
  }
  .p-howtoResult-itemList_wrap:nth-child(even) {
    margin-left: 2%;
  }

  .p-howtoResult-block {
    margin-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
    border-bottom: 1px solid #b0bfc6;
  }
  .p-howtoResult-block::before {
    content: none;
  }
  .p-howtoResult-block--bgWt {
    margin-top: -35px;
    padding-top: 35px;
    padding-bottom: 0;
    background: #fff;
  }
  .p-howtoResult-block_wrap {
    margin-bottom: 30px;
  }
  .p-howtoResult-block_wrap--col2 {
    display: block;
  }
  .p-howtoResult-block_wrap--col2 .p-howtoResult-block_wrap_item {
    max-width: none;
    margin-bottom: 30px;
  }
  .p-howtoResult-block_wrap--col2 .p-howtoResult-block_wrap_item:last-child {
    margin-bottom: 0;
  }
  .p-howtoResult-block_wrap_item {
    margin-bottom: 30px;
  }
  .p-howtoResult-block_wrap_item_ttl {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .p-howtoResult-block_wrap_item_picSmall {
    max-width: 180px;
    margin: 0 auto;
  }
  .p-howtoResult-block_wrap_item dl dt {
    text-align: left;
    font-size: 1rem;
    width: calc(50% - 18px);
  }
  .p-howtoResult-block_wrap_item dl dd {
    font-size: 1rem;
  }
  .p-howtoResult-block_box {
    padding: 0;
  }
  .p-howtoResult-block_box--type02 {
    padding: 30px 20px;
  }
  .p-howtoResult-block_box--noMb {
    margin-bottom: 0;
  }

  .p-howtoResult-sizeList {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .p-howtoResult-sizeList_wrap {
    max-width: 15%;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 13px;
    flex: 0 0 15%;
    font-size: 1.2rem;
  }

  .p-howtoResult-txt {
    font-size: 1rem;
  }

  .p-howtoResult-btn {
    max-width: 190px;
    font-size: 1.5rem;
  }

  .p-howtoResult-tab {
    display: block;
  }
  .p-howtoResult-tab_list {
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1.2rem;
  }

  .p-howtoResult-funcList_wrap {
    max-width: 48%;
    flex: 0 0 48%;
    margin-bottom: 20px;
    margin-right: 2%;
    /*			&:nth-child(odd) {
    				margin-right: 2%;
    				margin-left: 0;
    			}
    			&:nth-child(even) {
    				margin-left: 2%;
    				margin-right: 0;
    			}*/
  }

  .p-howtoResult-btnCotainer {
    margin: 20px auto 0px;
  }
  .p-howtoResult-btnCotainer_wrap {
    margin-bottom: 10px;
  }
  .p-howtoResult-btnCotainer_wrap .p-howtoResult-txt {
    font-size: 1.4rem;
  }

  .p-howtoResult-funcItem {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-howtoResult-funcItem_img {
    height: 70px;
    margin-bottom: 20px;
  }
  .p-howtoResult-funcItem_img img.sizeAjust30 {
    transform: scale(0.3);
  }
  .p-howtoResult-funcItem_img img.sizeAjust31 {
    transform: scale(0.31);
  }
  .p-howtoResult-funcItem_img img.sizeAjust32 {
    transform: scale(0.32);
  }
  .p-howtoResult-funcItem_img img.sizeAjust33 {
    transform: scale(0.33);
  }
  .p-howtoResult-funcItem_img img.sizeAjust34 {
    transform: scale(0.34);
  }
  .p-howtoResult-funcItem_img img.sizeAjust35 {
    transform: scale(0.35);
  }
  .p-howtoResult-funcItem_img img.sizeAjust36 {
    transform: scale(0.36);
  }
  .p-howtoResult-funcItem_img img.sizeAjust37 {
    transform: scale(0.37);
  }
  .p-howtoResult-funcItem_img img.sizeAjust38 {
    transform: scale(0.38);
  }
  .p-howtoResult-funcItem_img img.sizeAjust39 {
    transform: scale(0.39);
  }
  .p-howtoResult-funcItem_img img.sizeAjust40 {
    transform: scale(0.4);
  }
  .p-howtoResult-funcItem_img img.sizeAjust41 {
    transform: scale(0.41);
  }
  .p-howtoResult-funcItem_img img.sizeAjust42 {
    transform: scale(0.42);
  }
  .p-howtoResult-funcItem_img img.sizeAjust43 {
    transform: scale(0.43);
  }
  .p-howtoResult-funcItem_img img.sizeAjust44 {
    transform: scale(0.44);
  }
  .p-howtoResult-funcItem_img img.sizeAjust45 {
    transform: scale(0.45);
  }
  .p-howtoResult-funcItem_img img.sizeAjust46 {
    transform: scale(0.46);
  }
  .p-howtoResult-funcItem_img img.sizeAjust47 {
    transform: scale(0.47);
  }
  .p-howtoResult-funcItem_img img.sizeAjust48 {
    transform: scale(0.48);
  }
  .p-howtoResult-funcItem_img img.sizeAjust49 {
    transform: scale(0.49);
  }
  .p-howtoResult-funcItem_img img.sizeAjust50 {
    transform: scale(0.5);
  }
  .p-howtoResult-funcItem_img img.sizeAjust51 {
    transform: scale(0.51);
  }
  .p-howtoResult-funcItem_img img.sizeAjust52 {
    transform: scale(0.52);
  }
  .p-howtoResult-funcItem_img img.sizeAjust53 {
    transform: scale(0.53);
  }
  .p-howtoResult-funcItem_img img.sizeAjust54 {
    transform: scale(0.54);
  }
  .p-howtoResult-funcItem_img img.sizeAjust55 {
    transform: scale(0.55);
  }
  .p-howtoResult-funcItem_img img.sizeAjust56 {
    transform: scale(0.56);
  }
  .p-howtoResult-funcItem_img img.sizeAjust57 {
    transform: scale(0.57);
  }
  .p-howtoResult-funcItem_img img.sizeAjust58 {
    transform: scale(0.58);
  }
  .p-howtoResult-funcItem_img img.sizeAjust59 {
    transform: scale(0.59);
  }
  .p-howtoResult-funcItem_img img.sizeAjust60 {
    transform: scale(0.6);
  }
  .p-howtoResult-funcItem_img img.sizeAjust61 {
    transform: scale(0.61);
  }
  .p-howtoResult-funcItem_img img.sizeAjust62 {
    transform: scale(0.62);
  }
  .p-howtoResult-funcItem_img img.sizeAjust63 {
    transform: scale(0.63);
  }
  .p-howtoResult-funcItem_img img.sizeAjust64 {
    transform: scale(0.64);
  }
  .p-howtoResult-funcItem_img img.sizeAjust65 {
    transform: scale(0.65);
  }
  .p-howtoResult-funcItem_img img.sizeAjust66 {
    transform: scale(0.66);
  }
  .p-howtoResult-funcItem_img img.sizeAjust67 {
    transform: scale(0.67);
  }
  .p-howtoResult-funcItem_img img.sizeAjust68 {
    transform: scale(0.68);
  }
  .p-howtoResult-funcItem_img img.sizeAjust69 {
    transform: scale(0.69);
  }
  .p-howtoResult-funcItem_img img.sizeAjust70 {
    transform: scale(0.7);
  }
  .p-howtoResult-funcItem_img img.sizeAjust71 {
    transform: scale(0.71);
  }
  .p-howtoResult-funcItem_img img.sizeAjust72 {
    transform: scale(0.72);
  }
  .p-howtoResult-funcItem_img img.sizeAjust73 {
    transform: scale(0.73);
  }
  .p-howtoResult-funcItem_img img.sizeAjust74 {
    transform: scale(0.74);
  }
  .p-howtoResult-funcItem_img img.sizeAjust75 {
    transform: scale(0.75);
  }
  .p-howtoResult-funcItem_img img.sizeAjust76 {
    transform: scale(0.76);
  }
  .p-howtoResult-funcItem_img img.sizeAjust77 {
    transform: scale(0.77);
  }
  .p-howtoResult-funcItem_img img.sizeAjust78 {
    transform: scale(0.78);
  }
  .p-howtoResult-funcItem_img img.sizeAjust79 {
    transform: scale(0.79);
  }
  .p-howtoResult-funcItem_img img.sizeAjust80 {
    transform: scale(0.8);
  }
  .p-howtoResult-funcItem_ttl {
    margin-bottom: 15px;
    font-size: 1.1rem;
  }
  .p-howtoResult-funcItem_txt {
    font-size: 1rem;
  }

  .pagetop .js-pagetop {
    z-index: 3;
  }
}
/** ローマ数字 **/
.roman-serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  position: relative;
  top: 0.125em;
}
