@charset "UTF-8";
body {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}

hr.star-light,
hr.star-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

hr.star-light:after,
hr.star-dark:after {
  position: relative;
  top: -0.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2em;
}

hr.star-light {
  border-color: #fff;
}

hr.star-light:after {
  color: #fff;
  background-color: #ffbe26;
}

hr.star-dark {
  border-color: #56c1ef;
}

hr.star-dark:after {
  color: #56c1ef;
  background-color: white;
}

section {
  padding: 3rem 0;
}
section h2 {
  font-size: 2.25rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  section h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem;
}

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}
.scroll-to-top a {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(33, 37, 41, 0.5);
  line-height: 3.1rem;
}

#mainNav {
  padding-top: 1rem;
  padding-bottom: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
#mainNav .navbar-brand {
  color: #fff;
  padding-bottom: 0 !important;
  width: 300px;
}
#mainNav .navbar-nav {
  margin-top: 1rem;
  letter-spacing: 0.0625rem;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 0.7rem;
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  background: #ffbe26;
  transition: all 0.3s;
}
#mainNav .navbar-nav li.nav-item a.nav-link:focus {
  background: #0085e7;
  transition: all 0.3s;
}
#mainNav .navbar-nav li.active {
  color: #fff;
  background: #0068b4;
  padding: 0.6rem 1rem;
  border-radius: 0.7rem;
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.8rem;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 0;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #mainNav .navbar-brand {
    font-size: 2em;
    transition: font-size 0.3s;
  }
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #fff;
    background: #ffbe26;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #fff;
    background: #ffbe26;
  }

  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}
header.top {
  padding-top: 1rem;
  padding-bottom: 5.5rem;
}

@media (min-width: 992px) {
  header.top {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
header.other {
  padding: 0.2rem 0 1rem;
}

@media (min-width: 992px) {
  header.other {
    padding: 0 0 1rem;
  }
}
header.masthead h1 {
  font-size: 2.375rem;
  line-height: 3rem;
  font-family: "Rounded Mplus 1c", sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 1.7;
}
header.masthead h2 {
  font-size: 1.875rem;
  font-family: "Rounded Mplus 1c", sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 1.7;
}

@media (min-width: 992px) {
  header.masthead h1 {
    font-size: 4.75em;
    line-height: 4rem;
  }
  header.masthead h2 {
    font-size: 1.75em;
  }
}
.portfolio {
  margin-bottom: -15px;
}
.portfolio .portfolio-item {
  position: relative;
  display: block;
  max-width: 25rem;
  margin-bottom: 15px;
}
.portfolio .portfolio-item .portfolio-item-caption {
  transition: all ease 0.5s;
  opacity: 0;
  background-color: rgba(255, 190, 38, 0.9);
}
.portfolio .portfolio-item .portfolio-item-caption:hover {
  opacity: 1;
}
.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .portfolio {
    margin-bottom: -30px;
  }
  .portfolio .portfolio-item {
    margin-bottom: 30px;
  }
}

.portfolio-modal .portfolio-modal-dialog {
  padding: 3rem 1rem;
  min-height: calc(100vh - 2rem);
  margin: 1rem calc(1rem - 8px);
  position: relative;
  z-index: 2;
  box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
}
.portfolio-modal .portfolio-modal-dialog .close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.portfolio-modal .portfolio-modal-dialog .close-button i {
  line-height: 38px;
}
.portfolio-modal .portfolio-modal-dialog h2 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .portfolio-modal .portfolio-modal-dialog {
    min-height: 100vh;
    padding: 5rem;
    margin: 3rem calc(3rem - 8px);
  }
  .portfolio-modal .portfolio-modal-dialog h2 {
    font-size: 3rem;
  }
}

.floating-label-form-group {
  position: relative;
  border-bottom: 1px solid #e9ecef;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
}
.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e9ecef;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #ffbe26;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e9ecef;
}

.footer {
  padding: 1rem 0;
  color: #232323;
}

.copyright {
  border-top: 1px solid #232323;
}

a {
  color: #0068b4;
}
a:focus, a:hover, a:active {
  color: #0085e7;
  text-decoration: none;
}

.btn {
  color: #fff;
  border-width: 2px;
  font-weight: 700 !important;
}

.bg-primary {
  background-color: #ffbe26 !important;
}

.bg-secondary {
  background-color: #56c1ef !important;
}

