@charset "utf-8";

html { scroll-behavior: smooth;}

.btn_area {
  margin: 0 auto;
  padding: 30px 0;
}
.btn_area a{
  color: #fff;
  font-weight: 600;
}

.btn {
  position: relative;
  display:block;
  margin: 0 auto;
  width: 90%;
  padding: 22px;
  border-radius: 4px;
  border: solid 1px #0059B2;
  background-color:#0059B2;
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  transition:0.8s all;
  text-align: center;
}

.btn-s {
  position: relative;
  display:block;
  margin: 0 auto;
  width: 100%;
  padding: 16px;
  border-radius: 100vh;
  border: solid 1px #0059B2;
  background-color:#0059B2;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  transition:0.8s all;
}

.btn_icon {
  position: absolute;
  right: 20px;
}

.btn:hover{
  background-color: #0085B2;
  border: solid 1px #0085B2;
  transition:0.8s all;
}

.btn-s:hover{
  background-color: #0085B2;
  border: solid 1px #0085B2;
  transition:0.8s all;
}

#crumbs ul {
  margin-left: 0!important;
  margin-bottom: 0!important;
}
#crumbs ul li {
  clear: both;
  display: inline;
  list-style-type: none;
  line-height: 30px;
  height: 30px;
  margin-left: 0!important;
}
#crumbs ul li a {
  text-decoration: none;
}
#crumbs ul li a:hover {
  text-decoration: underline;
}
#crumbs ul li:before {
  content: " > ";
  padding: 0 10px;
}
#crumbs ul li:first-child:before {
  content: "";
  padding: 0;
}

@media (min-width: 769px) {
  html { scroll-padding-top: 92px;}
}

@media (min-width: 769px) {
  #sp-icon {display: none;}
  #menu {display: none;}
  .sp_cont {display: none;}

  .title-2{
    margin: 0 0 20px 0;
    padding-bottom: 30px;
  } 
  .title-2::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    margin: auto;
    border-bottom: 4px solid #0059B2;
    border-radius: 2px;
  } 

  .title-2-huji{
    padding: 6px 0 0;
  } 

  .title-2-huji-sub{
    font-weight: bold;
    color:#0059B2;
  } 

  .title-3 {
    margin-left: 0;
    padding-left: 0;
    font-size: 22px;
  }

  .title-3 {
    position: relative;
    padding: 1rem 0;
    border-bottom: 4px solid #eee;
  }
  
  .title-3:before {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 20%;
    height: 4px;
    content: '';
    background: #0059B2;
  }

  .title-3-g {
    border: none;
    background-color: #eee;
    border-radius: 3px;
    text-align: center;
  }

  /* Header */
  .header_area {
    position: fixed;
    width: 100%;
    height: 92px;
    background: rgba(255,255,255,0.9);
    z-index: 1000;
  }

  .header_content {
    position: relative;
    margin: 0 auto;
    width: 1024px;
  }

  .header_logo {
    float:left;
    width: 220px;
  }

  .site-logo {
    margin-top: 20px;
    width: 220px;
  }

  .header_menu {
    float:left;
    width: 600px;
    text-align: center;
    font-size: 14px;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",sans-serif;
    font-weight: 600;
  }

  .header_menu ul{
    margin: 34px 0 0 220px;
  }

  .header_menu li { 
    float:left;
    margin: 0 20px;
    padding-left: 1em; 
    text-indent: -.7em;
  }

  .header_menu li { 
    float:left;
    padding-left: 1em; 
    text-indent: -.7em;
  }

  .header_contact {
    position: absolute;
    top: 12px;
    right: 0;
    width: 180px;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",sans-serif;
    text-align: center;
  }

  .header_contact a{
    color: #fff;
  }

  .header_contact_btn{
    display:block;
    margin: 10px auto;
    width: 180px;
    padding: 12px 0;
    background-color: #0059B2;
    border: solid 1px #0059B2;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700; 
    transition:0.8s all;

  }

  .header_contact_btn:hover {
    background-color: #0085B2;
    border: solid 1px #0085B2;
    transition:0.8s all;
  }


  /* Top-MV */
  .main_panel {
  padding-top: 92px;
  width: 100%;
  height: 600px;
  text-align: center;
  overflow: hidden;
  background-size: cover;
}

