@font-face {
  font-family: 'Noto Sans JP';
  src: url(../../../../fonts/applicant/mypage/recruitment/NotoSansJP-VariableFont_wght.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  src: url(../../../../fonts/applicant/mypage/recruitment/Roboto-VariableFont_wdth,wght.ttf) format('truetype');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  line-height: 1.7;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

input, textarea, select, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  color: inherit;
}

input[type=checkbox],
input[type=radio] {
  width: 0;
  height: 0;
  display: inline;
}

table {
  border-collapse: collapse;
}

.wrapper {
  overflow: hidden;
}

.inner {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
}

.loading {
  display: inline-flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
}

.loading-ani {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: solid 2px;
  border-color: #8c8c8c #00000010 #00000010;
  position: relative;
  animation-name: loading-spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes loading-spin {
  to {
    transform: rotate(360deg);
  }
}

header {
  padding: 20px 0 20px 42px;
}
header h1 {
  line-height: 1;
}
header h1 img {
  max-width: 400px;
  max-height: 60px;
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

footer {
  padding-bottom: 27px;
}
footer .copy {
  text-align: center;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.selected-color-bg {
  background: #EE0216;
}
.selected-color-text {
  overflow-wrap: break-word;
  color: #EE0216;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    padding: 11px 20px;
  }
  header h1 img {
    max-width: 400px;
    max-height: 60px;
  }
  footer .copy {
    font-size: 12px;
  }
}
#top #intro {
  padding-top: 70px;
}
#top #intro .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
#top #intro .inner .ttl {
  font-size: 38px;
  margin-right: 60px;
}
#top #intro .inner .desc {
  font-size: 18px;
  color: #101010;
}
#top #comment {
  padding-top: 60px;
}
#top #comment .desc {
  border: 1px solid #b8b8b8;
  padding: 35px 42px 35px 41px;
  border-radius: 18px;
  line-height: 2.1875;
  overflow-wrap: break-word;
  color: #101010;
}
#top #comment .desc a {
  color: #0a00ce;
  text-decoration: underline;
}
#top #searcharea {
  padding-top: 97px;
}
#top #searcharea .tab_nav ul {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #b0b0b0;
}
#top #searcharea .tab_nav ul li {
  border-radius: 17px 17px 0 0;
  width: 420px;
  height: 62px;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
