@charset "UTF-8";
/* new
--------------------------------------------------*/
@media (max-width: 599px) {
  .new_graduate main {
    padding-top: 0;
  }
}

.form_head {
  width: 100%;
  height: 145px;
}

@media (max-width: 599px) {
  .form_head {
    height: auto;
    padding: 25px 0 8px;
  }
}

.form_head .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media (max-width: 599px) {
  .form_head .container {
    justify-content: flex-start;
  }
}

.form_head h1 {
  font-size: 30px;
  line-height: 2.1;
  letter-spacing: 0.08em;
}

@media (max-width: 599px) {
  .form_head h1 {
    font-size: calc(16 / 375 * 100vw);
  }
}

.form_body {
  padding: 67px 0 65px;
  background: #f0f0f0;
}

@media (max-width: 599px) {
  .form_body {
    padding: 0 0 0;
    background: #fff;
    border-bottom: 1px solid #c8c8c8;
  }
}

.form_body h2 {
  margin-bottom: 58px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.16em;
  font-weight: 500;
}

@media (max-width: 599px) {
  .form_body h2 {
    margin-bottom: 18px;
    padding: 20px 25px;
    font-size: calc(25 / 375 * 100vw);
    background: #f0f0f0;
    text-align: left;
  }
}

.form_body .read {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media (max-width: 599px) {
  .form_body .read {
    margin: 0 auto 21px;
    text-align: left;
    font-size: 16px;
    width: calc(100% - 50px);
  }
}

.form_body .read .red {
  color: #cc0000;
}

.link_mynavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 67px 0;
  width: 665px;
  background: #fff;
}

@media (max-width: 599px) {
  .link_mynavi {
    padding: 0 0 35px;
    width: 100%;
  }
}

.link_mynavi a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8c8c8;
  width: 559px;
  height: 166px;
}

@media (max-width: 599px) {
  .link_mynavi a {
    background: #fff;
  }
}

.link_mynavi a img {
  width: 476px;
}

.link_mynavi a.close {
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #cc0000;
  color: #cc0000;
}

@media (max-width: 599px) {
  .link_mynavi a.close {
    font-size: calc(15/375*100vw);
  }
}

/* form
--------------------------------------------------*/
.contact .contact_box {
  padding: 53px 80px 53px;
}

@media (max-width: 799px) {
  .contact .contact_box {
    padding: 30px;
  }
}

@media (max-width: 599px) {
  .contact .contact_box {
    padding: 0;
  }
}

.contact .submit_box {
  padding: 0;
}

@media (max-width: 599px) {
  .contact .submit_box {
    padding: 30px;
  }
}

.form main {
  padding-top: 0;
}

.contact_box {
  padding: 60px 80px 80px;
  background-color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 799px) {
  .contact_box {
    padding: 30px;
  }
}

.contact_box .list {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}

.contact_box .list:not(:last-of-type) {
  margin-bottom: 40px;
}