#ytPlayerWrap{
  position: relative;
  height: 500px;
  width: 100%;
}

  /* sec-head */
  .sec-head_area {
    padding-top: 92px;
  }
  
  .sec-head {
    padding-top: 10px;
    background-repeat: no-repeat;
    width: 100%;
    height: 146px;
    color: #fff;
    background-size: cover;
    background-position: 50% bottom;
    background-image:url('../img/sec-head.jpg');
    text-align: center;
    border-top: 20px solid #B4DFE7;
  }

  .sec-head h1{
    font-size: 32px;
    padding-bottom: 0;
  }

  .sec-head p{
    font-weight: bold;
  }

  /* content_area */
  .content_area {
    width: 100%;
    background: #fff;
  }

  .content_area_gray {
    width: 100%;
    background: #f8f8f8;
  }
  .content_area_lb {
    width: 100%;
    background: #DCF0F3;
  }
  .content_area-w100 {
    width: 100%;
    background: #fff;
  }

  .content {
    margin: 0 auto;
    padding: 30px 0 50px;
    width: 1024px;
    text-align: center;
    line-height: 1.6em;
  }

  .content_l {
    float: left;
    width: 500px;
  }

  .content_r {
    float: right;
    width: 500px;
  }

  .content_l-s {
    float: left;
    width: 300px;
  }

  .content_r-l {
    float: right;
    width: 700px;
  }

  .box-380 {
    margin: 0 auto;
    width: 380px;
    text-align: left;
  }

  .box-860 {
    margin: 0 auto;
    width: 860px;
    text-align: left;
  }

  .content_bl_area {
    width: 100%;
    background: #f1f8fe;
  }

  .content_g_h {
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #eee 50%, #eee 100%);
  }

  /* Top */
  .top-content_tl {
    font-size: 18px;
    line-height: 32px;
  }

  .content_mt-60 {
    margin-top: 60px;
  }

  .content_3c {
    margin: 40px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  
  .content_3c_item {
    margin-bottom: 40px;
    width: 30%;
    height: auto;
    line-height: 1.8em;
    text-align: left;
  }

  .content_3c_item img{
    width: 100%;
    margin-bottom: 10px;
    border-radius: 6px;
  }

  .content_3c_item h3{
    margin: 12px 0;
  }
  
  .content_3c_list {
    margin: 40px 0;
    padding: 0;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .content_3c_list::after{
    content:"";
    display: block;
    width:30%;
  }
  .content_3c_list_item {
    margin-bottom: 30px;
    padding: 6px 0;
    width: 30%;
    height: auto;
    line-height: 1.8em;
    font-weight: bold;
    color:#1E5259;
    background: #B4DFE7;
    border-radius: 20px;
  }


  .content_4c {
    margin: 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  
  .content_4c_item {
    margin-bottom: 20px;
    width: 22%;
    height: auto;
    line-height: 1.8em;
    text-align: left;
  }

  .content_4c_item img{
    width: 100%;
    margin-bottom: 10px;
    border-radius: 6px;
  }

  .content_4c_item h3{
    font-size: 18px;
    margin: 12px 0;
  }

  .content_flex {
    margin: 20px 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  
  .content_flex_item {
    margin-bottom: 10px;
    height: auto;
    line-height: 1.8em;
    text-align: center;
  }

  .content_flex_item img{
    width: 100%;
    margin-bottom: 10px;
  }

  .w-100{
    width: 100%;
  }

  .w-60{
    width: 60%;
  }

  .w-40{
    width: 40%;
  }

  .pdf-ico{
    margin: 20px 0;
    width: 80px!important;
  }

  /* お問い合わせ */
  .contact_area {
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
    background-image:url('../img/contact.jpg');
  }

  .contact {
    margin: 40px auto;
    padding: 20px 50px 40px;
    width: 924px;
    text-align: center;
    background: rgba(255,255,255,0.9);
  }

  .contact_tel {
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    color: #0059B2;
  }

  .contact_tel span{
    margin-right: 6px;
    font-size: 24px;
    color: #333;
  }

  .contact_time {
    display:block;
    margin: 10px auto;
    width: 320px;
    padding: 6px 10px;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #eee;
    border-radius: 4px;
  }

  .contact_btn_area {
    width: 100%;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",sans-serif;
    text-align: center;
  }

  .contact_btn_area a{
    color: #fff;
  }

  .contact_btn{
    display:block;
    margin: 10px auto;
    width: 300px;
    padding: 16px 0;
    background-color: #0059B2;
    border: solid 1px #0059B2;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700; 
    transition:0.8s all;

  }

  .contact_btn:hover {
    background-color: #0085B2;
    border: solid 1px #0085B2;
    transition:0.8s all;
  }


  /* ぱんくず */
  div#crumbs_area {
    width: 100%;
    background: #eee;
    font-size: 85%;
  }

  div#crumbs {
    margin: 0 auto;
    padding: 8px 0;
    width: 1024px;
  }

/* ページトップへ */
  .pagetop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
  }
  .pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 85%;
    text-decoration: none;
    line-height: 50px;
  }

