@charset "UTF-8";
/* ----------------  Reset Styles  ----------------- */
* {
  -webkit-text-size-adjust: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

sup {
  font-size: 70%;
}

body {
  line-height: 1;
  font-family: "游ゴシック", YuGothic,'Noto Sans Japanese', "novecento","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  -webkit-text-size-adjust: 100%;
    background: #f5f5f5;
    width: 100%;


}

html, body {
  width: 100%;
}

img {
  height: auto;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

a, p {
  color: #666666;
}

:focus {
  outline: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* --------------  //Reset Styles  ----------------- */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-size: 12px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  color: #444;
  position: relative;
}

.wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  position: relative;
  background: #F9F9F9;
}

.wrapper .inner {
  width: 100%;
  max-width: 1000px;
}

.wrapper .contents .box {
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
  /*border-radius: 5px;*/
  overflow: hidden;
  /*margin: 15px 0;*/
  margin-top: 15px;
  background: #fff;
}

.wrapper .contents .box h1 {
  background: #F5F5F5;
  padding: 20px 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #919191;
  z-index: 9999;
}

.wrapper .contents .box .box-inner {
  /*height: 25vh;*/
  padding: 15px;
}

.wrapper .contents .box .box-inner span.text-icon-new {
  background: #ed516f;
  color: #fff;
  padding: 3px 5px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px;
  margin: 0 10px;
  display: inline-block;
  margin-top: -5px;
}

.wrapper .contents .box .box-inner span.text-icon-new:hover {
  text-decoration: none !important;
}

a {
  color: #5BA6E3;
}

a:hover {
  opacity: 0.8;
}

a:hover span {
  text-decoration: none !important;
}

/*********************************************
	nav
**********************************************/
header {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .top {
  width: 100%;
  height: 45px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          /*justify-content: flex-start;*/
          justify-content: space-between !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
            /* background: #4DB657; */
  

}

header .top .logo {
  width: 140px;
}

header .top .logo img {
  width: 140px;
}

header .top nav {
  position: fixed;
  right: -100%;
  opacity: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EBEAE6;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: 9999;
}

header .top nav ul {
  width: 90%;
  margin-top: -100px;
  max-width: 1000px;
}

header .top nav ul li a {
  display: block;
  margin: 5px;
  padding: 20px;
  line-height: 1em;
  border-bottom: 1px dashed #4DB657;
  color: #444;
}

header .top nav ul li a i {
  display: inline-block;
  margin-right: 10px;
}

header .top nav ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

header .top nav ul li:last-child a {
  border-bottom: none;
}

header .top .nav-open {
  opacity: 1;
  right: 0;
}

header .top .nav-open ul {
  width: 100%;
}

header .top .burger {
  width: 30px;
  height: 21px;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 99999;
  margin-right: 20px;
  cursor: pointer;
}

header .top .burger:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  top: 0;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .top .burger .line {
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .top .burger:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  bottom: 0;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .top .burger-open .line {
  opacity: 0;
}

header .top .burger-open:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 0;
  bottom: 0;
  margin: auto;
}

header .top .burger-open:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 0;
  bottom: 0;
  margin: auto;
}

header .bottom {
  width: 100%;
  text-align: center;
  margin: 15px 0 0;
}

header .bottom p.message {
  font-size: 16px;
  margin: 20px 0;
}

header .bottom p.message span {
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
}

/*********************************************
	list-1
**********************************************/
.list-1 {
  padding: 10px;
  overflow-y: scroll;
}

.list-1 .data-list {
  margin: 10px 0;
}

.list-1 .data-list:first-child {
  margin-top: 0;
}

.list-1 .data-list span {
  display: inline-block;
  font-weight: bold;
  padding-bottom: 8px;
}

.list-1 .data-list span.text-icon-new {
  background: #ed516f;
  color: #fff;
  padding: 3px 5px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px;
  margin: 0 10px;
  display: inline-block;
  margin-top: -5px;
}

.list-1 .data-list span.text-icon-new:hover {
  text-decoration: none !important;
}

.list-1 .data-list a {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  margin: 5px 0;
}

.list-1 .data-list a span {
  font-weight: normal;
}

.list-2 .data-list {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4em;
}

.list-2 .data-list span {
  font-weight: bold;
}

.list-2 .data-list a {
  display: inline-block;
  margin-top: 3px;
}

.list-2 .data-list .text-icon-new {
  display: inline-block;
  margin-top: -5px;
}

.one-list {
  height: auto !important;
  min-height: 40vh;
}

h3 {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
}

h3 span {
  display: inline-block;
  margin: 3px 0;
}

.table-col {
  width: 100%;
}

.table-col .th {
  width: 100%;
  padding: 15px 0;
  font-weight: bold;
}

.table-col .td {
  width: 100%;
}

.table-col .td input {
  width: 100%;
  -webkit-webkit-appearance: none;
  -moz-webkit-appearance: none;
  -ms-webkit-appearance: none;
  -o-webkit-appearance: none;
  webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  padding: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.table-col .td input:focus {
  outline: none;
}

.text-table {
  margin: 10px 0;
}

.text-table .tr {
  margin: 0;
}

.text-table .tr .th, .text-table .tr .td {
  margin: 0;
}

.news_detail .tr {
  margin: 15px 0;
}

.news_detail .tr .th, .news_detail .tr .td {
  margin: 0 !important;
  padding: 2px 0;
  line-height: 1.6em;
}

.cal {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  min-height: none;
  max-height: none;
}

/*********************************************
	calendar
**********************************************/
.calendar {
  border-radius: 5px;
  overflow: hidden;
}

.calendar .tr {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.calendar .tr:last-child {
  border-bottom: none;
}

.calendar .tr .th, .calendar .tr .td {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #ccc;
  padding: 3px;
  width: calc(100% / 7);
}

.calendar .tr .th a, .calendar .tr .td a {
  color: #444;
  cursor: pointer;
}

.calendar .tr .th a:hover, .calendar .tr .td a:hover {
  text-decoration: underline;
}

.calendar .tr .th span.circle-a:hover, .calendar .tr .td span.circle-a:hover {
  text-decoration: none;
}

.calendar .tr .th span.circle-a a, .calendar .tr .td span.circle-a a {
  color: #fff;
}

.calendar .tr .th span.circle-a a:hover, .calendar .tr .td span.circle-a a:hover {
  text-decoration: none !important;
}

.calendar .tr .th:nth-child(6), .calendar .tr .td:nth-child(6) {
  color: #33a1c9;
}

.calendar .tr .th:nth-child(6) a, .calendar .tr .td:nth-child(6) a {
  color: #33a1c9;
}

.calendar .tr .th:nth-child(6) span.circle-a, .calendar .tr .td:nth-child(6) span.circle-a {
  background: #33a1c9 !important;
}

.calendar .tr .th:nth-child(6) span.circle-a a, .calendar .tr .td:nth-child(6) span.circle-a a {
  color: #fff !important;
}

.calendar .tr .th:last-child, .calendar .tr .td:last-child {
  color: #ed516f;
  border-right: none;
}

.calendar .tr .th:last-child a, .calendar .tr .td:last-child a {
  color: #ed516f;
}

.calendar .tr .th:last-child span.circle-a, .calendar .tr .td:last-child span.circle-a {
  background: #ed516f !important;
}

.calendar .tr .th:last-child span.circle-a a, .calendar .tr .td:last-child span.circle-a a {
  color: #fff;
}

.calendar .tr .th {
  background: #F5F5F5;
  padding: 10px 0px;
  font-weight: bold;
}

.calendar .tr .th:nth-child(6) {
  color: #33a1c9;
}

.calendar .tr .th:last-child {
  color: #ed516f;
}

.calendar .tr .td {
  min-height: 90px;
  position: relative;
  padding: 10px 0 0 0;
}

.calendar .tr .td .sche {
  top: 35px;
  line-height: 1em;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 3px;
}

.calendar .tr .td strong {
  width: 100%;
  display: inline-block;
  color: #777;
  margin: 0px 0;
  line-height: 1em;
  overflow: hidden;
  font-size: 10px;
}

.calendar .tr .td span.circle-a {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #999;
  color: #fff !important;
  line-height: 1em;
  z-index: 999;
}

.calendar .tr .td span.circle-a:hover {
  opacity: 1;
}


.td-name {
padding: 15px;
/* margin-left: 30px; */
font-weight: bold;
display: inline-block;
font-size: 12px;
vertical-align: middle;
width: 290px;
}
.career{
  width: 140px;
  float: left;
}

/*********************************************
	modal
**********************************************/
.bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bg-show {
  display: block;
}

.modal {
  padding: 10px;
  position: absolute;
  background: #fafafa;
  width: calc(100% -  40px);
  z-index: 999999;
  border-radius: 5px;
  height: 320px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: -200%;
  opacity: 0;
  max-width: 500px;
}

.modal .modal-header {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.modal .modal-header h3 {
  padding: 10px 0;
}

.modal .modal-header .close {
  background: none;
  -webkit-webkit-appearance: none;
  -moz-webkit-appearance: none;
  -ms-webkit-appearance: none;
  -o-webkit-appearance: none;
  webkit-appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-size: 20px;
  font-weight: bold;
  color: #999;
}

.modal .table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}

.modal .table .tr {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.modal .table .tr .th {
  border-right: 1px solid #ccc;
}

.modal .table .tr .th, .modal .table .tr .td {
  padding: 5px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal .table .tr:first-child .th {
  width: 100%;
  background: #EBEAE6;
  padding: 10px 5px;
  border-right: none;
}

.modal .btn {
  width: 100%;
  margin: 10px 0;
}

.show {
  -webkit-animation-name: modal;
          animation-name: modal;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*********************************************
	footer
**********************************************/
footer {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  background: #191970;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #fff;
  margin-top: auto;
}

/*********************************************
	etc
**********************************************/
.alert {
  background: #d0e4f2;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  /*border-radius: 5px;*/
  margin-top: 15px;
  text-align: center;
  line-height: 1.6em;
}

.green {
  background: #f4e5ad;
}

.btn {
  -webkit-webkit-appearance: none;
  -moz-webkit-appearance: none;
  -ms-webkit-appearance: none;
  -o-webkit-appearance: none;
  webkit-appearance: none;
  border: none;
  outline: none;https://www.googleadservices.com/pagead/aclk?sa=L&ai=CeTxf9mKQXOSyJZm4qAGfgYKACuzvydpVjcyYq-MI2dkeEAEg4qKJAmCJk9SErBSgAfKHt-wCyAECqQJccsDPokdDPqgDAcgDyQSqBMYBT9BgtwJeAgQZZepv81oNYcsAUHVK59KhRtbbpEK0Vh520GbM_jyQct6PcGrNQPZsqxnUV5ipmn3upyO5ggIlLMBJreA0xfYvVfQ0qrJKKTeP2C6NQWzLONqONIJof8mzJWH0wW4zFt8SGYDKIGkXvX3q2cob6hNx80HeKV-Vg6uG6inUF3agmN3Ip1ceGiUIZ86cHYVotJhCQBznIR4M0S2e2rH-e4VZTR-fzSlaEEj5zivHkLBIGYfxTTlkXa_26JZunI5mkAYBoAYCgAf298iTAYgHAZAHAqgHjs4bqAfVyRuoB-DTG6gHqAaoB7oGqAfZyxuoB8_MG6gHpr4b2AcB0ggGCAAQAhgCsQnRCBF6QiSCEYAKAdgTAw&ae=1&num=1&cid=CAMSeQClSFh3VS6Bb3XedXprDiqKw0K9Ml7czKgoR71E6f-eeeUQMSAB7npFljtzbqXrVzZg4sClazavS_4sxNNtFwAdnGoJ2XJynWZRDgzbm08kpWr7fBIUVoIboaHkYRG14haYCGcZ3ARsXn2dOAKMzsRmb6XP3o5eLg4&sig=AOD64_1XmEL6oYKKXnoqxQP9koB4IpNXzw&client=ca-pub-1371203131723711&nm=1&nx=209&ny=166&mb=1&bg=!wMOlw9tE4eS0eLwQXqMCAAAAMFIAAAA1mQHOYylDsUnvTJAEoiuh1XljNr719b7Y_vulfqv-16vOGe9QHsx0Vt7FByF4aKIwQyHr0c4F5aGHMQnnFGnvfwOM4WRgt3gPaZoZIWFYtboT8wb4WIvYQuBXp8HC5l3-GfJisePP8q0gRT3T68BCO8uDfrA72SFiSppz6vlccxdoZyK47fZLW9cqV9vZApZ-T5WsESQdNtKd-vyb6AdUgamrAlNIlteTNDgKOpfnc-bGcaC33F3eHxpZ-hVWeGL_xQr080qfv16hZi6V69-d9KxUrng1hs7pHUfYyDGbCh6IyrWbnugkLGc2swgKKSn1mLcr9HhnNZjXMvwRKi21XBMs7X2tREHEaQBzpRjFVxKXfycO_u0thtj2WFycsjmg1PZm1l7MmhjtMBSgStturA5K8aBo4uY4DOV1F6n0-TR0QLmSM1qzlIxrBNBgQaml8niTAws1KiR6O-rsRIev6jpPvsSqYgJ6uuBDHnlGEQS7rTopdH-d56fDrDla2zpmUPHWg_TRoqgyCizhvt-gyuRqkhbCQX6-FX2eBwFb4jRH6xrRQ5pbtAWihkUyZk4FqGkppaeoaPrFeOmLHthC4G4AYDqcaXDojgeawVIevHlb&adurl=https://www.nssol.nssmc.com/saiyo/
  background: none;
  background: #191970;
  color: #fff;
  /*border: 1px solid #3F2F97;*/
  border-radius: 3px;
  padding: 12px 10px;
  cursor: pointer;
  line-height: 1em;
  font-size: 14px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 10px 3px #bfbfbf;
          box-shadow: 0px 2px 10px 3px #bfbfbf;
     border-bottom: solid 2px #0b0b33;/*少し濃い目の色に*/

}

.btn:hover {
  background: #2d6b33;
  text-decoration: none;
}

select {
  line-height: 1em;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 0 0px;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.ml10 {
  margin-left: 10px;
}

.mlauto {
  margin-left: auto !important;
}

.ovh {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes modal {
  0% {
    opacity: 0;
    top: -100%;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes modal {
  0% {
    opacity: 0;
    top: -100%;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes modalOut {
  0% {
    opacity: 1;
    top: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    top: -100%;
  }
}

@keyframes modalOut {
  0% {
    opacity: 1;
    top: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    top: -100%;
  }
}

/*********************************************
	login
**********************************************/
.login {
  width: 100vw;
  /*height: 100vh;*/
  /*background: #F5F5F5;*/
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;

}



.login .window {
  width: 100%;
  /*background: #fff;*/
  /*border: 1px solid #ccc;*/
  /*border-radius: 5px;*/
  max-width: 400px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /*-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
          /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
}

.login .window .login-header {
  width: 100vw;
   height: 30vh;
  position: relative;
  display: inline-block;
  /*margin: 1.5em 0;*/
  margin:0;
  padding: 7px 10px;
  font-size: 16px;
   background: #191970;
   color: #dbdbdb;
  font: 400 87.5%/1.5em 'Open Sans', sans-serif;

  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  /*margin-top: -180px;*/
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login .window .login-header:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #191970;
}

.login .window .login-header .logout-message {
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-top: 25px;
  margin-bottom: -20px;
  color:#fff;
  font-size:15px;
}

.login .window .login-header img {
  width: 230px;
}


.login .window label {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.login .window .btn {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}

.form-login{
  width: 300px;
  margin:0 auto;
}

.input-login{
  width: 100%;
  margin-bottom: 5px;
}

.input-phone{
  width: 25% !important;
  margin-right: 3px;
}

.btn-login {
  border:2px solid #2f5697;
  background: #2F5697;
  color: #fff;
  /*border: 1px solid #3F2F97;*/
  border-radius: 3px;
  padding: 18px 10px;
  margin-top:30px;
  cursor: pointer;
  line-height: 1em;
  font-size: 14px;
  text-align: center;
/*  -webkit-box-shadow: 0px 0px 41px 3px #ededed;
          box-shadow: 0px 0px 41px 3px #ededed;*/
    width: 90%;
         /*border-bottom: solid 2px #003489;/*少し濃い目の色に*/*/


}

.btn-login:hover {
  background: #2C698D;
  text-decoration: none;
}


.login-box{
  width: auto;
  height: auto;
  padding:5px 20px;
  border: 7px solid #e8e5e5;
  background: rgba(199, 199, 199, 0.5);
  text-align: center;
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}


/*********************************************
  salary
**********************************************/
.salary {
  padding: 0 !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: none !important;
  max-height: none !important;
}

.salary h3 {
  padding: 10px;
  padding-top: 20px;
}

.table-phone {
  padding: 0 0 5px 0;
  border: 1px solid #999;
  border-radius: 3px;
  margin: 10px;
}

.table-phone .tr {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #999;
  padding: 5px;
  margin: 0 5px;
}

.table-phone .tr .th {
  width: 120px;
}

.table-phone .tr:first-child {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

.table-phone .tr:first-child .th {
  width: 100%;
  background: #ddd;
  color: #666;
  padding: 8px 5px;
  font-weight: bold;
}

.table-phone .tr:last-child {
  border-bottom: none;
}

.table-phone .bdb {
  border-bottom: 2px solid #aaaaaa;
}

.billing-table {
  border-radius: 3px;
}

.billing-table .tr {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  padding-right: 10px;
  padding-left: 10px;
}

.billing-table .tr:first-child {
  font-size: 16px;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 10px;
}

.billing-table .tr .th {
  width: 150px;
}

.billing-table .tr .td {
  width: calc(100% - 150px);
  text-align: right;
}

.edit-table .tr {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 10px 0;
}

.edit-table .tr .th, .edit-table .tr .td {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.edit-table .tr .th {
  width: 190px;
  text-align: right;
}

.edit-table .tr .td input, .edit-table .tr .td textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  max-width: 400px;
}

.edit-table .tr .td input.small, .edit-table .tr .td textarea.small {
  max-width: 100px;
}

.edit-table .tr .td input[type="file"] {
  border: none;
}

.edit-table .tr .td textarea {
  height: 100px;
}

/*********************************************
	material
**********************************************/
select.soflow, select#soflow-color {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: 90% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: inherit;
  overflow: hidden;
  padding: 7px 40px 7px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  font-size: 13px;
  border-radius: 5px;
}

/*********************************************
	media
**********************************************/
@media screen and (min-width: 770px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 16px !important;
  }
}

a.circle-a {
  color: #fff !important;
}

.fsize12 {
  font-size: 12px !important;
  color: #888;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: flex-end;
      -ms-flex-direction: flex-end;
          flex-direction: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 5px;
  margin-bottom: 10px;
}

.reporting .btn {
  font-weight: bold;
  display: block;
  width: 70%;
  padding: 20px 0;
  margin: 15px auto 0;
  color: #FFF;
  border-bottom: solid 2px #003489;/*少し濃い目の色に*/
}





/* Form Layout */
.form-wrapper {
  margin: 0.5em auto;
  max-width: 370px;
}




.form-item {
  margin-bottom: 0.75em;
  width: 100%;
}

.form-item input {
  border: none;
  background-color: rgba(237,237,237,0.8);
  border-bottom: 1px solid #dddddd;
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  height: 40px;
  padding: 5px !important;
}

.form-item input:focus {
  border-bottom: 2px solid #dddddd;
}

input::placeholder {
  color: #9b9b9b;
}

.err-form-msg{
    color: red;
    padding: 5px;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    margin: 20px;
    line-height: 24px;
}

.err-form-each{
  color: red;
  margin-left:5px;
}

.success-form-msg{
    color: green;
    font-weight: bold;
    padding: 5px;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    margin: 20px;
    line-height: 24px;
}

/*staff table*/


th,td {
    border: solid 1px #989898;          /* 枠線指定 */
    padding:5px;
}
 
.table-cblist {
    margin-top:30px;
    border-collapse:  collapse; /* セルの線を重ねる */
    width:  100%;               /* 幅指定 */
}

.table-cblist td:first-child{
    padding:10px;
}
 
.table-cblist th {
    width:  auto;              /* 幅指定 */
    font-weight:  bold;         /* 文字の太さ指定 */
}
 
.table-cblist td {
    text-align: right;
}

.fukusu-title{
    margin-top: 20px;
    margin-bottom: 50px;
    border-radius: 3px;
    background: #dadada;
    /* color: #fff; */
    padding: 5px;
    display: inline-block;
    width: auto;
}

.fukusu-area{
    border-radius: 3px;
    border: 4px solid #fff2c3;
    padding: 5px;
    background: #fffdfd;
    clear: both;
    margin-top: 40px;
    margin-bottom: 40px;
}

.fukusu-each-title{
    margin-top: 20px;
    float:left;
}

.btn-fukusu-del{
    display: inline-block;
    width: auto;
    float:right;
    background: #222;
    color:#fff;
}

.btn-fukusu-del:hover{
    opacity: 80%;
}

.msg {
  line-height: 1.7em;
}

.add{
  margin-bottom: 30px;
  display: inline-block;
}

.sold-device-alert {
  color: #F00;
  font-size: 0.9em;
}

.bt_fukusei_delete{
  text-align: right;
  font-size: 18px;

}
.bt_fukusei_delete.fas{
    cursor: pointer;
}
.bt_fukusei_delete:hover{
  opacity: 60%;
}

.login-selectbox{
    width: 100%;
    padding: 10px 2px;
    font-size: 16px;
    background: aliceblue;
    border: none;
}

.btn-mail{
  padding: 2px;
  font-size: 10px;
  margin-left: 5px;
  background: #ffbe2b;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #ffbe2b;
}

.btn-mail:hover{
  opacity: 50%;
}

input.meigi-check{
  width: 20% !important;
  margin-right: 5px;
}


p.login-shop{
  margin-bottom: 50px;
}

.login-error p{
  padding: 10px;
  color: #ff0000;
  line-height: 1.4em;
  font-weight: bold;
}

.err-msg {
  margin: 0;
  background-color: #f6f6f6;
}

.sms-resend-btn{

    display: inline-block;
    margin: 5px 10px;
    border: 1px solid #f5424b;
    padding: 5px 10px;
    border-radius: 3px;
    background: #ff7703;
    color: #fff;
    font-size: 12px;
    cursor: pointer;

}

.sms-resend-btn:hover{
  opacity: 80%;
}

.input-phone-resend{
    width: 60%;
    padding: 4px 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.table-cblist p.alert{
    margin: 0;
    font-size: 12px;
    padding: 2px;
}

.bt-area{
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

.bt-area input{
  width: 30%;
}
