@media (max-width: 768px) {
  .login_wrap {
    margin: auto;
    display: block;
    margin-top: 12%;
  }
}

.header {
  position: fixed;
  top: 0;
  background-color: #fff;
  height: 72px;
  padding: 20px 0;
  padding-left: 1.757%;
  box-shadow: rgb(0 0 0 / 0.12) 0px 0px 12px;
  z-index: 999;
  width: 100%;
}

.header .h_top {
  display: flex;
  align-items: center;
  max-width: 265px;
}

.header .h_top .logo {
  width: 100%;
  margin-right: 8px;
  max-width: 48px;
}

.header .h_top .logo img {
  display: block;
  width: 100%;
}

.header .h_top .text {
  color: #001C2B;
}

#contents {
  padding-top: 72px;
}

.main .container {
  margin: 20px auto;
}

.br480on {
  display: none;
}
/*
@media screen and (max-width: 1024px) {
  .main .container {
    width: 65%;
  }
} */

@media screen and (max-width: 768px) {
  .main .container {
    margin: 20px auto;
    padding: 0;
}
.main .container.container_wrap {
  padding: 15px;
}
}

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

  .main .container {
    width: 95%;
    margin: 10px auto;
  }

  .header {
    height: 50px;
    padding: 10px 0;
    padding-left: 1.757%;
  }

  .header .h_top .logo {
    width: 10%;
  }
  #contents {
    padding: 50px 0;
  }
}

.header,
.main,
.footer,
.submenu {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* submenu */
#contents .flex {
  display: flex;
  align-items: flex-start;
}

#contents .flex .main {
  margin-left: 16%;
  flex: 0 0 79.502%;
  width: 84%;
  transition: 0.6s;
}

#contents .flex .main.is-close {
  margin-left: 5%;
  flex: 0 0 95%;
}

#contents .flex .sub {
  flex: 0 0 20.498%;
  width: 16%;
  max-width: 280px;
  transition: 0.6s;
  position: fixed;
  z-index: 10;
}

#contents .flex .sub.is-close {
  flex: 0 0 5%;
  width: 5%;
  max-width: 68px;
}

.sidebar-toggle .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/common/subMenu_icon.svg);
  width: 20px;
  height: 16px;
  transform: rotate(180deg);
}

.sidebar-toggle.is-close .img {
  transform: rotate(0deg);
}

.sidebar-toggle .icon {
  font-size: 1.5rem;
  color: #fff;
}

.sidebar {
  height: 100vh;
  transition: .6s;
  position: relative;
}

.sidebar-toggle {
  position: absolute;
  z-index: 1;
  outline: none;
  cursor: pointer;
  transition: .6s;
  bottom: 90px;
  right: 12%;
}

.sidebar-toggle.is-close {
  right: 35%;
}

.submenu .sidebar .list .item .sidebarBtn {
  padding: 18px 0;
  padding-left: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: unset;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  transition: .3s;
}

.submenu .sidebar .list .item .sidebarBtn:hover {
  opacity: .7;
}

.submenu .sidebar .list .item .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.submenu .sidebar .list .item .text {
  display: block;
  transition: 0.6s;
}

.submenu .sidebar.is-close .list .item .text,
.submenu .sidebar.is-close .useful,
.submenu .sidebar.is-close .news {
  display: none;
}

.submenu .sidebar .useful {
  margin: 0 24px;
  margin-top: 8px;
  padding-top: 8.575%;
  border-top: 1px solid #7CB8E6;
}

.submenu .sidebar .useful h4,
.submenu .sidebar .useful a {
  color: #FFFFFF;
}

.submenu .sidebar .useful h4 {
  margin-bottom: 10.35%;
}

.submenu .sidebar .useful .use_list li {
  margin-bottom: 6.9%;
}

.submenu .sidebar .useful .use_list li:last-child {
  margin-bottom: 0;
}