/* ページ設定 */
  .page{
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 1.8em;
    text-align: left;
  }

/* フッタ */
  .footer_area {
    clear: both;
    width: 100%;
    text-align: center;
    background:#DCF0F3;
  }

  .footer_menu {
    padding: 10px;
    width: 100%;
    text-align: center;
    background:#0059B2;
  }

  .footer_menu a{
    color: #fff;
  }

  .footer_menu a:hover{
    color: #AAD5FF;
  }
  .footer_menu ul {
    list-style-type: none;
    margin: 4px auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.footer_menu li {
    display: inline-block;
    padding: 0 16px;
    text-align: center;
}

  .footer {
    margin: 0 auto;
    padding: 20px 0;
    width: 1024px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
  }
  .footer a{
     color: #ddd;
  }
  .footer a:hover{
     color: #eee;
  }
  .footer_logo {
    width: 220px;
  }
  .footer_logo img {
    width: 220px;
  }
  .footer_copy {
    margin-top: 20px;
    text-align: right;
  }



}
/* ==========end:min769========== */

@media (max-width: 768px) {
  .header_menu { display: none;}
  .header_contact { display: none;}
  #gnavi { display: none;}
  .pc_cont { display: none;}

    img.resp {
    width: 100%;
  }
  .sp_left {
    text-align: left!important;
  }

  .title-2{
    margin: 0 0 20px 0;
    padding-bottom: 30px;
  } 
  .title-2::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    margin: auto;
    border-bottom: 4px solid #0059B2;
    border-radius: 2px;
  } 

  .title-2-huji{
    padding: 6px 0 0;
  } 

  .title-2-huji-sub{
    font-weight: bold;
    color:#0059B2;
  } 

  .title-3 {
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
  }

  .title-3 {
    margin-top: 0;
    position: relative;
    padding: 0 0 10px;
    border-bottom: 4px solid #eee;
  }
  
  .title-3:before {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 20%;
    height: 4px;
    content: '';
    background: #0059B2;
  }

  .title-3-g {
    border: none;
    background-color: #eee;
    border-radius: 3px;
    text-align: center;
  }

  .sp-w90 {
    margin: 0 auto!important;
    width: 90%!important;
  }

  /* Header */
  .header_area {
    position: absolute;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 100;
  }
  .header_logo {
    float:left;
    margin: 0;
    padding: 10px 0 0 10px;
    width: 60%;
  }
  .site-logo{
    width: 100%;
  }
  .header_content h1 { 
    display: none;
  }

  /* Top-MV */
  .main_panel {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 400px;
    text-align: center;
    overflow: hidden;
  }

  #ytPlayerWrap{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
  }


  /* sec-head */
  .sec-head_area {
    padding-top: 80px;
  }
  
  .sec-head {
    padding-top: 10px;
    background-repeat: no-repeat;
    width: 100%;
    height: 126px;
    color: #fff;
    background-size: cover;
    background-position: 50% bottom;
    background-image:url('../img/sec-head.jpg');
    text-align: center;
    border-top: 10px solid #B4DFE7;
  }
  
  .sec-head h1{
    font-size: 24px;
    padding-bottom: 0;
  }

  .sec-head p{
    font-weight: bold;
  }


  /* content_area */
  .content_area {
    margin: 0 auto;
    width: 100%;
    background: #fff;
  }
  .content_area_gray {
    width: 100%;
    background: #f8f8f8;
  }
  .content_area_lb {
    width: 100%;
    background: #DCF0F3;
  }
  .content_area-w100 {
    width: 100%;
    background: #fff;
  }
  .content {
    margin: 0 auto;
    padding: 20px 0;
    width: 90%;
    text-align: center;
    line-height: 1.6em;
  }
  .content_l {
    margin: 0 auto 20px;
    width: 100%;
  }
  .content_r {
    margin: 20px auto;
    width: 100%;
  }
  .content_l-s {
    margin: 20px auto;
    width: 100%;
  }
  .content_r-l {
    margin: 20px auto;
    width: 100%;
  }
  .box-380 {
    width: 100%;
    text-align: left;
  }
  .box-860 {
    width: 100%;
    text-align: left;
  }
  .sp-bg-gray {
    background-color: #eee;
  }

  /* Top */
  .top-content_tl {
    font-size: 16px;
    line-height: 26px;
  }

  .content_mt-60 {
    margin-top: 30px;
  }

  .content_3c {
    margin: 20px 0;
    padding: 0;
    width: 100%;
  }
  
  .content_3c_item {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    line-height: 1.8em;
    text-align: left;
  }

  .content_3c_item img{
    width: 100%;
    border-radius: 6px;
  }

  .content_3c_item h3{
    margin: 20px 0;
    padding: 6px 10px;
  }

  .content_3c_list {
    margin: 20px 0;
    padding: 0;
    width: 100%;
  }
  
  .content_3c_list_item {
    margin-bottom: 10px;
    padding: 6px;
    width: 100%;
    height: auto;
    line-height: 1.8em;
    text-align: center;
    font-weight: bold;
    color:#1E5259;
    background: #B4DFE7;
    border-radius: 20px;
  }


  .content_4c {
    margin: 20px 0;
    padding: 0;
    width: 100%;
  }
  
  .content_4c_item {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    line-height: 1.8em;
    text-align: left;
  }

  .content_4c_item img{
    width: 100%;
    margin-bottom: 6px;
  }

  .content_4c_item h3{
    margin: 20px 0;
    padding: 6px 10px;
  }

  .content_flex {
    margin: 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  
  .content_flex_item {
    margin-bottom: 10px;
    width: 46%;
    height: auto;
    line-height: 1.8em;
    text-align: center;
  }

  .content_flex_item img{
    width: 100%;
    margin-bottom: 10px;
  }

  .w-100{
    width: 100%;
  }

  .w-60{
    width: 100%;
  }

  .w-40{
    width: 100%;
  }

  .pdf-ico{
    margin: 20px 0;
    width: 26%!important;
  }

  /* お問い合わせ */
  .contact_area {
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-image:url('../img/contact.jpg');
  }
  .contact {
    margin: 30px auto;
    padding: 20px;
    width: 90%;
    text-align: center;
    background: rgba(255,255,255,0.9);
  }
  .contact h2 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
  }
  .contact_tel{
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
    color: #0059B2;
    text-align: center;
  }
  .contact_tel span{
    margin-right: 6px;
    font-size: 18px;
    color: #333;
  }
  .contact_time{
    display:block;
    margin: 10px auto;
    width: 100%;
    padding: 6px 10px;
    border: solid 1px #0059B2;
    color: #0059B2;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }

  .contact_time {
    display:block;
    margin: 10px auto;
    width: 320px;
    padding: 6px 10px;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #eee;
    border-radius: 4px;
  }

  .contact_btn_area {
    width: 100%;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",sans-serif;
    text-align: center;
  }

  .contact_btn_area a{
    color: #fff;
  }

  .contact_btn{
    display:block;
    margin: 10px auto;
    width: 100%;
    padding: 20px 0;
    background-color: #0059B2;
    border: solid 1px #0059B2;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700; 
    transition:0.8s all;

  }

  .contact_btn:hover {
    background-color: #0085B2;
    border: solid 1px #0085B2;
    transition:0.8s all;
  }

    /* ぱんくず */
    div#crumbs_area {
      width: 100%;
      background: #eee;
      font-size: 85%;
    }
  
    div#crumbs {
      margin: 0 auto;
      padding: 4px;
      width: 96%;
      font-size: 80%;
    }


  /* ページトップへ */
  .pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  .pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 85%;
    text-decoration: none;
    line-height: 50px;
  }

 /* フッタ */
 .footer_area {
  clear: both;
  width: 100%;
  text-align: center;
  background:#DCF0F3;
}

