@charset "UTF-8";

/**
 * 全体で使うscss用変数
 */

.mypage_link_box {
  margin-top: 35px;
}

.mypage_link_box .mypage_menu_box {
  border-top: 1px solid #B3B3B3;
  max-width: 750px;
}

.mypage_link_box .mypage_menu_box .mypage_menu {
  border-bottom: 1px solid #B3B3B3;
}

.mypage_link_box .mypage_menu_box .mypage_menu .mypage_link .icon_width {
  width: 25px;
  text-align: center;
}

.mypage_link_box .mypage_menu_box .mypage_menu .mypage_link .mypage_icon {
  color: #4BB582;
}

.mypage_link_box .mypage_menu_box .mypage_menu .mypage_link .mypage_icon .mypage_link:hover {
  color: #4BB582;
}

.mypage_link_box .mypage_menu_box .mypage_menu .mypage_link .mypage_text {
  color: #495057;
  margin-left: 20px;
}

.mypage_link_box .mypage_menu_box .mypage_menu .mypage_link .mypage_text .mypage_link:hover {
  color: #495057;
}

.mypage_link_box .mypage_menu_box.faqMenuBox {
  max-width: 900px;
}

.table_box {
  display: flex;
  padding: 15px 3%;
}

.table_box .table_head {
  width: 20%;
}

@media screen and (max-width: 599px) {
  .table_box {
    padding: 15px 3%;
  }

  .table_box .table_head {
    width: 35%;
  }
}

.table_box_e {
  display: flex;
  padding: 15px 3% 5px 3%;
}

.table_box_e .table_head {
  width: 20%;
}

@media screen and (max-width: 599px) {
  .table_box_e {
    padding: 15px 0% 5px 0%;
  }

  .table_box_e .table_head {
    width: 35%;
  }
}

.padding_m {
  padding: 15px 3%;
}

@media screen and (max-width: 599px) {
  .padding_m {
    padding: 5px 3%;
  }
}

.padding_s {
  padding: 5px 3%;
}

.gray_back {
  background: #F2F2F2;
}

.b-t {
  border-top: solid 1px #D7D7D7;
}

.b-b {
  border-bottom: solid 1px #D7D7D7;
}

.b-b-green {
  border-bottom: solid 3px #4BB582;
}

.modal_button {
  width: 80%;
}

.modal-backdrop {
  background-color: #000 !important;
  /*より暗く*/
}

.modal-backdrop.show {
  opacity: 0.9;
}

@media screen and (max-width: 599px) {
  .cc-current {
    font-size: 1.1rem;
    letter-spacing: -0.1em;
  }
}

.popup-blink {
  color: #4383B7;
}

.modal-body {
  padding: 2rem;
}

.modal_button_box {
  margin-bottom: 2rem;
}

.required_mark {
  background-color: #F93245;
  color: #FFF;
  margin-right: 5px;
  padding: 7px;
}

@media screen and (max-width: 599px) {
  .required_mark {
    font-size: 4.2vw;
  }
}

.any_mark {
  background-color: gray;
  color: #FFF;
  margin-right: 5px;
  padding: 7px;
}

.select_form {
  width: 100%;
  height: auto;
  margin: 1.5% 0 0 0;
  padding-left: 3%;
  font-size: 16px;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .formError {
    left: 210px !important;
  }
}

@media screen and (max-width: 599px) {
  .recommend_table {
    display: block;
  }
}

.recommend_table .table_head {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .recommend_table .table_head {
    width: 100%;
  }
}

.recommend_table .table_row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 80%;
}

@media screen and (max-width: 599px) {
  .recommend_table .table_row {
    margin-top: 12px;
    width: 100%;
  }
}

.recommend_table .table_row form {
  width: 100%;
}

.recommend_table .table_row form .ml-15 {
  margin-left: 15px;
}

.recommend_table .table_row form .form-group {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.recommend_table .table_row form .form-group .input-group {
  width: 75%;
}

.recommend_table .table_row form .form-group .btn {
  width: 15%;
}

.recommend_step {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .recommend_step {
    display: block;
  }
}

.recommend_step .step_block {
  border: 1px solid lightgray;
  width: 32%;
}

@media screen and (max-width: 599px) {
  .recommend_step .step_block {
    width: 100%;
  }
}

.recommend_step .step_block h4 {
  font-size: 18px;
  padding: 12px;
}

.recommend_step .step_block .step_text_area {
  padding: 12px;
}

.withdrawDeleteList {
  border: 1px solid #000;
  padding: 15px 30px;
  margin: 30px 0;
}

.withdrawDeleteList .withdrawDeleteItem {
  list-style: square;
  margin-bottom: 15px;
}

.withdrawDeleteList .withdrawDeleteItem:last-child {
  margin-bottom: 0;
}

.reasonSelectArea {
  margin-top: 20px;
}

.reasonSelectArea .reasonSelectItem {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}

.reasonSelectArea input[type=radio] {
  width: 20px;
}

.otherReasonNote {
  color: red;
  font-weight: bold;
  display: none;
  margin-top: 5px;
}

.withdrawalGuideArea {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 599px) {
  .withdrawalGuideArea {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}

.withdrawalGuideArea .withdrawalGuideItem {
  border: 1px solid #000;
  width: 48%;
}

@media screen and (max-width: 599px) {
  .withdrawalGuideArea .withdrawalGuideItem {
    margin-top: 20px;
    width: 100%;
  }
}

.withdrawalGuideArea .withdrawalGuideItem .guideItemTitle {
  background-color: #4BB582;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.withdrawalGuideArea .withdrawalGuideItem .guideItemContent {
  padding: 20px 30px 30px;
}

@media screen and (max-width: 599px) {
  .withdrawalGuideArea .withdrawalGuideItem .guideItemContent {
    padding: 10px 20px 20px;
  }
}

.withdrawalGuideArea .withdrawalGuideItem .guideItemContent .guideItemText {
  margin-bottom: 30px;
}