#top #searcharea .tab_nav ul li:not(.selected-color-bg) {
  color: #4a4a4a;
  background: #dcdcdc;
}
#top #searcharea .tab_nav ul li.selected-color-bg {
  color: #fff;
}
#top #searcharea .tab_nav ul li::before {
  content: "";
  display: block;
  background: no-repeat center/contain;
}
#top #searcharea .tab_nav ul li.conditions {
  margin-right: 35px;
}
#top #searcharea .tab_nav ul li.conditions::before {
  background-image: url(../../../../img/applicant/mypage/recruitment/ico_check_g.svg);
  width: 24px;
  height: 20px;
  margin-right: 6px;
}
#top #searcharea .tab_nav ul li.conditions.selected-color-bg::before {
  background-image: url(../../../../img/applicant/mypage/recruitment/ico_check_w.svg);
}
#top #searcharea .tab_nav ul li.freeword::before {
  background-image: url(../../../../img/applicant/mypage/recruitment/ico_search_g.svg);
  width: 29px;
  height: 28px;
  margin-right: 8px;
}
#top #searcharea .tab_nav ul li.freeword.selected-color-bg::before {
  background-image: url(../../../../img/applicant/mypage/recruitment/ico_search_w.svg);
}
#top #searcharea .tab_nav ul li:hover {
  opacity: 0.7;
}
#top #searcharea .tab_content {
  margin-top: 43px;
}
#top #searcharea .tab_content .tab_block {
  display: none;
}
#top #searcharea .tab_content .tab_block.show {
  display: block;
}
#top #searcharea .tab_content .tab_block .count {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea {
  margin-top: 53px;
  padding: 0 42px;
}
#top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea dl {
  display: flex;
  flex-wrap: wrap;
}
#top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea dl dt {
  font-size: 18px;
  width: 202px;
  font-weight: bold;
  padding-left: 20px;
}
#top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea dl dt:not(:first-of-type) {
  padding-top: 32px;
}
#top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea dl dt:not(:last-of-type) {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 36px;
}
#top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea dl dd {
  width: calc(100% - 202px);
}
#top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
}
#top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea dl dd ul li {
  display: flex;
}
#top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea dl dd ul li input[type=checkbox] + label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
}
#top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea dl dd ul li input[type=checkbox] + label::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  background: url("../../../../img/applicant/mypage/recruitment/ico_checkbox_base.svg") no-repeat center/contain;
  width: 26px;
  height: 26px;
}
#top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea dl dd ul li input[type=checkbox]:checked + label::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  content: "";
  display: block;
  background: url("../../../../img/applicant/mypage/recruitment/ico_checkbox_on.svg") no-repeat center/contain;
  width: 26px;
  height: 26px;
}
#top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea dl dd:not(:first-of-type) {
  padding-top: 32px;
}
#top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea dl dd:not(:last-of-type) {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 36px;
}
#top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea .reset {
  background: #393939;
  color: #fff;
  width: 227px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #3f3f3f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  margin: 47px auto 0;
}
#top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea .reset::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../../../../img/applicant/mypage/recruitment/ico_reset_w.svg) no-repeat center/contain;
  margin-right: 15px;
}
#top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea .reset:hover {
  background: #fff;
  color: #000;
}
#top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea .reset:hover::before {
  background-image: url(../../../../img/applicant/mypage/recruitment/ico_reset_g.svg);
}
#top #searcharea .tab_content .tab_block.freeword .word_area {
  margin: 39px auto 0;
  position: relative;
  width: 750px;
  max-width: 100%;
}
#top #searcharea .tab_content .tab_block.freeword .word_area input[type=text] {
  width: 100%;
  border: 1px solid #b8b8b8;
  height: 60px;
  border-radius: 30px;
  padding: 20px 28px;
  font-size: 18px;
}
#top #searcharea .tab_content .tab_block.freeword .word_area input[type=text]::-moz-placeholder {
  color: #b8b8b8;
}
#top #searcharea .tab_content .tab_block.freeword .word_area input[type=text]::placeholder {
  color: #b8b8b8;
}
#top #searcharea .tab_content .tab_block.freeword .word_area button {
  position: absolute;
  right: 0;
  top: 0;
  background: #393939;
  width: 67px;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 14px;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
}
#top #searcharea .tab_content .tab_block.freeword .word_area button img {
  width: 32px;
}
#top #result_area {
  padding-top: 89px;
  padding-bottom: 86px;
}
#top #result_area .inner h2 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 67px;
  font-size: 32px;
}
#top #result_area .inner .noData {
  text-align: center;
  font-weight: 700;
}
#top #result_area .inner .list .item a {
  display: block;
  position: relative;
}
#top #result_area .inner .list .item a .name {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
}
#top #result_area .inner .list .item a .name span {
  background: #d70000;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin-right: 9px;
  padding: 2px 6px 1px;
  line-height: 1;
  border-radius: 10px;
  flex-shrink: 0;
  margin-top: 13px;
}
#top #result_area .inner .list .item .notLink:hover {
  opacity: 1;
}
#top #result_area .inner .list .item .notLink .name {
  color: #000000;
}
#top #result_area .inner .list .item a .desc {
  max-width: 95% !important;
  overflow-wrap: break-word;
  line-height: 2.125;
}
#top #result_area .inner .list .item a .desc img{
  max-width: 95% !important;
  height: auto !important;
}
#top #result_area .inner .list .item a .tags {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#top #result_area .inner .list .item a .tags li {
  background: url(../../../../img/applicant/mypage/recruitment/tag_bg.svg) no-repeat right center/cover;
  padding: 7px 23px 7px 12px;
  font-size: 13px;
  line-height: 1;
  border-radius: 4px;
}
#top #result_area .inner .list .item a .tags li::before {
  content: "#";
}
#top #result_area .inner .list .item .link::before {
  content: "";
  display: block;
  width: 39px;
  height: 38px;
  background: url(../../../../img/applicant/mypage/recruitment/ico_btn_g.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
#top #result_area .inner .list .item .link::after {
  content: "";
  display: block;
  width: 39px;
  height: 38px;
  background: url(../../../../img/applicant/mypage/recruitment/ico_btn_b.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
}
#top #result_area .inner .list .item .link:hover {
  opacity: 1;
}
#top #result_area .inner .list .item .link:hover .name {
  text-decoration: underline;
}
#top #result_area .inner .list .item .link:hover .name span {
  text-decoration: none;
}
#top #result_area .inner .list .item .link:hover::after {
  opacity: 1;
}
#top #result_area .inner .list .item:not(:first-child) {
  padding-top: 40px;
}
#top #result_area .inner .list .item:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid #d4d4d4;
}
#top .back_btn a,
#top .close_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 65px;
  border-radius: 33px;
  background: #afafaf;
  color: #fff;
  border: 1px solid #afafaf;
  margin: 0 auto;
  margin-bottom: 108px;
}
#top .back_btn a:hover,
#top .close_btn a:hover {
  background: #fff;
  border-color: #3f3f3f;
  color: #000;
  opacity: 1;
}