.footer_menu {
  padding: 10px;
  width: 100%;
  text-align: center;
  background:#0059B2;
  line-height: 1.8em;
}

.footer_menu a{
  color: #fff;
}

.footer_menu a:hover{
  color: #AAD5FF;
}
.footer_menu ul {
  list-style-type: none;
  margin: 4px auto;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.footer_menu li {
  display: inline-block;
  padding: 0 16px;
  text-align: center;
}

.footer {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.footer a{
   color: #ddd;
}
.footer a:hover{
   color: #eee;
}
.footer_logo {
  width: 100%;
  text-align: center;
}
.footer_logo img {
  width: 220px;
}
.footer_copy {
  margin-top: 20px;
  text-align: right;
}
.footer_address {
  margin: 20px auto 10px;
  width: 90%;
  font-size: 12px;
}
  .sp_fm li {
    float: left;
    margin: 6px 0;
    padding: 0 8px;
    line-height: 14px;
  }
  .sp_fm li {
    border-right: 1px solid #eee;
  }
  .sp_fm li+ li {
    border-left: 0;
    border-right: 1px solid #eee;
  }
  .footer_copy {
    margin-top: 20px;
    text-align: center;
  }


  main input, main textarea, main select {
    font-size:14px;
      border:1px solid #999999;
      margin: 4px;
    padding:6px 0;
    border-radius:3px;
    width: 96%;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
  }
  main input:focus, main textarea:focus {
    box-shadow: 0px 0px 5px 2px #ccccee;
    outline-style:none;	
    width: 96%;
  }
  


}
/* ==========end:max768========== */


/* -- ul#menu -------------------------------------------------------------------------------- */

ul#menu {
  list-style-type: none;
  width: 100%;
  background: #0059B2;
  opacity: 1;
  position: absolute;
  left: 0px;
  top: 80px;
  z-index: 990;
  display: none;
}

