@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: #4FABBB;
  padding: 1px 20px;
}

.download_content.c02 .heading {
  background: #AD88C0;
}

main .c02 {
  background: #fff;
  margin-top: 0;
}

.download_content h4 {
  font-size: 2.1rem;
}

.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 .flex_text .b_text span {
  font-size: 2rem;
}

.small_text {
  font-size: 1.4rem;
}

.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;
}

.text_area {
  max-width: 853px;
  margin: 0 auto;
  font-weight: 500;
}

.download_content .underline {
  background: #8FC3CC;
}

.download_content.c02 .underline {
  background: #AD88C0;
}

.download_content .date {
  display: flex;
  gap: 30px;
}

.download_content .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: #4FABBB;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  border-radius: 40px;
  text-align: center;
  padding: 1px 16px;
}

.download_content.c02 .date_area .bg_text {
  background: #AD88C0;
}

.download_content .blue_bg .date_area .bg_text {
  width: 177px;
}

.download_content .date_area.mt {
  margin-top: 15px;
}

.download_content .date_area .bg_text+p {
  font-size: 1.6rem;
  font-weight: 500;
}

.download_content dl {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: solid 1px #4FABBB;
  border-bottom: solid 1px #4FABBB;
}

.download_content.c02 dl {
  border-color: #AD88C0;
}

.download_content dl div {
  display: table;
  align-items: baseline;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  width: 100%;
}

.download_content dl div dt {
  width: 142px;
  display: table-cell;
  background: #4FABBB;
  color: #fff;
  vertical-align: middle;
  padding: 10px;
  border-bottom: solid 1px #fff;
}

.download_content.c02 dl div dt {
  background: #AD88C0;
}

.download_content dl div dd {
  display: table-cell;
  width: calc(100% - 142px);
  border-bottom: solid 1px #4FABBB;
  padding: 14px 20px;
}

.download_content.c02 dl div dd {
  border-color: #AD88C0;
}

.download_content dl div:last-child dt,
.download_content dl div:last-child dd {
  border-bottom: none;
}

.download_content dl div dd .color-orange {
  color: #E37900;
}

.download_content dl div dd span {
  font-size: 1.2rem;
}

.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: #4FABBB;
  display: inline-block;
  border-radius: 6px 6px 0 6px;
  padding: 0 30px 0 20px;
  margin-top: 80px;
}

.c02 .download_area .flow_ttl {
  background: #AD88C0;
}

.download_area .ttl_line {
  background: #4FABBB;
  height: 3px;
  margin-top: -3px;
  margin-left: 10px;
  margin-bottom: 30px;
}

.c02 .download_area .ttl_line {
  background: #AD88C0;
}

.download_area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.download_area ul.mb {
  margin-bottom: 50px;
}

.download_area ul li {
  flex: 0 1 calc(50% - 9px);
}

.download_area ul li a {
  box-sizing: border-box;
  max-width: unset;
  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.download_btn {
  flex: inherit;
}

.download_area ul li.download_btn a {
  height: auto;
}

.c02 .download_area ul li.download_btn a {
  border-color: #AD88C0;
}

.c02 .download_area ul li.download_btn .ttl_text p {
  color: #AD88C0;
}

.c02 .download_area ul li.download_btn.first .ttl_text p:before {
  background: url(../img/icon10_color4.png) no-repeat;
  background-size: 100%;
}

.download_area ul li.download_btn .ttl_text {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5px;
}

.download_area ul li.download_btn .ttl_text img {
  width: 23px;
}

.download_area ul li.download_btn .ttl_text p {
  display: flex;
  align-items: center;
  color: #4FABBB;
  gap: 5px;
  line-height: 1;
}

.download_area ul li.download_btn.first .ttl_text p:before {
  content: '';
  display: block;
  background: url(../img/icon10_color3.png) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.download_area ul li.download_btn .ttl_text p span {
  color: #000000;
}

.download_area ul li.download_btn a {
  box-shadow: none;
  border: solid 2px #4FABBB;
  padding: 10px 35px;
  border-radius: 99px;
}

.download_area ul li.download_btn .text::after {
  content: none;
}

.download_area ul li.speechBubble {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #daf6fa;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #10899e;
  flex: inherit;
}

.download_area ul li.speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #daf6fa transparent transparent;
  translate: -100% -50%;
}

.c02 .download_area ul li.speechBubble {
  background: #F9F3FF;
  color: #9568ab;
}

.c02 .download_area ul li.speechBubble::after {
  border-color: transparent #F9F3FF transparent transparent;
}

.c02 .sub_ttl::before {
  background: #9568ab;
}

.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 .label {
  color: #C95743;
  font-size: .8em;
  padding: 2px 8px;
  border: solid 1.25px;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
}

.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: #FF9500;
  color: #fff;
  display: inline-block;
  padding: 1px 10px 2px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  border: 2px solid #FF9500;
  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: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.download_area .btn_area .c_btn {
  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: #FF9500;
  border: 2px solid #FF9500;
  transition: transform 0.3s ease;
}

.download_area .btn_area .c_btn.white_bg a::after {
  border-top: solid 2px #FF9500;
  border-right: solid 2px #FF9500;
}

.download_area .btn_area .c_btn.white_bg a:hover {
  background: #FF9500;
  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;
}

.d1_2 .download_area .btn_area {
  margin-top: 40px;
}

.d1_2 .download_area .btn_area .c_btn {
  position: relative;
}

.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: #8FC3CC;
  margin-right: 6px;
}

.flow-line::after {
  content: "";
  border-top: 2px solid #8FC3CC;
  opacity: .3;
  width: 67%;
  margin-left: 1em;
}

.c02 .flow-line::before {
  background: #AD88C0;
}

.c02 .flow-line::after {
  border-top: 2px solid #F1EDF6;
  opacity: 1;
}

.flow-label {
  position: absolute;
  top: 0;
  background: #4FABBB;
  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 #4FABBB;
}

.c02 .flow-label {
  background: #AD88C0;
}

.c02 .flow-label::before {
  border-top: 8px solid #AD88C0;
}

.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: 20px 10px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  height: 220px;
  position: relative;
  display: block;
  transition: transform 0.2s ease;
  pointer-events: none;
}

.step>a:hover {
  transform: scale(1.03);
}

.step>a:hover .btn {
  background: #fff;
  border: 2px solid #FF9500;
  color: #FF9500;
  transition: .2s;
}


.step .step_wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 40px;
  height: 3px;
  background: #8FC3CC;
  opacity: .3;
}

.c02 .step .step_wrapper::after {
  background: #F1EDF6;
  opacity: 1;
}

.step .step_wrapper.step05::after {
  display: none;
}

.step .step04::before,
.step .step05::before {
  content: "";
  position: absolute;
  top: 0;
  right: 105%;
  transform: translateX(-50%);
  border-left: 3px dotted #8FC3CC;
  opacity: .3;
  height: 100%;
}

.c02 .step .step04::before,
.c02 .step .step05::before {
  border-left: 3px dotted #F1EDF6;
  opacity: 1;
}

.step .dotted {
  position: absolute;
  border-radius: 50%;
  background: #8FC3CC;
  width: 8px;
  height: 8px;
  top: 50%;
  left: -9.6%;
  transform: translateY(-50%);
}

.c02 .step .dotted {
  background: #AD88C0;
}

.step_wrapper img {
  margin: 0 auto;
}

.step01 img {
  width: 4.5vw;
  max-width: 64px;
}

.step02 img {
  width: 5.9vw;
  max-width: 83px;
}

.step03 img {
  width: 6.9vw;
  max-width: 97px;
}

.step04 img {
  width: 7vw;
  max-width: 100px;
}

.step05 img {
  width: 6.5vw;
  max-width: 92px;
}

.c02 .step02 img {
  width: 6.9vw;
  max-width: 98px;
}

h3 {
  font-size: 18px;
  margin: 5px 0 10px;
  font-weight: 500;
  line-height: 1.4;
}

.flow-steps .btn {
  background: #FF9500;
  color: #fff;
  padding: 1px 10px 2px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  font-size: 1.2rem;
  max-width: 220px;
  margin: 0 auto;
  display: inline-block;
  transition: .2s;
}

.desc {
  font-size: 1.2rem;
  display: inline-block;
  margin: 7px auto 0;
  text-align: left;
}

.mb .desc {
  margin: 7px -32px 0 -10px;
}

.step4 {
  left: 60.2%;
}

.step5 {
  left: 80.9%;
}

.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: #4FABBB;
  border-radius: 10px;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 70%;
  width: 4px;
}

.sub_ttl.c02::before {
  background: #AD88C0;
}

.sub_ttl.mt {
  margin-top: 50px;
}

main .inquiry_proceed {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 80px;
}

main .inquiry_proceed .bg_box {
  background: #F5FBFC;
  padding: 20px;
  border-radius: 20px;
  font-size: 1.4rem;
}