.contact_box .list .caution_t_area {
  margin-bottom: -35px;
  padding: 10px 0 30px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.contact_box .list.contact_box_t_area {
  align-items: flex-start;
  margin-bottom: 40px;
}

.contact_box .list.contact_box_t_area .caution_t_area {
  margin-bottom: -35px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media (max-width: 599px) {
  .contact_box .list.contact_box_t_area .caution_t_area {
    margin-bottom: 0;
    font-size: 15px;
  }
}

.contact_box .list.contact_box_t_area .caution_t_area .red {
  color: #cc0000;
}

.contact_box .list.contact_box_t_area .input_list {
  align-items: flex-start;
  height: auto;
}

.contact_box .list.contact_box_t_area .input_list.column {
  flex-flow: column;
}

.contact_box .list .input_head {
  position: relative;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  max-width: 321px;
  width: 37%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  background: #f0f0f0;
  flex: none;
}

@media (max-width: 799px) {
  .contact_box .list .input_head {
    width: 30%;
  }
}

.contact_box .list label .mand {
  padding: 1px 0;
  min-width: 45px;
  background-color: #cc0000;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}

.contact_box .list .input_list {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
}

.contact_box .list .input_list.radio {
  border: 1px solid #c8c8c8;
  padding: 0 32px;
}

.contact_box .list .input_list.address:not(:last-of-type) {
  margin-bottom: 25px;
}

.contact_box .list .input_list.address.address1 {
  border: 1px solid #b1a6a6;
}

.contact_box .list .input_list.address.address1 input {
  border-left: none;
  border-right: none;
}

.contact_box .list .input_list.address .addressmark {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  background: #ededed;
}

.contact_box .list .input_list.address .line {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #b1a6a6;
  border-right: 1px solid #b1a6a6;
}

.contact_box .list .input_list.address .todohuken {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 100%;
  font-size: 16px;
  white-space: nowrap;
  background: #ededed;
  letter-spacing: 0.08em;
}

.contact_box .list .input_list .flex {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.contact_box .list .input_list .flex .block p {
  width: 100%;
  position: relative;
}

.contact_box .list .input_list .is_between2 {
  display: flex;
  flex-flow: row;
  width: 80%;
  flex: none;
}

.contact_box .list .input_list .harf {
  width: calc((100% - 10px) / 2);
}

.contact_box .list .input_list .harf:not(:last-of-type) {
  margin-right: 10px;
}

.flex.is_between {
  width: 100%;
}

::placeholder {
  color: #c8c8c8;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #c8c8c8;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #c8c8c8;
}

.contact_box .list .input_list input {
  width: 100%;
  font-size: 18px;
  border: 1px solid #c8c8c8;
  padding: 11.5px;
  height: 40px;
}

.contact_box .list .input_list .unit {
  display: flex;
  align-items: flex-end;
  padding: 10px 17px 8px 5px;
  font-size: 16px;
}

.contact_box .list .input_list select {
  position: relative;
  padding: 11.5px;
  border: 1px solid #c8c8c8;
  width: 100%;
  background: url(/recruit/assets/img/common/input_arrow.svg) right/auto 100% no-repeat, #fff;
}

@media (max-width: 599px) {
  .contact_box .list .input_list select {
    padding: 10px 5px;
  }
}

.year_block {
  display: flex;
  width: 44%;
}

.month_block {
  display: flex;
  width: 32%;
}

.date_block {
  display: flex;
  width: 32%;
}

.age_block {
  display: flex;
}

.fromTime_block {
  display: flex;
  width: 37.5%;
  flex: none;
}

.toTime_block {
  display: flex;
  width: 33%;
  flex: none;
}

.contact_box .list .input_list textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  padding: 11.5px;
  height: 180px;
}

.contact_box .list .radio_area {
  display: flex;
}

.contact_box .list .radio_area .radio-input {
  display: none;
}

.contact_box .list .radio_area span:last-of-type label {
  margin-right: 0;
}

.contact_box .list .radio_area label {
  width: inherit;
  font-weight: 500;
}

.contact_box .list .radio_area label .mand {
  width: 11.595%;
  min-width: 80px;
  height: 30px;
  background-color: #ea861e;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.contact_box .list .radio_area .radio-input + label {
  padding-left: 28px;
  margin-right: 65px;
  position: relative;
  margin-bottom: 0;
  height: 30px;
}

.contact_box .list .radio_area .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  width: 17px;
  height: 17px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fafafa;
}

.contact_box .list .radio_area .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #000;
}

.privacy_check_box {
  width: 100%;
}

.privacy_check_box .privacy_txt {
  font-size: 18px;
  line-height: 1.9;
}

.privacy_check_box .privacy_txt .txt_link {
  display: inline;
  color: #333;
  font-size: 18px;
  line-height: 1.9;
}

.privacy_check_box .privacy_check_in {
  display: flex;
  justify-content: center;
}

.privacy_check_box .privacy_check_in .privacy_checkbox {
  display: none;
}

.privacy_check_box .privacy_check_in label {
  width: inherit;
  font-weight: 500;
}

.privacy_check_box .privacy_check_in .privacy_checkbox + .privacy_txt {
  padding-left: 35px;
  position: relative;
  margin-bottom: 0;
  height: 30px;
}

.privacy_check_box .privacy_check_in .privacy_checkbox + .privacy_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #c8c8c8;
  background: #fafafa;
}

