@charset "utf-8";

/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");

.skipbtn img.sp-none {
  width: 100vw;
}
.opv-wrap {
  display: none;
  z-index: 9999;
  position: relative;
}

video.opv {
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  vertical-align: bottom;
  z-index: 9999;
}
.opv-wrap img {
  z-index: 99999;
  display: block;
  position: absolute;
  top: 78vh;
  right: 7%;
  cursor: pointer;
}
.opv-wrap img:hover {
  opacity: 0.8;
}
.none {
  display: none !important;
}

.op-wrap video {
  width: 100%;

  vertical-align: bottom;
  object-fit: cover;
}

@media screen and (min-width: 900px) {
  .main-in {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .opv-wrap {
    display: none !important;
  }
}
.site-body .container,
.site-body .container-fluid,
.site-body .container-lg,
.site-body .container-md,
.site-body .container-sm,
.site-body .container-xl {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

li a,
p a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}

body h2 {
  margin-bottom: 1em;
  margin-top: 2em;
}

p {
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-size: 16px;
}
.al-c {
  text-align: center;
}
.al-l {
  text-align: left !important;
}
.row-inner {
  align-items: center;
}
.inner-wrap {
  max-width: 1080px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
.inner-wrap.news {
  margin: 0 auto 150px;
}
.inner-business {
  max-width: 1080px;
  margin: 100px auto;
  padding: 0 20px;
}
.inner-map {
  max-width: 800px;
  margin: 0 auto 100px;
  padding: 0 20px;
}

.inner-job {
  max-width: 450px;
  margin: 60px auto;
  padding: 0 20px;
}
.business-back .inner-wrap,
.recruit.inner-wrap {
  margin: 100px auto 100px;
}

#footer .inner-wrap {
  margin: 100px auto 80px;
}

.row-eq-height {
  display: flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
a img,
a {
  transition: 0.4s;
}
a img:hover,
a:hover {
  opacity: 0.9;
}
li a,
p a {
  text-decoration-style: solid 1px #319ddb;
  color: #319ddb;
}

.head-border {
  display: flex;
  align-items: center;
  font-size: 2.8em;
}
.head-border:before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #f15a24;
}
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #0a2957;
}

.head-border:before {
  margin-right: 1rem;
}
.head-border:after {
  margin-left: 1rem;
}
.right-hed .head-border:before {
  display: none;
}
.right-hed .head-border:after {
  background-color: #f15a24;
}
.job-page .right-hed .head-border:after {
  background-color: #0a2957;
}
.left-hed .head-border:after {
  display: none;
}

.news {
  position: relative;
}
.gray-back {
  background: #d6d4d4;
  padding: 30px 20px;
}
.gray-back span.category {
  display: inline-block;
  width: 100px;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  border-radius: 5px;
  font-size: 0.8em;
  background: #0a2957;
  min-width: 100px;
  max-width: 100px;
}

.blue-box-left {
  position: absolute;
  top: -20%;
  z-index: -1;
  width: 100%;
  margin-left: calc(45% - 50vw);
  background: #0a2957;
  height: 190px;
}
.recruit {
  position: relative;
}
.blue-box-right {
  position: absolute;
  top: 20%;
  z-index: -1;
  width: 100%;
  right: 0.8%;
  margin-right: calc(50% - 50vw);
  background: #0a2957;
  height: 190px;
  margin-left: 0%;
}
.business-back {
  background-image: url(../images/business-back.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
}
footer .pr {
  color: #e2670c;
}

input[type="email"],
input[type="text"],
textarea {
  width: 100%;
  border-radius: 6px;
  border: solid 1px;
  padding: 7px;
  font-size: 1.1em;
}
select {
  border-radius: 6px;
  border: solid 1px;
  padding: 10px 15px;
  font-size: 1.1em;
}

textarea {
  height: 300px;
}

.contact-form p {
  margin-top: 40px;
  margin-bottom: 10px;
}
.contact-form .form p {
  font-size: 1.05em;
  font-weight: 600;
}
.contact-form .form p.mini {
  font-size: 1em;
  font-weight: 500;
  margin-top: 5px;
}
.contact-form label {
  display: inline;
}

.contact-form .form span {
  margin-right: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
input[type="reset"],
input[type="submit"] {
  width: 55%;
  padding: 10px;
  border-radius: 8px;
  border: solid 1px;
  background: #a8a8a8;
  transition: 0.4s;
}
input[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: 0.8;
}
p.blue {
  color: #0a2957;
  font-size: 1.2em;
  font-weight: 600;
}
#main h3 {
  font-size: 1.6rem;
  font-weight: 600;
}
#main h3.orange {
  padding-top: 10px;
  font-size: 1.4rem;
  color: #ed7448;
}
table tr {
  vertical-align: top;
}
table th {
  width: 27%;
}
table th,
table td {
  padding: 12px 0;
}

