@charset "UTF-8";
/*=============================
　common → 共通★骨組み
　style → 共通★修飾
■pagename* → 各ページ
　2020.12.10........... ver0.2
=============================*/

.space_01 {
 height: 90px;
}
@media (min-width: 768px) {
  .space_01 {
   height: 105px;
  }
}

@media (min-width: 992px) { 
  .space_01 {
   height: 120px;
  }
}

.breadcrumb {
  display: inline-block;
  line-height: 1.2;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb a span {
    font-size: 10px;
}
@media (max-width: 575px) {
  .breadcrumb a span {
    font-size: 9px!important;
  }
 
}

.breadcrumb li:after {
  margin-left: -2px;
  padding: 0;
}
.breadcrumb a > span {
  /*white-space: nowrap;*/
}

.breadcrumb i {
  padding-right: 1em!important;
}

#page-title .ttl_txt01 {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.1em;
  padding-top: 10px;
}
@media (min-width: 576px) {
  #page-title .ttl_txt01 {
    font-size: 1.8rem;
  } 
}
#page-title  .ttl_long {
      font-size: 1.1rem;
}
@media (min-width: 576px) {
  #page-title  .ttl_long {
      font-size: 1.5rem;
  }
}


div[class^="main0"],
section[class^="main0"] { 
  padding-top: 50px;
}
.main01 {
  padding-bottom: 50px;
}

#page-title {
  margin-bottom: 60px;
}
.title_page {
  height: 150px;
  background-image: url(../images/img_main.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.ie .title_page {
  background-position-y: bottom -30px;
}
.ttl_bg {
  padding-top: 20px;
  height: 120px;
  background-image: url(../images/img_main_title.svg);
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .title_page {
    height: 250px;
  }
 .ttl_bg {
    padding-top: 30px;
    height: 186px;
  }
}
@media (min-width: 768px) {
  .ttl_bg {
    height: 162px;
  }
  .title_page {
    height: 188px;
  }
}
  

.card_box-02 {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card_box-03 {
  margin-bottom: 30px;
}
.bnr_M h3,
.bnr_L .ttl_txt02 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.bnr_M a:hover {
  border: 1.5px solid #666;
}
.bnr_M {
  height: 16vw;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bnr_M {
    height: 90px;
    width: 32%;
  }
}
@media (max-width: 575px) {
 .ttl_L img {
    padding-bottom: 0;
  }
  .ttl_L .ttl_txt01 {
    font-size: 1.2rem;
  }
}

@media (min-width: 576px) {
  .bnr_L {
    flex: 0 1 48%;
    width: 48%;
    height: 16vw;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .bnr_L, .bnr_M {
    flex: 0 1 32%;
    width: 32%;
  }
  .bnr_L {
    height: 140px;
  }
}
.bnr_M a {
  padding: 5px;
}
.bnr_M {
  width: 100%;
  margin: 10px 0;
}
@media (min-width: 576px) {
  .bnr_M {
    height: 4em;
  }
}

.bnr_M span {
  width: 30%;
}
.ttltxt02 {
  margin-bottom: 40px;
}
.ttl_txt02 {
  font-size: 1.6rem;
  text-align: left;
  padding-bottom: .2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #333;
  line-height: 0;
} 
.ttl_txt02 .ttl_img {
  width: 50px;
  height: 12px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}
.ttl_box .ttl_txt04 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: .8em;
  margin-bottom: 1em;
  border-bottom: 1px solid #333;
  line-height: 0;
}
.ttl_box .ttl_M {
  line-height: 1.3;
}
.card_blog .item {
  border: none;
}
.card_blog .item::after {
  content: inherit;
}

.txt_more {
  font-size: 1.2rem;
  text-align: right;
  font-weight: bold;
  padding: 10px;
}

.cat_box .bnr_M .ttl_txt03 {
  font-size: 1.6rem;
}
@media (min-width: 576px) {
  .cat_box .bnr_M .ttl_txt03 {
    font-size: 1.8rem;
  }
 
}













