@charset "utf-8";
  /*contents*/
/*-----------------------------------------------------------*/

h1,
h2 {
  background-color: #46a48e!important;
  color: #fff!important;
  font-size: 27px!important;
  font-weight: bold!important;
  line-height: 58px;
  margin: 4rem 0 0!important;
  overflow: hidden;
  position: relative;
  text-align: center!important;
  max-width: 925px;
}

h1:before,
h2:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

h3 {
  border-top: solid 3px #46A48E;
  border-bottom: solid 3px #46A48E;
  color: #46A48E;
  font-size: 22px;
  line-height: 45px;
  margin: 1rem 0 .5rem;
  text-align: center;
}

p {
  line-height: 1.8;
  margin-top: 8px;
}

.action_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem 0 2rem;
  width: 100%;
}

.action_child {
  width: 49%;
}

table {
  border-collapse: collapse;
  margin-bottom: 4rem;
  width: 100%;
}

thead {
  background-color: #ffe2b6;
}

thead tr td {
  font-size: 18px;
  font-weight: bold;
  padding: .4rem 0 .4rem 1rem;
}

thead tr td:nth-child(2) {
  width: 40%;
}

td {
  border: solid 1px #ccc;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding: .25rem 0 .25rem 1rem;
  text-align: center;
}

.btn_group {
  margin-bottom: 8rem!important;
  text-align: center;
}

.btn {
  background-color: #FFA419;
  border: solid 2px #FFA419;
  border-radius: 10px;
  color: white!important;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4;
  padding: .4rem 0 .25rem;
  text-align: center;
  text-decoration: none;
  width: 400px;
}

.btn:hover {
  background-color: white;
  color: #FFA419!important;
  text-decoration: none!important;
}


#member table tr a {
  color: #333;
}

#member table tr a:hover {
  text-decoration: underline;
}