table.job {
  width: 100%;
  margin-top: 120px;
  border-top: solid 1px #191919;
}
table.job tr {
  border-bottom: solid 1px #191919;
}
table.job th {
  width: 22%;
}

table.job th,
table.job td {
  padding: 20px 5px;
}

#read-box01,
#read-box02,
#read-box03,
.reed-box {
  margin: auto;
  position: relative;
}
.reed-box input,
#read-box01 input,
#read-box02 input,
#read-box03 input {
  display: none;
}
.reed-box .white-gradient,
#read-box01 .white-gradient,
#read-box02 .white-gradient,
#read-box03 .white-gradient {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #ffffff 16%, transparent 100%);
}
.reed-box .all-read span,
#read-box01 .all-read span,
#read-box02 .all-read span,
#read-box03 .all-read span {
  position: absolute;
  width: 180px;
  height: 50px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0a2957;
  line-height: 50px;
  text-align: center;
}
.reed-box .main-content,
#read-box01 .main-content,
#read-box02 .main-content,
#read-box03 .main-content {
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.reed-box input:checked ~ div.white-gradient,
#read-box01 input:checked ~ div.white-gradient,
#read-box02 input:checked ~ div.white-gradient,
#read-box03 input:checked ~ div.white-gradient {
  background: none;
}
.reed-box input:checked ~ div.all-read,
#read-box01 input:checked ~ div.all-read,
#read-box02 input:checked ~ div.all-read,
#read-box03 input:checked ~ div.all-read {
  display: none;
}
.reed-box input:checked ~ div.main-content,
#read-box01 input:checked ~ div.main-content,
#read-box02 input:checked ~ div.main-content,
#read-box03 input:checked ~ div.main-content {
  height: auto;
}
.all-read {
  cursor: pointer;
}
.all-read label {
  cursor: pointer;
}

.all-read:hover {
  opacity: 0.9;
}

.blue-back {
  background: #0a2957;
  height: 500px;
}
.blue-wrap,
.business-wrap {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 20px;
}

.blue-wrap img {
  margin-top: -400px;
}
#main.recruit-page h3 {
  font-size: 2rem;
  font-weight: 600;
  margin: 1.8em 0 1.3em;
}
#main.recruit-page p {
  line-height: 2.1;
  margin-bottom: 1.3rem;
}
#main.recruit-page h4 {
  color: #0a2957;
  font-weight: 600;
}
span.job {
  display: inline-block;
  font-weight: 600;
  margin-right: 20px;
}
.day-page .row {
  padding-top: 10px;
}
#main.day-page h3 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
}
.orange-back {
  height: 80px;
  background: #f15a24;
}
.blue-bar {
  height: 80px;
  background: #0a2957;
}
ul.sitemap {
  list-style: none;
  padding: 0;
  line-height: 0.8;
}
ul.sitemap li {
  margin-top: 20px;
  padding: 15px 0px;
  border-bottom: 1px dashed #ff6100;
  margin-bottom: 25px;
}
ul.sitemap li a {
  font-size: 1.1em;
  color: #191919;
}
ul.sitemap li a {
  font-size: 1.2em;
  color: #191919;
}
ul.map-sub {
  padding: 0 0 5px 20px;
  line-height: 0.7;
  list-style: disc;
}
ul.map-sub li {
  margin: 5px 0;
  padding: 0;
  border-bottom: none;
}
ul.map-sub li a {
  font-size: 1em;
  color: #191919;
}
.row-blue {
  background: #0a2957;
}
.row-blue h3,
.row-blue ul li {
  color: #fff;
}
.row-blue h3 {
  margin: 1.2em 0 0.5em;
}
.row-blue ul {
  padding-left: 30px;
}
.row-blue ul li {
  line-height: 2.1;
}
.row-blue .inner-wrap {
  margin: 50px auto;
  max-width: 700px;
}
.business-3 {
  background: url(../images/business-3.jpg);
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
}
.business-4 {
  background: url(../images/business-4.jpg);
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
}
.inner-business h3 {
  margin-top: 40px;
  margin-bottom: 12px;
}
.inner-business p span {
  display: inline-block;
  margin-right: 50px;
}
.business-blue {
  background: #0a2957;
  height: 700px !important;
  margin-bottom: 150px;
}
.blue-business {
  margin-bottom: -680px !important;
}
.blue-business h3,
.blue-business p {
  color: #fff;
}

