@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap");
a:focus, a:active, input, textarea {
  outline: none !important;
}

textarea:focus, input:focus {
  outline: none;
}

*:focus {
  outline: none;
}

/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 2.6em;
  cursor: pointer;
  padding-top: 3px;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #A8A8A8;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "✓ ";
  position: absolute;
  top: 0.35em;
  left: 0.42em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #0271bc;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type=checkbox]:disabled:checked + label:after {
  color: #999;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

/* accessibility */
/* hover style just for information */
::-webkit-input-placeholder { /* Edge */
  color: #909090;
  font-weight: normal;
  font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #909090;
  font-weight: normal;
  font-size: 16px;
}

::-moz-placeholder {
  color: #909090;
  font-weight: normal;
  font-size: 16px;
}

::-ms-input-placeholder {
  color: #909090;
  font-weight: normal;
  font-size: 16px;
}

::placeholder {
  color: #909090;
  font-weight: normal;
  font-size: 16px;
}

textarea::-webkit-input-placeholder { /* Edge */
  line-height: 1.8;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  line-height: 1.8;
}
textarea::-moz-placeholder {
  line-height: 1.8;
}
textarea::-ms-input-placeholder {
  line-height: 1.8;
}
textarea::placeholder {
  line-height: 1.8;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.warp {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.show-560 {
  display: none;
}

.bg-white {
  background: #fff;
}

.btn-height-60 {
  height: 60px;
}

.btn-width-259 {
  max-width: 259px;
  width: 100%;
}

.btn-width-472 {
  max-width: 472px;
  width: 100%;
}

.txt-b {
  color: #fd319b;
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .txt-b {
    font-size: 1.8rem;
  }
}

.txt-link-blue {
  color: #0071BC;
  text-decoration: underline;
}

.content-1280 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.content-1024 {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.content-1100 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.header_option {
  height: 208px;
  padding: 40px 0;
  background-image: url("../images/moving/option/bg-header.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 768px) {
  .header_option {
    height: 100%;
    padding: 20px 0;
  }
}
.header_option h1 {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .header_option h1 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.header_option h1 span {
  font-size: 1.9rem;
  color: #29ABE2;
}
@media only screen and (max-width: 768px) {
  .header_option h1 span {
    font-size: 1.6rem;
  }
}

.f-b {
  font-weight: 600;
}

.fz20 {
  font-size: 2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .fz20 {
    font-size: 1.8rem;
  }
}

.t-cb {
  color: #29ABE2;
}

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

.mgt20 {
  margin-top: 20px;
}

.mgt-40 {
  margin-top: -30px !important;
}
@media only screen and (max-width: 768px) {
  .mgt-40 {
    margin-top: 0px !important;
  }
}

.mgt80 {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .mgt80 {
    margin-top: 40px;
  }
}

.mgt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .mgt60 {
    margin-top: 30px;
  }
}

.mgt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .mgt40 {
    margin-top: 20px;
  }
}

.content_option {
  background-image: url("../images/moving/option/bg-content.jpg");
  background-size: 100%;
  background-position: top center;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .content_option {
    padding: 40px 0 80px 0;
  }
}

/* Breadcrumb */
#breadcrumb .breadcrumb {
  padding: 10px 0;
  color: #606060;
  overflow-x: auto;
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#breadcrumb .breadcrumb ul li {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
  position: relative;
  margin-right: 10px;
  padding-right: 18px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #breadcrumb .breadcrumb ul li {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
#breadcrumb .breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 0;
  z-index: 8;
  width: 6px;
  height: 10px;
  background-image: url("../images/moving/option/icon-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 10px;
}
#breadcrumb .breadcrumb ul li:last-child::after {
  display: none;
}
#breadcrumb .breadcrumb ul li a {
  color: #606060;
  display: block;
}
#breadcrumb .breadcrumb ul li a:hover {
  text-decoration: underline;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .sp-mg-20 {
    width: 90%;
    margin: auto;
    margin-top: -20px;
  }
}

/* select */
.select-css {
  display: block;
  font-size: 12px;
  font-family: "Kanit", sans-serif;
  font-weight: initial;
  color: #707070;
  padding: 10px 20px 10px 20px;
  width: 100%;
  max-width: 100%; /* useful when width is set to anything other than 100% */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #707070;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 5px;
  background-image: url("/assets/images/commons/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 1em auto, 100%;
}

/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
  display: none;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
  color: graytext;
  background-image: url("/assets/images/commons/arrow-select.svg"), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background-image: url("/assets/images/commons/arrow-select.svg"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
  border-color: #ccc;
}

.btn-green {
  background: #84AC38;
  border: 1px solid #A8A8A8;
  border-radius: 5px;
  color: #fff;
  background-image: url("/assets/images/commons/arrow-button-white.svg");
  background-repeat: no-repeat;
  background-position: right 1.8em top 50%, 0 0;
  background-size: 0.5em auto, 100%;
  width: 100%;
  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: auto;
  font-size: 18px;
  font-weight: 500;
}

.btn-white {
  background: #fff;
  border: 1px solid #A8A8A8;
  border-radius: 5px;
  color: #000;
  background-image: url("/assets/images/commons/arrow-button-black.svg");
  background-repeat: no-repeat;
  background-position: left 1.8em top 50%, 0 0;
  background-size: 0.5em auto, 100%;
  width: 100%;
  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: auto;
  font-size: 18px;
  font-weight: 500;
}

.arrow-step-bottom-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

@media only screen and (max-width: 768px) {
  .scrollbar {
    overflow-x: scroll;
  }
  .scrollbar::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .scrollbar::-webkit-scrollbar-corner {
    background-color: transparent;
    -webkit-background-color: transparent;
  }
  .scrollbar::-webkit-scrollbar:landscape {
    width: 10px;
    -webkit-width: 10px;
  }
  .scrollbar::-webkit-scrollbar:horizontal {
    height: 8px;
    -webkit-height: 8px;
  }
  .scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #29abe2;
  }
  .scrollbar::-webkit-scrollbar-track {
    background-color: #eaeef1;
    height: 2px;
    -webkit-background-color: #eaeef1;
    -webkit-height: 2px;
  }
  .scrollbar::-webkit-scrollbar-track:vertical {
    background-color: transparent;
    -webkit-background-color: transparent;
  }
}
.sub_txt_logo {
  font-weight: 400 !important;
}

