/* Reset ----- */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0
}
article,aside,footer,header,nav,section,figcaption,figure,main {
  display: block;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
ul {
  list-style:none;
}
button,input,select,textarea {
  margin:0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,input {
  overflow: visible;
  vertical-align:middle;
}
button,select {
  text-transform: none;
}
input,button,select,textarea {
  font-family: inherit;
  font-weight: inherit;
}
input[type="submit"],input[type="button"],button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration,input[type="button"]:-webkit-search-decoration,button:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,input[type="button"]:focus,button:focus {
  outline: none;
}
::placeholder {
  color: #DBDBDB;
}
:-ms-input-placeholder {
  color: #DBDBDB;
}


html {
  box-sizing:border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  background: #F6F6F6;
}
*,*:before,*:after {
  background-repeat: no-repeat;
  box-sizing:inherit;
}
:before,:after {
  text-decoration: inherit;
  vertical-align: inherit;
}
img,embed,object,audio,video {
  height:auto;
  max-width:100%;
}
img,iframe {
  border:0
}
img {
  vertical-align: bottom;
}
svg {
  fill: currentColor;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
td,th {
  padding:0;
  text-align:left;
  font-weight: normal;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/*++++++++++++++++++*/
body {
  position: relative;
  font:400 14px/1.6 'Noto Sans JP', sans-serif;
}
a {
  color: #00B0F0;
}
a:hover,
button:hover {
  opacity: .7;
}

.sp {
  display: none;
}
.header-wrapper {
  position: relative;
  z-index: 100;
  background: #E8E8E8;
}
.header,
.wrapper,
.venison,
.footer {
  width: 100%;
  padding: 0 10px;
  margin: auto;
}
.header {
  display: flex;
}
.header h1 {
  margin-right: 40px;
}
.venison-wrapper {
  background: #fff;
  padding: 4px 0;
  margin-bottom: 15px;
}
.venison {
  display: flex;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 14px;
}
.venison li:not(:last-child)::after {
  content: "〉";
  margin-left: 25px;
  color: #686868;
}
.venison li+li {
  margin-left: 17px;
}
.venison a {
  text-decoration: none;
  color: #0066CC;
}
.footer-wrapper {
  background: #000;
  margin-top: 100px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.footer {
  text-align: center;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  gap: 10px 40px;
  margin-bottom: 25px;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer small {
  font-size: 1em;
}

.bg-white {
  padding: 80px 0;
  background: #fff;
}
.bg-gray {
  padding: 80px 0;
  background: #F6F6F6;
}

.wrapper {
  margin-top: 15px;
}
.wrapper.flex {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.side {
  width: 300px;
  background: #fff;
  line-height: 1;
}
.side a {
  color: #000;
}
.side ul {
  margin: 13px 20px 15px;
}
.side li {
  padding-bottom: 10px;
}
.side h2 {
  padding: 7px 20px;
  font-size: 16px;
  background: linear-gradient(to right, #3B6A74, #67B3C5);
  color: #fff;
}

.single {
  padding-top: 10px;
  margin: auto;
}
.single a {
  color: #00B0F0;
}
.btn-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.btn-wrapper button {
  padding: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.gradation {
  padding-bottom: 5px;
  margin-top: 40px;
  border-bottom: 5px solid #4E8D9C;
  border-image: linear-gradient(to right, #4E8D9C, #F6FFA1);
  border-image-slice: 1;
  font-size: 16px;
}
.gradation:first-child {
  margin-top: 0;
}
.white-box {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.white-box p+p {
  margin-top: 1em;
}

.w400 {
  width: 400px;
  margin: auto;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.step-box {
  background: #fff;
  margin-bottom: 40px;
  border-radius: 0 0 10px 10px;
}

.step-h2:first-child {
  border-top: none;
}

.step-h2 {
  padding: 15px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.step-h2 a {
  color: #00B0F0;
  line-height: 30px;
}
.step-h2 span {
  margin-right: 15px;
}
.step-h2 .btn {
  display: block;
  width: 120px;
  margin-top: -5px;
  margin-bottom: -5px;
  border-radius: 5px;
  background: linear-gradient(to right, #3B6A74, #67B3C5);
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
}
.step {
  padding: 6px 15px 50px;
  font-weight: 300;
}
.step h3 {
  padding-left: 5px;
  margin-top: 1em;
  margin-bottom: 3px;
  border-left: 5px solid #4E8D9C;
  font-weight: 400;
  line-height: 20px;
}
.step p,
.step img,
.step video {
  margin-top: 1em;
}
.step h3+p {
  margin-top: 0;
}
.step p+video {
  margin-top: .25em;
}
.step p {
  padding-left: 5px;
  padding-right: 5px;
}

.step img {
  display: block;
}

input {
  border: 1px solid #707070;
}

.login-table th {
  padding-right: 15px;
  font-size: 12px;
}
.login-table th,
.login-table td {
  padding-bottom: 10px;
}
.login-table input {
  width: 300px;
  padding: 3px;
}
.fz12 {
  font-size: 12px;
}
.fz12-tdn {
  font-size: 12px;
  text-decoration: none;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.btn1,
.btn2,
.btn4 {
  display: block;
  width: 200px;
  background: #4E8D9C;
  margin: 20px auto;
  border-radius: 5px !important;
  color: #fff !important;
  text-align: center !important;
  line-height: 30px;
  text-decoration: none;
}
.btn2 {
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 40px;
}
.btn2.blue,
.btn3.blue {
  background: #4E74A1;
  color: #fff;
}
.btn4 {
  width: 150px;
}
.error {
  margin-bottom: 20px;
  font-size: 12px;
  color: #f00;
}
.simple-table {
  width: 100%;
}
.simple-table th,
.simple-table td {
  padding: 20px 20px;
  border: 1px solid #E9E9E9;
}
.simple-table th {
  width: 250px;
  padding-top: 30px;
  background: #F5F5F5;
  vertical-align: top;
}

.simple-table input {
  width: 380px;
  padding: 10px 15px !important;
}
.simple-table label input {
  width: 150px;
  margin-left: 10px;
}
.simple-table label+label {
  margin-left: 20px;
}
.simple-table select {
  width: 380px;
  padding: 10px 15px !important;
}
.caution {
  margin-top: 5px;
  font-size: 12px;
  color: #f00;
}
.kiyaku {
  display: flex;
  justify-content:center;
  align-items: center;
  margin-top: 20px;
}
.kiyaku input {
  margin-right: 10px;
}


.plan-table {
}
.plan-table th,
.plan-table td {
  width: 200px;
  border: 1px solid #fff;
  padding: 5px 10px;
}
.plan-table th {
  width: 200px;
  background: #4E8D9C;
  color: #fff;
}
.plan-table td {
  width: 200px;
}
.plan-table button {
  float: right;
  background: #4E74A1;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 26px;
  text-decoration: none;
}
.plan-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.plan-flex .x  button {
  float: right;
  width: 250px;
  background: #4E74A1;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 35px;
  text-decoration: none;
}
.plan-flex .x  button:first-child {
  margin-bottom: 18px;
}


.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.usage {
  width: 600px;
  margin: auto;
  background: #fff;
}
.usage-header {
  display: flex;
  gap: 60px;
  padding: 10px;
  justify-content:center;
}
.usage-header .x {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.usage-header a {
  text-decoration: none;
  color: #000;
}
.usage-header select {
  padding-right: 10px;
  border: none;
}
.usage-header select+select {
  margin-left: 30px;
}

.usage-table {
  width: 100%;
}
.usage-table tr:nth-child(odd) {
  background: #E9E9E9;
}
.usage-table th,
.usage-table td {
  padding: 5px;
}
.usage-table th {
  width: calc(100% - 380px);
  padding-left: 145px;
}
.usage-table td {
  width: 380px;
  padding-left: 50px;
}
.usage-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #F6F6F6;
  padding-top: 10px;
}
.usage-flex p {
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
}
.usage-flex button {
  background: #000;
  width: 150px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
}
.bg0 {
  background: #3D3D3D;
  padding: 5px 10px;
  color: #fff;
}
.po-r {
  position: relative;
}
.tyousa {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 10px;
  background: #4E8D9C;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
}
.tyousa .su {
  margin: 0 10px;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
}
.samari {
  margin-top: 10px;
  white-space: nowrap;
  font-size: 12px;
}
.samari1 th {
  padding-bottom: 10px;
}
.samari2 th,
.samari2 td {
  border-bottom: 1px dotted #9F9F9F;
}
.samari2 th,
.samari2 td {
  padding: 5px 10px;
}
.samari2 th {
  width: 100px;
  background: #E9E9E9;
}
.samari2 td {
  width: 80px;
  background: #fff;
  border-right: 1px solid #DBDBDB;
  text-align: right;
}
.samari .samari2:last-child th,
.samari .samari2:last-child td {
  border-bottom: none;
}
.samari-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  margin-top: 50px;
  background: #fff;
}
.samari-footer button {
  padding: 2px 10px;
  border: 3px solid #4E8D9C;
  border-radius: 6px;
  font-size: 12px;
  color: #4E8D9C;
  text-decoration: none;
}
.ranking {
  width: 100%;
}
.ranking tr {
  border-bottom: 1px solid #707070;
}
.ranking tr:first-child,
.ranking tr:last-child {
  border: none;
}
.ranking th,
.ranking td {
  padding: 5px 10px;
}
.ranking th {
  font-weight: 400;
}
.ranking td {
  font-weight: 300;
  background: #fff;
}
.ranking-th {
  background: #4E8D9C;
  color: #fff;
}

.ranking th:first-child {
  text-align: center;
}
.ranking td:first-child {
  background: #C1E7F1;
  text-align: center;
  font-weight: 400;
}


.fuku-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.fuku-list a {
  position: relative;
  overflow: hidden;
  display: block;
  width: calc((100% - 10px * 2) / 3);
  aspect-ratio: 240 / 200;
  background-size: cover;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-weight: 100;
}
.fuku-list p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 10px;
  background: rgba(0,0,0,.6);
  font-size: 12px;
}
.index-btn_wrapper {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 15px;
}
.index-btn {
  display: block;
  padding: 10px 74px 10px 20px;
  background-color: #4E8D9C;
  background-image: url(img/c/ar.png);
  background-position:  center right 20px;
  background-repeat: no-repeat;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.white-box-r {
  background: #fff;
  margin-top: 20px;
  border-radius: 10px;
  font-weight: 300;
}
.white-box-r-header {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #707070;
  font-size: 12px;
}
.white-box-r-header h2 {
  display: flex;
  font-size: 14px;
  font-weight: 400;
}
.white-box-r-header span {
  margin-right: 10px;
}
.white-box-r-header p {
  margin-top: 5px;
}
.white-box-r-header .hissu,
.white-box-r-header .ninni,
.white-box-r-header .orenge {
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 0 5px;
  border-radius: 3px;
  background: #f00;
  color: #fff;
  line-height: 19px;
}
.white-box-r-header .ninni {
  background: #0066CC;
}
.white-box-r-header .orenge {
  background: #FF7700;
}
.white-box-r-header .chu,
.white-box-r-header .chu2 {
  position: absolute;
  top: 15px;
  right: 30px;
  color: #00B0F0;
  font-size: 14px;
}
.white-box-r-header .chu2 {
  top: 40px;
}


.white-box-r .main {
  padding: 20px 15px 30px;
}
.white-box-r .main p+p {
  margin-top: 15px;
}
.btn3 {
  display: block;
  width: 200px;
  background: #4E8D9C;
  background: linear-gradient(to top, #3B6A74, #67B3C5);
  margin: 40px auto 0;
  border-radius: 5px !important;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}

.white-box-r label {
  display: block;
  line-height: 1;
}
.white-box-r label+label {
  margin-top: 15px;
}

.white-box-r input[type="text"],
.white-box-r input[type="number"],
.white-box-r input[type="url"],
.white-box-r input[type="email"],
.white-box input[type="email"],
.white-box input[type="url"] {
  width: 300px;
  padding: 3px 10px;
  margin-right: 10px;
}
.white-box-r input[type="number"] {
  text-align: right;
  padding-right: 0;
}

.white-box-r input:read-only {
  background-color: #E9E9E9;
  border: none;
}


.w120 {
  width: 120px !important;
}
.w147 {
  display: inline-block;
  width: 147px;
}
.w150 {
  width: 150px !important;
}
.w330 {
  width: 330px !important;
}
.w350 {
  width: 350px !important;
}
.w380 {
  width: 380px !important;
}
.w400 {
  width: 400px !important;
}
.w430 {
  width: 430px !important;
}
.w100p {
  width: 100% !important;
}
.white-box-r input[type="radio"],
.white-box-r input[type="checkbox"] {
  margin-right: 20px;
}
.lh30 {
  line-height: 30px;
}
.white-box-r select {
  width: 180px;
  padding: 5px 7px;
  font-size: 12px;
}
.white-box-r input[type="file"] {
  border: none;
}
.white-box-r textarea {
  width: 400px;
  height: 100px;
  resize: none;
  padding: 10px;
  line-height: 20px;
}
.judging {
  font-weight: 300;
}
.judging b {
  font-size: 16px;
  font-weight: 500;
  vertical-align: bottom;
}

.blue {
  color: #0066CC;
}
.red {
  color: #FF0000;
}
.yellow {
  color: #FFC000;
}
.judging input {
  width: 150px;
  padding: 3px 10px;
}

.judging-btn {
  display: block;
  width: 118px;
  background: #4E74A1;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
}

.judging-btn-wrapper{
  display: flex;
  justify-content:center;
  gap: 40px;
  margin-top: 30px;
}
.judging-btn2,
.judging-btn3,
.judging-btn4 {
  display: block;
  width: 116px;
  background: #4E8D9C;
  border-radius: 5px !important;
  color: #fff;
  line-height: 30px;
}
.judging-btn2 {
  background: linear-gradient(to bottom, #9F9F9F, #2F3538);
}
.judging-btn3 {
  background: linear-gradient(to top, #3B6A74, #67B3C5);
}
.judging-table th,
.judging-table td {
  font-weight: 300;
}
.judging-table th {
  width: 60px;
  vertical-align: top;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.p20 {
  padding: 20px !important;
}
.tdu {
  text-decoration: underline;
  margin-right: 0 !important;
}
.flex-center {
  display: flex;
  justify-content:center;
}
.fz12 {
  font-size: 12px;
}
.fz16 {
  font-size: 16px;
}
a.btn5 {
  display: block;
  width: 200px;
  background: #4E8D9C;
  margin: 40px auto 0;
  border-radius: 5px !important;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

.h3-y1 {
  background: #FFE699;
  padding: 3px 15px;
  margin: 40px -15px 15px;
  font-weight: 300;
}

.input-search {
  background: url(img/c/search.png) left 10px center no-repeat;
  width: 400px;
  padding: 4px 5px 4px 30px !important;
  border: 1px solid #9F9F9F;
  border-radius: 4px;
  line-height: 1;
}
.btn-search {
  display: inline-block;
  width: 76px;
  background: linear-gradient(to top, #3B6A74, #67B3C5);
  border-radius: 5px;
  color: #fff;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
}
.fz12lh22 {
  font-size: 12px;
  line-height: 22px;
}

.yuubin {
  display: flex;
  align-items: flex-start;
  margin-top: 0 !important;
}
.yuubin-btn {
  display: inline-block;
  width: 76px;
  margin-right: 10px;
  background: #9F9F9F;
  color: #fff;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}
.yuubin-gray {
  display: inline-block;
  font-size: 12px;
  color: #9F9F9F;
  line-height: 1.1;
}

.plus {
  background: #4E8D9C;
  width: 300px;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  text-align-last: left;
}
.plus:hover {
  opacity: .7;
  cursor: pointer;
}
.h3-y2 {
  background: #FFE699;
  padding: 3px 15px;
  margin: 30px -20px 15px;
  /* font-weight: 300; */
}
h4 {
  border-left: 5px solid #4E8D9C;
  line-height: 20px;
  padding-left: 5px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.table1 {
  margin-top: 15px;
}
.table1 th {
  width: 50%;
  padding: 5px;
  background: #3D3D3D;
  border: 1px solid #3D3D3D;
  color: #fff;
  text-align: center;
}
.table1 td {
  padding: 10px 0;
  border: 1px solid #707070;
  text-align: center;
  font-weight: 300;
}

.table2 {
  width: 100%;
  margin-top: 15px;
}
.table2 th {
  width: calc(100% / 3);
  padding: 5px 10px;
  background: #3D3D3D;
  border: 1px solid #3D3D3D;
  color: #fff;
}
.table2 td {
  padding: 10px;
  border-bottom: 1px solid #707070;
  font-weight: 300;
}
.table2 tr:nth-child(odd) {
  background: #E9E9E9;
}
.table2 tr:nth-child(even) {
  background: #fff;
}

.bgy {
  background: #FFE699;
  padding: 2px 5px;
}
.simple-table .hissu {
  padding: 0 5px;
  margin-left: 10px;
  border-radius: 3px;
  background: #f00;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}
.simple-table .ninni {
  padding: 0 5px;
  margin-left: 10px;
  border-radius: 3px;
  background: #0066CC;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}
.label-ml0 label {
  display: block;
  margin-left: 0;
  line-height: 1;
}
.label-ml0 label+label {
  margin-top: 15px;
  margin-left: 0;
}
.label-ml0 label input {
  width: auto;
  margin-right: 20px;
}


.scroll {
  overflow-x: scroll;
  overflow-y: hidden;
}

.btn-fr {
  display: block;
  float: right;
  width: 92px;
  background: #4E8D9C;
  background: linear-gradient(to top, #3B6A74, #67B3C5);
  border-radius: 5px !important;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
}
.fz10 {
  font-size: 10px;
}
.table-master1 {
  width: 740px;
  white-space: nowrap;
}
.table-master1 th {
  height: 30px;
  background: #3D3D3D;
  padding: 0 10px;
  color: #fff;
  line-height: 12px;
}
.table-master1 td {
  max-width: 160px;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #707070;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-master1 tr:nth-child(2n - 1) td {
  background: #E9E9E9;
}
.tac {
  text-align: center;
}
.bg-green {
  background: #4E8D9C !important;
  color: #fff;
}
.table-simple {
  width: 100%;
}
.table-simple tr {
  border-top: 1px solid #707070;
}
.table-simple tr:first-child {
  border: none;
}
.table-simple th,
.table-simple td {
  padding: 20px 10px;
}
.btn3.red {
  background: linear-gradient(to top, #743B3B, #C56767);
  color: #fff;
}
.flex {
  display: flex;
  justify-content:center;
}
.flex>button{
  margin-left: 0;
  margin-right: 0;
}

.table-master2 {
  width: 740px;
  white-space: nowrap;
  margin-bottom: 15px;
}
.table-master2 tr:last-child td {
  border: none;
}
.table-master2 th,
.table-master2 td {
  text-align: center;
}
.table-master2 .table-header {
  font-size: 16px;
}
.table-master2 th {
  height: 30px;
  background: #4E8D9C;
  padding: 0 10px;
  color: #fff;
  line-height: 12px;
  font-weight: 400;
}
.table-master2 td {
  max-width: 160px;
  padding: 5px 10px;
  background: #fff;
  border-bottom: 1px solid #707070;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-master2 td:first-child {
  background: #C1E7F1;
  text-align-last: left;
  font-weight: 400;
}
.tar {
  text-align: right;
}

.table-master3 {
  width: 740px;
  white-space: nowrap;
  margin-bottom: 15px;
}
.table-master3 tr:last-child td {
  border-bottom: none;
}
.table-master3 th,
.table-master3 td {
  text-align: center;
}
.table-master3 .table-header {
  font-size: 16px;
}
.table-master3 .table-header2 {
  border-top: 1px solid #fff;
  font-size: 12px;
}
.table-master3 .blue {
  background: #67B3C5;
  color:#fff;
}
.table-master3 th {
  height: 30px;
  background: #4E8D9C;
  padding: 0 10px;
  color: #fff;
  line-height: 12px;
  font-weight: 400;
}
.table-master3 td {
  max-width: 160px;
  padding: 5px 10px;
  background: #fff;
  border-bottom: 1px solid #707070;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-master3 td:not(.blue):first-child {
  background: #C1E7F1;
  text-align-last: left;
  font-weight: 400;
}
.table-master3 td:nth-child(2n) {
  border-right: 1px solid #E9E9E9;
}
.table-master3 td:nth-child(3),
.table-master3 td:nth-child(5) {
  border-right: 1px solid #707070;
}
.copy {
  display: flex;
  margin-top: 15px;
  gap: 10px;
}
.copy .url {
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  width: calc(100% - 110px);
  padding: 0 10px;
  line-height: 40px;
}
.copy .btn {
  display: block;
  width: 100px;
  background: #4E8D9C;
  background: linear-gradient(to top, #3B6A74, #67B3C5);
  border-radius: 5px !important;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}

.btn-simple {
  width: 86px;
  border: 1px solid #707070;
  background: #E9E9E9;
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
}
.btn-simple2 {
  width: 40px;
  border: 1px solid #707070;
  background: #E9E9E9;
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
}

.table-master4 {
  width: 740px;
  white-space: nowrap;
  font-size: 12px;
}
.table-master4 th {
  height: 30px;
  background: #3D3D3D;
  padding: 0 10px;
  color: #fff;
}
.table-master4 td {
  max-width: 160px;
  padding: 10px;
  background: #fff;
  font-weight: 300;
  overflow: hidden;
}
.table-master4 td:first-child {
  padding: 5px;
}
.table-master4 tr:nth-child(2n - 1) td {
  background: #E7EFF1;
}
.btn5 {
  display: block;
  width: 200px;
  background: #4E74A1;
  margin-top: 20px;
  border-radius: 5px !important;
  color: #fff !important;
  text-align: center !important;
  line-height: 40px;
  text-decoration: none;
}

.simple-table input[type="radio"],
.simple-table input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}
.houjin {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0 !important;
}
.houjin input {
  width: 318px;
}
.houjin-btn {
  display: inline-block;
  width: 76px;
  background: #9F9F9F;
  color: #fff;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}

.table-master5 {
  width: 100%;
  white-space: nowrap;
}
.table-master5 th,
.table-master5 td {
}
.table-master5 .table-header {
  font-size: 16px;
}
.table-master5 th {
  height: 30px;
  background: #4E8D9C;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
.table-master5 td {
  max-width: 160px;
  padding: 5px 10px;
  background: #fff;
  border-bottom: 1px solid #707070;
  font-size: 14px;
  font-weight: 300;
}
.table-master5 td:first-child {
  background: #C1E7F1;
  font-weight: 400;
}
.table-master5 td:nth-child(2) {
  background: #F5F5F5;
}
.table-master5 input {
  width: 200px;
  margin-right: 10px;
  border-radius: 3px;
  padding: 5px;
}




.table-master6 {
  width: 100%;
  margin-bottom: 40px;
}
.table-master6 th,
.table-master6 td {
}
.table-master6 .table-header {
  font-size: 16px;
}
.table-master6 th {
  height: 30px;
  background: #3D3D3D;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.table-master6 td {
  max-width: 160px;
  padding: 5px 10px;
  background: #fff;
  font-size: 14px;
  font-weight: 300;
}
.table-master6 select {
  width: 180px;
  margin-right: 10px;
  border-radius: 3px;
  padding: 5px;
}
.table-master6 .green {
  background: #4E8D9C !important;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.table-master6 .gray {
  padding-top: 10px;
  background: #E9E9E9;
  text-align: center;
  vertical-align: top;
}
.table-master6 .fr {
  margin-top: 20px;
  text-align: right;
}
.btn-rb {
  display: inline-block;
  width: 128px;
  margin-right: -10px;
  margin-bottom: -5px;
  background: #4E74A1;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}
.fz10-2line {
  font-size: 10px;
  line-height: 15px;
  white-space: normal;
  overflow-wrap: break-word;
}
.textarea-h200 {
  width: 380px;
  height: 200px;
  resize: none;
  padding: 10px 15px;
  line-height: 15px;
}
.h3-y3 {
  background: #FFE699;
  padding: 3px 15px;
  margin: 0 -20px 20px;
}

.p4-0 {
  padding: 4px 0 !important;
  text-align: center;
}

.simple-table input[type="file"] {
  border: none;
  padding: 0 !important;
}

.fw700 {
  font-weight: 700;
}

.table-nb {
}
.table-nb th {
  padding: 10px 20px 10px 0;
}
.table-nb td {
  padding: 10px;
}

.w380h80 {
  width: 380px;
  height: 80px;
  resize: none;
  padding: 10px;
}
.w380h200 {
  width: 380px;
  height: 200px;
  resize: none;
  padding: 10px;
}

.mt0 {
  margin-top: 0;
}
.btn-gray {
  width: 40px;
  line-height: 26px;
  background: #E9E9E9;
  border: 1px solid #707070;
  font-size: 12px;
}


.table-master7 {
  width: 740px;
  overflow: hidden;
  font-size: 12px;
}
.table-master7 th {
  height: 30px;
  background: #3D3D3D;
  padding: 0 10px;
  color: #fff;
}
.table-master7 td {
  max-width: 160px;
  padding: 10px;
  background: #fff;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-master7 td:first-child {
  padding: 5px;
}
.table-master7 tr:nth-child(2n - 1) td {
  background: #E7EFF1;
}

.table-master7 td:nth-child(3),
.table-master7 td:nth-child(4) {
  font-size: 10px;
  white-space: break-spaces;
}


.table-top1 {
  width: 100%;
  margin-top: 20px;
}
.table-top1 th,
.table-top1 td {
  text-align: center;
  width: calc(100% / 3);
}
.table-top1 th {
  height: 30px;
  background: #3D3D3D;
  padding: 5px;
  color: #fff;
}
.table-top1 td {
  max-width: 160px;
  padding: 10px;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.table-top2 {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
}
.table-top2 th,
.table-top2 td {
  text-align: center;
}
.table-top2 th {
  height: 30px;
  background: #3D3D3D;
  padding: 5px 0;
  color: #fff;
}
.table-top2 td {
  max-width: 160px;
  padding: 10px 0;
  background: #fff;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px dashed #9F9F9F;
}
.table-top2 td:first-child  {
  border-left: none;
}
.table-top2 td:last-child  {
  border-right: none;
}


.table-history {
  width: calc(100% + 20px);
  margin: 20px -10px 0;
  white-space: nowrap;
}

.table-history th,
.table-history td {
  width: 144px;
}

.table-history th {
  height: 30px;
  background: #3D3D3D;
  padding: 0 10px;
  color: #fff;
  line-height: 12px;
}
.table-history td {
  max-width: 160px;
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #707070;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-history tr:nth-child(2n - 1) td {
  background: #E9E9E9;
}
.number1 {
  width: 150px;
  padding-left: 10px;
  margin-right: 10px;
  line-height: 30px;
}

.label {
  display: block;
  line-height: 1;
}
.label+.label {
  margin-top: 15px;
}

.table-top3 {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
}
.table-top3 th,
.table-top3 td {
  min-width: 93px;
  text-align: center;
}
.table-top3 th {
  height: 30px;
  background: #3D3D3D;
  padding: 5px 0;
  color: #fff;
}
.table-top3 td {
  max-width: 160px;
  padding: 10px 0;
  background: #fff;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px dashed #9F9F9F;
}
.table-top3 td:first-child  {
  border-left: none;
  border-right: none;
  background: #E9E9E9;
}
.table-top3 td:nth-child(2)  {
  border-left: none;
}
.table-top3 td:last-child  {
  border-right: none;
}
.table-top3 tr:last-child td  {
  border-bottom: none;
}

.mt30 {
  margin-top: 30px;
}

.flex-aic {
  display: flex;
  align-items: center;
}

.keiyaku {
  display: inline-block;
  width: 400px;
  padding: 10px 0;
  background: #E7EFF1;
}
.keiyaku th,
.keiyaku td {
  padding: 10px;
}
.keiyaku th {
  width: 170px;
  font-size: 14px;
  text-align: right;
}
.keiyaku td {
  font-size: 16px;
}

.keiyaku button {
  background: #4E74A1;
  border-radius: 5px;
  padding: 0 10px;
  margin-left: 20px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 26px;
  text-decoration: none;
}

.ml0 {
  margin-left: 0;
}
.mt15 {
  margin-top: 15px;
}

.kyuujin-box {
  position: relative;
  padding: 10px;
  background: #fff;
  border-top: 10px solid #4E74A1;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.kyuujin-box+.kyuujin-box {
  margin-top: 30px;
}

.kyuujin {
  width: 100%;
  border: 1px solid #E9E9E9;
}
.kyuujin th,
.kyuujin td {
  padding: 20px;
  border: 1px dotted #9F9F9F;
}
.kyuujin th {
  width: 140px;
  background: #C1E7F1;
  font-weight: 500;
  text-align: right;
}
.kyuujin td {}

.box-rb {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 10px;
}
.kyuujin-box button {
  display: block;
  width: 128px;
  background: #4E74A1;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}
.kyuujin-box .green {
  background: #4E8D9C;
}


.modal-container{
	position: fixed;
	top: 0;
	left: 0;
  display: flex;
  align-items: center;
  justify-content:center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
  z-index: 1000;
}
.modal-container.active {
  opacity: 1;
	visibility: visible;
}
.modal-body{
	position: relative;
	width: 740px;
  padding: 30px 10px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.modal-body p {
  margin-left: 50px;
  font-weight: 300;
}
.modal-body p+p {
  margin-top: 10px;
}
.modal-body input {
  padding: 3px 10px;
}
.modal-body select {
  width: 250px;
  padding: 3px 10px;
}

.modal-body button {
  display: block;
  width: 116px;
  background: #4E8D9C;
  background: linear-gradient(to top, #3B6A74, #67B3C5);
  margin: 30px auto 0;
  border-radius: 5px !important;
  color: #fff;
  line-height: 30px;
}

.void-tile div {
  display: block;
  width: 83px;
  height: 83px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.t1 {
  background-image: url(img/c/1s-benefits-salary.png);
}
.t1.active,
.t1.checked {
  background-image: url(img/c/1sa-benefits-salary.png);
}
.t2 {
  background-image: url(img/c/2s-benefits-holiday.png);
}
.t2.active,
.t2.checked {
  background-image: url(img/c/2sa-benefits-holiday.png);
}
.t3 {
  background-image: url(img/c/3s-benefits-childcarecare.png);
}
.t3.active,
.t3.checked {
  background-image: url(img/c/3sa-benefits-childcarecare.png);
}
.t4 {
  background-image: url(img/c/4s-benefits-skill.png);
}
.t4.active,
.t4.checked {
  background-image: url(img/c/4sa-benefits-skill.png);
}
.t5 {
  background-image: url(img/c/5s-benefits-skilloffice.png);
}
.t5.active,
.t5.checked {
  background-image: url(img/c/5sa-benefits-skilloffice.png);
}
.t6 {
  background-image: url(img/c/6s-benefits-skillphysical.png);
}
.t6.active,
.t6.checked {
  background-image: url(img/c/6sa-benefits-skillphysical.png);
}
.t7 {
  background-image: url(img/c/7s-benefits-work.png);
}
.t7.active,
.t7.checked {
  background-image: url(img/c/7sa-benefits-work.png);
}
.t8 {
  background-image: url(img/c/8s-benefits-grooming.png);
}
.t8.active,
.t8.checked {
  background-image: url(img/c/8sa-benefits-grooming.png);
}
.t9 {
  background-image: url(img/c/9s-benefits-facility.png);
}
.t9.active,
.t9.checked {
  background-image: url(img/c/9sa-benefits-facility.png);
}
.t10 {
  background-image: url(img/c/10s-benefits-gotowork.png);
}
.t10.active,
.t10.checked {
  background-image: url(img/c/10sa-benefits-gotowork.png);
}
.t11 {
  background-image: url(img/c/11s-benefits-housing.png);
}
.t11.active,
.t11.checked {
  background-image: url(img/c/11sa-benefits-housing.png);
}
.t12 {
  background-image: url(img/c/12s-benefits-refresh.png);
}
.t12.active,
.t12.checked {
  background-image: url(img/c/12sa-benefits-refresh.png);
}
.t13 {
  background-image: url(img/c/13s-benefits-club.png);
}
.t13.active,
.t13.checked {
  background-image: url(img/c/13sa-benefits-club.png);
}
.t14 {
  background-image: url(img/c/14s-benefits-healthmind.png);
}
.t14.active,
.t14.checked {
  background-image: url(img/c/14sa-benefits-healthmind.png);
}
.t15 {
  background-image: url(img/c/15s-benefits-celebrationcondolence.png);
}
.t15.active,
.t15.checked {
  background-image: url(img/c/15sa-benefits-celebrationcondolence.png);
}
.t16 {
  background-image: url(img/c/16s-benefits-etc.png);
}
.t16.active,
.t16.checked {
  background-image: url(img/c/16sa-benefits-etc.png);
}
.void-flex {
  display: flex;
  flex-flow: column;
  gap: 10px;
  padding: 0 5px;
}
.void-tile {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.void-tile2 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.void-center {
  height: 30px;
  width: 100%;
  background-image: url(img/ars.png);
  border-radius: 5px;
  background-position: center;
  background-color: #BEBEBE;
}

.void-right {
  flex: 1;
  height: 555px;
  overflow-y: auto;
}
.void-right>div {
  display: none;
}
.void-right>div.active {
  display: block;
}
.void-right .h {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  background: #4E8D9C;
  color: #fff;
  font-weight: 500;
}
.void-right .h:first-child {
  margin-top: 0;
}
.void-right .h.kuro {
  background: #000;
}
.void-right .box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  background: #FBFBFB;
  border: 1px solid #B2B2B2;
}
.void-right input[type="checkbox"] {
  margin-right: 5px;
  vertical-align:inherit;
}
.void-right label+label {
  margin-top: 0;
}
.void select {
  appearance: none;
  width: 100%;
  padding: 15px 25px;
  background: url(img/v.png) center right 25px no-repeat;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.table-master6 textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
  resize: none;
}