ul#menu li {
    text-align: left;
    border-bottom: solid 1px #003162 ;
}

ul#menu li a {
  text-decoration: none;
  display: block;
    padding: 18px 10px;
    color: #fff;
}

.submenu-nlink{
  text-decoration: none;
  display: block;
  padding: 18px 0 18px 20px;
  color: #fff;
}
ul.submenu-ul {
  margin: 0;
  padding: 0;
  background: #E8F4FB;
}
.submenu-ul li {
  padding-left: 12px!important;
  border-bottom: solid 1px #003162!important;
}
.submenu-ul li a{
  color: #3787B7!important;
}
.submenu-ul li:last-child {
  border: none!important;
}


/* -- div#sp-icon -------------------------------------------------------------------------------- */

div#sp-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9999;
  background: #0059B2;
}

div#sp-icon:hover {
  cursor: pointer;
  opacity: 0.7;
}

div#sp-icon span,
div#sp-icon span:before {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.3s;
}

div#sp-icon span:after {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.3s;
}

div#sp-icon span {
  left: 50%;
  top: 50%;
  transform: translate( -50%, -50% );
}

div#sp-icon span:before {
  content: "";
  transform: translateY( -8px ) rotate( 0deg );
}

div#sp-icon span:after {
  content: "";
  transform: translateY( 8px ) rotate( 0deg );
}


