<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-contents {
    max-width: 1000px; 
    margin: 0 auto 50px;
    padding: 80px 0px;
}
.detail_link {
    border: 3px solid #3cb4ff;
    border-radius: 5px;
    height: 54px;
    text-align: center;
    color: #3cb4ff;
    padding-top: 7px;
}
@media screen and (max-width: 1080px){
    .blog-contents {
        max-width: 100%; 
        padding: 10px 20px 50px;
    }
}
@media screen and (max-width: 768px){
    .blog-contents {
        padding: 10px 20px 50px;
    }
}
@media screen and (max-width: 768px){
    .blog-wrapper2 {
        padding: 20px 20px 0;
        background-color:rgba(255,255,255,0.9);
    }
    .title-box{
        /* margin-bottom: 10px;
        position: relative; */
    }
}
.inner p{
    font-size: 18px;
    font-family: "メイリオ", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 28px;
    padding-bottom: 20px;
    word-break: break-all;
    white-space: pre-wrap;
    color: #4d4d4d
}




.grid{
    display: grid;
    gap:26px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-top:6%;
    margin-bottom:50px;
    /* max-width: 800px;
    margin: 0 auto;         */
}
@media screen and (min-width: 768px) {
    .grid  &gt; .mail{
        grid-column: 1/3;
    }
}
@media screen and (min-width: 1023px) {
    .grid{
        max-width: 800px;
        margin: 0 auto;  
    }
}
/* @media screen and (max-width: 768px){
    .grid{
        padding-bottom: 150px;
    }
}   */
.main-img{
    margin-top: 20px;
    margin-bottom: 50px;  
}

