@charset "UTF-8";
#breadcrumb {
  padding: 20px 2.5%;
}
@media only screen and (max-width: 768px) {
  #breadcrumb {
    padding: 12px;
  }
}
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#breadcrumb ul li {
  position: relative;
  font-size: 14px;
  margin: 0 0 5px;
}
#breadcrumb ul li::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e806";
  margin: 0 6px;
}
#breadcrumb ul li:last-child::after {
  content: none;
}
@media only screen and (max-width: 768px) {
  #breadcrumb ul li {
    font-size: 10px;
  }
}
#breadcrumb ul li a {
  font-weight: 500;
}
#breadcrumb ul li a:hover {
  color: #007dc4;
}

/*--------------------------
main_visual
---------------------------*/
#main_visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 220px;
  padding: 0 12px;
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  #main_visual {
    height: 140px;
  }
}
@media only screen and (max-width: 380px) {
  #main_visual {
    height: 120px;
  }
}
#main_visual h1 {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #main_visual h1 {
    font-size: 22px;
  }
}

/*--------------------------
section01
---------------------------*/
#section01 {
  padding: 60px 0 120px;
}
@media only screen and (max-width: 768px) {
  #section01 {
    padding: 40px 0 80px;
  }
}
#section01 .container .category_box {
  text-align: right;
}
#section01 .container .category_box span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 6px 12px;
  margin: 0 0 8px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .category_box span {
    font-size: 10px;
    padding: 4px;
    margin: 0 0 6px;
  }
}
#section01 .container .category_box span.category01 {
  background: #007dc4;
}
#section01 .container .category_box span.category02 {
  background: #eb611e;
}
#section01 .container .day_box {
  text-align: right;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .day_box {
    margin: 0 0 40px;
  }
}
#section01 .container .day_box time {
  display: block;
}
#section01 .container .single_box {
  max-width: 980px;
  margin: 0 auto;
}
#section01 .container .single_box .first_view {
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .first_view {
    margin: 0 0 20px;
  }
}
#section01 .container .single_box .first_view.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .first_view.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#section01 .container .single_box .lead_box {
  padding: 40px;
  margin: 0 0 40px;
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .lead_box {
    padding: 20px 16px;
    margin: 0 0 20px;
  }
}
#section01 .container .single_box .lead_box p {
  font-weight: 500;
}
#section01 .container .single_box .section {
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .section {
    margin: 0 0 40px;
  }
}
#section01 .container .single_box .box {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .box {
    margin: 0 0 20px;
  }
}
#section01 .container .single_box .lead {
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .lead {
    margin: 0 0 16px;
  }
}
#section01 .container .single_box .txt_list li:not(:last-child) {
  margin: 0 0 10px;
}
#section01 .container .single_box .center {
  text-align: center;
}
#section01 .container .single_box .right {
  text-align: right;
}
#section01 .container .single_box .bg_gray {
  background: #f7f7f7;
}
#section01 .container .single_box .bg_green {
  background: #cdf9d1;
}
#section01 .container .single_box .bg_beige {
  background: #fbf5e7;
}
#section01 .container .single_box .blue {
  color: #007dc4;
}
#section01 .container .single_box .navy {
  color: #00507c;
}
#section01 .container .single_box .red {
  color: #E85059;
}
#section01 .container .single_box .hover:hover {
  opacity: 0.7;
}
#section01 .container .single_box .bd_b {
  display: inline-block;
  border-bottom: 2px solid #ddd;
}
#section01 .container .single_box h2 {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  padding: 0 0 30px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box h2 {
    font-size: 20px;
    padding: 0 0 20px;
  }
}
#section01 .container .single_box h2::after {
  position: absolute;
  content: "";
  width: 66px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #007dc4;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box h2::after {
    width: 58px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box h2 {
    margin: 0 0 20px;
  }
}
#section01 .container .single_box h3 {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #007dc4;
  line-height: 1.4;
  padding: 8px 12px;
  border-left: 8px solid #007dc4;
  background: #e6e6e6;
  margin: 0 0 16px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box h3 {
    font-size: 18px;
    padding: 6px 6px 6px 12px;
    border-left: 6px solid #007dc4;
  }
}
#section01 .container .single_box .bg_title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #007dc4;
  line-height: 1.4;
  padding: 8px 12px;
  border-left: 8px solid #007dc4;
  background: #e6e6e6;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .bg_title {
    font-size: 18px;
    padding: 6px 6px 6px 12px;
    border-left: 6px solid #007dc4;
  }
}
#section01 .container .single_box strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box strong {
    font-size: 18px;
  }
}
#section01 .container .single_box h4 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 8px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box h4 {
    font-size: 16px;
    margin: 0 0 6px;
  }
}
#section01 .container .single_box h5 {
  line-height: 1.4;
  margin: 0 0 6px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box h5 {
    margin: 0 0 4px;
  }
}
#section01 .container .single_box .big {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .big {
    font-size: 18px;
  }
}
#section01 .container .single_box p a {
  text-decoration: underline;
  word-wrap: break-word;
}
#section01 .container .single_box p a:hover {
  color: #007dc4;
}
#section01 .container .single_box p a[target=_blank] {
  position: relative;
  text-decoration: underline;
}
#section01 .container .single_box p a[target=_blank]::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
  margin: 0 0 0 6px;
}
#section01 .container .single_box p a[target=_blank]:hover {
  color: #007dc4;
}
#section01 .container .single_box p a[target=_blank].img_link::after {
  content: none;
}
#section01 .container .single_box p a[target=_blank].img_link:hover {
  opacity: 0.7;
}
#section01 .container .single_box p b.marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f2e424));
  background: linear-gradient(transparent 60%, #f2e424 60%);
}
#section01 .container .single_box p.circle {
  position: relative;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box p.circle {
    padding: 0 0 0 18px;
  }
}
#section01 .container .single_box p.circle::before {
  position: absolute;
  content: "●";
  left: 0;
  color: #007dc4;
}
#section01 .container .single_box p.check {
  position: relative;
  padding: 0 0 0 24px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box p.check {
    padding: 0 0 0 20px;
  }
}
#section01 .container .single_box p.check::before, #section01 .container .single_box p.check::after {
  position: absolute;
  content: "";
  display: block;
}
#section01 .container .single_box p.check::before {
  width: 16px;
  height: 16px;
  top: 8px;
  left: 0;
  border: 1px solid #000;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box p.check::before {
    width: 14px;
    height: 14px;
    top: 6px;
  }
}
#section01 .container .single_box p.check::after {
  width: 18px;
  height: 5px;
  top: 10px;
  left: 2px;
  border-left: 2px solid #E85059;
  border-bottom: 2px solid #E85059;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box p.check::after {
    width: 16px;
    height: 4px;
    top: 8px;
  }
}
#section01 .container .single_box .float_right_box::after {
  content: "";
  display: block;
  clear: both;
}
#section01 .container .single_box .float_right_box .pic {
  float: right;
  width: 30%;
  margin: 0 0 20px 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .float_right_box .pic {
    width: 40%;
    margin: 0 0 16px 16px;
  }
}
#section01 .container .single_box .float_right_box .pic img {
  width: 100%;
}
#section01 .container .single_box .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .flex_box {
    display: block;
  }
}
#section01 .container .single_box .flex_box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#section01 .container .single_box .flex_box .pic {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .flex_box .pic {
    width: 100%;
  }
  #section01 .container .single_box .flex_box .pic:not(:last-child) {
    margin: 0 0 10px;
  }
}
#section01 .container .single_box .flex_box .txt_box {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .flex_box .txt_box {
    width: 100%;
  }
}
#section01 .container .single_box .flex_box .txt_box h5 {
  margin: 0 0 16px;
}
#section01 .container .single_box .flex_box.col7_3 .pic {
  width: calc(30% - 40px);
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .flex_box.col7_3 .pic {
    width: 100%;
  }
}
#section01 .container .single_box .flex_box.col7_3 .txt_box {
  width: calc(70% - 40px);
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .flex_box.col7_3 .txt_box {
    width: 100%;
  }
}
#section01 .container .single_box .fin_box {
  padding: 40px;
  background: rgba(235, 97, 30, 0.075);
  border: 2px dashed #ddd;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .fin_box {
    padding: 20px 16px;
  }
}
#section01 .container .single_box .fin_box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding: 0;
  margin: 0 0 16px;
  background: none;
  border: none;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .fin_box h3 {
    font-size: 18px;
  }
}
#section01 .container .single_box .writer_box {
  position: relative;
  text-align: center;
  margin: 80px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .writer_box {
    margin: 60px 0 0;
  }
}
#section01 .container .single_box .writer_box h3 {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  margin: 0 auto;
  background: #007dc4;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .writer_box h3 {
    font-size: 16px;
  }
}
#section01 .container .single_box .writer_box h3::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e810";
  margin: 0 4px 0 0;
}
#section01 .container .single_box .writer_box .writer_box_inner {
  text-align: left;
  padding: 60px 40px 40px;
  margin: -25px 0 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .writer_box .writer_box_inner {
    padding: 40px 16px 20px;
    margin: -20px 0 0;
  }
}
#section01 .container .single_box .writer_box .writer_box_inner h4,
#section01 .container .single_box .writer_box .writer_box_inner h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .writer_box .writer_box_inner h4,
  #section01 .container .single_box .writer_box .writer_box_inner h5 {
    font-size: 14px;
  }
}
#section01 .container .single_box .writer_box .writer_box_inner ul {
  margin: 20px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .writer_box .writer_box_inner ul {
    margin: 16px 0 0;
  }
}
#section01 .container .single_box .writer_box .writer_box_inner ul li {
  line-height: 1.4;
}
#section01 .container .single_box .writer_box .writer_box_inner ul li:not(:last-child) {
  margin: 0 0 10px;
}
#section01 .container .single_box .btn_box {
  margin: 80px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .btn_box {
    margin: 60px 0 0;
  }
}
#section01 .container .single_box .btn_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 60px;
  font-weight: 500;
  color: #fff;
  background: #007dc4;
}
@media only screen and (max-width: 1170px) {
  #section01 .container .single_box .btn_box a {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .btn_box a {
    width: 100%;
    max-width: 220px;
    height: 40px;
    font-size: 12px;
    margin: 0 auto;
  }
}
#section01 .container .single_box .btn_box a span {
  position: relative;
  padding: 0 0 0 25px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .btn_box a span {
    padding: 0 0 0 10px;
  }
}
#section01 .container .single_box .btn_box a span::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e800";
  margin: 0 0 0 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 1170px) {
  #section01 .container .single_box .btn_box a span::after {
    margin: 0 0 0 12px;
  }
}
#section01 .container .single_box .btn_box a:hover {
  background: #00cdff;
}
#section01 .container .single_box .btn_box a:hover span {
  margin: 0 0 0 4px;
}
@media only screen and (max-width: 1170px) {
  #section01 .container .single_box .btn_box a:hover span {
    margin: 0 0 0 2px;
  }
}
#section01 .container .single_box .btn_box a:hover span::after {
  margin: 0 0 0 24px;
}
@media only screen and (max-width: 1170px) {
  #section01 .container .single_box .btn_box a:hover span::after {
    margin: 0 0 0 14px;
  }
}
#section01 .container .single_box .btn_box a[target=_blank] span::after {
  content: "\f08e" !important;
}
#section01 .container .single_box .scroll_table .scroll_table_wrap {
  position: relative;
}
#section01 .container .single_box .scroll_table .scroll_table_wrap::-webkit-scrollbar {
  height: 5px;
}
#section01 .container .single_box .scroll_table .scroll_table_wrap::-webkit-scrollbar-track {
  background: #d6d6d6;
}
#section01 .container .single_box .scroll_table .scroll_table_wrap::-webkit-scrollbar-thumb {
  background: #007dc4;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .scroll_table .scroll_table_wrap {
    width: 100%;
    overflow: auto;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .scroll_table .scroll_table_wrap table {
    min-width: 768px;
  }
  #section01 .container .single_box .scroll_table .scroll_table_wrap table tr th,
  #section01 .container .single_box .scroll_table .scroll_table_wrap table tr td {
    white-space: nowrap;
  }
}
#section01 .container .single_box .scroll_table .scroll_table_wrap .swipe {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .scroll_table .scroll_table_wrap .swipe {
    display: block;
  }
}
#section01 .container .single_box .scroll_table .scroll_table_wrap .swipe span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
#section01 .container .single_box .scroll_table .scroll_table_wrap table {
  width: 100%;
  table-layout: fixed;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .scroll_table .scroll_table_wrap table {
    min-width: 1170px;
    max-width: 1170px;
  }
}
#section01 .container .single_box .scroll_table .scroll_table_wrap table tr th,
#section01 .container .single_box .scroll_table .scroll_table_wrap table tr td {
  vertical-align: middle;
  line-height: 1.4;
  padding: 16px;
  border: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .scroll_table .scroll_table_wrap table tr th,
  #section01 .container .single_box .scroll_table .scroll_table_wrap table tr td {
    padding: 12px;
  }
}
#section01 .container .single_box .scroll_table .scroll_table_wrap table tr th {
  background: #c6ddf4;
}
#section01 .container .single_box .scroll_table .scroll_table_wrap table tr th.bg_green {
  background: #cdf9d1;
}