div.sp-open span {
  background: transparent !important;
}

div.sp-open span:before {
  transform: rotate( 45deg ) !important;
}

div.sp-open span:after {
  transform: rotate( -45deg ) !important;
  width: 24px!important;
}

@media (min-width: 769px) {
  .table01 {
    margin: 20px auto;
    border-collapse: collapse;
    width: 100%;
    border-top: #ccc 1px solid;
    text-align: left;
    font-weight: 500;
  }
  .table01 th {
    display: table-cell;
    border-bottom: #ccc 1px solid;
    padding: 18px 22px 18px 0;
    color: #333;
    font-weight: 700;
    vertical-align: middle;
  }
  .table01 td {
    border-bottom: #ccc 1px solid;
    padding: 18px 22px 18px 0;
    background: #fff;
  }
  .th-40 {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .table01   {
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
  }
  .table01 th {
    display: table-cell;
    text-align: left;
    padding: 6px;
    color: #1E5259;
    background: #B4DFE7;
    font-size: 12px;
    line-height: 1.2em;
    vertical-align: middle;
  }
  .table01 td {
    text-align: left;
    padding: 6px 6px 18px 0;
    line-height: 1.2em;
  }
  .table01 th,
  .table01 td{
  width: 100%;
  display: block;
  border: none;
  }
}

@media (min-width: 769px) {
  .table02 {
    margin: 20px auto;
    border-collapse: collapse;
    width: 100%;
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
  }
  .table02 th {
    display: table-cell;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 16px 22px;
    color: #333;
    background: #d9e7dd;
    font-weight: 500;
    vertical-align: middle;
  }
  .table02 td {
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 16px 22px;
    background: #fff;
  }

}
@media (max-width: 768px) {
  .table02   {
    margin: 20px auto;
    border-collapse: collapse;
    width: 100%;
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
  }
  .table02 th {
    display: table-cell;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 2px 4px;
    color: #333;
    background: #d9e7dd;
    vertical-align: middle;
  }
  .table02 td {
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 2px 4px;
    background: #fff;
  }
}

@media (min-width: 769px) {
  .th-y-tb {
    margin: 40px auto;
    border-collapse: collapse;
    width: 100%;
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8em;
  }
  .th-y-tb th {
    display: table-cell;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 16px;
    color: #333;
    background: #f2df00;
    vertical-align: middle;
    text-align: center;
  }
  .th-y-tb td {
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 16px;
    background: #fff;
  }
}
@media (max-width: 768px) {
  .th-y-tb {
    margin: 40px auto;
    border-collapse: collapse;
    width: 100%;
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8em;
  }
  .th-y-tb th {
    display: table-cell;
    border-right: #fff 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 16px;
    color: #333;
    background: #f2df00;
    vertical-align: middle;
    text-align: center;
  }
  .th-y-tb td {
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 16px;
    background: #fff;
  }
  .tb-w800 {
    width: 800px!important;
  }
  .scroll{
    margin: 0 10px;
    overflow: auto;
  }
  .scroll::-webkit-scrollbar{
     height: 5px;
  }
  .scroll::-webkit-scrollbar-track{
     background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
     background: #BCBCBC;
  }
}

