@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:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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_second {
  border-bottom: none;
  background: none;
}

.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: 14px;
  -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 .box2 {
  border-top: 1px solid #919191;
  /*border-radius: 5px;*/
  overflow: hidden;
  /*margin: 15px 0;*/
}

.wrapper .contents .box2 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;
}


/*box-inner*/
  
.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;
}

/*box-inner2*/

.wrapper .contents .box .box-inner2 {
  /*height: 25vh;*/
  padding: 15px 5px;
}

.wrapper .contents .box .box-inner2 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-inner2 span.text-icon-new:hover {
  text-decoration: none !important;
}


a {
  color: #5BA6E3;
  cursor: pointer;
}

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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
            background: #3c8dbc;

}

header .top .logo {
	margin-left:12px;
	font-family: 'Roboto Slab', serif;
}

header .top .logo a {
	color:#fff;
	font-weight:bold;
	font-size:20px;
}

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 #3856ab;
  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: 35px;
  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.time {
	text-align:right;
	padding-right:15px;
	font-weight:bold;
}
header .bottom p.message {
  font-size: 16px;
  margin: 20px 0;
}

header .bottom p.message span {
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
}

h1 span.title {
	white-space:nowrap;
}

.list_header {
	max-width:150px;
	margin-right:20px;
	padding:10px;
}


/*********************************************
	list-1
**********************************************/
.list-1 {
  padding: 10px;
  overflow-y: scroll;
}

.list-1 .data-list {
  margin: 10px 0;
  border-bottom:1px dotted #ccc;
  position:relative;
}

.list-1 .data-list:first-child {
  margin-top: 0;
}


.list-1 .data-list span{
  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;
  line-height:18px;
}
.list-1 .data-list span.tit{
  white-space:nowrap;
  font-weight: bold;
  padding-bottom: 8px;
  padding-left: 0px;
  margin:  0;
  line-height:18px;
}

.list-1 .data-list span.txt {
	white-space:nowrap;
	overflow:hidden;
	width:90%;
  display: inline-block;
}

.list-1 .data-list span.text-icon-new {
  background: #ed516f;
  color: #fff;
  padding: 3px 5px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px;
  display: inline-block;
  /*margin-top: -5px;*/
  white-space:nowrap;
  position:absolute;
  right:-5px;
}

.list-1 .data-list span.text-icon-new:hover {
  text-decoration: none !important;
}

.wrapper .contents .box .box-inner span.orange {
	background:#ffc107;
	white-space:nowrap;
}
.wrapper .contents .box .box-inner span.dark {
	background:#6c757d;
	white-space:nowrap;
}

.wrapper .contents .box .box-inner2 span.orange {
	background:#ffc107;
	white-space:nowrap;
}
.wrapper .contents .box .box-inner2 span.dark {
	background:#6c757d;
	white-space:nowrap;
}


.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;
}

.list-1 .data-list a span {
  font-weight: normal;
  white-space: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%;
  font-size: 16px;
  margin-bottom:10px;
  position:relative;
  line-height:24px;
}

h3 span {background: #ed516f;
    color: #fff;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    margin: 0 10px;
        margin-top: 0px;
    display: inline-block;
	position:absolute;
	top:7px;
	line-height:14px;
}

.table-col {
  width: 100%;
}

.table-col .th {
  width: 100%;
  padding: 5px 10px;
  font-weight: bold;
  background:#3c8dbc;
  color:#fff;
   border-radius: 3px;
  
}

.table-col .td {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

.table-col .td.text-center {
	text-align:center;
}
.table-col .td img {
	width:100%;
	max-width:800px;
	margin:0 auto;
}

.table-col .td input[type="text"], .table-col .td input[type="number"] {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  line-height:24px;
  
	box-sizing: border-box;
	width: 100%;
	transition: 0.3s;
	letter-spacing: 1px;
	border: 1px solid #ccc;
	border-radius: 5px;
	
-webkit-appearance: none;
	
-webkit-appearance: none;
}

.table-col .td textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  
	box-sizing: border-box;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	border: 1px solid #ccc;
	border-radius: 5px;
	
-webkit-appearance: none;
	
-webkit-appearance: none;
height:100px;
}


.table-col .td input:focus {
	border: 1px solid #444;
	outline: none;
}

.table-col .td input[type="radio"] {
	width:auto;
}



