.rounded (@radius: 6px) {
  -webkit-border-radius: @radius;
     -moz-border-radius: @radius;
      -ms-border-radius: @radius;
       -o-border-radius: @radius;
          border-radius: @radius;
}

.trans (@transition: .1s) {
  -webkit-transition: all @transition ease-in-out;
     -moz-transition: all @transition ease-in-out;
          transition: all @transition ease-in-out;

}

* {
  margin:0;
  padding:0;
  border:none;
  list-style:none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html{
  height:100%;
  scroll-behavior: smooth;
}
body {
    font: 15px/1.25 'Alef';
    color: #111;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}
h1 {
    font-size: 150%;
}
.login p {
    font-size: 25px;
}
.login p.cnt {
    font-size: 24px !important;
    color: #960;
    font-weight: bold;
}
span.r_mark {
    font-size: 13px;
    margin-left: 5px;
    position: relative;
    top: -8px;
}
.login form {
  margin:70px auto;
  background:#98607a;
  width:347px;
  text-align:center;
  padding:40px;
  .rounded;
}

.login form > h1 {
  color:#f4f4f4;
  text-shadow:1px 1px 0px rgba(0, 0, 0, 0.7);
  font-weight:400;
  margin-bottom:20px;
}

input {
    background: rgba(0, 0, 0, 0.2);
    color: #000;
    text-shadow: 1px 1px 0px rgba(0, 0, 0,0.3);
    display: block;
}
.login input,
.syaroushi input,
.kaisya input {
    padding:10px;
    width: 100%;
    margin: 7px 2px;
}

.login form��input:focus {
  background:rgba(0, 0, 0, 0.1);
  .trans;
}

::-webkit-input-placeholder {
   color: rgba(225, 225, 225, 0.4);
}

:-moz-placeholder {
   color: rgba(225, 225, 225, 0.4);
}

::-moz-placeholder {
   color: rgba(225, 225, 225, 0.4);
}

:-ms-input-placeholder {
   color: rgba(225, 225, 225, 0.4);
}
.login button:active {
  top:3px;
  box-shadow:none;
}

.login button {
  position:relative;
  display:block;
  margin-top:15px;
  margin-bottom:15px;
  padding:17px;
  width:270px;
  .rounded;
  .trans;
  font-size:1.2em;
  background:#f26964;
  color:#f4f4f4;
  box-shadow:0px 3px 0px #ab4b47;
  cursor:pointer;
}
.printnone .cnt a {
    text-align: center;
    width: 120px;
    margin: 10px auto;
}
.red{
  color: red;
}
/* top */
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #d8667b;
    color: #FFF;
    border-bottom: solid 4px #95627a;
    border-radius: 3px;
    font-size: 200%;
    margin-top: 2%;
}
.square_btn:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}
.top {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 0% 5%;
    border-radius: 4px;
}
.haikei{
  box-sizing:border-box;
  padding:1px;
}
p.del_on_switch {
    margin-top: 100px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #6f0000;
    color: #fff;
    padding: 10px;
    width: 470px;
    border-radius: 3px;
    margin: 100px auto 0;
    transition: .3s;
}
.del_btn.on p.del_on_switch {
    background: #a2a2a2;
    transition: .3s;
}
.del {
    background: #f00;
    color: #fff;
    margin: 12px auto;
    display: none;
    padding: 10px;
    border-radius: 3px;
    width: 300px;
    text-align: center;
    text-decoration: none;
    clear:both;
    transition: .3s;
}
.del_btn.on .del{
  display: block;
  transition: .3s;
}
.ed {
    background: #ed326d;
    color: #fff;
    margin: 12px auto;
    display: block;
    padding: 10px;
    border-radius: 3px;
    width: 300px;
    text-align: center;
    text-decoration: none;
    clear: both;
}
#kikan .del,
#kikan .ed,
#hyoukaex .ed{
  margin: 2px auto;
  width:100px;
}

