@charset "utf-8";
/* CSS Document */
.tenpo_uketori_content{
position: relative;
    overflow: hidden;
}

.tenpo-uketori_h2 span {
  display: inline-block !important;
}


.tenpo-uketori_content h2 {
  text-align: center;
  padding: 0 55px;
  position: relative;
  font-size: 16px;
  margin: 20px auto;
}

.tenpo-uketori_content h2:before,
.tenpo-uketori_content h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 36%;
  height: 6px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.tenpo-uketori_content h2:before {
  left: 0;
}

.tenpo-uketori_content h2:after {
  right: 0;
}

.tenpo-uketori_content h2 span {
  display: inline-block;
  background-color: white;
  box-sizing: border-box;
  padding: 0 1em;
  z-index: 1;
  position: relative;
}

.tenpo-uketori_content h3 {
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: inline-block !important;
  color: #063156;
  font-size: 15px;

}

.tenpo-uketori_content img {
  image-rendering: -webkit-optimize-contrast;
}

.f-wrap-1>.item {
  padding: 0;
  width: calc((100% - 30px * 2) / 3);
  margin: 0;
}

.f-wrap-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 20px auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.f-wrap-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
  margin: 20px auto;
}

.f-wrap-2 .box p {
  margin-bottom: 1.5em;
}

.f-wrap-2 .box p span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 1.5em;
}

.f-wrap-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
  padding: 20px 0;
  box-sizing: border-box;
}

.f-wrap-2 img {
  display: block;
  width: 90%;
  max-width: 400px;
  height: auto;
  box-sizing: border-box;
  padding: 1em;
  margin: 0 auto;

}

.f-wrap-2 .box {
  width: 100%;
  box-sizing: border-box;
  padding: 1em 0;
  margin: 0;
}



.f-wrap-2:nth-child(even) {
  flex-direction: row-reverse;
}

.f-wrap-2:not(:last-child) {
  border-bottom: #252525 dashed 1px;
}


.component-list {
  grid-template-columns: 1fr;
  row-gap: .75rem;
  line-height: 1.5;
  margin-top: 0.5em;
}


.component-list li {
  margin-bottom: 1.5em;
}


.component-list--item {
  color: #a40000;
  text-align: 0.5;
  background-position: left 4px;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  list-style: none;
  padding-left: 1.6rem;
}

.component-list--item-check {
  background-image: url("https://223.223.167.8/PC/ja/asset/img/nw/guide/tenpo_uketori/list_check.png");
}


.info_detail table {
  height: 270px;
  border-collapse: collapse;
}



.steps {
  display: inline-block;
  background-color: #063156;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 0.25em 0.5em;
}




.tenpo-uketori_notice {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: solid 2px #EBEBEB;
  padding: 1.0em;
  margin-left: 0;
  margin-top: 1.0em;
  width: 100%;
  max-width: 400px;
}

.tenpo-uketori_notice .l_p {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #EBEBEB;
  box-sizing: border-box;
  padding: 0.25em;
  text-align: center;
  font-size: 13px;
  margin-right: 0;
}

.tenpo-uketori_notice .l_p>p {
  display: block;
}


.tenpo-uketori_notice .r_p {
  display: block;
  text-align: left;
  font-size: 13px;

}

.tenpo-uketori_nav {
  margin: 20px;
}

.tenpo-uketori_nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.tenpo-uketori_nav ul li {
  margin: 0.5em 0.75em;

}

.tenpo-uketori_nav ul li a {
  text-decoration: none;
  border-bottom: none;
}

.arrow_u {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.arrow_u:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #005A8C;
  border-right: solid 1px #005A8C;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.caution {
  color: #a40000;
  font-size: 12px;
}


.caution:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/dev/PC/ja/asset/img/fuji/guide/list_check.png);
  background-size: contain;
  vertical-align: middle;
}

.tenpouketori_nav {
  color: #a40000;
  font-size: 13px;
}

.tenpouketori_nav ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 40px auto;

}

