@charset "utf-8";


 /* 寄付金控除について*/
@media screen and (min-width: 768px) {
  .profile-koujo-person{
    color: #d73556;
  }
  .profile-koujo-wrap .pre-line,
  .profile-koujo-wrap .incometax .select h5 + p{
    font-size: 1.8rem;
    line-height: 1.9;
  }
}

.profile-koujo-corporation{
  color: #654396
}

.profile-koujo-wrap .pre-line{
  font-size: 1.8rem;
  line-height: 1.9;
  white-space: pre-line;
}
.profile-koujo-wrap mark{
  color: #e50012;
  background: none;
  display: block;
}
.profile-koujo-wrap b{ font-weight: bold; }

.profile-koujo-wrap .link,
.profile-koujo-wrap .link-list a{
  cursor: pointer;
  color: #008b55 !important;
  font-size: 1.6rem;
}

.profile-koujo-wrap .link-list a.other_link {
  padding: 0 0 0 25px;
  background: url(../../common/images/parts_otherlink_icon.png) no-repeat left center;
  background-size: 15px;
}

.profile-koujo-wrap .link:hover,
.profile-koujo-wrap .link-list a:hover{
  text-decoration: underline;
}
.profile-koujo-wrap .link{
  margin: 10px 0 30px;
  display: block;
  text-align: center;
}
.profile-koujo-wrap img{
  width: auto;
  text-align: center;
}
.profile-koujo-wrap .link-list{
  max-width: 700px;
  width: 100%;
  margin: 20px auto 15px;
}
.profile-koujo-wrap .link-list li{
  margin: 0 0 10px;
}
.profile-koujo-wrap .link-list,
.profile-koujo-wrap .link-list li{
  text-indent: -32px;
  padding-left: 14px;
  line-height: 1;
}
.profile-koujo-wrap .link::before,
.profile-koujo-wrap .link-list li::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background-image: url(../../profile/images/profile-link-ico01.png);
  background-size: contain;
  vertical-align: middle;
}

.profile-koujo-wrap .link::before{
  background: url(../../profile/images/parts_ico_pdf.svg) no-repeat;
}

.profile-koujo-wrap{
  padding: 60px 0;
}

