@charset "UTF-8";
.sub_visual {
  width: 100%;
  position: relative;
}
.sub_visual > img {
  width: 100%;
  height: auto;
  min-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.sub_visual h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  padding-bottom: 50px;
  box-sizing: border-box;
  z-index: 10;
  font-size: 40px;
}
.sub_visual .sub_nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  .sub_visual .sub_nav {
    width: calc(100% - 20px);
  }
}
.sub_visual .sub_nav {
  max-width: 1280px;
  margin: 0 auto;
  height: 50px;
  bottom: 0;
  display: flex;
  box-sizing: border-box;
  padding: 0 10px;
  align-items: center;
}
.sub_visual .sub_nav > a {
  position: relative;
}
.sub_visual .sub_nav > a:not(:last-child):after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background: url("/img/화살표06.png") no-repeat 0 0;
}
.sub_visual .sub_nav > a:not(:first-child) {
  padding: 0 10px;
  color: #fff;
}
.sub_visual .sub_nav .home {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

@media (max-width: 768px) {
  .sub_visual > img {
    min-height: 188px;
  }
  .sub_visual h2 {
    padding-bottom: 40px;
    font-size: 20px;
  }
  .sub_visual .sub_nav {
    height: 40px;
    width: 100%;
    font-size: 12px;
  }
}
.sub_contents {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .sub_contents {
    padding: 40px 0;
  }
}

.sub_head {
  box-sizing: border-box;
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  .sub_head {
    width: calc(100% - 20px);
  }
}
.sub_head {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}
.sub_head.calc_icon {
  padding-left: 48px;
  background: url("/img/벡터 고급 개체.png") no-repeat 0 0;
}
.sub_head h3 {
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 30px;
}
.sub_head p {
  color: #888;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .sub_head {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sub_head.calc_icon {
    padding-left: 40px;
    background: url("/img/벡터 고급 개체.png") no-repeat 0 0/21.5;
  }
  .sub_head h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .sub_head p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.category_select_form > * {
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  .category_select_form > * {
    width: calc(100% - 20px);
  }
}
.category_select_form > * {
  max-width: 1280px;
  margin: 0 auto;
}
.category_select_form .category_select_tab b {
  font-size: 28px;
  font-weight: 500;
  color: #666;
  display: block;
  margin-bottom: 40px;
}
.category_select_form .category_select_tab .category_select {
  max-width: 1290px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
.category_select_form .category_select_tab .category_select label {
  cursor: pointer;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  background-color: #f8f8f8;
  color: #666;
  margin: 0 5px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category_select_form .category_select_tab .category_select label.on {
  background-color: #4c0300;
  color: #fff;
}
.category_select_form .dec_area {
  max-width: 1920px;
  width: 100%;
  background-color: #f8f8f8;
  padding: 56px 0;
  margin-bottom: 40px;
}
.category_select_form .dec_area .dec_area_wrap {
  display: none;
}
.category_select_form .dec_area .dec_area_wrap.on {
  display: block;
}
.category_select_form .dec_area .dec_area_wrap {
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  .category_select_form .dec_area .dec_area_wrap {
    width: calc(100% - 20px);
  }
}
.category_select_form .dec_area .dec_area_wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.category_select_form .dec_area .dec_area_wrap > h4 {
  font-size: 28px;
  margin-bottom: 30px;
}
.category_select_form .dec_area .dec_area_wrap .horiVerti {
  display: flex;
}
.category_select_form .dec_area .dec_area_wrap .horiVerti.horiVerti-3 > li:nth-of-type(3) {
  flex: 1;
  max-width: 400px;
}
.category_select_form .dec_area .dec_area_wrap .horiVerti li {
  width: calc(50% - 7px);
  max-width: 300px;
}
.category_select_form .dec_area .dec_area_wrap .horiVerti li:not(:last-child) {
  margin-right: 14px;
}
.category_select_form .dec_area .dec_area_wrap .horiVerti li label {
  position: relative;
}
.category_select_form .dec_area .dec_area_wrap .horiVerti li label p {
  margin-bottom: 14px;
  display: flex;
  font-size: 22px;
}
.category_select_form .dec_area .dec_area_wrap .horiVerti li label p span {
  margin-left: auto;
  font-size: 0.8em;
}
.category_select_form .dec_area .dec_area_wrap .horiVerti li label input {
  width: 100%;
  height: 58px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-left: 14px;
  padding-right: 20px;
  font-size: 22px;
  color: #888;
}
.category_select_form .dec_area .dec_area_wrap .horiVerti li label > span {
  position: absolute;
  right: 15px;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0;
  font-size: 24px;
}
@media (max-width: 1100px) {
  .category_select_form .dec_area .dec_area_wrap .horiVerti {
    flex-direction: column;
    row-gap: 20px;
  }
  .category_select_form .dec_area .dec_area_wrap .horiVerti.horiVerti-3 > li:nth-of-type(3) {
    flex: 1;
    max-width: 400px;
  }
  .category_select_form .dec_area .dec_area_wrap .horiVerti li {
    width: calc(50% - 7px);
    max-width: 300px;
  }
  .category_select_form .dec_area .dec_area_wrap .horiVerti li:not(:last-child) {
    margin-right: 14px;
  }
  .category_select_form .dec_area .dec_area_wrap .horiVerti li label {
    position: relative;
  }
  .category_select_form .dec_area .dec_area_wrap .horiVerti li label p {
    margin-bottom: 14px;
    display: flex;
    font-size: 22px;
  }
  .category_select_form .dec_area .dec_area_wrap .horiVerti li label p span {
    margin-left: auto;
    font-size: 0.8em;
  }
  .category_select_form .dec_area .dec_area_wrap .horiVerti li label input {
    width: 100%;
    height: 58px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 14px;
    padding-right: 20px;
    font-size: 22px;
    color: #888;
  }
  .category_select_form .dec_area .dec_area_wrap .horiVerti li label > span {
    position: absolute;
    right: 15px;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 0;
    font-size: 24px;
  }
}
.category_select_form .dec_area .dec_area_wrap .dec_img {
  padding: 60px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category_select_form .dec_area .dec_area_wrap .dec_side_area {
  display: flex;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 32px;
}
.category_select_form .dec_area .dec_area_wrap .dec_side_area h4 {
  font-size: 28px;
  white-space: nowrap;
}
.category_select_form .dec_area .dec_area_wrap .dec_side_area a.light {
  display: flex;
  margin: 0 5px;
  align-items: center;
}
.category_select_form .dec_area .dec_area_wrap .dec_side_area a.light img {
  margin-left: 8px;
}
.category_select_form .dec_area .dec_area_wrap .dec_side_area .mini_modal {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 30px;
  width: 580px;
  height: 97px;
  display: none;
}
.category_select_form .dec_area .dec_area_wrap .dec_side_area .mini_modal.on {
  display: flex;
  justify-content: center;
  align-items: center;
}
.category_select_form .dec_area .dec_area_wrap .dec_side_area .mini_modal > a {
  position: absolute;
  right: 15px;
  top: 5px;
}
.category_select_form .dec_area .dec_area_wrap .measure_side_area > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li {
  width: calc(50% - 15px);
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li:nth-of-type(1) .order_side {
  background-color: #3f44ff;
}
.category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li:nth-of-type(2) .order_side {
  background-color: #007f33;
}
.category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li:nth-of-type(3) .order_side {
  background-color: #ffa200;
}
.category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li:nth-of-type(4) .order_side {
  background-color: #ff3f19;
}
.category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li p.light {
  font-size: 20px;
  margin-right: 8px;
}
.category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li span.order_side {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 37.5px;
  flex-shrink: 0;
  height: 37.5px;
}
.category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li select {
  margin-left: auto;
  margin-right: 18px;
  color: #ff4646;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 58px;
  font-weight: bold;
  padding: 0 14px;
  width: 130px;
}
.category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li label {
  width: 324px;
  height: 58px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 14px;
  font-size: 20px;
  color: #888;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li label b {
  font-size: 20px;
}
.category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li label input {
  flex: 1;
  margin: 0 10px;
  height: calc(100% - 2px);
  border: 0;
  font-size: 20px;
  width: 100px;
}
.category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li label span {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .category_select_form .dec_area .dec_area_wrap .dec_side_area {
    width: 100%;
  }
  .category_select_form .dec_area .dec_area_wrap .dec_side_area .mini_modal {
    position: absolute;
    left: auto;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 15px;
    box-sizing: border-box;
    height: auto;
  }
  .category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li p.light {
    font-size: 20px;
    margin-right: 8px;
  }
  .category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li span.order_side {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    width: 37.5px;
    flex-shrink: 0;
    height: 37.5px;
  }
  .category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li select {
    margin-left: auto;
    margin-right: 18px;
    color: #ff4646;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 58px;
    font-weight: bold;
    padding: 0 14px;
    width: 130px;
  }
  .category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li label {
    width: 324px;
    height: 58px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 0 14px;
    font-size: 12px;
    color: #888;
    border-radius: 5px;
    display: flex;
    align-items: center;
  }
  .category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li label b {
    font-size: 20px;
  }
  .category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li label input {
    flex: 1;
    margin: 0 10px;
    height: calc(100% - 2px);
    border: 0;
  }
  .category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li label span {
    font-size: 24px;
  }
}
.category_select_form .predict {
  padding-top: 40px;
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  .category_select_form .predict {
    width: calc(100% - 20px);
  }
}
.category_select_form .predict {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.category_select_form .predict .predict_head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 4px solid #4c0300;
  margin-bottom: 80px;
}
.category_select_form .predict .predict_head span {
  font-size: 30px;
}
.category_select_form .predict .predict_head p {
  font-size: 30px;
  margin: 0 10px;
  display: flex;
  align-items: center;
}
.category_select_form .predict .predict_head p b {
  font-size: 40px;
}
.category_select_form .predict .predict_body {
  padding-bottom: 74px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 58px;
}
.category_select_form .predict .predict_body > p {
  text-align: center;
  font-size: 28px;
  margin-bottom: 37px;
}
.category_select_form .predict .predict_body ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.category_select_form .predict .predict_body ul li {
  width: calc(50% - 8px);
  max-width: 200px;
  height: 60px;
  margin: 0 2px;
}
.category_select_form .predict .predict_body ul li label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  color: #666;
  font-size: 20px;
  border-radius: 5px;
}
.category_select_form .predict .predict_body ul li label.on {
  background-color: #4c0300;
  color: #fff;
}
.category_select_form .predict .predict_btn {
  display: flex;
  justify-content: center;
}
.category_select_form .predict .predict_btn button {
  background-color: #ff3f19;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 15px;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  max-width: 400px;
}
.category_select_form .predict_2 {
  width: 100%;
  max-width: 100%;
  background-color: #686868;
  padding: 80px 0;
}
.category_select_form .predict_2 .wrap {
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  .category_select_form .predict_2 .wrap {
    width: calc(100% - 20px);
  }
}
.category_select_form .predict_2 .wrap {
  max-width: 1660px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
.category_select_form .predict_2 .wrap > p.fwb {
  font-size: 24px;
  display: block;
  padding-top: 20px;
  margin-right: 80px;
}
.category_select_form .predict_2 .wrap .vat {
  display: flex;
  align-items: flex-end;
}
.category_select_form .predict_2 .wrap .vat b {
  font-size: 60px;
}
.category_select_form .predict_2 .wrap .vat p.dft {
  font-size: 24px;
}
.category_select_form .predict_2 .wrap .vat span {
  margin-left: 10px;
  opacity: 0.7;
}
.category_select_form .predict_2 .wrap ul {
  margin-left: 20px;
}
.category_select_form .predict_2 .wrap ul li:first-child {
  margin-bottom: 10px;
}
.category_select_form .predict_3 {
  width: 100%;
  max-width: 100%;
  background-color: #f8f8f8;
  padding: 80px 0;
  line-height: 1.8;
  color: #888;
}
.category_select_form .predict_3 .wrap {
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  .category_select_form .predict_3 .wrap {
    width: calc(100% - 20px);
  }
}
.category_select_form .predict_3 .wrap {
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .category_select_form .category_select_tab b {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .category_select_form .category_select_tab .category_select {
    margin-bottom: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .category_select_form .category_select_tab .category_select label {
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    border-radius: 17px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .category_select_form .dec_area {
    max-width: 1920px;
    width: 100%;
    background-color: #f8f8f8;
    padding: 20px 0;
    margin-bottom: 0px;
  }
  .category_select_form .dec_area .dec_area_wrap > h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .category_select_form .dec_area .dec_area_wrap .horiVerti {
    display: flex;
  }
  .category_select_form .dec_area .dec_area_wrap .horiVerti li {
    width: 100%;
    max-width: 600px;
  }
  .category_select_form .dec_area .dec_area_wrap .horiVerti li.w100 {
    width: 100%;
  }
  .category_select_form .dec_area .dec_area_wrap .horiVerti li:not(:last-child) {
    margin-right: 6px;
  }
  .category_select_form .dec_area .dec_area_wrap .horiVerti li label p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .category_select_form .dec_area .dec_area_wrap .horiVerti li label input {
    height: 40px;
    padding-left: 7px;
    padding-right: 20px;
  }
  .category_select_form .dec_area .dec_area_wrap .horiVerti li label span {
    right: 11px;
    bottom: 3px;
    font-size: 11px;
  }
  .category_select_form .dec_area .dec_area_wrap .dec_img {
    padding: 30px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .category_select_form .dec_area .dec_area_wrap .dec_side_area {
    margin-bottom: 15px;
  }
  .category_select_form .dec_area .dec_area_wrap .dec_side_area h4 {
    font-size: 15px;
  }
  .category_select_form .dec_area .dec_area_wrap .dec_side_area a.light {
    margin: 0 4px;
    font-size: 12px;
  }
  .category_select_form .dec_area .dec_area_wrap .dec_side_area a.light img {
    margin-left: 4px;
  }
  .category_select_form .dec_area .dec_area_wrap .dec_side_area .mini_modal {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 8px;
  }
  .category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li p.light {
    font-size: 12px;
    margin-right: 4px;
  }
  .category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li span.order_side {
    font-size: 12px;
    width: 21.5px;
    height: 21.5px;
    margin-right: 5px;
  }
  .category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li select {
    margin-right: 4px;
    height: 40px;
    padding: 0 2px;
    width: 65px;
    font-size: 16px;
  }
  .category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li label {
    width: calc(100% - 200px);
    height: 40px;
    flex: 1;
    padding: 0 4px;
  }
  .category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li label b {
    font-size: 16px;
  }
  .category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li label input {
    margin: 0 5px;
    width: 80%;
    font-size: 16px;
  }
  .category_select_form .dec_area .dec_area_wrap .measure_side_area > ul > li label span {
    font-size: 12px;
  }
  .category_select_form .predict {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .category_select_form .predict .predict_head {
    padding-bottom: 10px;
    border-bottom: 2px solid #4c0300;
    margin-bottom: 30px;
  }
  .category_select_form .predict .predict_head span {
    font-size: 15px;
  }
  .category_select_form .predict .predict_head p {
    font-size: 15px;
  }
  .category_select_form .predict .predict_head p b {
    font-size: 20px;
  }
  .category_select_form .predict .predict_body {
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
  .category_select_form .predict .predict_body > p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
    text-align: left;
  }
  .category_select_form .predict .predict_body ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .category_select_form .predict .predict_body ul li {
    width: calc(50% - 8px);
    max-width: 200px;
    height: 50px;
    margin: 0 2px;
  }
  .category_select_form .predict .predict_body ul li label {
    font-size: 15px;
  }
  .category_select_form .predict .predict_btn button {
    font-size: 17px;
    height: 70px;
  }
  .category_select_form .predict_2 {
    padding: 25px 0;
  }
  .category_select_form .predict_2 .wrap > p.fwb {
    font-size: 15px;
    padding-top: 10px;
    margin-right: auto;
  }
  .category_select_form .predict_2 .wrap .vat {
    display: flex;
    align-items: flex-end;
  }
  .category_select_form .predict_2 .wrap .vat b {
    font-size: 25px;
  }
  .category_select_form .predict_2 .wrap .vat p.dft {
    font-size: 15px;
  }
  .category_select_form .predict_2 .wrap .vat span {
    margin-left: 10px;
    opacity: 0.7;
  }
  .category_select_form .predict_2 .wrap ul {
    display: none;
  }
  .category_select_form .predict_3 {
    padding: 20px 0;
    text-align: center;
  }
  .category_select_form .predict_3 br {
    display: none;
  }
}
#new-sub {
  width: 100%;
  height: auto;
  padding-top: 276px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  #new-sub {
    padding-top: 284px;
  }
}
@media (max-width: 768px) {
  #new-sub {
    padding-top: 249px;
  }
}
@media (max-width: 480px) {
  #new-sub {
    padding-top: 300px;
  }
}

.subvisual {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .subvisual {
    margin-bottom: 70px;
  }
}
.subvisual .container {
  width: 95%;
  height: 300px;
  max-width: 1640px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .subvisual .container {
    height: 240px;
  }
}
.subvisual .container > b {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .subvisual .container > b {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .subvisual .container > b {
    font-size: 28px;
  }
}

.conveyance {
  width: 100%;
  height: auto;
  margin-bottom: 160px;
}
@media (max-width: 1280px) {
  .conveyance {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .conveyance {
    margin-bottom: 80px;
  }
}
.conveyance .container {
  width: 95%;
  height: auto;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.conveyance .container .announce {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 70px;
  padding: 60px 36px 36px;
  background: #EEF2FF;
  border-radius: 10px;
}
@media (max-width: 1280px) {
  .conveyance .container .announce {
    margin-bottom: 48px;
    padding: 40px 24px 24px;
  }
}
@media (max-width: 768px) {
  .conveyance .container .announce {
    margin-bottom: 40px;
    padding: 28px 20px 196px;
  }
}
.conveyance .container .announce .contents {
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .conveyance .container .announce .contents {
    width: 100%;
  }
}
.conveyance .container .announce .contents > h4 {
  padding-left: 32px;
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
}
@media (max-width: 1280px) {
  .conveyance .container .announce .contents > h4 {
    padding-left: 16px;
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.conveyance .container .announce .contents > h4 > em {
  color: #ffa200;
}
.conveyance .container .announce .contents .announce-list {
  width: 100%;
  height: auto;
  padding: 28px 36px;
  background: white;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1280px) {
  .conveyance .container .announce .contents .announce-list {
    padding: 20px;
  }
}
.conveyance .container .announce .contents .announce-list .item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .conveyance .container .announce .contents .announce-list .item {
    gap: 8px;
    font-size: 16px;
  }
}
.conveyance .container .announce .illust {
  position: absolute;
  right: 36px;
  bottom: 36px;
  width: 36%;
  height: auto;
  display: flex;
}
@media (max-width: 1280px) {
  .conveyance .container .announce .illust {
    right: 16px;
    bottom: 16px;
    width: 30%;
  }
}
@media (max-width: 768px) {
  .conveyance .container .announce .illust {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    width: auto;
    height: 160px;
  }
}
.conveyance .container .announce .illust > img {
  width: 100%;
  height: auto;
}
.conveyance .container .chart {
  width: 100%;
  height: auto;
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 70px;
  display: flex;
}
@media (max-width: 1280px) {
  .conveyance .container .chart {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .conveyance .container .chart {
    margin-bottom: 40px;
  }
}
.conveyance .container .chart > img {
  width: 100%;
  height: auto;
}
.conveyance .container .etc-contact {
  width: 100%;
  height: auto;
  padding: 14px;
  background: #ffa200;
  border-radius: 16px;
}
.conveyance .container .etc-contact .inner-wrap {
  width: 100%;
  height: auto;
  padding: 28px 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  background: white;
  border-radius: 12px;
}
@media (max-width: 1280px) {
  .conveyance .container .etc-contact .inner-wrap {
    padding: 20px 24px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .conveyance .container .etc-contact .inner-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.conveyance .container .etc-contact .inner-wrap > figure {
  flex: 0 0 auto;
  width: 110px;
  height: auto;
  display: flex;
}
@media (max-width: 1280px) {
  .conveyance .container .etc-contact .inner-wrap > figure {
    width: 80px;
  }
}
.conveyance .container .etc-contact .inner-wrap > figure > img {
  width: 100%;
  height: auto;
}
.conveyance .container .etc-contact .inner-wrap .content-box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1280px) {
  .conveyance .container .etc-contact .inner-wrap .content-box {
    gap: 16px;
  }
}
.conveyance .container .etc-contact .inner-wrap .content-box .upper {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .conveyance .container .etc-contact .inner-wrap .content-box .upper {
    font-size: 20px;
  }
}
.conveyance .container .etc-contact .inner-wrap .content-box .upper > em {
  color: #ffa200;
}
.conveyance .container .etc-contact .inner-wrap .content-box .huge {
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .conveyance .container .etc-contact .inner-wrap .content-box .huge {
    font-size: 22px;
    line-height: 28px;
  }
}
.conveyance .container .etc-contact .inner-wrap .content-box .huge > em {
  font-size: 1.2em;
  line-height: 44px;
  font-weight: 800;
}
@media (max-width: 1280px) {
  .conveyance .container .etc-contact .inner-wrap .content-box .huge > em {
    line-height: 28px;
  }
}

.trim {
  width: 100%;
  height: auto;
  margin-bottom: 160px;
}
@media (max-width: 1280px) {
  .trim {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .trim {
    margin-bottom: 80px;
  }
}
.trim .container {
  width: 95%;
  height: auto;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.trim .container .caution {
  width: 100%;
  height: auto;
  padding: 32px 60px 44px;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: #ffa200;
  border-radius: 16px;
}
@media (max-width: 1280px) {
  .trim .container .caution {
    padding: 20px 32px 24px;
    margin-bottom: 24px;
  }
}
.trim .container .caution .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.trim .container .caution .title .caution-icon {
  width: 64px;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 10000rem;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1280px) {
  .trim .container .caution .title .caution-icon {
    width: 38px;
  }
}
@media (max-width: 768px) {
  .trim .container .caution .title .caution-icon {
    width: 28px;
  }
}
.trim .container .caution .title .caution-icon > svg {
  width: 80%;
  height: 80%;
  fill: white;
}
.trim .container .caution .title > h1 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .trim .container .caution .title > h1 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .trim .container .caution .title > h1 {
    font-size: 20px;
  }
}
.trim .container .caution .caution-list {
  width: 100%;
  height: auto;
  padding: 28px 36px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: white;
  border-radius: 12px;
}
@media (max-width: 1280px) {
  .trim .container .caution .caution-list {
    padding: 20px 24px;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .trim .container .caution .caution-list {
    padding: 16px 18px;
  }
}
.trim .container .caution .caution-list .item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .trim .container .caution .caution-list .item {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .trim .container .caution .caution-list .item {
    font-size: 14px;
  }
}
.trim .container .caution .caution-list .item.emph {
  color: #bb0000;
  font-weight: 600;
}
.trim .container .chart {
  width: 100%;
  height: auto;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1280px) {
  .trim .container .chart {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .trim .container .chart {
    gap: 16px;
  }
}
.trim .container .chart .price {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 768px) {
  .trim .container .chart .price {
    flex-direction: column;
    gap: 24px;
  }
}
.trim .container .chart .price .type {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (max-width: 768px) {
  .trim .container .chart .price .type {
    flex: unset;
    width: 100%;
    height: auto;
  }
}
.trim .container .chart .price .type > p {
  width: 100%;
  height: 72px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
  background: #FFE292;
  border-radius: 12px;
}
@media (max-width: 1280px) {
  .trim .container .chart .price .type > p {
    height: 56px;
    font-size: 18px;
  }
}
.trim .container .chart .price .type table {
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  border-bottom: 2px solid #707070;
}
.trim .container .chart .price .type table.table1 colgroup col:nth-child(1) {
  width: 30%;
}
.trim .container .chart .price .type table.table1 colgroup col:nth-child(2) {
  width: 30%;
}
.trim .container .chart .price .type table.table1 colgroup col:nth-child(3) {
  width: 40%;
}
.trim .container .chart .price .type table.table2 colgroup col:nth-child(1) {
  width: 45%;
}
.trim .container .chart .price .type table.table2 colgroup col:nth-child(2) {
  width: 55%;
}
.trim .container .chart .price .type table th, .trim .container .chart .price .type table td {
  border: 1px solid #aaa;
  height: 48px;
  padding: 0 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .trim .container .chart .price .type table th, .trim .container .chart .price .type table td {
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .trim .container .chart .price .type table th, .trim .container .chart .price .type table td {
    height: 36px;
  }
}
.trim .container .chart .price .type table th.emph, .trim .container .chart .price .type table td.emph {
  font-weight: 600;
  color: #ffa200;
}
.trim .container .chart .price .type table th {
  font-weight: 600;
}
.trim .container .chart .contact {
  width: 100%;
  height: auto;
  padding: 20px 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  border-radius: 16px;
  background: #f0f0f0;
}
@media (max-width: 1280px) {
  .trim .container .chart .contact {
    padding: 16px 24px;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .trim .container .chart .contact {
    gap: 12px;
  }
}
.trim .container .chart .contact .name {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.trim .container .chart .contact .name figure {
  flex: 0 0 auto;
  width: 26px;
  height: auto;
}
.trim .container .chart .contact .name figure > img {
  width: 100%;
  height: auto;
}
.trim .container .chart .contact .name > span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
}
.trim .container .chart .contact p {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .trim .container .chart .contact p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .trim .container .chart .contact p {
    font-size: 18px;
  }
}/*# sourceMappingURL=sub.css.map */