.tenpouketori_nav ul li {
  width: 100%;
  font-size: 16px;
  display: block;
  box-sizing: border-box;
  padding: 1.0em 0.25em;
  background-color: #fff;
  border: #2B2B2B solid 1px;
  color: #2B2B2B;
  text-align: center;
  border-radius: 5px;
  transition: 0.8s;
  margin: 10px 0;
}

.tenpouketori_nav ul li:hover {
  background-color: #2B2B2B;
  color: #FFFFFF;
}

.tenpouketori_nav ul li:hover a {
  color: #ffffff;
}

.tenpouketori_nav ul li:hover .arrow_u:after {
  border-bottom: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
}

.tenpouketori_nav ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #2B2B2B;
  border-bottom: none;
}

.tenpouketori_nav ul li:hover {
  background-color: #2B2B2B;
  color: #FFFFFF;
}

.arrow_u:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 2px #2B2B2B;
  border-right: solid 2px #2B2B2B;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 5px;
  margin: auto;
}

.tenpo-uketori_content .fukidashi {
  margin: 0 0 20px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.tenpo-uketori_content .fukidashi dt {
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  background-color: #063159;
  font-size: 16px;
  width: 24%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.tenpo-uketori_content .fukidashi dd {
  padding: 10px 10px 10px 15px;
  display: block;
  background-color: #F8F8F8;
  margin: 0;
  width: 76%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tenpo-uketori_content .fukidashi dt::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-width: 10px;
  margin-top: -10px;
  border-left-color: #063159;

}

/*------------------------------------------------------------
  |
  | NOTS
  |
  ------------------------------------------------------------*/

.section-notes_wrapper {
  padding: 20px 0;
  background-color: #fbfbfb;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  margin-bottom: 2em;
}

.section-notes_wrapper .layout-container {
  width: 100%;
  max-width: 880px;
  box-sizing: border-box;
  padding: 20px calc(50vw - 50% + 40px)!important;
  margin: 0 auto;
}

.layout-container h2 {
	text-align: center;
    margin: 1em;
}

.section-notes {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 20px auto;
}

.layout-column-4 {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px 0;
}

.layout-column-4 img {
  width: 16%;
  max-width: 60px;
  margin: 0 20px 0 0;
  display: block;
}

.layout-column-4 h3 {
  font-size: 1.0rem;
  color: #063159;
  padding: 0.5em 0;
  margin: 0;
  border-bottom: solid 3px #063159;
  display: block !important;
  width: calc(80% - 20px);
  min-width: calc(100% - 80px);
  text-align: left;

}

.layout-column-4 h3 span {
  display: inline-block;
}

.layout-column-4 p {
  background-image:
    linear-gradient(90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      #fbfbfb 50%,
      #fbfbfb 50%),
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 97%,
      #999 97%,
      #999 100%);
  background-size:
    8px 100%,
    100% 2em;
  line-height: 2;
  display: block;
  width: 100%;
  margin-top: 20px;
}

.layout-column-4 .link{
	text-decoration: none;
    color: #005A8C;
    font-weight: bold;
    border-bottom: #005A8C solid 1px;
}

.section-notes_link {
  text-decoration: none;
  color: #005A8C;
  font-weight: bold;
  border-bottom: none !important;
  display: inline-block;
}


.section-notes_btn,
a.section-notes_btn,
button.section-notes_btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #063159;
  border-radius: 0.25rem;
  border: #063159 solid 2px;
  margin: 20px auto 0;
  background-color: #fff;
}


.section-notes_btn:hover,
a.section-notes_btn:hover {
  color: #fff;
  background: #063159;
}

/*------------------------------------------------------------
  |
  | CLOSE
  |
  ------------------------------------------------------------*/

/*.section-close { 
      padding-bottom: 7.5rem; 
      padding-top: 7.5rem; 
    }
*/
/*------------------------------------------------------------
  |
  | FOOTER
  |
  ------------------------------------------------------------*/

.section-footer {
  padding-bottom: 3rem;
  padding-top: 3rem;
}


/*------------------------------------------------------------
  |
  | Q and A
  |
  ------------------------------------------------------------*/


.js-static-faq h3 {
  font-size: 1.0rem;
  color: #063159;
  padding: 0.5em 0;
  margin: 0 0 1.0rem;
  border-bottom: solid 3px #063159;
  text-align: left;
  width: 100%;
}


.static .faq-section-title {
  margin: 20px 0;
  padding: 5px 20px;
  color: #000;
  background: #e6e6e6;
  font-size: 15px;
  font-weight: 700;
}

.static .faq-category-title {
  margin: 12px 0;
  padding: 0;
  color: #000;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
}

.static .faq-category-title:before {
  content: "・";
}

.static .faq-item {
  display: block;
  margin: 20px auto;
}

.static .faq-item .faq-q {
  padding: 14px 40px 14px 46px;
  border: 2px solid #063159;
  margin: 0;
  background: #fff;
  width: 100%;
}


.static .faq-item .faq-q .faq-arrowbox--q {
  top: 20px;
  left: 10px;
}

.static .faq-q {
  color: #063156;
  font-size: 14px;
  font-weight: 700;
  display: block;
  position: relative;
  padding: 0 0 0 37px;
  margin: 14px 0;
}

.static .faq-q:hover {
  cursor: pointer;
}

.static .faq-q .faq-arrowbox--q {
  position: absolute;
  top: 0;
  left: 0;
}

.static .faq-a {
  position: relative;
  padding: 20px 30px 20px 51px;
  border: 2px solid #063159;
  border-top-width: 0;
  background-color: #f2f2f2;
  font-size: 13px;
  text-align: left;
}

.static .faq-a:after {
  content: "";
  display: block;
  clear: both;
}

.static .faq-a .faq-arrowbox--a {
  position: absolute;
  top: 24px;
  left: 10px;
}

.static .faq-a .static-l-links {
  margin: 0 auto 20px;
}

.static .faq-arrowbox--q,
.static .faq-arrowbox--a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  border-radius: 3px;
  padding: 0 3px;
  text-align: center;
  position: relative;
  min-width: 23px;
  height: 18px;
  line-height: 18px;
  font-style: normal;
}

.static .faq-arrowbox--q:after,
.static .faq-arrowbox--a:after {
  content: "";
  position: absolute;
  right: 5px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-width: 4px;
  border-right-width: 4px;
  bottom: -6px;
}

.static .faq-arrowbox--q {
  background: #063156;
}

.static .faq-arrowbox--q:after {
  border-top-color: #063156;
  border-right-color: #063156;
}

.static .faq-arrowbox--a {
  background: #e31212;
}

.static .faq-arrowbox--a:after {
  border-top-color: #e31212;
  border-right-color: #e31212;
}

.static [data-faq-toggle]:after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid #063159;
  border-right: 2px solid #063159;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  transform: rotate(135deg);
}