/* banner moving */
.banner-moving {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-moving-box {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}

.content_mv {
  min-width: 640px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .content_mv {
    min-width: initial;
  }
}

.banner-moving-box h1 {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 5.5rem;
}
@media only screen and (max-width: 768px) {
  .banner-moving-box h1 {
    font-size: 3rem;
    line-height: 4.5rem;
    padding: 0px;
  }
}

.banner-moving-box h2 {
  font-size: 3.4rem;
  font-weight: 500;
  margin-top: 20px;
  padding: 10px 15px;
  display: inline-table;
  border: 1px solid #FFF;
}
@media only screen and (max-width: 768px) {
  .banner-moving-box h2 {
    font-size: 2.4rem;
    margin-top: 10px;
  }
}

.banner-moving-box h2 span {
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .banner-moving-box h2 span {
    font-size: 1.8rem;
  }
}

.moving-box-corner-top {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  background: #00598e;
}

.content_service {
  width: 100%;
  margin: auto;
  padding: 40px 0px 80px 0px;
  background: url("../../assets/images/moving/bg_service.jpg") repeat top left;
  font-weight: 300;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 768px) {
  .content_service {
    padding: 40px 0;
    background-size: 110%;
  }
}
.content_service__inner {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content_service__inner {
    width: 90%;
    margin-top: 20px;
  }
}
.content_service__inner h2 {
  color: #0071bc;
  font-weight: 600;
  line-height: 4.5rem;
  font-size: 2.6rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, transparent), color-stop(55%, #fefa96), color-stop(90%, #fefa96), color-stop(90%, transparent), to(transparent));
  background-image: linear-gradient(transparent 0%, transparent 55%, #fefa96 55%, #fefa96 90%, transparent 90%, transparent);
  display: inline;
}
.content_service__inner h2:after {
  content: "";
  display: block;
}
@media only screen and (max-width: 768px) {
  .content_service__inner h2 {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
.content_service__inner h2 span {
  font-size: 3.4rem;
}
@media only screen and (max-width: 768px) {
  .content_service__inner h2 span {
    font-size: 2.4rem;
  }
}
.content_service__inner p {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .content_service__inner p {
    margin-top: 20px;
  }
}
.content_service__inner img {
  display: initial;
}
.content_service__inner .box {
  margin: auto;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .content_service__inner .box {
    padding-right: 130px;
    margin-top: 20px;
  }
}
.content_service__inner .van {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .content_service__inner .van {
    margin-top: 30px;
  }
}

.content_moving-fee {
  width: 100%;
  margin: auto;
  padding: 80px 0;
  background: url("../../assets/images/moving/bg_forfee.png") no-repeat top center #fbfdff;
  background-size: 130%;
  font-weight: 300;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 768px) {
  .content_moving-fee {
    padding: 60px 0;
    background-size: 300%;
  }
}
.content_moving-fee__inner {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content_moving-fee__inner {
    width: 90%;
    margin-top: 0px;
  }
}
.content_moving-fee__inner h2 {
  color: #0071bc;
  font-weight: 600;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .content_moving-fee__inner h2 {
    font-size: 2rem;
  }
}
.content_moving-fee__inner h3 {
  margin-bottom: 60px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 4rem;
}
@media only screen and (max-width: 768px) {
  .content_moving-fee__inner h3 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 30px;
  }
}
.content_moving-fee__inner h3 strong {
  color: #29abe2;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .content_moving-fee__inner h3 strong {
    font-size: 2.8rem;
  }
}
.content_moving-fee__inner h3 span {
  color: #29abe2;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .content_moving-fee__inner h3 span {
    font-size: 2rem;
  }
}
.content_moving-fee__inner .container_moving-fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}
.content_moving-fee__inner .container_moving-fee .front_van {
  margin: auto;
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .content_moving-fee__inner .container_moving-fee .front_van {
    width: 50%;
    margin-bottom: 13px;
  }
}
.content_moving-fee__inner .container_moving-fee .front_van img {
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .content_moving-fee__inner .container_moving-fee .front_van img {
    margin-bottom: 10px;
  }
}
.content_moving-fee__inner .container_moving-fee .box_man {
  margin: auto;
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .content_moving-fee__inner .container_moving-fee .box_man {
    width: 35%;
  }
}
.content_moving-fee__inner .container_moving-fee .box_man img {
  margin: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .content_moving-fee__inner .container_moving-fee .box_man img {
    margin-bottom: 20px;
  }
}
.content_moving-fee__inner .container_moving-fee .box_man .txt_ud_box {
  line-height: 2rem;
}
@media only screen and (max-width: 768px) {
  .content_moving-fee__inner .container_moving-fee .box_man .txt_ud_box {
    line-height: 1.8rem;
  }
}
.content_moving-fee__inner .container_moving-fee .box_man .txt_ud_box span {
  color: #000;
  font-weight: 300;
  font-size: 1.4rem;
}
.content_moving-fee__inner .container_moving-fee .plus_icon {
  width: 54px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .content_moving-fee__inner .container_moving-fee .plus_icon {
    width: 30px;
    margin-left: -20px;
  }
}
.content_moving-fee__inner p {
  line-height: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .content_moving-fee__inner p {
    line-height: 3rem;
  }
}
.content_moving-fee__inner p span {
  color: #29abe2;
  font-weight: 500;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .content_moving-fee__inner p span {
    font-size: 1.8rem;
  }
}
.content_moving-fee__inner p + p {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .content_moving-fee__inner p + p {
    margin-top: 20px;
  }
}

