@charset "UTF-8";
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

main {
  display: block; }

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace,monospace;
  font-size: inherit; }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

svg, img, embed, object, iframe {
  vertical-align: bottom; }

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; }

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: none; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: none; }

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer; }

button:disabled, [type="button"]:disabled,
[type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default; }

:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

option {
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

[contenteditable]:focus {
  outline: auto; }

table {
  border-color: inherit; }

caption {
  text-align: left; }

td, th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: 700; }

/* 共通CSS */
html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: 'Kosugi', sans-serif;
  line-height: 1.6rem; }

* {
  word-wrap: break-word; }

.mg20_auto {
  margin: 20px auto; }

.mg5 {
  margin: 5px; }

.mg10 {
  margin: 10px; }

.mg15 {
  margin: 15px; }

.mg20 {
  margin: 20px; }

.mgl-5 {
  margin-left: 5px; }

.mgl-10 {
  margin-left: 10px; }

.mgl-15 {
  margin-left: 15px; }

.mgl-20 {
  margin-left: 20px; }

.mgr-5 {
  margin-right: 5px; }

.mgr-10 {
  margin-right: 10px; }

.mgr-15 {
  margin-right: 15px; }

.mgr-20 {
  margin-right: 20px; }

.mgb-5 {
  margin-bottom: 5px; }

.mgb-10 {
  margin-bottom: 10px; }

.mgb-15 {
  margin-bottom: 15px; }

.mgb-20 {
  margin-bottom: 20px; }

.mgt-5 {
  margin-top: 5px; }

.mgt-10 {
  margin-top: 10px; }

.mgt-15 {
  margin-top: 15px; }

.mgt-20 {
  margin-top: 20px; }

.pd5 {
  padding: 5px; }

.pd10 {
  padding: 10px; }

.pd15 {
  padding: 15px; }

.pd20 {
  padding: 20px; }

.pdl-5 {
  padding-left: 5px; }

.pdl-10 {
  padding-left: 10px; }

.pdl-15 {
  padding-left: 15px; }

.pdl-20 {
  padding-left: 20px; }

.pdr-5 {
  padding-right: 5px; }

.pdr-10 {
  padding-right: 10px; }

.pdr-15 {
  padding-right: 15px; }

.pdr-20 {
  padding-right: 20px; }

.pdb-5 {
  padding-bottom: 5px; }

.pdb-10 {
  padding-bottom: 10px; }

.pdb-15 {
  padding-bottom: 15px; }

.pdb-20 {
  padding-bottom: 20px; }

.pdt-5 {
  padding-top: 5px; }

.pdt-10 {
  padding-top: 10px; }

.pdt-15 {
  padding-top: 15px; }

.pdt-20 {
  padding-top: 20px; }

.w5 {
  width: 5%; }

.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

.w3rem {
  width: 3rem; }

.w5rem {
  width: 5rem; }

.w6rem {
  width: 6rem; }

.w10rem {
  width: 10rem; }

.w11rem {
  width: 11rem; }

.w15rem {
  width: 15rem; }

.w20rem {
  width: 20rem; }

.w25rem {
  width: 25rem; }

.w30rem {
  width: 30rem; }

.w35rem {
  width: 35rem; }

.w40rem {
  width: 40rem; }

.w45rem {
  width: 45rem; }

.w50rem {
  width: 50rem; }

.w2calc {
  width: calc(100% / 2); }

.w3calc {
  width: calc(100% / 3); }

.w4calc {
  width: calc(100% / 4); }

.w5calc {
  width: calc(100% / 5); }

.w6calc {
  width: calc(100% / 6); }

.w7calc {
  width: calc(100% / 7); }

.w8calc {
  width: calc(100% / 8); }

.w9calc {
  width: calc(100% / 9); }

.w10calc {
  width: calc(100% / 10); }

.f-size9 {
  font-size: .9rem; }

.f-size10 {
  font-size: 1rem; }

.f-size11 {
  font-size: 1.1rem; }

.f-size12 {
  font-size: 1.2rem; }

.f-size13 {
  font-size: 1.3rem; }

.f-size14 {
  font-size: 1.4rem; }

.f-size15 {
  font-size: 1.5rem; }

.f-size16 {
  font-size: 1.6rem; }

.f-size17 {
  font-size: 1.7rem; }

.f-size18 {
  font-size: 1.8rem; }

.f-size19 {
  font-size: 1.9rem; }

.f-size20 {
  font-size: 2rem; }

.f-size21 {
  font-size: 2.1rem; }

.f-size22 {
  font-size: 2.2rem; }

.f-size23 {
  font-size: 2.3rem; }

.f-size24 {
  font-size: 2.4rem; }

