@charset "UTF-8";

.home #contents>.inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}

.topinner {
  /* コンテンツは1000pxに */
  width: 1400px;
  margin: 0 auto;
  max-width: 96%;
}

/* tinyMCE用に見出しをリセット */
.page-top h3, .page-top h4, .page-top h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.page-top h3::before, .page-top h3::after, .page-top h4::before, .page-top h4::after, .page-top h5::before, .page-top h5::after {
  display: none;
}

/*==========================
	　mainimage
==========================*/
/*-- スライダーの時 ------------*/
.slider {}

.slick-slide img {
  margin: 0 auto;
}

button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}

button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

button.slick-prev {
  /* 矢印（前へ）ボタン */
  background: url(img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}

button.slick-next {
  /* 矢印（次へ）ボタン */
  background: url(img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }

  button.slick-next {
    right: 13.7%;
  }
}

@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }

  button.slick-next {
    right: 8%;
  }
}

@media screen and (min-width: 1200px) {
  .slick-track {}

  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}

.slick-dots li button:before {
  color: #509ece;
  font-size: 30px;
}

.slick-dots li.slick-active button:before {
  color: #509ece;
}

@media (min-width : 768px) {
  .slick-dots li {
    display: none;
  }
}
/* Dots */
.slick-dots
{
    position: absolute;
    bottom: -36px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 15px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 9px;
    height: 9px;

    content: '';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	border-radius:50%;
	background:#fff;
	border:1px solid #635547;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    background: #635547;
}
/*==========================
	　TOP コンテンツ
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 180px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 180px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 180px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 250px;
  height: 180px;
  float: left;
  display: inline;
  overflow: hidden;
}

.loopSlider ul li img {
  width: 100%;
}

.top .mainblock a {
  text-decoration: none;
}

.top .mainblock a:hover {}

.link_box {
  position: relative;
  transition: .3s;
}

.link_box:hover {
  opacity: .7;
}

.link_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link_box a span.link {
  display: none;
}

/*-- 新着情報 --------------*/
.sec_news {
  padding: 5% 0;
}

.sec_news .topinner {
  width: 1000px;
}

.sec_news h2 {
  color: #665445;
  font-size: 34px;
}

.sec_news h2 span {
  font-size: 18px;
  padding-left: 20px;
  color: #b88f6d
}

.sec_news .news {
  position: relative;
}

.sec_news .news dl {
  line-height: 1.3;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.sec_news .news dl:first-of-type {
  margin-top: 20px;
}

.sec_news .news dt {
  color: #333333;
  padding: 20px 30px 20px 20px;
  width: 150px;
  display: inline-block;
  box-sizing: border-box;
  border-bottom: 1px solid #7b7168;
  font-size: 16px;
}

.sec_news .news dt:first-of-type {
  border-top: solid 1px #7b7168;
}

.news dd a {
  text-decoration: none;
  color: #333333;
}

.sec_news .news dd {
  display: inline-block;
  padding: 20px 20px;
  border-bottom: 1px solid #7b7168;
  width: calc(100% - 150px);
  box-sizing: border-box;
  font-size: 16px;
  position: relative;
}

.sec_news .news dd a:hover {
  text-decoration: underline;
}

.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

.sec_news .news .btn a {
  position: absolute;
  top: 3px;
  right: 0;
  color: #665445;
	border:solid 1px #665445;
	font-size: 14px;
  display: table;
  padding: 4px 14px ;
  text-decoration: none;
  line-height: 1.5;
}

.sec_news .news .btn a span {
  position: relative;
  padding-right: 1em;
}

.sec_news .news .btn a span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
    border-top: 1px solid #665445;
    border-right: 1px solid #665445;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform:rotate(45deg) translateY(-50%);
}

.sec_news .news .btn a:hover span:after {
  right: -3%;
}

.top_table th {
  padding-right: 1em;
  text-align: left;
}

/* ------------------------------------- */
.sec02 h2, .sec03 h2, .sec04 h2 {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.4em;
}

.sec03 h2, .sec04 h2 {
  color: #665445;
  font-size: 40px;
}

.sec03 h2 span, .sec04 h2 span {
  color: #b88f6d;
  font-size: 18px;
}

.sec_news h2 span {
  padding-left: 20px;
}

.sec01 h3, .sec02 h3, .sec03 h3, .sec04 h3, .sec05 h3 {
  margin-bottom: 30px;
  line-height: 1.4em;
}

.sec_news .btn_box {
  border: 1px solid #509ece;
  border-radius: 15px;
  padding: 40px 20px 20px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  font-size: 20px;
}

.sec_news .btn_box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 5px solid #509ece;
  border-bottom: 5px solid #509ece;
}