.privacy_check_box .privacy_check_in .privacy_checkbox:checked + .privacy_txt::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 5%;
  width: 11px;
  height: 7px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(-45deg) translate(-50%, -50%);
}

.caution {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin-bottom: 35px;
}

.caution .caution_txt1 {
  margin-right: 10px;
  line-height: 1.5;
  font-size: 14px;
}

.caution .caution_mail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  color: #000000;
  padding-left: 18px;
  font-size: 15px;
  border: 1px solid #c8c8c8;
  width: 282px;
  flex: none;
}

.submit_box {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media (max-width: 599px) {
  .submit_box {
    padding: 0;
    background: #f0f0f0;
  }
}

@media (max-width: 599px) {
  .confirm .submit_box {
    padding: 50px 0;
  }
}

.submit_box .btn_in {
  margin: auto;
  position: relative;
  cursor: pointer;
}

.submit_box .btn_in .submit_btn {
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.submit_box .btn_in .submit_btn:hover {
  opacity: 0.6;
}

.submit_box .btn_in input {
  font-family: serif;
  width: 350px;
  text-align: center;
  background-color: #cc0000;
  color: #fff;
  line-height: 1;
  min-width: 395px;
  padding: 13px;
  height: 60px;
  font-size: 23px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 599px) {
  .submit_box .btn_in input {
    height: 40px;
  }
}

.submit_box .btn_in input.back_btn {
  margin-right: 16px;
  background: #fff;
  width: 87px;
  min-width: auto;
  color: #cc0000;
  border: 2px solid #cc0000;
}

@media (max-width: 599px) {
  .submit_box .btn_in input.back_btn {
    max-width: 100%;
    width: 58px;
    padding: 0;
    min-width: auto;
    font-size: 14px;
  }
}

.submit_box .btn_in:hover::after {
  right: -15px;
}

.common_contact.contact_confirm .list label {
  font-size: 18px;
}

.common_contact.contact_confirm .list .input_list {
  font-size: 18px;
  font-weight: 500;
}

.common_contact.contact_confirm .privacy_check_box .privacy_check_in .privacy_checkbox + .privacy_txt::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 5%;
  width: 11px;
  height: 7px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(-45deg) translate(-50%, -50%);
}

.common_contact.contact_confirm .submit_box {
  text-align: center;
}

.common_contact.contact_confirm .submit_box .btn_in {
  width: 350px;
  margin: auto;
  position: relative;
  cursor: pointer;
}

.common_contact.contact_confirm .submit_box .btn_in:first-of-type {
  margin-bottom: 20px;
}

.common_contact.contact_confirm .submit_box .btn_in:first-of-type .back_btn {
  border: 2px solid #333;
  color: #333;
  cursor: pointer;
}

.common_contact.contact_confirm .submit_box .btn_in:first-of-type .back_btn:hover {
  opacity: 0.6;
}

.common_contact.contact_confirm .submit_box .btn_in:first-of-type .back_btn:hover::after {
  left: -15px;
}

.common_contact.contact_confirm .submit_box .btn_in:first-of-type::after {
  background-color: #333;
  left: 0;
  right: auto;
}

.common_contact.contact_confirm .submit_box .btn_in:first-of-type:hover::after {
  left: -15px;
}

.common_contact.contact_complete .tel_content {
  margin-bottom: 30px;
}

.common_contact.contact_complete .tel_content .tel {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  position: relative;
}

.common_contact.contact_complete .tel_content .tel a {
  color: #0071af;
  text-decoration: none;
}

.common_contact.contact_complete .tel_content .txt {
  font-size: 12px;
  color: #333;
  line-height: 1.2;
}

.common_contact.contact_complete .complete_textbox {
  text-align: center;
}

.common_contact.contact_complete .complete_textbox .complete_ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.9;
  margin-bottom: 30px;
}

.common_contact.contact_complete .complete_textbox .complete_txt {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 10px;
}

.common_contact.contact_complete .complete_textbox .complete_txt:last-of-type {
  margin-bottom: 30px;
}

.common_contact.contact_complete .submit_box .btn_in {
  width: 100%;
  max-width: 350px;
}

.common_contact.contact_complete .submit_box .btn_in .back_btn {
  display: block;
  width: 100%;
  border: 2px solid #333;
  color: #333;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  line-height: 1.5;
  padding: 23.5px;
}