.text-primary {
  color: #ffbe26 !important;
}

.text-secondary {
  color: #56c1ef !important;
}

.text-black {
  color: #232323 !important;
}

.btn-primary {
  background-color: #ffbe26;
  border-color: #ffbe26;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #f2aa00;
  border-color: #f2aa00;
}

.btn-secondary {
  background-color: #56c1ef;
  border-color: #56c1ef;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #27b0eb;
  border-color: #27b0eb;
}

.rounded {
  border-radius: 2rem !important;
}

.btn:hover {
  color: #fff;
  text-decoration: none !important;
}

.btn:active {
  color: #fff;
  text-decoration: none !important;
}

.badge {
  font-size: 100% !important;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #232323;
}
.page-link a {
  font-color: #232323;
}
.page-link a:hover {
  font-color: #fff;
}

.page-link:hover {
  z-index: 2;
  color: #fff !important;
  text-decoration: none;
  background-color: #0068b4;
  border-color: #232323;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  border-color: #232323;
}

.page-link:first-child {
  margin-left: 0;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.page-link:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.topnav2 {
  display: flex;
  justify-content: center;
  /* 子要素を中央揃え */
  position: relative;
  width: 100%;
}

.headline {
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto 0;
}

.btn1 {
  background-color: #0068b4;
}

.btn1:hover {
  color: #0068b4;
  background-color: #fff;
  border: 2px solid #0068b4;
}

.btn2 {
  background-color: #ed3068;
}

.btn2:hover {
  color: #ed3068;
  background-color: #fff;
  border: 2px solid #ed3068;
}

.rounded1 {
  border-radius: 1rem;
}

@media (min-width: 562px) {
  .rounded1 {
    border-radius: 2rem;
  }
}
@media (min-width: 768px) {
  p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 0.9rem;
  }
}
.flexslider {
  border-radius: 10px !important;
}