@media (max-width: 1000px) {
  #top #intro .inner {
    flex-direction: column;
  }
  #top #intro .inner .ttl {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #top #searcharea .tab_content .tab_block.conditions .searchbox .checkarea {
    padding: 0;
  }
  #top #result_area .inner .list .item a .desc {
    max-width: 90% !important;
  }
  #top #result_area .inner .list .item a .desc img{
    max-width: 90% !important;
  }
}
@media (max-width: 768px) {
  #top #intro {
    padding-top: 32px;
  }
  #top #intro .inner .ttl {
    font-size: 21px;
    margin-bottom: 20px;
  }
  #top #intro .inner .desc {
    font-size: 14px;
    line-height: 1.78;
  }
  #top #comment {
    padding-top: 30px;
  }
  #top #comment .desc {
    padding: 22px 15px;
    font-size: 14px;
    line-height: 1.78;
    border-radius: 12px;
  }
  #top #searcharea {
    padding-top: 40px;
  }
  #top #searcharea .inner {
    width: 100%;
  }
  #top #searcharea .inner .tab_nav ul li {
    width: 167px;
    height: 37px;
    font-size: 16px;
    border-radius: 8px 8px 0 0;
  }
  #top #searcharea .inner .tab_nav ul li.conditions {
    margin-right: 10px;
  }
  #top #searcharea .inner .tab_nav ul li.conditions::before {
    width: 17px;
    height: 14px;
    margin-right: 4px;
  }
  #top #searcharea .inner .tab_nav ul li.freeword::before {
    width: 17px;
    height: 17px;
    margin-right: 3px;
  }
  #top #searcharea .inner .tab_content {
    margin-top: 25px;
  }
  #top #searcharea .inner .tab_content .tab_block .count {
    font-size: 17px;
  }
  #top #searcharea .inner .tab_content .tab_block.conditions .searchbox .checkarea {
    margin-top: 15px;
    padding-left: 5%;
    padding-right: 5%;
  }
  #top #searcharea .inner .tab_content .tab_block.conditions .searchbox .checkarea dl dt {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
  }
  #top #searcharea .inner .tab_content .tab_block.conditions .searchbox .checkarea dl dt:not(:first-of-type) {
    padding-top: 20px;
  }
  #top #searcharea .inner .tab_content .tab_block.conditions .searchbox .checkarea dl dt:not(:last-of-type) {
    padding-bottom: 0;
    border-bottom: 0;
  }
  #top #searcharea .inner .tab_content .tab_block.conditions .searchbox .checkarea dl dd {
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #top #searcharea .inner .tab_content .tab_block.conditions .searchbox .checkarea dl dd ul {
    gap: 15px 17px;
  }
  #top #searcharea .inner .tab_content .tab_block.conditions .searchbox .checkarea dl dd ul li input[type=checkbox] + label {
    padding-left: 26px;
  }
  #top #searcharea .inner .tab_content .tab_block.conditions .searchbox .checkarea dl dd ul li input[type=checkbox] + label::before {
    width: 20px;
    height: 20px;
  }
  #top #searcharea .inner .tab_content .tab_block.conditions .searchbox .checkarea dl dd ul li input[type=checkbox]:checked + label::after {
    width: 20px;
    height: 20px;
  }
  #top #searcharea .inner .tab_content .tab_block.conditions .searchbox .checkarea dl dd:not(:first-of-type) {
    padding-top: 10px;
  }
  #top #searcharea .inner .tab_content .tab_block.conditions .searchbox .checkarea dl dd:not(:last-of-type) {
    padding-bottom: 20px;
  }
  #top #searcharea .inner .tab_content .tab_block.conditions .searchbox .checkarea .reset {
    margin-top: 35px;
    width: 192px;
    height: 40px;
    font-size: 14px;
  }
  #top #searcharea .inner .tab_content .tab_block.conditions .searchbox .checkarea .reset::before {
    width: 14px;
    height: 14px;
    margin-right: 7px;
  }
  #top #searcharea .inner .tab_content .tab_block.freeword .word_area {
    margin-top: 20px;
    width: 90%;
  }
  #top #searcharea .inner .tab_content .tab_block.freeword .word_area input[type=text] {
    padding: 10px 15px;
    font-size: 16px;
    height: 48px;
  }
  #top #searcharea .inner .tab_content .tab_block.freeword .word_area button {
    width: 54px;
    height: 48px;
    padding-left: 15px;
  }
  #top #searcharea .inner .tab_content .tab_block.freeword .word_area button img {
    width: 21px;
  }
  #top #result_area {
    padding-top: 75px;
    padding-bottom: 70px;
  }
  #top #result_area .inner h2 {
    font-size: 21px;
    margin-bottom: 45px;
  }
  #top #result_area .inner .list .item a .name {
    font-size: 17px;
    line-height: 1.47;
    margin-bottom: 15px;
  }
  #top #result_area .inner .list .item a .name span {
    font-size: 11px;
    margin-top: 9px;
    margin-right: 7px;
  }
  #top #result_area .inner .list .item a .desc {
    font-size: 14px;
    line-height: 1.78;
  }
  #top #result_area .inner .list .item a .tags {
    width: 90%;
  }
  #top #result_area .inner .list .item a .tags li {
    font-size: 12px;
    padding: 5px 12px 5px 6px;
  }
  #top #result_area .inner .list .item a::after {
    margin-top: 7px;
    /* position: static; */
  }
  #top #result_area .inner .list .item:not(:first-child) {
    padding-top: 30px;
  }
  #top #result_area .inner .list .item:not(:last-child) {
    padding-bottom: 25px;
  }
  #top .back_btn a,
  #top .close_btn a {
    width: 215px;
    height: 50px;
    font-size: 16px;
  }
}
#detail #detail_area {
  padding-top: 94px;
  padding-bottom: 108px;
}
#detail #detail_area .inner h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 75px;
}
#detail #detail_area .inner .block {
  border: 1px solid #b8b8b8;
  border-radius: 24px;
  padding: 45px 50px 77px;
}
#detail #detail_area .inner .block .ttl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
}
#detail #detail_area .inner .block .ttl .name {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
}
#detail #detail_area .inner .block .ttl .name span {
  background: #d70000;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin-right: 9px;
  padding: 1px 6px;
  line-height: 1;
  border-radius: 10px;
  flex-shrink: 0;
  margin-top: 20px;
}
#detail #detail_area .inner .block .ttl .fix_btn {
  margin-left: 20px;
  transition: .3s;
}
#detail #detail_area .inner .block .ttl .fix_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 57px;
  border-radius: 29px;
  background: #393939;
  border: 1px solid #393939;
  color: #fff;
  padding-right: 17px;
  position: relative;
}
#detail #detail_area .inner .block .ttl .fix_btn a::after {
  content: "";
  display: block;
  width: 9px;
  height: 16px;
  background: url(../../../../img/applicant/mypage/recruitment/arrow_right_w.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
#detail #detail_area .inner .block .ttl .fix_btn a:hover {
  opacity: 1;
  background: #fff;
  color: #393939;
}
#detail #detail_area .inner .block .ttl .fix_btn a:hover::after {
  background-image: url(../../../../img/applicant/mypage/recruitment/arrow_right_b.svg);
}
#detail #detail_area .inner .block dl {
  display: flex;
  flex-wrap: wrap;
}
#detail #detail_area .inner .block dl dt {
  width: 160px;
  padding-left: 15px;
}
#detail #detail_area .inner .block dl dt:not(:first-of-type) {
  padding-top: 20px;
}
#detail #detail_area .inner .block dl dt:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
}
#detail #detail_area .inner .block dl dd {
  width: calc(100% - 160px);
  line-height: 2.25;
  padding-left: 27px;
  padding-right: 27px;
  overflow-wrap: break-word;
}
#detail #detail_area .inner .block dl dd a {
  color: #0a00ce;
  text-decoration: underline;
}
#detail #detail_area .inner .block dl dd img {
  max-width: 100% !important;
  height: auto !important;
}
#detail #detail_area .inner .block dl dd:not(:first-of-type) {
  padding-top: 20px;
}
#detail #detail_area .inner .block dl dd:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
}
#detail #detail_area .inner .block .btn {
  margin-top: 85px;
}
#detail #detail_area .inner .block .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 65px;
  border-radius: 33px;
  background: #4d4d4d;
  border: 1px solid #393939;
  font-size: 18px;
  color: #fff;
  padding-right: 10px;
  margin: 0 auto;
  position: relative;
}
#detail #detail_area .inner .block .btn a::after {
  content: "";
  display: block;
  width: 9px;
  height: 16px;
  background: url(../../../../img/applicant/mypage/recruitment/arrow_right_w.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
#detail #detail_area .inner .block .btn a:hover {
  opacity: 1;
  background: #fff;
  color: #393939;
}
#detail #detail_area .inner .block .btn a:hover::after {
  background-image: url(../../../../img/applicant/mypage/recruitment/arrow_right_b.svg);
}
#detail #detail_area .inner .back_btn ,
#detail #detail_area .inner .close_btn {
  margin-top: 69px;
}
#detail #detail_area .inner .back_btn a ,
#detail #detail_area .inner .close_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 65px;
  border-radius: 33px;
  background: #afafaf;
  color: #fff;
  border: 1px solid #afafaf;
  margin: 0 auto;
}
#detail #detail_area .inner .back_btn a::before {
  content: "";
  display: block;
  width: 21px;
  height: 17px;
  background: url(../../../../img/applicant/mypage/recruitment/ico_list_w.svg) no-repeat center/contain;
  margin-right: 10px;
}
#detail #detail_area .inner .back_btn a:hover,
#detail #detail_area .inner .close_btn a:hover {
  background: #fff;
  border-color: #3f3f3f;
  color: #000;
  opacity: 1;
}
#detail #detail_area .inner .back_btn a:hover::before {
  background-image: url(../../../../img/applicant/mypage/recruitment/ico_list_g.svg);
}

