@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: 100vh;
  border: solid 1px #824980;
  background-color:#824980;
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  transition:0.8s all;
}

@media only screen and (max-width: 768px) {
  .btn {
    padding: 16px;
    font-size: 1.0em;
    line-height: 1.0em;
  }
}


.btn-s {
  position: relative;
  display:block;
  margin: 0 auto;
  width: 100%;
  padding: 16px;
  border-radius: 100vh;
  border: solid 1px #824980;
  background-color:#824980;
  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: #4d1f4b;
  border: solid 1px #4d1f4b;
  transition:0.8s all;
}

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


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

@media print, screen and (min-width: 769px) {
  #sp-icon {display: none;}
  .sp-tel {display: none;}
  #menu {display: none;}
  .sp-cont {display: none;}

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

  .title-2-menu {
    margin: 20px 0;
    padding: 0.6em;
    color: #494949;
    background: #eee;
    border-left: solid 5px #824980;
  }

  .title-3 {
    margin-left: 0;
    padding-left: 0;
    border: none;
  }

  .title-3:before {
    background-color: #824980;
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 46px;
    margin-right: 20px;
    vertical-align: middle;
    width: 6px;
  }

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

  .tit-pt-0 {
    padding-top: 0!important;
  }

  /* Header */
  .header-area {
    position: fixed;
    width: 100%;
    height: 92px;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
  }

  .header-content {
    position: relative;
    margin: 0 auto;
    width: 1024px;
  }

  .header-logo {
    float:left;
    margin: 10px 0 0 10px;
    width: 215px;
  }

  .site-logo {
    width: 215px;
  }

  .header-menu {
    float: right;
    width: 840px;
    text-align: center;
    font-size: 0.9em;
    font-weight: 600;
  }

  .header-menu a{
    color: #fff;
  }

  .header-menu a:hover{
    color: #fff;
    opacity: 0.6;
  }

  .header-menu ul{
    margin:38px 0 0 20px;
  }

  .header-menu li { 
    float:left;
    margin: 0 6px;
    padding-left: 1.5em; 
    text-indent: -.7em;
  }

  .header-contact {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 180px;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",sans-serif;
  }

  .header-contact a{
    color: #fff;
  }

  .header-contact-btn{
    display:block;
    margin: 14px auto 0;
    width: 180px;
    padding: 12px 0;
    border: solid 1px #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700; 
    transition:0.8s all;
    text-align: center;

  }

  .header-contact-btn:hover {
    background-color: #fff;
    border: solid 1px #fff;
    color: #000;
    transition:0.8s all;
  }


  /* Top-MV */
  .top-mv-area {
    padding-top: 92px;
  }

  .top-mv {
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: 50% 50%;
    background-image:url('../img/top-mv.jpg');
    text-align: center;
  }

  .top-mv img {
    width: 420px;
    border-radius: 4px;
    box-shadow:0 0 16px #999;
  }

  .top-mv p{
    font-size: 1.1em;
    line-height: 1.8em;
  }

  /* sec-MV */
  .sec-mv-area {

  }
  
  .sec-mv {
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    color: #fff;
    background-size: cover;
    background-position: 50% 50%;
    background-image:url('../img/top-mv.jpg');
    text-align: center;
  }

  .sec-mv h2{
    font-size: 32px;
  }

  /* content-area */
  .content-area {
    width: 100%;
    background: #fff;
  }

  .content-area-gray {
    width: 100%;
    background: #f8f8f8;
  }

  .content-area-w100 {
    width: 100%;
    background: #fff;
  }

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

  .content-2c {
    margin: 0 auto;
    padding: 30px 0;
    width: 1024px;
    text-align: left;
    line-height: 1.6em;
    display: flex;
    justify-content: space-between;
  }
  .content-2c-item {
    width: 480px;
  }

  .content-r {
    float: right;
    width: 500px;
  }

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

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

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

  .box-420 img{
    width: 100%;
    border-radius: 8px;
  }

  .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 */
  .content-area-news {
    padding: 20px 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top bottom;
    background-image:url('../img/news-bg.jpg');
    text-align: center;
  }

  .news-area {
    margin: 0 auto;
    padding: 0 40px 30px;
    width: 640px;
    text-align: center;
    line-height: 1.6em;
  }
.news {
  padding: 20px 0 30px;
  text-align: left;
  font-size: 13px;
}

.news span{
  margin-right: 10px;
  padding: 4px 10px;
  font-size: 0.8em;
  font-weight: bold;
  background: #969595;
  color: #fff;
  border-radius: 2px;
}

.content-area-pr {
  padding: 20px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top bottom;
  background-image:url('../img/pr-bg.jpg');
  text-align: center;
}

.pr-area {
  margin: 0 auto;
  padding: 50px 0;
  width: 1024px;
  text-align: center;
  line-height: 1.6em;
  font-family : YuMincho,'Yu Mincho',serif;
  display: flex;
  justify-content: space-between;
}

.pr-area-content {
  margin-bottom: 40px;
  width: 48%;
  height: auto;
  line-height: 1.8em;
  text-align: left;
}

.pr-area-content img{
  width: 100%;
}

.pr-title {
  margin: 20px 0;
  padding: 0.6em;
  color: #494949;
  font-size: 18px;
  font-weight: bold;
  border: none;
  text-align: center;
}

.pr-title-s {
  margin: 20px 0;
  padding: 0.6em;
  color: #494949;
  font-size: 16px;
  font-weight: bold;
  border: none;
}

.pr-area-content-pict-area {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.pr-area-content-pict{
  width: 46%;
}


  .content-3c {
    margin: 40px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  
  .content-3c:after {
    content:"";
    display:block;
    width: 30%;
    height:0;
  }

  .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;
  }


  .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-80{
    width: 80%;
  }
  .w-60{
    width: 60%;
  }

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

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

  .contact-l {
    float: left;
    width: 400px;
    text-align: center;
    line-height: 1.6em;
  }

  .contact-r {
    float: right;
    width: 400px;
    text-align: center;
    line-height: 1.6em;
  }

  .contact-r a{
    color: #fff;
  }

  .contact-tel {
    font-size: 38px;
    font-weight: 700;
    line-height: 32px;
    color: #824980;
  }

  .contact-tel span{
    margin-right: 6px;
    font-size: 18px;
    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{
    display:block;
    margin: 0 auto;
    width: 320px;
    padding: 26px 10px;
    background-color: #824980;
    border: solid 1px #824980;
    color: #fff;
    font-size: 16px;
    font-weight: 700; 
    transition:0.8s all;
  }

  .contact-btn:hover {
    background-color: #4d1f4b;
    border: solid 1px #4d1f4b;
    transition:0.8s all;
  }

/* ページトップへ */
  .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;
  }

  .breadcrumb {
    margin: 0 auto;
    padding: 20px 0;
    width: 1024px;
    list-style: none;
  }
    
  .breadcrumb li {
    display: inline;
    list-style: none;
  }
    
  .breadcrumb li:after {
    content: '/';
    padding: 0 0.2em;
    color: #555;
  }
    
  .breadcrumb li:last-child:after {
    content: '';
  }
    
  .breadcrumb li a {
    text-decoration: none;
    color: #333;
  }
    
  .breadcrumb li a:hover {
    text-decoration: underline;
  }

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

/* フッタ */

  .contact-footer-area {
    margin: 60px 0 0;
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.6);
  }

  .contact-footer {
    margin: 0 auto;
    padding: 20px 0;
    width: 1024px;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
  }


  .footer-area {
    clear: both;
    width: 100%;
    text-align: center;
    background: #333;
    color: #fff;
  }

  .footer {
    margin: 0 auto;
    padding: 20px 0;
    width: 1024px;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
  }
  .footer a{
     color: #ddd;
  }
  .footer a:hover{
     color: #eee;
  }
  .footer-logo {
    float: left;
    width: 400px;
    color: #fff;
  }
  .footer-logo img {
    width: 215px;
  }
  .footer-address {
    float: left;
    width: 300px;
  }
  .footer-menu {
    float: right;
    margin-top: 50px;
    width: 570px;
  }

  .footer-menu a{
    color: #fff;
  }

  .footer-menu li{
    margin: 0 10px 0 18px;
    float: left;
  }
  .footer-copy {
    text-align: right;
  }



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

@media only screen and (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 10px 0;
    padding-bottom: 20px;
  } 
  .title-2::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    margin: auto;
    border-bottom: 4px solid #824980;
    border-radius: 2px;
  } 

  .title-2-menu {
    margin: 20px 0;
    padding: 0.6em;
    color: #494949;
    background: #eee;
    border-left: solid 5px #824980;
  }

  .title-3 {
    margin-left: 0;
    padding-left: 0;
    border: none;
    font-size: 1.2em;;
  }
  .sp-s {
    font-size: 1.0em;;
  }
  .title-3:before {
    background-color: #824980;
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 46px;
    margin-right: 20px;
    vertical-align: middle;
    width: 6px;
  }

  .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: 60px;
    background: rgba(0,0,0,0.8);
    z-index: 100;
  }
  .header-logo {
    float:left;
    margin: 0;
    padding: 5px 0 0 10px;
    width: 30%;
  }
  .site-logo{
    width: 100%;
  }

  /* Top-MV */
  .top-mv-area {
    padding-top: 60px;
  }

  .top-mv {
    background-repeat: no-repeat;
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: 50% 50%;
    background-image:url('../img/top-mv.jpg');
    text-align: center;
  }

  .top-mv img {
    width: 100%;
    border-radius: 4px;
  }

  /* sec-MV */
  .sec-mv-area {
    padding-top: 60px;
  }
  
  .sec-mv {
    background-repeat: no-repeat;
    padding-top:30px;
    width: 100%;
    height: 140px;
    color: #fff;
    background-size: cover;
    background-position: top 50%;
    background-image:url('../img/top-mv.jpg');
    text-align: center;
  }

  .sec-mv h2{
    font-size: 24px;
  }

  /* content-area */
  .content-area {
    margin: 0 auto;
    width: 100%;
    background: #fff;
  }
  .content-area-gray {
    width: 100%;
    background: #f8f8f8;
  }
  .content-area-w100 {
    width: 100%;
    background: #fff;
  }
  .content {
    margin: 0 auto;
    padding: 20px 0;
    width: 90%;
    text-align: center;
    line-height: 1.6em;
  }


  .content-2c {
    margin: 0 auto;
    width: 100%;
  }
  .content-2c-item {
    padding: 30px 0;
    width: 100%;
  }



  .content-l {
    margin: 20px auto;
    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;
  }

  .box-420 {

  }

  .box-420 img{
    width: 100%;
    border-radius: 8px;
  }

  .sp-bg-gray {
    background-color: #eee;
  }

  /* Top */
  .content-area-news {
    padding: 20px 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top bottom;
    background-image:url('../img/news-bg.jpg');
    text-align: center;
  }

  .news-area {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    line-height: 1.6em;
  }