.section_temp {
  padding-top: 0px;
  padding-bottom: 0px;
}
.section_temp ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section_temp li {
  border-bottom: 1px dashed #232323;
  padding: 0.3rem 0;
}
.section_temp span.block1 {
  float: left;
}
.section_temp span.block2 {
  display: block;
  margin-left: 6rem;
}
.section_temp h3 {
  border-bottom: 3px solid;
  display: inline-block;
  line-height: 1rem;
  text-align: center;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.section_temp hr {
  height: 5px;
  margin: 1.5rem 0.25rem;
  padding: 0;
  background: url("../img/dot_line.svg") repeat-x;
  border: 0px none;
}
.section_temp .hr_nomal {
  margin: 0.3rem 0;
  padding: 0 0.5rem;
  background: none !important;
  border-bottom: 1px solid #232323 !important;
}
.section_temp .border_cell {
  margin: 0;
  padding: 0;
  background: none !important;
  border-bottom: 1px dashed #232323 !important;
}
.section_temp .small {
  font-size: 0.9rem;
  line-height: 1.2rem !important;
  text-align: center;
}
.section_temp p {
  padding: 0.3rem 0;
  text-align: left;
}

.nodash {
  border: 0px none;
}

.top_head_bg {
  background-image: url("../img/line_2_bottom.png"), url("../img/top_head_bg_sm_l.png"), url("../img/top_head_bg_sm_r.png"), url("../img/top_head_bg.png");
  background-position: bottom, left bottom, right bottom, bottom;
  background-size: 98px, 67px, 67px, 1px;
  background-repeat: repeat-x, no-repeat, no-repeat, repeat-x;
}

@media (min-width: 768px) {
  .top_head_bg {
    background-image: url("../img/line_2_bottom.png"), url("../img/top_head_bg_md.png"), url("../img/top_head_bg.png");
    background-position: bottom;
    background-size: 98px, 768px, 1px;
    background-repeat: repeat-x, no-repeat, repeat-x;
  }
}
@media (min-width: 992px) {
  .top_head_bg {
    background-image: url("../img/line_2_bottom.png"), url("../img/top_head_bg_lg.png"), url("../img/top_head_bg.png");
    background-position: bottom;
    background-size: 98px, 1024px, 1px;
    background-repeat: repeat-x, no-repeat, repeat-x;
  }
}
@media (min-width: 1200px) {
  .top_head_bg {
    background-image: url("../img/line_2_bottom.png"), url("../img/top_head_bg_xl.png"), url("../img/top_head_bg.png");
    background-position: bottom;
    background-size: 98px, 1200px, 1px;
    background-repeat: repeat-x, no-repeat, repeat-x;
  }
}
.section1 {
  background-image: url("../img/line_2_top.png"), url("../img/line_2_bottom.png");
  background-size: 98px;
  background-repeat: repeat-x;
  background-position: top, bottom;
  padding-top: 4rem;
}

.section1-t {
  background-image: url("../img/line_2_top.png");
  background-size: 98px;
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 4rem;
}

.section1-b {
  background-image: url("../img/line_2_bottom.png");
  background-size: 98px;
  background-repeat: repeat-x;
  background-position: bottom;
}

.section2 {
  background-color: #ffbe26;
}

.section2-f {
  background-color: #ffbe26;
  background-image: url("../img/line_footer.png");
  background-size: 98px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 4rem;
}

.section3 {
  background-color: #fef7e7;
  background-image: url("../img/line_2_top.png");
  background-size: 98px;
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 4rem;
}

.section3-f {
  background-color: #fef7e7;
  background-image: url("../img/line_2_top.png"), url("../img/line_footer.png");
  background-size: 98px;
  background-repeat: repeat-x;
  background-position: top, bottom;
  padding-top: 4rem;
}

.section4 {
  background-color: #f6d27c;
  background-image: url("../img/line_3_top.png");
  background-size: 98px;
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 4rem;
}

.section4-f {
  background-color: #f6d27c;
  background-image: url("../img/line_3_top.png"), url("../img/line_footer.png");
  background-size: 98px;
  background-repeat: repeat-x;
  background-position: top, bottom;
  padding-top: 4rem;
}

.section5-f {
  background-color: #ffeac1;
  background-image: url("../img/line_2_top.png"), url("../img/line_footer.png");
  background-size: 98px;
  background-repeat: repeat-x;
  background-position: top, bottom;
  padding-top: 3.5rem;
}

.section_title {
  max-width: 460px;
  padding: 0 1rem 0.5rem;
}

.title_size {
  max-width: 600px;
}

.torikumi {
  color: #52350b;
  margin-bottom: 0;
  text-align: left;
}

.torikumi-2 {
  color: #fff;
  background-color: #00a030;
  margin-bottom: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .torikumi-2 {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 1000px) {
  .torikumi-2 p {
    font-size: 1rem;
    padding-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .torikumi-2 {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }

  .torikumi-2 p {
    font-size: 0.7rem;
    padding-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .torikumi-2 {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 1rem;
  }

  .torikumi-2 p {
    font-size: 1rem;
    padding-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .title_img {
    padding: 0 1rem 0.5rem;
  }
}
.table_1 th {
  background-color: #0068b4;
  color: #fff;
  white-space: nowrap;
  padding: 0.5rem;
}

.table_1 td {
  background-color: #fff;
  font-weight: 700;
  padding: 0.5rem;
}

.table_1 th > span.badge {
  color: #fff;
  background-color: #005080;
  padding: 0.5rem;
}

.table_1a th {
  background-color: #0068b4;
  color: #fff;
  white-space: nowrap;
  padding: 0.5rem;
}

.table_1a td {
  background-color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.5rem;
}

.table_1a th > span.badge {
  color: #fff;
  background-color: #005080;
  padding: 0.5rem;
}

.table_2 td {
  width: 300px;
  height: 4rem;
  background-color: #fff;
  font-weight: 700;
  line-height: 1.4rem;
  padding: 0.5rem;
}

.table_3 th {
  background-color: #e8512d;
  color: #fff;
  white-space: nowrap;
  padding: 0.5rem;
}

.table_3 td {
  background-color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.5rem;
}

.table_3 th > span.badge {
  color: #fff;
  background-color: #99351e;
  padding: 0.5rem;
}

table {
  border-spacing: 0;
  border-collapse: separate;
  margin: 0.3rem 0;
}

table th {
  border: none;
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
}

table tr td {
  border: none;
  border-bottom: 1px solid #232323;
  border-right: 1px solid #232323;
}

table tr:first-child th:first-child {
  border-left: 2px solid #232323;
  border-top: 2px solid #232323;
  border-top-left-radius: 1rem;
}

table tr:first-child td:first-child {
  border-left: 2px solid #232323;
  border-top: 2px solid #232323;
  border-top-left-radius: 1rem;
}

table tr:last-child th:last-child {
  border-right: none;
  border-bottom: 2px solid #232323;
  border-right: 2px solid #232323;
  border-bottom-right-radius: 1rem;
}

table tr:last-child td:last-child {
  border-right: none;
  border-bottom: 2px solid #232323;
  border-right: 2px solid #232323;
  border-bottom-right-radius: 1rem;
}

table .b_tr {
  border-right: none;
  border-top: 2px solid #232323;
  border-right: 2px solid #232323;
  border-top-right-radius: 1rem;
}

table .b_bl {
  border-left: 2px solid #232323;
  border-bottom: 2px solid #232323;
  border-bottom-left-radius: 1rem;
}

table .b_l {
  border-left: 2px solid #232323;
}

table .b_t {
  border-top: 2px solid #232323;
}

table .b_r {
  border-right: 2px solid #232323 !important;
}

table .b_b {
  border-bottom: 2px solid #232323;
}

.gray-td {
  border-bottom: none !important;
  border-right: none !important;
  background: #e9ecef !important;
  font-size: 0.9rem !important;
}

.gray-td2 {
  background: #e9ecef !important;
  font-size: 0.9rem !important;
}

.white-td {
  border-bottom: none !important;
  border-right: none !important;
  font-size: 0.9rem !important;
}

.charge_5 {
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0.75rem;
  background: #0068b4;
  border-radius: 1rem 1rem 0 0;
}

.charge_5 span {
  font-size: 1.2rem;
  padding: 0rem;
}

.charge_6 {
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0.75rem;
  background: #005080;
  border-radius: 1rem 1rem 0 0;
}

.charge_6 span {
  font-size: 1.2rem;
  padding: 0rem;
}

.charge_white {
  margin: 0;
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
}

.charge_white_1 {
  margin: 0;
  padding: 1.5rem 1rem;
  background: #fff;
  border-radius: 1rem;
  border: 2px solid #232323;
}

.s1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 375px) {
  .s1 {
    font-size: 2.5rem;
  }
}
.s3 {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 375px) {
  .s3 {
    font-size: 1rem;
  }
}
.list-inline-item a img {
  width: 50px;
  height: 50px;
  transition: 0.1s ease-in-out;
}

@media (min-width: 375px) {
  .list-inline-item a img {
    width: 60px;
  }
}
.list-inline-item a:hover img {
  opacity: 0.5;
}

/* 画面外にいる状態 */
.fadein {
  opacity: 2;
  transform: translate(0, 50px);
  transition: all 800ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.dual-collapse3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}

#pageloading-wrap {
  background: #466bda;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  display: table;
  z-index: 200;
}

#pageloading-icon {
  display: table-cell;
  vertical-align: middle;
}

.text-blue {
  color: #0068b4;
}

.text-orange {
  color: #e8512d;
}

.badge-blue {
  color: #fff;
  background-color: #0068b4;
}

.badge-pink {
  color: #fff;
  background-color: #ed3068;
}

.badge-orange {
  color: #fff;
  background-color: #e8512d;
}

.badge-gray {
  color: #fff;
  background-color: #212529;
}

.oneday_div {
  background-color: #fff;
  border-radius: 1rem;
  margin: 0.1rem 0;
  padding: 0.5rem;
  display: flex !important;
  align-items: center !important;
}
.oneday_div h4 {
  line-height: 1.7rem;
  margin-bottom: 0.1rem;
}
.oneday_div h5 {
  line-height: 1.5rem;
  margin-bottom: 0.1rem;
}

@media (max-width: 330px) {
  .oneday_div {
    font-size: 0.86rem;
  }
}
.oneday_div_in {
  display: flex !important;
  align-items: center !important;
}

.oneday_div2 {
  background-color: #fff;
  border-radius: 1rem;
  margin: 0.1rem 0;
  padding: 0.5rem;
}

.example {
  background-color: #fff;
  border-radius: 1rem;
  margin: 0.3rem 0;
  padding: 0;
}
.example h4 {
  border-bottom: 1px solid #232323;
}

.example1 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  text-align: left;
  margin: 0.5rem 0;
}

@media (max-width: 767px) {
  .example_row {
    display: inline-block;
  }
}
@media (max-width: 330px) {
  .example1 {
    font-size: 0.86rem;
  }
}
.list_nomal li {
  list-style: disc inside;
  border-bottom: none !important;
  text-align: left;
  line-height: 1.4rem;
}

@media (max-width: 330px) {
  .display {
    font-size: 0.86rem;
  }
}
.item_list_row {
  background-color: #fff;
  border: 2px solid #232323;
  border-radius: 1rem;
  border-spacing: 0;
  margin: 0.3rem 1rem;
  overflow: hidden;
}

.item_list {
  width: 50%;
  height: 4rem;
  font-weight: 700;
  line-height: 1.4rem;
  text-align: center;
  justify-content: center;
  /*左右中央揃え*/
  align-items: center;
  /*上下中央揃え*/
  border: none;
  border-bottom: 1px solid #232323;
  border-right: 1px solid #232323;
  padding: 0.5rem;
  margin-left: 2px;
  margin-right: -2px;
  margin-bottom: -2px;
}

.description {
  font-weight: 700;
}

.pdf_icon {
  width: 20px;
  height: 20px;
  margin-left: 0.25rem;
}

.nagare p {
  border-top: 1px solid #fff;
  padding-top: 0.5rem;
}
.nagare h4 {
  font-size: 2rem;
}

.nagare_1 {
  color: #fff;
  background-color: #3f82c5;
  background-image: url(../img/contact.svg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1rem;
  margin-top: 0.3rem;
  padding: 1rem;
}

.nagare_2 {
  color: #fff;
  background-color: #56a50e;
  background-image: url(../img/note.svg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1rem;
  padding: 1rem;
}

.nagare_3 {
  color: #fff;
  background-color: #de632e;
  background-image: url(../img/hand.svg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1rem;
  padding: 1rem;
}

#monthly, #moment, #note, #hitsuyou1, #hitsuyou2 {
  padding-top: 40px;
  margin-top: -40px;
}

.oneday li {
  border: none;
}

.control-group table {
  margin: 0.3rem 0;
}

.control-group th {
  border: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  font-size: 1.5rem;
  padding-top: 0.5rem;
}

.control-group td {
  border: none;
  padding: 0.5rem 0;
}

.control-group tr:first-child th:first-child {
  border: none;
}

.control-group tr:last-child td:last-child {
  border: none;
}

@media screen and (max-width: 640px) {
  .control-group th,
.control-group td {
    　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
.guide_btn {
  font-size: 0.78rem;
}

.campaign_bg {
  background-image: url(../img/campaign_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.navToggle {
  display: block;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 13px;
  top: 30px;
  width: 42px;
  height: 51px;
  z-index: 301;
  background: #fff;
  text-align: center;
  box-shadow: 2px 2px 6px #0068b4;
}

.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 3px #0068b4;
  transition: 0.35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle span:nth-child(4) {
  border: none;
  color: #0068b4;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}

#nav-drawer {
  position: absolute;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 300;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  /*最前面に*/
  width: 60%;
  /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 200px;
  /*最大幅（調整してください）*/
  height: 100%;
  background: #fff;
  /*背景色*/
  transition: 0.5s ease-in-out;
  /*滑らかに表示*/
  transform: translateX(-110%);
  /*左に隠しておく*/
}

.menutop {
  padding-top: 1rem;
  padding-bottom: 0;
  background-color: #56c1ef;
}

.menutop img {
  max-width: 200px;
  max-height: 72.077px;
}

nav.globalMenu {
  background: #fff;
  color: #000;
  text-align: center;
  width: 100%;
}

nav.globalMenu ul {
  background: #fff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenu ul li {
  color: #0068b4;
  font-size: 1.1em;
  list-style-type: none;
  width: 100%;
  border-bottom: 1px dotted #333;
}

nav.globalMenu a:hover {
  background-color: #ffbe26;
  transition: all 0.3s;
}

nav.globalMenu a:focus {
  color: #fff;
  background: #0085e7;
  transition: all 0.3s;
}

nav.globalMenu li.active {
  color: #fff;
  background-color: #0068b4;
}

/* 最後はラインを描かない */
nav.globalMenu ul li:last-child {
  padding-bottom: 0;
  border-bottom: 1px solid #333;
}

nav.globalMenu ul li a {
  display: block;
  color: #000;
  padding: 1rem;
  text-align: left;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenu.active {
  transform: translateY(0%);
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}