:root {
  --main-colr: #be2b02;
  --main-gradation--colr: linear-gradient(135deg, #be2b02 0%, #a02401 100%);
  --sub-colr: #6abe02;
  --Hiragino: "Hiragino Sans", sans-serif;
  --jost: font-family: "Jost", sans-serif;
  --box-shadow: 0 0 20px rgba(148, 148, 148, 0.2);
}

div#contents {
  max-width: inherit;
}

div#contents div.contents_inline {
  display: block;
}

div#contents div.contents_inline div.projectSingleWrap {
  max-width: 1280px;
  margin: auto;
}

div#contents div.contents_inline div.projectSingleWrap div.breadcrumb {
  line-height: 200%;
  margin-bottom: 20px;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m h2 {
  display: inherit;
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  border: none;
}

@media (max-width:768px) {
  div#contents div.contents_inline div.projectSingleWrap div.contents_m h2 {
    font-size: 18px;
  }

}

div#contents div.contents_inline div.projectSingleWrap div.contents_m h2::before {
  display: none;
}

.title_thumb_wrap {
  margin-top: 10px;
}

.title_thumb_wrap .title_thumb {
  text-align: center;
}

.title_thumb_wrap .title_thumb img {
  width: 50%;
  height: auto;
}

@media (max-width:768px) {
  .title_thumb_wrap .title_thumb img {
    width: 100%;
  }
}