.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: #3c8dbc;
  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 {color: #0c5460;
    background-color: #d1ecf1;
    border:1px solid #bee5eb;
	border-radius:5px;
  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 {
 color: #155724;

background-color: #d4edda;

border:1px solid #c3e6cb;
}

.red {color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.warning {
	background-color:#FFC107;
	border: none;
	color: #333;
	text-align: left;
}

.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: #3c8dbc;
  color: #fff;
  /*border: 1px solid #3F2F97;*/
  border-radius: 5px;
  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;*/
		  box-shadow: 0px 4px 0 #307096;
		  font-weight:bold;

}

.btn:hover {
	opacity:1.0;
  background: #3c8dbc;
  text-decoration: none;
          box-shadow: none;
    transform: translate3d(0, 3px, 0);
}

.btn_back {
  -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: #999;
  color: #fff;
  /*border: 1px solid #3F2F97;*/
  border-radius: 5px;
  padding: 12px 10px;
  margin: 0 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;*/
		  box-shadow: 0px 4px 0 #888;
		  font-weight:bold;

}

.btn_back:hover {
	opacity:1.0;
  background: #999;
  text-decoration: none;
          box-shadow: none;
    transform: translate3d(0, 3px, 0);
}

.btn2 {
  -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: #c00;
  color: #fff;
  /*border: 1px solid #3F2F97;*/
  border-radius: 3px;
  padding: 1px 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;*/
		  box-shadow: 0px 2px 0 #930;

}

.btn2:hover {
	opacity:1.0;
  background: #c00;
  text-decoration: none;
          box-shadow: none;
    transform: translate3d(0, 3px, 0);
}

select {
  line-height:24px;
  padding: 5px 10px;
  border-radius: 5px;
  width:100%;
}


.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: 25vh;
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  font-size: 26px;
   background: #3c8dbc;
   color: #fff;
   font-weight:bold;
  /*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;
		  
	font-family: 'Roboto Slab', serif;
	font-size:42px;
	letter-spacing:0.02em;

}

.login .window .login-header:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #3c8dbc;
}

.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: 300px;
}


.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: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.login .window .btn {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}

.form-login{
  width: 100%;
  margin:0 auto;
}

.input-login{
  width: 100%;
  margin-bottom: 5px;
}

.btn-login {

  background: #3c8dbc;
  color: #fff;
  /*border: 1px solid #3F2F97;*/
  border-radius: 5px;
  padding: 18px 10px;
  cursor: pointer;
  line-height: 1em;
  font-size: 14px;
  text-align: center;
    width: 100%;
    box-shadow: 0px 4px 0 #307096;


}

.btn-login:hover {
	opacity:1.0;
  background: #3c8dbc;
  text-decoration: none;
          box-shadow: none;
    transform: translate3d(0, 3px, 0);

}
.login-box{
  width: 300px;
  background: rgba(255,255,255,0.9);
  text-align: center;
  margin-top: 20px;
  padding: 20px 30px 40px;
  border-radius:5px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  box-sizing:border-box;
  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 0px 0;
  border: 1px solid #999;
  border-radius: 3px;
  margin: 10px 5px;
  font-size: 12px;
}

.table-phone .tr {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #999;
  padding: 5px 3px;
  margin: 0 5px;
}

.table-phone .tr .th, .table-phone .tr .td {
  width: 120px;
}
.table-phone .tr .th, .table-phone .tr .td {
  border-left: 1px solid #ccc;
  text-align: center;
}
.table-phone .tr .th:first-child, .table-phone .tr .td:first-child {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
  border-left: none;
  width: 250px;
}

.table-phone .tr {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
}

