<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/** orginal css **/



header{
    position:fixed;
    z-index:100;
    width:100%;
    top:0;
}
article{
    padding-top: 100px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1rem;
    padding-left: 1rem;
  }    

.sub_container {
    max-width: 900px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
main {
        flex: 1;
        background-color: rgba(255, 253, 237, 1);
     }

.fa-story {
    color:#a71d2a;
  }

  h2, .h2 {
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 2rem;
  }
  h3, .h3 {
    font-size: 1.1rem;
    font-weight: bold;
    padding-top: 1rem;
  }
  h4, .h4 {
    font-size: 1.0rem;
    font-weight: bold;
    margin-left: 1rem;
    padding-top: 0.5rem;
  }
.double {
    border: none;
    background-color: #fff;
    border-width: 1px 0 0 0;
    border-top: double;
    border-color: black;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
  }
.sns{
    display:flex;
}

.mark {
    padding: 0.2em;
    background-color:pink;
  }

  .fanta {
      font-family: 'Times New Roman', Times, serif;
  }

  .fanta2 {
      font-size: 0.6rem;
    font-family: 'Times New Roman', Times, serif;
}
  /***************************************************
                    先頭の枠付き
  ***************************************************/
  .box99{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #ff0606;
    border-bottom: solid 5px #ff0606;
}
.box99 p {
    margin: 0; 
    padding: 0;
}
  /***************************************************
                    パンくずリスト
  ***************************************************/
  
  .cp_breadcrumb *,
  .cp_breadcrumb *:after,
  .cp_breadcrumb *:before {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  
  .cp_breadcrumb {
      margin: 1em auto;
      padding: 1em 2em;
      background-color: #fff;
      color: #000;
      border-radius: 0.5em;
  }
  
  .cp_breadcrumb a {
      text-decoration: none;
      color: #7986CB;
  }
  
  .cp_breadcrumb .breadcrumbs {
      padding-left: 0;
      margin-top: 0;
      margin-bottom: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
  }
  
  .cp_breadcrumb li {
      display: inline-block;
      position: relative;
      padding-right: calc(16px + 8px);
      margin-right: 8px;
      color: #7986CB;
  }
  
  .cp_breadcrumb li::before {
      content: '›';
      width: 1em;
      height: 1em;
      line-height: 1;
      text-align: center;
      font-size: 0.9rem;
      color: inherit;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  
  .cp_breadcrumb li:last-child {
      margin-right: 0;
      padding-right: 0;
      color: #000;
  }
  
  .cp_breadcrumb li:last-child::before {
      content: normal;
  }

  /*Follow Me*/
/* 全体 */
.followme{
     padding:8px 0;
     color:#fff;/* 「Follow me」の文字の色 */
     background:#fff;/* 全体背景の色 */
     font-family: Quicksand;
    }
    /* ボタン全体 */
    .flowbtn8:before{
     display:none;
    }	
    .flowbtn8{
     color:#424242!important;/* 文字の色 */
     border:solid 1px #fff;/* 枠線の色 */
     background:#fff!important;/* 背景の色 */
     border-radius:50%;
     position:relative;
     display:inline-block;
     width:40px;
     height:40px;
     font-size:20px;
     vertical-align:middle;
     text-decoration:none;
     transition:.5s;
     margin: 10px;
    }
    /* 全体ボタンマウスホバー時 */
    .flowbtn8:hover{
     color:#000!important;/* 文字の色 */
     border:solid 1px #fff;/* 枠線の色 */
     background:#fff!important;/* 背景の色 */
     -webkit-transform:translateY(-5px);
     -ms-transform:translateY(-5px);
     transform:translateY(-5px);
    }
    /* ボタン全体の位置 */
    .snsbtnini {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    /* share */
    /* container */

/***シェアボタン***/

.sharebtn {
    margin: 0 0 1em 0;
}

.sharebtn a {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    transition: .15s ease-out;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}

.sharebtn a:hover {
    color: #fff;
    transform: scale(1.1) translateY(-2px);
    box-shadow: rgb(0 0 0 / 16%) 0px 5px 10px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

.sharebtn a i {
    margin: 0;
    font-size: 25px;
    line-height: 48px;
}

.sharebtn .btn_fb {
    background: #1877f2;
}

.sharebtn .btn_tw {
    background: #1da1f2;
}

.sharebtn .btn_po {
    background: #ee4056;
}

.sharebtn .btn_hb {
    background: #00a4de;
}

.sharebtn .btn_li {
    background: #06c755;
}

.sharebtn .blogicon-bookmark {
    font-size: 33px;
    line-height: 1.3em;
    vertical-align: -11%;
}

.sharebtn_list {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 1em 0 2em;
    justify-content: center;
}

.sharebtn_item:not(:last-child) {
    margin-right: 8px;
}
.contain{
    object-fit: contain;
}

.shinoda {
        margin-left: calc(50% - 49vw);
}
.shinoda img {
	display: block;
	width: 100%;
	height: auto;
}
.fixed-background {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-color: #DBE2E5;
  }
   
  .background-1 {
    background-image: url(../image/backgroundimage.jpg)
  }
   
  .yellow-marker {
    background: linear-gradient(transparent 50%, yellow 50%);
  }

  .btn-sticky {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0.5em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #ff7c5c;
    /*左線*/
    color: #ff7c5c;
    /*文字色*/
    font-size: 0.8rem;
    font-weight: light;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.btn-sticky:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

.youtube {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.mercury {
    background-color: #E4E4E4;
}
.pattens {
    background-color: #D3E2EC;
}
.hrcolor {
      background-color: #f06851;
}
div.libre {
    position: relative;
}
span.guard {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../image/spacer.gif);
}
.blur{
    -ms-filter: blur(6px);
    filter: blur(6px);
  }

  /**    END   **/
  
</pre></body></html>