.profile-koujo-wrap strong{
  margin-bottom: 2px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  display: block;
}
.profile-koujo-wrap strong + mark{
  text-align: center;
}
.profile-koujo-wrap .taxreturn{
  padding: 30px 45px;
  border: 1px solid #008b55;
  border-radius: 20px;
}
.profile-koujo-wrap section{
  margin: 80px auto 0!important;
}
.profile-koujo-wrap section h3{
  font-size: 3rem;
  text-align: center;
}
.profile-koujo-wrap section h3::after{
  content: "";
  width: 10px;
  height: 10px;
  margin: 10px auto;
  background: #d73556;
  border-radius: 50%;
  display: block;
}
.profile-koujo-wrap .corporation h3::after{
  background: #654396;
}
.profile-koujo-wrap h3 + .txt{
  margin: 20px 0 40px;
  padding: 20px 30px;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
  text-align: center;
  font-size: 1.8rem;
}
.profile-koujo-wrap .tit-style01{
  margin: 50px 0 20px;
  padding: 10px 50px;
  background: #eeebe9;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2rem;
}
.profile-koujo-wrap .tit-style01 span:first-child{
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #d73556;
  color: #d73556;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}
.profile-koujo-wrap .incometax em{
  width: 100%;
  max-width: 595px;
  margin: 30px auto 15px;
  display: block;
  text-align: center;
  position: relative;
  padding: 15px 20px;
  font-size: 1.85rem;
  border: 1px solid #9d9d9e;
}
.profile-koujo-wrap .incometax em:before{
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-right: solid 20px #9d9d9e;
  border-bottom: solid 15px transparent;
}
.profile-koujo-wrap .incometax em:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-left: solid 20px #9d9d9e;
  border-bottom: solid 15px transparent;
}
.profile-koujo-wrap .incometax .select{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.profile-koujo-wrap .incometax .select > div{
  width: 47%;
  background: #f5efcb;
  padding: 30px 20px 20px;
}
.profile-koujo-wrap .incometax .select .deduction02{
  background: #f9e6e0;
}
.profile-koujo-wrap .incometax .select h5{
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}
.profile-koujo-wrap .incometax .select h5 span{
  display: block;
  font-size: 1.6rem;
}
.profile-koujo-wrap .incometax .select h5 + p{
  margin: 30px 0 20px;
  font-size: 1.8rem;
  line-height: 1.9;
  white-space: pre-line;
}
.profile-koujo-wrap .incometax .or{
  width: 80px;
  height: 80px;
  padding: 23px 0;
  vertical-align: middle;
  display: table-caption;
  border-radius: 50%;
  background: #d73556;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.profile-koujo-wrap .calculation{
  margin: 30px 0 0;
  padding: 20px 35px;
  border: 2px dotted #d73556;
  border-radius: 20px;
}
.profile-koujo-wrap .calculation h6{
  margin-bottom: 10px;
  color: #d73556;
  font-size: 1.8rem;
  font-weight: bold;
}
.profile-koujo-wrap .calculation p{
  font-size: 1.8rem;
  line-height: 1.9;
}
.profile-koujo-wrap .corporation .calculation{
  border: 2px dotted #654396;
}
.profile-koujo-wrap .corporation .calculation h6{
  color: #654396;
}
.profile-koujo-wrap .calculation h6 span{
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
  padding-left: 8px;
}
.profile-koujo-wrap .calculation ol li{
  /*text-indent: -30px;
  padding-left: 20px;*/
  margin-bottom: 10px;
}
.profile-koujo-wrap .calculation ol ＋ p{
  font-weight: bold;
}
.profile-koujo-wrap .calculation b{
  border-bottom: 1px solid #d73556;
  display: inline-block;
  font-weight: normal;
  line-height: 1.3;
  text-indent: 0;/*打ち消し*/
}
.profile-koujo-wrap .residenttax b{
  display: block;
}
.profile-koujo-wrap .residenttax dl dt,
.profile-koujo-wrap .corporation .limit dt{
  margin: 35px 0 0;
  font-weight: bold;
  font-size: 1.8rem;
}
.profile-koujo-wrap .residenttax dl dt::before,
.profile-koujo-wrap .corporation .limit dt::before{
  content: "◼︎";
  color: #d73556;
  display: inline-block;
  padding-right: 5px;
  font-size: 2rem;
}
.profile-koujo-wrap .residenttax dl dd,
.profile-koujo-wrap .corporation .limit dd{
  padding-left: 3em;
}
.profile-koujo-wrap .corporation .limit dt::before{
  color: #654396;
}
.profile-koujo-wrap .attention-wrap{
  margin: 20px 0;
  padding: 20px;
  display: block;
  font-size: 1.8rem;
  line-height: 1.9;
  border: solid 1px;
}
.profile-koujo-wrap .residenttax .attention{
  margin-top: 2em;
  text-indent: -14px;
  padding-left: 14px;
}
.profile-koujo-wrap .residenttax .attention li{
  margin-bottom: 10px;
}

.profile-koujo-wrap  section.attention {
  border-top: 5px solid #89b48f;
  padding-top: 40px;
}
.profile-koujo-wrap .attention h4,
.profile-koujo-wrap .attention .txt{
  text-align: center;
}
.profile-koujo-wrap .attention h4{
  font-size: 2.3rem;
  color: #008b55;
  font-weight: bold;
  margin-bottom: 25px;
}
.profile-koujo-wrap .attention .txt{
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.6;
}
.profile-koujo-wrap .attention p.center{
  text-align: center;
}
.profile-koujo-wrap .attention p span{
  display: block;
  margin-top: 20px;
}
.profile-koujo-wrap .attention p a:hover{
  color: #008b55;
  border-bottom: 1px solid #008b55;
}

.profile-koujo-wrap .calculation dd{
  padding: 0 0 10px 3em;
}

@media screen and (max-width: 768px) {
  .profile-koujo-wrap strong{
    font-size: 1.8rem;
  }
  .profile-koujo-wrap .link {
    margin: 10px 0 20px;
  }
  .profile-koujo-wrap .taxreturn {
    padding: 13px 20px;
  }
  .profile-koujo-wrap section {
    margin: 35px auto 0!important;
  }
  .profile-koujo-wrap section h3 {
    font-size: 2.4rem;
  }
  .profile-koujo-wrap h3 + .txt {
    margin: 20px 0 30px;
    padding: 10px 5px;
  }
  .profile-koujo-wrap .tit-style01 {
    display: block;
    padding: 5px 30px 8px;
  }
  .profile-koujo-wrap .tit-style01 span:first-child {
    width: 88px;
    margin: 8px auto;
    padding-right: 0;
    padding-bottom: 6px;
    border-right: 0;
    border-bottom: 1px solid #d73556;
    color: #d73556;
    font-size: 2.2rem;
    display: block;
    text-align: center;
  }
  .profile-koujo-wrap .tit-style01 {
    font-size: 1.6rem;
    text-align: center;
  }
  .profile-koujo-wrap .incometax em {
    font-size: 1.6rem;
    margin: 25px auto 15px;
    padding: 10px;
  }
  .profile-koujo-wrap .incometax .select {
    display: block;
  }
  .profile-koujo-wrap .incometax .select > div {
    width: 100%;
  }
  .profile-koujo-wrap .incometax .or {
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    position: relative;
    top: -10px;
    left: 0;
    transform: translateX(0);
  }
  .profile-koujo-wrap .incometax .select .deduction02 {
    margin-top: -20px;
  }
  .profile-koujo-wrap .incometax .select h5 + p {
    margin: 15px 0 5px;
  }
  .profile-koujo-wrap .incometax .select h5 {
    font-size: 2.3rem;
  }
  .profile-koujo-wrap .incometax .select h5 span{
    font-size: 1.4rem;
  }
  .profile-koujo-wrap .calculation {
    margin: 20px 0 0;
    padding: 10px 15px;
  }
  .profile-koujo-wrap .calculation h6 {
    margin: 10px 0;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
  }
  .profile-koujo-wrap .calculation h6 span{
    font-size: 1.3rem;
    padding-left: 0;
    margin-top: 6px;
  }
  .profile-koujo-wrap .residenttax dl dt,
  .profile-koujo-wrap .corporation .limit dt {
    margin: 18px 0 0;
    font-size: 1.6rem;
  }
  .profile-koujo-wrap mark {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 5px;
  }
  .profile-koujo-wrap .attention h4 {
    font-size: 2rem;
    padding-top: 15px;
    margin-bottom: 15px;
  }
   .profile-koujo-wrap .attention p{
    font-size: 1.5rem;
   }
  .profile-koujo-wrap .attention .txt {
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 1.5rem;
  }
  .profile-koujo-wrap .attention p span{
    margin-top: 10px;
  }
}