.blue-business h3 {
  font-size: 1.5rem;
  margin: 1.5em 0 0.5em;
}
.blue-business .inner-wrap {
  margin-top: -100px;
}
.row.day a {
  color: #191919 !important;
  border-bottom: solid 5px #ed7448;
  font-weight: 600;
  font-size: 1.5em;
}
body h2.day {
  margin: 0;
  padding-top: 110px !important;
  border-bottom: solid 2px #ed7448;
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 1.2em;
}
#work-1,
#work-2,
#work-3 {
  margin-top: -60px !important;
}

/*メディアクエリ
=========================*/

@media screen and (min-width: 600px) {
  .sp-hed {
    display: none;
  }
  .day-page .row {
    padding-top: 50px;
  }
}
@media screen and (min-width: 900px) {
  .pad-top {
    padding-top: 94px;
  }

  section#main {
    padding-top: 94px;
  }
  .pad section#main {
    padding-top: 0;
  }
  header.page {
    position: fixed;
    z-index: 99999;
    top: 0;
  }
  header.top {
    top: -30px;
    transition: all 0.3s ease 0s;
  }
  header.top.is-fixed {
    position: sticky;
    z-index: 99999;
    top: 0;
    display: block;
  }

  h1#logo-pc,
  div#logo-pc {
    margin: 0;
    line-height: 0;
  }

  h1#logo-pc img,
  div#logo-pc img {
    width: 55px;
    margin-top: -12px;
  }

  .site-header {
    display: flex !important;
    flex-direction: row;
    border-bottom: solid 2px #ed7448;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
  }
  nav {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin: 35px auto 27px !important;
  }
  nav ul {
    margin: unset;
    position: relative;
    padding: 0;
    display: flex;
    list-style: none;
  }
  nav ul > li {
    float: left;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    margin: 0;
    list-style: none;
    line-height: 1.4;
    font-size: 13px;
  }
  nav ul > li > a {
    color: #191919;
    transition: 0.4s;
    padding: 2px 2em;
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-left: solid 1px #2c2c2c;
    font-weight: 600;
  }
  nav ul > li.top > a {
    margin-left: 5px;
    border-left: none;
  }
  nav ul > li.contact > a {
    background: #0a2957;
    border-radius: 6px;
    padding: 5px 2em;
    border-left: none;
    color: #fff;
    margin-left: 5px;
  }
  .pc-none {
    display: none;
  }

  .pc-al {
    text-align: center;
  }
  #footer .footer {
    text-align: center;
  }
  #footer .footer img {
    width: 80%;
    margin: 0 auto;
  }
  .row-conpany {
    padding-top: 30px;
  }
  .blue-business h3,
  .blue-business p {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .right-hed {
    max-width: 1600px;
    margin: 0 0 0 auto;
    padding-left: 5em;
  }
  .left-hed {
    max-width: 1600px;
    margin: 0 auto 0 0;
    padding-right: 5em;
    text-align: right;
  }
  nav ul > li {
    float: left;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    margin: 0;
    list-style: none;
    line-height: 1.4;
    font-size: 14px;
  }
  nav ul > li > a {
    color: #191919;
    transition: 0.4s;
    padding: 2px 2.5em;
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-left: solid 1px #2c2c2c;
    font-weight: 600;
  }
  .day-page .col-sm-7 {
    padding-left: 75px !important;
  }
}