div#contents div.contents_inline div.projectSingleWrap div.contents_m ul.category_anken {
  display: flex;
  margin: 0 auto;
  align-items: center;
  width: 100%;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m ul.category_anken li.cate {
  font-size: 12px;
  color: var(--main-colr);
  border: 1px solid var(--main-colr);
  border-radius: 4px;
  margin-right: 26px;
  padding: 2px 5px;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m ul.category_anken li.category_syubetu {
  font-size: 12px;
  color: var(--main-colr);
  background: #F7FBFE;
  border-radius: 16px;
  padding: 2px 10px;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 631px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap {
    flex-direction: column;
  }

  div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.reward_is {
    text-align: center;
  }

  div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.sime_wrap {
    margin-top: 12px;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.sime_wrap {
    flex-direction: inherit;
  }

  div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.sime_wrap div.limits_wrap {
    margin: 0 auto !important;
    margin-bottom: 12px !important;
  }
}



div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.reward_is .reward_name {
  font-size: 14px;
  font-weight: bold;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.reward_is .reward_money {
  font-size: 18px;
  font-weight: bold;
  margin-left: 12px;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.reward_is .reward_money span {
  font-size: 28px;
  font-weight: bold;
  color: var(--main-colr);
}

@media (max-width: 520px) {
  div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.sime_wrap {
    flex-direction: column;
  }
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.sime_wrap {
  display: flex;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.sime_wrap div.limits_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 170px;
  width: 100%;
  background: var(--main-colr);
  padding: 12px 10px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 18px;
  margin-right: 10px;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.sime_wrap div.limits_wrap p.limits {
  color: #FFF;
  font-size: 18px;
  text-align: center;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.sime_wrap div.limits_wrap p.limits span {
  font-size: 24px;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.sime_wrap div.limits_wrap p.date {
  font-size: 12px;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.sime_wrap div.consider_wrap .consider_ver {
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 8px 24px;
  background: #FFF;
  white-space: nowrap;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.sime_wrap div.consider_wrap .consider_ver a.btn_clip.not {
  color: #707070;
  text-decoration: none;
  font-size: 12px;
  display: inline-flex;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.sime_wrap div.consider_wrap .consider_ver a.btn_clip.not::before {
  content: url(/common/img/favirote_icon.svg);
  margin-right: 5px;

}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.sime_wrap div.consider_wrap .contact_ver {
  border-radius: 4px;
  background: #707070;
  padding: 8px 24px;
  margin-bottom: 0;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap div.sime_wrap div.consider_wrap .contact_ver a.btn_inquiry.not {
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
}

@media (max-width: 1000px) {
  div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table div.reward_wrap {
    flex-direction: column;
  }
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.fff {
  margin-top: 32px;
  background: inherit;
  margin: 0 auto;
}

@media (max-width:768px) {
  div#contents div.contents_inline div.projectSingleWrap div.contents_m div.info_table {
    padding: 0px;
  }
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.fff table {
  border-right: none;
  border-left: none;
}

@media (max-width: 450px) {
  div#contents div.contents_inline div.projectSingleWrap div.contents_m div.fff table tr th {
    font-size: 12px;
  }
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.fff table tr th {
  width: 25.4%;
  border: 0;
  padding: 15px;
  background-color: #eaeff1;
}

.single_tr {
  font-size: 16px;
  line-height: 1.6rem;
  border-top: 1px solid #C6C7C7;
}

.single_tr:last-child {
  border-bottom: 1px solid #C6C7C7;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.main div.job_container p.suggest a.btn_entry.not {
  color: #FFF;
  background: var(--main-colr);
  border-radius: 4px;
  max-width: 240px;
  width: 100%;
  font-size: 16px;
  height: 41px;
  padding: inherit;
  line-height: 41px;
  transition: .3s;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.main div.job_container p.suggest a.btn_entry.not:hover {
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
  transition: .3s;
  opacity: 1;
}

@media (max-width: 495px) {
  div#contents div.contents_inline div.projectSingleWrap div.contents_m div.main div.job_container p.consider_contact a.btn_clip.not {
    margin-bottom: 8px;
  }
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.main div.job_container p.consider_contact a.btn_clip.not {
  color: #707070;
  background: #FFF;
  border: #707070 1px solid;
  max-width: 220px;
  width: 100%;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.main div.job_container p.consider_contact a.btn_clip.not::before {
  content: url(/common/img/favirote_icon.svg);
  margin-right: 5px;
}

div#contents div.contents_inline div.projectSingleWrap div.contents_m div.main div.job_container p.consider_contact a.btn_inquiry.not {
  color: #FFF;
  background: #707070;
  max-width: 220px;
  width: 100%;
  border-radius: 4px;
}

div#contents div.contents_inline div.projectSingleWrap div.main {
  margin-top: 25px;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other h2 {
  font-size: 24px;
  padding-left: 8px;
  /* border-left: 4px solid var(--main-colr); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 10px;
}

@media (max-width: 450px) {
  div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other h2 span.more {
    font-size: 10px !important;
  }
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other h2 span.more {
  font-size: 14px;
  border: 1px solid #be2b02;
  padding: 12px 20px;
  border-radius: 20px;
  text-decoration: none;
  transition: .3s;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other h2 span.more:hover {
  background: var(--main-gradation--colr);
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other h2 span.more:hover a {
  color: #fff;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other h2 span.more a {
  transition: .3s;
  text-decoration: none;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other h2 span.more a:hover {
  text-decoration: underline;
  transition: .3s;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other div.body {
  position: relative;
}

@media (max-width: 720px) {
  div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other div.body div.list_table ul.item_list li.item_real {
    width: 48% !important;
  }

  div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other div.body div.list_table ul.item_list li.item_real:nth-child(3) {
    display: none;
  }
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other div.body div.list_table ul.item_list li.item_real {
  max-width: 220px;
  border: 1px solid #707070;
  padding: 20px 20px;
  border-radius: 16px;
  width: 30%;
  position: relative;
}

@media (max-width: 720px) {
  div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other div.body div.list_table ul.item_list li.item_real ul.category_anken li.cate {
    font-size: 7px !important;
  }

  div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other div.body div.list_table ul.item_list li.item_real ul.category_anken li.category_syubetu {
    font-size: 7px !important;
  }
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other div.body div.list_table ul.item_list li.item_real ul.category_anken li.cate {
  font-size: 10px;
  width: 80%;
  color: var(--main-colr);
  border: 1px solid var(--main-colr);
  border-radius: 4px;
  padding: 2px 5px;
  text-align: center;
  margin-bottom: 8px;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other div.body div.list_table ul.item_list li.item_real ul.category_anken li.category_syubetu {
  font-size: 10px;
  width: 60%;
  color: var(--main-colr);
  background: #F7FBFE;
  border-radius: 16px;
  padding: 2px 10px;
  text-align: center;
  border: none;
  margin-bottom: 8px;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other div.body div.list_table ul.item_list li.item_real p.title {
  height: 90px;
  overflow: hidden;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other div.body div.list_table ul.item_list li.item_real p.title a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other div.body div.list_table ul.item_list li.item_real a.detail_check {
  margin-top: 12px;
  display: flex;
  justify-content: right;
  align-items: flex-end;
  height: 30px;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other div.body div.list_table div.flow_work_left {
  position: absolute;
  border: 5px solid;
  border-color: #CCC transparent transparent #CCC;
  transform: rotate(-45deg);
  width: 12px;
  height: 12px;
  top: 46%;
  left: -1%;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.other div.body div.list_table div.flow_work_right {
  position: absolute;
  border: 5px solid;
  border-color: #CCC transparent transparent #CCC;
  transform: rotate(135deg);
  width: 12px;
  height: 12px;
  top: 46%;
  right: -1%;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike h2 {
  margin-top: 60px;
  font-size: 24px;
  padding-left: 8px;
  /* border-left: 4px solid var(--main-colr); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

@media (max-width: 450px) {
  div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike h2 span.more {
    font-size: 10px !important;
  }
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike h2 span.more {
  font-size: 14px;
  border: 1px solid #be2b02;
  padding: 12px 20px;
  border-radius: 20px;
  text-decoration: none;
  transition: .3s;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike h2 span.more:hover {
  background: var(--main-gradation--colr);
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike h2 span.more:hover a {
  color: #fff;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike h2 span.more a {
  transition: .3s;
  text-decoration: none;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike h2 span.more a:hover {
  text-decoration: underline;
  transition: .3s;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike ul.item_list {
  margin-top: 23px;
  display: flex;
  gap: 20px;
  position: relative;
}

@media (max-width: 720px) {
  div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike ul.item_list li.item_real {
    width: 48% !important;
  }

  div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike ul.item_list li.item_real:nth-child(3) {
    display: none;
  }
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike ul.item_list li.item_real {
  max-width: 220px;
  border: 1px solid #707070;
  padding: 20px 20px;
  border-radius: 16px;
  width: 30%;
  position: relative;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike ul.item_list li.item_real ul.category_anken li.cate {
  font-size: 10px;
  width: 80%;
  color: var(--main-colr);
  border: 1px solid var(--main-colr);
  border-radius: 4px;
  padding: 2px 5px;
  text-align: center;
  margin-bottom: 8px;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike ul.item_list li.item_real ul.category_anken li.category_syubetu {
  font-size: 10px;
  width: 60%;
  color: var(--main-colr);
  background: #F7FBFE;
  border-radius: 16px;
  padding: 2px 10px;
  text-align: center;
  border: none;
  margin-bottom: 8px;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike ul.item_list li.item_real p.title {
  height: 90px;
  overflow: hidden;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike ul.item_list li.item_real p.title a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike ul.item_list li.item_real a.detail_check {
  margin-top: 12px;
  display: flex;
  justify-content: right;
  align-items: flex-end;
  height: 30px;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike div.flow_work_left {
  position: absolute;
  border: 5px solid;
  border-color: #CCC transparent transparent #CCC;
  transform: rotate(-45deg);
  width: 12px;
  height: 12px;
  top: 46%;
  left: -1%;
}

div#contents div.contents_inline div.projectSingleWrap div.main div.contents_box.alike div.flow_work_right {
  position: absolute;
  border: 5px solid;
  border-color: #CCC transparent transparent #CCC;
  transform: rotate(135deg);
  width: 12px;
  height: 12px;
  top: 46%;
  right: -1%;
}

div#contents div.contents_inline div.contents_s {
  float: inherit;
}


.info_company {
  padding-right: 45px;
  padding-bottom: 25px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.info_company .cheack {
  margin-right: 5px;
}

.job_container {
  padding-bottom: 30px;
}

.contents_m .button {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.body .item_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.common_tour {
  width: 29.16%;
}

@media (min-width: 769px) {
  .body .item_list {

    gap: 20px;
  }
}

@media (max-width: 768px) {
  .body .item_list {
    gap: 20px;
  }
}

@media (min-width: 769px) {
  .body .item_list li {
    padding: 20px;
    /* max-width: 189px; */
  }
}

@media (max-width: 768px) {
  .body .item_list li {
    padding: 20px;
  }
}

.body .item_list li .img img {
  width: 100%;
}

.body .item_list li .cate {
  display: inline-block;
  border: 1px solid var(--main-colr);
  color: var(--main-colr);
  border-radius: 4px;
  font-weight: 500;
  font-family: var(--cjk);
  text-align: center;
}

@media (min-width: 769px) {
  .body .item_list li .cate {
    padding: 5px 10px;
    margin-bottom: 8px;
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .body .item_list li .cate {
    padding: 5px 10px;
    margin-bottom: 8px;
    font-size: 14px;
  }
}

.body .item_list li .title {
  display: flex;
  flex-direction: column;
  border: 0;
}

@media (min-width: 769px) {
  .body .item_list li .title {
    padding: 0;
  }
}

.body .item_list li .title a {
  color: #222;
  text-decoration: none;
  line-height: 1.4;
  order: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

@media (min-width: 769px) {
  .body .item_list li .title a {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .body .item_list li .title a {
    padding-top: 10px;
  }
}

.body .item_list li span {
  font-size: 12px;
  display: grid;
  place-content: center;
  background-color: #E8F4FC;
  border-radius: 12px;
  color: var(--main-colr);
  font-weight: 500;
  font-family: var(--cjk);
  width: -moz-max-content;
  width: max-content;
  order: 1;
}

@media (min-width: 769px) {
  .body .item_list li span {
    padding: 3px 10px;
    font-size: 10px;
    margin-bottom: 8px;
  }
}

.body .item_list li .newLink {
  display: block;
  color: var(--main-colr);
  text-align: end;
}

@media (min-width: 769px) {
  .body .item_list li .newLink {
    font-size: 14px;
    padding-top: 20px;
  }
}

.body .item_list li .newLink:after {
  content: url(/common/img/next_left.svg);
  margin-left: 7px;
}

.tour_single_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  gap: 20px;
  margin-bottom: 25px;
}

@media (max-width:769px) {
  .tour_single_wrap {
    flex-direction: column;
  }
}

@media (max-width:768px) {
  .tour_single_wrap .img {
    margin-bottom: 20px;
  }
}

.tour_single_wrap .img img {
  width: 100%;
  object-fit: cover;
}

.tour_single_inner {
  display: flex;
}

@media (max-width:768px) {
  .tour_single_inner {
    flex-direction: column-reverse;
  }
}

.tour_description {
  font-size: 18px;
}

.number_yen::after {
  content: '円';
}

.owner_tour {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ddd;
}

.owner_name {
  transition: .3s;
  font-size: 14px;
}

.owner_name:hover {
  transition: .3s;
  opacity: .7;
}

.img_owner_common {
  margin-bottom: 20px;
}

.img_owner_common img {
  object-fit: cover;
  height: 400px;
}

.anken_kanren_list .list {
  width: 29.166%;
}

.guide_common_img img {
  object-fit: cover;
  height: 250px;
}

.guide_common_img {
  margin-bottom: 15px;
}


.anken_kanren_list .list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .3s;
}

.anken_kanren_list .list a {
  text-decoration: none;
}

.anken_kanren_list .list:hover {
  transition: .3s;
  border-radius: 7px;
  box-shadow: var(--box-shadow);
}

.anken_kanren_list .list .title {
  color: #333;
  font-size: 18px;
  line-height: 1.4em;
}

.anken_kanren_list .list:hover .title {
  transition: .3s;
  text-decoration: underline;
}

.anken_kanren_list .list:hover img {
  border-radius: 7px;
  transition: .3s;
}

@media (max-width:768px) {
  #contents .list_table_nobody .item_list .list {
    width: 100%;
  }
}

@media (max-width:768px) {
  .contents_box.history .body .item_list .list {
    width: 100%;
  }
}