@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* ページ内リンク */
/* -------------------------------------------- */
.pagelink {
  margin-bottom: 2em;
}
.pagelink ul {
  display: flex;
  justify-content: center;
}
.pagelink ul li a {
  display: inline-block;
  padding: 0 2em;
  border-right: 1px solid #333;
  color: #333;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.pagelink ul li a i {
  transition: .2s;
}
.pagelink ul li a:hover {
  text-decoration: none;
}
.pagelink ul li a:hover i {
  transform: translateY(5px);
}
.pagelink ul li:last-child a {
  border-right: none;
}

/* -------------------------------------------- */
/* 3step */
/* -------------------------------------------- */
.step-text {
  margin-bottom: 4em;
  text-align: center;
}
.step-text h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.step-text h2 span {
  color: #f5a535;
}
.step-text h2 span strong {
  font-size: 1.5em;
}

.step-area {
  margin-bottom: 4em;
}

/* -------------------------------------------- */
/* flow-list */
/* -------------------------------------------- */
.flow-list {
  margin-bottom: 3em;
}
.flow-list .flow-block {
  margin-bottom: 3em;
}
.flow-list .flow-block .s-title {
  margin-bottom: 1em;
  padding-bottom: .5em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: 1px solid #333;
  font-weight: bold;
}
.flow-list .flow-block .s-title dt {
  line-height: 1;
  color: #f5a535;
  font-size: 1.2em;
  text-align: center;
  font-weight: 500;
}
.flow-list .flow-block .s-title dt span {
  display: block;
  font-size: 2.2em;
}
.flow-list .flow-block .s-title dd {
  padding-left: .8em;
  font-size: 1.6em;
}
.flow-list .flow-block .box {
  margin-bottom: 3em;
}
.flow-list .flow-block .box .b-title {
  margin-bottom: 1em;
  text-indent: -1.2em;
  padding-left: 1.4em;
}
.flow-list .flow-block .box .b-title span {
  font-size: 1.2em;
  font-weight: bold;
}
.flow-list .flow-block .box .box-in.double {
  display: flex;
  justify-content: space-between;
}
.flow-list .flow-block .box .box-in.double .text-area {
  width: 61%;
}
.flow-list .flow-block .box .box-in.double .photo {
  width: 34%;
  text-align: center;
}
.flow-list .flow-block .box .box-in.irai .text-area ul {
  margin-bottom: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.flow-list .flow-block .box .box-in.irai .text-area ul li {
  width: 48.5%;
  text-align: center;
}
.flow-list .flow-block .box .box-in.irai .text-area ul li a {
  display: block;
  width: 100%;
  border-radius: 50px;
  padding: .5em;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  transition: .3s;
}
.flow-list .flow-block .box .box-in.irai .text-area ul li a i {
  margin-right: .5em;
}
.flow-list .flow-block .box .box-in.irai .text-area ul li a:hover {
  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.flow-list .flow-block .box .box-in.irai .text-area ul li.form-btn a {
  background: #c84b31;
}
.flow-list .flow-block .box .box-in.irai .text-area ul li.estimate-btn span {
  display: inline-block;
  margin-bottom: 0.2em;
  text-align: center;
  font-size: .8em;
  font-feature-settings: "palt";
}
.flow-list .flow-block .box .box-in.irai .text-area ul li.estimate-btn a {
  background: #765f2f;
}
.flow-list .flow-block .box .box-in.irai .text-area .tel-area {
  background: #f5f5f5;
  padding: 1.5em;
  border-radius: 10px;
}
.flow-list .flow-block .box .box-in.irai .text-area .tel-area dl {
  margin-bottom: .5em;
}
.flow-list .flow-block .box .box-in.irai .text-area .tel-area dl dt {
  margin-bottom: .5em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
.flow-list .flow-block .box .box-in.irai .text-area .tel-area dl dd.read {
  margin-bottom: 1em;
}
.flow-list .flow-block .box .box-in.irai .text-area .tel-area dl dd.read a {
  text-decoration: underline;
}
.flow-list .flow-block .box .box-in.irai .text-area .tel-area dl dd.read a:hover {
  text-decoration: none;
}
.flow-list .flow-block .box .box-in.irai .text-area .tel-area dl dd.c-btn {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
.flow-list .flow-block .box .box-in.irai .text-area .tel-area dl dd.c-btn a {
  display: inline-block;
  width: 100%;
  padding: .5em 1em;
  border-radius: 99px;
  background: #fff;
  border: 2px solid #765f2f;
  font-weight: bold;
  color: #765f2f;
}
.flow-list .flow-block .box .box-in.irai .text-area .tel-area dl dd.c-btn a:hover {
  background: #765f2f;
  color: #fff;
  text-decoration: none;
}
.flow-list .flow-block .box .box-in.irai .text-area .tel-area dl dd.c-btn a::after {
  display: inline-block;
  content: "\f35a";
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
  margin-left: .5em;
}
.flow-list .flow-block .box .box-in.irai .text-area .tel-area .tel span {
  font-size: 1.5em;
  font-weight: bold;
  color: #c84b31;
}
.flow-list .flow-block .box .box-in.irai .text-area .tel-area .tel em {
  display: block;
  font-size: .9em;
}
.flow-list .flow-block .box .box-in .confirm a {
  font-weight: bold;
  text-decoration: underline;
}
.flow-list .flow-block .box .box-in .confirm a:hover {
  text-decoration: none;
}
.flow-list .flow-block .rakuraku {
  margin-bottom: 3em;
  padding: 2em 3em;
  border: 1px dashed #909090;
  border-radius: 10px;
  position: relative;
}
.flow-list .flow-block .rakuraku .r-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -.5em;
  background: #fff;
  padding: 0 1em;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
}
.flow-list .flow-block .rakuraku ul {
  margin-bottom: 1em;
}
.flow-list .flow-block .rakuraku ul li {
  text-indent: -0.8em;
  padding-left: 1.5em;
}
.flow-list .flow-block .rakuraku ul li:before {
  display: inline-block;
  content: "\f058";
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
  margin-right: .5em;
  color: #c84b31;
}
.flow-list .flow-block .rakuraku ul li span {
  font-weight: bold;
  color: #c84b31;
}
.flow-list .flow-block .rakuraku .notice {
  font-size: .9em;
  color: #777;
  padding-left: 1.5em;
}
.flow-list .flow-block .detail-block h3 {
  background: #f9f5ea;
  margin-bottom: 1em;
  padding: .3em 1em;
  border-radius: 5px;
  font-size: 1.4em;
  font-weight: bold;
}
.flow-list .flow-block .detail-block .inner {
  width: 96%;
  margin: 0 auto;
}
.flow-list .flow-block .detail-block .inner .box .d-ttl {
  font-size: 1.1em;
  font-weight: bold;
  text-indent: -0.7em;
  padding-left: 1.4em;
}
.flow-list .flow-block .detail-block .inner .box .d-ttl:before {
  display: inline-block;
  content: "\f0c8";
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
  margin-right: .5em;
}
.flow-list .flow-block .detail-block .inner .box .d-ttl.print {
  margin-bottom: 1em;
}
.flow-list .flow-block .detail-block .inner .box .txt {
  margin-bottom: 1em;
}
.flow-list .flow-block .detail-block .inner .box .txt span {
  font-weight: bold;
  color: #c84b31;
}
.flow-list .flow-block .detail-block .inner .box .example {
  margin-bottom: 1em;
  border: 1px solid #cbcbcb;
  padding: 1em;
  border-radius: 10px;
}
.flow-list .flow-block .detail-block .inner .box .example .ex {
  margin-bottom: .5em;
  font-weight: bold;
  color: #c84b31;
}
.flow-list .flow-block .detail-block .inner .box .example dd ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.flow-list .flow-block .detail-block .inner .box .example dd ul li {
  margin-bottom: 1em;
}
.flow-list .flow-block .detail-block .inner .box .example dd ul li dt {
  font-weight: bold;
}
.flow-list .flow-block .detail-block .inner .box .example dd ul li dd a {
  text-decoration: underline;
}
.flow-list .flow-block .detail-block .inner .box .example dd ul li dd a:hover {
  text-decoration: none;
}
.flow-list .flow-block .detail-block .inner .box .upload {
  background: #f5f5f5;
  padding: 1.5em;
  border-radius: 10px;
}
.flow-list .flow-block .detail-block .inner .box .upload dt {
  font-weight: bold;
}
.flow-list .flow-block .detail-block .inner .box .notice-txt {
  margin-bottom: .5em;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}
.flow-list .flow-block .detail-block .inner .box .notice-txt i {
  color: #c84b31;
  font-size: 1.2em;
}
.flow-list .flow-block .detail-block .inner .box .notice-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2em;
}
.flow-list .flow-block .detail-block .inner .box .notice-btn li {
  width: 100%;
  max-width: 320px;
}
.flow-list .flow-block .detail-block .inner .box .notice-btn li:first-child {
  margin-right: 1em;
}
.flow-list .flow-block .detail-block .inner .box .notice-btn li a {
  max-width: 320px;
}
.flow-list .flow-block .detail-block .inner .box .approval li {
  margin-bottom: .5em;
}
.flow-list .flow-block .detail-block .inner .box .approval li span {
  display: block;
  width: 100px;
  background: #c84b31;
  padding: .2em;
  border-radius: 5px;
  color: #fff;
  font-size: .85em;
  font-weight: bold;
  text-align: center;
}
.flow-list .flow-block .detail-block .inner .satei-note {
  margin-bottom: 1.5em;
  list-style-type: disc;
  padding-left: 1.5em;
}
.flow-list .flow-block .detail-block .inner .satei-note li a {
  text-decoration: underline;
  font-weight: bold;
}
.flow-list .flow-block .detail-block .inner .satei-note li a:hover {
  text-decoration: none;
}
.flow-list .flow-block .detail-block .inner .attention {
  background: #f5f5f5;
  padding: 1em;
  border-radius: 10px;
}
.flow-list .flow-block .detail-block .inner .attention ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.flow-list .flow-block .detail-block .inner .intro {
  background: #f9ecea;
  margin-bottom: 2em;
  padding: 1.5em;
}
.flow-list .flow-block .detail-block .inner .intro .text {
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.flow-list .flow-block .detail-block .inner .intro .text dt {
  font-size: 1.1em;
}
.flow-list .flow-block .detail-block .inner .intro .text dd {
  font-size: 1.3em;
}
.flow-list .flow-block .detail-block .inner .intro .text dd span {
  color: #e75473;
  font-size: 1.5em;
}
.flow-list .flow-block .detail-block .inner .intro .syuka {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.flow-list .flow-block .detail-block .inner .intro .syuka dl {
  margin-right: 2em;
  font-weight: bold;
  text-align: center;
}
.flow-list .flow-block .detail-block .inner .intro .syuka dl dt {
  font-size: 1.1em;
}
.flow-list .flow-block .detail-block .inner .intro .syuka dl dt span {
  font-size: 2em;
  color: #e75473;
  line-height: 1.2;
  vertical-align: sub;
}
.flow-list .flow-block .detail-block .inner .intro .syuka dl dd {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  background: #e75473;
  padding: .1em .8em;
  border-radius: 5px;
  color: #fff;
  font-size: 1.8em;
}
.flow-list .flow-block .detail-block .inner .intro .syuka dl dd em {
  display: inline-block;
  font-size: .875rem;
}
.flow-list .flow-block .detail-block .inner .intro .g-text {
  color: #7c7c7c;
  font-size: .875rem;
  font-weight: bold;
  text-align: center;
}
.flow-list .flow-block .detail-block .inner .syuka-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.flow-list .flow-block .detail-block .inner .syuka-area .s-box {
  width: 48.5%;
  background: #f9f5ea;
  padding: 1.5em;
}
.flow-list .flow-block .detail-block .inner .syuka-area .s-box.none {
  background: #EBF2FC;
}
.flow-list .flow-block .detail-block .inner .syuka-area .s-box dt {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
.flow-list .flow-block .detail-block .inner .syuka-area .s-box dd ul {
  margin: 1em 0;
  font-weight: bold;
}
.flow-list .flow-block .detail-block .inner .syuka-area .s-box dd em {
  color: #c84b31;
}
.flow-list .flow-block .detail-block .inner .syuka-area .s-box dd .hako {
  margin: 1em 0;
}
.flow-list .flow-block .detail-block .inner .syuka-area .s-box dd .hako span {
  font-weight: bold;
}
.flow-list .flow-block .detail-block .inner .shipping-btn {
  text-align: center;
}
.flow-list .flow-block .detail-block .inner .shipping-btn dt {
  font-weight: bold;
  font-size: 1.1em;
}
.flow-list .flow-block .detail-block .inner .shipping-btn dd a {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: .8em;
  background: #e75473;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
  transition: .3s;
}
.flow-list .flow-block .detail-block .inner .shipping-btn dd a:hover {
  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.movie {
  max-width: 800px;
}

/*===========================================================================*/
/*  media quary:1024px  */
/*===========================================================================*/
@media screen and (max-width: 1024px) {
  .flow-list .flow-block .box .box-in.irai .text-area ul {
    display: block;
    max-width: 350px;
    margin: 0 auto 1.5em;
  }
  .flow-list .flow-block .box .box-in.irai .text-area ul li {
    width: 100%;
  }
  .flow-list .flow-block .box .box-in.irai .text-area ul li.form-btn {
    margin-bottom: 1em;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .step-area .box:last-child {
    margin-bottom: 0;
  }

  .flow-list .flow-block .s-title dt {
    font-size: 1em;
  }
  .flow-list .flow-block .s-title dd {
    font-size: 1.4em;
  }
  .flow-list .flow-block .box .box-in.double {
    display: block;
  }
  .flow-list .flow-block .box .box-in.double .text-area {
    width: 100%;
    margin-bottom: 1em;
  }
  .flow-list .flow-block .box .box-in.double .photo {
    width: 100%;
  }
  .flow-list .flow-block .box .box-in.irai .text-area .tel-area {
    padding: 1em;
  }
  .flow-list .flow-block .box .box-in.irai .text-area .tel-area dl dt {
    font-size: 1em;
  }
  .flow-list .flow-block .box .box-in.irai .text-area .tel-area dl dd {
    font-size: .9em;
  }
  .flow-list .flow-block .rakuraku {
    padding: 2em;
  }
  .flow-list .flow-block .rakuraku .r-title {
    min-width: 300px;
    font-size: 1.2em;
  }
  .flow-list .flow-block .detail-block .inner .box .notice-btn {
    display: block;
  }
  .flow-list .flow-block .detail-block .inner .box .notice-btn li {
    margin: 0 auto;
    max-width: none;
  }
  .flow-list .flow-block .detail-block .inner .box .notice-btn li:first-child {
    margin-bottom: 1em;
    margin-right: 0;
  }
  .flow-list .flow-block .detail-block .inner .intro .text dd {
    font-size: 1.2em;
  }
  .flow-list .flow-block .detail-block .inner .intro .syuka {
    display: block;
  }
  .flow-list .flow-block .detail-block .inner .intro .syuka dl {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .flow-list .flow-block .detail-block .inner .intro .syuka dl dt {
    font-size: 1em;
  }
  .flow-list .flow-block .detail-block .inner .intro .syuka dl dd {
    font-size: 1.6em;
  }
  .flow-list .flow-block .detail-block .inner .intro .syuka p {
    text-align: center;
  }
  .flow-list .flow-block .detail-block .inner .syuka-area {
    display: block;
  }
  .flow-list .flow-block .detail-block .inner .syuka-area .s-box {
    width: 100%;
    margin-bottom: 1em;
  }
  .flow-list .flow-block .detail-block .inner .syuka-area .s-box:last-child {
    margin-bottom: 0;
  }
  .flow-list .flow-block .detail-block .inner .block {
    margin-bottom: 3em;
  }
  .flow-list .flow-block .detail-block .inner .block h3 {
    margin-bottom: .5em;
    font-size: 1.4em;
  }
  .flow-list .flow-block .detail-block .inner .block .change-box {
    padding: 1em;
  }
  .flow-list .flow-block .detail-block .inner .block .change-box .s-title {
    font-size: 1.2em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .intro.read {
    text-align: left;
  }

  .pagelink ul li a {
    padding: 0 1em;
  }

  .step-text h2 {
    font-size: 1.2em;
  }

  .step-area {
    margin-bottom: 3em;
  }

  .flow-list .flow-block .s-title {
    align-items: center;
  }
  .flow-list .flow-block .s-title dt {
    font-size: .8em;
  }
  .flow-list .flow-block .s-title dd {
    font-size: 1.25em;
  }
  .flow-list .flow-block .box .box-in.irai .text-area ul li a {
    padding: .7em;
    font-size: 1em;
  }
  .flow-list .flow-block .box .box-in.double .photo img {
    max-width: 280px;
  }
  .flow-list .flow-block .rakuraku {
    margin-bottom: 2em;
    padding: 1.5em;
  }
  .flow-list .flow-block .detail-block h3 {
    font-size: 1.2em;
  }
  .flow-list .flow-block .detail-block .inner .box .upload {
    padding: 1em;
  }
  .flow-list .flow-block .detail-block .inner .box .notice-btn li a {
    font-size: .9em;
  }
  .flow-list .flow-block .detail-block .inner .box .shipping-btn dt {
    font-size: 1em;
  }
  .flow-list .flow-block .detail-block .inner .box .shipping-btn dd a {
    font-size: 1em;
  }
  .flow-list .flow-block .detail-block .inner .intro {
    padding: 1.5em 1em 1em;
  }
  .flow-list .flow-block .detail-block .inner .intro .text dt {
    font-size: .9em;
    font-feature-settings: "palt";
  }
  .flow-list .flow-block .detail-block .inner .intro .text dd {
    font-size: 1em;
  }
  .flow-list .flow-block .detail-block .inner .intro .text dd span {
    font-size: 1.3em;
  }
  .flow-list .flow-block .detail-block .inner .intro .syuka dl dt span {
    font-size: 1.5em;
  }
  .flow-list .flow-block .detail-block .inner .intro .syuka dl dd {
    font-size: 1.4em;
  }
  .flow-list .flow-block .detail-block .inner .intro .syuka p img {
    max-width: 200px;
  }
  .flow-list .flow-block .detail-block .inner .syuka-area .s-box {
    padding: 1em;
  }
  .flow-list .flow-block .detail-block .inner .shipping-btn dt {
    font-size: .9em;
  }
}
