@charset "utf-8";

.wrapper {
  max-width: 873px;
  padding: 0 20px;
}
.download_content {
  padding: 40px 0 0;
}
.download_content .flex_text .ttl_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.download_content .heading {
  color: #fff;
  font-size: 1.8rem;
  border-radius: 50px;
  text-align: center;
  font-weight: 500;
  background: #0AA7E5;
  padding: 1px 20px;
}
.download_content.scan .heading {
  background: #AE7CC8;
}
main .scan {
  background: #fff;
  margin-top: 0;
}
.download_content h4 {
  font-size: 2.1rem;
  color: #0AA7E5;
}
.download_content.scan h4 {
  color: #AE7CC8;
}
.download_content .list_flex {
  gap: 25px;
}
.download_content .list_icon {
  margin: 0;
}
.download_content .list_icon img {
  width: 185px;
}
.download_content .flex_text .b_text {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 6px auto;
}
.download_content.karou .flex_text .b_text {
  font-size: 2.4rem;
}
.download_content .flex_text .b_text span {
  font-size: 2rem;
}
.small_text {
  font-size: 1.2rem;

}
.download_content .tips  {
  margin-top: 30px;
}
.purple_bg {
  background-color: #F9F3FF;
  margin-top: 30px;
  padding: 40px 0;
}
.blue_bg {
  margin-top: 30px;
  padding: 40px 0;
}

#accordion_box {
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.4s ease;
  position: relative;
}
#accordion_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(227,247,255,0) 0%,rgba(227,247,255,1) 36%, rgba(227,247,255,1) 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 1;
}
#accordion_box.purple_bg::after {
  background: linear-gradient(to bottom, rgba(249,243,255,0) 0%,rgba(249,243,255,1) 36%, rgba(249,243,255,1) 100%);
}
#accordion_box.open {
  max-height: 2000px;
}
#accordion_box.open::after {
  opacity: 0;
}
.accordion-toggle {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  padding: 6px 10px;
  background-color: #fff;
  border: 2px solid #0AA7E5;
  border-radius: 30px;
  color: #0AA7E5;
  font-weight: 500;
  cursor: pointer;
  max-width: 245px;
  width: 17vw;
  text-align: center;
  transition: transform 0.2s ease;
  z-index: 10;
}
.purple_bg .accordion-toggle {
  color: #AE7CC8;
  border: 2px solid #AE7CC8;
}
.accordion-toggle.open {
  position: static;
  margin-top: 30px;
  transform: translateX(0%);
}

.accordion-toggle::before{
  position: absolute;
  content: '';
  top: 48%;
  right: 15px;
  width: 15px;
  height: 3px;
  border-radius: 30px;
  background-color:#0AA7E5;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion-toggle::after{
  position: absolute;
  content: '';
  top: 48%;
  right: 15px;
  width: 15px;
  height: 3px;
  border-radius: 30px;
  background-color:#0AA7E5;
  transition: all .3s ease-in-out;
}
.purple_bg .accordion-toggle::before,
.purple_bg .accordion-toggle::after {
  background: #AE7CC8;
}
.accordion-toggle.open::before {
  transform: rotate(180deg);
}
.accordion-toggle.open::after {
  opacity:0;
}
.accordion-toggle:hover {
  background-color: #0AA7E5;
  color: #fff;
  transform: translateX(-50%) scale(1.05);
}
.purple_bg .accordion-toggle:hover {
  background-color: #AE7CC8;
}
.accordion-toggle.open:hover{
  transform: scale(1.05);
}
.accordion-toggle:hover::after {
  background-color:#fff;
}
.accordion-toggle:hover::before {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .accordion-toggle{
    width: 100%;
  }
}