.common_contact.contact_complete .submit_box .btn_in:after {
  right: auto;
  left: 0;
  background-color: #333;
}

.common_contact.contact_complete .submit_box .btn_in:hover {
  opacity: 0.6;
}

.common_contact.contact_complete .submit_box .btn_in:hover::after {
  left: -15px;
}

.validation_space_box {
  position: absolute;
  float: left;
  top: 48px;
  left: 0px;
  padding-left: 20px;
  padding-right: 12px;
}

@media (max-width: 599px) {
  .validation_space_box {
    position: static;
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-flow: column;
    height: auto;
  }
}

.validation_space.caution_txt {
  display: none;
  position: relative;
  font-size: 14px;
  color: #dc3232;
  line-height: 1.6;
  z-index: 1;
}

@media (max-width: 599px) {
  .validation_space.caution_txt:last-of-type {
    margin-bottom: -30px;
  }
}

.caution_address {
  margin-top: -20px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 599px) {
  .contact_box {
    margin-bottom: 40px;
    padding: 0;
  }
  .contact_box .list {
    margin-bottom: 25px;
    flex-flow: column;
  }
  .contact_box .list label {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .contact_box .list .input_list .is_between2 {
    margin-bottom: 16px;
    width: 100%;
    flex-wrap: wrap;
  }
  .contact_box .list .input_list .unit {
    padding: 10px 8px 6px 6px;
  }
  .contact_box .contact_box_birth .input_list .flex {
    flex-flow: row !important;
    flex-wrap: wrap !important;
  }
  .year_block {
    width: 38%;
    flex: none;
    min-width: 120px;
  }
  .month_block {
    width: 31%;
    flex: none;
    min-width: 100px;
  }
  .date_block {
    width: 31%;
    flex: none;
    min-width: 100px;
  }
  .contact_box .list .input_list input[name="age"] {
    width: 45px;
  }
  .contact_box .list .input_head {
    width: 100%;
    max-width: none;
  }
  .contact_box .list .input_list {
    width: 100%;
    font-size: 16px;
    height: auto;
  }
  .contact_box .list .input_list .harf {
    width: 100%;
  }
  .contact_box .list .input_list .harf:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .contact_box .list .input_list.radio {
    border: none;
    padding: 0 16px;
  }
  .contact_box .list .input_list .flex {
    flex-flow: column;
  }
  .contact_box .contact_box_time .input_list .flex {
    flex-flow: row;
  }
  .fromTime_block {
    width: 45%;
  }
  .toTime_block {
    width: 40%;
  }
  .contact_box .list .input_list.address.address1 input {
    border: none;
  }
  .contact_box .list .input_list.address .addressmark {
    height: 40px;
  }
  .contact_box .list .input_list.address .line {
    height: 40px;
  }
  .contact_box .list .input_list.address .todohuken {
    height: 40px;
  }
  .contact_box .list .input_list input {
    padding: 11px;
    width: 100%;
    height: inherit;
    font-size: 16px;
  }
  .contact_box .list .input_list textarea {
    margin: auto;
    width: 98%;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding: 11.5px;
    height: 180px;
  }
  .contact_box .list .radio_area {
    flex-flow: column;
  }
  .contact_box .list .radio_area span:not(:last-of-type) {
    margin-bottom: 13px;
  }
  .contact_box .list .radio_area .radio-input + label {
    margin-bottom: 10px;
  }
  .privacy_check_box .privacy_txt {
    font-size: 16px;
  }
  .privacy_check_box .privacy_txt .txt_link {
    font-size: 16px;
    line-height: 1.9;
  }
  .submit_box .btn_in {
    width: 100%;
  }
  .submit_box .btn_in input {
    max-width: 100%;
    padding: 0;
    min-width: auto;
    font-size: 14px;
    height: 40px;
  }
  .common_contact.contact_confirm .list label {
    font-size: 16px;
  }
  .common_contact.contact_confirm .list .input_list {
    font-size: 16px;
  }
  .common_contact.contact_confirm .submit_box {
    text-align: center;
  }
  .common_contact.contact_confirm .submit_box .btn_in {
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
    cursor: pointer;
  }
  .common_contact.contact_confirm .submit_box .btn_in:first-of-type {
    margin-bottom: 20px;
  }
  .common_contact.contact_complete .tel_content {
    margin-bottom: 30px;
  }
  .common_contact.contact_complete .tel_content .tel {
    font-size: 32px;
  }
  .common_contact.contact_complete .tel_content .txt {
    font-size: 12px;
  }
  .common_contact.contact_complete .complete_textbox {
    text-align: center;
  }
  .common_contact.contact_complete .complete_textbox .complete_ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .common_contact.contact_complete .complete_textbox .complete_txt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .common_contact.contact_complete .complete_textbox .complete_txt:last-of-type {
    margin-bottom: 30px;
  }
  .common_contact.contact_complete .submit_box .btn_in {
    width: 100%;
  }
  .common_contact.contact_complete .submit_box .btn_in .back_btn {
    font-size: 16px;
    padding: 10px;
  }
  .validation_space {
    margin-bottom: 10px;
    padding-top: 5px;
  }
  .caution {
    flex-flow: column;
    background: #f0f0f0;
  }
  .caution .caution_txt1 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .caution .caution_mail {
    height: 40px;
    margin: auto;
    width: 100%;
  }
  .submit_box .btn_in .submit_btn {
    min-width: auto;
    font-size: 14px;
    width: 210px;
  }
}

@media screen and (max-width: 599px) and (max-width: 599px) {
  .submit_box .btn_in .submit_btn {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 599px) {
  .cautionsubmit_box {
    margin-left: -25px;
    margin-right: -25px;
    padding: 25px 25px 50px;
    background: #f0f0f0;
  }
}

.complete .form_body {
  padding: 67px 0 0;
  border: none;
}

@media (max-width: 599px) {
  .complete .form_body {
    padding: 0;
  }
}

.form_body_txt1 {
  width: 100%;
  background: #fff;
  text-align: center;
  color: #cc0000;
}

.form_body_txt1 p {
  padding: 120px 0;
  line-height: 1.4;
  font-size: 40px;
}

@media (max-width: 599px) {
  .form_body_txt1 p {
    padding: 30px 0 50px;
    font-size: 20px;
  }
}

.form_body_txt2 {
  background: #fff;
}

.form_body_txt2 p {
  padding: 60px 0;
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  background: #f0f0f0;
}

@media (max-width: 599px) {
  .form_body_txt2 p {
    margin: auto;
    padding: 16px;
    width: 90%;
    font-size: 16px;
    text-align: left;
  }
}

.caution_message {
  display: none;
}

.caution_top {
  display: none;
  margin-bottom: 30px;
  padding: 30px;
  border: 2px solid #cc0000;
  text-align: center;
}

@media (max-width: 599px) {
  .caution_top {
    padding: 20px;
  }
}

.caution_txt {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: #cc0000;
  line-height: 1.6;
}

@media (max-width: 599px) {
  .caution_txt {
    text-align: left;
    padding-left: 0;
  }
}

.caution_txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: url(/recruit/assets/img/common/icon_caution.svg) center bottom/100% auto no-repeat;
  width: 23px;
  height: 20px;
}

@media (max-width: 599px) {
  .caution_txt::before {
    position: static;
    margin-right: 4px;
    margin-bottom: -2px;
    display: inline-block;
  }
}
/*# sourceMappingURL=form.css.map */



.link_mynavi p.jinji {
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #c8c8c8;
  color: rgb(39, 38, 38);
}

@media (max-width: 599px) {
  .link_mynavi p.jinji {
    font-size: calc(15/375*100vw);
  }
}

.link_mynavi .jinji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8c8c8;
  width: 559px;
  height: 166px;
  margin-top: 50px;
  margin-bottom: 50px;
}


.link_mynavi .jinji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8c8c8;
  width: 559px;
  height: 166px;
}


.link_mynavi {
  width: 100%;
}

@media (max-width: 599px) {
  .link_mynavi {
    display: inline-block;
  }

  .link_mynavi .jinji {
    display: flex;
    justify-content: center;
  }


  .link_mynavi a, .link_mynavi .jinji {
    width: 100%;
  }
  
}