.table-phone .tr:first-child .th {
  background: #f0f0f0;
  color: #666;
  padding: 8px 5px;
  font-weight: bold;
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
.table-phone .tr .td {
	padding: 5px 5px;
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
}

.table-phone .tr:last-child {
  border-bottom: none;
}

.table-phone .bdb {
  border-bottom: 2px solid #aaaaaa;
}
.table-phone .tr .th.col_red {
	color: #c30;
}
.table-phone .tr .th.col_blue {
	color: #03F;
}


.table-cal-sp {
  padding: 0 0 0px 0;
  border: 1px solid #999;
  border-radius: 3px;
  margin: 10px 5px;
  font-size: 12px;
}

.table-cal-sp .tr {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #999;
  padding: 5px 3px;
  margin: 0 5px;
}

.table-cal-sp .tr .th, .table-cal-sp .tr .td {
  width: 100%;
}
.table-cal-sp .tr .th, .table-cal-sp .tr .td {
  border-left: 1px solid #ccc;
  text-align: center;
}
.table-cal-sp .tr {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
}

.table-cal-sp .tr:first-child {
	border-bottom: none;
	padding: 8px 5px 2px;
	background: #f0f0f0;
}
.table-cal-sp .tr:first-child .th {
//font-size:14px;
	font-weight: bold;
}

.table-cal-sp .tr .th {
  background: #f0f0f0;
  color: #666;
  padding: 0px 5px 5px;
//font-weight: bold;
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
	border:none;
}
.table-cal-sp .tr .td {
	padding: 2px;
	display: flex; /* 子要素をflexboxで揃える */
//flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
//justify-content: left; /* 子要素をflexboxにより中央に配置する */
//align-items: left;  /* 子要素をflexboxにより中央に配置する */
}
.table-cal-sp .tr .td .cal-cell {
	text-align:left;
	font-size: 10px;
}
.table-cal-sp .tr .td span.num {
	font-size:12px;
	text-aling:left;
}
.table-cal-sp .tr .td span.num.today {
	background: #f0f0f0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0px 2px;
	font-weight: bold;
}
.table-cal-sp .tr .td .sch {
	display: block;
	line-height:12px;
	padding: 3px 2px 2px;
	margin: 3px 0;
	border-radius: 5%;
	-moz-border-radius: 5%;
	-webkit-border-radius: 5%;
}
.table-cal-sp .tr .td .sch.sts_fin {
	background: #6c757d;
	color: #fff;
}
.table-cal-sp .tr .td .sch.sts_none {
	background: #ed516f;
	color: #fff;
}
.table-cal-sp .tr .td .sch.sts_future {
	background: #5BA6E3;
	color: #fff;
}
.table-cal-sp .tr .td .sch.sts_back {
	background: #ffc107;
	color: #fff;
}

.table-cal-sp .tr:last-child {
  border-bottom: none;
}

.table-cal-sp .bdb {
  border-bottom: 2px solid #aaaaaa;
}
.table-cal-sp .tr .col_red {
	color: #c30;
}
.table-cal-sp .tr .col_blue {
	color: #03F;
}

.table-cal-sp span.text-icon-new {
  background: #ed516f;
  color: #fff;
  padding: 2px 3px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px;
  margin: 0px 0px;
  display: inline-block;
}

.table-cal-sp span.text-icon-new:hover {
  text-decoration: none !important;
}

.table-cal-sp span.orange {
	background:#ffc107;
	white-space:nowrap;
}
.table-cal-sp span.dark {
	background:#6c757d;
	white-space:nowrap;
}


.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: 120px;
  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;
  
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	border: 1px solid #3856AB;
	border-radius: 5px;
	
-webkit-appearance: none;
	
-webkit-appearance: none;
}
.edit-table .tr .td input:focus, .edit-table .tr .td textarea:focus {
	border: 1px solid #444;
	outline: none;
}


.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;
  }
  br.xs {
		display:none;
	}
}
@media screen and (max-width: 770px) {
	.btn_area {
		display:block !important;
		text-align:center;
	}
	.btn_area div {
		display:inline-block !important;
	}
	.btn_area a {
		font-size: 12px !important;
	}
	.list-1 .data-list span.txt {
		width:85%;
	}
}
@media screen and (max-width: 425px) {
	.list-1 .data-list span.txt {
		width:80%;
	}
	.list_header {
		max-width:100px;
		margin-right:10px;
		padding:10px 5px;
		font-size:12px;
	}
}

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;
}



/* Form Layout */
.form-wrapper {
  width: 100%;
  margin: 0 auto 20px;
}




.form-item {
  margin-bottom: 0.75em;
  width: 100%;
}

.form-item input {
	width:100%;
  /*background-color: rgba(237,237,237,0.8);
  border-bottom: 1px solid #dddddd;*/
  border:1px solid #999;
  font-size:14px;
  height: 40px;
  padding:0 10px;
  border-radius:5px;
  background:none;
}

.form-item input:focus {
	border: 1px solid #ccc;
	outline: none;
}

input::placeholder {
  color: #666;
}
.td_time {
	width:100%;
	max-width:390px;
}

/*フォーム*/
.cp_ipselect {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	max-width:90px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl03 {
	position: relative;
	border-radius: 5px;
	border: 1px solid #3856AB;
	background: #ffffff;
}
.cp_ipselect.cp_sl03::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #3856AB;
	pointer-events: none;
}
.cp_ipselect.cp_sl03 select {
	padding: 8px 38px 8px 8px;
	color: #3856AB;
}

/*追記*/
.table {
  border: 1px solid #ccc;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
  border-left:none;
  width:100%;
  font-size:0.9em;
}
.table thead th,
.table thead td,
.table tbody th,
.table tbody td {
  padding: .9em .5em;
  border-bottom: 1px solid #ccc;
  vertical-align:middle;
  line-height:1.2rem;
}
.table thead th {
  background: #3c8dbc;
  color:#fff;
  padding: 10px .5em;
  white-space:nowrap;
}
.table tbody th {
  background-color: #eee;
}
.table tbody th.vertical {
  background: #3c8dbc;
  color:#fff;
  font-weight:bold;
  padding: 10px 20px;
  font-size: 1.2rem;
  width:60%;
}
.table tbody th.vertical-middle {
  background: #3c8dbc;
  color:#fff;
  font-weight:bold;
  padding: 10px 10px;
  font-size: 1.2rem;}
  width:60%;
  vertical-align:middle;
}
.table td.text-right {
	text-align:right;
}
.table td.text-right b {
	font-size:2.2rem;
	font-weight:normal;
	padding-right:5px;
}
.table thead th,
.table tbody th,
.table tbody td,
.table02 thead th {
  border-left: 1px solid #ccc;
}
.table .th ,
.table .td {
  border-left: 1px solid #ccc;
}
.table tbody tr:last-child th,
.table tbody tr:last-child td {
  border-bottom: none;
}

