@charset "UTF-8";
.service_contents {
  margin-bottom: 100px;
}

@media (max-width: 480px) {
  .service_contents {
    margin-bottom: 50px;
  }
}

.service_contents_inner {
  padding: 0 15px 15px;
}

@media (max-width: 480px) {
  .service_contents_inner {
    padding: 0;
  }
}

.service_contents_inner .sub_msg {
  background-color: #f6fee4;
  padding: 20px 30px;
}

@media (max-width: 480px) {
  .service_contents_inner .sub_msg {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 15px 20px;
  }
}

.service_contents_inner .sub_msg dt {
  font-weight: bold;
}

.service_contents_inner .sub_msg dd {
  margin-bottom: 15px;
}

.service_contents_msg {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .service_contents_msg {
    margin-bottom: 20px;
  }
}

.service_contents_img img {
  width: 100%;
}

.service_contents .fl_blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .service_contents .fl_blc {
    display: block;
  }
}

.service_contents .fl_blc .fl_blc_msg {
  width: 500px;
  margin-right: 50px;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .service_contents .fl_blc .fl_blc_msg {
    width: 100%;
    margin-right: 0;
  }
}

.service_contents .fl_blc .fl_blc_img {
  width: 440px;
  margin-right: 30px;
}

@media (max-width: 480px) {
  .service_contents .fl_blc .fl_blc_img {
    width: 100%;
    margin-right: 0;
  }
}

.service_contents .fl_blc .fl_blc_img:nth-child(2n), .service_contents .fl_blc .fl_blc_img:last-child {
  margin-right: 0;
}

.service_contents .fl_blc .fl_blc_img:nth-child(n + 3) {
  margin-top: 30px;
}

@media (max-width: 480px) {
  .service_contents .fl_blc .fl_blc_img:nth-child(n + 3) {
    margin-top: 0;
  }
}

#contents .service_contents .fl_blc.three .fl_blc_img {
  width: 280px;
  margin: 0 40px 0 0;
}

@media (max-width: 480px) {
  #contents .service_contents .fl_blc.three .fl_blc_img {
    width: 100%;
    margin-right: 0;
  }
}

#contents .service_contents .fl_blc.three .fl_blc_img:nth-child(3n) {
  margin-right: 0;
}

#contents2 .section:nth-of-type(2n) {
  background-color: #f4fcff;
}

#contents2 .table_base th {
  border-bottom-color: #11bfec;
}

@media (max-width: 480px) {
  #contents2 .table_base th {
    background: #f4fcff;
  }
}

#contents2 .sub_msg {
  background-color: #e4f8ff;
  border: 1px solid #c4eaf7;
}

#contents2 .cleanconsaltant .company_name {
  font-size: 2.8rem;
  text-align: left;
  margin-bottom: 30px;
  padding-left: 40px;
  position: relative;
  width: 1020px;
}

@media (max-width: 480px) {
  #contents2 .cleanconsaltant .company_name {
    font-size: 2rem;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 55px;
    width: 100%;
  }
}

#contents2 .cleanconsaltant .company_name::before {
  content: "";
  background-color: transparent;
  background-image: url("../img/content2-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 51px;
  height: 100%;
  position: absolute;
  left: 0;
}

@media (max-width: 480px) {
  #contents2 .cleanconsaltant .company_name::before {
    width: 30px;
    top: 10px;
    left: 30px;
  }
}

#contents2 .access_data dl dt {
  color: #11bfec;
}

.cleanconsaltant {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .cleanconsaltant {
    margin-bottom: 0px;
  }
}

.cleanconsaltant .message_blc {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .cleanconsaltant .message_blc {
    margin-bottom: 30px;
  }
}

.cleanconsaltant .message_blc .message_img {
  z-index: 0;
}

.cleanconsaltant .message_blc .message_img img {
  width: 100%;
}

.cleanconsaltant .message_blc .message {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 5px 10px #ccc;
          box-shadow: 0 5px 10px #ccc;
  margin: -50px 20px 50px;
  padding: 50px 50px 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .cleanconsaltant .message_blc .message {
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: -50px 1% 20px;
    padding: 25px;
  }
}

