@charset "UTF-8";

/* フローティングメールボタン
----------------------------------*/
.fixed_mail_btn {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background: #9c0004;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: solid 2px #FFF;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  transition: .4s;
  position: fixed;
  bottom: 10px;
  left: 10px;
}

.fixed_mail_btn:hover {
  background: #FFFFFF;
  color: #9c0004;
  border: solid 2px #9c0004;
}


/* 旧コンテンツ用
----------------------------------*/

    .content{
        border-color: #f30; border-radius: 1px; border-style: solid; border-width: 1px;
    		margin: 30px; padding: 10px; width: 800px; max-width: 95%; height: auto; box-sizing: border-box;
        margin-left: auto; margin-right: auto; font-size: 12pt;
    }
    .l{
        font-size: 15pt; color: #000000;
    }
    .lb{
        font-weight: bold; margin: 80px 0;
        font-size: 15pt; color: #000000;
    }
    .sb{
      font-weight: bold; margin: 80px 0;
      font-size: 18pt; color: #000000;
    }
    .exb{
      font-weight: bold; margin: 80px 0;
      font-size: 22pt; color: #000000;
    }
    .b{
      font-weight: bold; color: #000000;
    }
    .under{
      text-decoration:underline solid red; color: #000000;
    }
    .exb_under{
      font-weight: bold; margin: 80px 0;
      font-size: 22pt; text-decoration:underline solid red; color: #000000;
    }
    .sb_under{
      font-weight: bold; margin: 80px 0;
      font-size: 18pt; text-decoration:underline solid black; color: blue;
    }
    .float_clear{
      clear: both; margin: 50px 0;
    }
    .img{
      text-align: center; margin: 50px 0;
    }
    p{
      margin: 20px 0;
    }

    font.bold{font-weight: bold;}
    font.under{text-decoration:underline solid red; font-weight: bold;}
   

/* 見出し */
.heading-14 {
    display: inline-block;
    position: relative;
    padding: .5em 1.4em .5em 1em;
    background-color: #a9ceec;
    color: #333333;
}

.heading-14::before {
    position: absolute;
    bottom: -1px;
    right: 9px;
    z-index: -1;
    transform: rotate(5deg);
    width: 70%;
    height: 50%;
    background-color: #d0d0d0;
    content: "";
    filter: blur(4px);
}


/* 目次 */
.toc-002 {
  margin-bottom: 30px;
  border: 2px solid #2589d0;
  border-radius: 3px;
}

.toc-002 div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #2589d0;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}

.toc-002 div::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  content: '';
}

.toc-002 ol {
  list-style-type: disc;
  margin: 0;
  overflow: hidden;
}

.toc-002 > ol {
  padding: 1em 1em 1em 3em;
}

.toc-002 ol ol {
  margin-top: 5px;
  padding-left: 1.1em;
}

.toc-002 li {
  padding: 5px 0;
  font-weight: 600;
}

.toc-002 ol ol li {
  font-weight: 500;
  font-size: .9em;
}

.toc-002 a {
  color: #333;
  text-decoration: none;
}


/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #111111;
  font-family:  "メイリオ", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: .05em; }

a {
  color: #111111;
  text-decoration: none;
  transition: all 0.3s ease; }

  img {
    max-width: 95%; 
    height: auto; }

/* header
----------------------------------*/
#header {
  background: #FFFFFF;
  font-family: "YakuHanJP";
  border-bottom: 3px solid #dcdcdc; }
  #header .head_catch {
    background: #dcdcdc;
    font-size: 1.2rem; }
    #header .head_catch .inner {
      padding: 2px 0; }
  #header .inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    width: 1024px;
    padding: 10px 0; }
    #header .inner #logo {
      width: 13%; }


/* footer
----------------------------------*/
#footer {
  background: #2d2d2d;
  color: #FFFFFF;
  text-align: center; }
  #footer .inner {
    width: 1024px;
    margin: 0 auto;
    padding: 10px 0; }
    #footer .inner .copyright {
      font-size: 1.1rem; }

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999; }
  #page-top a {
    display: block;
    background: #9c0004;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #9c0004;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.6rem;
    text-align: center; }
    #page-top a:hover {
      background: #FFFFFF;
      color: #9c0004; }

/* contact_btn
----------------------------------*/
.contact_btn {
  display: flex;
  justify-content: space-between; }
  .contact_btn li a {
    display: block;
    padding: 5px 25px;
    font-size: 1.6rem;
    font-weight: bold; }
    .contact_btn li a:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: 10px; }
    .contact_btn li a.tel_btn {
      background: #6f6f6f;
      border: 1px solid #6f6f6f;
      color: #FFFFFF; }
      .contact_btn li a.tel_btn:hover {
        background: #FFFFFF;
        color: #6f6f6f; }
      .contact_btn li a.tel_btn:before {
        content: "\f095"; }
    .contact_btn li a.mail_btn {
      border: 1px solid #2d2d2d;
      color: #111111; }
      .contact_btn li a.mail_btn:hover {
        background: #2d2d2d;
        color: #FFFFFF; }
      .contact_btn li a.mail_btn:before {
        content: "\f0e0"; }



/* btn
----------------------------------*/
.cbtn a {
  display: table;
  border: 1px solid #9c0004;
  color: #9c0004;
  padding: .6em 3em;
  border-radius: 100px;
  box-sizing: border-box;
  margin: 10px auto 0;
  text-align: center; }
  .cbtn a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-left: 10px; }
  .cbtn a:hover {
    background: #9c0004;
    color: #FFFFFF; }
.cbtn.cbtn_02 a {
  background: #9c0004;
  color: #FFFFFF; }
  .cbtn.cbtn_02 a:hover {
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF; }


/* rss
----------------------------------*/
#rss li {
  border-bottom: 1px dotted #2d2d2d; }
  #rss li:last-child {
    border-bottom: none; }
  #rss li a {
    display: block;
    position: relative;
    padding: 10px 0 10px 1.5em; }
    #rss li a:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f0da";
      margin: 0 5px 0 -.8em; }
    #rss li a:hover {
      background: #f2f2f2; }

/* tel_txt
----------------------------------*/
.tel_txt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold; }
  .tel_txt a {
    color: #FFFFFF; }
    .tel_txt a:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f095";
      margin-right: 10px; }

/* page_title_box
----------------------------------*/
.page_title_box {
  background: url(../img/bg_02.jpg) no-repeat center;
  background-size: cover; }
  .page_title_box .inner {
    padding: 40px 0; }
    .page_title_box .inner .page_title {
      font-size: 4.5rem;
      color: #FFFFFF;
      -webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
      -moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
      -ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
      text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
      text-align: center; }
      .page_title_box .inner .page_title span {
        margin: -8px auto 0;
        display: table;
        padding-top: 10px;
        border-top: 1px solid #FFFFFF;
        font-size: 1.6rem;
        font-weight: bold; }