/* .blog-area{
    position: relative;
} */
.bukken-title {
    margin-top: 60px;
}
.bukken-data{
    margin-top: 50px;
    line-height: 30px;
}
.bukken_display {
    display: flex;
    align-items: center;
    justify-content: space-around;        
}
.title-box{
    padding-bottom: 50px;
}
.dayc{
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.dayc &gt; .day{
    padding-right: 20px;
    font-size: 16px;
    letter-spacing: 2px;
}
.dayc &gt; .category{
    padding-left: 20px;
    font-size: 16px;
    letter-spacing: 2px;
    border-left: 1px solid #000;
}
@media screen and (max-width: 768px){
    .dayc{
        display: flex;
        align-items: center;
        padding: 12px 0;
    }
    .Bbox{
        padding-bottom: 40px;
    }
    .dayc &gt; .day{
        padding-right: 20px;
        font-size: 15px;
        letter-spacing: 2px;
    }
    .dayc &gt; .category{
        padding-left: 20px;
        font-size: 15px;
        letter-spacing: 2px;
        border-left: 1px solid #000;
    }
}
.title-box &gt; .title{
    font-family: Noto Sans CJK JP,sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 3px;
    color: #333;
}
.text_title {
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .title-box{
        padding-bottom: 20px;
    }
    .title-box &gt; .title{
        font-family: Noto Sans CJK JP,sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 33px;
        letter-spacing: 1px;
    }
    .text_title {
        font-weight: bold;
    }
}
.detail-box{
    padding: 20px 0;
}
.inner h2{
    z-index: -10;
    position: relative;
    padding: 50px 0px 20px; 
    font-size: 28px;
    /* margin-top: -182px; */
    margin-bottom: 20px;
    color: #333;
    font-weight: 500;
}
.inner h2::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: repeating-linear-gradient(-45deg, #51c4b1, #51c4b1 3px, white 3px, white 9px)
}
.inner h3{
    padding: 10px 0 10px 20px;
    border-left: 5px solid #51c4b1;
    font-size: 25px;
    margin: 30px 0 20px;
    color: #333;
    font-weight: 500;
}
.inner h4{
    font-size: 22px;
    color: #333;
    line-height: 40px;
    padding: 5px 5px 5px 20px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom:  2px solid #51c4b1;
    letter-spacing: 1px;
}
/* .inner h4:first-letter {
	color: #51c4b1;
} */

strong{
    background: linear-gradient(transparent 60%, #fff6a4 60%);
}
b{
    background: linear-gradient(transparent 60%, #fff6a4 60%);
}


@media screen and (max-width: 768px) {
    .detail-box{
        padding: 20px 0;
    }
    /* .inner h2{
        position: relative;
        padding: 150px 10px 15px; 
        margin-top: -131px;
        font-size: 22px;
    } */
    .inner h2{
        position: relative;
        padding: 30px 0px 15px; 
        font-size: 22px;
    }
    .inner h2::after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 10px;
        background: repeating-linear-gradient(-45deg, #51c4b1, #51c4b1 3px, white 3px, white 9px)
    }
    .inner h3{
        padding: 10px 10px 10px 10px; 
        font-size: 20px;
        margin: 20px 0 20px;
    }
    .inner h4{
        font-size: 19px;
        color: #333;
        line-height: 40px;
        padding: 5px 5px 5px 10px;
        margin-bottom: 20px;
        font-weight: bold;
        border-bottom:  2px solid #51c4b1;
    }


}

/* 追加したclass ここから*/
.btn-area{
    margin-top: 40px;
    position: relative;
    height: 50px;
}
.btn-area img{
    width: 100px;
    position: absolute;
}
/* 追加したclass ここまで*/

@media screen and (max-width: 768px){
    .imgLeaf{            
        top:-23px;
        right:10px;
        width: 150px;
    }
    .bukken_display {
        display: block;
    }
    .img_leyout {
        text-align: center;
    }
    .text_leyout {
        text-align: center;
        display: block;
    }
    .text_info {
        text-align: left;
        display: inline-block;
    }
}   
.recommend{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(167px,1fr));
    gap:20px;  
    padding-bottom: 20px; 
}
.titleRec{
    border-bottom:2px solid #000;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom:10px;
    margin-top: 50px;
    font-size: 1.2em;
}
p.img-box{
    position: relative;
}
p.img-box::before{
    display: block;
    content: '';
    padding-top: 100%;
}
p.img-box &gt; img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* border: solid 1px #999;     */
    object-fit: cover;
    background:#ddd;            
}
.rec-p{
    margin-top: 10px;
}
.word_style{
    font-size: 16px;
    line-height:25px;
    word-break: break-all;
    white-space: pre-wrap;
}

/* 他の記事ここから */
.recBox{
    display: flex;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 100px;
}
.recBox &gt; a{
    flex-basis: 33.3%;
    width: 100%;
}
@media screen and (max-width: 768px){
    .recBox{
        display: block;
        padding-top: 20px;
        padding-bottom:50px;
    }
    .recBox &gt; a{
        flex-basis: 33.3%;
        width: 100%;
    }
    .recommend{
        display: block;
        /* padding-bottom: 40px;  */
    }
}
a:hover{
    opacity: 0.5 ;
    transition: 0.5s ;
}
.inner img {
    width: 100%;
    padding-bottom: 30px;
}
.Bbox{
    /* padding: 10px; */
    /* border: 1px solid #DCDDDD;     */
}

.Bbox &gt; .imgbox{
    position: relative;
}
.item &gt; .imgbox::before{
    display: block;
    content: '';
    padding-top: 100%;
}
.item &gt; .imgbox &gt; img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* border: solid 1px #999;     */
    object-fit: cover;
    background:#ddd;            
}
.dayc{
    display: flex;
    padding: 15px 0;
}
.dayc &gt; .day{
    padding-right: 20px;
    font-size: 16px;
    letter-spacing: 2px;
}
.dayc &gt; .category{
    padding-left: 20px;
    font-size: 16px;
    letter-spacing: 2px;
    border-left: 1px solid #000;
}
.Bbox &gt; .title{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}
@media screen and (max-width: 768px){
    .dayc{
        display: flex;
        padding: 12px 0;
    }
    .Bbox{
        padding-bottom: 40px;
    }
    .dayc &gt; .day{
        padding-right: 20px;
        font-size: 15px;
        letter-spacing: 2px;
    }
    .dayc &gt; .category{
        padding-left: 20px;
        font-size: 15px;
        letter-spacing: 2px;
        border-left: 1px solid #000;
    }
}
/* 他の記事ここまで */
.search_again_btn{
    margin: 50px auto 0;
}
.search_again_btn a {
    border: 2px solid #000;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    font-size: 17px;
    letter-spacing: .1em;
    margin: 0 auto;
    padding: 20px 5px;
    text-align: center;
    width: 400px;
    cursor: pointer;
    cursor: hand;
}
@media screen and (max-width: 768px){
    .search_again_btn a {
        font-size: 15px;
        letter-spacing: 0;
        padding: 15 0;
        width: 100%;
    }
}
.inner &gt; ul{
    /* list-style: initial; */
    font-size: 18px;
    font-family: "メイリオ", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    color: #4d4d4d;
    background: #f5f9f8;/*灰色に*/
    border-radius :8px;
    box-shadow :0px 0px 5px #5f6563;
    padding: 0.5em 1em 0.5em 3em;
    margin: 10px 0 30px;
    position: relative;
}
.inner &gt; ul &gt; li{
    line-height: 1.5;
    padding: 0.5em 0;
}
.inner &gt; ul &gt; li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left : 1.5em; /*左端からのアイコンまで*/
    color: #51c4b1; /*アイコン色*/
}
.inner ol{
    font-size: 18px;
    font-family: "メイリオ", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    color: #4d4d4d;
    background: #f5f9f8;/*灰色に*/
    list-style-type: decimal;
    padding-left: 30px;
    border-radius :8px;
    box-shadow :0px 0px 5px #5f6563;
    padding: 0.5em 1em 0.5em 3em;
    margin: 10px 0 30px;
}
.inner  ol  li {
    line-height: 1.5;
    padding: 0.5em 0;
}
::marker{
    font-weight: bold;
    color: #51c4b1;
}
@media screen and (max-width: 768px){

}
.has-fixed-layout{
    /* margin: 0px 0 10px; */
    border:2px #4d4d4d solid;
    border-collapse: collapse;
    font-size:18px;
    color: #4d4d4d;
    text-align: center;
    table-layout: fixed;
}
.has-fixed-layout th,.has-fixed-layout td{
    border:1px #4d4d4d solid;
    padding: 1em;
    line-height: 1.5;
}
.table_kome{
    text-align: right;
    margin-bottom: 30px;
}
.table_kome a{
   color: #3cb4ff;
}