.cleanconsaltant .message_blc .message .pick_text {
  font-size: 2.6rem;
  letter-spacing: 2px;
}

@media (max-width: 480px) {
  .cleanconsaltant .message_blc .message .pick_text {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.cleanconsaltant .message_blc .message .name {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
}

@media (max-width: 480px) {
  .cleanconsaltant .message_blc .message .name {
    font-size: 1.7rem;
    letter-spacing: 1px;
    margin-top: 10px;
  }
}

.cleanconsaltant .btn_base {
  width: 300px;
}

@media (max-width: 480px) {
  .cleanconsaltant .btn_base {
    width: 90%;
  }
}

.cleanconsaltant .btn_base a {
  background-color: #fff;
  background-image: none;
  border: 2px solid #1d60b7;
  color: #1d60b7;
  font-size: 1.6rem;
  padding-bottom: 25px;
  position: relative;
}

@media (max-width: 480px) {
  .cleanconsaltant .btn_base a {
    font-size: 1.5rem;
    padding: 10px 35px 10px 25px;
  }
}

.cleanconsaltant .btn_base a::before {
  content: "";
  background-image: url(../img/arrow-bl.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 6px;
  height: 10px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}

@media (max-width: 480px) {
  .cleanconsaltant .btn_base a::before {
    left: auto;
    right: 15%;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .cleanconsaltant .btn_base a:hover {
    background-color: #1d60b7;
    background-image: none;
    color: #fff;
  }
  .cleanconsaltant .btn_base a:hover::before {
    background-image: url(../img/arrow-wh.png);
    bottom: 5px;
  }
}

.three_blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .three_blc {
    display: block;
  }
}

.three_blc_set {
  width: 30%;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .three_blc_set {
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
  }
}

.three_blc_set:not(:nth-of-type(3n)) {
  margin-right: 5%;
}

@media (max-width: 480px) {
  .three_blc_set:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

.three_blc_set:not(:last-of-type) {
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .three_blc .service_contents_img {
    width: 45%;
  }
}

.three_blc .service_contents_img img {
  width: 100%;
}

.three_blc .service_contents_msg {
  line-height: 1.5;
}

@media (max-width: 480px) {
  .three_blc .service_contents_msg {
    font-size: 1.4rem;
    line-height: 1.3;
    width: 50%;
    margin-bottom: 10px;
  }
}

.three_blc .service_contents_title {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 7px 0;
}

@media (max-width: 480px) {
  .three_blc .service_contents_title {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin: 0 0 5px;
  }
}

.txt_blc {
  margin-bottom: 50px;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .txt_blc {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .txt_blc:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .flow_list {
    display: block;
  }
}

.flow_list .flow_item {
  background-color: #f1fce4;
  border: 1px solid #d5ecbb;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 40px;
  position: relative;
  width: 220px;
}

@media (max-width: 480px) {
  .flow_list .flow_item {
    padding: 15px 0 20px;
    width: 100%;
  }
}

.flow_list .flow_item span {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
}

.flow_list .flow_item:not(:last-of-type) {
  margin-right: 46px;
}

@media (max-width: 480px) {
  .flow_list .flow_item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 35px;
  }
}

.flow_list .flow_item:not(:last-of-type)::before {
  content: "";
  background-image: url("../img/flow_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 480px) {
  .flow_list .flow_item:not(:last-of-type)::before {
    height: 20px;
    top: auto;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%) rotate(90deg);
            transform: translate(-50%, 100%) rotate(90deg);
  }
}

.lead_msg {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .lead_msg {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.license_contents_inner.three_blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .license_contents_inner.three_blc {
    display: block;
    margin-bottom: 0px;
  }
}

.license_contents .license_set {
  background-color: #fff;
  width: 330px;
  padding: 30px 30px 15px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

@media (max-width: 480px) {
  .license_contents .license_set {
    margin-bottom: 15px;
    padding: 20px 25px 8px;
    width: 100%;
  }
}

.license_contents .license_set:not(:last-of-type) {
  margin-right: 15px;
}

.license_contents .license_set .pick_text {
  color: #054607;
}

.license_contents .license_list .license_item {
  line-height: 1.3;
  margin-bottom: 10px;
  text-indent: -18px;
  padding-left: 18px;
}

.license_contents .license_list .license_item:before {
  content: "●";
  color: #98cb13;
  font-size: 1.3rem;
  padding-right: 4px;
}

.license_contents_msg:not(:last-of-type) {
  margin-bottom: 30px;
}

.recruit_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .recruit_flow {
    display: block;
  }
}

.recruit_flow_list {
  background-color: rgba(255, 255, 255, 0.6);
  border: 3px solid #93c975;
  line-height: 1.5;
  padding: 27px;
  width: 220px;
  position: relative;
}

@media (max-width: 480px) {
  .recruit_flow_list {
    font-size: 1.4rem;
    padding: 15px 20px;
    width: 100%;
  }
}

.recruit_flow_list .pick_text {
  font-size: 1.6rem;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .recruit_flow_list .pick_text {
    height: auto;
  }
}

.recruit_flow_list:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 480px) {
  .recruit_flow_list:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.recruit_flow_list:not(:last-of-type)::before {
  content: "";
  background-image: url(../img/flow_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 100%;
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

@media (max-width: 480px) {
  .recruit_flow_list:not(:last-of-type)::before {
    height: 22px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -7px;
    -webkit-transform: translate(-50%, 100%) rotate(90deg);
            transform: translate(-50%, 100%) rotate(90deg);
  }
}

.recruit .btn_base {
  width: 400px;
}

@media (max-width: 480px) {
  .recruit .btn_base {
    width: 95%;
  }
}

.recruit .btn_base a {
  background-image: none;
  position: relative;
}

.recruit .btn_base a::before {
  content: "";
  background-image: url("../img/arrow-wh.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 8px;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .recruit .btn_base a:hover::before {
    background-image: url("../img/arrow-lgr.png");
  }
}

.news {
  margin: 0 auto;
  width: 1020px;
}

@media (max-width: 480px) {
  .news {
    width: 100%;
  }
}

.news_header {
  border-bottom: 2px solid #272727;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media (max-width: 480px) {
  .news_header {
    margin: 10px 20px 20px;
  }
}

.news_date {
  color: #4ABA0D;
}

.news_title {
  font-size: 2.5rem;
}

@media (max-width: 480px) {
  .news_title {
    font-size: 2rem;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .news_detail {
    padding: 10px 20px 20px;
  }
}

.news_detail .msg {
  margin-bottom: 50px;
}

.news_images ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news_images li {
  background-color: #f6fee4;
  border: 1px solid #ccc;
  width: 310px;
  height: 210px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 480px) {
  #contents .news_images li {
    width: 47%;
    height: 30vw;
    margin: 0;
  }
  #contents .news_images li:not(:nth-child(2n)) {
    margin-right: 6%;
  }
  #contents .news_images li:nth-child(n + 3) {
    margin-top: 6%;
  }
}

.news_images li:not(:nth-child(3n)) {
  margin-right: 45px;
}

.news_images li:nth-child(n + 4) {
  margin-top: 40px;
}

.news_images li span {
  padding: 15px 0 0;
  display: block;
}

.news_images a::before {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px 4px;
  background: #362e2b;
  content: "\00ff0b";
  position: absolute;
  right: 3px;
  bottom: 3px;
  z-index: 100;
}

.news_images a img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  font-family: "object-fit: contain;";
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

@media (max-width: 480px) {
  .news_images a img {
    -webkit-transition: unset;
    transition: unset;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .news_images a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

#pagelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 0 auto;
  width: 1020px;
}

@media (max-width: 480px) {
  #pagelist {
    width: 100%;
    padding: 15px;
  }
}

#pagelist .pagelist {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#pagelist .pagelist a {
  background-color: #fff;
  border: 1px solid #4ABA0D;
  border-radius: 5px;
  color: #4ABA0D;
  text-decoration: none;
  padding: 10px 40px;
  -webkit-transition: color 0.5s, border-color 0.5s, background-color 0.5s;
  transition: color 0.5s, border-color 0.5s, background-color 0.5s;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #pagelist .pagelist a:hover {
    background-color: rgba(255, 255, 255, 0.7);
    border-color: #4A9236;
    color: #4A9236;
  }
}

#pagelist .preview a {
  position: relative;
  color: #4ABA0D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #pagelist .preview a:hover {
    color: #4A9236;
  }
}

#pagelist .preview a::before {
  content: "";
  background-image: url("../img/arrow-gr.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 6px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

#pagelist .next a {
  position: relative;
  color: #4ABA0D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #pagelist .next a:hover {
    color: #4A9236;
  }
}