.sec01 {
  padding: 5% 0 3%;
  background: url(img/bg01.jpg)no-repeat center / cover;
}

.sec01 .con_text p {
  margin-top: 50px;
}

.sec02 .con01 {
  padding: 5% 0;
  background: url(img/bg02.jpg)no-repeat top center / cover;
  position: relative;
}

.sec02 h2 {
  margin-bottom: 100px;
}


.sec02 .con01 .num,
.sec02 .con02 .num {
  width: 80px;
  max-width: 14%;
}

.sec02 h3 {
  font-size: 26px;
}

.sec02 .con02 {
  padding: 170px 0 5%;
  background: url(img/bg03.jpg)no-repeat center / cover;
}

.sec02 h3 {
  font-size: 26px;
	font-weight:bold;
}

.sec02 .con03 {
  padding: 5% 0;
  background: url(img/bg04.jpg)no-repeat center / cover;
}

.sec02 .con03 .columns .column:nth-child(1),
.sec02 .con03 .columns .column:nth-child(4) {
  border: 1px solid #7b7168;
  flex-direction: column;
}

.sec02 .con03 .columns .column:nth-child(2),
.sec02 .con03 .columns .column:nth-child(3) {
  background: rgba(255, 255, 255, .58);
  flex-direction: column;
}

.sec02 .con03 h3 img {
  padding-right: 30px;
}

.sec03 {
  padding: 5% 0;
  background: url(img/bg05.jpg)no-repeat center / cover;
}

.sec03 .topinner {
  width: 1450px;
}

.sec03 h2 {
  text-align: center;
  margin-bottom: 20px;
}

.sec04 {
  padding: 5% 0;
  background: url(img/bg06.jpg)no-repeat center / cover;
}

.sec04 h2 {
  text-align: left;
}

.sec04 .column:first-child .column:first-child {
  margin: 0 40px;
}

.sec04 .name {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 0;
}

.sec04 .name01 {
  font-size: 18px;
}

.sec04 .name02 {
  font-size: 22px;
  padding-right: 10px;
}

.sec04 .column:first-child .column:last-child {
  margin: 0 40px;
}

.sec05 {
  padding: 0 0 3%;
}

.sec_bn {
    padding: 0 0;
}