@media screen and (min-width: 1200px) {
  .business-3 {
    height: 700px;
  }
  .business-4 {
    height: 700px;
  }
}

@media screen and (max-width: 1199px) {
  .blue-box-left {
    width: 80%;
  }
  .blue-box-right {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .mp-none {
    display: none;
  }
  .inner-wrap,
  .inner-map {
    margin: 0 auto 70px;
  }
  .inner-business {
    margin: 70px auto 70px;
  }

  .business-back .inner-wrap,
  .recruit.inner-wrap {
    margin: 70px auto 70px;
  }
  #footer .inner-wrap {
    margin: 70px auto 50px;
  }

  .right-hed {
    padding-left: 20px;
  }
  .left-hed {
    padding-right: 20px;
  }

  .head-border {
    font-size: 2em;
  }
  .row-blue .inner-wrap {
    margin: 20px auto;
  }
  .inner-business p span {
    display: inline-block;
    margin-right: 40px;
  }
  .business-blue {
    height: 580px !important;
  }
  .blue-business {
    margin-bottom: -550px !important;
  }
}

@media screen and (max-width: 899px) {
  h1#logo,
  div#logo {
    display: none;
  }
  h1#logo img,
  div#logo img {
    width: 65px;
  }

  .sp-none {
    display: none;
  }

  textarea {
    height: 200px;
  }
  input[type="reset"],
  input[type="submit"] {
    width: 100%;
  }
  .blue-back {
    height: 40vw;
  }
  .blue-wrap img {
    margin-top: -28vw;
  }
}
@media screen and (max-width: 767px) {
  .sp-al {
    text-align: center;
  }
  .business-3 {
    height: 550px;
  }
  .business-4 {
    height: 550px;
  }
  .business-blue {
    height: 480px !important;
  }
  .blue-business {
    margin-bottom: -450px !important;
  }
}

@media screen and (max-width: 599px) {
  p {
    font-size: 14px;
  }
  .pc-hed {
    display: none;
  }
  .blue-box-left {
    height: 260px;
  }
  .blue-box-right {
    height: 260px;
  }
  .gray-back span {
    display: block;
    font-size: 13px;
  }
  .gray-back span.category {
    display: inline-block;
    font-size: 12px;
  }

  table td {
    font-size: 14px;
  }

  table th {
    width: 27%;
    font-size: 14px;
  }
  table th,
  table td {
    padding: 10px 0;
  }
  table.job {
    margin-top: 60px;
  }
  table.job th {
    width: 30%;
  }
  table.job td,
  table.job td p {
    font-size: 13px;
    line-height: 1.9;
  }
  .business-wrap .row {
    margin: 0;
  }
  .business-wrap .row .col-4 {
    padding: 3px;
  }

  .map iframe {
    height: 300px !important;
  }
  #main.recruit-page h3 {
    font-size: 1.2rem;
  }
  #main.recruit-page h4 {
    font-size: 1.2rem;
  }
  #main.day-page h3 {
    font-size: 1rem;
  }
  .orange-back {
    height: 50px;
    background: #f15a24;
    margin-bottom: 50px;
  }
  .blue-bar {
    height: 50px;
    background: #0a2957;
    margin-bottom: 50px;
  }
  .business-3 {
    height: 380px;
  }
  .business-4 {
    height: 380px;
  }
  .inner-business p span {
    margin-right: 25px;
  }
  .business-blue {
    height: 320px !important;
    margin-bottom: 80px;
  }
  .blue-business {
    margin-bottom: -300px !important;
  }
  #main .row-blue h3 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 349px) {
}