.f-size25 {
  font-size: 2.5rem; }

.line-h12 {
  line-height: 1.2; }

.line-h13 {
  line-height: 1.3; }

.line-h14 {
  line-height: 1.4; }

.line-h15 {
  line-height: 1.5; }

.line-h16 {
  line-height: 1.6; }

.line-h17 {
  line-height: 1.7; }

.line-h18 {
  line-height: 1.8; }

.line-h19 {
  line-height: 1.9; }

.line-h20 {
  line-height: 2; }

.disp-inblock {
  display: inline-block; }

.disp-inline {
  display: inline; }

.disp-flexW {
  display: flex;
  flex-wrap: wrap; }

.bd_b {
  border-bottom: solid 1px #dadada; }

.bd_t {
  border-top: solid 1px #dadada; }

.bd_l {
  border-left: solid 1px #dadada; }

.bd_r {
  border-right: solid 1px #dadada; }

/*　テキスト　*/
.txt-c {
  text-align: center; }

.txt-l {
  text-align: left; }

.txt-r {
  text-align: right; }

.alert-link {
  text-decoration: underline; }

.alert-link:hover {
  text-decoration: none; }

.col-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.col-primary .alert-link {
  color: #002752; }

.col-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.col-success .alert-link {
  color: #0b2e13; }

.col-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.col-info .alert-link {
  color: #062c33; }

.col-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.col-danger .alert-link {
  color: #491217; }

.col-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.col-warning .alert-link {
  color: #533f03; }

.col-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.col-light .alert-link {
  color: #686868; }

.col-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.col-secondary .alert-link {
  color: #202326; }

.notice {
  color: #F4353D;
  padding: 5px 5px;
  display: inline-block; }

.colRed {
  color: #F4353D;
  padding: 5px 5px; }

strong {
  font-size: 1.4rem; }

/*****************************
アラート
*****************************/
.alert {
  padding: 1.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .alert p {
    line-height: 1.2; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info .alert-link {
    color: #062c33; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

/* 状況 */
.status {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
  background-color: #AAB2BD; }

.status-hidden {
  background: #AAB2BD;
  color: #000000; }

.status-public {
  background: #3BAFDA;
  color: #fff; }

.status-wait {
  background: #D770AD;
  color: #fff; }

/* ボタン */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #AAB2BD;
  border-radius: 4px;
  background-color: #AAB2BD; }

.btn.active, .btn:active, .btn:focus, .btn:hover {
  color: #FFF;
  border-color: #CCD1D9;
  background-color: #CCD1D9;
  outline: 0 !important; }

.btn-default, .btn-default.disabled, .btn-default[disabled] {
  background-color: #FFF; }

.btn-default {
  color: #434A54;
  border-color: #AAB2BD !important; }

.btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
  border-color: #4FC1E9;
  background-color: #4FC1E9; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }

.btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
  border-color: #ED5565;
  background-color: #ED5565; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
  border-color: #A0D468;
  background-color: #A0D468; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
  border-color: #F5D76E;
  background-color: #F5D76E; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
  border-color: #48CFAD;
  background-color: #48CFAD; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

/* FORM ITEM */
/******************************
 フォーム系
 *****************************/
.form {
  margin: 10px 0 20px; }

.block {
  border-top: 1px solid #c1c1c1;
  padding: 1.75em 0; }

.block:first-child {
  border-top: none; }

.form-box {
  padding-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dadada; }

.form-box label {
  margin-bottom: 0.7em;
  font-weight: bold;
  display: block; }

.form-box label.required::before {
  content: "必須";
  display: inline-block;
  line-height: 1;
  padding: 0.4em;
  letter-spacing: 0;
  color: #ff3746;
  border: 1px solid;
  margin-right: 0.6rem;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 0.2rem; }

.form-box label.any::before {
  content: "任意";
  display: inline-block;
  line-height: 1;
  padding: 0.4em;
  letter-spacing: 0;
  color: #AAB2BD;
  border: 1px solid;
  margin-right: 0.6rem;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 0.2rem; }

.form-control {
  display: block;
  box-sizing: border-box;
  border: 1px solid #c1c1c1;
  border-radius: 0.25em;
  width: 100%;
  line-height: 1.2;
  background: white;
  padding: 0.5em; }

select::-ms-expand {
  display: none; }

.selectBox {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff; }

.selectBox::before {
  position: absolute;
  top: 1.28em;
  right: 0.4em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none; }

.selectBox select {
  padding: 10px 38px 10px 8px;
  color: #666666;
  width: 100%; }

.inline-radio {
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #b6b6b6; }

.inline-radio div {
  position: relative;
  flex: 1; }

.inline-radio input {
  width: 100%;
  height: 40px;
  opacity: 0; }

.inline-radio label {
  position: absolute;
  top: 0;
  left: 0;
  /*color: #b6b6b6;*/
  color: #333;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-right: 1px solid #b6b6b6;
  font-size: 1.4rem; }

.inline-radio div:last-child label {
  border-right: 0; }

.inline-radio input:checked + label {
  background: #0275d8;
  font-weight: 500;
  color: #fff; }

input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: #333; }

.error-message {
  display: none;
  padding: 5px 0;
  color: #F4353D; }

.has_error .form-control, .has_error select, .has_error input, .has_error textarea {
  background-color: #ffd9e1;
  border: solid 1px #FF0000;
  outline: 1px solid #ff0000; }

.has_error .inline-radio {
  border: solid 1px #FF0000;
  outline: 1px solid #ff0000; }

.has_error .error-message {
  display: block;
  color: #F4353D; }

.datetimeBox {
  display: flex;
  flex-wrap: wrap; }
  .datetimeBox .date {
    width: 20rem;
    margin-right: 10px; }
  .datetimeBox .time {
    width: 20rem; }
  .datetimeBox .separation {
    line-height: 5rem;
    padding-left: 5px;
    padding-right: 5px; }

.attachment label {
  /* ボタン部分の見た目（任意） */
  display: inline-block;
  position: relative;
  background: #666;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 5px;
  border-radius: 4px;
  font-weight: normal;
  transition: all 0.3s; }

.attachment label:hover {
  background: #888;
  transition: all 0.4s; }

.attachment label input {
  /* 今回のポイント */
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%; }

.attachment .filename {
  font-weight: normal;
  margin: 0 0 10px 0;
  display: inherit;
  padding: 5px;
  font-size: 1.4rem; }

/* テーブル */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 2px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd; }

.table > thead > tr > th:first-child {
  border-left: none; }

.table > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd; }

.table > tbody > tr > td:first-child {
  border-left: none; }

.table > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9; }

/* ページネーション */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }
  .pagination > li a {
    color: #FFF;
    background-color: #8CC152;
    border-color: #8CC152; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #E6E9ED;
  background-color: #FFF;
  border-color: #CCD1D9; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #FFF;
  background-color: #CCD1D9;
  border-color: #CCD1D9; }

/* プログレスバー */
.progressbar {
  display: flex;
  flex-wrap: wrap; }

.progressbar .item {
  position: relative;
  width: 33%;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
  background: #E6E9ED;
  color: #999999; }

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: '';
  border: 34px solid transparent;
  border-left: 20px solid #E6E9ED;
  margin: auto; }

.progressbar .item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #FFF; }

@media screen and (max-width: 767px) {
  .progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0; }

  .progressbar .item:not(:last-child)::before,
  .progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px; } }
/* active */
.progressbar .item.active {
  z-index: 1;
  background: #0070BD;
  color: #FFF; }

.progressbar .item.active:not(:last-child)::after {
  border-left-color: #0070bd; }

.progressbar .item.active:not(:last-child)::before {
  border-left: none; }

html, body {
  width: 100%; }

body {
  background-color: #f1f2f6; }

header {
  padding: 0.5em 0.7em;
  color: #fff;
  box-shadow: 0 0 8px 0 #777;
  -webkit-box-shadow: 0 0 8px 0 #777;
  -moz-box-shadow: 0 0 8px 0 #777;
  background-image: linear-gradient(#004fc0, #0031a2);
  background-image: -o-linear-gradient(#004fc0, #0031a2);
  background-image: -moz-linear-gradient(#004fc0, #0031a2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004fc0), to(#0031a2));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#004fc0, endColorstr=#0031a2);
  zoom: 1; }

main {
  max-width: calc(640px - 10px);
  min-width: calc(320px - 10px);
  width: 100%;
  margin: 20px  auto;
  padding: 0 5px; }
  main h1 {
    position: relative;
    padding: 0.5rem 0 !important;
    margin-bottom: 40px !important;
    font-size: 26px;
    font-weight: bold;
    color: #353535; }
  main h1:before {
    position: absolute;
    content: '';
    bottom: -20px;
    /*left: 0;*/
    width: 100%;
    height: 15px;
    background: linear-gradient(45deg, #EA5433 25%, transparent 25%, transparent 75%, #EA5433 75%), linear-gradient(45deg, #EA5433 25%, transparent 25%, transparent 75%, #EA5433 75%);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
    background-color: #dedede; }

footer {
  padding: 10px 0;
  background-color: #434A54;
  text-align: center;
  color: #fff; }

/*# sourceMappingURL=style.css.map */