.table thead th.text-center,
.table thead td.text-center,
.table tbody th.text-center,
.table tbody td.text-center {
	text-align:center;
}

.btn_area {
  padding: 20px 5px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  justify-content: center;
  align-items: center;
}

.btn_area div{
	margin:0 5px 10px;
	white-space:nowrap;
}
.btn_area div a.btn{
	display:inline-block;	
	width:80px;
}
.btn_area div a.btn:hover {
	opacity:1.0;
  background: #3c8dbc;
  text-decoration: none;
          box-shadow: none;
    transform: translate3d(0, 3px, 0);
	
}

/*ラジオボタン*/

.btn-group, .btn-group-vertical {

    position: relative;
    display: inline-block;
    vertical-align: middle;

}
.btn-group .btn-default {

	width:65px;
    font-size: 1.2rem;
    cursor: pointer;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	padding-top:0;
	padding-bottom:0;
	line-height:24px;
	border: 1px solid #aaa;
	color: #999;

}

.btn-group > .btn, .btn-group-vertical > .btn {

    position: relative;
    float: left;

}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {

    border-bottom-right-radius: 0;
    border-top-right-radius: 0;

}
.btn-group .btn-default.active {

    color: white;
    background-color: #f39c12;
    border-color: #e08e0b;
    background-image: linear-gradient(to bottom, #f39c12, #f39c12);
    text-shadow: none;
    font-weight: normal;

}

.input_err {
	color:#f00;
	padding-left:5px;
	padding-top:5px;
}


.biko {
	margin: 0px 0;
	padding: 0px 0px; 
	line-height: 20px;
	font-size:13px;
  background: #fff;
  //border-top: 1px solid #ccc;
  //border-radius: 3px;
}

.label{
		display:inline;
		padding:.2em .6em .3em;
		font-size:90%;
		font-weight:700;
		line-height:1;
		color:#fff;text-align:center;
		white-space:nowrap;
		vertical-align:baseline;border-radius:.25em
}

.label-default {
  background-color: #e0e0e0;
  color: #444;
  padding: 0px 3px !important;
}

button.next,
button.next-right-end
 {
		background: #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
		outline: none;
		border: none;
		padding: 3px 10px;
		border-radius: 3px;
		border: 1px solid #ccc;
}

button.this-page {
		background: #eee;
		-webkit-box-shadow: none;
		box-shadow: none;
		outline: none;
		border: none;
		padding: 3px 10px;
		border-radius: 3px;
		border: 1px solid #ccc;
		
}

.this-page-middle {
	margin-right: 5px;
}


.table-phone span.text-icon-new {
  background: #ed516f;
  color: #fff;
  padding: 2px 3px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px;
  margin: 0px 0px;
  display: inline-block;
}

.table-phone span.text-icon-new:hover {
  text-decoration: none !important;
}

.table-phone span.orange {
	background:#ffc107;
	white-space:nowrap;
}
.table-phone span.dark {
	background:#6c757d;
	white-space:nowrap;
}


.table_list {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-list input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  padding: 2px 10px;
  line-height:24px;
  
	box-sizing: border-box;
	width: 100%;
	transition: 0.3s;
	letter-spacing: 1px;
	border: 1px solid #ccc;
	border-radius: 5px;
	
-webkit-appearance: none;
	
-webkit-appearance: none;
}

.table-list td.wbox {
	width: 60px;
}


.sticky_table {
	overflow: initial;
}

.sticky_table thead th {
	/* 縦スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	/* tbody内のセルより手前に表示する */
	z-index: 1;
}
.sticky_table thead tr th {
	padding:0;
	border-left:none;
}
.sticky_table thead tr th .val {
	padding: 5px 10px;
	margin: 0px;
	border-left:1px solid #ccc;
}

.sticky_table tbody td.sticky {
	/* 縦スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	left: 0px;
	/* tbody内のセルより手前に表示する */
	z-index: 0;
	
	background:transparent;
}
.sticky_table tbody td.sticky .val {
	background:#fff;
}
.sticky_table tbody tr td.hd {
	//background:#fff !important;
}

.answer_block {
	text-align:left;
	line-height:140%;
	margin:10px 0;
	padding:5px 5px;
	border:1px solid #ccc;
	border-radius: 3px;
}


.btn-danger {
  background-color: #A52911;
  border-color: #871d09;
  box-shadow: 0px 4px 0 #871d09;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.hover {
  background-color: #901e08
}