#pagelist .next a::before {
  content: "";
  background-image: url("../img/arrow-gr.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service_list {
  list-style-type: auto;
  list-style-position: inside;
}

.service_list li {
  line-height: 1.5;
  margin-bottom: 7px;
  text-indent: -19px;
  padding-left: 19px;
}

.approval_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .approval_list {
    display: block;
  }
}

.approval_list .approval {
  border-bottom: 1px dashed #c7c7c7;
  min-width: 47%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media (max-width: 480px) {
  .approval_list .approval {
    font-size: 1.5rem;
    text-indent: -16px;
    padding-left: 16px;
    width: 100%;
    min-width: unset;
  }
}

.approval_list .approval::before {
  content: "■";
}

.approval_list .approval .approval_memo {
  background-color: #eee;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  display: block;
  margin: 10px 16px;
  padding: 10px 15px;
}

@media (max-width: 480px) {
  .approval_list .approval .approval_memo {
    letter-spacing: 0;
    margin: 10px;
    padding: 15px 20px;
  }
}

.approval_list .approval:nth-of-type(n + 3) {
  margin-bottom: 10px;
}

.chart {
  text-align: center;
}

.chart img {
  width: 100%;
}

.switch_form {
  margin-top: 100px;
  position: relative;
}

.switch_form input[name="form_type"] {
  display: none;
}

.switch_form input:checked + .tab_class {
  background-color: cadetblue;
  color: aliceblue;
}

.switch_form_tab {
  bottom: 100%;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .switch_form_tab {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.switch_form_tab li:not(:last-of-type) {
  margin-right: 40px;
}

@media (max-width: 480px) {
  .switch_form_tab li:not(:last-of-type) {
    margin-right: 0;
  }
}

.switch_form_tab label[for*="form"] {
  width: 400px;
  padding: 15px 85px !important;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  color: #fff;
  word-break: break-all;
  background: #fff;
  font-size: 1.7rem;
}

@media (max-width: 480px) {
  .switch_form_tab label[for*="form"] {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 10px !important;
  }
}

.switch_form_tab label[for*="form"]::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #4ABA0D;
}

.switch_form_tab label[for="form_recruit"]::after {
  background: #34916d;
}

.switch_form_recruit,
.switch_form_contact {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
}

input[type="radio"]#form_recruit:checked ~ .switch_form_tab label[for="form_recruit"],
input[type="radio"]#form_contact:checked ~ .switch_form_tab label[for="form_contact"] {
  cursor: default;
}

input[type="radio"]#form_recruit:checked ~ .switch_form_recruit,
input[type="radio"]#form_contact:checked ~ .switch_form_contact {
  position: static;
  opacity: 1;
}

input[type="radio"]#form_recruit:checked ~ .switch_form_recruit .table_base,
input[type="radio"]#form_contact:checked ~ .switch_form_contact .table_base {
  border: solid;
  border-width: 10px 5px 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #4ABA0D;
  margin-bottom: 50px;
  padding: 50px;
}

@media (max-width: 480px) {
  input[type="radio"]#form_recruit:checked ~ .switch_form_recruit .table_base,
  input[type="radio"]#form_contact:checked ~ .switch_form_contact .table_base {
    padding: 30px 20px 0;
  }
}

input[type="radio"]#form_recruit:checked ~ .switch_form_recruit .table_base {
  border-color: #34916d;
}
/*# sourceMappingURL=contents.css.map */