table {
  width: auto;
  border-spacing: 0;
  font-size:14px;
  border-right: 1px solid #ff9291;
  width: 100%;
  margin: 1% auto 0;
}
table th {
    color: #fff;
    padding: 8px 15px;
    background: #ec326e;
    background: -moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
    border-left: 1px solid #ff8c8b;
    border-top: 1px solid #ff8c8b;
    border-bottom: 1px solid #ff8c8b;
    line-height: 120%;
    text-align: center;
}
table th:first-child {
  border-radius: 5px 0 0 0;
}
table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #ff9391;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table tr td {
    padding: 3px;
    border-bottom: 1px solid #ff9291;
    border-left: 1px solid #ff9291;
    text-align: center;
    font-size: 13px;
}
.koumoku tr td {
    text-align: left;
}
.koumoku tr:nth-child(2) td {
    text-align: center;
}
table th:last-child {
    border-radius: 0 5px 0 0;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table tr {
  background: #fff6fb;
}
table tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table tr:hover {
  background: #ffe6e6;
  cursor:pointer;
}
.margin10 {
    clear:both;
}
/*
.margin10 div {
    margin: 0 0 8%;
}
*/
.table {
    padding: 2% 0;
    clear: both;
}
.select-box01 select {
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #cb8986;
    background-size: 20px, 100%;
    color: #FFF;
}
.top button {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #d8667b;
    color: #FFF;
    border-bottom: solid 4px #95627a;
    border-radius: 3px;
    font-size: 200%;
}
.abox {
    margin: 0 auto;
    width: 80%;
    display: flex;
}
h2 {
    position: relative;
    padding: 0.3em;
    background: #794b79;
    width: 100%;
    margin: 9% auto 2%;
    color: #FFF;
    font-size: 120%;
    clear: both;
}

h2:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #794b79;
    width: 0;
    height: 0;
}
#company h2 {
    width: 97.7%;
    margin: 13.5% auto 2%;
}
.center {
    margin: 0 auto;
    display: flex;
    text-align: center;
}
.clear{
  clear:both;
}
.bbox {
    width: 100%;
    margin: 3% 0 0;
    font-size: 160%;
}
.tit{
     border-bottom: 5px solid #794b79;
     margin-bottom: 3%;
}

.touroku .top{
  padding:0;
  width: 100%;
  margin-bottom:1%;
}
.touroku .square_btn{
  font-size:100%;
}
.table input{
    background:#fff;
    color: #000;
    border: 1px solid #DDD;
    margin: 0 auto;
}
.sentaku {
    float: left;
    margin: 1%;
    width: 190px;
}
.block {
    display: block;
    width: 100%;
}
.sentaku.jou{
  width: auto !important;
}
.sentaku.jou p {
    float: left;
    display: inline-block;
    margin: 0 2%;
}
.sentaku input {
    margin: 17px 0 0;
    padding: 2%;
    border: #dedede 1px solid;
    width:150px;
}
.sentaku form {
    margin-top: 10%;
}
.kikan .sentaku p {
    float: left;
    margin: 1%;
}
.kikan .sentaku {
    float: left;
    margin: 1%;
    width: 100%;
}
.kaisya table {
    width: 80%;
    margin: 0 auto;
    border-top:1px solid #ff9291;
}
.kaisya table textarea {
    width: 100%;
}
.kaisya .sentaku{
  float:right;
  width: 20%;
}
table td textarea {
    width: 100%;
    height: 150px;
}
.left {
    float: left !important;
    padding-right: 3%;
}
.right{
  float:right;
}

.sansyou {
    float: left;
    border:1px solid #DDD;
}
.sentaku select {
    margin-top: -1%;
    border: 1px solid #DDD;
}
input.topmagin {
    margin-top: 8%;
}
.kikan .sentaku {
    float: left;
    margin: 1%;
    width: 40%;
}
.kikan .sentaku form {
    margin-top: 5%;
    width: 20%;
    float: right;
}
.kaisya {
    text-align: center;
    padding: 0% 5%;
    clear: both;
}
.kaisya a {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #d8667b;
    color: #FFF;
    border-bottom: solid 4px #95627a;
    border-radius: 3px;
    font-size: 200%;
    margin-top: 2%;
}

.kaisya .touroku {
    margin: 3% auto;
    width: 20%;
}

