@charset "utf-8";
.midashi {
    min-height: 5rem;
    margin: 4rem 0 3rem 0;
    padding: 1rem 2rem 1rem 7rem;
    background: #e1e0e5 url(img/title_bg_02.png) no-repeat 1rem center;
    background-size: 46px 100%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    color: #000;
    font-size: 2.2rem;
}

.midashi02 {
    margin: 3rem 0 2rem 0;
    padding: 0 2rem 0.8rem 2rem;
    border-bottom: 1px dashed #333;
    color: #25589b;
    font-size: 2rem;
}

.frame-body h4.midashi02 {
    margin: 3rem 0 2rem 0;
    padding: 0 2rem 0.8rem 0;
    border-bottom: 1px dashed #333;
    color: #25589b;
    font-size: 2rem;
}


.midashi03 {
    background: #fff;
    margin: 0rem 0rem 1rem;
    padding: 0rem 2rem;
}


#contents p.btn-more {
  background: #ff5722;
  border-radius: 50px;
  box-shadow: 0px 3px 0px #b32e05;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 10px auto !important;
  padding: 10px 40px 10px 40px;
  position: relative;
  text-align: center;
  width: 240px;
}

#contents p.more-close {
  background: #666;
  box-shadow: 0px 3px 0px #333;
}

#contents p.btn-more:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  display: inline-block;
}

#contents p.btn-more.more-close:after {
  content: '－';
}

#contents p.btn-more:hover {
  opacity: 0.7;
  ;
}

.footer-fixed-bannner--pc {
  position: fixed;
  bottom: 10rem;
  right: 1rem;
  width: 250px;
  height: 250px;
  z-index: 999;
}

.footer-fixed-bannner--pc a {
  display: block;
}
.categorylist {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 100px auto 80px;
    font-size: 16px;
    width: 90%;
}
.categorylist .title {
    font-weight: bold;
    font-size: 18px;
}
.categorylist ul:not([class]) {
    margin: 1rem 10px 0;
}
.main .categorylist li a:not([class]) {
    text-decoration: none;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/


}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/


  .footer-fixed-bannner--pc {
    display: none !important;
  }

}