.content_optional {
  background-color: #FBFBFB;
  width: 100%;
  margin: auto;
  padding: 80px 0;
  font-weight: 300;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 768px) {
  .content_optional {
    padding: 40px 0;
  }
}
.content_optional__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content_optional__inner {
    width: 95%;
    margin-top: 0px;
  }
}
.content_optional__inner h2 {
  color: #0071bc;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .content_optional__inner h2 {
    font-size: 2rem;
  }
}
.content_optional__inner h2 span {
  color: #29abe2;
  font-weight: 400;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .content_optional__inner h2 span {
    font-size: 1.4rem;
  }
}
.content_optional__inner .container_optional {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .content_optional__inner .container_optional {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content_optional__inner .container_optional .box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.04);
  padding: 40px 15px;
  border-radius: 10px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .content_optional__inner .container_optional .box {
    padding: 20px;
  }
}
.content_optional__inner .container_optional .bin_box {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .content_optional__inner .container_optional .bin_box {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.content_optional__inner .container_optional .sell_box {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .content_optional__inner .container_optional .sell_box {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }
}
.content_optional__inner .container_optional .deposit_box {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .content_optional__inner .container_optional .deposit_box {
    width: 90%;
    margin: auto;
  }
}
.content_optional__inner .container_optional .storage img {
  width: 39%;
  margin: 0 56px 0 40px;
}
@media only screen and (max-width: 768px) {
  .content_optional__inner .container_optional .storage img {
    width: 90%;
    max-width: 400px;
    margin: auto;
    margin-bottom: 30px;
  }
}
.content_optional__inner .container_optional img {
  width: 35%;
  float: left;
  padding: 0 25px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .content_optional__inner .container_optional img {
    float: inherit;
    margin: auto;
    width: 50%;
    margin-bottom: 40px;
    max-width: 200px;
  }
}
.content_optional__inner .container_optional .txt_price {
  display: table;
}
.content_optional__inner .container_optional h3 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 20px;
}
.content_optional__inner .container_optional p {
  font-size: 1.4rem;
}
.content_optional__inner .container_optional .price {
  font-weight: 500;
  color: #29abe2;
  margin-bottom: 15px;
  font-size: 2.4rem;
}
.content_optional__inner .container_optional .price strong {
  font-size: 3.2rem;
  font-weight: 500;
}
.content_optional__inner .container_optional .price span {
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
}
.content_optional__inner .container_shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  max-width: 720px;
  margin: 70px auto 60px auto;
}
.content_optional__inner .container_shop .luckyhome_shop {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .content_optional__inner .container_shop .luckyhome_shop {
    width: 100%;
  }
}
.content_optional__inner .container_shop .dindean_shop {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .content_optional__inner .container_shop .dindean_shop {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .content_optional__inner .container_shop {
    width: 90%;
    display: block;
    margin: auto;
  }
  .content_optional__inner .container_shop img {
    margin-top: 30px;
  }
}
.content_optional__inner .container_shop p {
  font-size: 1.4rem;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .content_optional__inner .container_shop p {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .content_optional__inner .last_txt {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.content_optional__inner .optional_detail {
  width: 95%;
  margin: auto;
  margin-top: 40px;
  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;
}
@media only screen and (max-width: 768px) {
  .content_optional__inner .optional_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.content_optional__inner .optional_detail .img {
  max-width: 620px;
  width: 100%;
}
.content_optional__inner .optional_detail .txt-cont {
  text-align: left;
  max-width: 385px;
  width: 100%;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .content_optional__inner .optional_detail .txt-cont {
    margin: auto;
    margin-top: 20px;
  }
}
.content_optional__inner .optional_detail .txt-cont h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.content_optional__inner .optional_detail .btn-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .content_optional__inner .optional_detail .btn-r {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.content_optional__inner .optional_detail .link-more {
  color: #29ABE2;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  padding-right: 30px;
}
.content_optional__inner .optional_detail .link-more::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 23px;
  height: 23px;
  background: url("../../assets/images/moving/icon-arrow-blue.svg") no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.content_optional__inner .optional_detail .link-more:hover::after {
  right: -6px;
}

.content_antivirus {
  width: 100%;
  margin: auto;
  padding: 80px 0;
  background: url("../../assets/images/moving/bg_forfee.png") no-repeat top center #fbfdff;
  background-size: 130%;
  font-weight: 300;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 768px) {
  .content_antivirus {
    padding: 40px 0;
    background-size: 300%;
  }
}
.content_antivirus__inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content_antivirus__inner {
    width: 100%;
    margin-top: 0px;
  }
}
.content_antivirus__inner h2 {
  color: #0071bc;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .content_antivirus__inner h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.content_antivirus__inner .container_moving__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .content_antivirus__inner .container_moving__service {
    margin-top: 10px;
    display: block;
  }
}
.content_antivirus__inner .container_moving__service .slick-prev, .content_antivirus__inner .container_moving__service .slick-next {
  width: 3.6rem !important;
  height: 2.4rem !important;
  background-color: rgba(41, 171, 226, 0.8);
  background-size: 18px !important;
}
.content_antivirus__inner .container_moving__service .slick-prev {
  left: -7px !important;
}
.content_antivirus__inner .container_moving__service .slick-next {
  right: -7px !important;
}
.content_antivirus__inner .container_moving__service .slick-dots li {
  width: 4.6rem !important;
  height: 0.3rem !important;
}
.content_antivirus__inner .container_moving__service .slick-dots li button {
  background-color: #e6e6e6;
  width: 4.6rem !important;
  height: 0.3rem !important;
  padding: 0 !important;
}
.content_antivirus__inner .container_moving__service .slick-dots li.slick-active button:before {
  width: 4.6rem !important;
  height: 0.3rem !important;
  opacity: 1 !important;
  background-color: #29abe2;
}
.content_antivirus__inner .container_moving__service .slick-dots li button:before {
  content: "" !important;
  width: 4.6rem !important;
  height: 0.3rem !important;
  background-color: #e6e6e6;
}
.content_antivirus__inner .container_moving__service .item_serice {
  margin: 10px;
  font-size: 1.4rem;
  line-height: initial;
}
@media only screen and (max-width: 768px) {
  .content_antivirus__inner .container_moving__service .item_serice {
    margin-bottom: 20px;
    max-width: 300px;
    width: 90%;
  }
}
.content_antivirus__inner .container_moving__service .item_serice h3 {
  margin-top: 5px;
  font-weight: 500;
  color: #29abe2;
  position: relative;
  padding-left: 15px;
  font-size: 1.6rem;
  line-height: initial;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .content_antivirus__inner .container_moving__service .item_serice h3 {
    width: 70%;
    height: initial;
  }
}
.content_antivirus__inner .container_moving__service .item_serice h3::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #29abe2;
  border-top: 2px solid #29abe2;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: -0.2rem;
}
.content_antivirus__inner .container_moving__service .item_serice .top-8::before {
  top: 0.8rem !important;
}
.content_antivirus__inner .container_moving__service .item_serice .service_number {
  letter-spacing: 1px;
  color: #b3e1f5;
  font-size: 1.8rem;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -10px;
}
@media only screen and (max-width: 768px) {
  .content_antivirus__inner .container_moving__service .item_serice .service_number {
    font-size: 1.6rem;
    margin-top: -30px;
  }
}
.content_antivirus__inner .container_moving__service .item_serice .service_number span {
  font-weight: 400;
  font-size: 3.3rem;
  font-style: italic;
  display: contents;
}
@media only screen and (max-width: 768px) {
  .content_antivirus__inner .container_moving__service .item_serice .service_number span {
    font-size: 3.3rem;
  }
}
.content_antivirus__inner .container {
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  .content_antivirus__inner .container {
    padding-bottom: 20px;
    margin: auto;
  }
}
.content_antivirus__inner .container .container_antivirus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 920px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .content_antivirus__inner .container .container_antivirus {
    width: 840px;
    padding: 0 20px 20px 20px;
    margin-top: 20px;
  }
}
.content_antivirus__inner .container .container_antivirus img {
  max-width: 267px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .content_antivirus__inner .container .container_antivirus img {
    margin: auto;
    max-width: 250px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

.content_against {
  width: 100%;
  margin: auto;
  padding: 80px 0;
  font-weight: 300;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 768px) {
  .content_against {
    padding: 40px 0;
  }
}
.content_against__inner {
  width: 100%;
  max-width: 840px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content_against__inner {
    width: 90%;
    margin-top: 0px;
  }
}
.content_against__inner h2 {
  color: #0071bc;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .content_against__inner h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.content_against__inner .container_against {
  padding: 50px 0 0 0;
  text-align: left;
}
.content_against__inner .container_against .icon_home {
  max-width: 156px !important;
  margin-left: 36px;
}
@media only screen and (max-width: 768px) {
  .content_against__inner .container_against .icon_home {
    margin: auto;
    padding-right: 33px;
    max-width: 194px !important;
  }
}
.content_against__inner .container_against img {
  max-width: 121px;
  max-width: 121px;
  width: 100%;
  height: auto;
  float: left;
  margin-left: 70px;
}
@media only screen and (max-width: 768px) {
  .content_against__inner .container_against img {
    margin: auto;
    float: initial;
  }
}
.content_against__inner .container_against .txt_content {
  display: table;
  padding-left: 60px;
}
@media only screen and (max-width: 768px) {
  .content_against__inner .container_against .txt_content {
    display: inline-block;
    padding-left: 0px;
    margin-top: 30px;
  }
}
.content_against__inner .container_against .txt_content h3 {
  margin-bottom: 10px;
  font-weight: 600;
}
.content_against__inner .container_against .txt_content ul {
  list-style-position: outside;
  margin-top: 10px;
}
.content_against__inner .container_against .txt_content ul li {
  background: url("../../assets/images/moving/dot_list.png") left top 9px no-repeat;
  background-size: 9px;
  padding-left: 15px;
}
.content_against__inner .container_against .against_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px;
  border-top: 1px dashed #e2e2e2;
  border-bottom: 1px dashed #e2e2e2;
}
@media only screen and (max-width: 768px) {
  .content_against__inner .container_against .against_list01 {
    display: block;
    padding: 20px 0;
  }
}
.content_against__inner .container_against .against_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px;
  border-bottom: 1px dashed #e2e2e2;
}
@media only screen and (max-width: 768px) {
  .content_against__inner .container_against .against_list02 {
    display: block;
    padding: 20px 0;
  }
}

.content__inner_gallery {
  padding: 80px 0;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content__inner_gallery {
    padding: 20px 0 0 0;
  }
}
.content__inner_gallery h2 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #0071bc;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .content__inner_gallery h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.content__inner_gallery .columns {
  max-width: 1200px;
  margin: auto;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .content__inner_gallery .slick-list {
    width: 100% !important;
  }
}
.content__inner_gallery .slideshow .slide img {
  max-width: 100%;
  width: 100%;
}
.content__inner_gallery .slideshow .slick-prev:before, .content__inner_gallery .slideshow .slick-next:before {
  color: black;
}
.content__inner_gallery img {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .content__inner_gallery img {
    margin-top: 0px;
  }
}

.content__inner_video {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .content__inner_video {
    padding: 20px 0 0 0;
    margin-bottom: 30px;
  }
}
.content__inner_video h2 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #0071bc;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .content__inner_video h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.content__inner_video .columns {
  max-width: 1200px;
  margin: auto;
  height: auto;
}
.content__inner_video .video {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .content__inner_video .video {
    margin-top: initial;
    margin-bottom: 30px;
  }
}
.content__inner_video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.content__inner_video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content_usage {
  width: 100%;
  margin: auto;
  padding: 80px 0;
  font-weight: 300;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.content_usage h2 {
  color: #0071bc;
  font-weight: 600;
  text-align: center;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .content_usage h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .content_usage {
    padding: 40px 0;
  }
}
.content_usage__inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  text-align: center;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  .content_usage__inner {
    width: 90%;
    margin-top: 0px;
    padding-bottom: 40px;
  }
}
.content_usage__inner .container_usage {
  padding: 50px 0 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .content_usage__inner .container_usage {
    padding: 20px 0 0 0;
  }
}
.content_usage__inner .container_usage img {
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .content_usage__inner .container_usage img {
    margin: auto;
    margin-bottom: 10px;
    max-width: 250px;
  }
}
.content_usage__inner .container_usage .arrow__moving {
  height: 55px;
  margin-top: 109px;
}
/* explain */
#explain {
  background: url("../../assets/images/moving/banner-footer.jpg") no-repeat top center;
  background-size: cover;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  #explain {
    padding: 60px 20px;
  }
}