.text_area {
  max-width: 853px;
  margin: 0 auto;
  font-weight: 500;
}
.download_content .underline {
  background: #0AA7E5;
}
.download_content.scan .underline {
  background: #AE7CC8;
}
.download_content .date {
  display: block;
}
.download_content.kanri .blue_bg .date {
  display: block;
}
.download_content .date_area {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-weight: normal;
}
.download_content .date_area .bg_text {
  background: #0AA7E5;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  border-radius: 4px;
  text-align: center;
  padding: 1px 10px;
}
.download_content.scan .date_area .bg_text {
  background: #AE7CC8;
}
.download_content .date_area .bg_text{
  width: 145px;
}
.download_content .date_area.mt{
  margin-top: 15px;
}
.download_content .date_area .bg_text + p {
  font-size: 1.5rem;
  min-width: 205px;
}
.download_content dl {
  margin-top: 20px;
}
.download_content dl div {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #B7E4F6;
  padding: 8px 0;
}
.download_content.scan dl div {
  border-bottom: 1px solid #EDE4F4;
}
.download_content dl div dt {
  color: #0AA7E5;
  font-weight: bold;
  width: 14%;
}
.download_content.scan dl div dt {
  color: #AE7CC8;
}
.download_content dl div dd {
  width: 86%;
  font-weight: normal;
}
.download_content dl div dd .bold_text {
  font-weight: bold;
  font-size: 1.4rem;
}
.download_content dl div dd span {
  font-size: 1.2rem;
}
.download_content dl div dd ul {
  list-style: none;
}
.download_content dl div dd ul li {
  position: relative;
  padding-left: 1em;
}
.download_content dl div dd ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.flow_area {
max-width: 950px;
margin: 70px auto 0;
}
.flow_area .flow_img {
  margin-top: 40px;
}
.flow01 .flow_img {
  max-width: 707px;
  margin: 40px auto 0;
}
.yellow_box {
  text-align: center;
  border: 2px solid #ea8f0e;
  background: #fff2c9;
  display: table;
  margin: 20px auto 0;
  padding: 10px 20px;
}


.download_area {
  max-width: 950px;
  margin: 0 auto;
}
.box {
  background: #fff;
  padding: 40px 20px;
}
.box_wrapper {
  max-width: 853px;
  margin: 0 auto;
}
.box .ttl {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border-top-right-radius: 20px;
  padding: 0 30px 0 20px;
}

.download_area .flow_ttl {
  font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    background: #0AA7E5;
    display: inline-block;
    border-radius: 6px 6px 0 6px;
    padding: 0 30px 0 20px;
    margin-top: 80px;
}
.scan .download_area .flow_ttl {
  background: #AE7CC8;
}
.download_area .ttl_line {
  background: #0AA7E5;
    height: 3px;
    margin-top: -3px;
    margin-left: 10px;
    margin-bottom: 30px;
}
.scan .download_area .ttl_line {
  background: #AE7CC8;
}
.download_area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.anzen .download_area .flow04_area {
  margin-top: 20px;
}
.download_area ul li {
  flex: calc(50% - 9px);
}
.download_area ul li a {
  box-sizing: border-box;
  max-width: 408px;
  display: flex;
  gap: 18px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 26px 15px;
  height: 100%;
  align-items: center;
  transition: transform 0.2s ease;;
}
.download_area ul li a:hover {
  transform: scale(1.03);
  opacity: .7;
}
.download_area ul li .img {
  width: 30%;
  text-align: center;
}
.download_area ul li .img > img {
  max-width: 40px;
}
.download_area ul li .img .download_btn {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-top: 6px;
}
.download_area ul li .img .download_btn img {
  width: 20px;
}
.download_area ul li .text {
  font-size: 1.4rem;
  position: relative;
  width: 70%;
}
.download_area ul li .text::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #ECEBE9;
}
.download_area ul li .ttl_text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.download_area ul li .ttl_text span {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 4px;
  display: block;
}
.download_area .dl_btn {
  background: #FF8000;
  color: #fff;
  display: inline-block;
  padding: 1px 10px 2px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  border: 2px solid #FF8000;
  font-size: 1.2rem;
  margin-top: 4px;
}
.download_area .c_btn {
  margin: 0;
}
.download_area .c_btn a {
  font-size: 1.2rem;
  display: inline-block;
  padding: 1px 10px 2px;
  margin-top: 4px;
}
.download_area .c_btn a::after {
  content: none;
}