.page a {
    display: block;
    width: 43%;
    margin: 1% auto;
}
footer{
  clear: both;
}
footer ul {
    margin: 1% 0 3%;
    text-align: center;
}
#busyo table td:nth-child(5) input,
#staff table td:nth-child(9) input,
#kikan table td:nth-child(3) input,
#hyoukaex table td:nth-child(10) input,
#touroku table td:nth-child(13) input{
    padding: 1px 5px;
    margin-bottom: 4px;
    border:1px solid #DDD;
}


.popupModal1 > input { /* �饸���ܥå����Ǳ�ʾ */
    display: none;
}
.popupModal1 > input:nth-child(1) + label {
    cursor: pointer;
}
.modalPopup2 { /* �����O�� �ݥåץ��å׷Ǳ�ʾ */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* �饸���� �����å��ǥݥåץ��åױ�ʾ */
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: 80%;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}

@media (min-width: 768px) {/* PC�ΤȤ��ϥک`���������Ф�600x600�I�� */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 600px;
         height: 600px;
         padding: 30px;

    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -310px !important;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* �ݥåץ��åפ��Ф�Ҫ�� */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* �饸���� �����Υ��٥������ڤϷǱ�ʾ */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* �饸�����ȣ� �ɤä��������å��ǥݥåץ��å׷Ǳ�ʾ */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
}
.ml3 {
    display: inline-block;
    width: 60px;
}
.sinput {
    width: 52px;
    padding: 2px;
    margin-bottom: 2px;
    float: left;
    border: 1px solid #DDD;
}
.hyouka table,
.hyoukaex table {
    font-size: 11px;
}
.box table td {
    padding: 6px;
}
.box {
    width: 1000px;
    margin: 0 auto;
}
.box a {
    float: left;
    margin: 5px;
    color: #000;
}
.comp_info {
    float: left;
    padding: 1%;
    display: inline-block;
    width: 25%;
}
.comp_info input,
.comp_info select,
.comp_info textarea {
    padding: 6px;
    border-radius: 3px;
    background: #ddd;
    text-shadow: 0 0 0;
    margin: 1% 0 0;
    width: 100%;
}
#member .comp_info {
    margin: 0;
}
.btn {
    clear: both;
    width: 250px;
    font-size: 15px;
    text-align: center;
    margin: 20px auto;
    display: block;
    border-radius: 3px;
    float: none;
    background: #fd115d !important;
    color: #FFF !important;
    padding: 6px;
    text-decoration: none;
}
input.btn{
    margin: 20px auto;
}
#busyo table {
    margin: 3% 0 0;
}
.tantou dl {
    width: 90%;
    margin: 0 auto;
}
.tantou dt {
    font-size: 110%;
    color: #794b79;
    float: left;
    padding: 1%;
}
.tantou dd {
    padding: 1%;
    float: left;
}
#late .edit {
    width: 18%;
}
#late .edit input {
    width: 65%;
    margin-right: 1%;
    border-radius: 3px;
}
#late .edit p {
    line-height: 1.5em;
}
#late h3 {
    margin-bottom: 6px;
}
.sentaku a {
    width: 240px;
    float: left !important;
    display: block;
    margin: 2%;
}
.btnbox a {
    float: right;
    width: 46%;
    margin: 1% 0 0;
}
.btnbox {
    float: left;
    width: 44%;
    margin: 0 0 4%;
}
.syaroushi {
    width: 100%;
    padding: 0;
}
.syaroushi table {
    width: 100%;
}
a.mark {
    margin: 0 auto;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 130%;
}
.csv {
    clear: both;
    width: 60%;
    margin: 1% auto !important;
    padding: 3% 0 1%;
}
.csv p {
	text-align:center;
    margin: 0 0 1%;
}
.csv input {
    margin: 0 auto;
}
.csv .btn {
    margin: 2% auto 0;
}
.hensyu{
    text-align: center;
    display: block;
    margin: 2px auto 0;
    background: #ed326d;
    padding: 4px;
    text-decoration: none;
    border-radius: 2px;
    color: #fff;
}
.hensyu_del{
    text-align: center;
    display: block;
    margin: 2px auto 0;
    background: #6f0000;
    padding: 4px;
    text-decoration: none;
    border-radius: 2px;
    color: #fff;
}
.daihyo{
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    display: block;
    padding: 4px;
    width: 98%;
    margin: 1%;
}
.daihyo_btn {
    float: right;
    margin: 2%;
    padding: 9px 0;
    width: 13%;
    border-radius: 3px;
    background: #d8657b;
    color: #fff;
}
.cnt {
    text-align: center !important;
    font-size: 14px !important;
    margin: 30px 0 0;
}
.template select{
    display: block;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 6px 20px;
}

