@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/*全体共通--------------*/
* {
  box-sizing: border-box;
  color: #516874; }

body {
  font-family: 游ゴシック,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;
  position: relative; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul {
  list-style: none; }

.txt_left {
  text-align: left !important; }

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

.txt_center {
  text-align: center; }

.txt_bold {
  font-weight: 600; }

.txt_nomal {
  font-weight: 400 !important; }

.txt_small {
  font-size: 80% !important; }

.txt_red {
  color: #f00; }

.txt_yellow {
  color: #ffd25c; }

.mrg_t00 {
  margin-top: 0px !important; }

.mrg_t05 {
  margin-top: 5px !important; }

.mrg_t15 {
  margin-top: 15px !important; }

.mrg_t20 {
  margin-top: 20px !important; }

.mrg_t40 {
  margin-top: 40px !important; }

.mrg_r00 {
  margin-right: 0px !important; }

.mrg_r10 {
  margin-right: 10px !important; }

.pad_l05 {
  padding-left: 5px !important; }

.pad_t00 {
  padding-top: 0px !important; }

.pad_t05 {
  padding-top: 5px !important; }

.pad_t20 {
  padding-top: 20px !important; }

.pad_t40 {
  padding-top: 40px !important; }

.pad_b00 {
  padding-bottom: 0px !important; }

.pad_b20 {
  padding-bottom: 20px !important; }

/*先頭へ戻る------------------*/
#page_top {
  z-index: 100;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  /*bottom: 0px;*/ }
  #page_top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none; }
    #page_top a img {
      width: 100%; }

/*ボタン------------------*/
.btn_fixed {
  position: fixed;
  bottom: 0px;
  right: 20px;
  z-index: 110; }
  @media screen and (max-width: 768px) {
    .btn_fixed {
      width: 100%;
      right: 0px; } }

.btn_organizers_page {
  border: 1px solid #095A81;
  background: #fff; }
  .btn_organizers_page a {
    display: flex;
    color: #095A81; }
    @media screen and (max-width: 768px) {
      .btn_organizers_page a {
        justify-content: space-between; } }
    .btn_organizers_page a div {
      padding: 20px;
      font-weight: 600;
      color: #095A81; }
      @media screen and (max-width: 768px) {
        .btn_organizers_page a div {
          display: flex;
          width: 100%;
          justify-content: center; } }
    .btn_organizers_page a span.arrow {
      display: flex;
      background: #095A81;
      padding: 20px 10px;
      width: 56px; }
    .btn_organizers_page a .arrow::after {
      content: '';
      width: 30px;
      height: 10px;
      border-bottom: solid 1px #fff;
      border-right: solid 1px #fff;
      transform: skew(45deg); }
      @media screen and (max-width: 768px) {
        .btn_organizers_page a .arrow::after {
          width: 25px; } }
  .btn_organizers_page a:hover {
    opacity: .7;
    transition: all 0.3s ease-out; }

.contents_h2 {
  position: fixed;
  width: 100%;
  top: 72px; }
  @media screen and (max-width: 768px) {
    .contents_h2 {
      margin-top: -22px !important; } }

.section_first {
  padding-top: 200px; }
  @media screen and (max-width: 768px) {
    .section_first {
      padding-top: 100px; } }

/*parts----*/
/*トップページ用ヘッダーPC*/
.index_header_sp {
  display: none; }

.common_header_sp {
  display: none; }

.header_sp {
  display: none; }

.index_header_pc {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0px; }
  .index_header_pc .head_contents {
    width: 1000px;
    padding: 0px 20px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    　position: relative !important;
    /*ロゴ*/
    /*メニュー*/
    /*ログインボタン*/ }
      .index_header_pc .head_contents h1 .img_logo {
        width: 195px; }
    .index_header_pc .head_contents nav {
      width: calc(100% - 195px); }
      .index_header_pc .head_contents nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 20px 0px; }
        .index_header_pc .head_contents nav ul li:first-child {
          width: 100%;
          margin-left: 175px;
          /*メニュースタイル*/ }
          .index_header_pc .head_contents nav ul li:first-child a {
            display: block;
            width: 150px;
            color: #fff;
            padding: 10px;
            border-radius: 100px;
            background: rgba(255, 255, 255, 0.3);
            font-weight: 600;
            text-align: center; }
          .index_header_pc .head_contents nav ul li:first-child a:hover {
            text-decoration: none; }
          .index_header_pc .head_contents nav ul li:first-child .fuller-button {
            color: white;
            background: none;
            transition: background-color 0.3s, box-shadow 0.3s, color 0.3s; }
            .index_header_pc .head_contents nav ul li:first-child .fuller-button.white {
              box-shadow: inset 0 0 0.8em rgba(255, 255, 255, 0.3), 0 0 0.8em rgba(255, 255, 255, 0.3);
              border: #fff solid 1px;
              background: rgba(255, 255, 255, 0.3); }
            .index_header_pc .head_contents nav ul li:first-child .fuller-button.white:hover {
              color: #00B8C4;
              background-color: #fff;
              box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.3), 0 0 1.2em rgba(255, 255, 255, 0.5); }
        .index_header_pc .head_contents nav ul li:nth-child(n+2) {
          padding-left: 30px;
          margin-top: 20px; }
          .index_header_pc .head_contents nav ul li:nth-child(n+2) .btn_innner {
            display: flex;
            align-items: center;
            position: relative; }
            .index_header_pc .head_contents nav ul li:nth-child(n+2) .btn_innner p {
              color: #fff;
              font-weight: 600;
              font-size: 90%; }
            .index_header_pc .head_contents nav ul li:nth-child(n+2) .btn_innner span.arrow {
              display: flex;
              padding-left: 5px; }
            .index_header_pc .head_contents nav ul li:nth-child(n+2) .btn_innner span.arrow::after {
              content: '';
              width: 15px;
              height: 3px;
              border-bottom: solid 1px #fff;
              border-right: solid 1px #fff;
              transform: skew(45deg); }
          .index_header_pc .head_contents nav ul li:nth-child(n+2) a::after {
            position: absolute;
            bottom: -4px;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #fff;
            transform: scale(0, 1);
            transform-origin: left top;
            transition: transform .3s; }
          .index_header_pc .head_contents nav ul li:nth-child(n+2) a:hover::after {
            transform: scale(1, 1); }
        .index_header_pc .head_contents nav ul li:nth-child(2) {
          padding-left: 0px; }
    .index_header_pc .head_contents .header_btn_login ul {
      display: flex;
      position: absolute;
      top: 0px;
      right: 20px; }
      .index_header_pc .head_contents .header_btn_login ul li:last-child {
        margin-left: 10px; }
      .index_header_pc .head_contents .header_btn_login ul li {
        min-width: 160px;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 0px 0px 10px 10px; }
        .index_header_pc .head_contents .header_btn_login ul li a {
          display: block;
          background: #fff;
          color: #00B8C4;
          font-weight: 600;
          font-size: 80%;
          border-radius: 0px 0px 10px 10px; }
        .index_header_pc .head_contents .header_btn_login ul li a:hover {
          text-decoration: none;
          transition: 0.3s;
          opacity: .8; }
      .index_header_pc .head_contents .header_btn_login ul li.visiter_login .item_title {
        background: #00B8C4;
        color: #fff;
        font-size: 90%;
        padding: 7px 15px; }
      .index_header_pc .head_contents .header_btn_login ul li.visiter_login .item_txt {
        color: #00B8C4;
        padding: 7px 15px; }
      .index_header_pc .head_contents .header_btn_login ul li.organizers_login .item_title {
        background: #095A81;
        color: #fff;
        font-size: 90%;
        padding: 7px 15px; }
      .index_header_pc .head_contents .header_btn_login ul li.organizers_login .item_txt {
        color: #095A81;
        padding: 7px 15px; }

.common_header_pc {
  display: block;
  background: #0cebfe;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0cebfe 0%, #11d6fe 47%, #0de8f5 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0cebfe 0%, #11d6fe 47%, #0de8f5 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0cebfe 0%, #11d6fe 47%, #0de8f5 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cebfe', endColorstr='#0de8f5',GradientType=1 );
  /* IE6-9 */ }

.hd_common.change-color {
  background: #0cebfe;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0cebfe 0%, #11d6fe 47%, #0de8f5 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0cebfe 0%, #11d6fe 47%, #0de8f5 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0cebfe 0%, #11d6fe 47%, #0de8f5 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cebfe', endColorstr='#0de8f5',GradientType=1 );
  /* IE6-9 */
  transition: .3s; }

/*共通ヘッダーSP*/
@media screen and (max-width: 768px) {
  .index_header_pc {
    display: none; }

  .common_header_pc {
    display: none; } }
@media screen and (max-width: 768px) {
  .header_pc {
    display: none; }

  .header_sp {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 300; }

  .index_header_sp {
    display: block;
    background-color: transparent; }

  .common_header_sp {
    display: block;
    background: #0cebfe;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0cebfe 0%, #11d6fe 47%, #0de8f5 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0cebfe 0%, #11d6fe 47%, #0de8f5 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0cebfe 0%, #11d6fe 47%, #0de8f5 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cebfe', endColorstr='#0de8f5',GradientType=1 );
    /* IE6-9 */ }

  .header_inner {
    position: relative;
    padding: 10px; }

  h1.title {
    display: flex;
    padding-left: 20px;
    margin-top: -5px; }

  .logo {
    position: absolute;
    width: 60%;
    left: 0; }
    .logo img {
      height: 35px; }

  .header_btn_login {
    position: absolute;
    right: 50px;
    top: 0px;
    height: 40px;
    font-size: 70%;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    align-items: center;
    border: 1px solid #00B8C4;
    text-align: center; }
    .header_btn_login .item_title {
      background: #00B8C4;
      color: #fff;
      padding: 3px 15px;
      font-weight: 400; }
    .header_btn_login .item_txt {
      color: #00B8C4;
      padding: 5px 15px;
      font-weight: 600;
      font-size: 110%; }

  .main {
    margin-top: 50px; }

  .nav {
    position: fixed;
    left: 0px;
    top: -100%;
    width: 100%;
    height: auto;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
    background-color: #00B8C4;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
    .nav .nav_header_btn_login {
      /*ログインボタン*/ }
      .nav .nav_header_btn_login ul {
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 45px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 100%;
        align-items: center;
        padding: 20px 5%;
        background: #fff; }
        .nav .nav_header_btn_login ul li {
          width: 49%;
          text-align: center;
          border: 1px solid #fff;
          border-radius: 10px; }
          .nav .nav_header_btn_login ul li a {
            display: block;
            background: #fff;
            color: #00B8C4;
            font-weight: 600;
            font-size: 70%;
            border-radius: 10px; }
          .nav .nav_header_btn_login ul li a:hover {
            text-decoration: none;
            transition: 0.3s;
            opacity: .8; }
        .nav .nav_header_btn_login ul li.visiter_login {
          border: 1px solid #00B8C4; }
          .nav .nav_header_btn_login ul li.visiter_login .item_title {
            background: #00B8C4;
            color: #fff;
            font-size: 90%;
            padding: 7px 15px;
            border-radius: 10px 10px 0px 0px; }
          .nav .nav_header_btn_login ul li.visiter_login .item_txt {
            color: #00B8C4;
            padding: 7px 15px; }
        .nav .nav_header_btn_login ul li.organizers_login {
          border: 1px solid #095A81; }
          .nav .nav_header_btn_login ul li.organizers_login .item_title {
            background: #095A81;
            color: #fff;
            font-size: 90%;
            padding: 7px 15px;
            border-radius: 10px 10px 0px 0px; }
          .nav .nav_header_btn_login ul li.organizers_login .item_txt {
            color: #095A81;
            padding: 7px 15px; }
    .nav a {
      color: #00B8C4;
      font-weight: 600; }

  .hamburger {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
    background: #00B8C4; }

  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #fff;
    transition: all .6s; }

  .hamburger_border_top {
    top: 14px; }

  .hamburger_border_center {
    top: 20px; }

  .hamburger_border_bottom {
    top: 26px; }

  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer; }

  /*メニュー*/
  .nav_list {
    font-size: 90%;
    padding: 188px 0px 50px 0px; }

  .nav_item {
    background: #fff; }
    .nav_item a {
      display: block;
      border-bottom: 1px solid #C6DAE5;
      text-decoration: none;
      padding: 15px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #516874; }
      .nav_item a i {
        color: #00B8C4; }

  /* 表示された時用のCSS */
  .nav-open .nav {
    top: 0; }

  .nav-open .black_bg {
    opacity: .8;
    visibility: visible; }

  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px; }

  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%; }

  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px; } }
/*footer------------------------------*/
footer {
  background-color: #7A8F9A; }
  @media screen and (max-width: 768px) {
    footer {
      background: #516874; } }

footer .footer_inner {
  margin: 0px auto;
  font-size: 80%;
  width: 960px;
  padding: 40px 0px; }
  @media screen and (max-width: 768px) {
    footer .footer_inner {
      width: 100%;
      padding: 0px; } }
  footer .footer_inner ul {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      footer .footer_inner ul {
        flex-wrap: wrap; } }
  @media screen and (max-width: 768px) {
    footer .footer_inner li {
      width: 50%;
      padding: 15px;
      border-bottom: 1px solid #7E909A; } }
  @media screen and (max-width: 768px) {
    footer .footer_inner li:nth-child(odd) {
      border-right: 1px solid #7E909A; } }
  footer .footer_inner li:after {
    content: "|";
    padding: 0px 10px;
    color: #fff; }
    @media screen and (max-width: 768px) {
      footer .footer_inner li:after {
        content: ""; } }
  footer .footer_inner li:last-child:after {
    content: ""; }
  footer .footer_inner li a {
    color: #fff; }
  footer .footer_inner li a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none; }
  footer .footer_inner ul.list_bottom {
    font-size: 90%;
    padding-top: 20px; }
    @media screen and (max-width: 768px) {
      footer .footer_inner ul.list_bottom li {
        width: auto;
        border-bottom: none;
        border-right: none;
        padding: 0px; } }
    @media screen and (max-width: 768px) {
      footer .footer_inner ul.list_bottom li:after {
        content: "|";
        padding: 0px 10px;
        color: #fff; } }
    @media screen and (max-width: 768px) {
      footer .footer_inner ul.list_bottom li:last-child:after {
        content: ""; } }

.copyright {
  width: 100%;
  background: #516874;
  padding: 20px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .copyright {
      padding-bottom: 70px; } }
  .copyright small {
    color: #fff;
    font-size: 75%; }
    @media screen and (max-width: 768px) {
      .copyright small {
        display: block;
        margin: 0px auto;
        text-align: center;
        padding: 10px; } }

.pager {
  margin-bottom: 60px; }

.pager .pagination {
  text-align: center;
  margin-top: 40px; }

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .pager .pagination li {
      width: 40px;
      height: 40px; } }

.pager .pagination li a {
  border-radius: 50px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }
  @media screen and (max-width: 768px) {
    .pager .pagination li a {
      font-size: 80%; } }

.pager .pagination li.pre a span,
.pager .pagination li.next a span {
  color: #00B8C4; }

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
  color: #00B8C4; }

.pager .pagination li a:hover,
.pager .pagination li a.active {
  background: #00B8C4; }

.pager .pagination li a:hover span,
.pager .pagination li a.active span {
  color: #fff; }

.pager .pagination li.pre a span:hover,
.pager .pagination li.next a span:hover {
  color: #00B8C4;
  opacity: .7; }

/*page----*/
.main_bg {
  position: relative;
  background: url("../images/main_bg.png") no-repeat;
  height: 780px;
  width: 100%;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .main_bg {
      display: flex;
      margin-bottom: 20px; } }

.gradient_white {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28%, white 86%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28%, white 86%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28%, white 86%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.main_items {
  margin: 0px auto;
  max-width: 960px; }
  @media screen and (max-width: 768px) {
    .main_items {
      width: 100%; } }

/*スライド*/
.slick-slider {
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 768px) {
    .slick-slider {
      overflow: hidden; } }

@media screen and (max-width: 768px) {
  .slick-list {
    width: 200%;
    left: -50%; } }

.slick-slider img {
  width: 100%;
  height: 100%; }

/*トップ画像枠*/
.main_area {
  z-index: 10;
  width: 960px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 140px;
  padding: 0px 20px; }
  @media screen and (max-width: 768px) {
    .main_area {
      display: block;
      width: 100%;
      margin: 0px auto;
      text-align: center;
      top: 70px; } }
  .main_area .main_right {
    width: 425px;
    display: flex;
    justify-content: flex-end;
   }
   .main_area .main_right img{
    width: 280px;
   }
  @media screen and (max-width: 768px) {
    .main_area .main_right {
      display: none; } }
  .main_area .main_left {
    width: 535px; }
    @media screen and (max-width: 768px) {
      .main_area .main_left {
        width: 100%; } }
    .main_area .main_left .left_logo img {
      width: 100%; }
    .main_area .main_left .left_img {
      display: none; }
      @media screen and (max-width: 768px) {
        .main_area .main_left .left_img {
          display: block;
          width: 100%; }
          .main_area .main_left .left_img img {
            width: 40%;
            margin: 0px auto;
            text-align: center; } }
    .main_area .main_left .left_copy {
      margin-top: 30px;
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.06) 90%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.06) 90%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.06) 90%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 */ }
      @media screen and (max-width: 768px) {
        .main_area .main_left .left_copy {
          margin-top: -10px; } }
      .main_area .main_left .left_copy p {
        color: #fff;
        padding: 25px;
        text-align: center;
        font-weight: 600;
        line-height: 1.8em;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8); }
        @media screen and (max-width: 768px) {
          .main_area .main_left .left_copy p {
            padding: 15px 0px;
            line-height: 1.6em; } }
        .main_area .main_left .left_copy p span {
          font-size: 135%;
          color: #fff; }
          @media screen and (max-width: 768px) {
            .main_area .main_left .left_copy p span {
              font-size: 110%; } }
    .main_area .main_left .left_bagde {
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .main_area .main_left .left_bagde {
          margin-top: 15px; } }
      .main_area .main_left .left_bagde dl {
        display: flex; }
        @media screen and (max-width: 768px) {
          .main_area .main_left .left_bagde dl {
            display: block; } }
        .main_area .main_left .left_bagde dl dt {
          background: #414141;
          display: flex;
          align-items: center;
          height: 80px;
          border-radius: 10px 0px 0px 10px;
          font-weight: 600; }
          @media screen and (max-width: 768px) {
            .main_area .main_left .left_bagde dl dt {
              border-radius: 10px 10px 0px 0px;
              text-align: center;
              height: auto;
              display: block; } }
          .main_area .main_left .left_bagde dl dt p {
            color: #fff;
            padding: 15px;
            white-space: nowrap; }
          .main_area .main_left .left_bagde dl dt .arrow {
            background: #fff;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 40px 0 40px 20px;
            border-color: transparent transparent transparent #414141; }
            @media screen and (max-width: 768px) {
              .main_area .main_left .left_bagde dl dt .arrow {
                display: none; } }
        @media screen and (max-width: 768px) {
          .main_area .main_left .left_bagde dl dt:after {
            content: "";
            position: absolute;
            left: 50%;
            margin-left: -6px;
            border: 8px solid transparent;
            border-top: 8px solid #414141;
            z-index: 1; } }
        .main_area .main_left .left_bagde dl dd {
          background: #fff;
          display: flex;
          align-items: center;
          width: 100%;
          border-radius: 0px 10px 10px 0px; }
          @media screen and (max-width: 768px) {
            .main_area .main_left .left_bagde dl dd {
              display: block;
              border-radius: 0px 0px 10px 10px;
              padding: 15px 20px; } }
          .main_area .main_left .left_bagde dl dd ul {
            display: flex;
            justify-content: space-between; }
            .main_area .main_left .left_bagde dl dd ul li {
              padding: 0px 15px; }
              @media screen and (max-width: 768px) {
                .main_area .main_left .left_bagde dl dd ul li {
                  padding: 0px; } }
              .main_area .main_left .left_bagde dl dd ul li img {
                height: 40px; }
            .main_area .main_left .left_bagde dl dd ul li:last-child {
              padding-left: 0px; }
    .main_area .main_left .left_btn {
      padding-top: 30px;
      margin: 0px auto;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .main_area .main_left .left_btn {
          padding-top: 15px; } }
      .main_area .main_left .left_btn .gradient {
        display: inline-block;
        color: #fff;
        padding: 25px 60px;
        border-radius: 100px;
        text-decoration: none;
        outline: none;
        background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #0B96EF 51%, #00B8C4 100%);
        background-position: 1% 50%;
        background-size: 200% auto;
        transition: all 0.3s ease-out;
        box-shadow: 0px 0px 15px -5px #ffffff;
        font-weight: 600;
        font-size: 135%; }
        @media screen and (max-width: 768px) {
          .main_area .main_left .left_btn .gradient {
            font-size: 100%;
            width: 100%; } }
      .main_area .main_left .left_btn .gradient:hover {
        color: #fff;
        background-position: 99% 50%; }
      .main_area .main_left .left_btn i {
        padding-left: 10px;
        color: #fff; }

/*見出し*/
.titlearea {
  margin-top: 60px;
  box-shadow: 0px 0px 15px -5px #777777;
  background: #0b96ef;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0b96ef 8%, #0a9be9 26%, #02b3cb 68%, #93f8ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0b96ef 8%, #0a9be9 26%, #02b3cb 68%, #93f8ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0b96ef 8%, #0a9be9 26%, #02b3cb 68%, #93f8ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b96ef', endColorstr='#93f8ff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  @media screen and (max-width: 768px) {
    .titlearea {
      margin-top: 40px; } }
  .titlearea h2 {
    max-width: 1000px;
    margin: 0px auto;
    padding: 30px 20px;
    color: #fff;
    font-size: 160%; }
    @media screen and (max-width: 768px) {
      .titlearea h2 {
        width: 90%;
        padding: 20px 0px;
        font-size: 135%; } }

/*コンテンツ枠共通*/
section .contents_area {
  max-width: 1000px;
  padding: 0px 20px;
  margin: 0px auto;
  padding-top: 40px; }
  @media screen and (max-width: 768px) {
    section .contents_area {
      padding-top: 20px; } }

/*グラデボタン共通*/
section .contents_area .btn_gradient {
  padding-top: 40px;
  margin: 0px auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    section .contents_area .btn_gradient {
      padding-top: 20px; } }
  section .contents_area .btn_gradient .gradient {
    display: inline-block;
    color: #fff;
    padding: 25px 60px;
    border-radius: 100px;
    text-decoration: none;
    outline: none;
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #0B96EF 51%, #00B8C4 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
    font-weight: 600;
    font-size: 135%; }
    @media screen and (max-width: 768px) {
      section .contents_area .btn_gradient .gradient {
        padding: 20px;
        width: 100%;
        font-size: 100%; } }
  section .contents_area .btn_gradient .gradient:hover {
    color: #fff;
    background-position: 99% 50%; }
  section .contents_area .btn_gradient i {
    padding-left: 10px;
    color: #fff; }

/*お知らせ*/
section .contents_area.news ul li {
  border-bottom: 1px dotted #516874; }
  section .contents_area.news ul li a {
    display: block;
    padding: 20px 0px; }
    @media screen and (max-width: 768px) {
      section .contents_area.news ul li a {
        padding: 15px 0px; } }
    section .contents_area.news ul li a .news_title {
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      color: #00B8C4;
      line-height: 1.6em; }
      @media screen and (max-width: 768px) {
        section .contents_area.news ul li a .news_title {
          font-size: 80%;
          line-height: 1.4em; } }
    section .contents_area.news ul li a .news_date {
      font-size: 80%;
      color: #516874;
      padding-top: 10px; }
      @media screen and (max-width: 768px) {
        section .contents_area.news ul li a .news_date {
          font-size: 70%;
          padding-top: 7px; } }
  section .contents_area.news ul li a:hover {
    text-decoration: none;
    opacity: .7;
    transition: all 0.3s ease-out; }

/*新着イベント*/
section .title_new_event {
  margin-top: 0px; }
section .title_new_event h2{
  color: #F5FF00;
}


section .contents_area .new_event .eventlist_all {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    section .contents_area .new_event .eventlist_all {
      display: block; } }
  section .contents_area .new_event .eventlist_all li {
    display: flex;
    width: 22.5%;
    margin-right: 3.3%; }
    @media screen and (max-width: 768px) {
      section .contents_area .new_event .eventlist_all li {
        width: 100%; } }
    section .contents_area .new_event .eventlist_all li a {
      display: block; }
      @media screen and (max-width: 768px) {
        section .contents_area .new_event .eventlist_all li a {
          display: flex; } }
    section .contents_area .new_event .eventlist_all li a:hover {
      opacity: .7;
      transition: all 0.3s ease-out; }
  section .contents_area .new_event .eventlist_all li:nth-of-type(4n) {
    margin-right: 0%; }
  section .contents_area .new_event .eventlist_all .event_item {
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #EEF5F9;
    box-shadow: 0px 0px 10px -5px #777777; }
    @media screen and (max-width: 768px) {
      section .contents_area .new_event .eventlist_all .event_item .event_item_mainimg {
        display: flex;
        width: 40%; } }
    section .contents_area .new_event .eventlist_all .event_item .event_item_mainimg img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      width: 100%;
      height: 170px;
      object-fit: cover; }
      @media screen and (max-width: 768px) {
        section .contents_area .new_event .eventlist_all .event_item .event_item_mainimg img {
          border-radius: 10px 0px 0px 10px;
          height: auto; } }
    section .contents_area .new_event .eventlist_all .event_item .item_info {
      padding: 10px; }
      @media screen and (max-width: 768px) {
        section .contents_area .new_event .eventlist_all .event_item .item_info {
          width: 60%; } }
      section .contents_area .new_event .eventlist_all .event_item .item_info .item_title {
        font-weight: 600;
        font-size: 90%;
        line-height: 1.4em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      section .contents_area .new_event .eventlist_all .event_item .item_info ul {
        font-size: 80%; }
        section .contents_area .new_event .eventlist_all .event_item .item_info ul li {
          display: flex;
          padding-top: 5px;
          width: 100%; }
          section .contents_area .new_event .eventlist_all .event_item .item_info ul li i {
            padding-right: 10px; }
      section .contents_area .new_event .eventlist_all .event_item .item_info .text-desc {
        padding-top: 5px;
        font-size: 75%;
        line-height: 1.4em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word; }
        @media screen and (max-width: 768px) {
          section .contents_area .new_event .eventlist_all .event_item .item_info .text-desc {
            height: 36px;
          }
        }


/*イベントを一元管理*/
section .titlearea_organizers {
  margin-top: 60px;
  box-shadow: 0px 0px 15px -5px #777777;
  background: #08557b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #08557b 0%, #095b83 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #08557b 0%, #095b83 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #08557b 0%, #095b83 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08557b', endColorstr='#095b83',GradientType=1 );
  /* IE6-9 */ }
  @media screen and (max-width: 768px) {
    section .titlearea_organizers {
      margin-top: 40px; } }
  section .titlearea_organizers .organizers_all {
    max-width: 1000px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    background: url("../images/dot.png") no-repeat;
    background-size: 40%;
    background-position: 0px -100px; }
    @media screen and (max-width: 768px) {
      section .titlearea_organizers .organizers_all {
        width: 100%;
        display: block;
        background-size: 60%;
        background-position: 50% -100px; } }
    section .titlearea_organizers .organizers_all .organizers_left {
      width: 40%; }
      @media screen and (max-width: 768px) {
        section .titlearea_organizers .organizers_all .organizers_left {
          width: 100%;
          padding: 20px; } }
      section .titlearea_organizers .organizers_all .organizers_left div {
        text-align: center;
        font-size: 160%;
        color: #fff;
        line-height: 1.6em;
        font-weight: 600;
        color: #F5FF00; }
        @media screen and (max-width: 768px) {
          section .titlearea_organizers .organizers_all .organizers_left div br {
            display: none; } }
    section .titlearea_organizers .organizers_all .organizers_right {
      width: 60%;
      display: flex;
      flex-direction: column;
      padding: 40px; }
      @media screen and (max-width: 768px) {
        section .titlearea_organizers .organizers_all .organizers_right {
          padding: 0px 0px 20px 0px;
          width: 90%;
          margin: 0px auto;
          flex-direction: row;
          align-items: center; } }
      section .titlearea_organizers .organizers_all .organizers_right .item_badge {
        border-radius: 10px;
        background: #fff;
        padding: 15px;
        color: #09587f;
        font-weight: 600;
        text-align: center;
        margin: 0px auto;
        width: 30%; }
        @media screen and (max-width: 768px) {
          section .titlearea_organizers .organizers_all .organizers_right .item_badge {
            width: 40%;
            border: 1px solid #fff;
            color: #fff;
            font-size: 90%;
            font-weight: 400;
            background-color: transparent;
            padding: 5px; } }
      section .titlearea_organizers .organizers_all .organizers_right .item_txt {
        color: #fff;
        padding-top: 20px;
        text-align: center;
        line-height: 1.6em;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          section .titlearea_organizers .organizers_all .organizers_right .item_txt {
            padding: 0px 0px 0px 10px;
            width: 60%;
            font-size: 90%;
            font-weight: 400;
            text-align: left; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    section .titlearea_organizers .organizers_all .organizers_right .item_txt br {
      display: none; } }

section .organizers_point {
  background: #E7F0F5;
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    section .organizers_point {
      padding-bottom: 40px; } }
  section .organizers_point ul {
    display: flex; }
    @media screen and (max-width: 768px) {
      section .organizers_point ul {
        display: block; } }
    section .organizers_point ul li {
      width: 30%;
      margin-right: 5%;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0px 0px 10px -5px #777777; }
      @media screen and (max-width: 768px) {
        section .organizers_point ul li {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          width: 100%;
          margin-top: 15px; } }
      section .organizers_point ul li .point_title {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: #09587f;
        padding: 20px;
        color: #fff;
        text-align: center;
        font-weight: 600;
        position: relative; }
        @media screen and (max-width: 768px) {
          section .organizers_point ul li .point_title {
            width: 100%;
            padding: 15px; } }
      section .organizers_point ul li .point_title:after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #09587f;
        z-index: 1; }
      section .organizers_point ul li .point_txt {
        padding: 20px;
        font-size: 90%;
        line-height: 1.6em; }
        @media screen and (max-width: 768px) {
          section .organizers_point ul li .point_txt {
            width: 60%;
            font-size: 80%;
            padding: 15px; } }
      section .organizers_point ul li .img_point {
        padding: 0px 30px 20px 30px; }
        @media screen and (max-width: 768px) {
          section .organizers_point ul li .img_point {
            width: 40%;
            padding: 0px 15px 0px 0px; } }
        section .organizers_point ul li .img_point img {
          width: 100%; }
          @media screen and (max-width: 768px) {
            section .organizers_point ul li .img_point img {
              padding: 15px 0px; } }
    section .organizers_point ul li:last-child {
      margin-right: 0%; }
    @media screen and (max-width: 768px) {
      section .organizers_point ul li:first-child {
        margin-top: 0px; } }
  section .organizers_point .btn_organizers_page {
    border: 1px solid #095A81;
    background: #fff;
    width: 40%;
    margin: 40px auto; }
    @media screen and (max-width: 768px) {
      section .organizers_point .btn_organizers_page {
        width: 100%;
        margin: 20px auto 0px auto; } }
    section .organizers_point .btn_organizers_page a {
      display: flex;
      justify-content: space-between;
      color: #095A81; }
      section .organizers_point .btn_organizers_page a div {
        padding: 25px 0px;
        font-weight: 600;
        font-size: 135%;
        margin: 0px auto;
        text-align: center; }
        @media screen and (max-width: 768px) {
          section .organizers_point .btn_organizers_page a div {
            font-size: 100%; } }
      section .organizers_point .btn_organizers_page a span.arrow {
        display: flex;
        background: #095A81;
        padding: 25px 10px;
        width: 72px; }
      section .organizers_point .btn_organizers_page a .arrow::after {
        content: '';
        width: 30px;
        height: 10px;
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
        transform: skew(45deg); }
    section .organizers_point .btn_organizers_page a:hover {
      opacity: .7;
      transition: all 0.3s ease-out; }

/*app*/
section .titlearea_app {
  background: linear-gradient(-70deg, #fff 0%, #fff 65%, #0B96EF 65%, #00B8C4 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  box-shadow: 0px 0px 10px -5px #777777; }
  @media screen and (max-width: 768px) {
    section .titlearea_app {
      background: none;
      height: auto; } }
  section .titlearea_app .app_all {
    width: 1000px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      section .titlearea_app .app_all {
        display: block;
        width: 100%; } }
    section .titlearea_app .app_all .app_left {
      width: 37%;
      color: #fff;
      font-weight: 600;
      font-size: 135%;
      padding-left: 20px; }
      @media screen and (max-width: 768px) {
        section .titlearea_app .app_all .app_left {
          width: 100%;
          background: #0A9AEC;
          padding: 20px 5%; } }
    section .titlearea_app .app_all .app_right {
      font-weight: 600;
      line-height: 1.6em;
      padding-right: 20px; }
      @media screen and (max-width: 768px) {
        section .titlearea_app .app_all .app_right {
          border: 1px solid #0A9AEC;
          padding: 15px 5%;
          font-size: 80%; } }

/*furusato------------------*/
section .furusato_all {
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 13%, #edfeff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 13%, #edfeff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 13%, #edfeff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edfeff',GradientType=0 );
  /* IE6-9 */ }
  section .furusato_all .furusato {
    display: flex;
    align-items: center;
    padding-bottom: 60px; }
    @media screen and (max-width: 768px) {
      section .furusato_all .furusato {
        display: block; } }
    section .furusato_all .furusato .img_furusato {
      width: 42%; }
      @media screen and (max-width: 768px) {
        section .furusato_all .furusato .img_furusato {
          width: 70%;
          margin: 0px auto;
          text-align: center; } }
      section .furusato_all .furusato .img_furusato img {
        width: 100%; }
    section .furusato_all .furusato .txt_furusato {
      width: 58%;
      padding-left: 40px; }
      @media screen and (max-width: 768px) {
        section .furusato_all .furusato .txt_furusato {
          width: 100%;
          padding-left: 0px;
          padding-top: 20px; } }
      section .furusato_all .furusato .txt_furusato p {
        font-weight: 600;
        line-height: 1.6em; }


/*背景------------------*/
.bg_pattern {
  width: 100%;
  background-color: #fff;
  padding-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .bg_pattern {
      padding-bottom: 30px; } }

.paper {
  background: linear-gradient(0deg, transparent 14px, #d7d7d7 15px), linear-gradient(90deg, #ffffff 14px, #d7d7d7 15px);
  background-size: 15px 15px; }

.dl_app {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: 0px auto;
  padding-top: 60px; }
  @media screen and (max-width: 768px) {
    .dl_app {
      position: relative;
      display: block;
      width: 90%;
      text-align: center;
      padding-top: 30px; } }
  .dl_app .dl_left {
    width: 60%; }
    @media screen and (max-width: 768px) {
      .dl_app .dl_left {
        width: 100%; } }
    .dl_app .dl_left .dl_title {
      border-radius: 10px;
      background: #0A9AEC;
      padding: 15px;
      color: #fff;
      text-align: center;
      font-weight: 600;
      font-size: 115%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .dl_app .dl_left .dl_title {
          background: #414141;
          border-radius: 10px 10px 0px 0px;
          font-size: 100%;
          padding: 10px;
          text-align: left; } }
    .dl_app .dl_left .dl_title:after {
      content: "";
      position: absolute;
      bottom: -20px;
      left: 50%;
      margin-left: -17px;
      border: 14px solid transparent;
      border-top: 14px solid #0A9AEC;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .dl_app .dl_left .dl_title:after {
          display: none; } }
    .dl_app .dl_left ul {
      display: flex;
      justify-content: space-between;
      padding: 30px; }
      @media screen and (max-width: 768px) {
        .dl_app .dl_left ul {
          background: #fff;
          border-radius: 0px 0px 10px 10px;
          display: block;
          padding: 5px 15px 15px 15px; } }
      .dl_app .dl_left ul li {
        text-align: center; }
        @media screen and (max-width: 768px) {
          .dl_app .dl_left ul li {
            text-align: left; } }
        .dl_app .dl_left ul li img {
          height: 70px; }
          @media screen and (max-width: 768px) {
            .dl_app .dl_left ul li img {
              width: 45%;
              height: auto;
              padding-top: 10px; } }
  .dl_app .dl_right {
    width: 40%;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .dl_app .dl_right {
        width: 100%;
        position: absolute;
        top: 64px;
        right: 0px; } }
    .dl_app .dl_right img {
      width: 70%; }
      @media screen and (max-width: 768px) {
        .dl_app .dl_right img {
          width: 35%;
          position: absolute;
          right: 20px; } }

.news_detail {
  padding-bottom: 60px !important; }
  .news_detail h3 {
    padding-top: 30px;
    padding-bottom: 20px;
    line-height: 1.8em;
    font-size: 120%;
    border-bottom: 2px solid;
    border-image: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #0B96EF 51%, #00B8C4 100%);
    border-image-slice: 1; }
    @media screen and (max-width: 768px) {
      .news_detail h3 {
        padding-top: 20px;
        font-size: 110%; } }
    .news_detail h3 span.date {
      display: block;
      font-size: 70%;
      font-weight: 400; }
  .news_detail .news_txtarea {
    padding: 30px 0px;
    line-height: 1.8em; }
    @media screen and (max-width: 768px) {
      .news_detail .news_txtarea {
        font-size: 90%; } }
    .news_detail .news_txtarea a {
      color: #00B8C4; }