.submenu .sidebar .news {
  margin: 0 24px;
  margin-top: 18%;
  color: #fff;
  background-color: #1970B3;
  border-radius: 5px;
  padding: 5.715%;
}

.submenu .sidebar .news h4 {
  margin-bottom: 8%;
}

.main .inner {
  margin: 40px;
}

@media screen and (max-width: 1024px) {
  .submenu .sidebar .useful {
    margin: 8px 18px 0;
  }

  .submenu .sidebar .news {
    margin: 18% 18px 0;
    padding: 4%;
  }

  .submenu .sidebar.is-close .list .item a {
    padding-left: 14px;
  }

  .submenu .sidebar.is-close .list .item .sidebarBtn {
    padding-left: 14px;
  }

  .main .inner {
    margin: 40px 25px;
  }
}

@media screen and (max-width: 768px) {
  .main .inner {
    margin: 40px 20px;
  }

  .submenu .sidebar .list .item {
    font-size: 14px;
  }

  .submenu .sidebar .useful {
    margin: 8px 14px 0;
  }

  .submenu .sidebar .useful .use_list {
    font-size: 13px;
  }

  .submenu .sidebar .news {
    margin: 18% 14px 0;
  }

  .submenu .sidebar .news .box .f14 {
    font-size: 12px;
  }

  #contents .flex .sub.is-close {
    flex: 0 0 7%;
    width: 7%;
  }

  #contents .flex .main.is-close {
    margin-left: 7%;
    flex: 0 0 93%;
    width: 93%;
  }
}

@media screen and (max-width: 480px) {
  .submenu .sidebar.is-close .useful,
  .submenu .sidebar.is-close .news {
    display: block;
    transition: 0.6s;
  }

  .submenu .sidebar .list .item .text,
  .submenu .sidebar .useful,
  .submenu .sidebar .news {
    display: none;
  }

  #contents .flex {
    display: block;
  }

  #contents .flex .sub {
    bottom: -2px;
    width: 100%;
    max-width: inherit;
  }

  .sidebar {
    height: 50px;
    transition: 0.6s;
  }

  .sidebar .list {
    display: flex;
    align-items: center;
  }

  .submenu .sidebar .list .item {
    flex: 0 0 17%;
  }

  .submenu .sidebar .list .item .sidebarBtn {
    padding: 15px 0 16px;
    display: block;
    margin: auto;
  }

  .submenu .sidebar .list .item .img {
    margin: 0 auto;
  }

  .sidebar-toggle {
    bottom: auto;
    top: 18px;
    right: 23px;
  }

  .sidebar-toggle .img {
    transform: rotate(-90deg);
  }

  #contents .flex .main {
    margin: 0 auto;
    width: 95%;
  }

  .main .inner {
    margin: 30px 0;
  }

  #contents .flex .sub.is-close {
    width: 100%;
    max-width: inherit;
  }

  #contents .flex .main.is-close {
    margin: 0 auto;
    width: 95%;
  }

  .sidebar-toggle.is-close {
    right: 23px;
    bottom: 515px;
  }

  .sidebar-toggle.is-close .img {
    transform: rotate(90deg);
  }

  .sub.is-close .sidebar {
    height: calc(100vh - 47px);
  }

  .submenu .sidebar.is-close .list .item a {
    padding-left: 0;
  }

  .submenu .sidebar .useful {
    margin: 0;
    padding: 15px 10px;
  }

  .submenu .sidebar .news {
    margin: 5% 14px 0;
  }

  .submenu .sidebar .useful h4 {
    margin-bottom: 5%;
  }
}


/* パンクず */
.breadcrumb {
  padding-left: 2%;
  align-items: center;
}

.breadcrumb li {
  padding: 0 15px;
  position: relative;
}

.breadcrumb li::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}

.breadcrumb li:first-child {
  padding-left: 0;
}

.breadcrumb li:last-child::after {
  display: none;
}

.bread_top_icon {
  display: block;
  max-width: 20px;
  transition: .3s;
}

.bread_top_icon img {
  display: block;
  transition: .1s;
}