main .inquiry_proceed.c02 .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.c02 .c_btn.first_small_orange a {
  border: 2px solid #AD88C0;
  background: #AD88C0;
  color: #fff;
}

main .inquiry_proceed.c02 .c_btn.first_small_orange a:hover {
  background: #fff;
  color: #AD88C0;
}

main .inquiry_proceed.c02 .c_btn a {
  border-color: #AD88C0;
  color: #AD88C0;
}

main .inquiry_proceed.c02 .c_btn a:hover {
  background: #AD88C0;
  color: #fff;
}

main .inquiry_proceed .c_btn a:hover::after,
main .inquiry_proceed.c02 .c_btn.first_small_orange a::after,
main .inquiry_proceed.c02 .c_btn a:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

main .inquiry_proceed .c_btn.first_small_orange a:hover::after {
  border-top: solid 2px #FF9500;
  border-right: solid 2px #FF9500;
}

main .inquiry_proceed.c02 .c_btn.first_small_orange a:hover::after,
main .inquiry_proceed.c02 .c_btn a::after {
  border-top: solid 2px #AD88C0;
  border-right: solid 2px #AD88C0;
}

main .inquiry_proceed.c02 .c_btn.first_small_orange a:hover::before {
  background: url(../img/icon10_color4.png) no-repeat 0 0 / 13px auto;
}

main .inquiry {
  margin: 80px auto 0;
}

main .inquiry.mt-0 {
  margin-top: 0;
}

main .inquiry .wrapper {
  padding: 0;
}

main .inquiry .text_area {
  font-weight: normal;
}

main .inquiry.c02 .text_area {
  background: #F9F3FF;
}

main .news {
  padding-top: 30px;
  padding-bottom: 20px;
}

main .news .annotation_text {
  max-width: 586px;
}

main .news .annotation_text.long {
  max-width: 687px;
}

.content-container .blue_bg,
.content-container .purple_bg {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 40px auto 0;
  border-radius: 30px;
}

.content-container .c_btn {
  margin-left: auto;
  margin-right: auto;
}

.content-container .text_area .link_text {
  font-size: 1.4rem;
  text-align: center;
}

.content-container .text_area .link_text .red {
  text-decoration: underline;
  transition: .2s;
}

.content-container .text_area .link_text .red:hover {
  opacity: .7;
}

.content-container .title_step {
  width: 156px;
  margin: 0 auto;
}

.tab_content_area .img_taisyo_click {
  max-width: 222px;
  margin: 0 auto 20px;
}

.tab_content_area {
  width: 100%;
  margin: 40px auto 0;
  overflow: hidden;
}

.tab-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
  gap: 4px;
}

.tab-container .tab {
  cursor: pointer;
  width: calc(33.3% - 4px);
  background: #E3F7FF;
  border-radius: 4px;
  color: #4FABBB;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 20px;
  line-height: 1.4;
}

.tab-container .tab:last-child {
  background: #F1EDF6;
  color: #AD88C0;
}

.tab-container .tab:last-child .tag {
  background: #AD88C0;
}

.tab-container .tab.active {
  background: #4FABBB;
  color: #fff;
  scale: 1.1;
  position: relative;
}

.tab-container .tab:last-child.active {
  background: #AD88C0;
}

.tab-container .tab.active::after {
  content: '';
  display: block;
  width: 36px;
  height: 12px;
  background: #4FABBB;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
}

.tab-container .tab:last-child.active::after {
  background: #AD88C0;
}

.tab-container .tab.active .tag {
  background: #fff;
  color: #4FABBB;
}

.tab-container .tab:last-child.active .tag {
  color: #AD88C0;
}

.tab-container .tab .tag {
  background: #4FABBB;
  border-radius: 99px;
  color: #fff;
  font-size: .7em;
  padding: 3px 0;
  text-align: center;
  width: 44px;
  border: none;
}

.tab-container .tab .head {
  width: calc(100% - 44px);
}

.content-container .content {
  display: none;
}

.content-container .content.show {
  display: block;
}

.content-container .content .step>a {
  height: 220px;
}

.modal-open {
  padding: 10px 35px;
  background: #FF9500;
  color: #fff;
  display: block;
  border-radius: 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
  width: 208px;
  margin: 40px auto 0;
  font-weight: 500;
  transition: .2s;
}

.modal-open:hover {
  opacity: .7;
}

.modal-open span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.modal-open span::after {
  content: '';
  display: block;
  background: url(../img/icon11.png) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 9999;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1110px;
  width: 90%;
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
}