.static [data-faq-toggle="on"]:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  margin: auto;
}

.static [data-faq-toggle="off"]+.faq-a {
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
  display: block;
}

.section_info span {
  display: inline-block
}



/*タブレットスタイル*/
@media only screen and (min-width : 601px) {

  .layout-column-4 {
    width: calc(100% / 2 - 20px);

  }
}





/*タブレットスタイル*/
@media only screen and (min-width : 768px) {

  .section-notes_wrapper .layout-container {
   padding: 60px calc(50vw - 50% + 60px)!important;
  }

  .tenpo-uketori_notice {
    margin-left: 0.5em;
    margin-top: 0;
    width: 100%;
    max-width: none;

  }

  .tenpo-uketori_notice .l_p {
    width: calc(20% - 2.0em);
    margin-right: 2.0em;

  }

  .f-wrap-2 img {
    display: block;
    width: 48%;
    height: auto;


  }

  .f-wrap-2 .box {
    width: 48%;
  }

  .f-wrap-2 .box p span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 1.5em;
  }


  .f-wrap-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 20px 0;
    box-sizing: border-box;
  }

  .f-wrap-2 img {
    display: block;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding: 1em;
    margin: 0;

  }

  .f-wrap-2 .box {
    width: 50%;
    box-sizing: border-box;
    padding: 1em;
    margin: 0;
  }

  .f-wrap-2:nth-child(even) {
    flex-direction: row-reverse;
  }

  .tenpo-uketori_content .fukidashi dt {
    width: 28%;
    font-size: 18px;
  }

  .tenpo-uketori_content .fukidashi dd {
    padding: 10px 30px;
    width: 72%;

  }

  .layout-column-4 {
    width: calc(100% / 3 - 40px);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 20px 0;
  }

  .section-notes_wrapper .layout-container {
    padding: 20px calc(50vw - 50% + 60px)!important;
  }


  .tenpo-uketori_content h2 {
    font-size: 20px;
  }

  .tenpo-uketori_content h3 {
    font-size: 16px;
  }


  .tenpouketori_nav ul li {
    width: calc(100% / 3 - 10px);
    margin: 0;
  }

  .component-list--item {
    background-size: 1.125rem;
  }

  .layout-column-4 img {
    width: auto;
    margin: 0 auto;
    display: block;
  }

  .layout-column-4 h3 {
    font-size: 1.0rem;
    width: 100%;
    padding: 0.5em 0;
    margin: 0 0 1.0rem;
    text-align: center;
    border-bottom: solid 3px #063159;
  }

  .layout-column-4 p {
    margin-top: 0;
  }

  .static .faq-item .faq-q {
    padding: 14px 30px 14px 51px;
    border: 2px solid #063159;
    margin: 0;
    background: #fff;
    width: 100%;
  }

  .static .faq-item .faq-q .faq-arrowbox--q {
    top: 14px;
    left: 16px;
  }

  .static .faq-a .faq-arrowbox--a {
    position: absolute;
    top: 20px;
    left: 14px;
  }
}