.bread_top_icon:hover img {
  filter: invert(50%) sepia(40%) saturate(300%) hue-rotate(140deg) brightness(100%) contrast(200%);
}

/* それぞれ詳細内の共通 */
.title_wrap {
  margin: 30px 0 20px;
}

.title_wrap h3 {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
.title_wrap h3 {
  font-size: 18px;
}
}

.form_item {
  margin-bottom: 20px;
}

.form_item .head_input {
  min-width: 60px;
  font-weight: bold;
}

.form_item .form_box {
  width: 100%;
}

.input_box_item {
  padding: 3px 8px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #b0b0b0;
}

.head_input.big_input {
  min-width: 150px;
}

textarea.input_box_item {
  width: 100%;
}

.check_list {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
}

.check_list .check_box {
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.check_list .check_box label,
.check_label {
  cursor: pointer;
  margin-left: 5px;
}

.btn {
  border: 0;
  padding: 10px;
  /* margin: 0 0 0 auto; */
  display: inline-block;
  line-height: 1;
}
.btn_item {
  padding: 10px 12px;
  border: 1px solid #dae0e6;
}
.btn_item:hover {
  color: #000;
  background-color: #f0f1f2;
}

.table_wrap,
.table_wrap td,
.table_wrap th {
  border: 1px solid #E6ECF0;
  border-collapse: collapse;
}

.table_wrap {
  width: 100%;
}

.table_wrap th {
  background-color: #dce1e4;
}

.table_wrap th,
.table_wrap td {
  padding: 8px;
  text-align: center;
}

.table_wrap td.tal {
  text-align: left;
}

.th1 {
  width: 10%;
}

.th2 {
  width: 15%;
}

.th3 {
  width: 15%;
}

.th4 {
  width: 20%;
}

.th5 {
  width: 25%;
}

.th6 {
  width: 15%;
}

.th_auto {
  width: auto;
}

.input__table th,
.input__table td {
  border: 1px solid #c9c9c9;
  vertical-align: middle;
}

.input__table .plus_th,
.input__table .plus_td {
  border: 0;
}

.input__table th,
.input__table td {
  padding: 5px;
}

.input__table {
  width: 100%;
  max-width: 800px;
}

.input__table .plus_td {
  display: none;
  border: 0;
}

.input__table tr:last-child .plus_td {
  display: block;
}

.wAuto {
  width: calc(100% - 80px - 20%);
}

.fluc_btn {
  display: block;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: #fff;
  cursor: pointer;
}

.password__wrap {
  position: relative;
}

.mdi-eye {
  background-image: url(../../img/icon/icon_noindicate.png);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
}

.password__wrap.login__page .mdi-eye {
  right: 20px;
}

.mdi-eye.mdi-eye-on {
  background-image: url(../../img/icon/icon_indicate.png);
}

.submit_btn_wrap{
  margin-top: 30px;
  margin-right: 10px;
}
/* head btn wrap */
.head_btn_wrap .btn_item {
  padding: 8px 10px;
}
/* info_edit_wrap */
.info_edit_box {
  padding:15px 0;
  border-bottom: 1px solid #f0f1f2;
}
.info_edit_box:last-child{
  border-bottom:0;
}
.info_edit_box p{
  line-height: 1.5;
}
.attention_text {
  line-height: 1.3;
  margin-left: 10px;
  color: #cc0000;
}
/* member info edit */
.info_edit_box .btn {
  padding: 8px 15px;
}

@media (max-width:1024px) {
}
@media (max-width:480px) {
  .attention_text {
    margin-left: 0px;
  }
.info_edit_box {
  padding: 8px 0;
  display: block;
}
.head_item {
  width: 100%;
}
.content_item {
  width: 100%;
  text-align: right;
  margin-top: 8px;
}
.info_edit_wrap .input_box_item {
  width: 100%;
}
.info_edit_box:last-child {
  display: flex;
}
.info_edit_box .btn {
  margin-right: 8px;
}
}