.box__bg_exp {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  padding: 0 40px;
  display: table;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .box__bg_exp {
    padding: 0 20px;
  }
}

.explain {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 0;
  color: #000;
  border-top: 2px solid #55cdf5;
}
@media only screen and (max-width: 768px) {
  .explain {
    padding: 20px 0;
  }
}

.explain p {
  font-weight: 300;
  text-align: center;
}

.banner-cloudroom {
  max-width: 920px;
  display: block;
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .banner-cloudroom {
    max-width: initial;
  }
}

.img-banner-cloudroom {
  background: url("../../assets/images/moving/banner-cloudroom.png") no-repeat bottom -90px center;
  background-size: 100%;
  height: 280px;
  margin: auto;
  margin-bottom: 50px;
  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;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .img-banner-cloudroom {
    max-width: initial;
    width: 100%;
    margin-bottom: 0px;
    background-position: center center;
    background-size: cover;
  }
}
.img-banner-cloudroom .text-banner {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
.img-banner-cloudroom .text-banner h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 110px;
  color: #FFF;
  margin-top: -20px;
  padding: 8px 0;
  color: #fff;
  background-color: rgba(13, 179, 148, 0.75);
}
@media only screen and (max-width: 768px) {
  .img-banner-cloudroom .text-banner h3 {
    font-size: 22px;
    margin-bottom: 20%;
    margin-top: 9%;
  }
}
.img-banner-cloudroom .text-banner .detail-banner p {
  line-height: initial;
  padding: 0px 0;
  color: #000;
  background-color: rgba(255, 250, 245, 0.6);
  display: initial;
}
.img-banner-cloudroom .text-banner .detail-banner .link-btn {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 4px;
  color: #000;
  display: block;
  width: 50%;
  margin: auto;
  margin-top: 10px;
  font-size: 14px;
  text-shadow: none;
}
@media only screen and (max-width: 768px) {
  .img-banner-cloudroom .text-banner .detail-banner .link-btn {
    width: 70%;
  }
}
.img-banner-cloudroom .text-banner .detail-banner .link-btn .arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.img-banner-cloudroom .text-banner .detail-banner .link-btn .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.banner-top {
  background: url("../../assets/images/top/cloud_banner.jpg") no-repeat top center;
  background-size: 100%;
  height: 180px;
  margin-bottom: 50px;
  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;
}

