@charset "UTF-8";
/*--------------------- Mixins -----------------------*/
@media screen and (min-width: 769px) {
  #in202504 {
    width: 1200px;
    margin: 0 auto;
  }
}

.p-outline {
  padding-top: 15px;
}
.p-outline__title {
  letter-spacing: 0.2em;
  font-size: 1.8em;
  font-size: 1.44rem;
  font-weight: bold;
  position: relative;
  padding: 1.8em 10px 1em;
}
.p-outline__title::after {
  position: absolute;
  top: 1em;
  display: block;
  width: 3em;
  height: 3px;
  content: "";
  background-color: #DDDDDD;
}
.p-outline__text {
  margin: 0 10px 3em;
  font-size: 1.1em;
  font-size: 0.97rem;
}
.p-outline__smalltext {
  font-size: 0.8em;
}
.p-outline__btn {
  font-size: 1.2em;
  width: 400px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  background-color: #E89D10;
  background: linear-gradient(to bottom, rgb(232, 157, 16) 1%, rgb(237, 123, 16) 100%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-outline__btn {
    width: auto;
    margin: 0 4%;
  }
}
.p-outline__btn::after {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  content: "";
  transform: rotate(45deg);
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
}
.p-outline__btn:hover {
  opacity: 0.7;
}
.p-outline__link {
  color: #ffffff;
  padding: 1em;
  display: block;
}

.p-guide {
  margin: 4em 10px 1.5em;
}
.p-guide__title {
  margin: 0 0 1.5em;
  font-size: 1.3rem;
  padding: 0.3em 0.5em;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .p-guide__title {
    font-size: 1.05rem;
  }
}
.p-guide__minititle {
  font-size: 1.15rem;
  padding: 1em 0 0.5em;
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
}
.p-guide__text {
  line-height: 1.6;
  font-size: 0.97rem;
}
@media screen and (max-width: 768px) {
  .p-guide__text {
    font-size: 0.8rem;
  }
}
.p-guide__note {
  margin-top: 1em;
  font-size: 1em;
}

.p-item {
  margin: 2em 0;
  padding: 20px 28px 35px;
}
@media screen and (max-width: 768px) {
  .p-item {
    padding: 1em;
  }
}
.p-item__title {
  font-size: 1.3em;
  margin-bottom: 3em;
}
.p-item__area {
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .p-item__area {
    padding: 0;
  }
}
.p-item__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
  text-align: center;
}
.p-item__itemlist {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-item__itemlist {
    width: 50%;
  }
}
.p-item__itemlist li {
  margin: 0 auto;
  margin-bottom: 0.5em;
  width: 85%;
}
.p-item__textarea {
  margin: 0 1em 0;
  padding: 0.3em 0;
}
@media screen and (max-width: 768px) {
  .p-item__textarea {
    margin: 0;
    padding: 0;
  }
}
.p-item__text {
  margin-top: 0.5em;
  font-size: 0.88rem;
  color: #000000;
}
.p-item__minititle {
  border: 1px solid;
  border-style: solid none solid none;
  font-size: 1.2rem;
  text-align: center;
  margin: 2em 0 1em;
  padding: 0.3em 0;
}
@media screen and (max-width: 768px) {
  .p-item__minititle {
    font-size: 1rem;
  }
}
.p-item__note {
  font-size: 0.8rem;
}

.p-item.c-bordercolor__black > .p-item__area > .p-item__title {
  margin: 0;
}

.p-howto {
  margin: 3em 0;
}
.p-howto__title {
  font-size: 1.15rem;
  text-align: center;
  padding: 0.5em 0;
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
}
.p-howto__wrap {
  display: flex;
  margin: 3em 0;
}
@media screen and (max-width: 768px) {
  .p-howto__wrap {
    display: block;
  }
}
.p-howto__itemarea {
  width: 25%;
  font-size: 0.9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-howto__itemarea {
    width: 100%;
    margin-bottom: 2em;
  }
}
.p-howto__itemarea:not(:last-child) {
  margin-right: 16px;
}
.p-howto__itemarea p {
  font-size: 0.9rem;
}
.p-howto__number {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #df1c20;
}
@media screen and (max-width: 768px) {
  .p-howto__number {
    font-size: 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-notes {
  display: flex;
  padding: 0.8em 30px 1em;
  border: 2px solid;
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .p-notes {
    display: block;
    padding: 0.8em 1em 1em;
  }
}
.p-notes__title {
  font-size: 0.8rem;
  line-height: 8em;
  background: url(/library/contents/in/202504/img/taxfree/notes_ttl.png) no-repeat center center;
  background-size: 100% 100%;
  width: 8em;
  height: 8em;
  margin: 0 20px 0 0;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-notes__title {
    height: 5em;
    line-height: 5em;
    margin: 0 auto 0.5em;
  }
}
.p-notes__text {
  font-size: 0.97rem;
  width: calc(100% - 8em);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-notes__text {
    width: 100%;
  }
}

.p-btn {
  padding-top: 40px;
}
.p-btn__text {
  position: relative;
  display: inline-block;
  border: 1px solid #CCC;
  padding: 0.8em 2.5em;
  font-size: 0.8em;
  color: #333;
  width: 15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-btn__text {
    padding: 0.5em 2.5em;
    width: auto;
  }
}
.p-btn__text::after {
  display: block;
  position: absolute;
  left: 0.8em;
  top: 50%;
  margin-top: -0.3em;
  height: 0.4em;
  width: 0.4em;
  content: "";
  transform: rotate(225deg);
  border-right: 1px solid #666;
  border-top: 1px solid #666;
}
.p-btn__text:hover {
  background-color: #EDEDED;
}

.c-green {
  color: #009141;
}

.c-red {
  color: #df1c20;
}

.c-border__4x {
  border: 4px solid;
}

.c-border__2x {
  border: 2px solid;
}

.c-bordercolor__green {
  border-color: #009141;
}

.c-bordercolor__red {
  border-color: #df1c20;
}

.c-bordercolor__black {
  border-color: #000000;
}

.u-dot li:before {
  content: "●";
}

.c-bold {
  font-weight: bold;
}
/*# sourceMappingURL=taxfree202603.css.map */