@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,600,700,900&display=swap&subset=chinese-traditional");
body {
  font-family: "Noto Sans TC", "Helvetica Neue", "Helvetica", "Arial", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
  color: #747474;
}
body.open {
  overflow: hidden;
}

html, body {
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif TC", serif;
  -webkit-font-smoothing: antialiased;
}

ul, ol {
  list-style: none;
}

input[type=button], button {
  outline: none;
}

input[type=button]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

a {
  text-decoration: none;
}

article.maincon {
  padding-bottom: 2rem;
  min-height: 720px;
  position: relative;
  width: 95%;
  max-width: 1300px;
  margin: auto;
  font-size: 18px;
}
@media only screen and (max-width: 820px) {
  article.maincon {
    padding-top: 80px;
    width: 100%;
    min-height: 750px;
  }
}
@media only screen and (max-width: 600px) {
  article.maincon {
    padding-top: 65px;
    min-height: 550px;
  }
}
article.maincon h1 {
  width: 100%;
  margin: 1.5rem auto;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 1rem;
  font-size: 200%;
  border-bottom: 1px solid #eee;
  color: #552e0d;
}
@media only screen and (max-width: 820px) {
  article.maincon h1 {
    font-size: 180%;
  }
}
@media only screen and (max-width: 600px) {
  article.maincon h1 {
    font-size: 150%;
  }
}
article.maincon h1 em {
  font-style: normal;
  display: block;
  font-size: 50%;
  color: #bc926a;
}
article.maincon h4 {
  color: #bc926a;
  font-size: 120%;
  text-align: center;
}
article.maincon .textSizeBox h4 a {
  color: #fff;
  background-color: #a32b0f;
  padding: 0.1em 0.2em;
  border-radius: 5px;
  font-size: 1em;
}
@media only screen and (max-width: 600px) {
  article.maincon .textSizeBox h4 {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1em;
  }
}