.download_area .btn_area {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.download_area .btn_area .c_btn {
  position: relative;
  width: 100%;
}
.download_area .btn_area .c_btn a {
  font-size: 1.6rem;
  display: block;
  padding: 6px 10px;
}
.download_area .btn_area .c_btn a::after {
  content: "";
}
.download_area .btn_area .c_btn.white_bg a {
  background: #fff;
  color: #FF8000;
  border: 2px solid #FF8000;
  transition: transform 0.3s ease;
}
.download_area .btn_area .c_btn.white_bg a::after {
  border-top: solid 2px #FF8000;
  border-right: solid 2px #FF8000;
}
.download_area .btn_area .c_btn.white_bg a:hover {
  background: #FF8000;
  color: #fff;
  transform: scale(1.05);;
}
.download_area .btn_area .c_btn.white_bg a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.download_area .btn_area .c_btn span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: 3px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.back_btn {
  margin: 40px auto 0;
  text-align: center;
  color: #aaaaaa;
  font-weight: 500;
}
.back_btn button {
  border: 2px solid #aaa;
  width: 170px;
  padding: 4px 12px 4px 0px;
  border-radius: 20px;
}
.back_btn button::before {
  content: "";
  background-image: url(../img/icon04.png);
  width: 16px;
  height: 15px;
  display: inline-block;
  margin-right: 9px;
}

.flow-wrapper {
  position: relative;
  width: 100%;
  padding-top: 40px;
}

/* --- 事務局の動きのライン --- */
.flow-top {
  position: relative;
}
.flow-line {
  display: flex;
  align-items: center;

}
.flow-line::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #0AA7E5;
  margin-right: 6px;
}
.flow-line::after {
  content: "";
  border-top: 2px solid #F1EDF6;
  width: 67%;
  margin-left: 1em;
}
.scan .flow-line::before {
  background: #AE7CC8;
}
.scan .flow-line::after {
  border-top: 2px solid #F1EDF6;
  opacity: 1;
}

.flow-label {
  position: absolute;
  top: 0;
  background: #0AA7E5;
  color: #fff;
  padding: 3px 15px;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: 500;
  transform: translateX(-50%);
}
.flow-label::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #0AA7E5;
}
.flow-bottom {
  position: absolute;
  width: 100%;
  height: auto;
}
.flow-bottom .flow-label {
  top: 10px;
  left: 50%;
  background: #ec5c78;
}
.flow-bottom .flow-label::before {
  top: -8px;
  border-top: none;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ec5c78;
}
.scan .flow-label {
  background: #AE7CC8;
}
.scan .flow-label::before {
  border-top: 8px solid #AE7CC8;
}
.flow-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
}
.step-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.step {
  width: 150px;
  text-align: center;
}
.step > a {
  background: #fff;
  padding: 18px 6px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  height: 260px;
  position: relative;
  display: block;
  transition: transform 0.2s ease;
}
.steps06 .step > a {
  height: 230px;
}
.step > a:hover {
  transform: scale(1.03);
}
.step > a:hover .btn {
  background: #FF8000;
  border: 2px solid #FF8000;
  color: #fff;
  transition: .2s;
  padding: 1px 7px 2px;
}

.step .step_wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 40px;
  height: 3px;
  background: #F1EDF6;
}
.scan .step .step_wrapper::after {
  background: #F1EDF6;
  opacity: 1;
}
.step .step_wrapper.step05::after {
  display: none;
}
.anzen .step .step_wrapper.step06::after {
  display: none;
}
.step .step04::before,
.step .step05::before {
  content: "";
  position: absolute;
  top: 0;
  right: 105%;
  transform: translateX(-50%);
  border-left: 3px dotted #F1EDF6;
  height: 100%;
}
.anzen .step .step03::before,
.anzen .step .step04::before,
.anzen .step .step05::before,
.anzen .step .step06::before {
  content: "";
  position: absolute;
  top: 0;
  right: 105%;
  transform: translateX(-50%);
  border-left: 3px dotted #F1EDF6;
  height: 100%;
}


.scan .step .step04::before,
.scan .step .step05::before {
  border-left: 3px dotted #F1EDF6;
  opacity: 1;
}
.step .dotted {
  position: absolute;
  border-radius: 50%;
  background: #0AA7E5;
  width: 8px;
  height: 8px;
  top: 50%;
  left: -9.6%;
  transform: translateY(-50%);
}
.steps06 .step .dotted {
  left: -10%;
}
.scan .step .dotted {
  background: #AE7CC8;
}
.step_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.anzen .step04 .dotted {
  background: #ec5c78;
}