@media (max-width: 768px) {
  #detail #detail_area {
    padding-top: 32px;
    padding-bottom: 80px;
  }
  #detail #detail_area .inner h2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  #detail #detail_area .inner .block {
    padding: 20px 15px 25px;
    border-radius: 9px;
  }
  #detail #detail_area .inner .block .ttl {
    margin-bottom: 30px;
  }
  #detail #detail_area .inner .block .ttl .name {
    font-size: 17px;
    line-height: 1.47;
  }
  #detail #detail_area .inner .block .ttl .name span {
    font-size: 11px;
    margin-top: 7px;
  }
  #detail #detail_area .inner .block .ttl .fix_btn {
    position: fixed;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    margin-top: 0;
    margin-left: 0;
  }
  #detail #detail_area .inner .block .ttl .fix_btn a {
    width: 215px;
    height: 50px;
  }
  #detail #detail_area .inner .block .ttl .fix_btn::before {
    content: "";
    display: block;
    width: 100vw;
    height: 77px;
    background: #f0f0f0;
    position: fixed;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    z-index: -1;
  }
  #detail #detail_area .inner .block dl dt {
    width: 100%;
    font-size: 16px;
    padding-left: 0;
  }
  #detail #detail_area .inner .block dl dt:not(:first-of-type) {
    padding-top: 15px;
  }
  #detail #detail_area .inner .block dl dt:not(:last-of-type) {
    padding-bottom: 0;
    border-bottom: 0;
  }
  #detail #detail_area .inner .block dl dd {
    width: 100%;
    font-size: 14px;
    line-height: 1.78;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  #detail #detail_area .inner .block dl dd:not(:first-of-type) {
    padding-top: 10px;
  }
  #detail #detail_area .inner .block dl dd:not(:last-of-type) {
    padding-bottom: 15px;
  }
  #detail #detail_area .inner .block .btn {
    margin-top: 50px;
  }
  #detail #detail_area .inner .block .btn a {
    width: 215px;
    height: 50px;
    font-size: 16px;
  }
  #detail #detail_area .inner .back_btn,
  #detail #detail_area .inner .close_btn {
    margin-top: 30px;
  }
  #detail #detail_area .inner .back_btn a,
  #detail #detail_area .inner .close_btn a {
    width: 215px;
    height: 50px;
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */