/* <system section="theme" selected="26006613797233845"> */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }

.blog-controlls,
#globalheader-container,
#blog-title,
.entry-date,
.entry-footer,
.hatena-module-title,
#footer,
.pager-arrow,
.entry-categories
{ display: none!important; }

#blog-description{
    color: pink;
}

/* 　　　　ADS */
.variable-mobileWeb-ad, .adx-responsive-mode, .ad, #footer-ad-rectangle, #medibasspContainer {
    transform: scale(0.6);
    position: relative;
    margin-top: -40px;
    margin-bottom: -40px;
    /* left: calc(50% - (100vw * 0.5 / 2) - 20vw); */
}

/* .adx-responsive-mode>div, .adx-responsive-mode iframe, {
    transform: scale(0.8);
} */

html.i-amphtml-inabox{
    transform: scale(0.6);
}


#box2 img {
    max-width: none;
    height: inherit;
}


html{
    font-size: 10px;
}

*{
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #333;
    padding-inline: 0;
    margin-block: 0;
}

*:focus {
    outline: none;
}

a{
    color: #F26B6B;
    transition: 0.3s;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

a:hover{ color: #0468BF; }

h1, h2, h3, h4, h5{
    margin: 0;
    line-height: 1.5;
}

.entry-content ul li{
    list-style: none;
}

a img{transition: 0.3s;}
a img:hover{opacity: 0.7;}

#container-inner{ overflow: hidden; }

.u_fs10{font-size: 10px;}
.u_fs11{font-size: 11px;}
.u_fs12{font-size: 12px;}
.u_fs13{font-size: 13px;}
.u_fs14{font-size: 14px;}
.u_fs15{font-size: 15px;}
.u_fs16{font-size: 16px;}



.u_white{color: #fff;}

.u_flex{
    display: flex;
    padding: 0;
}

.u_items_center{align-items: center;}

.u_juscon_sb{justify-content: space-between;}
.u_juscon_ar{justify-content: space-around;}

.u_pad80{padding-top: 80px;}

.u_mab10{margin-bottom:10px;}
.u_mab15{margin-bottom:15px;}
.u_mab20{margin-bottom:20px;}
.u_mab25{margin-bottom:25px;}
.u_mab30{margin-bottom:30px;}
.u_mab40{margin-bottom:40px;}
.u_mab50{margin-bottom:50px;}

.u_mat10{margin-top:10px;}
.u_mat15{margin-top:15px;}
.u_mat20{margin-top:20px;}
.u_mat30{margin-top:30px;}
.u_mat40{margin-top:40px;}
.u_mat50{margin-top:50px;}

.u_mal20{margin-left:20px;}


.u_bold{font-weight: bold;}

.u_blue{color: #0468BF;}

.u_pos_rel{position: relative;}

.u_dis_inbl{display: inline-block;}

.u_al_center{text-align: center;}

@media (min-width: 1024px) {
    .variable-mobileWeb-ad, .adx-responsive-mode, .ad {
        transform: scale(0.8);
        margin-top: auto;
        margin-bottom: auto;
    }
    
    .u_fs16_lg{font-size: 16px;}

    .u_mab30_lg{margin-bottom:30px;}
    .u_mab40_lg{margin-bottom:40px;}
    .u_mal30_lg{margin-left:30px;}
}

/* 　　　　　　LAYOUT *//* 　　　　　　LAYOUT *//* 　　　　　　LAYOUT */


/* 　　　　　　header area *//* 　　　　　　header area *//* 　　　　　　header area */
#top-editarea{ border-top: 3px solid #0468BF; }

.l_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
}

.l_header_logo{
    width: 130px;
    height: auto;
    margin-top: 3px;
}

@media (min-width: 1024px) {
    .l_header{
        padding: 30px 0;
        margin: 0 auto;
    }
    .l_header_logo{
        width: 200px;
    }
}

/* 　　　　　　mv area *//* 　　　　　　mv area *//* 　　　　　　mv area */
.l_mv{
    position: relative;
    margin: 0 15px;
}

.l_mv_bg{
    display: block;
    width: calc(100vw - (15px * 2));
}

.l_mv::after {
    content: "";
    display: block;
    position: absolute;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/o/omiyage1010/20210809/20210809150753.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(100vw - (15px * 2 * 2));
    height: calc((100vw - (15px * 2)) * 0.37);
    top: calc(50% - ((100vw - (15px * 2)) * 0.37 / 2));
    left: calc(15px );
}

.l_mv_button{
    display: block;
    position: absolute;
    right: calc(50% - (70px /2));
    bottom: -20px;
}

.l_mv_button img{
    width: 70px;
    height: auto;
}

.l_birthday {
    position: absolute;
    top: 0;
    background: #F26B6B;
    width: calc(100vw - (15px * 2));
    border-radius: 3px 3px 0 0;
}

.l_birthday > span {
    display:inline-block;
    animation: animate-banner 10s linear infinite;
    position: relative;
    width:100%;
}

.l_birthday > span::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/o/omiyage1010/20210826/20210826202702.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    left: -20px;
}

.l_birthday span {
    padding: 5px 0;
    white-space: nowrap;
    color: #fff;
    font-size: 12px!important;
    font-size: 1.2rem!important;
}

@keyframes animate-banner {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}


@media (min-width: 1024px) {
    .l_mv{
        margin: 0;
    }
    .l_mv_bg{
        width: 100vw;
    }
    .l_mv::after {
        background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/o/omiyage1010/20210819/20210819223614.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 1000px;
        height: 268px;
        top: calc(50% - (268px / 2));
        left: calc(50% - (1000px / 2));
    }
    .l_mv_button{
        right: calc(50% - (80px /2));
        bottom: -50px;
    }
    
    .l_mv_button img{
        width: 80px;
        height: auto;
    }

    .l_birthday {
        width:100%;
        border-radius: 0;
    }
        .l_birthday > span {
        animation: none;
        text-align:center;
    }
    .l_birthday span {
        font-size: 11px!important;
        font-size: 1.1rem!important;
    }
    @keyframes animate-banner {
        0% { transform: translateX(100%); }
        100% { transform: translateX(-100%); }
    }
}

/* 　　　　　　topics area *//* 　　　　　　topics area *//* 　　　　　　topics area */
.l_topics{
    position: relative;
    margin: 25px 15px 80px;
    padding: 20px 0;
    background: #fff;
}

.l_topics::after {
    content: "";
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/o/omiyage1010/20210809/20210809150715.png);
    background-repeat: repeat;
    background-size: contain;
    width: calc(100% - 15px);
    height: 100%;
    position: absolute;
    display: block;
    top: 23px;
    left: 30px;
    z-index: -100;
    overflow: hidden;
}

.l_topics_ttl{
    height: 20px;
    width: auto;
    margin-bottom: 10px;
}

ul.l_topics_inner{
    height: 120px;
    overflow-y: scroll;
}

ul.l_topics_inner li{
    list-style: none;
    padding: 15px 0;
    margin-right: 20px;
    border-bottom: 1px solid #eaeaea;
}

ul.l_topics_inner li:first-of-type{padding-top: 0;}

ul.l_topics_inner li span{display: block;}

@media (min-width: 1024px) {
    .l_topics{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 70px auto 130px;
        padding: 0;
    }
    .l_topics::after {
        width: 780px;
        top: 30px;
        left: 250px;
    }
    ul.l_topics_inner{
        width: 800px;
        height: 200px;
        margin: 30px 0;
    }
    .l_topics_ttl{
        height: auto;
        width: 80px;
    }
    ul.l_topics_inner li{
        list-style: none;
        padding: 15px 0;
        margin-right: 20px;
        border-bottom: 1px solid #eaeaea;
    }
}

/* 　　　　　　entry area *//* 　　　　　　entry area *//* 　　　　　　entry area */

.is_entry{ margin-top: 30px!important; }

#content {
    width: auto;
    margin: auto;
}
.entry{margin: 30px 15px;}

.entry-header::before {
    content: "";
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/o/omiyage1010/20210809/20210809150750.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 250px;
    display: block;
    position: relative;
    margin: 0 auto;
}

h1.entry-title{
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

h1.entry-title a{
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    color: #0468BF;
    font-weight: bold;
    text-decoration: none;
    margin: 15px 0;
}

h4{
    border-bottom: 1px dotted #80BADE;
    padding-bottom: 1px;
}

h4, h4 a{
    font-size: 18px;
    font-size: 1.8rem;
    text-decoration: none;
}

h3, h3 a {
    font-size: 20px;
    font-size: 2rem;
    color: #0468BF;
    padding: 5px 0;
    border-bottom: 2px solid #80BADE;
    border-top: 2px solid #80BADE;
    text-decoration: none;
}

h5, h5 a{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
}

.l_schedule_about{
    font-size: 12px;
    font-size: 1.2rem;
    padding:15px;
    background: #F3F9FE;
}


.entry-content ul li:not(:last-of-type){margin-bottom: 5px;}

.c_category{
    color: #fff;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
}
.color_an{background: #ff9600;}
.color_dr{background: #70b8f7;}
.color_ev{background: #ff6499;}
.color_ra{background: #01996b;}
.color_tv{background: #d13a9a;}
.color_ot{background: #0468BF;}
.color_mo{background: #22c4bd;}
.color_br{background: #93ad03;}

.entry-content{
    padding: 30px 0;
}

@media (min-width: 1024px) {
    .entry{margin: 70px 0 0}
    #content {
        width: 1000px;
        margin: 0 auto;
    }
    .entry-header::before {
        height: 50px;
        width: 408px;
    }
    h1.entry-title a{
        font-size: 28px;
        font-size: 2.8rem;
        margin: 40px 0 20px;
    }
    .l_schedule_about{
        font-size: 14px;
        font-size: 1.4rem;
        padding:30px 0;
        background: #F3F9FE;
        text-align: center;
    }
    h3, h3 a {
        font-size: 24px;
        font-size: 2.4rem;
    }
    h4, h4 a{
        font-size: 2.2px;
        font-size: 2.2rem;
    }
    h5, h5 a{
        font-size: 20px;
        font-size: 2rem;
    }
}

/* 　　　　　　pager area *//* 　　　　　　pager area *//* 　　　　　　pager area */
.pager{
    margin: 0 15px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eaeaea;
    padding-top: 25px;
}

.pager-next,
.pager-prev{
    width: 160px;
}

.pager-next {
    margin-left: auto;
}

.pager-next a,
.pager-prev a{
    position: relative;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 30px 15px 20px;
    /* width: 180px; */
    background: rgb(255,128,99);
    background: linear-gradient(90deg, rgb(255,128,99) 0%, rgba(255,210,128,1) 50%, rgb(255,128,99) 100%);
    background-size: 200% auto;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
}

.pager-prev a{
    padding-right: 20px;
    padding-left: 30px;
    text-align: right;
    background: rgb(255,128,99);
    background: linear-gradient(90deg, rgba(255,210,128,1) 0%, rgb(255,128,99) 50%, rgba(255,210,128,1) 100%);
    background-size: 200% auto;
}

.pager-next a:hover,
.pager-prev a:hover{
    background-position: right center;
    color: #fff;
}

.pager-next a::after,
.pager-prev a::after{
    position: absolute;
    top: calc(50% - (8px /2));
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    
}

.pager-next a::after{
    right: 20px;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #fff;
}

.pager-prev a::after{
    left: 20px;
    border-width: 4px 8px 4px 0;
    border-color: transparent #fff transparent transparent;
}


.l_side_ttl{
    text-align: center;
    margin-bottom: 20px;
    height: 30px;
}

.l_side_ttl img{
    height: 30px;
    width: auto;
}

.hatena-module{margin-bottom: 80px;}
.hatena-module:nth-child(2) { margin-bottom: 120px; }

#box2{ overflow: hidden; }

@media (min-width: 1024px) {
    .pager{
        margin: 0 0 70px;
    }
    .pager-next,.pager-prev{width: 250px;}
    .l_side_ttl{
        margin-bottom: 40px;
        height: 50px;
    }
    .hatena-module{margin-bottom: 100px;}
    .hatena-module:nth-child(2) { margin-bottom: 160px; }
    #box2-inner{margin-top: 70px;}
}
/* 　　　　　　about *//* 　　　　　　about *//* 　　　　　　about */
.l_about{
    background: #F7F7F7;
    padding: 40px 15px;
}
@media (min-width: 1024px) {
    .l_about{
        background: #F7F7F7;
        padding: 60px;
    }
}
/* 　　　　　　movie *//* 　　　　　　movie *//* 　　　　　　movie */
.l_youtube {
    position: relative;
    width: calc(100vw - (15px * 2));
    padding-top: 56.25%;
    left: 15px;
    right: 15px;
}
.l_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
    .l_youtube {
        width: auto;
        left: 0;
        right: 0;
    }
}


/* 　　　　　　sns *//* 　　　　　　sns *//* 　　　　　　sns */
.l_sns{margin: auto 15px;}

.l_icon_sns{
    width: 40px;
    height: auto;
}
@media (min-width: 1024px) {
    .l_sns{margin: auto 0}
    .l_icon_sns{
        width: 50px;
        height: auto;
    }
    .l_sns_lg{
        width: 40%;
        margin:0 auto 30px;
    }
}
/* 　　　　　　footer area *//* 　　　　　　footer area *//* 　　　　　　footer area */
/* .l_footer,
.l_copy{
    border: 1px solid black;
    padding-top: 50px;
    background: rgb(184, 184, 184);
} */

#bottom-editarea{margin-top:80px;}

.l_footer{
    margin: 40px 15px auto;
    padding-top: 50px;
    position: relative;
}

.l_footer::after {
    content: "";
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/o/omiyage1010/20210809/20210809150709.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 460px;
    width: 100vw;
    display: block;
    position: absolute;
    margin: 0 auto;
    z-index: -100;
    top: 0;
    left: -15px;
}


.l_footer_logo{
    display: block;
    margin-bottom: 40px;
    width: fit-content;
}

.l_footer_logo img{
    width: 200px;
    height: auto;
}

.l_footer_menu{
    display: block;
    margin-bottom: 30px;
    width: fit-content;
}

.l_footer_menu:last-of-type{
    margin-bottom: 40px;
}

.l_footer_menu img{
    height: 14px;
    width: auto;
}

.l_footer_icon img{
    width: 40px;
    height: auto;
}

.l_footer_icon{
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.l_copy{
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,0.4);
}

.l_copy p{
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    text-align: center;
}

@media (min-width: 1024px) {
    #bottom-editarea{margin-top: 70px  0 0;}
    .l_footer{
        width: 1000px;
        margin: auto;
        padding-top: 50px;
    }
    .l_footer::after {
        left: calc((100vw - 1000px) / -2);
        background-position: 0% 50%;
    }
}

/* 　　　　　　COMPONENT *//* 　　　　　　COMPONENT *//* 　　　　　　COMPONENT */

.c_menu_item{
    display: inline-block;
    margin-left: calc(100vw * 0.04);
}

.c_menu_item img{
    height: 18px;
    width: auto;
    margin-top: 8px;
}

.c_button{
    position: relative;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 0;
    background: rgb(255,128,99);
    background: linear-gradient(90deg, rgb(255,128,99) 0%, rgba(255,210,128,1) 50%, rgb(255,128,99) 100%);
    background-size: 200% auto;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
    text-align: center;
}

.c_button::after{
    position: absolute;
    top: calc(50% - (8px /2));
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    right: 20px;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #fff;
}

.c_button:hover{
    background-position: right center;
    /* background: rgb(255,128,99); */
    color: #fff;
}


ul.table-of-contents{
    padding: 15px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
ul.table-of-contents li{
    margin-left: 1.5rem;
}
ul.table-of-contents > li::before{
    content: "";
    background: #F26B6B;
    display:inline-block;
    width:1rem;
    height:1rem;
    margin-right: 5px;
}
ul.table-of-contents > li > a{
    font-size:16px;
    font-size:1.6rem;
}
ul.table-of-contents li a{
    text-decoration: none;
}


table { border-collapse: collapse; }
table tbody tr td,
table tbody tr th{ 
    border: 1px solid #CEE2F2; 
    padding: 10px;
}
table tbody tr th{ 
    background: #F3F9FE;
}

@media (min-width: 1024px) {
    .c_menu_item img{
        height: 30px;
    }
    .c_button{
        width: 50%;
        margin: 0 auto;
    }
}




.is_lg{ display: none; }
@media (min-width: 1024px) {
    .l_wrapper{
        width: 1000px;
    }
    .is_lg{ display: block; }
    .is_sm{ display: none; }
}
/* </system> */

p.entry-footer-section.track-inview-by-gtm {
    display: none;
}