.m0 {
  margin: 0 !important;
}
.m0-t {
  margin-top: 0 !important;
}
.m0-r {
  margin-right: 0 !important;
}
.m0-b {
  margin-bottom: 0 !important;
}
.m0-l {
  margin-left: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.m5-t {
  margin-top: 5px !important;
}
.m5-r {
  margin-right: 5px !important;
}
.m5-b {
  margin-bottom: 5px !important;
}
.m5-l {
  margin-left: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m10-t {
  margin-top: 10px !important;
}
.m10-r {
  margin-right: 10px !important;
}
.m10-b {
  margin-bottom: 10px !important;
}
.m10-l {
  margin-left: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m15-t {
  margin-top: 15px !important;
}
.m15-r {
  margin-right: 15px !important;
}
.m15-b {
  margin-bottom: 15px !important;
}
.m15-l {
  margin-left: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m20-t {
  margin-top: 20px !important;
}
.m20-r {
  margin-right: 20px !important;
}
.m20-b {
  margin-bottom: 20px !important;
}
.m20-l {
  margin-left: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m25-t {
  margin-top: 25px !important;
}
.m25-r {
  margin-right: 25px !important;
}
.m25-b {
  margin-bottom: 25px !important;
}
.m25-l {
  margin-left: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m30-t {
  margin-top: 30px !important;
}
.m30-r {
  margin-right: 30px !important;
}
.m30-b {
  margin-bottom: 30px !important;
}
.m30-l {
  margin-left: 30px !important;
}
.m40 {
  margin: 40px !important;
}
.m40-t {
  margin-top: 40px !important;
}
.m40-r {
  margin-right: 40px !important;
}
.m40-b {
  margin-bottom: 40px !important;
}
.m40-l {
  margin-left: 40px !important;
}
.m50 {
  margin: 50px !important;
}
.m50-t {
  margin-top: 50px !important;
}
.m50-r {
  margin-right: 50px !important;
}
.m50-b {
  margin-bottom: 50px !important;
}
.m50-l {
  margin-left: 50px !important;
}
.m60 {
  margin: 60px !important;
}
.m60-t {
  margin-top: 60px !important;
}
.m60-r {
  margin-right: 60px !important;
}
.m60-b {
  margin-bottom: 60px !important;
}
.m60-l {
  margin-left: 60px !important;
}
.m70 {
  margin: 70px !important;
}
.m70-t {
  margin-top: 70px !important;
}
.m70-r {
  margin-right: 70px !important;
}
.m70-b {
  margin-bottom: 70px !important;
}
.m70-l {
  margin-left: 70px !important;
}
.m80 {
  margin: 80px !important;
}
.m80-t {
  margin-top: 80px !important;
}
.m80-r {
  margin-right: 80px !important;
}
.m80-b {
  margin-bottom: 80px !important;
}
.m80-l {
  margin-left: 80px !important;
}
.m90 {
  margin: 90px !important;
}
.m90-t {
  margin-top: 90px !important;
}
.m90-r {
  margin-right: 90px !important;
}
.m90-b {
  margin-bottom: 90px !important;
}
.m90-l {
  margin-left: 90px !important;
}
.m100 {
  margin: 100px !important;
}
.m100-t {
  margin-top: 100px !important;
}
.m100-r {
  margin-right: 100px !important;
}
.m100-b {
  margin-bottom: 100px !important;
}
.m100-l {
  margin-left: 100px !important;
}
.m120 {
  margin: 120px !important;
}
.m120-t {
  margin-top: 120px !important;
}
.m120-r {
  margin-right: 120px !important;
}
.m120-b {
  margin-bottom: 120px !important;
}
.m120-l {
  margin-left: 120px !important;
}
.m150 {
  margin: 150px !important;
}
.m150-t {
  margin-top: 150px !important;
}
.m150-r {
  margin-right: 150px !important;
}
.m150-b {
  margin-bottom: 150px !important;
}
.m150-l {
  margin-left: 150px !important;
}
.m200 {
  margin: 200px !important;
}
.m200-t {
  margin-top: 200px !important;
}
.m200-r {
  margin-right: 200px !important;
}
.m200-b {
  margin-bottom: 200px !important;
}
.m200-l {
  margin-left: 200px !important;
}
.m300 {
  margin: 300px !important;
}
.m300-t {
  margin-top: 300px !important;
}
.m300-r {
  margin-right: 300px !important;
}
.m300-b {
  margin-bottom: 300px !important;
}
.m300-l {
  margin-left: 300px !important;
}
.p0 {
  padding: 0 !important;
}
.p0-t {
  padding-top: 0 !important;
}
.p0-r {
  padding-right: 0 !important;
}
.p0-b {
  padding-bottom: 0 !important;
}
.p0-l {
  padding-left: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p5-t {
  padding-top: 5px !important;
}
.p5-r {
  padding-right: 5px !important;
}
.p5-b {
  padding-bottom: 5px !important;
}
.p5-l {
  padding-left: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p10-t {
  padding-top: 10px !important;
}
.p10-r {
  padding-right: 10px !important;
}
.p10-b {
  padding-bottom: 10px !important;
}
.p10-l {
  padding-left: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p15-t {
  padding-top: 15px !important;
}
.p15-r {
  padding-right: 15px !important;
}
.p15-b {
  padding-bottom: 15px !important;
}
.p15-l {
  padding-left: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p20-t {
  padding-top: 20px !important;
}
.p20-r {
  padding-right: 20px !important;
}
.p20-b {
  padding-bottom: 20px !important;
}
.p20-l {
  padding-left: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p25-t {
  padding-top: 25px !important;
}
.p25-r {
  padding-right: 25px !important;
}
.p25-b {
  padding-bottom: 25px !important;
}
.p25-l {
  padding-left: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p30-t {
  padding-top: 30px !important;
}
.p30-r {
  padding-right: 30px !important;
}
.p30-b {
  padding-bottom: 30px !important;
}
.p30-l {
  padding-left: 30px !important;
}
.p40 {
  padding: 40px !important;
}
.p40-t {
  padding-top: 40px !important;
}
.p40-r {
  padding-right: 40px !important;
}
.p40-b {
  padding-bottom: 40px !important;
}
.p40-l {
  padding-left: 40px !important;
}
.p50 {
  padding: 50px !important;
}
.p50-t {
  padding-top: 50px !important;
}
.p50-r {
  padding-right: 50px !important;
}
.p50-b {
  padding-bottom: 50px !important;
}
.p50-l {
  padding-left: 50px !important;
}
.p60 {
  padding: 60px !important;
}
.p60-t {
  padding-top: 60px !important;
}
.p60-r {
  padding-right: 60px !important;
}
.p60-b {
  padding-bottom: 60px !important;
}
.p60-l {
  padding-left: 60px !important;
}
.p70 {
  padding: 70px !important;
}
.p70-t {
  padding-top: 70px !important;
}
.p70-r {
  padding-right: 70px !important;
}
.p70-b {
  padding-bottom: 70px !important;
}
.p70-l {
  padding-left: 70px !important;
}
.p80 {
  padding: 80px !important;
}
.p80-t {
  padding-top: 80px !important;
}
.p80-r {
  padding-right: 80px !important;
}
.p80-b {
  padding-bottom: 80px !important;
}
.p80-l {
  padding-left: 80px !important;
}
.p90 {
  padding: 90px !important;
}
.p90-t {
  padding-top: 90px !important;
}
.p90-r {
  padding-right: 90px !important;
}
.p90-b {
  padding-bottom: 90px !important;
}
.p90-l {
  padding-left: 90px !important;
}
.p100 {
  padding: 100px !important;
}
.p100-t {
  padding-top: 100px !important;
}
.p100-r {
  padding-right: 100px !important;
}
.p100-b {
  padding-bottom: 100px !important;
}
.p100-l {
  padding-left: 100px !important;
}

/*全体の設定
---------------------------------------------------------------------------*/

body {
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.05em;
  background: #fff; /*背景色*/
  color: #555; /*全体の文字色*/
  line-height: 2; /*行間*/
}

/*リセット*/
figure {
  margin: 0;
}
dd {
  margin: 0;
}
nav {
  margin: 0;
  padding: 0;
}

/*table全般の設定*/
table {
  border-collapse: collapse;
}

/*画像全般の設定*/
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/*videoタグ*/
video {
  max-width: 100%;
}

/*iframeタグ*/
iframe {
  width: 100%;
}

/*ul,olタグ*/
ul,
ol {
  margin-bottom: 30px;
}

/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
  color: #57524b; /*文字色*/
  transition: 0.3s;
}

/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
  display: flex; /*flexボックスを使う指定*/
  justify-content: space-between; /*並びかたの種類の指定*/
  align-items: center; /*垂直揃えの指定。天地中央に配置されるように。*/
  background: #fff; /*背景色*/
  width: 100%;
  padding: 0; /*上下、左右へのヘッダー内の余白*/
  /*ヘッダーの高さ。変更する場合、数行下にある#mainimgのtopの数値も合わせて変更して下さい。*/
}

/*menubarブロック初期設定
---------------------------------------------------------------------------*/
#menubar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*メニューを非表示にしておく*/
#menubar {
  display: none;
}

/*開閉用のスタイル*/
#menubar.db {
  display: block;
}
#menubar.dn {
  display: none;
}

/*メニュー１個あたりの設定*/
#menubar a {
  display: block;
  text-decoration: none;
  text-align: center; /*テキストを中央に*/
  letter-spacing: 0.1em; /*文字間隔を少しだけ広くする指定*/
  padding: 10px; /*メニュー内の余白*/
}

/*小さな端末用の設定（開閉ブロック）
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
.s #menubar.db {
  position: fixed;
  overflow: auto;
  z-index: 100;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 70px 20px; /*上下、左右へのブロック内の余白*/
  background: rgba(
    0,
    0,
    0,
    0.9
  ); /*背景色。0,0,0は黒の事で0.9は色が90%出た状態の事。*/
  animation: animation1 0.2s both; /*animation.cssの、animation1を実行する。0.2sは0.2秒の事。*/
  text-align: center; /*内容をセンタリング*/
  color: #fff; /*文字色*/
}
.s #menubar.db a {
  display: block;
  color: #fff; /*リンクテキストの文字色*/
  margin-top: 1em;
}

/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*開閉用のスタイル*/
#menubar_hdr.db {
  display: flex;
  background: #ffffffdb;
}
#menubar_hdr.dn {
  display: none;
}

/*３本バーを囲むブロック*/
#menubar_hdr {
  position: fixed;
  z-index: 101;
  cursor: pointer;
  right: 15px;
  top: 15px;
  padding: 12px 8px;
  width: 46px;
  height: 46px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border-radius: 5%;
}
#menubar_hdr.ham {
  position: fixed;
  z-index: 101;
  cursor: pointer;
  right: 15px;
  top: 15px;
  padding: 16px 14px;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border-radius: 50%;
}
/*バー１本あたりの設定*/
#menubar_hdr span {
  display: block;
  transition: 0.3s;
  border-top: 3px solid #000000;
}
#menubar_hdr.ham span {
  display: block;
  transition: 0.3s;
  border-top: 3px solid #fff;
}
/*×印が出ている状態の設定。※１本目および２本目のバーの共通設定。*/
#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
  transform-origin: center center; /*変形の起点。センターに。*/
  width: 35px; /*バーの幅*/
}

