@charset "UTF-8";
/* CSS Document */
@import url("clm_schedule.css?0.24305");
@import url("blog.css?0.42621");
body {
  color: #635651; }

a {
  text-decoration: none;
  color: #4e3928; }

.align-c {
  text-align: center; }

/****************
基本
*********************************/
.main .area01 h2,
.main .area01 h3 {
  font-size: 24px;
  color: #4e3928;
  text-align: center;
  margin-bottom: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal; }

/****************
Swiper(スライダー)
*********************************/
#swiper-box {
  /*
  width: 100vw!important;
  */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.swiper-container {
  position: relative; }

.swiper-container .half-circle {
  position: absolute;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  z-index: 100; }

.swiper-slide img {
  width: 100%; }

.swiper-container .half-circle img {
  /*width: 30%;*/
  height: 40px;
  display: -webkit-inline-box; }

/****************
main01
*********************************/
.main .area01 {
  background-color: #fdfbf6;
  padding: 54px 0 64px; }

.main .area01 .inner {
  max-width: 960px;
  margin: 0 auto; }

.main .area01 p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 38px;
  color: #4e3928; }

.main .area01 .btn a {
  background-color: #4e3928;
  border: 1px solid #4e3928;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 16px 38px;
  display: inline-block; }

.main .area01 .btn a:hover {
  color: #4e3928;
  background-color: #fdfbf6; }

/*トピック*/
.main .area03 {
  background-color: #f7f1e2; }

.main .area03 h2 {
  margin-bottom: 40px;
padding: 0!important;}

.main .area03 .inner {
  padding: 0 20px 120px /*60px 20px 120px*/;
  max-width: 1160px;
  margin: 0 auto; }

.topic-box {
  margin-bottom: 50px; }

.topic-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px -40px; }

.topic-box ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  padding: 0 20px;
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }


.area03 h3.ttl_b{
    font-size: 24px;
    margin-top: 3px;
    margin-bottom: 23px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #4C3926;
}
.area03 h3.ttl_b span {
    border-top: 3px solid #4e3928;
    display: block;
    width: 32px;
    padding-bottom: 13px;
}

dl.qa_block {
    border-bottom: 1px solid #4E3928;
    margin-bottom: 65px;
}

dl.qa_block dt,
dl.qa_block dd {
    color: #4C3926;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    display: flex;
}

dl.qa_block dt span,
dl.qa_block dd span{
    display: block;
    width: 1040px;
}

dl.qa_block dt {
    padding: 5px 10px;
    background: #fff;
    align-items: center;
}
dl.qa_block dt:before{
    margin-right: 20px;
    content: '';
    background: url(/img/front/top/qa_icon_q.png)no-repeat center;
    background-size: 100%;
    width: 44px;
    height: 44px;
    display: block;
}
dl.qa_block dd {
    padding: 15px 10px;
    align-items: flex-start;
}
dl.qa_block dd:before{
    margin-right: 20px;
    content: '';
    background: url(/img/front/top/qa_icon_a.png)no-repeat center;
    background-size: 100%;
    width: 44px;
    height: 44px;
    display: block;
}


@media screen and (max-width: 1120px) {
  .topic-box ul li {
    width: 33.3333333333%; } }

.topic-box ul li a {
  text-decoration: none !important;
  color: #4e3928 !important; }

.topic-box ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0.8; }

.topic-detail {
  width: 100%;
  color: #4e3928;
  position: relative;
  border-bottom: 2px solid #cdc3b3;
  padding-bottom: 76px; }

.topic-detail::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  background-color: #cdc3b3; }

.topic-detail .topic-img {
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 12px; }

.topic-detail table.date-category {
  font-size: 13px;
  line-height: 1; }

.topic-detail table.date-category th {
  font-weight: normal;
  padding-right: 10px;
  line-height: 1; }

.topic-detail table.date-category td a {
  color: #8c3333 !important; }

.topic-detail .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
  margin-top: 10px;
  max-height: 4.1em;
  overflow: hidden; }

.topic-detail .contributor {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0; }

.topic-detail .contributor table.img-name th {
  width: 36px;
  padding-right: 12px; }

.topic-detail .contributor table.img-name th img {
  width: 36px;
  border-radius: 100px; }

.topic-detail .contributor table.img-name th .imgArea,
.topic-detail .contributor table.img-name th .ins_img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 36px;
  height: 36px;
  border-radius: 100%; }

.topic-detail .badge {
  margin: 15px 0; }

.topic-detail .badge span {
  display: inline-block;
  background-color: #ffffff;
  padding: 4px 12px;
  margin-right: 4px;
  border-radius: 40px;
  font-size: 12px;
  border: 1px solid #cdc3b3;
  margin-bottom: 5px; }

.topic-detail .badge span:before {
  content: "";
  display: inline-block;
  background-color: #cdc3b3;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: text-top;
  margin-top: 7px; }

@media screen and (max-width: 760px) {
  .topic-box {
    margin-bottom: 4vw; }
  .topic-box {
    padding: 0;
    margin-bottom: 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; }
  .topic-box ul {
    margin: 0 -7.5px -30px; }
  .topic-box ul li {
    padding: 0 7.5px;
    margin-bottom: 30px;
    width: 50%; }
  .date-category th,
  .date-category td {
    font-size: 12px;
    display: block;
    line-height: 1.5; }
  .topic-detail .contributor {
    font-size: 13px;
    bottom: 30px; }
  .topic-detail .contributor table.img-name th {
    padding-right: 7px; }
  .topic-detail .contributor table.img-name td {
    font-size: 12px; }
  .topic-detail {
    width: 100%;
    color: #4e3928;
    position: relative;
    border-bottom: 2px solid #cdc3b3;
    padding-bottom: 62px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .topic-detail table.date-category th {
    font-weight: normal;
    font-size: 13px;
    padding-right: 10px; }
  .topic-detail table.date-category td {
    color: #8c3333;
    font-size: 13px; }
  .topic-detail .contributor {
    font-size: 13px;
    bottom: 30px; }
  .topic-detail .contributor table.img-name th {
    width: 36px;
    padding-right: 7px; }
  .topic-detail .contributor table.img-name td {
    font-size: 12px; }
  .topic-detail .contributor table.img-name th img {
    width: 36px;
    border-radius: 100px; }
  .topic-detail table.date-category th,
  .topic-detail table.date-category td {
    font-size: 12px;
    display: block;
    line-height: 1.4; }
  .topic-detail table.date-category .ttl {
    font-size: 14px; }
  .topic-detail .contributor {
    font-size: 13px; } }

/*
.topic-detail .contributor table.img-name th img {
width: 36px;
}*/
.blog {
  text-align: center; }

.blog a {
  color: #fff;
  background-color: #635651;
  border: 1px solid #635651;
  padding: 15px 50px;
  display: inline-block; }

.blog a:hover {
  color: #635651;
  background-color: #fdfbf6; }

@media screen and (max-width: 760px) {
  .swiper-container .half-circle {
    bottom: 0; }
  .swiper-container .half-circle img {
    width: 89%; }
  .swiper-slide a {
    width: 100%; }
  .main .area01 {
    padding: 10px 0 30px; }
  .main .area01 .inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px; }
  .main .area01 h2,
  .main .area01 h3 {
    margin-bottom: 20px;
    font-size: 20px; }
  .main .area01 p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.8; }
  .main .area01 .btn a {
    font-size: 13px;
    padding: 12px 38px;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .main .area03 .inner {
    padding: 40px 15px 100px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

    .main .area03.topic .inner{
        padding-bottom: 0px;
    }
  .main .area03 h2 {
    margin-bottom: 30px; }
  .main .area03 h2 img {
    width: auto;
    margin-left: -50%;
    margin-right: -50%; }
  .blog a {
    padding: 12px;
    display: block; }

    .area03 h3.ttl_b{
        font-size: 20px;
    }

    dl.qa_block{
        margin-bottom: 30px;
    }

    dl.qa_block dt, dl.qa_block dd{
        font-size: 16px;
        align-items: start;
    }

    dl.qa_block dt span, dl.qa_block dd span {
        display: block;
        width: 85%;
    }

    dl.qa_block dt:before, dl.qa_block dd:before{
        margin-right: 10px;
        margin-top: 3px;
        background-size: 100%;
        width: 30px;
        height: 30px;
    }



}