.textSizeBox {
  position: absolute;
  right: 10px;
  top: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.textSizeBox span {
  padding-left: 10px;
}
.textSizeBox .btnT {
  margin: 0.3rem;
  padding: 0.1em 0.5em;
  background: #666;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 912px) {
  .textSizeBox {
    top: 100px;
  }
}
@media only screen and (max-width: 820px) {
  .textSizeBox {
    top: 200px;
    right: 10px;
    font-size: 0.95em;
  }
}
@media only screen and (max-width: 600px) {
  .textSizeBox {
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    background: #654222;
    color: #fff;
    z-index: 8;
    justify-content: flex-end;
  }
  .textSizeBox .btnT {
    background: #bc926a;
  }
}

.teach_video {
  position: absolute;
  top: 12px;
  right: 12px;
}
.teach_video h4 a {
  color: #fff;
  background-color: #a32b0f;
  padding: 0.1em 0.2em;
  border-radius: 5px;
  font-size: 1em;
}
@media only screen and (max-width: 600px) {
  .teach_video h4 a {
    font-size: 0.95em;
  }
}

footer {
  padding: 20px 0;
  font-size: 85%;
  background: #f3efeb;
  color: #a58b74;
}
@media only screen and (max-width: 820px) {
  footer {
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    font-size: 0.7em;
    padding-top: 10px;
    padding-bottom: 70px;
  }
}
footer p {
  text-align: center;
}

.rwd_table {
  width: 100%;
}
.rwd_table .chkall, .rwd_table .chkone {
  opacity: 0;
  display: inline-block;
}
.rwd_table .chkall + span, .rwd_table .chkone + span {
  cursor: pointer;
  display: inline-block;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  top: 3px;
}
.rwd_table .chkall + span::before, .rwd_table .chkone + span::before {
  content: "";
  border-color: #888;
}
.rwd_table .chkall:checked + span, .rwd_table .chkone:checked + span {
  background: #fff;
  border-color: #cccccc;
}
.rwd_table .chkall:checked + span::before, .rwd_table .chkone:checked + span::before {
  content: "";
  width: 5px;
  height: 10px;
  border-right: 3px solid #caab8f;
  border-bottom: 3px solid #caab8f;
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(40deg);
}
.rwd_table .chkall + span {
  border: 1px solid #795548;
  width: 20px;
  height: 20px;
}
.rwd_table .chkall:checked + span {
  background: #795548;
  border-color: #795548;
}
.rwd_table .chkall:checked + span::before {
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.rwd_table h3 {
  text-align: center;
  padding-bottom: 1em;
  color: #885624;
  font-size: 1.3em;
}
/* 新增：表格上方的藍色說明文字樣式 */
.table_notice {
    color: #0066cc;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -40px;
    line-height: 1.6;
}
.rwd_table table {
  width: 100%;
  padding: 1%;
  border: 2px solid #E7D2BD;
  border-collapse: collapse;
  box-sizing: border-box;
}
@media only screen and (max-width: 820px) {
  .rwd_table table {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
    max-width: fit-content;
    width: auto;
    margin: auto;
  }
}
.rwd_table table.radio_table {
  cursor: pointer;
}
.rwd_table table.radio_table tr td:last-child {
  text-align: left;
  padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .rwd_table table.radio_table tr td:first-child {
    width: 20px;
    min-width: inherit;
  }
}
.rwd_table table.last_left tr th:last-child {
  text-align: left;
  padding-left: 30px;
}
.rwd_table table thead tr {
  background: #CAAB8F;
  color: #fff;
}
.rwd_table table thead th {
  text-align: center;
  padding: 0.5em;
  font-weight: normal;
  font-size: 1.1em;
}
.rwd_table table thead th.largetd {
  width: 480px;
}
.rwd_table table thead td {
  text-align: left;
  color: #333;
  background: #F0E0CF;
  padding: 0.5em 0 0.5em 0.5em;
  font-size: 1.1em;
}
.rwd_table table thead td .item_chk {
  width: 100%;
}
.rwd_table table thead td .item_chk .radiomark {
  width: 20px;
  height: 20px;
  background: #fff;
}
.rwd_table table tbody tr {
  background: #fff;
}
.rwd_table table tbody tr:nth-child(odd) {
  background: #F0E0CF;
}
.rwd_table table tbody tr:last-child {
  border-bottom: 2px solid #e6d2be;
}
.rwd_table table tbody tr + tr {
  border-top: 2px solid #E7D2BD;
}
.rwd_table table tbody td {
  text-align: center;
  padding: 0.8em 0.5em;
  font-weight: normal;
}
@media only screen and (max-width: 820px) {
  .rwd_table table tbody td {
    min-width: 115px;
  }
}
.rwd_table table tbody td input[type=text] {
  padding: 5px;
  font-size: 18px;
  width: 80%;
  margin: auto;
  text-align: center;
}
.rwd_table table tbody td span.finish_icon {
  font-size: 0.95em;
  padding-left: 20px;
  background-image: url(../images/icon_finish.png);
  background-repeat: no-repeat;
  background-position: 0 -8%;
  background-size: 18%;
}
.rwd_table table tbody td span.unfinish_icon {
  font-size: 0.95em;
  color: #8D5C2D;
  padding-left: 20px;
  background-image: url(../images/icon_finish.png);
  background-repeat: no-repeat;
  background-position: 0 105%;
  background-size: 15%;
}
.rwd_table table tbody td b {
  font-weight: normal;
  font-size: 0.85em;
}
.rwd_table table tbody td:first-child {
  width: 50px;
}
@media only screen and (max-width: 820px) {
  .rwd_table table tbody td:first-child {
    min-width: inherit;
  }
}
.rwd_table table tbody td h5 {
  font-size: 1.1em;
  color: #000;
  text-align: left;
}
.rwd_table table tbody td ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.rwd_table table tbody td ol li {
  padding: 3px 15px 3px 0;
  text-align: left;
}
.rwd_table table tfoot tr {
  background: #fff;
}
.rwd_table table tfoot td {
  text-align: right;
  padding: 0.5em;
  font-size: 1.2em;
}
@media only screen and (max-width: 820px) {
  .rwd_table table tfoot td {
    text-align: left;
  }
}
.rwd_table table tfoot td i, .rwd_table table tfoot td em {
  font-size: 1.1em;
  font-weight: 800;
  font-style: normal;
  padding: 0 5px;
}
.rwd_table table tfoot td em {
  color: #552E0D;
}
.rwd_table table.final {
  margin-top: 15px;
}
.rwd_table table.final tbody tr {
  background: #fff;
}
.rwd_table table.final tbody td {
  text-align: right;
  padding: 0.5em;
  font-size: 1.2em;
}
.rwd_table table.final tbody td i, .rwd_table table.final tbody td em {
  font-size: 1.1em;
  font-weight: 800;
  font-style: normal;
  padding: 0 5px;
}
.rwd_table table.final tbody td em {
  color: #552E0D;
}
.rwd_table table.multiple {
  border-color: #eee;
  margin-bottom: 8px;
}
.rwd_table table.multiple thead tr {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.rwd_table table.multiple tbody tr {
  background: #fff;
}
.rwd_table table.multiple tbody tr:nth-child(odd) {
  background: #fff;
}
.rwd_table table.multiple tbody tr:last-child {
  border: none;
}
.rwd_table table.multiple tbody tr + tr {
  border-top: none;
}
.rwd_table table.multiple tbody td {
  border: 1px solid #cecece;
}
.rwd_table table.multiple tbody td span {
  display: block;
}
.rwd_table table.multiple tbody td em {
  font-style: normal;
  display: inline-block;
  width: 25%;
}

.data_list table + table {
  margin-top: 15px;
}
.data_list table tbody tr:nth-child(2) td {
  padding: 0;
}
.data_list table tbody td:last-child {
  width: 150px;
}
.data_list table tbody td a.pay {
  margin-top: 8px;
}
.data_list table tbody td .tabs_sel {
  width: 100%;
}
.data_list table tbody td .tabs_sel ul {
  margin: 0;
}
.data_list table tbody td h1 {
  text-align: left;
  color: #000;
  background: #cdcdcd;
  padding: 5px 10px;
  margin: 0;
  font-size: 1.5em;
  box-sizing: border-box;
}
.data_list .tab {
  width: 100% !important;
  margin: 0;
  padding: 0;
}
.data_list .tab .tab_box {
  padding: 0;
  border: none;
  display: none;
}
.data_list .tab .tab_box.sel {
  display: block;
  white-space: normal;
}
.data_list .tabs_selitem {
  background-color: #f3f3f3;
  color: #000;
  text-align: left;
  padding: 0.5em;
  border: 1px solid #cacaca;
  border-bottom: none;
}
.data_list .tabs_selitem h2 {
  font-size: 1.2em;
  display: inline-block;
}
.data_list .tabs_selitem h2 + h2 {
  padding-left: 1em;
}
@media only screen and (max-width: 600px) {
  .data_list .tabs_selitem h2 + h2 {
    padding-left: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.data_list .tabs_sel ul li {
  background: #fff;
  color: #000;
  border: 1px solid #cacaca;
  border-radius: 8px;
  margin: 5px;
}
.data_list .tabs_sel ul li.sel {
  background: #f3f3f3;
}
.data_list .tabs_sel ul li input {
  opacity: 0;
  width: 0;
  margin: 0;
}
.data_list .tabs_sel ul li label {
  padding: 0;
  padding: 0.3em 0.6em;
}
.data_list .table_title h3 {
  font-size: 1.1em;
}
.data_list .table_title h3:after {
  top: 18px;
}
.data_list .table_title h3.i_top:after {
  top: 12px;
}

.pager {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2em;
}
.pager a {
  margin-left: 1em;
  color: #2f2f2f;
  display: block;
}
.pager a:hover {
  text-shadow: 0 0 8px #999;
}
.pager a.sel {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #be9464;
  color: #fff;
  text-align: center;
  line-height: 25px;
  box-shadow: 0 0 8px #999;
}

.dn {
  display: none;
}

.db {
  display: block;
}

.form_min {
  max-width: 150px !important;
  min-width: 100px !important;
  width: auto !important;
}

.toggle_btn {
  display: none;
}

header {
  background-color: #91643A;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media only screen and (max-width: 1280px) {
  header {
    justify-content: flex-start;
    padding: 0 2%;
  }
}
@media only screen and (max-width: 820px) {
  header {
    justify-content: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 9;
  }
}
@media only screen and (max-width: 600px) {
  header {
    justify-content: flex-start;
  }
}
header h1 {
  text-indent: -9999px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 10% center;
  width: 350px;
  height: 80px;
}
@media only screen and (max-width: 1280px) {
  header h1 {
    width: 300px;
    height: 80px;
  }
}
@media only screen and (max-width: 600px) {
  header h1 {
    width: 100%;
    height: 60px;
    background-position: 40% center;
    background-size: 60%;
  }
}
header h1 a {
  display: block;
  height: 100%;
}

nav {
  margin: 0 5%;
}
@media only screen and (max-width: 1280px) {
  nav {
    margin: 0 2%;
    width: 75%;
  }
}
@media only screen and (max-width: 820px) {
  nav {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #91643A;
    width: 100%;
    margin: 0;
    z-index: 999;
  }
}

ul.menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
ul.menu li {
  border-right: 1px dashed #ba9e84;
  background-image: url(../images/icon_main.png);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 820px) {
  ul.menu li {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  ul.menu li {
    align-items: flex-start;
    padding-left: 20px;
    height: 60px;
    background-size: 15%;
  }
}
ul.menu li:nth-child(1) {
  border-left: 1px dashed #ba9e84;
  background-position: 25px 20px;
}
@media only screen and (max-width: 820px) {
  ul.menu li:nth-child(1) {
    background-position: 30% 9px;
  }
}
@media only screen and (max-width: 600px) {
  ul.menu li:nth-child(1) {
    background-position: 15% 7px;
  }
}
@media only screen and (max-width: 340px) {
  ul.menu li:nth-child(1) {
    background-position: 15% 11px;
  }
}
ul.menu li:nth-child(2) {
  background-position: 25px -45px;
}
@media only screen and (max-width: 820px) {
  ul.menu li:nth-child(2) {
    background-position: 30% -55px;
  }
}
@media only screen and (max-width: 600px) {
  ul.menu li:nth-child(2) {
    background-position: 15% -55px;
  }
}
@media only screen and (max-width: 400px) {
  ul.menu li:nth-child(2) {
    background-position: 15% -47px;
  }
}
@media only screen and (max-width: 340px) {
  ul.menu li:nth-child(2) {
    background-position: 15% -35px;
  }
}
ul.menu li:nth-child(3) {
  background: none;
}
ul.menu li:nth-child(3) a {
  padding-left: 50px;
}
@media only screen and (max-width: 820px) {
  ul.menu li:nth-child(3) a {
    padding: 0;
  }
}
ul.menu li a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  box-sizing: border-box;
  height: 80px;
  line-height: 80px;
  padding: 0 50px 0 70px;
}
@media only screen and (max-width: 1280px) {
  ul.menu li a {
    padding: 0 35px 0 65px;
    font-size: 1em;
  }
}
@media only screen and (max-width: 960px) {
  ul.menu li a {
    padding: 0 25px 0 55px;
  }
}
@media only screen and (max-width: 820px) {
  ul.menu li a {
    height: 75px;
    line-height: 75px;
    padding: 0;
  }
}
@media only screen and (max-width: 820px) {
  ul.menu li a {
    height: 60px;
    line-height: 60px;
  }
}
ul.menu li a.none_use {
  color: #ccc;
}
ul.menu li.sel, ul.menu li:hover {
  background-color: #ba9e84;
}

.side_menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-bottom: 1rem;
  padding-right: 80px;
}
@media only screen and (max-width: 1280px) {
  .side_menu {
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .side_menu {
    padding-bottom: 0;
  }
}
.side_menu li {
  padding: 5px 15px;
  background: #bc926a;
  color: #fff;
  font-size: 0.95em;
  text-align: center;
  position: relative;
  min-width: 70px;
}
@media only screen and (max-width: 1280px) {
  .side_menu li {
    font-size: 0.85em;
    padding: 2px 5px;
  }
}
@media only screen and (max-width: 820px) {
  .side_menu li {
    position: absolute;
    height: 60px;
    padding: 10px 15px;
    background: none;
  }
  .side_menu li:first-child {
    left: 0;
    top: 0;
  }
  .side_menu li:last-child {
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .side_menu li {
    padding: 10px;
    height: 40px;
    min-width: auto;
  }
}
.side_menu li span {
  display: block;
}
.side_menu li span.drop {
  position: relative;
  cursor: pointer;
  padding-right: 10px;
}
.side_menu li span.drop::after {
  position: absolute;
  right: -3px;
  top: 9px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #fff transparent;
  transition: 0.3s;
}
.side_menu li span.drop.up::after {
  transform: rotateX(180deg);
}
.side_menu li img {
  display: block;
  margin: auto;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 600px) {
  .side_menu li img {
    width: 25px;
    margin-bottom: 0;
  }
}
.side_menu li a {
  display: block;
  color: #fff;
}
.side_menu li ol {
  max-height: 0px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 64px;
  left: 0;
  transition: 0.3s;
  z-index: 9;
}
.side_menu li ol.dropdown {
  max-height: 150px;
}
@media only screen and (max-width: 820px) {
  .side_menu li ol {
    top: 79px;
  }
}
@media only screen and (max-width: 600px) {
  .side_menu li ol {
    top: 60px;
  }
}
.side_menu li ol li {
  border-top: 1px solid #8F633C;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 820px) {
  .side_menu li ol li {
    position: static;
    height: auto;
    background: #91643A;
    font-size: 1em;
    border-top-color: #bc926a;
  }
}
.side_menu li ol li + li {
  margin-left: 0;
}
.side_menu li + li {
  margin-left: 5px;
}
@media only screen and (max-width: 820px) {
  .side_menu li + li {
    margin: 0;
    min-width: 65px;
  }
}

.text {
  width: 85%;
  max-width: 1080px;
  margin: 4rem auto 1.5rem auto;
  color: #757576;
  line-height: 1.8;
  text-align: justify;
}
@media only screen and (max-width: 600px) {
  .text {
    margin: 1rem auto;
    width: 95%;
    line-height: 1.5;
  }
}
.text p {
  text-indent: 2em;
}

.map {
  width: 95%;
  max-width: 750px;
  margin: 2em auto;
  position: relative;
}
@media only screen and (max-width: 820px) {
  .map img {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .map {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0.5em auto;
  }
}
.map button {
  background: #bc926a;
  padding: 5px 15px;
  color: #fff;
  position: absolute;
  border: none;
  font-size: 1.1rem;
  display: block;
  cursor: pointer;
}
.map button.sel {
  background: #814708;
}
.map button.area_taiwan {
  top: 250px;
  right: 240px;
}
.map button.area_asia {
  top: 130px;
  left: 280px;
}
.map button.area_europe {
  top: 160px;
  left: 70px;
}
.map button.area_america {
  top: 200px;
  right: 60px;
}
.map button.area_africa {
  bottom: 160px;
  left: 70px;
}
.map button.area_oceania {
  bottom: 80px;
  left: 300px;
}
@media only screen and (max-width: 600px) {
  .map button {
    position: static;
    margin-left: 1em;
    margin-bottom: 0.5em;
    width: 40%;
  }
}

.data {
  width: 95%;
  margin: 1em auto;
}
.data h2, .data h4 {
  text-align: center;
}
.data h2 {
  color: #552e0d;
  font-size: 2em;
}
@media only screen and (max-width: 600px) {
  .data h2 {
    font-size: 1.5em;
  }
}
.data h2 i {
  font-style: normal;
  color: #814708;
  padding-left: 8px;
}
.data h4 {
  color: #bc926a;
  font-size: 120%;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
}
.data h3.subtitle {
  color: #8A562A;
  text-align: center;
  font-size: 1.2em;
}
@media only screen and (max-width: 820px) {
  .data h3.subtitle {
    margin-bottom: 1em;
  }
}

.selform {
  margin: 30px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .selform {
    flex-direction: column;
    align-items: flex-start;
  }
}
.selform label {
  margin-right: 15px;
}
.selform select {
  min-width: 200px;
}

.sel_type {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 600px) {
  .sel_type {
    flex-wrap: wrap;
  }
}
.sel_type a {
  background: #bc926a;
  padding: 5px 20px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .sel_type a {
    margin-bottom: 0.5em;
  }
}
.sel_type a + a {
  margin-left: 1rem;
}
.sel_type a.sel {
  background: #552e0d;
}

.sel_detail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2em;
  margin-bottom: 3em;
}
@media only screen and (max-width: 600px) {
  .sel_detail {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.sel_detail a {
  padding: 5px 30px;
  border-radius: 25px;
  border: 1px solid #dfdfdf;
  color: #666;
  margin-top: 1em;
  margin-left: 1em;
}
@media only screen and (max-width: 600px) {
  .sel_detail a {
    padding: 5px 10px;
    margin-left: 0.2em;
    width: 41.6666666667%;
    text-align: center;
  }
}
@media only screen and (max-width: 340px) {
  .sel_detail a {
    padding: 5px 6px;
    font-size: 0.95em;
    width: auto;
    border-radius: 8px;
  }
}

.submitarea {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.submit_btn {
  padding: 15px 45px;
  font-size: 1.2em;
  margin: 30px 15px;
  background: #bc926a;
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.list_data {
  width: 100%;
  margin: 1em auto;
  border: 1px solid #a67d56;
  border-radius: 8px 8px 0 0;
}
.list_data .data_title, .list_data .data_con {
  padding: 0.5em;
}
.list_data .data_title {
  background: #a67d56;
  border: none;
  position: relative;
  border-radius: 6px 6px 0 0;
}
.list_data .data_title h5 {
  font-size: 1.1em;
  margin: auto;
  color: #fff;
  text-align: left;
  position: relative;
  padding-left: 40px;
}
.list_data .data_title h5:before {
  content: "";
  width: 5px;
  height: 80%;
  display: block;
  background: #fff;
  position: absolute;
  left: 28px;
  top: 17%;
}
.list_data .data_title h5 > em {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  color: #ffecd6;
  padding-left: 10px;
}
.list_data .data_title span.toggle_btn {
  position: absolute;
  right: 45px;
  top: 12px;
  display: block;
  cursor: pointer;
  transition: 0.3s;
}
.list_data .data_title span.toggle_btn:hover {
  opacity: 0.6;
}
.list_data .data_title span.toggle_btn.close {
  transform: rotateX(-180deg);
}
.list_data .data_title span.del_btn {
  position: absolute;
  left: 10px;
  top: 12px;
  display: block;
  cursor: pointer;
  transition: 0.3s;
}
.list_data .data_title span.del_btn:hover {
  opacity: 0.6;
}
.list_data .data_title .aum_total {
  position: absolute;
  right: 0px;
  top: 0;
  border-radius: 0 8px 0 0;
  background: #7d1d07;
  min-width: 200px;
  height: 100%;
  line-height: 2.5em;
  padding: 0 4em 0 1em;
  color: #fff;
  font-size: 1.1em;
}
@media only screen and (max-width: 600px) {
  .list_data .data_title .aum_total {
    position: static;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    margin-top: 0.5em;
    padding: 0.25em;
    line-height: 1.5em;
  }
}
.list_data .data_title .aum_total i, .list_data .data_title .aum_total span {
  color: #fff;
}
.list_data .data_title .arrow_toggle {
  position: absolute;
  right: 10px;
  top: 12px;
  cursor: pointer;
  border-left: 1px solid #BBAA89;
  width: 35px;
  height: 25px;
}
.list_data .data_title .arrow_toggle::before {
  content: "";
  width: 24px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 9px;
  right: 0px;
  border-radius: 3px;
}
.list_data .data_title .arrow_toggle::after {
  content: "";
  width: 4px;
  height: 24px;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 10px;
  border-radius: 3px;
}
.list_data .data_con {
  max-height: 2000px;
}
@media only screen and (max-width: 820px) {
  .list_data .data_con {
    max-height: 5000px;
  }
}
.list_data .data_con.close {
  max-height: 0;
  overflow: hidden;
  padding: 0;
}
.list_data .data_con h5 {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  color: #a32b0f;
  font-size: 1em;
}
.list_data .data_con h5.tl {
  text-align: left;
}
.list_data .data_con h4 {
  padding-bottom: 10px;
  color: #a32b0f;
  width: 100%;
  position: relative;
}
.list_data .data_con h4 span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1em;
  padding: 5px 10px;
  display: block;
  border-radius: 20px;
  background: #814708;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}
.list_data .data_con h4 span:hover {
  opacity: 0.8;
}
.list_data .data_con label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  margin-top: 5px;
  margin-bottom: 5px;
}
.list_data .data_con label input[type=text] {
  max-width: 200px;
}
.list_data .data_con label input[type=text].text_long {
  max-width: 350px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .list_data .data_con label input[type=text].text_long {
    max-width: 315px;
  }
}
.list_data .data_con .name_group {
  margin-left: 15px;
  padding-bottom: 2px;
  width: 98% !important;
  text-align: left;
}
.list_data .data_con .name_group label {
  display: inline;
}
.list_data .data_con .name_group label + label {
  margin-left: 1em;
}
@media only screen and (max-width: 1200px) {
  .list_data .data_con .name_group label + label {
    margin-left: 0;
  }
}
.list_data .data_con .name_group input[type=text] {
  width: 23.8095238095%;
}
@media only screen and (max-width: 600px) {
  .list_data .data_con .name_group input[type=text] {
    width: 48%;
  }
}
@media only screen and (max-width: 320px) {
  .list_data .data_con .name_group input[type=text] {
    width: 47%;
  }
}
.list_data .data_con .name_group .name_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.5em;
}
@media only screen and (max-width: 720px) {
  .list_data .data_con .name_group .name_list {
    flex-wrap: wrap;
  }
}
.list_data .data_con .name_group .name_list label {
  margin-bottom: 0;
}
.list_data .data_con .name_group .name_list h5 {
  width: 70px;
  margin-bottom: 0;
}
@media only screen and (max-width: 720px) {
  .list_data .data_con .name_group .name_list h5 {
    width: 100%;
  }
}
.list_data .data_con .name_group .name_list h5:before {
  height: 25px;
  top: 10%;
}
.list_data .data_con .name_group .dhaname_detail {
  margin-top: 0.5em;
  background-color: #dadada;
  padding: 0.5em;
  width: calc(95% - 90px);
  margin-left: 90px;
  color: #000;
}
.list_data .data_con .name_group .dhaname_detail input[type=text] {
  width: 100px;
}
@media only screen and (max-width: 1024px) {
  .list_data .data_con .name_group .dhaname_detail label {
    display: block;
  }
  .list_data .data_con .name_group .dhaname_detail label select {
    width: 250px;
  }
  .list_data .data_con .name_group .dhaname_detail input[type=text] {
    width: 150px;
  }
}
@media only screen and (max-width: 820px) {
  .list_data .data_con .name_group .dhaname_detail span {
    min-width: 72px;
    display: inline-block;
    text-align: right;
  }
}
@media only screen and (max-width: 600px) {
  .list_data .data_con .name_group .dhaname_detail {
    margin-left: 0;
    width: 100%;
  }
  .list_data .data_con .name_group .dhaname_detail label select {
    width: 220px;
  }
  .list_data .data_con .name_group .dhaname_detail label input[type=text] {
    width: 220px;
  }
}
.list_data .data_con .mpname:first-child {
  margin-top: 10px;
}
.list_data .data_con .mpname label {
  display: inline-block;
  width: auto;
  margin-left: 10px;
}

.data_toggle .data_con {
  max-height: 0;
  padding: 0 0.5em;
  overflow: hidden;
  transition: max-height 0.1s;
}
.data_toggle.sel .data_title .arrow_toggle::after {
  display: none;
}
.data_toggle.sel .data_con {
  max-height: 5000px;
  padding: 0.5em;
}

.tabs {
  position: relative;
  padding-top: 10px;
}
@media only screen and (max-width: 600px) {
  .tabs {
    width: 100%;
    box-sizing: border-box;
  }
}
.tabs + .tabs {
  margin-top: 50px;
}
.tabs .common_btn {
  font-size: 1em;
  padding: 0.2em 2em 0.2em 0.5em;
  background: #A32B10;
  color: #fff;
  display: block;
  border-radius: 8px;
  margin-left: 20px;
  background-image: url(../images/icon_sbutton.png);
  background-repeat: no-repeat;
  background-position: 95% 89%;
  background-size: 14%;
  cursor: pointer;
}
@media only screen and (max-width: 720px) {
  .tabs .common_btn {
    margin-left: 5px;
  }
}
.tabs .common_btn + .tab_sel {
  margin-bottom: 0.5em;
}
.tabs .common_add {
  position: absolute;
  left: 50px;
  bottom: 15px;
}

.list_tabs .sub_title {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
}
.list_tabs .sub_title h5 {
  width: auto !important;
  margin-right: 10px;
  color: #000;
  position: relative;
  text-align: left;
  padding-left: 12px;
  font-size: 1.2em;
}
@media only screen and (max-width: 600px) {
  .list_tabs .sub_title h5 {
    width: 100% !important;
  }
}
.list_tabs .sub_title h5:before {
  content: "";
  width: 5px;
  height: 80%;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 17%;
}
.list_tabs .sub_title h5 + h5.tl {
  color: #A32B10;
  font-size: 1em;
  padding-left: 0;
}
.list_tabs .sub_title h5 + h5.tl:before {
  width: 0;
}
.list_tabs .sub_title input[type=text] {
  width: 40px;
  margin-right: 5px;
  padding: 0.2em 0.5em;
}
@media only screen and (max-width: 600px) {
  .list_tabs .sub_title input[type=text] {
    padding: 5px;
  }
}
.list_tabs .sub_title label {
  margin-right: 10px;
}

.tab_sel {
  position: relative;
  margin-bottom: 35px;
}
.tab_sel .slick-prev, .tab_sel .slick-next {
  position: absolute;
  width: 30px;
  height: 65px;
  line-height: 65px;
  background: #000;
  color: #fff;
  text-align: center;
  top: 0;
  cursor: pointer;
  font-size: 0;
}
.tab_sel .slick-prev:hover, .tab_sel .slick-next:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 600px) {
  .tab_sel .slick-prev, .tab_sel .slick-next {
    height: 35px;
    width: 35px;
    top: -45px;
  }
}
@media only screen and (max-width: 320px) {
  .tab_sel .slick-prev, .tab_sel .slick-next {
    width: 30px;
    height: 30px;
  }
}
.tab_sel .slick-prev {
  left: -35px;
  border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 600px) {
  .tab_sel .slick-prev {
    left: auto;
    right: 50px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .tab_sel .slick-prev {
    right: 35px;
  }
}
.tab_sel .slick-prev:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10.5px 8px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.tab_sel .slick-next {
  right: -35px;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 600px) {
  .tab_sel .slick-next {
    border-radius: 10px;
    right: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .tab_sel .slick-next {
    right: 0;
  }
}
.tab_sel .slick-next:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10.5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.tab_sel .tab_name_group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 2%;
  width: 96%;
}
.tab_sel .tab_name_group .tab_name {
  padding: 5px 0px;
  border-radius: 8px;
  border: 1px solid #000;
  color: #747474;
  cursor: pointer;
  line-height: 1.2;
  text-align: center;
  margin: 0 5px;
  width: 40px;
}
@media only screen and (max-width: 600px) {
  .tab_sel .tab_name_group .tab_name {
    width: 50px !important;
  }
}
@media only screen and (max-width: 380px) {
  .tab_sel .tab_name_group .tab_name {
    padding: 3px 2.5px;
    margin: 3px;
    width: 50px !important;
  }
}
@media only screen and (max-width: 320px) {
  .tab_sel .tab_name_group .tab_name {
    padding: 0;
    margin: 3px;
    width: 47px !important;
  }
}
.tab_sel .tab_name_group .tab_name.sel {
  background: #000;
  color: #fff;
}
.tab_sel .tab_name_group .tab_name > span {
  display: block;
  line-height: 1;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  width: 95% !important;
  margin: auto;
}
@media only screen and (max-width: 820px) {
  .tab {
    width: 100%;
  }
}
.tab .tab_con {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.tab input[type=radio] {
  display: none;
}
.tab input[type=radio]:checked + label {
  background: #bc926a;
  color: #fff;
}
.tab input[type=radio]:checked + label + .tab_box {
  display: initial;
}
.tab .tab_box {
  width: 100%;
  border-bottom: 3px solid #ddd;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .tab .tab_box .name_group {
    margin-left: 0;
  }
}
.tab .tab_box label {
  justify-content: left;
  flex-wrap: wrap;
}
.tab .tab_box h5 {
  color: #000;
  position: relative;
  text-align: left;
  padding-left: 12px;
  font-size: 1em;
}
.tab .tab_box h5:before {
  content: "";
  width: 5px;
  height: 80%;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 8%;
}
.tab .tab_box > .btn_style > .del_icon {
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-position: center;
  background-size: 15px;
  position: absolute;
  top: -17px;
  right: -8px;
}

.line_box {
  width: 100%;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  margin-top: 0.5em;
}
@media only screen and (max-width: 1200px) {
  .line_box {
    padding: 0;
  }
}
.line_box + .line_box {
  margin-top: 30px;
}
.line_box label {
  justify-content: left;
  flex-wrap: wrap;
}
.line_box h5 {
  color: #000;
  position: relative;
  text-align: left;
  padding-left: 12px;
  font-size: 1em;
}
.line_box h5:before {
  content: "";
  width: 5px;
  height: 80%;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 17%;
}
.line_box > .name_group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .line_box > .name_group select {
    width: fit-content;
  }
}
.line_box > .name_group label, .line_box > .name_group select {
  margin-right: 5px;
  margin-left: 3px;
}
.line_box > .name_group input[type=text] {
  width: 100% !important;
}
.line_box > .name_group .btn_style > .del_icon {
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-position: center;
  background-size: 15px;
  position: absolute;
  top: -17px;
  right: -8px;
}
.line_box > .name_group h5 {
  color: #000;
  position: relative;
  text-align: left;
  padding-left: 12px;
  font-size: 1em;
  margin-bottom: 5px;
}

.text_small input[type=text] {
  max-width: 120px;
}

.text_mid {
  padding-bottom: 10px;
}
.text_mid input[type=text] {
  width: 30.303030303%;
  margin-left: 15px;
}
@media only screen and (max-width: 600px) {
  .text_mid input[type=text] {
    width: 48%;
    margin-left: 0;
  }
}
.text_mid label {
  padding: 0;
}

.dha_confirm .data_title, .dha_confirm .data_con {
  padding: 10px 1%;
}

.confirm_data h3 em {
  font-style: normal;
}
.confirm_data a {
  display: block;
  margin-top: 5px;
  width: 80%;
}

.form_tt {
  padding-left: 3px;
}
.form_tt i {
  font-style: normal;
  padding-right: 5px;
  color: #a32b0f;
  font-weight: 800;
}
.form_tt span {
  color: #a32b0f;
  font-weight: 800;
}

.box_list {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
}
.box_list.open {
  display: block;
}
.box_list .box_close {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 2em;
  color: #000;
  position: absolute;
  top: 35%;
  left: 50%;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
}
.box_list .box_table {
  position: fixed;
  background: #fff;
  width: 100%;
  max-height: 85%;
  overflow-y: scroll;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 820px) {
  .box_list .box_table {
    bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .box_list .box_table {
    height: 70%;
    overflow-y: auto;
  }
}
.box_list .box_table h3.box_title {
  font-size: 1.5em;
  text-align: center;
  padding-top: 1em;
  color: #814708;
  justify-content: center;
}

.listbtn_item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 1.5em;
}
@media only screen and (max-width: 600px) {
  .listbtn_item {
    margin-top: 0;
  }
}
.listbtn_item .item_btn {
  margin: 0.5em 0.5em;
  padding: 0.5em 1.3em;
  background: #BC926A;
  color: #fff;
  font-size: 1.1em;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .listbtn_item .item_btn {
    padding: 0.3em 1em;
  }
}
.listbtn_item .item_btn:hover, .listbtn_item .item_btn.sel {
  background: #814708;
}
.listbtn_item:nth-child(odd) .item_btn {
  background: #ccc;
  color: #333;
  border-radius: 15px;
}
.listbtn_item:nth-child(odd) .item_btn:hover, .listbtn_item:nth-child(odd) .item_btn.sel {
  background: #333;
  color: #fff;
}
.listbtn_item + .listbtn_item .item_btn {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.listbtn_item.final {
  margin-bottom: 2em;
  margin-top: 1em;
}
@media only screen and (max-width: 600px) {
  .listbtn_item.final {
    flex-direction: row;
    justify-content: center;
    font-size: 0.95em;
  }
}
.listbtn_item.final .item_btn {
  background: #fff;
  border: 1px solid #efefef;
  color: #666;
  border-radius: 45px;
  display: flex;
  align-items: center;
  margin: 0.5em;
  font-size: 1em;
}
@media only screen and (max-width: 600px) {
  .listbtn_item.final .item_btn {
    margin: 0.3em 0.1em;
    padding: 0.3em 0.1em;
  }
}
@media only screen and (max-width: 600px) {
  .listbtn_item.final .item_btn {
    margin: 0.3em 0.5em;
    padding: 0.3em 0.5em;
  }
}
.listbtn_item.final .item_btn:after, .listbtn_item.final .item_btn:before {
  content: "|";
  color: #a98b6f;
  font-size: 8px;
  margin: 0 1em;
}
.listbtn_item.final .item_btn:hover, .listbtn_item.final .item_btn.sel {
  background: #efefef;
}

.item_data {
  width: 95%;
  max-width: 1300px;
  margin: auto;
  margin-top: 2em;
}
@media only screen and (max-width: 820px) {
  .item_data {
    width: 100%;
  }
}

.donate_detail {
  text-align: center;
  margin-top: 1em;
}
@media only screen and (max-width: 600px) {
  .donate_detail {
    text-align: left;
    width: 80%;
    margin: auto;
  }
  .donate_detail h3 {
    text-align: center;
  }
  .donate_detail label {
    margin-bottom: 8px;
    display: block;
  }
  .donate_detail input {
    width: 100%;
  }
}
.donate_detail .list {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.dd_btn a {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 100px;
  right: 20px;
  background: #814708;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
  padding-top: 10px;
}
.dd_btn a span {
  width: 100%;
  color: #000;
  position: absolute;
  transition: 0.35s ease-in-out;
  left: 0;
  bottom: 0;
  opacity: 0;
  background: #BC926A;
  border-radius: 15px;
  color: #fff;
}
.dd_btn a:hover span, .dd_btn a:focus span {
  opacity: 1;
  transform: translateY(30px);
}
@media only screen and (max-width: 1024px) {
  .dd_btn a span {
    opacity: 1;
    bottom: -30px;
  }
}
@media only screen and (max-width: 600px) {
  .dd_btn a {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    box-shadow: 0px 0px 5px #91643a;
  }
  .dd_btn a img {
    width: 45%;
  }
  .dd_btn a span {
    font-size: 0.65em;
    bottom: -20px;
    padding: 0 5px;
    left: -10px;
    width: 60px;
    box-shadow: 0px 0px 5px #91643a;
  }
}

.dha_data .listbtn_item {
  justify-content: flex-start;
  margin-top: 0.5em;
}
.dha_data .listbtn_item a {
  background: #fff !important;
  border: 1px solid #ddd !important;
  color: #666 !important;
  border-radius: 8px;
  margin: 0.2em;
}
.dha_data .listbtn_item a:hover, .dha_data .listbtn_item a.sel {
  background: #bc926a !important;
  color: #fff !important;
}
.dha_data .item_data {
  width: 100%;
  max-width: 1220px;
  margin: 30px auto;
}
@media only screen and (max-width: 600px) {
  .dha_data .item_data {
    margin-top: 0;
  }
}
.dha_data .item_data h3 {
  display: flex;
  flex-direction: row;
  align-self: center;
  font-size: 1.3em;
  color: #000;
}
.dha_data .item_data h3 i {
  padding-right: 10px;
}
.dha_data .item_data input[type=radio] {
  width: 18px;
  height: 18px;
}
.dha_data .item_data .more_btn {
  width: 6em;
  border: 0;
  margin-top: 1em;
  background-color: #814708;
  background-image: url(../images/icon_button.png);
  background-position: 95% -37px;
  background-repeat: no-repeat;
  background-size: 15px;
  color: #fff;
  padding: 5px 25px 5px 15px;
  font-size: 1em;
  border-radius: 8px;
  cursor: pointer;
}
.dha_data .item_data .more_btn:hover {
  opacity: 0.8;
}
.dha_data .subtitle {
  margin-bottom: 30px;
}
.dha_data .subtitle em {
  font-style: normal;
  color: #552e0d;
}
.dha_data .subtitle em::before {
  content: " - ";
}
@media only screen and (max-width: 600px) {
  .dha_data .subtitle em {
    display: block;
  }
  .dha_data .subtitle em::before {
    content: "";
  }
}
.dha_data .dha_item {
  border: 1px solid #bc926a;
}
.dha_data .dha_item h4 {
  background: #bc926a;
  color: #fff;
  padding: 10px;
}
.dha_data .list {
  display: flex;
  align-items: center;
}
.dha_data .list h3 {
  margin-right: 0.5em;
}
.dha_data .list.list_form {
  width: 95%;
  margin: 1em auto;
  align-items: baseline;
}
.dha_data .list.list_form label {
  margin-right: 1em;
}
.dha_data .list.list_form textarea {
  width: 80%;
}
.dha_data .item_chk .radiomark {
  top: 4px;
}
.dha_data .contentBoxA .list label.item_chk {
  text-align: left;
  width: 4em;
}

.name_group {
  width: 95%;
  margin: 0.5em auto;
}
.name_group .btn_s.del {
  padding: 0.1em 1.5em 0.2em 0.5em;
}

.mpname {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.mpname input, .mpname select {
  margin-right: 0.5em;
  margin-left: 0.5em;
  max-width: 150px;
}

button.add_btn, input.add_btn {
  background: #a67d56;
  border: none;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 4px;
  font-size: 0.9em;
  cursor: pointer;
  width: fit-content !important;
}

.common_group {
  display: none;
}
.common_group.open {
  display: block;
  border: none;
}
.common_group.open > .common_detail .fun {
  border-bottom: none;
}
.common_group.open > .memdetail_con {
  padding: 0;
}

.common_bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.common_detail {
  width: 95%;
  max-width: 1280px;
  height: 80%;
  position: fixed;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 3;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .common_detail {
    width: 85%;
    height: 70%;
    top: 7%;
  }
}
.common_detail .close_btn {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  background: #a67d56;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  z-index: 3;
}
.common_detail .title {
  background: #a67d56;
  color: #fff;
  padding: 0.5em;
  text-align: center;
  border-radius: 8px 8px 0 0;
}
.common_detail .common_con {
  overflow-y: scroll;
  height: calc(100% - 45px);
}
@media screen and (max-width: 600px) {
  .common_detail .common_con {
    width: 100%;
    padding: 0;
  }
}
.common_detail .fun {
  padding: 1em 1em 1em 0em;
  min-height: 30px;
  justify-content: space-between;
  border-bottom: 1px solid #a67d56;
  position: relative;
}
.common_detail .fun button {
  border: none;
  border-radius: 30px;
  padding: 0.5em 1em 0.5em 1em;
  background: #a67d56;
  color: #fff;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  margin-left: 0.5em;
}
.common_detail .fun button.chk {
  background: #552E0D;
}
.common_detail .fun select {
  padding: 0.5em 1em 0.5em 0.5em;
}
.common_detail .fun .common_btn {
  border: none;
  border-radius: 30px;
  padding: 0.5em 2em 0.5em 1em;
  background-color: #552E0D;
  background-image: url(../images/icon_sbutton.png);
  background-repeat: no-repeat;
  background-position: 93% -50px;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
}
.common_detail .fun .common_btn:hover {
  box-shadow: 0 0 15px #999;
}
.common_detail .pos_center {
  margin: auto;
  text-align: center;
}
.common_detail .list_con {
  border-bottom: 1px solid #a67d56;
}
.common_detail .list_con h4 {
  color: #000;
  position: relative;
  padding-left: 0.5em;
  margin: 1em;
}
.common_detail .list_con h4::before {
  content: "";
  width: 5px;
  height: 80%;
  display: block;
  position: absolute;
  background: #000;
  top: 15%;
  left: 0;
}
.common_detail .common_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 1em 1em 1em;
}
@media only screen and (max-width: 600px) {
  .common_detail .common_list {
    padding: 0 0.2em 0.5em 0.2em;
  }
}
.common_detail .common_list .list_name {
  border: 1px solid #999;
  margin: 0.25em;
  padding: 0.25em;
  cursor: pointer;
}
.common_detail .common_list .list_name span {
  padding-left: 4px;
  padding-right: 4px;
}
.common_detail .common_list .list_name span + span {
  border-left: 2px solid #999;
  padding-left: 8px;
  color: #000;
}
.common_detail .common_list .list_name.sel {
  background: #a67d56;
  color: #fff;
}
.common_detail .common_list .list_name.sel span + span {
  color: #fff;
  border-left: 2px solid #fff;
}
.common_detail .list_group {
  background: #F2F2F2;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.common_detail .list_group:nth-child(odd) {
  background: #D2D5DA;
}
.common_detail .list_group + .list_group {
  border-top: 2px solid #fff;
}
.common_detail .list_group .chk {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  text-align: center;
  background: #E5E3E4;
}
@media only screen and (max-width: 600px) {
  .common_detail .list_group .chk {
    width: 100%;
    height: 40px;
  }
}
.common_detail .list_group .chk input[type=radio] {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.common_detail .list_group .chk input[type=radio]:checked {
  background: #a67d56;
}
.common_detail .list_group .group_con {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 80px);
  margin-left: 85px;
}
@media only screen and (max-width: 600px) {
  .common_detail .list_group .group_con {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}
.common_detail .list_group .group_con i {
  font-style: normal;
  padding: 0 1em;
}
@media only screen and (max-width: 820px) {
  .common_detail .list_group .group_con i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0 0.3em;
  }
}
@media only screen and (max-width: 600px) {
  .common_detail .list_group .group_con i {
    display: none;
  }
}
.common_detail .list_group .gruop_name em {
  font-style: normal;
  color: #333;
  margin-right: 1.35em;
}
@media only screen and (max-width: 600px) {
  .common_detail .list_group .gruop_name em {
    margin-right: 0;
  }
  .common_detail .list_group .gruop_name em + em:before {
    content: "、";
  }
}
.common_detail .list_group .gruop_name span {
  padding-right: 1.5em;
}
.common_detail .list_group .gruop_name p {
  padding-right: 0.5em;
  color: #333;
}
.common_detail .list_group .gruop_name .gn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0.5em;
}
@media only screen and (max-width: 600px) {
  .common_detail .list_group .gruop_name .gn {
    margin-left: 0.5em;
  }
}

.list_area {
  display: none;
}
.list_area.open {
  display: block;
}

.add_num h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.add_num .btn_style {
  padding: 2px 10px;
  margin: 0 5px;
  display: block;
  background: #fff;
  border: 1px solid #a67d56;
  cursor: pointer;
  color: #552e0d;
  border-radius: 3px;
}
.add_num .btn_style:hover, .add_num .btn_style.sel {
  background: #a67d56;
  color: #fff;
}
.add_num .add_btn {
  margin-left: 0.5em;
  font-size: 1em;
  background: #552e0d;
}
.add_num .add_btn.borwnbtn {
  background: #a67d56;
}
.add_num .add_btn.graybtn {
  background: #333;
}
.add_num input[type=text].input_s {
  max-width: 80px;
  padding: 4px 5px;
  display: block;
  line-height: 1.5;
  margin: 0 5px;
  border-radius: 3px;
}

@media only screen and (max-width: 600px) {
  .list + .add_num {
    display: flex;
  }
  .list + .add_num h3 {
    margin: 1em 0;
    font-size: 1.1em;
  }
  .list + .add_num a {
    display: inline-block;
    margin: 0 2px;
  }
  .list + .add_num a:nth-child(6) {
    display: none;
  }
}
.table_title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #cdcdcd;
  padding-left: 8px;
  padding-right: 8px;
}
.table_title h3 {
  text-align: left;
  margin: 0;
  padding: 0;
  color: #000;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}
.table_title h3:after {
  content: "";
  border: solid black;
  border-width: 0px 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-135deg);
  position: absolute;
  top: 20px;
  right: 0;
  transition: 0.5s;
}
@media only screen and (max-width: 600px) {
  .table_title h3:after {
    right: 15px;
  }
}
.table_title h3.i_top:after {
  transform: rotate(45deg);
  top: 15px;
}
.table_title .fun_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tablelist_area {
  transition: 0.5s;
  overflow: hidden;
  max-height: 0;
}
.tablelist_area.open {
  max-height: 5000px;
}

.table_list {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid #cecece;
  margin-bottom: 1px;
  box-sizing: border-box;
}
.table_list + .table_title {
  margin-top: 1em;
}
.table_list span.num {
  width: 70px;
}
.table_list .table_name {
  display: flex;
  flex-direction: column;
  width: calc(100% - 70px);
}
.table_list .table_name.fd_r {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.table_list .table_name.fd_r .name_list {
  width: 33.3333333333%;
  border-bottom: none;
  outline: 1px solid #cecece;
}
.table_list .name_list {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #cecece;
  white-space: normal;
}
.table_list .name_list + .name_list {
  border-bottom: none;
}
.table_list .name_list span {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.table_list .name_list span i {
  font-style: normal;
  display: inline-block;
}
.table_list .name_list span i + i::before {
  content: "、";
}
.table_list .name_list span:first-child {
  width: 160px;
  text-align: center;
  border-right: 1px solid #cecece;
  background: #eee;
}
.table_list .name_list span:last-child {
  width: calc(100% - 120px);
  text-align: left;
}

.dha_msg {
  background: #eee;
  width: 100%;
  padding: 15px 25px;
  box-sizing: border-box;
}
.dha_msg h3 {
  color: #950202 !important;
  font-size: 1.1em;
}

.listbtn_item.sitem .item_btn {
  padding: 0.2em 0.75em;
  border-radius: 8px;
}

.dhachk_title {
  width: 100%;
  background: #950202;
  box-sizing: border-box;
  padding: 0.5em;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .dhachk_title {
    width: 95%;
    margin: auto;
  }
}
.dhachk_title .del_btn {
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 99;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .dhachk_title .del_btn {
    top: 12px;
  }
}
.dhachk_title h5 {
  font-size: 1.2em;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .dhachk_title h5 {
    line-height: 1.5em;
    width: 85%;
  }
}
.dhachk_title label {
  padding: 0;
  margin-right: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dhachk_title input[type=checkbox] {
  display: none;
}
.dhachk_title input[type=checkbox] + h5 {
  display: inline-block;
  padding-left: 26px;
  line-height: 20px;
  background-image: url(../images/icon/cbx-off.jpg);
  background-repeat: no-repeat;
  user-select: none;
}
@media only screen and (max-width: 600px) {
  .dhachk_title input[type=checkbox] + h5 {
    line-height: 1.5em;
    background-position: 0px 7px;
  }
}
.dhachk_title input[type=checkbox]:checked + h5 {
  background-image: url(../images/icon/cbx-on.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 30px;
}
@media only screen and (max-width: 600px) {
  .dhachk_title input[type=checkbox]:checked + h5 {
    line-height: 1.5em;
    background-position: 0px 7px;
  }
}

.dhatotal_amount {
  margin-top: 1em;
  box-sizing: border-box;
  padding: 0.5em 1em;
  background: #950202;
}
.dhatotal_amount h5 {
  font-size: 1.15em;
  text-align: right;
  font-weight: 500;
  color: #fff;
}
.dhatotal_amount h5 i, .dhatotal_amount h5 em {
  font-size: 1.2em;
  font-style: normal;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.01em;
  padding: 0 0.1em;
}
@media only screen and (max-width: 600px) {
  .dhatotal_amount h5 i {
    display: block;
  }
}

.btn_style {
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
  appearance: none;
}
.btn_style.jcL {
  justify-content: start;
  margin-left: 15px;
}
.btn_style.btn_style_small {
  font-size: 0.9em;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .btn_style.btn_style_small {
    font-size: 1em;
    padding-bottom: 0.5em;
  }
}
@media only screen and (max-width: 600px) {
  .btn_style.multi_btn .btn {
    padding: 0.4em 0;
    text-align: center;
  }
  .btn_style.multi_btn .btn span {
    padding: 0;
  }
  .btn_style.multi_btn .btn i {
    display: none;
  }
  .btn_style.multi_btn .btn + .arr_left span {
    padding-left: 0;
  }
}
.btn_style > input.btn {
  font-size: 1em;
  background-color: #eee;
}
.btn_style .btn {
  border-radius: 1.5em;
  width: 10em;
  font-size: 1.25em;
  margin: 1em 1.5em;
  display: block;
  box-sizing: border-box;
  padding: 0.4em 0;
  position: relative;
}
@media only screen and (max-width: 820px) {
  .btn_style .btn {
    margin: 1em 0.5em;
  }
}
@media only screen and (max-width: 600px) {
  .btn_style .btn {
    margin: 1em 0.3em;
    padding: 0.4em 0;
    box-sizing: border-box;
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 340px) {
  .btn_style .btn {
    font-size: 1em;
    border-radius: 1em;
  }
}
.btn_style .btn span {
  display: block;
  padding-left: 25%;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .btn_style .btn span {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 340px) {
  .btn_style .btn span {
    padding-left: 20%;
  }
}
.btn_style .btn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transition: 0.3s;
}
@media only screen and (max-width: 600px) {
  .btn_style .btn i {
    right: 8px;
  }
}
@media only screen and (max-width: 340px) {
  .btn_style .btn i {
    right: 10px;
  }
}
.btn_style .btn i img {
  display: block;
}
@media only screen and (max-width: 600px) {
  .btn_style .btn i img {
    width: 22px;
  }
}
.btn_style .btn:hover {
  box-shadow: 0 0 15px #999;
}
.btn_style .btn:hover i {
  right: 22px;
}
@media only screen and (max-width: 600px) {
  .btn_style .btn:hover i {
    right: 15px;
  }
}
@media only screen and (max-width: 340px) {
  .btn_style .btn:hover i {
    right: 10px;
  }
}
.btn_style .btn:nth-child(odd) {
  color: #fff;
  background-color: #BC926A;
}
.btn_style .btn:nth-child(even) {
  color: #fff;
  background-color: #552E0D;
}
.btn_style .btn.arr_left span {
  padding-left: 10px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .btn_style .btn.arr_left span {
    padding-left: 0;
  }
}
.btn_style .btn.arr_left i {
  right: auto;
  left: 25px;
}
.btn_style .btn.arr_left:hover i {
  left: 22px;
}
@media only screen and (max-width: 340px) {
  .btn_style .btn.arr_left:hover i {
    left: 10px;
  }
}
.btn_style.single .btn {
  background: #552E0D;
}
.btn_style.single .btn span {
  padding-left: 27%;
}
.btn_style.single .btn.arr_left span {
  padding-right: 25%;
  text-align: right;
}
.btn_style.down .btn:hover i {
  right: 25px;
  transform: translateY(-40%);
}
.btn_style > .confirm_icon, .btn_style > .del_icon, .btn_style > .edit_icon, .btn_style > .memadd_icon, .btn_style > .delw_icon, .btn_style > .common_add_icon, .btn_style > .pay_icon {
  padding: 5px;
  color: #fff;
  padding-right: 28px;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 20px;
}
.btn_style > .confirm_icon {
  background-image: url(../images/icon/icons_check.png);
  background-color: #552e0d;
}
.btn_style > .delw_icon {
  background-image: url(../images/icon/icons_delw.png);
  background-color: #848484;
}
.btn_style > .del_icon {
  color: #000;
  background-image: url(../images/icon/icons_del.png);
  background-color: #eee;
  max-width: 70px;
}
.btn_style > .edit_icon {
  background-image: url(../images/icon/icons_edit.png);
  background-color: #c5ae99;
}
.btn_style > .memadd_icon {
  background-image: url(../images/icon/icons_group.png);
  background-color: #a32b0f;
  background-position: 95% center;
  font-size: 1.1em;
}
.btn_style > .common_add_icon {
  background-image: url(../images/icon/icons_groupadd.png);
  background-color: #552E0D;
  background-position: 98% center;
}
.btn_style > .pay_icon {
  background-image: url(../images/icon/icons_chkpay.png);
  background-color: #552E0D;
  background-position: 90% center;
  border-radius: 5px;
  margin-top: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media only screen and (max-width: 600px) {
  .btn_style > .pay_icon {
    margin: 0;
    padding: 0;
    padding-right: 25px;
    padding-left: 5px;
  }
}

i.star {
  background-image: url(../images/star.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-left: 10px;
  display: inline-block;
}

i.warning {
  background-image: url(../images/icon_warning.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-left: 10px;
  display: inline-block;
}

.login_area {
  display: flex;
  flex-direction: row;
  width: 90%;
  max-width: 1170px;
  margin: 3em auto 0 auto;
}
@media only screen and (max-width: 820px) {
  .login_area {
    width: 98%;
  }
}
@media only screen and (max-width: 600px) {
  .login_area {
    flex-direction: column;
    margin-top: 0;
  }
}
.login_area .login {
  border: 2px solid #e9d6c7;
  width: 60%;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .login_area .login {
    width: 95%;
    margin: 0 auto 1em auto;
  }
}
.login_area .login h2 {
  text-align: center;
  background: #bc926a;
  color: #fff;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
}
.login_area input {
  border: 2px solid #e9d6c7;
  width: 70%;
  height: 3em;
  border-radius: 1.5em;
  text-align: center;
  margin: 0.5em 15%;
  font-size: 1.1em;
}
@media only screen and (max-width: 600px) {
  .login_area input {
    width: 85%;
    margin: 0.5em 8.5%;
  }
}
.login_area input[type=text]:focus, .login_area input[type=password]:focus {
  background-color: #f2ece6;
  outline: none;
}
.login_area .new_login {
  border: 2px solid #e9d6c7;
  width: 35%;
  margin-left: 3%;
  background: #efe5db;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media only screen and (max-width: 820px) {
  .login_area .new_login {
    width: 36%;
  }
}
@media only screen and (max-width: 600px) {
  .login_area .new_login {
    width: 95%;
    margin-left: 0;
    margin: auto;
  }
}
.login_area .new_login figure {
  width: 80%;
  margin: 1em auto;
  text-align: center;
}
.login_area .new_login figure img {
  display: block;
  margin: 0.5em auto;
}
.login_area .forget_btn a {
  display: block;
  color: #fff;
  width: 40%;
  max-width: 180px;
  height: 2.2em;
  line-height: 2.2em;
  border-radius: 1.5em;
  margin: 0.5em auto 1em auto;
  text-align: center;
  background: #CAAB8F;
}
.login_area .forget_btn a:before, .login_area .forget_btn a:after {
  content: "|";
  display: inline-block;
  color: #B29176;
  padding: 0 0.5em;
}

/*forgotPassword*/
#forgotPassword {
  border: none;
  min-width: auto;
  margin: 2em auto 0 auto;
}
#forgotPassword .note {
  color: #81460a;
  font-size: 20px;
}
#forgotPassword .note.tec {
  text-align: center;
}
#forgotPassword .list {
  width: 60%;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  #forgotPassword .list {
    width: 100%;
  }
}

.password_data {
  width: 95%;
  max-width: 820px;
  margin: auto;
}
.password_data .rwd_table table tbody td {
  padding: 0.4em 0.15em;
}
.password_data .rwd_table table tbody td:first-child {
  width: 80px;
}
.password_data .rwd_table table tbody td:last-child {
  padding-right: 30px;
}
@media only screen and (max-width: 600px) {
  .password_data .rwd_table table.radio_table tr td:last-child {
    padding: 0.4em 0.15em;
  }
}

.mem_con {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2em;
}
@media only screen and (max-width: 600px) {
  .mem_con {
    flex-direction: column;
    margin-top: 0;
  }
}
.mem_con .mem {
  padding-right: 2.5em;
  padding-left: 2.5em;
  min-height: 500px;
}
@media only screen and (max-width: 600px) {
  .mem_con .mem {
    min-height: auto;
  }
}
.mem_con .mem + .mem {
  border-left: 1px dashed #666;
}
@media only screen and (max-width: 600px) {
  .mem_con .mem + .mem {
    border-left: none;
    border-top: 1px dashed #666;
  }
}
.mem_con .mem h2 {
  color: #552e0d;
  padding-bottom: 1em;
}
@media only screen and (max-width: 600px) {
  .mem_con .mem h2 {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }
}
.mem_con .mem ul {
  margin-left: 0.5em;
}
@media only screen and (max-width: 600px) {
  .mem_con .mem ul {
    margin-bottom: 0.5em;
  }
}
.mem_con .mem ul li {
  list-style-type: square;
  list-style-position: inside;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.mem_con .mem ul li a {
  color: #666;
}

.list_common {
  width: 80%;
  margin: auto;
  position: relative;
  margin-top: 5em;
}
@media only screen and (max-width: 1024px) {
  .list_common {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .list_common {
    width: 98%;
    margin-top: 1em;
  }
}
.list_common .common_chbtn {
  background: #a67d56;
  color: #fff;
  padding: 0.5em;
  border-radius: 5px 15px 5px 15px;
  z-index: 9;
  font-size: 1.1em;
  position: absolute;
  right: 0;
  top: -3.5em;
}
.list_common .common_chbtn:hover {
  box-shadow: -1px 2px 8px #999;
}

.common_area {
  border: 1px solid #e8d2bd;
  border-radius: 15px 15px 0 0;
  margin-top: 1em;
  position: relative;
}
.common_area.no_bord {
  border: none;
}
.common_area h3 {
  background-color: #a67d56;
  text-align: center;
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 0.5em 0;
}
.common_area h5 {
  color: #000;
  position: relative;
  text-align: left;
  padding: 0.5em 1.5em;
  font-size: 1.1em;
  border-top: 1px solid #a67d56;
  margin-top: 1em;
}
.common_area h5:first-of-type {
  border-top: none;
  margin-top: 0;
}
.common_area h5::before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  background: #000;
  position: absolute;
  left: 1em;
  top: 0.9em;
}
.common_area h5 em {
  font-style: normal;
  font-size: 0.85em;
  color: #9F2E17;
}
.common_area .border_b {
  border-bottom: 1px dashed #999;
  padding-bottom: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 600px) {
  .common_area .sel_long {
    flex-direction: column;
  }
}
.common_area .sel_long input[type=text] {
  width: 60%;
}
@media only screen and (max-width: 600px) {
  .common_area .sel_long input[type=text] {
    width: 98%;
  }
}

.common_nameg, .common_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0.5em 0 0.5em 1em;
}

.common_nameg ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.5em;
}
.common_nameg ol li {
  margin: 0.5em;
  padding: 0.25em 0.5em;
  margin-top: 0.5em;
  cursor: pointer;
  border: 1px solid #a67d56;
  border-radius: 5px;
}
.common_nameg ol li.sel {
  background: #a67d56;
  color: #fff;
}
.common_nameg ol li a:hover, .common_nameg ol li a.sel {
  background: #eee;
}
.common_nameg h4 {
  width: 100%;
  text-align: left !important;
}

.common_name {
  box-sizing: border-box;
}
.common_name input[type=text] {
  width: 98%;
  max-width: 162px;
  box-sizing: border-box;
  margin: 0;
}

.common_namegroup {
  width: 30.8333333333%;
  margin-right: 2%;
}

.common_g {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0.5em 0;
  align-items: center;
  background: #f2f2f2;
  width: 100%;
}
.common_g:nth-child(odd) {
  background: #d2d6db;
  color: #333;
}
.common_g .com_no {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #333;
  color: #333;
  border-radius: 8px;
  margin: 0.7em 1em 0.7em 1em;
}
@media only screen and (max-width: 1024px) {
  .common_g .com_no {
    margin: 0.5em;
  }
}
.common_g .btn_style {
  margin-left: 90px;
  width: calc(95% - 50px);
}
.common_g .common_nameg {
  width: calc(95% - 50px);
}
@media only screen and (max-width: 600px) {
  .common_g {
    flex-direction: column;
  }
  .common_g .common_nameg, .common_g .btn_style {
    width: 98%;
    margin: 0 1%;
    box-sizing: border-box;
  }
  .common_g .btn_style {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

.common_sec {
  width: 85%;
}
.common_sec input[type=text] {
  width: 15.6666666667%;
}
.common_sec + h4 {
  margin-left: calc(2em + 25px);
}
.common_sec > .common_nameg {
  width: 32%;
  margin: 0;
}
.common_sec > .common_nameg select {
  width: 48%;
  max-width: 158px;
}
.common_sec > .common_nameg input[type=text] {
  width: 49%;
  max-width: 165px;
}

.completed_area {
  width: 95%;
  max-width: 500px;
  margin: auto;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
}
.completed_area + .completed_area {
  margin-top: 1em;
}
.completed_area p {
  text-align: center;
  padding: 1em;
}
.completed_area p b {
  font-weight: normal;
  display: block;
  margin-bottom: 0.5em;
}
.completed_area p a {
  font-style: normal;
  color: #be0808;
  padding: 0 0.3em;
  font-weight: 800;
  font-size: 1.1em;
}
.completed_area h4 {
  text-align: center;
  background-color: #CCAB8A;
  color: #fff !important;
  font-weight: normal;
  font-size: 1.2em;
  padding: 0.5em 0;
}
.completed_area ul li {
  padding: 0.5em;
}
.completed_area ul li + li {
  border-top: 1px solid #cfcfcf;
}
.completed_area ul li em {
  font-style: normal;
}
.completed_area i {
  color: #a32b10;
  font-weight: normal;
  font-style: normal;
}
.completed_area .txt {
  background-color: #eee;
  display: flex;
  flex-direction: row;
  padding: 0.5em;
  justify-content: center;
  font-size: 0.95em;
}
.completed_area .txt p {
  text-align: left;
  padding: 0;
}
.completed_area .txt figure {
  margin-right: 5px;
}

.af_lg {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin-left: 15px;
}
.af_lg.commonlisto {
  justify-content: start;
}
.af_lg.commonlisto .common_nameg {
  width: 90%;
}
@media only screen and (max-width: 820px) {
  .af_lg {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .af_lg {
    flex-direction: column;
  }
}
.af_lg h4 {
  width: 3%;
}
@media only screen and (max-width: 820px) {
  .af_lg h4 {
    width: 5%;
  }
}
@media only screen and (max-width: 600px) {
  .af_lg h4 {
    width: 100%;
  }
}
.af_lg .btn_style {
  width: 18%;
  flex-wrap: wrap;
  justify-content: start;
}
.af_lg .btn_style input {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .af_lg .btn_style {
    width: 100%;
    flex-wrap: nowrap;
  }
}
.af_lg .common_nameg {
  width: 77%;
  margin: 0;
}
@media only screen and (max-width: 1180px) {
  .af_lg .common_nameg {
    width: 70%;
  }
}
@media only screen and (max-width: 600px) {
  .af_lg .common_nameg {
    width: 95%;
  }
}

.commonlist_hint blockquote {
  background: #eee;
  padding: 1em;
  width: fit-content;
  margin: 15px;
  color: #a32b0f;
  line-height: 1.8;
}
.commonlist_hint blockquote b {
  font-size: 1.1em;
  padding: 0 0.25em;
}
.commonlist_hint blockquote i {
  font-style: normal;
  margin: 0 0.25em;
  padding: 0 0.25em;
  background: #a32b0f;
  color: #fff;
}

/*sign*/
.sign {
  width: 70%;
  margin: auto;
  border: 1px solid #bc926a;
  /*checkmark*/
}
@media only screen and (max-width: 1024px) {
  .sign {
    width: 85%;
  }
}
@media only screen and (max-width: 820px) {
  .sign {
    width: 95%;
  }
}
.sign .list {
  width: 85%;
  margin: 1em auto;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 820px) {
  .sign .list {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .sign .list {
    margin: 0.5em auto;
  }
}
.sign .list.list_base {
  align-items: baseline;
}
.sign .list.list_base textarea {
  max-width: 100%;
  width: 500px;
  min-height: 150px;
}
.sign.non_mb {
  border: none;
}
.sign .memdetail_con {
  padding: 0.5em 1em;
}
.sign label {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.sign label:first-child {
  width: 148px;
  text-align: right;
}
.sign label:first-child em {
  font-style: normal;
  display: block;
}
@media only screen and (max-width: 600px) {
  .sign label:first-child {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0.5em 0;
  }
}
.sign input[type=text] {
  min-width: 65%;
  margin-left: 0.5em;
}
@media only screen and (max-width: 600px) {
  .sign input[type=text] {
    min-width: auto;
    width: 98%;
  }
}
.sign input.s {
  min-width: auto;
}
@media only screen and (max-width: 820px) {
  .sign input.s {
    width: 35%;
  }
}
@media only screen and (max-width: 600px) {
  .sign input.s {
    width: 98%;
  }
}
.sign .txt {
  font-size: 0.8em;
  display: block;
  color: #bc926a;
  margin-left: 175px;
  width: calc(100% - 175px);
}
@media only screen and (max-width: 600px) {
  .sign .txt {
    margin-left: 10px;
    width: calc(100% - 10px);
  }
}
.sign select {
  margin-left: 0.5em;
}
.sign .checkmark {
  border: 1px solid #a67d56;
  border-radius: 4px;
}
.sign:hover input ~ .checkmark {
  background-color: #fff;
}
.sign .checkmark:after {
  border: solid #845100;
  border-width: 0 6px 6px 0;
  transform: rotate(45deg);
}
.sign .add {
  box-sizing: border-box;
  margin-left: 165px;
  width: calc(100% - 165px);
  margin-top: 0.5em;
}
@media only screen and (max-width: 600px) {
  .sign .add {
    margin-left: 0;
    width: 98%;
  }
}
.sign .add.nom {
  margin-left: 0;
  width: auto;
}
.sign .add select {
  margin-bottom: 0.5em;
}
.sign .add.en .add_detail {
  display: flex;
  flex-direction: column;
}
.sign .add.en .add_detail input, .sign .add.en .add_detail select {
  min-width: auto;
  width: 45%;
}
@media only screen and (max-width: 600px) {
  .sign .add.en .add_detail input, .sign .add.en .add_detail select {
    width: 98%;
  }
}
.sign .add.en .add_detail input.long {
  width: 65%;
}
@media only screen and (max-width: 600px) {
  .sign .add.en .add_detail input.long {
    width: 98%;
  }
}
.sign .add label:first-child {
  width: auto;
}

.person_info {
  width: 68%;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .person_info {
    width: 85%;
  }
}
@media only screen and (max-width: 820px) {
  .person_info {
    width: 95%;
  }
}
.person_info .txt_s {
  font-size: 0.9em;
  padding-left: 1em;
  margin-top: 8px;
}
.person_info .person_chk {
  width: 15px;
  height: 15px;
}

.form_mul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form_mul label {
  padding-right: 10px;
}
.form_mul label span {
  width: 110px;
}
.form_mul .vcod {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 30%;
  margin-left: 2%;
}
.form_mul .vcod img {
  height: 30px;
  margin-left: 5px;
}

.non_nb.list {
  width: 70%;
  margin: auto;
  display: flex;
  flex-direction: row;
  margin-top: 1em;
  margin-bottom: 1em;
  align-items: center;
}
@media only screen and (max-width: 820px) {
  .non_nb.list {
    width: 85%;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .non_nb.list {
    width: 95%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .non_nb.list p {
    width: 90%;
  }
}
.non_nb.list label {
  margin-left: 0.3em;
  display: flex;
  align-content: center;
}
@media only screen and (max-width: 600px) {
  .non_nb.list label {
    margin-top: 0.5em;
  }
}
.non_nb.center {
  justify-content: center;
}

.contentTitle_g {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #bc926a;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .contentTitle_g {
    flex-direction: column;
    padding-bottom: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0.5em;
  }
}
.contentTitle_g button, .contentTitle_g a {
  background: #9D6E45;
  padding: 0.4em 1em;
  border: none;
  border-radius: 8px;
  margin-right: 0.5em;
  color: #fff;
  font-size: 0.9em;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
}
.contentTitle_g button i {
  position: absolute;
  left: 8px;
  top: 10px;
}
.contentTitle_g button i img {
  display: block;
}
.contentTitle_g a i {
  position: absolute;
}
.contentTitle_g a i img {
  display: block;
}
.contentTitle_g a:first-child i {
  left: 12px;
  top: 14px;
}
.contentTitle_g a:last-child i {
  left: 8px;
  top: 12px;
}

.contacts {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
.contacts .list_group {
  align-items: flex-start;
}
.contacts .group_conh {
  padding-top: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #a67d56;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.contacts i.num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  border: 1px solid #000;
  padding: 0;
  text-align: center;
  color: #000;
  margin-left: 0.5em;
  margin-right: 0.5em;
  display: block;
  font-style: normal;
}
.contacts .gruop_name {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .contacts .gruop_name {
    width: 100%;
  }
}
.contacts .gruop_name h3 {
  width: 100%;
  color: #000;
  padding-left: 2%;
  font-style: normal;
  font-size: 1.25em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.contacts .gruop_name h3 em {
  font-style: normal;
}
.contacts p {
  display: flex;
  flex-direction: row;
  width: 48%;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
@media only screen and (max-width: 600px) {
  .contacts p {
    width: 100%;
  }
}
.contacts p.p_full {
  width: 90%;
}
@media only screen and (max-width: 600px) {
  .contacts p.p_full {
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  .contacts p select {
    width: 85%;
  }
}
@media only screen and (max-width: 820px) and (max-width: 600px) {
  .contacts p select {
    width: 70%;
  }
}
.contacts p em {
  width: 135px;
  text-align: right;
  font-style: normal;
}
@media only screen and (max-width: 820px) {
  .contacts p em {
    width: 100px;
    margin-left: 0.5em;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .contacts p em {
    width: 100px;
  }
}
.contacts p span {
  padding-right: 0.5em !important;
  width: calc(100% - 135px);
}
.contacts .btn button {
  margin-left: 0.2em;
  margin-right: 0.2em;
  padding: 0.2em 1.7em 0.2em 0.7em;
  font-size: 0.9em;
  border-radius: 8px;
  border: none;
  background-color: #c5ae99;
  background-image: url(../images/icon_sbutton.png);
  background-repeat: no-repeat;
  background-position: 93% 12%;
  background-size: 32%;
  color: #fff;
  cursor: pointer;
}
.contacts .btn button.icon_confirm {
  background-color: #552e0d;
  background-position: 93% -53px;
}
.contacts .btn button.icon_del {
  background-color: #5b5b5b;
  background-position: 93% 103%;
}

.payway_area {
  border: 1px solid #584b3d;
  display: none;
  margin-bottom: 1em;
}
.payway_area.noshow {
  border: none;
  font-size: 0;
}
.payway_area.check {
  display: block;
}
.payway_area .c_card {
  padding: 0.5em 1em;
  box-sizing: border-box;
}
.payway_area .c_Title_g {
  padding: 0.5em;
  background: #584b3d;
  color: #fff;
}
.payway_area .hint {
  font-size: 0.8em;
  background: #eee;
  padding: 0.5em;
}
.payway_area .hint ol {
  padding-left: 1em;
  padding-right: 0.5em;
}
.payway_area .hint ol li {
  list-style: auto;
  list-style-position: inside;
}

/*選取*/
.item_chk {
  display: inline-block;
  position: relative;
  padding-left: 1.8em;
  font-size: 1em;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  /*radiomark*/
  /*checkmark*/
}
.item_chk a {
  color: #747474;
}
.item_chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.item_chk .radiomark {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 1em;
  width: 1em;
  border: 2px solid #a67d56;
  border-radius: 50%;
}
.item_chk:hover input ~ .radiomark {
  opacity: 0.8;
}
.item_chk .radiomark:after {
  content: "";
  position: absolute;
  display: none;
}
.item_chk input:checked ~ .radiomark:after {
  display: block;
}
.item_chk .radiomark:after {
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: #a67d56;
}
.item_chk .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
  border: 1px solid #a67d56;
  background: #fff;
  border-radius: 4px;
}
.item_chk .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: -2px;
  width: 8px;
  height: 16px;
  border-width: 0 6px 6px 0;
  transform: rotate(45deg);
}
.item_chk input:checked ~ .checkmark:after {
  display: block;
}
@media screen and (max-width: 600px) {
  .item_chk {
    padding-left: 1.5em;
  }
  .item_chk .radiomark {
    height: 15px;
    width: 15px;
  }
  .item_chk .radiomark:after {
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
  }
}

input, select, textarea {
  font-size: 1em;
  padding: 5px;
  margin: 0 0.1em 0.2em;
  border: 1px solid #a67d56;
  border-radius: 4px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  input, select, textarea {
    font-size: 0.9em;
    width: 98%;
    padding: 10px 5px;
  }
}
input:focus, select:focus, textarea:focus {
  outline: none;
}

input[type=radio] {
  width: 18px;
  height: 18px;
}

input[type=text].input_s {
  max-width: 110px;
  font-size: 0.85em;
}

/*contentBox*/
.contentBoxA {
  margin: 0 auto 2em;
  padding-bottom: 1em;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contentBoxA .list {
  color: #666;
  margin: 1em auto;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
}
.contentBoxA .list label {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .contentBoxA .list label {
    display: block;
  }
}
.contentBoxA .list label:first-of-type {
  width: 8.5em;
}
@media screen and (max-width: 600px) {
  .contentBoxA .list label:first-of-type {
    width: 100%;
  }
}
.contentBoxA .list.reset {
  margin-top: 2em;
}
.contentBoxA .list.reset label:first-of-type {
  width: auto;
}
.contentBoxA .list.reset input {
  width: 70%;
}
@media only screen and (max-width: 600px) {
  .contentBoxA .list.reset input {
    width: 85%;
  }
}
.contentBoxA .list.reset .error {
  color: red;
  text-align: center;
  padding-top: 0.5em;
}
.contentBoxA .list textarea, .contentBoxA .list p {
  width: calc(100% - 10em);
}
.contentBoxA .list.reset_code {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.contentBoxA .list.reset_code input {
  width: 50%;
  max-width: 180px;
}
.contentBoxA .list span.txt {
  color: #8f6441;
  font-size: 14px;
  margin-left: 9.6em;
}
.contentBoxA .list img {
  margin: 0 0.5em;
}
.contentTitle {
  background: #bc926a;
  color: #fff;
  padding: 0.5em;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.contentTitle h3 {
  font-weight: normal;
  font-size: 24px;
  display: inline-block;
}
.contentTitle .item_chk {
  position: absolute;
  right: 5%;
  top: 30%;
}

/*payment*/
.payment {
  width: 50%;
  margin: auto;
  border: 1px solid #bc926a;
}
@media screen and (max-width: 600px) {
  .payment {
    width: 90%;
    margin: auto;
  }
}
.payment .contentTitle {
  margin-bottom: 1em;
}
.payment main {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .payment main {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.payment main .txt, .payment main .qr {
  padding: 1em;
}
.payment main .txt img, .payment main .qr img {
  width: 100%;
  max-width: 135px;
}
.payment main p {
  margin-bottom: 0.2em;
}
.payment main p.num {
  color: #87470a;
  font-size: 20px;
  line-height: 30px;
}

.pay_way h3 {
  color: #000;
  text-align: center;
  margin-top: 1em;
}
.pay_way h3.contentTitle {
  color: #fff;
  text-align: left;
  position: relative;
  margin-top: 0;
}
.pay_way h3.contentTitle i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-style: normal;
}
.pay_way h3.contentTitle i .chk {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.pay {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .pay {
    flex-wrap: wrap;
  }
}
.pay .pay_item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  align-items: stretch;
}
.pay .pay_item label {
  border: 1px solid #87470a;
  border-radius: 15px;
  padding: 1em;
  margin: 0.5em;
  min-width: 120px;
  transition: 0.3s;
}
@media only screen and (max-width: 820px) {
  .pay .pay_item label {
    padding: 0.25em;
    margin: 0.25em;
  }
}
@media screen and (max-width: 600px) {
  .pay .pay_item label {
    width: 22.2222222222%;
    min-width: 135px;
  }
}
.pay .pay_item input[type=radio] {
  width: 0;
  height: 0;
}
.pay .pay_item input[type=radio]:checked + label {
  box-shadow: 0 0 3px #666;
  transform: scale(1.05);
  border-width: 5px;
}
.pay .pay_item label img {
  display: block;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .pay .pay_item label img {
    max-width: 90%;
  }
}
.pay .pay_item label span {
  margin-bottom: 0.5em;
  color: #8e7b6d;
  font-size: 1.2em;
  text-align: center;
  display: block;
}

.reset_num {
  width: 100%;
  margin-top: 1em;
  text-align: center;
}
.reset_num input {
  width: 45px !important;
  height: 40px;
  text-align: center;
}

.reset_hint {
  text-align: center;
}
.reset_hint span {
  color: red;
}

.payment_point {
  width: 90%;
  max-width: 900px;
  margin: 1em auto;
  color: #000;
  font-size: 0.95em;
}
@media screen and (max-width: 420px) {
  .payment_point {
    width: 98%;
  }
}
.payment_point p {
  text-align: justify;
  margin: 1em auto;
}
.payment_point .ck_agree {
  background: #eee;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.payment_point .ck_agree input[type=checkbox] {
  width: 25px;
  height: 25px;
}
.payment_point .ck_agree label {
  padding-left: 0.5em;
}
.payment_point.dha_inp {
  font-size: 1.15em;
  color: #7b0b0b;
  font-weight: 800;
}
.payment_point.dha_inp .ck_agree {
  align-items: flex-end;
  border-radius: 8px;
}
.payment_point.dha_inp input[type=checkbox] {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 820px) {
  .payment_point.dha_inp {
    width: 100%;
    font-size: 1.05em;
  }
}
@media screen and (max-width: 600px) {
  .payment_point.dha_inp {
    font-size: 1em;
  }
  .payment_point.dha_inp .ck_agree {
    align-items: flex-start;
    box-sizing: border-box;
  }
  .payment_point.dha_inp input[type=checkbox] {
    width: 25px;
    height: 25px;
  }
}

.form_mul input[type=text] {
  min-width: 120px;
}
@media screen and (max-width: 600px) {
  .form_mul input[type=text] {
    min-width: 200px;
    width: auto;
  }
}
@media screen and (max-width: 420px) {
  .form_mul input[type=text] {
    width: 120px !important;
    min-width: 120px !important;
  }
}
.form_mul .vcod {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  width: 30%;
  margin-left: 2%;
}
@media screen and (max-width: 420px) {
  .form_mul .vcod {
    width: 28%;
  }
}
.form_mul .vcod img {
  height: 30px;
  margin-left: 8px;
}
@media screen and (max-width: 420px) {
  .form_mul .vcod img {
    height: 35px;
  }
}

.check_list ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .check_list ol {
    margin: 0;
    padding: 0;
  }
}
.check_list ol li {
  width: 80%;
  padding: 0.5em;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .check_list ol li {
    width: 100%;
  }
}
.check_list ol li + li {
  border-top: 1px solid #ddd;
}
.check_list ol li span {
  display: inline-block;
  text-align: left;
}
.check_list ol li span:nth-child(odd) {
  color: #Bf9672;
  width: 15%;
}
@media screen and (max-width: 600px) {
  .check_list ol li span:nth-child(odd) {
    width: 25%;
  }
}
.check_list ol li span:nth-child(even) {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .check_list ol li span:nth-child(even) {
    width: 60%;
  }
}

.tabs_sel {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .tabs_sel {
    width: 95%;
  }
}
.tabs_sel ~ .item_data {
  margin-top: 0;
}
.tabs_sel ul {
  display: flex;
  flex-direction: row;
}
.tabs_sel ul li {
  background: #c8a174;
  color: #fff;
  border-radius: 16px 16px 0 0;
}
.tabs_sel ul li label {
  display: flex;
  flex-direction: row;
  align-items: end;
  padding: 0.5em 1em 0.5em 0.6em;
}
@media only screen and (max-width: 340px) {
  .tabs_sel ul li label {
    padding-left: 0;
  }
}
.tabs_sel ul li label input {
  margin-right: 5px;
}
.tabs_sel ul li.sel {
  background: #552E0D;
}

.tab_content {
  margin-top: -2em;
}
.tab_content .rwd_table {
  display: none;
}
.tab_content .rwd_table.sel {
  display: block;
}

.rwd_table {
  width: 100%;
}
.rwd_table .chkall, .rwd_table .chkone {
  opacity: 0;
  display: inline-block;
}
.rwd_table .chkall + span, .rwd_table .chkone + span {
  cursor: pointer;
  display: inline-block;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  top: 3px;
}
.rwd_table .chkall + span::before, .rwd_table .chkone + span::before {
  content: "";
  border-color: #888;
}
.rwd_table .chkall:checked + span, .rwd_table .chkone:checked + span {
  background: #fff;
  border-color: #cccccc;
}
.rwd_table .chkall:checked + span::before, .rwd_table .chkone:checked + span::before {
  content: "";
  width: 5px;
  height: 10px;
  border-right: 3px solid #caab8f;
  border-bottom: 3px solid #caab8f;
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(40deg);
}
.rwd_table .chkall + span {
  border: 1px solid #795548;
  width: 20px;
  height: 20px;
}
.rwd_table .chkall:checked + span {
  background: #795548;
  border-color: #795548;
}
.rwd_table .chkall:checked + span::before {
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.rwd_table h3 {
  text-align: center;
  padding-bottom: 1em;
  color: #885624;
  font-size: 1.3em;
}
@media only screen and (max-width: 600px) {
  .rwd_table h3 {
    padding-bottom: 0.5em;
  }
}
.rwd_table table {
  width: 100%;
  padding: 1%;
  border: 2px solid #E7D2BD;
  border-collapse: collapse;
  box-sizing: border-box;
}
@media only screen and (max-width: 820px) {
  .rwd_table table {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
    max-width: fit-content;
    width: auto;
    margin: auto;
  }
}
.rwd_table table.radio_table {
  cursor: pointer;
}
.rwd_table table.radio_table tr td:last-child {
  text-align: left;
  padding-left: 30px;
}
@media only screen and (max-width: 600px) {
  .rwd_table table.radio_table tr td:last-child {
    padding-left: 0.5em;
  }
}
@media only screen and (max-width: 1024px) {
  .rwd_table table.radio_table tr td:first-child {
    width: 20px;
    min-width: inherit;
  }
}
@media only screen and (max-width: 600px) {
  .rwd_table table.radio_table tr td:first-child {
    width: auto;
  }
}
.rwd_table table.last_left tr th:last-child {
  text-align: left;
  padding-left: 30px;
}
.rwd_table table thead tr {
  background: #CAAB8F;
  color: #fff;
}
.rwd_table table thead th {
  text-align: center;
  padding: 0.5em;
  font-weight: normal;
  font-size: 1.1em;
}
.rwd_table table thead th.largetd {
  width: 480px;
}
.rwd_table table thead td {
  text-align: left;
  color: #333;
  background: #F0E0CF;
  padding: 0.5em 0 0.5em 0.5em;
  font-size: 1.1em;
}
.rwd_table table thead td .item_chk {
  width: 100%;
}
.rwd_table table thead td .item_chk .radiomark {
  width: 20px;
  height: 20px;
  background: #fff;
}
.rwd_table table tbody tr {
  background: #fff;
}
.rwd_table table tbody tr:nth-child(odd) {
  background: #F0E0CF;
}
.rwd_table table tbody tr:last-child {
  border-bottom: 2px solid #e6d2be;
}
.rwd_table table tbody tr + tr {
  border-top: 2px solid #E7D2BD;
}
.rwd_table table tbody td {
  text-align: center;
  padding: 0.8em 0.5em;
  font-weight: normal;
}
@media only screen and (max-width: 820px) {
  .rwd_table table tbody td {
    min-width: 115px;
  }
}
.rwd_table table tbody td input[type=text] {
  padding: 5px;
  font-size: 18px;
  width: 80%;
  margin: auto;
  text-align: center;
}
.rwd_table table tbody td span.finish_icon {
  font-size: 0.95em;
  padding-left: 20px;
  background-image: url(../images/icon_finish.png);
  background-repeat: no-repeat;
  background-position: 0 -8%;
  background-size: 20px;
}
.rwd_table table tbody td span.unfinish_icon {
  font-size: 0.95em;
  color: #8D5C2D;
  padding-left: 20px;
  background-image: url(../images/icon_finish.png);
  background-repeat: no-repeat;
  background-position: 0 105%;
  background-size: 20px;
}
@media only screen and (max-width: 600px) {
  .rwd_table table tbody td span.unfinish_icon {
    height: fit-content;
  }
}
.rwd_table table tbody td span.unfinish_icon + b {
  background-color: #a32b0f;
  display: block;
  max-width: 150px;
  text-align: center;
  color: #fff;
  padding: 2px;
  border-radius: 8px;
  margin: auto;
}
.rwd_table table tbody td b {
  font-weight: normal;
  font-size: 0.85em;
}
.rwd_table table tbody td:first-child {
  width: 45px;
}
@media only screen and (max-width: 820px) {
  .rwd_table table tbody td:first-child {
    min-width: inherit;
  }
}
.rwd_table table tbody td h5 {
  font-size: 1.1em;
  color: #000;
  text-align: left;
}
.rwd_table table tbody td ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.rwd_table table tbody td ol li {
  padding: 3px 15px 3px 0;
  text-align: left;
}
.rwd_table table tbody td a.donatelist {
  border-radius: 8px;
  border: 1px solid #bc926a;
  background: #91643a;
  padding: 2px 0;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1em;
  width: 80px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .rwd_table table tbody td a.donatelist {
    padding: 5px 15px;
    width: 80%;
  }
}
.rwd_table table tbody td a.donatelist i img {
  display: block;
  width: 15px;
  padding-right: 3px;
}
@media only screen and (max-width: 600px) {
  .rwd_table table tbody td a.donatelist i {
    padding-right: 3px;
    width: 20px;
  }
}
.rwd_table table tfoot tr {
  background: #fff;
}
.rwd_table table tfoot td {
  text-align: right;
  padding: 0.5em;
  font-size: 1.2em;
}
@media only screen and (max-width: 820px) {
  .rwd_table table tfoot td {
    text-align: left;
    font-size: 1.1em;
  }
}
.rwd_table table tfoot td i, .rwd_table table tfoot td em {
  font-size: 1.1em;
  font-weight: 800;
  font-style: normal;
  padding: 0 5px;
}
.rwd_table table tfoot td em {
  color: #552E0D;
}
.rwd_table table.final {
  margin-top: 15px;
}
.rwd_table table.final tbody tr {
  background: #fff;
}
.rwd_table table.final tbody td {
  text-align: right;
  padding: 0.5em;
  font-size: 1.2em;
}
.rwd_table table.final tbody td i, .rwd_table table.final tbody td em {
  font-size: 1.1em;
  font-weight: 800;
  font-style: normal;
  padding: 0 5px;
}
.rwd_table table.final tbody td em {
  color: #552E0D;
}
.rwd_table table.multiple {
  border-color: #eee;
  margin-bottom: 8px;
}
.rwd_table table.multiple thead tr {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.rwd_table table.multiple tbody tr {
  background: #fff;
}
.rwd_table table.multiple tbody tr:nth-child(odd) {
  background: #fff;
}
.rwd_table table.multiple tbody tr:last-child {
  border: none;
}
.rwd_table table.multiple tbody tr + tr {
  border-top: none;
}
.rwd_table table.multiple tbody td {
  border: 1px solid #cecece;
}
.rwd_table table.multiple tbody td span {
  display: block;
}
.rwd_table table.multiple tbody td em {
  font-style: normal;
  display: inline-block;
  width: 25%;
}

.data_list table + table {
  margin-top: 15px;
}
.data_list table tbody tr:nth-child(2) td {
  padding: 0;
}
.data_list table tbody td:last-child {
  width: 150px;
}
.data_list table tbody td a.pay {
  margin-top: 8px;
}
.data_list table tbody td .tabs_sel {
  width: 100%;
}
.data_list table tbody td .tabs_sel ul {
  margin: 0;
}
.data_list table tbody td h1 {
  text-align: left;
  color: #000;
  background: #cdcdcd;
  padding: 5px 10px;
  margin: 0;
  font-size: 1.5em;
  box-sizing: border-box;
}
.data_list .tab {
  width: 100% !important;
  margin: 0;
  padding: 0;
}
.data_list .tab .tab_box {
  padding: 0;
  border: none;
  display: none;
}
.data_list .tab .tab_box.sel {
  display: block;
  white-space: normal;
}
.data_list .tabs_selitem {
  background-color: #f3f3f3;
  color: #000;
  text-align: left;
  padding: 0.5em;
  border: 1px solid #cacaca;
  border-bottom: none;
}
.data_list .tabs_selitem h2 {
  font-size: 1.2em;
  display: inline-block;
}
.data_list .tabs_selitem h2 + h2 {
  padding-left: 1em;
}
@media only screen and (max-width: 600px) {
  .data_list .tabs_selitem h2 + h2 {
    padding-left: 0;
  }
}
.data_list .tabs_sel ul li {
  background: #fff;
  color: #000;
  border: 1px solid #cacaca;
  border-radius: 8px;
  margin: 5px;
}
.data_list .tabs_sel ul li.sel {
  background: #f3f3f3;
}
.data_list .tabs_sel ul li input {
  opacity: 0;
  width: 0;
  margin: 0;
}
.data_list .tabs_sel ul li label {
  padding: 0;
  padding: 0.3em 0.6em;
}
.data_list .table_title h3 {
  font-size: 1.1em;
}
.data_list .table_title h3:after {
  top: 18px;
}
.data_list .table_title h3.i_top:after {
  top: 12px;
}

.donlist .rwd_table {
  width: 98%;
  margin: 0.5em;
}

@media only screen and (max-width: 600px) {
  .rwd_table_block {
    position: relative;
    padding-bottom: 60px;
  }
  .rwd_table_block table {
    border-collapse: collapse;
    border-spacing: 0;
    display: flex;
    flex-direction: row;
    width: 95%;
    font-size: 1em;
  }
  .rwd_table_block table thead {
    display: block;
  }
  .rwd_table_block table thead tr {
    display: block;
    padding: 0;
    padding-right: 5px;
  }
  .rwd_table_block table thead th {
    margin: 0;
    vertical-align: top;
    padding: 0.3em;
    text-align: right;
    display: block;
    height: 35px;
  }
  .rwd_table_block table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .rwd_table_block table tbody tr {
    border-bottom: none;
    display: inline-block;
    margin-left: -5px;
  }
  .rwd_table_block table tbody tr:last-child {
    border-bottom: none;
  }
  .rwd_table_block table tbody tr + tr {
    border-top: none;
  }
  .rwd_table_block table tbody td {
    margin: 0 auto;
    vertical-align: top;
    padding: 0.3em 1em;
    width: auto;
    display: block;
    height: 35px;
    line-height: 35px;
  }
  .rwd_table_block table tbody td + td {
    border-top: 0.5px solid #9f9f9f;
  }
  .rwd_table_block table tbody td:first-child {
    width: auto;
  }
  .rwd_table_block table tbody td:empty:before {
    content: "N";
    opacity: 0;
  }
  .rwd_table_block table tfoot {
    position: absolute;
    bottom: 0;
  }
  .rwd_table_card {
    display: block;
  }
  .rwd_table_card table {
    max-width: 95%;
    border: none;
  }
  .rwd_table_card table thead {
    display: none;
  }
  .rwd_table_card table tbody {
    display: flex;
    flex-direction: column;
  }
  .rwd_table_card table tbody tr {
    border: 2px solid #E7D2BD;
    margin-bottom: 0.5em;
  }
  .rwd_table_card table tbody tr.table_detail td {
    padding: 0;
    flex-direction: column;
  }
  .rwd_table_card table tbody tr.table_detail td:before {
    content: "";
    display: none;
  }
  .rwd_table_card table tbody tr.table_detail .table_title {
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
  }
  .rwd_table_card table tbody tr.table_detail .table_list {
    flex-direction: column;
  }
  .rwd_table_card table tbody tr.table_detail .table_list .num {
    background: #666666;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
  }
  .rwd_table_card table tbody tr.table_detail .table_list .table_name {
    width: 100%;
  }
  .rwd_table_card table tbody tr.table_detail .table_list .table_name.fd_r .name_list {
    width: 100%;
  }
  .rwd_table_card table tbody tr.table_detail .table_list .table_name .name_list span:first-child {
    width: 25%;
  }
  .rwd_table_card table tbody td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.5em;
    box-sizing: border-box;
    white-space: normal;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .rwd_table_card table tbody td:has(.tabs):before {
    content: "";
    display: none;
  }
  .rwd_table_card table tbody td:has(.tabs) .table_title {
    flex-direction: column;
  }
  .rwd_table_card table tbody td:has(.tabs) .table_list {
    flex-direction: column;
  }
  .rwd_table_card table tbody td:has(.tabs) .table_list .num {
    background: #666666;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
  }
  .rwd_table_card table tbody td:has(.tabs) .table_list .table_name {
    width: 100%;
  }
  .rwd_table_card table tbody td:has(.tabs) .table_list .table_name.fd_r .name_list {
    width: 100%;
  }
  .rwd_table_card table tbody td:has(.tabs) .table_list .table_name .name_list span:first-child {
    width: 25%;
  }
  .rwd_table_card table tbody td:before {
    content: attr(data-title);
    text-align: left;
    padding-right: 10px;
    color: #000;
  }
  .rwd_table_card table tbody td > .btn_style {
    display: inline;
  }
  .rwd_table_card table tbody td > .btn_style .edit_icon {
    width: auto;
  }
  .rwd_table_card table tbody td + td {
    border-top: 1px solid #cdcdcd;
  }
  .rwd_table_card table tbody td:first-child, .rwd_table_card table tbody td:last-child {
    width: auto;
  }
}/*# sourceMappingURL=style.css.map */