/*×印が出ている状態の設定。※１本目のバー。*/
#menubar_hdr.ham span:nth-of-type(1) {
  transform: rotate(45deg) translate(3.8px, 5px); /*回転45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※３本目のバー。*/
#menubar_hdr.ham span:nth-of-type(3) {
  transform: rotate(-45deg) translate(3.8px, -5px); /*回転-45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※２本目のバー。*/
#menubar_hdr.ham span:nth-of-type(2) {
  display: none; /*２本目は使わないので非表示にする*/
}

/*---------------------------------------------------------------------------
ここから下は画面幅900px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  /*menubarブロック設定
---------------------------------------------------------------------------*/
  /*メニューブロックの設定*/
  #menubar {
    font-size: 0.85em; /*文字サイズを少し小さくする*/
  }
  #menubar ul {
    display: flex; /*flexボックスを使う指定*/
  }

  /*メニュー１個あたりの設定*/
  #menubar a {
    padding: 10px 15px; /*上下、左右への余白*/
  }

  /*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
  /*ハンバーガーメニューを非表示にする*/
  #menubar_hdr {
    display: none;
  }
}
#news_list {
  overflow-y: scroll;
  max-height: 260px;
}
#news_list > p:last-child {
  margin-bottom: 0;
}
span.text-red {
  color: red;
}
@media screen and (min-width: 992px) {
  #news_list {
    max-height: 190px;
  }
}