.news {
  padding: 20px 0 30px;
  text-align: left;
  font-size: 13px;
}

.news span{
  margin-right: 10px;
  padding: 4px 10px;
  font-size: 0.8em;
  font-weight: bold;
  background: #969595;
  color: #fff;
  border-radius: 2px;
}

.content-area-pr {
  padding: 20px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top bottom;
  background-image:url('../img/pr-bg.jpg');
  text-align: center;
}

.pr-area {
  margin: 0 auto;
  padding: 20px 0;
  width: 90%;
  text-align: center;
  line-height: 1.6em;
  font-family : YuMincho,'Yu Mincho',serif;
}

.pr-area-content {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  line-height: 1.8em;
  text-align: left;
}

.pr-area-content img{
  width: 100%;
}

.pr-title {
  margin: 20px 0;
  padding: 0.6em;
  color: #494949;
  font-size: 18px;
  font-weight: bold;
  border: none;
  text-align: center;
}

.pr-title-s {
  margin: 20px 0;
  padding: 0.6em;
  color: #494949;
  font-size: 16px;
  font-weight: bold;
  border: none;
}

.pr-area-content-pict-area {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.pr-area-content-pict{
  width: 46%;
}


  .content-3c {
    margin: 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  
  .content-3c-item {
    margin-bottom: 10px;
    width: 48%;
    height: auto;
    line-height: 1.8em;
    text-align: left;
  }

  .content-3c-item img{
    width: 100%;
    margin-bottom: 10px;
  }

  
  .content-4c {
    margin: 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  
  .content-4c-item {
    margin-bottom: 10px;
    width: 48%;
    height: auto;
    line-height: 1.8em;
    text-align: left;
  }

  .content-4c-item img{
    width: 100%;
    margin-bottom: 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%;
  }

  .blog{
    line-height: 2.0em;
    text-align: left;
  }

  .blog p{
    margin: 16px 0;
  }

  .blog-pict{
    margin: 10px 0 20px;
    width: 100%;
  }

  /* お問い合わせ */
  .contact-area {
    margin: 0;
    padding: 30px 0 0 0;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-image:url('../img/contact.jpg');
  }
  .contact {
    margin: 0 auto!important;
    padding: 20px 0 30px;
    width: 90%;
    text-align: center;
    background: rgba(255,255,255,0.9);
  }
  .contact-l {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    line-height: 1.6em;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",sans-serif;
  }
  .contact-l h2 {
    margin: 0 auto;
    text-align: center;
  }
  .contact-r {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    line-height: 1.6em;
  }
  .contact-r a.contact-btn{
    color: #fff;
  }
  .contact-tel{
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    color: #824980;
    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 #824980;
    color: #824980;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }

  .contact-btn{
    display:block;
    margin: 10px auto;
    width: 100%;
    padding: 26px 10px;
    background-color: #824980;
    border: solid 1px #824980;
    color: #fff;
    font-size: 16px;
    font-weight: 700; 
  }
  .contact-r a:hover{
    background-color: #4d1f4b;
    border: solid 1px #4d1f4b;
    transition:0.8s all;
  }

  /* フッタ */

  .contact-footer-area {
    margin: 60px 0 0;
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.6);
  }

  .contact-footer {
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
  }

  .footer-area {
    clear: both;
    width: 100%;
    text-align: center;
    background: #333;
    color: #fff;
  }
  
  .footer {
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
  }
  .footer a{
     color: #fff
  }
  .footer a:hover{
     color: #ddd;
  }
  .footer-logo {
    margin: 10px auto 30px;;
    width: 60%;
    color: #fff;
  }
  .footer-logo img {
    margin-bottom: 10px;
    width: 100%;
  }
  .footer-address {
    margin: 0 auto;
    width: 90%;
    text-align: left;
  }

  .footer-menu {
    margin: 30px auto 0;
    width: 90%;
  }

  .footer-menu a{
    color: #fff;
  }


  .footer-menu li{
    margin: 0 10px 0 18px;
    float: left;
  }

  .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 {
    text-align: center;
  }

  .sp-tel {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 60px;
    top: 0px;
    z-index: 9999;
    color: #fff;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .sp-tel a{
    color: #fff;
  }

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


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

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

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

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 #9BCFEC!important;
}
.submenu-ul li a{
  color: #3787B7!important;
}
.submenu-ul li:last-child {
  border: none!important;
}




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

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

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 print, screen and (min-width: 769px) {
  .table01 {
    margin: 0 auto 20px;
    border-collapse: collapse;
    width: 100%;
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
  }
  .table01 th {
    display: table-cell;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 16px 22px;
    color: #333;
    background: #eee;
    font-weight: 500;
    vertical-align: middle;
  }
  .table01 td {
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 16px 22px;
    background: #fff;
  }
  .th-40 {
    width: 40%;
  }

  .inlineframe {
    margin: 50px auto;
    padding: 30px;
    width: 90%;
    text-align: left;
    height:320px;
    overflow:auto;
    overflow-y:scroll;
    overflow-x:hidden;
    border: 1px solid #bbb;
   }
}
@media only screen and (max-width: 768px) {
  .table01   {
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
  }
  .table01 th {
    display: table-cell;
    text-align: left;
    padding: 6px;
    color: #333;
    background: #eee;
    font-size: 14px;
    line-height: 1.2em;
    vertical-align: middle;
  }
  .table01 td {
    text-align: left;
    padding: 6px;
    font-size: 18px;
    line-height: 1.2em;
  }
  .table01 th,
  .table01 td{
  width: 100%;
  display: block;
  border: none;
  padding: 8px;
  }

  .inlineframe {
    margin: 30px auto;
    padding: 30px;
    width: 90%;
    text-align: left;
    height:220px;
    overflow:auto;
    overflow-y:scroll;
    overflow-x:hidden;
    border: 1px solid #bbb;
   }
}

@media print, screen and (min-width: 769px) {
  .table-menu {
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
  }
  .table-menu th {
    display: table-cell;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 10px;
    color: #333;
    background: #eee;
    font-weight: 500;
    vertical-align: middle;
  }
  .table-menu td {
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 10px;
    background: #fff;
    vertical-align: middle;
  }
  .th-30 {
    width: 30%;
  }
  .table-menu-tit {
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .table-menu   {
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
  }
  .table-menu th {
    display: table-cell;
    text-align: left;
    padding: 6px;
    color: #333;
    background: #eee;
    font-size: 14px;
    line-height: 1.2em;
    vertical-align: middle;
  }
  .table-menu td {
    text-align: left;
    padding: 6px;
    font-size: 18px;
    line-height: 1.2em;
  }
  .table-menu th,
  .table-menu td{
  width: 100%;
  display: block;
  border: none;
  padding: 8px;
  }
}

@media print, screen and (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 only screen and (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 print, screen and (min-width: 769px) {
  .tableform {
    margin: 20px auto;
    border-collapse: collapse;
    width: 100%;
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
  }
  .tableform th {
    display: table-cell;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 10px;
    color: #333;
    background: #eee;
    font-weight: 500;
    vertical-align: middle;
  }
  .tableform td {
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 10px;
    background: #fff;
  }
  .th-40 {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .tableform   {
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
  }
  .tableform th {
    display: table-cell;
    text-align: left;
    padding: 6px 0;
    color: #333;
    font-size: 16px;
    line-height: 1.2em;
    vertical-align: middle;
  }
  .tableform td {
    text-align: left;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.2em;
  }
  .tableform th{
  padding: 6px 0;
  width: 96%;
  display: block;
  border: none;
  }
.tableform td{
  width: 100%;
  display: block;
  border: none;
  }
}

  .scroll{
    margin: 0 10px;
    overflow: auto;
  }
  .scroll::-webkit-scrollbar{
     height: 5px;
  }
  .scroll::-webkit-scrollbar-track{
     background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
     background: #BCBCBC;
  }