.modal-close.btn {
  position: relative;
  padding: 10px 35px;
  background: #FF9500;
  color: #fff;
  display: block;
  border-radius: 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
  width: 144px;
  margin: 0 auto 0;
  font-weight: 500;
  transition: .2s;
  height: auto;
  top: 0;
  right: 0;
}

.modal-close.btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.modal-close.btn span::after {
  content: '';
  display: block;
  background: url(../img/icon12.png) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
}

.modal-content {
  background: #fff;
  text-align: left;
  padding: 60px 30px;
  border-radius: 30px;
}

.modal-content .text_area {
  margin-top: 40px;
}

.download_content .modal-content .date {
  display: block;
}

.download_content.c02 .modal-content .date {
  display: flex;
}

.download_content .modal-content dl {
  margin-bottom: 20px;
}

main .c02 .scan_annai {
  border-top: none;
  margin-top: 30px;
}

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 .inquiry_btn {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  background: #FF8000;
  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;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }

  .wrapper {
    padding: 0;
  }

  .download_content .list_flex {
    flex-direction: column;
    gap: 14px;
    display: flex;
  }

  .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;
    font-size: 1.4rem;
  }

  .download_content .flex_text .b_text {
    font-size: 1.6rem;
    margin: 8px auto 10px;
  }

  .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 {
    margin-bottom: 10px;
  }

  .download_content dl div {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    gap: 0;
  }

  .download_content dl div dt {
    width: 100%;
    padding: 5px 10px;
  }

  .download_content dl div dd {
    width: 100%;
    padding: 10px;
  }

  .download_content dl div dd span {
    font-size: 1.1rem;
  }

  .content-container .text_area .link_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%);
  }

  .c02 .flow-label::before {
    border-right: 5px solid #AD88C0;
    border-top: 3px solid transparent;
  }

  .step .dotted {
    top: -24px;
    left: 4.5%;
    transform: none;
  }

  .step>a {
    height: auto;
    padding: 14px 10px;
    border-radius: 6px;
  }

  .step .step_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .desc {
    position: absolute;
    font-size: 1.2rem;
    margin: 6px 0 0 0px;
    left: 62%;
    line-height: 1.5;
    transform: translateX(-50%);
    width: 100%;
  }

  .step.mb {
    margin-bottom: 32px;
  }

  .step.smb {
    margin-bottom: 14px;
  }

  .step .step_wrapper::after {
    width: 3px;
    height: 80px;
    top: 100%;
    bottom: -80px;
    transform: none;
    left: 5%;
  }

  .step .step_wrapper img {
    width: 50%;
    margin: 0 auto;
  }

  .step .step_wrapper .step_text {
    width: 50%;
    margin-right: auto;
  }

  .step-num {
    color: #4FABBB;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .c02 .step-num {
    color: #AD88C0;
  }

  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;
  }

  .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.download_btn a {
    padding: 10px 20px;
  }

  .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;
  }

  .content-container {
    width: 90%;
    margin: 0 auto;
  }

  .content-container .blue_bg,
  .content-container .purple_bg {
    margin: 10px auto 0;
  }

  .content-container .blue_bg,
  .content-container .purple_bg {
    padding: 20px 10px;
  }

  .tab-container .tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    font-size: .8em;
    gap: 5px;
  }

  .tab-container .tab .head {
    width: 100%;
  }

  .download_content {
    padding: 20px 0 0;
  }

  .content-container .content .step>a {
    height: auto;
  }

  .step .step04::before,
  .step .step05::before {
    content: none;
  }

  .modal-content {
    padding: 40px 10px;
  }

  .modal-body {
    width: 99%;
  }

  .modal-close {
    width: 30px;
    height: 30px;
  }

  .download_area ul li.speechBubble {
    margin-left: 0;
    font-size: .9em;
  }

  .download_area ul li.speechBubble::after {
    top: 0;
    left: 50%;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #daf6fa;
    translate: -50% -100%;
  }

  .c02 .download_area ul li.speechBubble::after {
    border-color: transparent transparent #F9F3FF;
  }

  .download_area ul.mb {
    margin-bottom: 30px;
  }

  .tab_content_area .img_taisyo_click {
    max-width: 180px;
  }

  main .c02 .scan_annai {
    margin-top: 10px;
  }

  main .c02 .scan_annai a {
    width: 90%;
  }

  main .deadline .red_box {
    padding: 14px 10px;
    font-size: 1.2rem;
  }

  main .deadline .red_box .ttl {
    font-size: 1.4rem;
  }
}