@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0vw;
}
html {
    scroll-behavior: smooth;
}

.fs-l-pageMain h1.fs-c-heading--page{
    color: #444 !important;
    width: 90%;
    max-width: 800px;
    letter-spacing: 1px;
    margin: 50px auto 20px;
}



.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.hiragino{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.inline{
    display: inline;
}
.block{
    display: block;
}
.bold{
    font-weight: 600;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rltv{
    position: relative;
    z-index: 0;
}
.center{
    text-align: center !important;
}
.sp768, .sp480{
    display: none;
}



#post a {
    color: #6767d0;
    width: 100%;
    text-decoration: none;
    word-break: break-all;
}
#post img {
    max-width: 100%;
    display: block;
    margin: auto;
}
#post ul{
    padding-inline-start: 15px;
    line-height: 1.8;
}
#post ol{
    line-height: 1.8;
}

/**main**/
#post{
    width: 90%;
    max-width: 800px;
    margin: auto;
}
#post .fv_img{
    margin-bottom: 30px;
}

#post .sb{
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#post .sb .txt_area{
    border: solid 1px;
    border-radius: 20px;
    padding: 20px;
    margin-right: 1.2em;
    position: relative;
}
#post .sb .txt_area::before,#post .sb .txt_area::after {
    content: "";
    position: absolute;
    top: 62%;
    right: 0;
    border-style: solid;
    border-width: 0 0 20px 15px;
    border-color: transparent transparent transparent #000000;
    translate: 100% -50%;
}
  #post .sb .txt_area::after {
    border-width: 0 0 17.3px 13px;
    border-color: transparent transparent transparent #ffffff;
    translate: 100% calc(-50% - 0.3px);
  }
#post .sb img{
    flex-shrink: 0;
  }
#post .sb p{
    margin-bottom: 0;
    line-height: 1.6;
}

#post .article__nav{
    width: fit-content;
    border: 1px solid;
    border-radius: 5px;
    padding: 20px;
    margin: 0 auto 60px;
}
#post .article__nav .ttl{
    text-align: center;
    margin-bottom: 20px;
}
#post .article__nav li{
    margin-bottom: 10px;
}

#post .block_area, #post .block{
    margin-bottom: 30px;
    position: relative;
    padding: 0 25px 10px 25px;
}
#post .block_area::after, #post .block::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 99%;
    border: 1px solid;
    border-radius: 5px;
    top: 12px;
    left: 0;
    z-index: -1;
}

#post section{
    margin-bottom: 60px;
}
#post h2{
    display: none;
    letter-spacing: 1px;
    margin: 0 auto 20px;
    font-size: 22px;
    color: #444;
    padding-top: 20px;
}
#post h3{
    font-size: 20px;
    color: #F2738E;
    position: relative;
    display: inline-block;
    margin-bottom: 18px;
    padding-left: 15px;
}
#post h3::before{
    content: "";
    position: absolute;
    border: 3px solid;
    height: 80%;
    top: 50%;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%);
}
#post h4{
    border-radius: 5px;
    background: #f2738e;
    width: fit-content;
    padding: 6px 10px;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: 1px;
}
#post p {
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

#post em{
    font-style: normal;
    background-color: #FDFDB3;
}
#post .yel{
    background-color: #f9f964;
}
#post .pink{
    color: #F24F70;
}

/*数字リスト*/
#post ol {
    list-style: none;
    counter-reset: number;
    margin-bottom: 20px;
  }
#post ol li {
    position: relative;
    padding-left: 2.0em;
    margin-bottom: 3px;
  }
#post ol li::before{
    counter-increment: number;
    content: '（' counter(number) '）';
    position: absolute;
    left: -8px;
  }
  #post ol li ol{
    list-style: decimal;
    counter-reset: none;
  }
  #post ol li ol li{
    padding-left: 0;
    margin-left: 1rem;
  }
  #post ol li ol li::before{
    content: none;
  }


/*----------------------------------------------------
レスポンシブ用
----------------------------------------------------*/
@media screen and (max-width:768px) {

}

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

}



