@charset "UTF-8";
.background {
  max-width: 1200px;
  width: 95% !important;
  margin: 0 auto;
}
.inner {
  max-width: 1000px;
  width: 90% !important;
  margin: 0 auto;
}
.schedule_table {
  border: 2px solid #ffcf74;
  max-width: 780px;
  margin: 0 auto;
}
.schedule .schedule_text {
  max-width: 730px;
  width: 90% !important;
}
.schedule_table .schedule_left {
  background: #ffcf74;
}
.fv .inner {
  width: 90% !important;
}
/*モーダル*/
.content {
  margin: 0 auto;
  padding: 20px 0 0;
}
.content02 {
  margin: 0 auto;
  padding: 20px 0 0;
  max-width: 15vw;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  left: 8%;
  z-index: 999;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 5;
}
.modal__content {
  left: 40%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  z-index: 10;
}
.modal__content li {
  display: inline-block;
}
.js-modal-close img {
  position: absolute;
  width: 10%;
  top: -10px;
  right: 40px;
}
/*モーダル end*/
/*アコーディオン*/
.menu__item {
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
}
.menu__item__link {
  background: #20b485;
  color: #fff;
  display: block;
  line-height: 50px;
  padding: 0 2rem;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
}
.menu__item__link:after {
  background: #33105f;
  content: '';
  background: url("../img/check02.svg");
  display: block;
  line-height: 60px;
  position: absolute;
  right: 3%;
  text-align: center;
  top: 35%;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.menu__item__link.on:after {
  content: '';
  background: url("../img/check01.svg");
  background-repeat: no-repeat;
}
.submenu {
  display: none;
}
.financial_menu .submenu {
  background: #fff;
  padding: 2%;
}
/*アコーディオン end*/
.caution {
  color: #20b485;
  font-weight: bold;
}
.create .other_company .background {
  background: #a9ddc6;
}
    .payments_flex .link{
      color: #1a1a1a!important;
  }
/*横幅640pxまでのcss*/
@media screen and (max-width: 640px) {}
@media screen and (max-width: 768px) {
  .content {
    padding-top: 3vw;
  }
  .content02 {
    padding-top: 3vw;
    max-width: 40vw;
  }
  li {
    list-style: none;
  }
  .bold {
    font-weight: bold;
  }
  .request .choice img {
    width: 30%;
    margin: 25% auto 0;
  }
  .request .choice h1 {
    font-size: 4.6vw;
    font-weight: bold;
    text-align: center;
    margin: 3% 0 5%;
  }
  .procedureflow h2 {
    font-size: 4.4vw;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  .procedureflow {
    font-size: 2.6vw;
    text-align: center;
    margin-bottom: 12vw;
  }
  .procedureflow .background {
    background: #e4e1df;
    border-radius: 3vw;
    padding: 4vw 0 5vw;
  }
  .procedureflow .caution {
    font-size: 3.2vw;
    color: #20b485;
    line-height: 2;
  }
  .content .js-modal-open:after {
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 9vw;
    height: 9vw;
    background-image: url(../img/glass.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .content02 .js-modal-open:after {
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 9vw;
    height: 9vw;
    background-image: url(../img/glass.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .menu .content .js-modal-open:after {
    top: 0;
  }
  .flow .content {
    width: 95%;
  }
  .menu .content02 .js-modal-open:after {
    top: 0;
  }
  .flow .content02 {
    width: 95%;
  }
  .flow .flowleft {
    margin: 5% 0 10%;
  }
  .flow .flowright {
    position: relative;
    margin: 5% 0;
  }
  .flow .flowleft, .flow .flowright {
    position: relative;
    padding-bottom: 10%;
    border: 2px #ffbc2e solid;
    background: #fff;
    font-size: 2.3vw;
  }
  .flow .flowright h3 {}
  .flow .btn {
    background: #20b485;
    font-size: 3.2vw;
    border-radius: 2vw;
    color: #fff;
    font-weight: bold;
    padding: 3vw 33% 4vw;
  }
  .flowleft p, .flowright p {
    margin: 2% 0 2%;
    padding-bottom: 5vw;
    line-height: 1.8;
  }
  .flowleft h3, .flowright h3 {
    font-size: 3.3vw;
    background: #ffbc2e;
    line-height: 2.5;
    text-align: center;
    font-weight: bold;
  }
  .procedureflow .step {
    width: 11vw;
    position: absolute;
    left: 2%;
    top: -3%;
  }
  .payments_create h2 {
    font-size: 4.4vw;
    font-weight: bold;
    text-align: center;
  }
  .inside_title {
    background: #20b485;
    padding: 1vw 0;
    color: #fff;
    text-align: center;
    font-size: 3.3vw;
    font-weight: bold;
    margin-top: 5%;
    margin-bottom: 7vw;
  }
  .inside_title:before {
    content: '';
    display: inline-block;
    margin-right: 2%;
    width: 5.9vw;
    height: 7.1vw;
    background-image: url(../img/icon04.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .payments_create .background {
    background: #ffe6b9;
    border-radius: 3vw 3vw 0 0;
    padding: 6vw 0 1rem;
  }
  .payments_create .inner {
    position: relative;
  }
  .payments_create .inner:before {
    content: '';
    /* background: url(../img/step1.svg); */
    background-repeat: no-repeat;
    width: 11vw;
    height: 13vw;
    position: absolute;
    left: 0;
    top: -3.5%;
  }
  .payments_flex .content .js-modal-open:after {
    background: none;
  }
  .payments_create .preparation .content .js-modal-open:after {
    background: none;
  }
  .payments_flex .content02 .js-modal-open:after {
    background: none;
  }
  .payments_create .preparation .content02 .js-modal-open:after {
    background: none;
  }
  .payments_flex li {
    width: 45%;
    float: left;
    text-align: center;
    list-style: none;
    font-size: 3.3vw;
    font-weight: bold;
  }
  .create .payments_flex .payments_two li:nth-child(1) {
    margin-bottom: 5vw;
  }
	.payments_create .payments_flex .payments_three li:nth-child(1){
     margin-right: 10%;
    margin-bottom: 5vw;
	}
	.payments_flex .payments_three li:nth-child(1) .content {
		margin-top: 0vw;
	}
  .payments_flex .payments_three li:nth-child(1) .content02 {
		margin-top: 0vw;
	}
	.create .payments_flex{
		overflow: hidden;
	}

  .payments_flex .payments_three li:nth-child(2) {
    margin-bottom: 5vw;
  }
  .payments_create .payments_flex .payments_three li:nth-child(3) {
    margin-right: 10%;
    line-height: 4;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .payments_flex .payments_three li:nth-child(3) {
    margin-right: 10%;
    line-height: 4;
    margin-top: 10%;
    margin-bottom: 2%;
  }
  .create .payments_flex .payments_two{
    display: flex;
  }
  .payments_create .payments_flex .payments_two{
    display: flex;
  }
  .payments_create .payments_flex .payments_two li:nth-child(1) {
    margin-bottom: 5vw;
    margin-top: 0;
  }
	.create .payments_create .payments_two li:first-child .content {
    padding-top: 40px;
}
.create .payments_create .payments_two li:first-child .content02 {
  padding-top: 40px;
}
  .payments_flex .payments_two li:nth-child(1) {
    margin-bottom: 5vw;
    margin-top: 6vw;
  }
	.create .payments_flex .payments_two li:nth-child(1) {
    margin-bottom: 5vw;

  }

  

  .create .payments_flex .payments_three li:nth-child(3) {
    width: 70%;
    margin: 0% 15% 5vw;
    float: unset;
  }
  .payments_create .payments_flex .payments_three li:nth-child(3) {
    width: 70%;
    margin: 0% 15% 5vw;
    float: unset;
  }
  .payments_flex .payments_two li:nth-child(2) {
    width: 45%;
    margin: 0 0 5vw 10%;
    float: unset;
  }
/*  .payments_flex .payments_two li:nth-child(2) img {
    width: 80%;
    margin: 0 auto;
  }*/
  .payments_create .annotation {
    font-size: 3vw;
    font-weight: normal;
  }
  .create .payments_create .annotation {
    font-size: 3vw;
    font-weight: normal;
  }
  .payments_create h4 {
    font-size: 3.6vw;
    font-weight: bold;
    margin-bottom: 5vw;
  }
  .create .payments_create h4 {
    text-align: center;
    margin-bottom: 3vw;
  }
  .create .payments_create .annotation_right h4 {
    text-align: left;
    font-size: 2.6vw;
    margin-bottom: 0;
  }
  .payments_create .mark {
    font-size: 2.6vw;
    margin-bottom: 0;
    text-align: left;
  }
  .payments_create .bottom {
    margin-bottom: 5%;
  }
  .payments_create .mark:nth-child(2) {
    margin-top: 5%;
  }
  .payments_create .preparation {
    background: #ffd27e;
    padding: 5vw 0 1vw;
    margin-bottom: 20vw;
    text-align: center;
  }
  .payments_create .preparation .payments_two {
    width: 90%;
    margin: 0 auto;
  }
  .payments_create .preparation .payments_two li {
    display: inline-block;
    vertical-align: top;
    line-height: 1.3;
    width: 47%;
    list-style: none;
    text-align: center;
    font-size: 3.1vw;
    font-weight: bold;
  }
  .payments_create .preparation .payments_two li:nth-child(1) {
    margin-right: 5%;
  }
  .payments_create .preparation .payments_two li:nth-child(1) .annotation, .payments_create .preparation .payments_two li:nth-child(2) .annotation {
    font-size: 3vw;
    display: block;
    line-height: 1.8;
    margin-top: 2vw;
    margin-bottom: 0;
  }
  .create .payments_two li:nth-child(1) .annotation, .create .payments_two li:nth-child(2) .annotation {
    font-size: 3vw;
    display: block;
    line-height: 1.8;
    margin-top: 2vw;
    margin-bottom: 0;
  }
  .payments_create .preparation .payments_two li:nth-child(1) .content, .payments_create .preparation .payments_two li:nth-child(2) .content {
    padding-top: 0;
  }
  .payments_create .preparation .payments_two li:nth-child(1) .content02, .payments_create .preparation .payments_two li:nth-child(2) .content02 {
    padding-top: 0;
  }
  .create .payments_create .payments_three {
    margin-top: 10vw;
  }
  .payments_create .payments_create .payments_three {
    margin-top: 10vw;
  }
  .annotation {
    position: relative;
    margin-bottom: 15vw;
  }
  .create .annotation {
    margin-bottom: 5vw;
  }
  .right_annotation {
    position: absolute;
    background: #ffbc2e;
    color: #1a1a1a;
    border-radius: 1vw 1vw 0 0;
    right: 25%;
    top: -3vw;
    padding: 1.5vw 3vw 2vw;
    font-size: 2vw!important;
    font-weight: bold;
    width: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .right_annotation01 {
    position: absolute;
    background: #ffbc2e;
    color: #1a1a1a;
    border-radius: 1vw 1vw 0 0;
    right: 25%;
    top: -3vw;
    padding: 1.5vw 3vw 2vw;
    font-size: 2vw;
    font-weight: bold;
    width: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .right_annotation02 {
    position: absolute;
    background: #ffffff;
    color: #1a1a1a;
    border-radius: 1vw 1vw 0 0;
    right: 25%;
    top: -3vw;
    padding: 1.5vw 3vw 2vw;
    font-size: 2vw!important;
    font-weight: bold;
    width: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .menu .submenu__item {
    font-size: 2.6vw;
    font-weight: normal;
    color: #1a1a1a;
    line-height: 1.8;
  }
  .annotation_left .content {
    position: relative;
    width: 70%;
    margin: 2rem auto 3rem;
  }
  .annotation_right .content {
    position: relative;
    width: 70%;
    margin: 2rem auto 3rem;
	}
  .annotation_left .content02 {
    position: relative;
    width: 70%;
    margin: 2rem auto 3rem;
  }
  .annotation_right .content02 {
    position: relative;
    width: 70%;
    margin: 2rem auto 3rem;
	}
  .menu__item__link {
    font-size: 3.3vw;
    line-height: 1.5;
    padding: 3% 5%;
    text-indent: -1em;
    padding-left: 2em;
  }
  .menu .annotation_right .mark:before {
    display: inline-block;
    content: '';
    width: 3vw;
    height: 3vw;
    background-color: #20b485;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.5rem;
  }
  .link {
    color: #20b485;
    text-decoration: underline;
    font-weight: bold;
  }
  .annotation_right li {
    padding-left: 10%;
    font-weight: normal;
    text-align: left;
    text-indent: -1em;
    font-size: 2.6vw;
    list-style: none;
  }
  .financial_menu p {
    color: #1a1a1a;
    text-align: left;
    margin-bottom: 2.6vw;
    margin-top: 5%;
    font-size: 2.6vw;
  }
  .financial_menu .menu__item__link {
    margin-bottom: 2%;
    background: #81746d;
    padding: 2% 7%;
  }
  .menu__item__link:after {
    width: 3.9vw;
    height: 3.9vw;
  }
  .financial_menu .menu__item__link:after {
    width: 3.9vw;
    height: 3.9vw;
  }
  .create .menu__item__link:after {
    background: url(../img/check_black02.svg);
    background-repeat: no-repeat;
  }
  .create .menu__item__link.on:after {
    background: url(../img/check_black01.svg);
    background-repeat: no-repeat;
  }
  .financial_menu .submenu .annotation_left {
    width: 60%;
    margin: 2% auto;
  }
	.annotation_two{
		display: flex;
		justify-content: space-between;
	}
  .annotation_small {
    width: 45%;
    margin-right: 9%;
  }
  .annotation_small:last-child {
    margin-right: 0;
  }
  .annotation_small .content {
    width: 100% !important;
  }
  .annotation_small .content .js-modal-open:after {
    top: 0;
    right: 0;
  }
  .annotation_small .content02 {
    width: 100% !important;
  }
  .annotation_small .content02 .js-modal-open:after {
    top: 0;
    right: 0;
  }
  .property .annotation_right li {
    padding-left: 0;
    text-indent: 0em;
  }
  .other_company .background {
    background: #ffd27e;
    padding: 6vw 0;
    margin-bottom: 12vw;
    border-radius: 0 0 3vw 3vw;
  }
  .required_documents h3 {
    font-size: 3.7vw;
    font-weight: bold;
    align-items: center;
    text-align: center;
    margin-bottom: 5vw;
  }
  .required_documents {
    font-size: 2.6vw;
    padding: 4rem 2rem 0;
  }

  .preparation .required_documents h3 {
    font-size: 3.7vw;
    font-weight: bold;
    align-items: center;
    text-align: center;
    margin-bottom: 3vw;
  }
  .preparation .required_documents {
    font-size: 2.6vw;
  }
  .other_company .right_annotation {
    background: #fff;
  }
  .other_company .annotation_right {
    text-align: left;
  }
  .create .payments_create .background {
    background: #d9f0e5;
    border-radius: 3vw 3vw 0 0;
    padding: 6vw 0;
  }
  .payments_create .inner {
    position: relative;
  }
  .create .payments_create .inner:before {
    /* background: url(../img/step2.svg); */
    background-repeat: no-repeat;
    top: -10vw;
  }
  .create .right_annotation {
    background: none;
    width: 13vw;
    height: 14vw;
    z-index: 2;
    left: 80%;
    top: 4vw;
  }
  .payments_create .right_annotation01 {
    background: none;
    width: 13vw;
    height: 14vw;
    z-index: 2;
    left: 80%;
    top: 4vw;
  }
  .create .menu__item__link {
    background: #ffbc2e;
    color: #1a1a1a;
  }
  .paid .menu__item__link {
    background: #81746d;
  }
  .paid .menu__item__link:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 5%;
    top: -50%;
    width: 10vw;
    height: 7vw;
    background-image: url(../img/icon06.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 1.5rem;
  }
  .paid .inside_title:before {
    background-image: url(../img/icon07.png);
  }
  .paid .destination_mail p, .paid .destination_bymail p {
    background: #ffbc2e;
    text-align: center;
    line-height: 8vw;
    font-size: 3.3vw;
    font-weight: bold;
    border-radius: 2vw 2vw 0 0;
  }
  .paid .destination_mail, .paid .destination_bymail {
    border: 3px solid #ffbc2e;
    border-radius: 3vw;
    text-align: center;
    font-size: 2.8vw;
    margin-bottom: 5%;
  }
  .paid .destination_bymail ul {
    padding: 5%;
  }
  .paid .destination_mail li:nth-child(1) {
    font-size: 2.8vw;
    margin: 3% 0;
  }
  .paid .destination_mail li:nth-child(2) {
    font-size: 5.2vw;
    color: #20b485;
    margin-bottom: 3%;
  }
  .destination_bymail li:nth-child(1) {
    color: #20b485;
    text-align: center;
    font-size: 4.4vw;
    font-weight: bold;
    margin: 0vw 0 5vw;
  }
  .destination_bymail li:nth-child(2) {
    text-align: left;
  }
  .destination_bymail li:nth-child(3) {
    font-size: 1.9vw;
    margin: 2rem 0;
    text-align: left;
  }
  .financial_menu .submenu {
    margin-top: -1rem;
    padding: 5%;
    margin-bottom: 5%;
  }
  .menu .submenu__item .btn {
    background: #20b485;
    font-size: 3.2vw;
    border-radius: 2vw;
    color: #fff;
    padding: 3vw 15% 4vw;
    margin-left: 15%;
    line-height: 5;
  }
  .financial_menu .submenu .js-modal-open:after {
    top: 0;
    right: -10%;
  }
  .required_documents .menu {
    margin-top: 15%;
  }

  .payments_create .menu {
    margin-top: 15%;
  }

  .other_company .annotation:last-child {
    margin-bottom: 5%;
  }
  .payments_create p {
    font-size: 2.6vw;
    margin-bottom: 5%;
	  text-align: center;
  }
.create .payments_create .payments_flex p {
   text-align: center;
}	
  .create .inside_title {
    background: #ffbc2e;
    color: #1a1a1a;
    margin-bottom: 3vw;
  }
  .create .payments_flex .payments_three li:nth-child(3) {
    line-height: 1.5;
  }
  .payments_create .payments_flex .payments_three li:nth-child(3) {
    line-height: 1.5;
  }
  .create .payments_flex .payments_three li img, .create .payments_flex .payments_two li img {
    margin: 0 auto;
    width: 34vw;
    height: 42vw;
  }
  .request .menu .annotation_right h4 {
    margin-bottom: 0;
    font-size: 2.6vw;
  }
  .menu .marker {
    background: linear-gradient(transparent 60%, #ffdc9b 60%);
    font-size: 3.3vw;
    font-weight: bold;
  }
  .principle {
    text-align: center;
  }
  .create .other_company .background {
    margin-bottom: 5vw;
  }
  .paid .paid_request .submenu__item p {
    margin: 5% 0;
  }
  .paid .paid_request .submenu__item .txt_size {
	  color: #20b485;
	  font-weight: bold;
	  font-size: 3vw;
	}
  .paid .paid_request .submenu__item h4 {
    color: #1a1a1a;
    font-weight: bold;
  }
  .paid .paid_request .submenu__item ul {
    margin-bottom: 5%;
  }
  .paid .paid_request .submenu__item li {
    text-indent: -1em;
    padding-left: 2em;
    list-style: none;
  }
  .paid .destination h4 {
    margin-bottom: 3rem;
    text-align: center;
    font-size: 3.1vw;
  }
  .create .other_company .menu .annotation_right .link {
    color: #1a1a1a;
  }
  .create .other_company .menu h4 {
    text-align: center;
  }
  .return {
    padding-bottom: 5vw;
  }
  .modal__content li {
    width: 49%;
  }

  #modal13 li{
    vertical-align: top;
	}
  #modal13 li:last-child {
    margin-left: 0;
  }
  .modal__content li:last-child {
    margin-left: 25%;
  }
  .multiple {
    width: 80%;
  }
   #modal13 .modal__content__flex img{
   width: 60%;
    margin: 0 auto;
  }
  #modal14 .modal__content__flex img{
   width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .right_annotation {
    width: 86%;
    top: -6vw;
    font-size: 3.2vw;
  }
  .right_annotation01 {
    width: 86%;
    top: -6vw;
    font-size: 3.2vw;
  }
  .right_annotation02 {
    width: 86%;
    top: -6vw;
    font-size: 3.2vw;
  }
	#payments_five,#payments_six,#payments_seven{
		top: -4vw;
	}
  .payments_create .inner:before {
    top: -12.5vw;
  }
  .js-modal-close img {
    position: absolute;
    width: 10%;
    top: 0%;
    right: 10%;
  }
}
/*横幅1081px以上からのcss*/
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .procedureflow .background {
    background: #e4e1df;
    border-radius: 5px;
    padding: 4rem 0 2rem;
  }
  .choice .inner {
    position: relative;
  }
  .choice h1 {
    text-align: center;
    font-size: 3.2rem;
    margin-top: 12.8vw;
    margin-bottom: 4rem;
    font-weight: bold;
  }
  .choice img {
    position: absolute;
    left: 0%;
    width: 195px;
  }
  .procedureflow {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 12rem;
  }
  .procedureflow h2 {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  .procedureflow .caution {
    font-size: 1.6rem;
    color: #20b485;
    line-height: 2;
  }
  .flowleft, .flowright {
    width: 48%;
    height: 360px;
    position: relative;
    border: 2px #ffbc2e solid;
    background: #fff;
    font-size: 1.2rem;
  }
  .flowleft .content img {
    width: 95%;
    margin: 0 auto;
  }
  .flowright .content img {
    width: 71%;
    margin: 0 auto;
  }
  .flowleft .content02 img {
    width: 95%;
    margin: 0 auto;
  }
  .flowright .content02 img {
    width: 71%;
    margin: 0 auto;
  }
  .flowleft h3, .flowright h3 {
    font-weight: bold;
    font-size: 2rem;
    background: #ffbc2e;
    padding: 5px 0;
  }
  .flowleft p {
    margin: 1rem 0 0;
    padding-bottom: 3rem;
    line-height: 1.8;
    width: 100%;
  }
  .flowright p {
    margin: 1rem 0 0;
    padding-bottom: 3rem;
  }
  .flowleft .content {
    margin-top: 1rem;
  }
  .flowleft .content02 {
    margin-top: 1rem;
  }
  .flow {
    margin: 4rem 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .procedureflow .step {
    width: 50px;
    position: absolute;
    left: 5%;
    top: -2%;
  }
  .content {
    position: relative;
  }
  .content02 {
    position: relative;
  }
  .content .js-modal-open:after {
    content: '';
    position: absolute;
    top: 3%;
    right: 1.3rem;
    width: 3.3rem;
    height: 34px;
    background-image: url(../img/glass.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .content02 .js-modal-open:after {
    content: '';
    position: absolute;
    top: 3%;
    right: 1.3rem;
    width: 3.3rem;
    height: 34px;
    background-image: url(../img/glass.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .flowright .content .js-modal-open:after {
    top: 6%;
    right: 10%;
  }
  .flowright .content02 .js-modal-open:after {
    top: 6%;
    right: 10%;
  }
  .flow .btn {
    background: #20b485;
    font-size: 1.8rem;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 4% 33%;
  }
  .link {
    color: #20b485;
    text-decoration: underline;
    font-weight: bold;
  }
  .payments_create .background {
    background: #ffe6b9;
    border-radius: 5px;
    padding: 6rem 0 1rem;
  }
  .payments_create .inner {
    position: relative;
  }
  .payments_create .inner:before {
    content: '';
    /* background: url(../img/step1.svg); */
    background-repeat: no-repeat;
    width: 137px;
    height: 147px;
    position: absolute;
    left: 0;
    top: -4.5%;
  }
  .payments_create h2:before, .payments_create h2:after {
    content: '';
    border-left: 2px solid #1a1a1a;
  }
  .payments_create h2:after {
    margin-left: 3.5rem;
  }
  .payments_create h2:before {
    margin-right: 3.5rem;
  }
  .payments_create h2 {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
  }
  .inside_title {
    background: #20b485;
    padding: 1rem 0;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
  .inside_title:before {
    content: '';
    display: inline-block;
    width: 5%;
    height: 34px;
    background-image: url(../img/icon04.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .payments_create .payments_three {
    display: flex;
    justify-content: space-between;
    align-items:baseline;
    margin-bottom: 6rem;
  }
  .payments_create .payments_two li {
    display: inline-block;
    vertical-align: top;
    line-height: 1.3;
  }
  .payments_create .payments_two {
    max-width: 750px;
    width: 100%;
    margin: 0 auto 12rem;
  }
  .payments_create li {
    width: 280px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    vertical-align: middle;
    list-style: none;
  }
	#modal13 li{
		vertical-align: top;
	}
  .payments_create .annotation {
    font-size: 1.3rem;
    font-weight: normal;
  }
	.payments_create .payments_create .annotation {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-top: 0.5rem;
    display: block;
    font-weight: normal;
  }
  .payments_create li:nth-child(3) {
    margin-right: 0rem;
    margin-top: 1rem;
  }
  .payments_create li:nth-child(3) .content {
    margin-top: 3rem;
  }
  .payments_create li:nth-child(3) .content02 {
    margin-top: 3rem;
  }
  .payments_create .payments_two_width {
    margin-right: 0;
    width: 390px;
  }
  .payments_create .preparation .payments_two {
    margin: 0 auto 0rem;
  }
  .payments_create .preparation li .content {
    padding: 0;
    margin-top: 2rem;
  }
  .payments_create .preparation li .content02 {
    padding: 0;
    margin-top: 2rem;
  }
  .payments_create .preparation li:nth-child(1) {
    line-height: 2;
  }
  .payments_create .preparation li:nth-child(1) .content {
    padding: 0;
    margin-top: 2rem;
  }
  .payments_create .preparation li:nth-child(1) .content02 {
    padding: 0;
    margin-top: 2rem;
  }
  .payments_create h4 {
    font-size: 2rem;
    line-height: 2;
    font-weight: bold;
    text-align: center;
  }
  .payments_create .preparation {
    background: #ffd27e;
    padding: 4rem 0;
    margin-bottom: 14rem;
  }
  .payments_create .preparation .payments_two {
    width: 640px;
  }
	
  .payments_create .preparation .payments_two li:last-child {
    margin-right: 0;
  }
	.menu .menu__item:nth-of-type(2) .submenu__item:nth-of-type(1) .annotation_left{
	 margin-bottom: 5rem;
	}
  .payments_create .menu__item {
    max-width: 1000px;
    width: 100%;
    margin-bottom: 6rem;
  }
  .payments_create .menu__item:last-child {
    margin-bottom: 0;
  }
  .annotation {
    position: relative;
  }
  .right_annotation {
    position: absolute;
    background: #ffbc2e;
    color: #1a1a1a;
    border-radius: 5px 5px 0 0;
    right: 2%;
    top: -2.1rem;
    padding: 0 1rem;
    font-size: 1.4rem!important;
    font-weight: bold;
  }
  .right_annotation01 {
    position: absolute;
    background: #ffbc2e;
    color: #1a1a1a;
    border-radius: 5px 5px 0 0;
    right: 2%;
    top: -2.1rem;
    padding: 0 1rem;
    font-size: 1.4rem!important;
    font-weight: bold;
  }
  .right_annotation02 {
    position: absolute;
    background: #ffffff;
    color: #1a1a1a;
    border-radius: 5px 5px 0 0;
    right: 2%;
    top: -2.5rem;
    padding: 0 1rem 1rem;
    font-size: 1.4rem!important;
    font-weight: bold;
  }
  .payments_create .menu li:nth-child(3) {
    margin-top: 0;
  }
  .menu .submenu__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1000px;
    width: 100%;
    font-size: 1.6rem;
    font-weight: normal;
    color: #1a1a1a;
    line-height: 1.8;
  }
  .menu .submenu__item .content {
    padding: 0;
  }
  .menu .submenu__item .content02 {
    padding: 0;
  }
  .submenu {
    padding: 3rem 0;
  }
  .annotation_left {
    width: 40%;
  }
  .annotation_left img {
    line-height: 2;
  }
  .annotation_right {
    width: 55%;
    text-align: left;
  }
  .menu .annotation_right p {
    text-align: left;
  }
.annotation_right img{
	margin-bottom: 5%;
	}
  .create .other_company .menu .annotation_right .link {
    color: #1a1a1a;
  }
  .menu .content .js-modal-open:after {
    top: -5%;
    right: 0;
  }
  .menu .content02 .js-modal-open:after {
    top: -5%;
    right: 0;
  }
  .menu .annotation_right h4 {
    font-size: 1.6rem;
    text-align: left;
  }
  .menu .annotation_right .mark:before {
    display: inline-block;
    content: '';
    width: 2rem;
    height: 2rem;
    background-color: #20b485;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.5rem;
  }
  .annotation_right li {
    width: 90%;
    margin-right: 0;
    padding-left: 10%;
    font-weight: normal;
    text-align: left;
    text-indent: -1em;
    font-size: 1.6rem;
  }
  .financial_menu p {
    color: #1a1a1a;
    text-align: left;
    margin-bottom: 3rem;
  }
  .financial_menu .menu__item {
    line-height: 40px;
  }
  .financial_menu .menu__item__link:after {
    width: 20px;
    height: 20px;
  }
  .financial_menu .menu__item__link {
    margin-bottom: 1rem;
    background: #81746d;
  }
  .property .annotation_right li {
    padding-left: 0;
    text-indent: 0em;
  }
  .property .annotation_left img {
    margin-bottom: 2rem;
  }
  .other_company .background {
    background: #ffd27e;
    padding: 6rem 0;
    margin-bottom: 6rem;
  }
  .other_company .principle {
    font-size: 1.8rem;
    margin-bottom: 6rem;
    font-weight: bold;
    text-align: center;
  }
  .other_company .right_annotation {
    background: #fff;
  }
  .annotation_left {
    width: 35%;
  }
  .required_documents {
    text-align: center;
    font-size: 1.6rem;

  }
  .preparation .required_documents {
    text-align: center;
    font-size: 1.6rem;
    padding:8rem;
  }
  .required_documents .menu__item {
    margin-bottom: 6rem;
  }
  .required_documents .menu__item:last-child {
    margin-bottom: 0;
  }
  .required_documents h3 {
    font-size: 2.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
  }
  .required_documents h3:before, .required_documents h3:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
  }
  .required_documents h3:before {
    margin-right: 1rem;
  }
  .required_documents h3:after {
    margin-left: 1rem;
  }
  .required_documents .menu {
    margin-top: 6rem;
  }
  .payments_create .menu {
    margin-top: 6rem;
  }

  .create .payments_create .background {
    background: #d9f0e5;
    border-radius: 5px;
    padding: 6rem 0;
  }
  /* .create .payments_create .inner:before {
    background: url(../img/step2.svg);
  } */
  .create .inside_title {
    background: #ffbc2e;
    color: #1a1a1a;
  }
  .create .right_annotation {
    background: none;
    width: 80px;
    height: 80px;
    z-index: 2;
    right: 7%;
    top: -2rem;
  }
  .payments_create .right_annotation01 {
    background: none;
    width: 80px;
    height: 80px;
    z-index: 2;
    right: 7%;
    top: -2rem;
  }
  .create .menu__item__link {
    background: #ffbc2e;
    color: #1a1a1a;
  }
  .financial_menu .submenu {
    margin-top: -1rem;
  }
  .financial_menu .submenu .annotation_left {
    width: 25%;
    margin: 2% auto;
  }
  .financial_menu .submenu .annotation_right {
    width: 55%;
    font-size: 1.4rem;
  }
  .financial_menu .submenu .annotation_left .content {
    margin-top: 0;
  }
  .financial_menu .submenu .annotation_left .content02 {
    margin-top: 0;
  }
  .financial_menu .submenu .long {
    width: 35%;
  }
  .last_item {
    display: block !important;
    text-align: left !important;
  }
  .bold {
    font-weight: bold;
  }
  .payments_create p {
    text-align: center;
    font-size: 1.6rem;
  }
  .create .payments_create .payments_two {
    width: 640px;
    margin: 0 auto 3rem;
  }
	.create .payments_create .payments_two li:first-child .content{
		padding-top: 45px;
		
	}
  .create .payments_create .payments_two li:first-child .content02{
		padding-top: 45px;
		
	}
  .create .payments_create .payments_two li:last-child {
    margin-right: 0;
  }
	.create .payments_create .payments_flex p{
		margin-bottom: 3rem;
	}
  .create .payments_three {
    align-items: baseline;
  }
	.create .payments_three li:nth-child(2) .annotation,.create .payments_three li:nth-child(3) .annotation{
      margin-top: 1.2rem;
      display: block;
      line-height: 1.8;
	}
  .create .payments_three img, .create .payments_two img {
    width: 230px;
    height: 285px;
    margin: 0 auto;
  }
  .create .payments_three .modal__content img, .create .payments_two .modal__content img {
    width: 100%;
    height: 100%;
  }
  .create .payments_three .modal__content .js-modal-close img, .create .payments_two .modal__content .js-modal-close img {
    width: 5%;
    height: 5%;
  }

  .create .payments_create li:nth-child(3) .content {
    margin-top: 0;
  }
  .create .payments_create li:nth-child(3) .content02 {
    margin-top: 0;
  }
  .create .payments_create h2 {
    margin-bottom: 3rem;
  }
  .payments_create h2 {
    margin-bottom: 3rem;
  }
  .paid .menu__item__link {
    text-align: center;
    background: #81746d;
  }
  .paid .menu__item__link:before {
    content: '';
    display: inline-block;
    width: 5%;
    height: 30px;
    background-image: url(../img/icon06.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 1.5rem;
  }
  .paid .paid_request .submenu__item {
    display: block !important;
    text-align: left !important;
  }
  .paid .paid_request .submenu__item ul {
    margin-bottom: 2rem;
  }
  .paid .paid_request .submenu__item li {
    text-indent: -1em;
    padding-left: 2em;
    list-style: none;
  }
  .paid .paid_request .submenu__item p {
    margin-bottom: 2rem;
  }
    .paid .paid_request .submenu__item .txt_size {
	  color: #20b485;
	  font-weight: bold;
	  font-size: 2rem;
	}
  .paid .paid_request .submenu__item h4 {
    color: #1a1a1a;
    font-weight: bold;
  }
  .paid .paid_request .submenu {
    background: #fff;
  }
  .paid_caution {
    text-indent: -1em;
    padding-left: 2em;
  }
  .apart_from {
    text-indent: -1em;
    padding-left: 3em !important;
  }
  .paid .inside_title:before {
    background-image: url(../img/icon07.png);
    height: 30px;
  }
  .paid .inside_title {
    line-height: 50px;
    padding: 0;
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .paid .destination_mail, .paid .destination_bymail {
    border: 3px solid #ffbc2e;
    border-radius: 20px;
  }
  .paid .destination_mail {
    margin-bottom: 5rem;
  }
  .paid .destination {
    font-size: 1.4rem;
  }
  .paid .destination h4 {
    margin-bottom: 3rem;
    text-align: center;
  }
  .paid .destination_mail li {
    display: inline-block;
    vertical-align: middle;
  }
  .paid .destination_mail ul {
    margin: 2% auto;
    width: 60%;
  }
  .paid .destination_mail li:nth-child(1) {
    font-size: 1.4rem;
    margin-right: 10%;
  }
  .paid .destination_mail li:nth-child(2) {
    font-size: 3rem;
    color: #20b485;
  }
  .paid .destination_mail p, .paid .destination_bymail p {
    background: #ffbc2e;
    text-align: center;
    line-height: 4rem;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
  }
  .destination_bymail li {
    list-style: none;
  }
  .destination_bymail ul {
    width: 95%;
    margin: 0 auto;
  }
  .destination_bymail li:nth-child(1) {
    color: #20b485;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 2rem 0;
  }
  .destination_bymail li:nth-child(3) {
    font-size: 1.2rem;
    margin: 2rem 0;
  }
  .menu .marker {
    background: linear-gradient(transparent 70%, #ffdc9b 60%);
    font-size: 2rem;
    font-weight: bold;
  }
  .modal__content {
    width: 30%;
    top: 40rem;
  }
   #modal13 .modal__content {
    width: 50%;
  }
  .modal__content_sub{
    width: 400px !important;
  }
  .modal__content_sub_flex{
    width: 800px !important;
  }
  .modal__content_sub_flex2{
    width: 700px !important;
  }

  .modal__content__flex{
    display: flex;
    margin-top: 20px;
  }
  .menu .menu__item:nth-of-type(4) .modal__content__flex{
     flex-wrap: wrap;
	}
  .modal__content__flex p{
    width: 50%;
	}
	
	#modal14 .modal__content li:last-child{
		margin-left: 0;
	}
	#modal14 .modal__content__flex{
        justify-content: center;
	}
	#modal14 .modal__content__flex p{
   width: 40%;
  }
	#modal16 .multiple {
    width: 80% !important;
  }
  .multiple {
    width: 60% !important;
  }
  .multiple .js-modal-close img {
    top: -3rem;
  }
  #modal13 li {
    width: 35%;
  }
  .modal__content li {
    width: 33%;
  }
  #modal13 li img {
    margin-bottom: 1rem;
  }
  .js-modal-close img {
    width: 50px;
    right: 40px;
    top: -25px;
  }
	
	#modal13 .js-modal-close img{
	    right: 170px;
	}
	#modal14 .js-modal-close img{
        top: -10px;
		 right: 150px;
	}
}
@media screen and (min-width: 1024px) {
  .flowright .content img {
    width: 260px;
  }
  .flowleft .content img {
    width: 400px;
  }
  .flowright .content02 img {
    width: 260px;
  }
  .flowleft .content02 img {
    width: 400px;
  }
  .modal__content_sub_flex{
    width: 1000px !important;
  }
    .payments_create li{
		margin-right: 7.7rem;
	}
	#modal13 li,#modal16 li{
		margin-right: 0;
	}
}
/*横幅768pxまでのcss*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: none;
  }
}
a {
  text-decoration: none;
}
::selection {
  background: #FF0082;
}
::-moz-selection {
  background: #FF0082;
}
a {
  cursor: pointer;
}

/*=========20211110追加=========*/
@media screen and (min-width: 769px) {
.pc_bymail_font{
  font-size: 2rem;
}
.last_item_211110{
  font-size: 1.4rem !important;
}
}
@media screen and (max-width: 768px) {
.modal__content__sp{
  width: 40% !important;
}
}
@media screen and (max-width: 750px) {
.modal__content__sp{
  width: 50% !important;
}
}

@media screen and (max-width: 768px) {
#paid{
margin-top:50px;
}
}

.footer a{
  color: #fff;
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
}