.txt-mov p {
  font-size: 16px;
  color: #c7aa65;
  margin-bottom: 10px;
}

.txt-mov h3 {
  font-size: 22px;
  font-style: inherit;
  font-weight: bold;
}

.moving_form {
  background: #E5F6FF;
  border-radius: 10px;
  max-width: 920px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 55px 40px 55px;
}
.moving_form h1 {
  font-size: 28px;
  font-weight: bold;
  color: #0071BC;
  text-align: center;
  line-height: 1.6;
}
.moving_form .text_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.moving_form .text_form .input_form {
  width: 30.87%;
}
.moving_form .text_form .input_form label {
  font-size: 18px;
  font-weight: 500;
}
.moving_form .regarding .box-regarding {
  border-radius: 10px;
  padding: 25px 35px 40px 35px;
}
.moving_form .regarding .box-regarding h3 {
  font-size: 16px;
  font-weight: 500;
  color: #0071BC;
  text-align: center;
}
.moving_form .regarding .box-regarding .list-regarding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -6%;
}
.moving_form .regarding .box-regarding .list-regarding .list-detail {
  margin-left: 6%;
}
.moving_form .regarding .box-regarding .list-regarding .list-detail .img {
  width: 170px;
}
@media only screen and (max-width: 768px) {
  .moving_form .regarding .box-regarding .list-regarding .list-detail .img {
    width: 100px;
  }
}
.moving_form .regarding .box-regarding .list-regarding .list-detail .text {
  text-align: center;
  font-size: 13px;
}
.moving_form .regarding .box-regarding .list-regarding .list-detail .text p {
  line-height: 1.4;
}
.moving_form .detail-quotatin {
  border: 1px solid #0071BC;
  border-radius: 5px;
  padding: 30px;
}
.moving_form .detail-quotatin ul {
  max-width: 265px;
  margin: auto;
}
.moving_form .detail-quotatin ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
.moving_form .detail-quotatin ul li div:first-child {
  font-weight: bold;
  min-width: 140px;
  margin-right: 35px;
}
.moving_form .detail-quotatin ul li + li {
  margin-top: 15px;
}
.moving_form .list-quotatin-car ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.moving_form .list-quotatin-car ul li {
  width: 30.9%;
  background: #fff;
  padding: 10px 30px;
  border-radius: 5px;
}
.moving_form .list-quotatin-car ul li .image img {
  margin: auto;
}
.moving_form .list-quotatin-car ul li .text {
  font-weight: 500;
  text-align: center;
}
.moving_form .list-quotatin-car ul li .text span {
  font-size: 26px;
  padding-left: 20px;
  padding-right: 10px;
}
.moving_form .price-quotatin {
  background: #fff;
  border: 3px solid #0071BC;
  border-radius: 5px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.moving_form .price-quotatin p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
.moving_form .price-quotatin p span {
  font-size: 24px;
  padding-left: 40px;
}
.moving_form .fill-details {
  text-align: center;
}
.moving_form .fill-details p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
}
.moving_form .form-quotatin {
  border-radius: 5px;
  padding: 40px 30px;
}
.moving_form .form-quotatin .title-form-quotatin {
  background: #0071BC;
  padding: 5px 25px;
  color: #fff;
}
.moving_form .form-quotatin ul .input-standard {
  padding: 20px 0px 20px 0px;
}
.moving_form .form-quotatin ul .input-text-bottom {
  padding: 20px 0px 10px 0px;
}
.moving_form .form-quotatin ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px 20px 0px;
}
.moving_form .form-quotatin ul li .max-width-180 {
  max-width: 180px;
}
.moving_form .form-quotatin ul li .topic {
  min-width: 225px;
  padding: 7px 20px 0px 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.moving_form .form-quotatin ul li .input {
  width: 100%;
}
.moving_form .form-quotatin ul li .input input[type=text] {
  height: 40px;
  width: 100%;
  font-size: 16px;
  padding-left: 12px;
  border: 1px solid #A8A8A8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.moving_form .form-quotatin ul li .input textarea {
  width: 100%;
  border: 1px solid #A8A8A8;
  height: 245px;
  padding: 10px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
}
.moving_form .form-quotatin ul li .input input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.moving_form .form-quotatin ul li .input .note {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.6;
}
.moving_form .form-quotatin ul li .input .max-width-input-450 {
  max-width: 450px;
}
.moving_form .form-quotatin ul li .input .col-2 .width-215 {
  max-width: 215px;
  width: 100%;
  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;
}
.moving_form .form-quotatin ul li .input .col-2 .width-215 label {
  margin-right: 20px;
}
.moving_form .form-quotatin ul li .input .col-2 div + div {
  margin-left: 20px;
}
.moving_form .form-quotatin ul li .input .col-3 .width-175 {
  max-width: 175px;
  width: 100%;
}
.moving_form .form-quotatin ul li .input .col-3 .margin-top-35 {
  margin-top: 40px;
}
.moving_form .form-quotatin ul li .input .checkbox-quotatin {
  margin-top: -40px;
}
.moving_form .form-quotatin ul li .input .text-error {
  color: #FF0A0A;
  margin-top: 7px;
}
.moving_form .form-quotatin ul li .row-bottom {
  width: 100%;
}
.moving_form .form-quotatin ul li + li {
  border-top: 1px solid #E8E5E5;
}

.form_thankyou .content_thankyou {
  padding-top: 50px;
  padding-bottom: 100px;
}
.form_thankyou .content_thankyou h1 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
.form_thankyou .content_thankyou p {
  line-height: 1.8;
}
.form_thankyou .btn-white {
  font-size: 16px;
  background-position: left 1.5em top 50%, 0 0;
}

@media only screen and (max-width: 900px) {
  .banner-top {
    background-size: cover;
    margin-bottom: 0px;
  }
  .banner-top .banner-txt {
    width: 80%;
    padding: 5px;
  }
  .txt-mov {
    width: 80%;
    margin: auto;
  }
  .txt-mov p {
    margin-bottom: 5px;
  }
  .txt-mov h3 {
    font-size: 18px;
  }
  .moving_form {
    padding: 35px 25px 25px 25px;
  }
}
@media only screen and (max-width: 560px) {
  .show-560 {
    display: block !important;
  }
  .hide-560 {
    display: none !important;
  }
  ::-webkit-input-placeholder { /* Edge */
    color: #909090;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #909090;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8;
  }
  ::-moz-placeholder {
    color: #909090;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8;
  }
  ::-ms-input-placeholder {
    color: #909090;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8;
  }
  ::placeholder {
    color: #909090;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mt50 {
    margin-top: 30px !important;
  }
  .mt60 {
    margin-top: 40px !important;
  }
  .btn-height-60 {
    height: 50px;
  }
  .moving_form {
    padding: 25px 15px 30px 15px;
  }
  .moving_form h1 {
    font-size: 24px;
  }
  .moving_form .text_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .moving_form .text_form .input_form {
    width: 100%;
  }
  .moving_form .text_form .input_form + .input_form {
    margin-top: 20px;
  }
  .moving_form .regarding .box-regarding {
    padding: 25px 15px 40px 15px;
  }
  .moving_form .regarding .box-regarding .list-regarding .list-detail .text .mt20 {
    margin-top: 0 !important;
  }
  .moving_form .text_form .input_form label {
    font-size: 16px;
  }
  .btn-green {
    font-size: 16px;
  }
  .moving_form .detail-quotatin {
    padding: 15px;
  }
  .moving_form .list-quotatin-car ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .moving_form .list-quotatin-car ul li {
    width: 100%;
  }
  .moving_form .list-quotatin-car ul li + li {
    margin-top: 20px;
  }
  .moving_form .form-quotatin {
    padding: 20px 20px;
  }
  .moving_form .form-quotatin ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .moving_form .form-quotatin ul li .topic {
    padding-left: 0;
    padding-right: 0;
  }
  .moving_form .form-quotatin ul li .topic p br {
    display: none;
  }
  .moving_form .form-quotatin ul .input-text-bottom {
    padding: 10px 0px 10px 0px;
  }
  .moving_form .form-quotatin ul li .input .col-3 .col {
    max-width: 50%;
  }
  .moving_form .form-quotatin ul li .input {
    margin-top: 10px;
  }
  [type=checkbox]:not(:checked) + label, [type=checkbox]:checked + label {
    padding-top: 7px;
  }
  .moving_form .form-quotatin ul li {
    padding: 5px 0px 20px 0px;
  }
  .moving_form .form-quotatin ul li .row-bottom {
    margin-top: 15px;
  }
  [type=checkbox]:not(:checked) + label:before,
  [type=checkbox]:checked + label:before {
    width: 20px;
    height: 20px;
  }
  [type=checkbox]:not(:checked) + label, [type=checkbox]:checked + label {
    font-size: 12px;
    padding-top: 3px;
  }
  .moving_form .form-quotatin ul li .input textarea {
    height: 180px;
  }
  .moving_form .form-quotatin ul li .input .col-3 .margin-top-35 {
    margin-top: 20px;
  }
  .moving_form .form-quotatin ul li .input .checkbox-quotatin {
    margin-top: -20px;
  }
  .moving_form .detail-quotatin ul li {
    font-size: 16px;
  }
  .moving_form .form-quotatin ul li .input .col-2 .width-215 label {
    margin-right: 10px;
  }
  .form_thankyou .content_thankyou {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .form_thankyou .content_thankyou.thanks p br {
    display: none;
  }
}
.content_option {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.content_option .inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .content_option .inner {
    width: calc(100% - 4rem);
  }
}
.content_option .inner h2 + p,
.content_option .inner h2 + h3 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .content_option .inner h2 + p,
  .content_option .inner h2 + h3 {
    margin-top: 30px;
  }
}
.content_option .inner h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #29ABE2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .content_option .inner h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.content_option .inner p + h3 {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .content_option .inner p + h3 {
    margin-top: 30px;
  }
}
.content_option .inner ul + h3 {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .content_option .inner ul + h3 {
    margin-top: 30px;
  }
}
.content_option .inner ul li {
  list-style-type: disc;
  margin-bottom: 5px;
  margin-left: 20px;
}
.content_option .inner .container-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  row-gap: 10px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media only screen and (max-width: 768px) {
  .content_option .inner .container-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.content_option .inner .tb-option {
  overflow-x: auto;
}
.content_option .inner .tb-option table {
  border-collapse: collapse;
  width: 100%;
  min-width: 700px;
}
.content_option .inner .tb-option th {
  text-align: center !important;
  color: #FFF;
  background-color: #0071BC;
}
.content_option .inner .tb-option th, .content_option .inner .tb-option td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.content_option .inner .tb-option tr:nth-child(even) {
  background-color: rgba(244, 244, 244, 0.4431372549);
}
.content_option .inner .tb-option .w20 {
  width: 20%;
}
.content_option .inner .tb-option .w40 {
  width: 40%;
}
.content_option .inner .tb-option .w60 {
  width: 60%;
}
.content_option .inner .google-map {
  max-width: 500px;
  width: 100%;
  height: 333px;
  margin-top: 10px;
}
.content_option .inner .img-list {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .content_option .inner .img-list {
    margin-bottom: 30px;
  }
}
.content_option .inner .img-list .house-img {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.content_option .inner .img-list .house-img li {
  width: 30% !important;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .content_option .inner .img-list .house-img li {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
.content_option .inner .img-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 10px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media only screen and (max-width: 768px) {
  .content_option .inner .img-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content_option .inner .img-list ul li {
  margin-left: 0;
  list-style-type: none;
}
.content_option .inner .txt-box-blue {
  max-width: 700px;
  width: 100%;
  padding: 30px 30px 20px 30px;
  border-radius: 10px;
  border: 1px solid #0071BC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  font-weight: 600;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .content_option .inner .txt-box-blue {
    padding: 20px 20px 10px 20px;
    margin-bottom: 40px;
  }
}
.content_option .inner .txt-box-blue ul {
  margin-left: 10%;
}
@media only screen and (max-width: 768px) {
  .content_option .inner .txt-box-blue ul {
    margin-left: 2%;
  }
}
.content_option .inner .txt-box-blue ul li {
  list-style-type: disc;
}
.content_option .inner .txt-box-blue h3 {
  text-align: center;
  font-size: 3rem;
  color: #0071BC;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .content_option .inner .txt-box-blue h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.content_option .inner .txt-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content_option .inner .tag-blue {
  color: #FFF;
  padding: 5px;
  display: inline-table;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
  background-color: #29ABE2;
}
@media only screen and (max-width: 768px) {
  .content_option .inner .tag-blue {
    font-size: 2rem;
  }
}

.c-title-parts__sub-h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #0071BC;
  border-bottom: solid 2px #0071BC;
  padding-bottom: 1.2rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .c-title-parts__sub-h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.u-back-style--gray-01 {
  background: #f1f1f1;
  padding: 6.4rem 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.u-back-style--gray-01 .inner {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .u-back-style--gray-01 .inner {
    width: calc(100% - 4rem);
  }
}

.p-bottom-link-three__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;
}
.p-bottom-link-three__list:after {
  content: "";
  width: 34.8rem;
  display: block;
}

.p-bottom-link-three__list-item {
  width: 34.8rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-top: 1.8rem;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1100px) {
  .p-bottom-link-three__list-item {
    width: calc(33% - 0.5rem);
  }
}
.p-bottom-link-three__list-item:after {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-bottom-link-three__list-item a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2.3rem 0 2.3rem 2.3rem;
}
.p-bottom-link-three__list-item a:before {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #0071BC;
  border-top: 2px solid #0071BC;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2.65rem;
  margin-top: -0.5rem;
}
.p-bottom-link-three__list-item a div {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-bottom-link-three__list-item a p {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-bottom-link-three__list-item:hover {
  background: #0071BC;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: #fff;
}
.p-bottom-link-three__list-item:hover:after {
  border-color: #fff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-bottom-link-three__list-item:hover a {
  color: #fff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-bottom-link-three__list-item:hover a:before {
  border-color: #fff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-bottom-link-three__list-item:hover a div {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: #fff;
}
.p-bottom-link-three__list-item:hover a p {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: #fff;
}

.p-bottom-link-three__list-item--two-row a {
  min-height: 8.8rem;
  color: #000;
}

@media screen and (max-width: 813px) {
  .u-back-style--dots-01 {
    margin-top: 4rem;
  }
  .u-back-style--dots-01 + section .c-title-parts {
    margin-top: 4rem;
  }
  .u-back-style--gray-01 {
    padding: 4rem 0;
  }
  .p-bottom-link-three__list-item {
    -webkit-transition: none;
    transition: none;
    width: calc(50% - 0.5rem);
    margin-top: 1.3rem;
    height: auto;
  }
  .p-bottom-link-three__list-item a {
    -webkit-transition: none;
    transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    padding: 1.1rem 2rem 1.1rem 1.3rem;
  }
  .p-bottom-link-three__list-item a:before {
    -webkit-transition: none;
    transition: none;
    right: 1.4rem;
  }
  .p-bottom-link-three__list-item:hover {
    -webkit-transition: none;
    transition: none;
    background-color: inherit;
    color: #0071BC;
    background-color: #fff;
  }
  .p-bottom-link-three__list-item:hover a {
    -webkit-transition: none;
    transition: none;
    color: #000000 !important;
  }
  .p-bottom-link-three__list-item:hover a:before {
    -webkit-transition: none;
    transition: none;
    border-color: #0071BC;
  }
  .p-bottom-link-three__list-item:hover a div {
    -webkit-transition: none;
    transition: none;
    color: inherit;
  }
  .p-bottom-link-three__list-item:hover a p {
    -webkit-transition: none;
    transition: none;
    color: inherit;
  }
  .p-bottom-link-three__list:after {
    content: none;
  }
  .p-bottom-link-three__list-item--two-row a {
    min-height: 6.4rem;
  }
}
@media (-ms-high-contrast: none) {
  .p-bottom-link-three__list-item--two-row a {
    height: 8.8rem\0 ;
  }
}
.c-design-parts__col3 {
  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: 0 -1%;
}
.c-design-parts__col3:after {
  content: "";
  display: block;
  width: 34rem;
}
@media screen and (max-width: 1100px) {
  .c-design-parts__col3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-design-parts__col3-item {
  width: 100%;
  max-width: 34rem;
  margin: 0 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .c-design-parts__col3-item {
    margin-top: 1rem;
  }
}
.c-design-parts__col3-item img {
  max-width: 34rem;
  width: 100%;
}
.c-design-parts__col3-item a {
  color: #000;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  min-height: 0%;
}
.c-design-parts__col3-item a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.c-design-parts__col3-item-title {
  margin: 2rem 0 1.6rem;
  font-size: 2rem;
  font-weight: 700;
}
.c-design-parts__col3-item-title:last-child {
  margin-bottom: 0;
}

.c-design-parts__col3-item-title-link {
  color: #0071BC;
  font-size: 2rem;
  font-weight: 700;
  margin: 2rem 0 1.6rem;
  position: relative;
  padding-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .c-design-parts__col3-item-title-link {
    margin: 1.4rem 0 1rem;
  }
}
.c-design-parts__col3-item-title-link:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #0071BC;
  border-top: 2px solid #0071BC;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 1rem;
  left: -0.2rem;
}

.c-design-parts__col3-item-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-design-parts__col3-item-title-inner-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px #0071BC;
  border-radius: 50%;
  width: 7.6rem;
  height: 7.6rem;
}
.c-design-parts__col3-item-title-inner-round span {
  color: #fff;
}

.c-design-parts__col3-item-title-inner-round-en {
  font-size: 1rem;
  position: relative;
  top: 1rem;
  left: 0.2rem;
  font-weight: 700;
}

.c-design-parts__col3-item-title-inner-round-number {
  font-size: 2.7rem;
  font-style: italic;
  font-font-weight: 700;
  letter-spacing: 0.2rem;
  margin-top: 0.2rem;
  position: relative;
  top: 0.2rem;
  left: -0.2rem;
}

.c-design-parts__col3-item-title-inner-text {
  margin-left: 1.6rem;
}

.c-design-parts__col3-item-title-inner-text-catchcopy {
  display: block;
}

.c-design-parts__col3-item-title-inner-text-link-title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 2rem 0 1.6rem;
  position: relative;
  padding-left: 2.6rem;
}
.c-design-parts__col3-item-title-inner-text-link-title:before {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #0071BC;
  border-top: 2px solid #0071BC;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 1rem;
  left: -0.2rem;
}

@media screen and (max-width: 813px) {
  .c-design-parts__col3-item a {
    -webkit-transition: none;
    transition: none;
    margin-top: 20px;
  }
  .c-design-parts__col3-item a:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}