a.tojiru {
    font-size: 40px;
    text-decoration: none;
    color: #000;
}
@media print{
	.bbox,
	.top,
	footer,
	.btn,
	.printnone,
	.btnbox,
  .del,
  h2,
  h1{
		display: none;
	}
	body{
		width:98%;
		max-width: 98%;
    margin: 0 auto;
		float:none;
		font-size:10px;
  }
  .table {
      padding:0;
  }
  .table tr td {
    font-size:10px;
    color:#000;
	}
  .table tr th {
    color:#000;
  }
  .margin10 div{
    margin: 0;
  }
  .administer {
    font-weight: bold;
  }
}
@page {
  size: A3 landscape;
  margin: 0;
}

/* manual */
.s_manual h3 {
    margin: 30px 0 5px;
    font-size: 24px;
    color: #db3269;
    border-left: 10px solid;
    padding-left: 10px;
}
.s_manual img {
    border: 1px solid #ddd;
    padding: 4px;
    margin: 30px auto;
    display: block;
}
.s_manual h4 {
    font-size: 20px;
    margin: 30px 0 0;
}
.s_manual p {
  line-height: 1.3em;
}
.s_manual .cnt{
  margin:80px 0 20px;
}
.self{
    background: #ffe2e2;
}
.superior{
    background: #ffb4b4;
}
.administer{
    background: #ffaec8;
    font-weight: bold;
}
/* 20180626 */
.login .news {
    clear: both;
    padding-top: 1em;
}
.login .news p {
    font-size: 1em;
    margin-top: 1em;
    line-height: 1.5em;
}
/* 20190315 */
.comment {
    margin: 3% 1% 0;
}
.comment p {
    font-weight: bold;
    margin-bottom: 6px;
    margin-left: 6px;
}
.comment textarea {
    background: #fff6fb;
    border: 1px solid #ff9291;
    padding: 1%;
    border-radius: 5px;
    width: 99%;
    height: 10em;
    margin: 0 auto;
    display: block;
}
/* 20190618 */
#kikan table .edit a {
    display: block;
    width: 100px;
    margin: 0 auto;
    border-radius: 3px;
    line-height: 27px;
    color: #FFF;
    text-decoration: none;
    margin: 5px auto;
}
#kikan table .edit a:nth-child(1) {
    background: #666;
}
#kikan table .edit a:nth-child(2) {
    background: #000;
}
#kikan table .edit input[type="submit"],
table tr:last-child td:last-child input[type="submit"]{
    display: block;
    width: 100px;
    margin: 0 auto;
    border-radius: 3px;
    line-height: 27px;
    color: #FFF;
    text-decoration: none;
    margin: 5px auto;
    background: #ff0000;
    border: none;
}

