.tex_c {
    text-align: center;
}
.mt16 {
    margin-top: 16px !important;
}
.mt32 {
    margin-top: 32px !important;
}
.mt48 {
    margin-top: 48px !important;
}
.mt64 {
    margin-top: 64px !important;
}
.mb16 {
    margin-bottom: 16px;
}
.mb32 {
    margin-bottom: 32px;
}
.mb64 {
    margin-bottom: 64px;
}


.inq__btn2 {
    transition: opacity 0.2s;
    
    padding: 10px 32px;
    border-radius: 16px;
    color: #fff !important;
    text-align: center;
    -webkit-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: .28px;
    background: #F4CD65;
    background: linear-gradient(90deg, rgba(244, 205, 101, 1) 0%, rgba(255, 102, 51, 1) 24%, rgba(255, 102, 51, 1) 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-right: -24px !important;
}
.inq__btn2:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}

.inq__btn3 {
    transition: opacity 0.2s;
    
    padding: 10px 32px;
    border-radius: 16px;
    color: #fff !important;
    text-align: center;
    -webkit-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: .28px;
    background: #F4CD65;
    background: linear-gradient(90deg, rgba(244, 205, 101, 1) 0%, rgba(255, 102, 51, 1) 24%, rgba(255, 102, 51, 1) 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-right: -24px !important;
    display: block;
    width: 100%;
}
.inq__btn3:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}

#fixedBox {
  position: fixed;
  bottom: 32px;
  right: 80px;
  width: 300px;
  padding: 20px;
  background: #FFFAE7;
  border: 1px solid #fffcf3;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 99;
}

.hide_fuki {
  font-weight: bold;
  font-size: 18px;
  background: url("../images/hide_fuki.png") no-repeat left top;
  background-size: 100%;
  padding: 16px 24px 32px 24px;
  margin-bottom: 4px;
}

#fixedBox p {
  color: #52525B;
  text-align: center;
}

#closeBtn {
  position: absolute;
  top: 5px;
  right: 8px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}


.contact__sub2 {
    color: var(--Colors-_gray-600, #52525B);
    -webkit-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 8px;
}

.file_mark {
    background: url("../images/file_mark.png") no-repeat left center;
    background-size: 45px;
    padding: 32px 0 32px 64px;
}
.file_mark input[type="text"] {
  background: none !important;
  border: none !important;
  width: 100%;
  box-sizing: border-box;
  
}

.btn_og {
    margin-top: 16px;
    border-radius: 16px;
    background: #F4CD65;
    background: linear-gradient(90deg, rgba(244, 205, 101, 1) 0%, rgba(255, 102, 51, 1) 24%, rgba(255, 102, 51, 1) 100%);
    display: inline-block;
    padding: 12px 16px 12px 24px;
    color: #fff;
    font-weight: bold;
    transition: opacity 0.2s;
}
.btn_og span {
    background: url("../images/arrow_mini.png") no-repeat right center;
    background-size: 6px;
    display: inline-block;
    padding-right: 32px;
    font-size: 14px;
    color: #fff !important;
    
}
.btn_og:hover {
   opacity: 0.8;
   transition: opacity 0.2s;
}

.content2 {
    background: none !important;
}

.servicelist .itemList2 a {
    border-radius: 16px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .08);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .08);
    overflow: hidden;
    max-width: 352px !important;
    background: #fff;
    
}

.btn_dl {
    text-align: center;
    color: #008F75;
    border: 2px solid #008F75;
    padding: 16px;
    border-radius: 100px;
    display: block;
    margin: 16px 0 0;
    font-size: 15px;
    font-weight: bold;
}
.dlttl {
    background: url("../images/dlttl.png") no-repeat left 24px center #fff;
    background-size: 12px;
    border-radius: 100px;
    padding: 16px 40px 16px 48px;
    margin: 0 0 32px;
    font-size: 24px;
}

.w1120 {
    max-width: 1120px;
    margin: 0 auto;
}

.btn_og_big {
    margin-top: 16px;
    border-radius: 8px;
    background: #F4CD65;
    background: linear-gradient(90deg, rgba(244, 205, 101, 1) 0%, rgba(255, 102, 51, 1) 24%, rgba(255, 102, 51, 1) 100%);
    display: block;
    padding: 32px 24px 32px 24px;
    color: #fff;
    font-weight: bold;
    transition: opacity 0.2s;
}
.btn_og_big span {
    background: url("../images/arrow_mini.png") no-repeat right center;
    background-size: 8px;
    display: block;
    padding-right: 40px;
    font-size: 20px;
    text-align: center;
    color: #fff !important;
    
}
.btn_og_big:hover {
   opacity: 0.8;
   transition: opacity 0.2s;
}


.flex_bet {
    display: flex !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    
}

.fixed__btn {
    top: auto;
    bottom: 10px;
    z-index: 99;
}

@media (max-width: 1089px) {
.flex_bet {
    display: flex !important;
    justify-content: flex-start !important;
}
}

@media (max-width: 1089px) {
.servicelist .itemList3 a {
    border-radius: 16px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .08);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .08);
    overflow: hidden;
    max-width: 352px !important;
    width: 100%;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}
.servicelist .itemList3 {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    overflow-x: unset !important;
}
}
@media (max-width: 750px) {
#fixedBox {
  position: fixed;
  bottom: 80px;
  right: 16px;
  width: 300px;
  padding: 20px;
  background: #FFFAE7;
  border: 1px solid #fffcf3;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 9999;
}



.servicelist .itemList2 a .infoArea .title {
    color: var(--Colors-_gray-600, #52525B);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
    min-height: 88px;
}



}

@media (max-width: 599px) {
  .btn_og span {
      background: url("../images/arrow_mini.png") no-repeat right center;
      background-size: 6px;
      display: inline-block;
      padding-right: 16px;
      font-size: 13px;
      
  }
  
  
  
  .file_mark {
      background: url(../images/file_mark.png) no-repeat left top;
      background-size: 32px;
      padding: 48px 0 8px 0;
      width: 100%;
      display: block;
      text-align: center;
  }
  .file_mark input[type="text"] {
    background: none !important;
    border: none !important;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    
  }
  
  
}
