@charset "UTF-8";
body {
  background: #f4fef5;
  font-size: 23px;
  color: #5f5e5c;
  font-family: 'Century Gothic', 'Segoe UI', 'Microsoft PhagsPa', 'ヒラギノ角ゴ ProN', sans-serif;
}

input {
  color: #000;
}

a:hover, button:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
}

hr {
  border-top-width: 2px;
  margin: 10px 0;
}

#header {
  padding-bottom: 35px;
  padding-top: 15px;
}
#header .row {
  position: relative;
}
#header .row.left {
  float: left;
}
#header .row.left button.close {
  display: block;
  width: 122px;
  line-height: 122px;
  background: #72ba95;
  border: solid 1px #000;
  color: #fff;
  text-align: center;
  font-size: 28px;
  float: left;
}
#header .row.left h1 {
  margin-top: 65px;
  margin-left: 24px;
  float: left;
  color: #014e86;
  font-size: 56px;
  font-weight: 800;
}
#header .row.right {
  float: right;
}
#header .row.right ul li {
  display: block;
  float: left;
  margin-left: 12px;
}
#header .row.right ul li a {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}

main > .flash {
  padding: 20px 0;
}

.message {
  position: relative;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  background-color: #fff;
  font-size: 16px;
}
.message.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.message.hidden {
  display: none;
}

@media print {
  body {
    background: #ffffff;
  }
}
/* ------------------------------------------------------------
  2022-02-28 fix
------------------------------------------------------------ */
#header .row.left button.close {
  display: none;
}

#header .row.left h1 {
  margin-top: 5px;
  margin-left: 0;
}

li.close-sec {
  position: relative;
  width: 70px;
  height: 70px;
}
li.close-sec button {
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 35px 0 35px 70px;
  border-color: transparent transparent transparent #960014;
  position: absolute;
  cursor: pointer;
  float: none;
  text-shadow: none;
  opacity: 1;
  transition: 0.3s;
}
li.close-sec button:hover {
  opacity: 0.8;
}
li.close-sec button:before {
  content: 'PPO';
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
  top: -9px;
  left: -65px;
  position: absolute;
  font-family: 'Century Gothic', 'Segoe UI', 'Microsoft PhagsPa', 'ヒラギノ角ゴ ProN', sans-serif;
  font-weight: 600;
}

div.strip {
  margin-top: 40px;
  margin-left: 80px;
}
div.strip span {
  position: relative;
  font-size: 20px;
  display: inline-block;
  padding: 5px;
  border: solid 1px #000;
  transform: rotate(-30deg);
}
div.strip span:before {
  position: absolute;
  left: -80px;
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #000;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* ------------------------------------------------------------
  login
------------------------------------------------------------ */
body.login main {
  display: block;
  text-align: center;
  width: 320px;
  margin: 40px auto;
}
body.login main h1 {
  width: 190px;
  margin: 0 auto;
}
body.login main h1 img {
  max-width: 100%;
  height: auto;
}
body.login main p.lead {
  background: #b3100f;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
}
body.login main p.error_message {
  padding: 10px;
  margin-top: 20px;
  font-size: 16px;
  border: solid 1px #b3100f;
  background: #fee;
  color: #b3100f;
}
body.login main form ul li {
  position: relative;
  margin-top: 20px;
}
body.login main form ul li label {
  display: block;
  line-height: 60px;
  position: absolute;
  width: 100px;
  text-align: right;
  left: -120px;
}
body.login main form ul li input[type=password],
body.login main form ul li input[type=text] {
  display: block;
  width: 100%;
  background: #8bbdbd;
  padding: 0 20px;
  line-height: 60px;
  text-align: left;
}
body.login main form ul li button.submit {
  display: block;
  background: #29394d;
  color: #fff;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
  margin: 0 auto;
}
body.login main form ul li button.submit:hover {
  opacity: 0.7;
}

/* ------------------------------------------------------------
  home
------------------------------------------------------------ */
body#home .wrap {
  width: 1180px;
  margin: 30px auto;
  position: relative;
}
body#home .wrap .right {
  width: 880px;
  float: right;
}
body#home .wrap .right .content-header {
  border-bottom: solid 2px #000;
  position: relative;
}
body#home .wrap .right .content-header:after {
  content: " ";
  display: block;
  clear: both;
}
body#home .wrap .right .content-header p.lead {
  font-size: 16px;
  position: absolute;
  left: 5px;
  bottom: 5px;
}
body#home .wrap .right .content-header .header-title {
  float: right;
  font-weight: bold;
  font-size: 72px;
  line-height: 1;
  color: #000;
}
body#home .wrap .right .content-btn {
  margin: 80px 0;
}
body#home .wrap .right .content-btn .btn {
  float: left;
  display: block;
  margin-right: 25px;
  font-size: 36px;
}
body#home .wrap .right .content-btn .btn a {
  display: table;
  background: #8bbdbd;
  color: #fff;
  font-weight: bold;
  width: 325px;
  height: 325px;
  border-radius: 20px;
  position: relative;
}
body#home .wrap .right .content-btn .btn a div {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
  padding: 40px;
}
body#home .wrap .right .content-btn .btn a span {
  color: #b3100f;
}
body#home .wrap .right .content-btn .btn > span {
  font-weight: bold;
  display: inline-block;
  margin-left: 20px;
}
body#home .wrap .left {
  float: left;
  position: relative;
}
body#home .wrap .left img {
  position: absolute;
  top: 205px;
  left: 0;
  width: 185px;
  height: auto;
}
body#home .wrap .section-address h2 {
  border-bottom: solid 2px #000;
  font-weight: bold;
  font-size: 32px;
}
body#home .wrap .section-address .ui-block {
  content: '';
  display: block;
  clear: both;
}
body#home .wrap .section-address .ui-block a {
  display: block;
  float: left;
  width: 220px;
  padding: 10px;
  border-radius: 10px;
  background: #707278;
  color: #fff;
  margin-right: 15px;
  margin-top: 25px;
  font-size: 24px;
}
body#home .wrap .section-address .ui-block.block-2 a {
  line-height: 60px;
  padding: 40px 10px 10px;
}
body#home .wrap .section-address .ui-block.block-3 a {
  line-height: 58px;
}
body#home .wrap .section-address .ui-block.block-3 a.btn-admin {
  font-size: 18px;
  color: #000;
  background: #fff;
  font-weight: bold;
  border: solid 1px #000;
}