@media screen and (max-width: 1090px){
body {
  max-width: 90%;
  width: 90%;
  margin: 0 auto;
}
.login button {
    max-width: 100%;
}
.login form {
    max-width: 100%;
}
.syaroushi {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.sentaku input {
  width:auto;
}
.syaroushi table {
    width: 1500px;
}
.touroku .square_btn {
    font-size: 12px;
    margin-bottom: 20px;
}
.csv {
    width: 100%;
    padding-bottom: 40px;
}
.csv p{
    font-size: 12px;
    text-align: left;
    line-height: 20px;
}
.btn {
    width: 180px;
    font-size: 13px;
    margin: 20px auto;
    padding: 4px;
}
.kaisya {
    padding: 0;
}
.kaisya table {
    width: 100%;
}
.table input, table select {
    width: 100%;
    padding: 3%;
    background: #fff;
    color: #000;
    border: 1px solid #DDD;
    margin: 0 auto;
    font-size: 14px;
}
footer {
    clear: both;
    margin: 100px 0 20px;
}
p.del_on_switch {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
}
.comp_info {
    width: 100%;
    margin-top: 12px;
}
.tit {
    font-size: 20px;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 15px;
}
.comp_info input, .comp_info select, .comp_info textarea {
    font-size: 14px;
}
.wrapper {
    overflow-y: scroll;
}
.wrapper table {
    width: 1000px;
}
input[type="submit"].btn {
    margin-top: 10px;
}
.touroku .square_btn {
    width: 49%;
    font-size: 11px;
    margin: 0 0 5px;
}
.margin10 div {
    margin: 12px 0 0;
}
.cnt {
    font-size: 12px !important;
    margin: 10px 0 15px;
}
#late .edit {
    width: 18.6%;
    margin: 0;
}
#late .edit input {
    width: 100%;
}
#late .edit p {
    font-size: 12px;
    text-align: center;
}
#late h3 {
    margin: 30px 0 10px;
}
.tantou dt, .tantou dd {
    float: none;
}
.tantou dt {
    margin-top: 20px;
}
.btnbox {
    float: none;
    width: 100%;
    padding-top: 30px;
}
.btnbox a {
    float: none;
    width: 100%;
}
table.koumoku tbody tr td:nth-child(1){
	writing-mode: vertical-rl;
}
#form_staff_input {
    height: auto;
    width: 100%;
}
dl.make dt {
    text-align: center;
    margin: 10px 0 2px;
    font-size: 14px;
}
dl.make dd select,
dl.make dd textarea,
dl.make dd input {
    width: 80% !important;
    font-size: 12px;
}
#form_staff_input {
    height: auto !important;
    width: 100%;
    clear: both;
    padding: 30px 10px;
}
#form_staff_input form > div {
    clear: both;
}
div#form_staff_input form .button {
    position: static;
    width: 45%;
    float: none;
}
dl.make div {
    width: 50%;
    float: left;
    height: 80px;
}
.sentaku {
    float: none;
    width: 100%;
    margin: 0;
    padding-top: 14px;
    clear: both;
}
.sentaku a {
    width: 100%;
    margin: 0;
}
.sentaku p {
    float: none;
    margin: 0 0 2px 0 !important;
}
.sentaku.jou {
    padding-bottom: 30px;
}
.sentaku select {
    margin: 0;
    border: 1px solid #DDD;
    padding: 4%;
    border-radius: 3px;
    margin-bottom: 6px;
    width: 100%;
}
.sentaku input {
    border: none;
    background: #d8667b;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 4px;
    font-size: 12px;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #d8667b;
    color: #FFF;
    border-bottom: solid 4px #95627a;
    border-radius: 3px;
}
div#hyoukaex table tr td {
    font-size: 12px;
    line-height: 17px;
}
.dialog div.form {
    width: 100% !important;
}
.dialog div.form > div {
    margin-bottom: 20px;
}
.select_group select {
    width: 100%;
    padding: 3%;
    margin: 5px 0;
}
.dialog div.form form .button {
    width: 43%;
    margin-top: 10px;
    border: none;
    background: #d8667b;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 4px;
    font-size: 12px;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #d8667b;
    color: #FFF;
    border-bottom: solid 4px #95627a;
    border-radius: 3px;
}
div#kikan.wrapper table {
    width: 600px;
}
.s_manual nav li a {
    font-size: 14px;
    line-height: 46px;
}
.s_manual h3 {
    margin: 130px 0 5px;
}
.s_manual h4 {
    font-size: 18px;
    margin-top: 80px;
}
.s_manual p {
    line-height: 60px;
    font-size: 16px;
    text-align: justify;
}
.s_manual img {
    width: 100%;
    height: auto;
}
}


/* 2021-04-02 */
#member > div.on::after,
#company > div.on::after {
    content: "";
    background: url(/img/load.gif)0 0 no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 50;
    right: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100%;
}
#member > div.on:before,
#company > div.on:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 80%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}