/*PCスタイル*/
@media only screen and (min-width : 1024px) {

  .section-notes_wrapper .layout-container {
    padding: 60px calc(50vw - 50% + 60px)!important;
  }

  .tenpo-uketori_notice {
    margin-left: 0.5em;
    margin-top: 0;
    width: 100%;
    max-width: none;

  }

  .tenpo-uketori_notice .l_p {
    width: calc(20% - 2.0em);
    margin-right: 2.0em;

  }

  .f-wrap-2 img {
    display: block;
    width: 48%;
    height: auto;


  }

  .f-wrap-2 .box {
    width: 48%;
  }

  .f-wrap-2 .box p span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 1.5em;
  }


  .f-wrap-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 20px 0;
    box-sizing: border-box;
  }

  .f-wrap-2 img {
    display: block;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding: 1em;
    margin: 0;

  }

  .f-wrap-2 .box {
    width: 50%;
    box-sizing: border-box;
    padding: 1em;
    margin: 0;
  }

  .f-wrap-2:nth-child(even) {
    flex-direction: row-reverse;
  }

  .tenpo-uketori_content .fukidashi dt {
    width: 28%;
    font-size: 18px;
  }

  .tenpo-uketori_content .fukidashi dd {
    padding: 10px 30px;
    width: 72%;

  }

  .layout-column-4 {
    width: calc(100% / 3 - 40px);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 20px 0;
  }

  .section-notes_wrapper .layout-container {
    padding: 0 calc(50vw - 50% + 60px)!important;

  }


  .tenpo-uketori_content h2 {
    font-size: 20px;

  }

  .tenpo-uketori_content h3 {
    font-size: 16px;

  }


  .tenpouketori_nav ul li {
    width: calc(100% / 3 - 10px);
    margin: 0;
  }

  .component-list--item {
    background-size: 1.125rem;
  }

  .layout-column-4 img {
    width: auto;
    margin: 0 auto;
    display: block;
  }

  .layout-column-4 h3 {
    font-size: 1.0rem;
    width: 100%;
    padding: 0.5em 0;
    margin: 0 0 1.0rem;
    text-align: center;
    border-bottom: solid 3px #063159;
  }

  .layout-column-4 p {
    margin-top: 0;
  }

  .static .faq-item .faq-q {
    padding: 14px 30px 14px 51px;
    border: 2px solid #063159;
    margin: 0;
    background: #fff;
    width: 100%;
  }

  .static .faq-item .faq-q .faq-arrowbox--q {
    top: 14px;
    left: 16px;
  }

  .static .faq-a .faq-arrowbox--a {
    position: absolute;
    top: 20px;
    left: 14px;
  }
}