.wp-block-table{
    margin: 0px 0 10px;
    border:2px #4d4d4d solid;
    border-collapse: collapse;
    font-size:18px;
    color: #4d4d4d;
    text-align: center;
    table-layout: fixed;
}
.wp-block-table th,.wp-block-table td{
    border:1px #4d4d4d solid;
    padding: 1em;
    line-height: 1.5;
}

@media screen and (max-width: 768px){
    .has-fixed-layout{
        /* margin: 0px 0 10px; */
        font-size:16px;
    }
    .has-fixed-layout th,.has-fixed-layout td{
        border:1px #4d4d4d solid;
        padding: 0.5em;
    }
    .table_kome{
        text-align: right;
    }
}

/* もくじ　ここから */

.outline{
    width: 100%;
    border: 5px solid #51c4b1;
    padding: 20px;
    border-radius: 10px;
}
.outline &gt; .toc_title{
    text-align: center;
    color: #51c4b1;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px dashed #51c4b1;
    padding-bottom: 10px;
}
.outline &gt; .toc_list{
    padding: 20px 0 20px 20px;
    font-size: 17px;
}
.outline &gt; .toc_list &gt; li{
    padding-bottom: 10px;
}
.outline &gt; .toc_list &gt; li &gt; a{
    font-weight: bold;
}
/* .pointlist{
    list-style: inside;
} */
.btntext{
    text-align: center;
    font-size: 18px !important;
    font-weight: bold;
}
.pcbtn{
    display: block;
}
.spbtn{
    display: none;
}
.toc_list &gt; li &gt; ul{
    padding: 10px 0 10px 20px;
    list-style: inside;
}
.toc_list &gt; li &gt; ul &gt; li{
    line-height: 30px;
}
.paddingnone img{
    padding-bottom: 0 !important;
}
@media screen and (max-width: 768px){
    .btntext{
        text-align: center;
        font-size: 17px !important;
        font-weight: bold;
    }
    .rbtn a{
        color: #fff;
        letter-spacing: 0px;
    }
    .pcbtn{
        display: none;
    }
    .spbtn{
        display: block;
    }
    /* .inner a img{
        width: 100% !important;
    } */
    .outline{
        width: 100%;
        border: 5px solid #51c4b1;
        padding: 20px 10px 10px;
        border-radius: 10px;
    }
    .outline &gt; .toc_title{
        font-size: 18px;
    }
    .outline &gt; .toc_list{
        padding: 15px 0 15px 0px !important;
    }
    .outline &gt; .toc_list &gt; li{
        padding-bottom: 10px;
    }
    .outline &gt; .toc_list &gt; li &gt; a{
        font-weight: bold;
    }
    .outline &gt; .toc_list &gt; li &gt; ul{
        padding: 10px 0 10px 10px;
    }
    .outline &gt; .toc_list &gt; li &gt; ul &gt; li{
        line-height: 30px;
    }
}

/* もくじ　ここまで */

/* 記事を書いた人　ここから */
.reporterbox{
    padding: 70px 0;
}
.reporterbox &gt; p{
    font-size: 25px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 500;
}
.reporterbox .box{
    border: 3px solid #51c4b1;
    border-radius: 10px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    gap: 50px;
}
.reporterbox .box .icon{
    flex-basis: 15%;
}
.reporterbox .box .icon img{
    max-width: 150px;
}
.reporterbox .box .comment{
    flex-basis: 85%;
}
.reporterbox .box .comment .logo{
    padding-bottom: 20px;
}
.reporterbox .box .comment .logo img {
    max-width: 440px;
}
.reporterbox .box .comment .text{
    font-size: 18px;
    font-family: "メイリオ", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 33px;
}
.reporterbox .box .comment .text a{
    color: #848484;
}
.reporterbox .box .comment .text a:hover{
    color: #51c4b1;
    /* border-bottom: 1px dashed #51c4b1; */
    opacity: 1;
    transition: 0.5s ;
}
@media screen and (max-width: 768px){
    .reporterbox{
        padding: 50px 0;
    }
    .reporterbox &gt; p{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .reporterbox .box{
        border: 3px solid #51c4b1;
        border-radius: 10px;
        padding: 30px 20px;
        display: block;
    }
    .reporterbox .box .icon{
        padding-bottom: 20px;
        text-align: center;
    }
    .reporterbox .box .icon img{
        max-width: 40%;
    }
    .reporterbox .box .comment .logo{
        padding-bottom: 20px;
        text-align: center;
    }
    .reporterbox .box .comment .logo img {
        max-width: 90%;
    }
    .reporterbox .box .comment .text{
        font-size: 18px;
        font-family: "メイリオ", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
        line-height:28px;
        color: #4d4d4d;
    }
    .reporterbox .box .comment .text a{
        color: #848484;
    }
}
/* 記事を書いた人　ここまで */</pre></body></html>