.sec_bn .topinner {
  width: 1000px;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {

  /* タブレットまで */
  /*==========================
	mainimage
==========================*/
  /*==========================
	　TOP コンテンツ
==========================*/
  /*-- FLEX設定 --------------*/
  .columns, .flex-aic {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .flex-aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col_wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }

  .columns.reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .columns .col2 {
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
  }

  .columns .col3 {
    max-width: 33%;
    -webkit-box-flex-basis: 33%;
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }

  .columns .col4 {
    max-width: 24%;
    -webkit-box-flex-basis: 24%;
    -webkit-flex-basis: 24%;
    flex-basis: 24%;
  }

  .columns .col5 {
    max-width: 20%;
    -webkit-box-flex-basis: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
  }

  .columns .col6 {
    max-width: 15%;
    -webkit-box-flex-basis: 15%;
    -webkit-flex-basis: 15%;
    flex-basis: 15%;
  }
.under .columns .col3 {
    max-width: 30%;
    -webkit-box-flex-basis: 30%;
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
  }
  /* --------------------------------------------------- */

.sec02 .con01 .btn-style,
.sec02 .con02 .btn-style {
  text-align: right;
}
  .sec01 .columns .column.con_ttl {
    width: 370px;
    max-width: 26.5%;
  }

  .sec01 .columns .column.con_text {
    width: 1040px;
    max-width: 70%;
  }

  .sec01 .columns .column.img01 {
    width: 410px;
    max-width: 39.5%;
  }

  .sec01 .columns .column.img02 {
    width: 550px;
    max-width: 52.9%;
  }

  .sec02 .con01 .text_box {
    width: 620px;
    max-width: 41.3%;
  }

  .sec02 .con01 .img_box {
    width: 786px;
    max-width: 56.2%;
  }

  .sec02 .img_box02 {
    width: 890px;
    max-width: 63.6%;
    position: absolute;
    bottom: -110px;
  }

  .sec02 .con01 .text {
    width: 510px;
    max-width: 80%;
  }

  .sec01 .columns .column.con_ttl {
    width: 370px;
    max-width: 26.5%;
  }

  .sec01 .columns .column.con_text {
    width: 1040px;
    max-width: 70%;
  }

  .sec01 .columns .column.img01 {
    width: 410px;
    max-width: 39.5%;
  }

  .sec01 .columns .column.img02 {
    width: 550px;
    max-width: 52.9%;
  }

  .sec02 .con01 .text_box{
    width: 620px;
    max-width: 41.3%;
  }
  .sec02 .con02 .text_box {
    width: 620px;
    max-width: 60%;
  }

  .sec02 .con01 .img_box{
    width: 786px;
    max-width: 56.2%;
  }
  .sec02 .con02 .img_box {
    width: 364px;
    max-width: 38%;
  }

  .sec02 .con01 .text,
  .sec02 .con02 .text {
    width: 510px;
    max-width: 80%;
  }
  .sec02 .con02 .con{
 width:1000px;
 max-width: 85%;
 float:right;
  }
  .sec02 .con03 .column.col2{
    padding: 50px;
    box-sizing: border-box;
 }
  .sec02 .con03 .columns .column:nth-child(1),
  .sec02 .con03 .columns .column:nth-child(2) {
    margin-bottom: 70px;
  }

  .sec02 .con03 .text {
    height: 90px;
  }
  .sec02 .con03 .columns .col2 {
      max-width: 47.5%;
      -webkit-box-flex-basis: 47.5%;
      -webkit-flex-basis: 47.5%;
      flex-basis: 47.5%;
  }
  .sec02 .con03 .columns .column:nth-child(1) h3,
  .sec02 .con03 .columns .column:nth-child(4) h3,
  .sec02 .con03 .columns .column:nth-child(2) h3,
  .sec02 .con03 .columns .column:nth-child(3) h3 {
    order: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sec02 .con03 .columns .column:nth-child(1) .text,
  .sec02 .con03 .columns .column:nth-child(4) .text {
    order: 2;
  }

  .sec02 .con03 .columns .column:nth-child(2) .text,
  .sec02 .con03 .columns .column:nth-child(3) .text {
    order: 2;
  }

  .sec02 .con03 .columns .column:nth-child(1) .btn-style,
  .sec02 .con03 .columns .column:nth-child(4) .btn-style {
    order: 4;
  }

  .sec02 .con03 .columns .column:nth-child(2) .btn-style,
  .sec02 .con03 .columns .column:nth-child(3) .btn-style {
    order: 3;
    margin-bottom: 30px;
  }

  .sec02 .con03 .columns .column:nth-child(1) figure,
  .sec02 .con03 .columns .column:nth-child(4) figure {
    order: 2;
  }

  .sec02 .con03 .columns .column:nth-child(2) figure,
  .sec02 .con03 .columns .column:nth-child(3) figure {
    order: 4;
  }

  .sec04 .text_box {
    float: right;
    width: 610px;
    margin-right: 20px;
  }

  .sec04 .column:first-child {
    max-width: 47%;
    -webkit-box-flex-basis: 47%;
    -webkit-flex-basis: 47%;
    flex-basis: 47%;
  }

  .sec04 .column:last-child {
    max-width: 52.85%;
    -webkit-box-flex-basis: 52.85%;
    -webkit-flex-basis: 52.85%;
    flex-basis: 52.85%;
  }
  .sec04 .name {
    border-left: solid 1px #665445;
    padding-left: 50px;
}
.sec04 .columns.flex-aic .column:first-child{
  max-width: 40%;
  -webkit-box-flex-basis: 40%;
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
}
.sec04 .columns.flex-aic .column:last-child{
  max-width: 58%;
  -webkit-box-flex-basis: 58%;
  -webkit-flex-basis: 58%;
  flex-basis: 58%;
}
.sec04 .btn-style{
  text-align: left;
}
}

@media screen and (min-width: 1400px) {
	
  .sec04>.columns {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 1399px) and (min-width : 768px) {
  .sec02 h3 {
    font-size: 17px;
  }
  .sec02 .img_box02 {
    bottom: -160px;
  }
  .sec02 .con02 .con span.pc {
    display: none;
  }

  .sec02 .con03 h3 img {
    padding-right: 10px;
    width: 50px;
  }

  .sec02 .con03 .columns .column:nth-child(1), .sec02 .con03 .columns .column:nth-child(2) {
    margin-bottom: 40px;
  }

  .sec02 .con03 .column.col2 {
    padding: 30px;
  }

  .sec04 .text_box {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .sec04 .column:last-child .columns.flex-aic {
    display: block;
  }

  .sec04 .columns.flex-aic .column:first-child,
  .sec04 .columns.flex-aic .column:last-child {
    max-width: 100%;
    -webkit-box-flex-basis: 100%;
    flex-basis: 100%;
  }

  .sec04 .btn-style {
    text-align: left;
  }

}
@media screen and (max-width: 1399px) {
  .sec04 .column:last-child .columns.flex-aic .column+.column {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1399px) and ( min-width : 1100px ){
.sec02 .con02 {
    background: url(img/bg03.jpg)no-repeat 90% center / cover;
}
}
@media screen and (min-width: 1043px) {
  .sec_news .news dd:first-of-type {
    border-top: solid 1px #7b7168;
  }

  .sec_news .news dd:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
    width: 1px;
    height: 1em;
    background: #7b7168;
  }
}

@media screen and (max-width: 1042px) {
  .sec_news .news dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
  }

  .sec_news .news dd {
    width: 100%;
    display: block;
    padding: 0 0 10px;
  }

}

@media screen and (max-width: 767px) {

  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .top #contents, .top #aside {
    margin-bottom: 0;
  }

  /*==========================
	　mainimage
==========================*/
  .mainimage, .slider {
    margin-bottom: 0;
  }

  .mainimage {
    height: auto;
  }

  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }

  /*==========================
	ボタン
==========================*/
  .link_btn a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }

  .link_btn.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }

  /*==========================
	loop
==========================*/
  .loopSlider {
    height: 100px;
  }

  .loopSlider ul {
    height: 100px;
  }

  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }

  /*==========================
	　TOP コンテンツ
==========================*/
  .sec_news h3 {
    font-size: 20px;
  }

  .sec_news h3 span {
    font-size: 16px;
  }

  .sec_news .news {
    margin-bottom: 2em;
  }

  .sec_news .news .btn a {
    top: 4px;
    font-size: 12px;
  }

  /* --------------------------------------- */
  .sec02 .con01 .text_box .columns,.sec02 .con01 h3,.sec02 .con02 h3,.sec02 .con03 h3.flex-aic,
   .sec03 .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .sec02 .con01 h3,.sec02 .con02 h3,.sec02 .con03 h3.flex-aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sec03 .columns {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }

  .sec03 .columns .column.col3 {
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
  }

  .sec01, .sec02 .con01, .sec02 .con02, .sec02 .con03, .sec_news {
    padding: 2em 0;
  }