.step_text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kenko .step > a {
  height: 240px;
}
.kanri .step > a {
  height: 240px;
}
.karou .step > a {
  height: 240px;
}

.step_img {
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anzen .step_img {
  height: 116px;
}
.step_wrapper img {
  margin: 0 auto;
}
.step01 img {
  max-width: 64px;
}
.step02 img {
  max-width: 98px;
}
.step03 img {
  max-width: 98px;
}
.step04 img {
  max-width: 99.5px;
}
.step05 img {
  max-width: 92px;
}
.scan .step02 img {
  width: 6.9vw;
  max-width: 98px;
}
.anzen .step04 img {
  max-width: 96px;
}
.anzen .step05 img {
  max-width: 98px;
}
.anzen .step06 img {
  max-width: 94px;
}
.kenko .step02 img {
  max-width: 88px;
}
h3 {
  font-size: 18px;
  margin: 5px 0 10px;
  font-weight: 500;
  line-height: 1.4;
}
.flow-steps .btn {
  background: #fff;
  color: #FF8000;
  padding: 1px 10px 2px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  font-size: 1.2rem;
  max-width: 220px;
  margin: 0 auto;
  display: inline-block;
  border: 2px solid #FF8000;
  transition: .2s;
}
.flow-steps.steps06 .btn {
  padding: 1px 8px 2px;
}
.desc {
  font-size: 1.2rem;
  display: inline-block;
  margin: 7px auto 0;
  text-align: center;
}
.mb .desc {
  margin: 7px -32px 0 -10px;
}
.scan .smb .desc {
  margin: 7px -32px 0 -10px;
}
.desc span {
  font-size: 1rem;
}
.step4 { left: 60.2%; }
.step5 { left: 80.9%; }

.anzen .step3 {
  left: 33%;
}
.anzen .step5 {
  left: 67.2%;
}
.anzen .step6 {
  left: 84.3%;
}
.download_area ul li .small_text {
  font-size: 1.2rem;
  margin: -3px auto 3px;
  display: block;
}
.download_area ul li .bold {
  color: #C95743;
  font-weight: bold;
}

.sub_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
.sub_ttl::before {
  position: absolute;
  background: #0AA7E5;
  border-radius: 10px;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 70%;
  width: 4px;
}
.scan .sub_ttl::before {
  background: #AE7CC8;
}
.sub_ttl.mt {
  margin-top: 40px;
}

main .inquiry_proceed {
  margin-top: 40px;
  text-align: center;
}
main .anzen .inquiry_proceed {
  margin-top: 70px;
}
main .inquiry_proceed .bg_box {
  background: #E3F7FF;
  padding: 20px;
  border-radius: 20px;
  font-size: 1.4rem;
}
main .scan .inquiry_proceed .bg_box {
  background: #F9F3FF;
}
main .inquiry_proceed .ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
main .inquiry_proceed .c_btn {
  margin: 10px auto 0;
}
main .inquiry_proceed .c_btn a {
  background: #fff;
  border: 2px solid #0AA7E5;
  color: #0AA7E5;
}
main .scan .inquiry_proceed .c_btn a {
  border: 2px solid #AE7CC8;
  color: #AE7CC8; 
}
main .inquiry_proceed .c_btn a::after {
  border-top: solid 2px #0AA7E5;
  border-right: solid 2px #0AA7E5;
}
main .scan .inquiry_proceed .c_btn a::after {
  border-top: solid 2px #AE7CC8;
  border-right: solid 2px #AE7CC8;
}
main .inquiry_proceed .c_btn a:hover {
  background: #0AA7E5;
  color: #fff;
}
main .scan .inquiry_proceed .c_btn a:hover {
  background: #AE7CC8;
}
main .inquiry_proceed .c_btn a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

main .inquiry {
  margin: 80px auto 0;
}
main .inquiry .wrapper {
  padding: 0;
}
main .inquiry .text_area {
  font-weight: normal;
}
main .scan .inquiry .text_area {
  background: #F9F3FF;
}

main .download_content .news {
  padding: 0;
}
main .download_content .news:first-of-type {
  padding-top: 30px;
}
main .download_content .news:last-of-type {
  padding-bottom: 20px;
}
main .news .annotation_text {
  max-width: 687px;
}
main .news .annotation .a_box01 {
  text-align: center;
  display: block;
}

main .deadline {
  margin: 30px auto;
}
main .deadline .red_box {
  border: 2px solid #FFC9CA;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
main .deadline .red_box .ttl {
  font-size: 1.8rem;
}
main .deadline .red_box .red.f_weight {
  font-weight: 500;
}
main .deadline .red_box .small_text {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 20px;
}
main .deadline .red_box .inquiry_btn {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  background: #FC3D43;
  padding: 6px 10px;
  max-width: 245px;
  border-radius: 30px;
  margin: 10px auto 0;
  gap: 4px;
  transition: transform 0.2s ease;
}
main .deadline .red_box .inquiry_btn img {
  width: 23px;
}
main .scan .scan_annai {
  border-top: none;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .wrapper {
    padding: 0;
  }
  .download_content .list_flex {
    flex-direction: column;
    gap: 14px;
  }
  .download_content .list_icon {
    margin: 0 auto;
  }
  .download_content .list_icon img {
    width: 110px;
  }
  .download_content .flex_text .ttl_wrap {
    gap: 8px;
    align-items: baseline;
  }
  .download_content .heading {
    font-size: 1.2rem;
    width: 65px;
    padding: 2px;
  }
  .download_content h4 {
    margin: 0 auto;
    font-size: 1.4rem;
  }
  .download_content .flex_text .b_text {
    font-size: 1.6rem;
    margin: 8px auto 10px;
  }
  .download_content.karou .flex_text .b_text {
    font-size: 1.6rem;
  }
  .download_content .flex_text .b_text .small_text {
    font-size: 1.4rem;
  }
  .download_content .flex_text .b_text + p {
    font-size: 1.2rem;
  }
  .download_content .flex_text .b_text + p .small_text {
    font-size: 1.1rem;
  }
  .download_content .tips  {
    margin-top: 20px;
  }
  .purple_bg {
    margin-top: 20px;
    padding: 30px 0;
  }
  .text_area {
    width: 90%;
    margin: 0 auto;
  }
  .download_content .date {
    flex-direction: column;
    gap: 14px;
  }
  .download_content .date_area {
    flex-direction: column;
    gap: 4px;
  }
  .download_content .date_area .bg_text {
    width: auto;
    font-size: 1.2rem;
    padding: 2px 16px 3px;
  }
  .download_content .date_area .bg_text + p {
    font-size: 1.4rem;
  }
  .download_content .date_area .small_text {
    font-size: 1.2rem;
  }
  .download_content dl div {
    flex-direction: column;
    font-size: 1.2rem;
    gap: 0;
  }
  .download_content dl div dt {
    width: 100%;
  }
  .download_content dl div dd {
    width: 100%;
  }
  .download_content dl div dd span {
    font-size: 1.1rem;
  }
  .download_content dl div dd .bold_text {
    font-size: 1.2rem;
  }
  .flow_area {
    margin-top: 40px;
  }
  .flow-wrapper {
    padding-top: 20px;
  }
  .flow-steps {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 0;
}
.step {
  width: 100%;
}
.flow-label {
    position: absolute;
    margin-bottom: 10px;
    text-align: center;
    transform: none;
    font-size: 1rem;
    left: 10%;
    top: -32px;
}
.flow-label::before {
  top: 50%;
  bottom: 50%;
  border-top: 3px solid transparent;
  border-right: 5px solid #50A3A2;
  border-bottom: 3px solid transparent;
  left: -13px;
  transform: translateY(-50%);
}
.scan .flow-label::before {
  border-right: 5px solid #AE7CC8;
  border-top: 3px solid transparent;
}
.anzen .step3,
.anzen .step5,
.anzen .step6 {
  left: 10%;
}
.step .dotted {
  top: -24px;
  left: 4.5%;
  transform: none;
}
.steps06 .step .dotted {
  left: 4.5%;
}
.anzen .step04 .flow-label {
  background: #ec5c78;
}
.anzen .step04 .flow-label::before {
  border-right: 5px solid #ec5c78;
}
.step > a {
  height: auto;
  padding: 14px 10px;
  border-radius: 6px;
}
.kenko .step > a {
  height: auto;
}
.kanri .step > a {
  height: auto;
}
.karou .step > a {
  height: auto;
}
.steps06 .step > a {
  height: auto;
}
.step_img {
  height: auto;
}
.anzen .step_img {
  height: auto;
}
.step .step_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: inherit;
}
.desc {
  position: absolute;
  font-size: 1.2rem;
  margin: 6px 0 0 0px;
  left: 62%;
  line-height: 1.5;
  transform: translateX(-50%);
  width: 100%;
  text-align: left;
}
.step.mb {
  margin-bottom: 32px;
}
.step.smb {
  margin-bottom: 28px;
}
.step .step_wrapper::after {
  width: 3px;
  height: 80px;
  top: 100%;
  bottom: -80px;
  transform: none;
  left: 5%;
}
.anzen .step .step_wrapper.step05::after {
  display: block;
  content: "";
  position: absolute;
  width: 3px;
  height: 80px;
  top: 100%;
  bottom: -80px;
  transform: none;
  left: 5%;
  background: #F1EDF6;
}
.step .step_wrapper img {
  width: 100%;
  margin: 0 auto;
}
.step_img {
  margin: 0 auto;
}
.step .step_wrapper .step_text {
  width: 50%;
  margin-right: auto;
  display: block;
  flex-grow: inherit;
} 
.step-num {
  color: #0AA7E5;
  font-size: 1.2rem;
  font-weight: 500;
}
.scan .step-num {
  color: #AE7CC8;
}
h3 {
  font-size: 1.5rem;
  margin: 2px auto 8px;
}
.download_area .flow_ttl {
  margin-top: 40px;
  padding: 0 15px;
  font-size: 1.6rem;
}
.download_area .ttl_line {
  margin-bottom: 16px;
}
.download_area ul {
  gap: 10px;
}
.anzen .download_area .flow04_area {
  margin-top: 10px;
}
.download_area ul li {
  flex: auto;
}
.download_area ul li a {
  max-width: 100%;
  gap: 12px;
  align-items: center;
  padding: 14px 10px;

}
.download_area ul li .text {
  font-size: 1.2rem;
  width: 80%;
}
.download_area ul li .text::after {
  right: -7px;
}
.download_area ul li .ttl_text {
  font-size: 1.4rem;
}
.download_area ul li .ttl_text span {
  font-size: 1.1rem;
  margin-bottom: 1px;
}
.download_area ul li .img > img {
  max-width: 34px;
}
.download_area ul li .img .download_btn {
  font-size: 1rem;
}
.download_area ul li .img .download_btn img {
  width: 16px;
}
.download_area .btn_area {
  margin-top: 20px;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.download_area ul li .small_text {
  margin: -3px auto 0;
}

.sub_ttl {
  font-size: 1.4rem;
  padding-left: 12px;
  margin-bottom: 10px;
}
.sub_ttl.mt {
  margin-top: 30px;
}
main .inquiry_proceed {
  width: 100%;
  margin-top: 20px;
}
main .inquiry_proceed .bg_box {
  padding: 14px;
  border-radius: 6px;
}
main .inquiry_proceed .ttl {
  font-size: 1.5rem;
}

main .inquiry {
  margin-top: 50px;
}
main .inquiry .wrapper {
  width: 100%;
}
main .inquiry .text_area {
  width: 100%;
}

.download_area .btn_area .c_btn span{
  position: initial;
  transform: none;
}
.d1_2 .download_area .btn_area {
  margin-top: 20px;
}

main .news {
  padding-top: 10px;
  padding-bottom: 10px;
}
#accordion_box {
  max-height: 700px;
}

main .deadline .red_box {
  padding: 14px 10px;
  font-size: 1.2rem;
}
main .deadline .red_box .ttl {
  font-size: 1.4rem;
}
main .deadline .red_box .small_text {
  font-size: 1.2rem;
  margin-top: 10px;
}
main .scan .scan_annai {
  margin-top: 10px;
}
main .scan .scan_annai a {
  width: 90%;
}
}