.sec05{
  padding: 0 0 2em;
}

.sec02 .con01 {
    background: url(img/sp_bg02.jpg)no-repeat,#EDF2DC;
    position: relative;
    background-size: 100%;
  }
  .sec02 .con01 h2{
      width: 70%;
      margin: 0 auto 50px;
  }
  .sec02 .con03 .column.col2.columns {
    padding: 2em 4%;
  }

    .sec02 h3 {
      font-size: 20px;
    }
  .sec02 .con01 h3 img,.sec02 .con02 h3 img,.sec02 .con03 h3 img {
    padding-right: 10px;
    width: 50px;
  }

  .sec02 .con03 .column+.column {
    margin-top: 2em;
  }

  .sec02 .con03 .columns .column:nth-child(4) {
    background: rgba(255, 255, 255, .58);
  }

  .sec02 .con03 .columns .column:nth-child(3) {
    background: transparent;
    border: 1px solid #7b7168;
  }
  .sec03 {
      background: url(img/sp_bg05.jpg)no-repeat,#DBE4E9;
      position: relative;
      background-size: 100%;
    }
    .sec03 h2 {
    margin-bottom: 40px;
}
  .sec04 .text_box {
    padding: 2em 4%;
  }

}

@media screen and (max-width: 480px) {
  /* スマホ480px */
}

@media screen and (max-width: 320px) {
  /* スマホ320px */
}

/*googleカレンダー*/
.cal_wrapper {
  max-width: 900px;
  /* 最大幅 */
  min-width: 260px;
  /* 最小幅 */
  margin: 2.0833% auto;
  padding: 0 .5em;
}

.googlecal {
  position: relative;
  padding-bottom: 100%;
  /* 縦横比 */
  height: 0;
  overflow: hidden;
}

.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.calendar-container {
  position: relative !important;
  padding-bottom: 80%;
  padding-top: 30px;
  height: 0;
}

.calendar-container iframe, .calendar-container object, .calendar-container embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 460px) {
  .calendar-container {
    padding-bottom: 140%;
  }
}

.entry-content img, #content embed, #content object, #content iframe, #content video {
  padding: 6px !important;
  border-radius: 3px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .cal_wrapper {
    padding: 0 !important;
  }
}

.tab_list h3#tab01 {
  background: #afd2e8;
}

.tab_list h3#tab02 {
  background: #ddeabe;
}

.tab_list h3#tab01.active {
  background: #4e9ccb;
}

.tab_list h3#tab02.active {
  background: #b4d467;
}

.tab_list h3:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {}

.tab_contents_wrap {
  position: relative;
}

.tab_contents {
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  z-index: 0;
}

.tab_contents.active {
  opacity: 1;
  z-index: 1;
}
