/*
Theme Name: CHAPTER-THREE-GLUE
Version: 1.0
Author: CHAPTER-THREE
Template: glue_free002
*/

#body {
    /*background-color: #FDF4F8;*/
    flex-basis: 100%;
    max-width: 100%;
    /*padding: 6rem 0 3rem;*/
    padding: 0 0;
}
/*@media (min-width: 768px) {*/
/*    #body {*/
/*        !*padding: 12rem 0 3rem;*!*/
/*        padding: 0 0;*/
/*    }*/
/*}*/

#header {
    width: 100%;
    height: auto !important;
    position: sticky !important;
}
@media (min-width: 768px) {
    #header {
        position: relative !important;
    }
}
#header_top {
    height: auto !important;
    border-bottom-color: transparent;
}
#header_logo {
    position: relative !important;
    margin: 0 !important;
}
#bread_crumb {
    position: static !important;
}
#main_content {
    position: static !important;
}

.logo_image {
    width: 100vw !important;
    height: auto;
    max-width: none;
    max-height: none !important;
}

.footer_bottom {
    margin-top: 0;
    /*padding: 1rem 0;*/
    padding: 0.625rem 0 !important;
    /*background: #d55889;*/
    border-top: 3px solid #fff;
    height: auto;
}
@media (min-width: 768px) { .footer_bottom { padding: 5rem 0 1.25rem !important; border-width: 5px; } }
/*.footer-nav { display: none; }*/
.footer-nav { display: block; font-size: 0; text-align: center; margin: 0 0.5rem;}
/*@media (min-width: 768px) { .footer-nav { display: block; margin: 0 0 1.8rem; padding: 0; list-style: none; text-align: center; font-size: 0; } }*/
@media (min-width: 768px) { .footer-nav { display: block; margin: 0 0 1.125rem; padding: 0; list-style: none; text-align: center; font-size: 0; } }
/*.footer-nav li { display: inline-block; font-size: 1rem; line-height: 1.2; }*/
/*.footer-nav li { display: inline-block; font-size: 1.6rem; line-height: 1.2; }*/
.footer-nav li { display: inline-block; font-size: 1rem; line-height: 1.2; }
@media (min-width: 768px) { .footer-nav li { font-size: 1.6rem; } }

@media (min-width: 768px) { .footer-nav li:not(:first-child) { border-left: 1px solid rgba(255, 255, 255, 0.5); }}
.footer-nav a { padding: 0 1em; color: #fff; text-decoration: none; text-transform: uppercase; }
.footer-nav a:hover { text-decoration: underline; }
.footer-nav ul.sub { display: none; }
.footer-nav br { display: none; }

.copyright { padding: 0; color: #eee; line-height: 1.1; text-align: center; }
@media (min-width: 768px) { .copyright { margin-top: 7rem; } }
/*@media (min-width: 768px) { .copyright { margin-top: 4.375rem; } }*/
/*.copyright small { font-size: 1rem; }*/
.copyright small { font-size: 0.76rem; }
@media (min-width: 768px) { .copyright small { font-size: 1.4rem; } }
/*@media (min-width: 768px) { .copyright small { font-size: 0.875rem; } }*/
.copyright a { color: #eee; text-decoration: none; }

@media screen and (max-width: 600px) {
    #index_tab a {
        width: 200px;
    }
}

#global_menu > ul > li {
    font-size: 90%;
}

.front-group {
    padding : 4rem 1rem;
    margin: 0 calc(50% - 50vw);
}
.front-group .front-news {
    max-width: 1180px;
    margin: 0 auto;
}
.front-group-block {
    border: 1px solid #d55889;
    border-radius: 20px;
}
.front-group-block > div > p {
    margin: 0 !important;
}

/* 上部へ戻る*/
#return_top a { background:#f19ec2; }
@media(hover: hover) {
    #return_top a:hover:before { color:#FFFFFF; }
}
#return_top a:before {
    color: #FFFFFF;
    font-size:20px;
}
@media screen and (max-width:1100px) {
    #return_top.active { bottom:100px !important; }
}


#global_menu {
    white-space: nowrap;
}

.pc-display {
    display: none !important;
}
.mobile-display {
    display: inherit !important;
    background: #fff url(/blog/wp-content/themes/ChapterThreeGlue/assets/images/a_hgroup_bg.jpg) no-repeat left 50% bottom -4rem/auto 20rem;
}
.mobile-display > .header-col-right {
    padding-bottom: 2.4rem;
}
@media (min-width: 768px) {
    .pc-display {
        display: inherit !important;
    }
    .mobile-display {
        display: none !important;
    }
}

html { box-sizing: border-box; font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*, *::before, *::after { box-sizing: inherit; }

@-ms-viewport { width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }

body { margin: 0; }

/*[tabindex="-1"]:focus { outline: none !important; }*/

/*hr { box-sizing: content-box; height: 0; overflow: visible; }*/

/*h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem; }*/

/*p { margin-top: 0; margin-bottom: 1rem; }*/

/*abbr[title], abbr[data-original-title] { text-decoration: underline; text-decoration: underline dotted; cursor: help; border-bottom: 0; }*/

/*address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }*/

/*ol, ul, dl { margin-top: 0; margin-bottom: 1rem; }*/

/*ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; }*/

/*dt { font-weight: 400; }*/

/*dd { margin-bottom: .5rem; margin-left: 0; }*/

/*blockquote { margin: 0 0 1rem; }*/

/*dfn { font-style: italic; }*/

b, strong { font-weight: bolder; }

small { font-size: 80%; }

/*sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }*/

/*sub { bottom: -.25em; }*/

/*sup { top: -.5em; }*/

/*a { background-color: transparent; -webkit-text-decoration-skip: objects; }*/

/*a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; }*/
/*a:not([href]):not([tabindex]):focus { color: inherit; text-decoration: none; }*/
/*a:not([href]):not([tabindex]):focus { outline: 0; }*/

/*pre, code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }*/

/*pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; }*/

/*figure { margin: 0 0 1rem; }*/

/*img { vertical-align: middle; border-style: none; }*/

/*svg:not(:root) { overflow: hidden; }*/

/*a, area, button, [role="button"], input, label, select, summary, textarea { touch-action: manipulation; }*/

/*table { border-collapse: collapse; }*/

/*caption { text-align: left; caption-side: bottom; }*/

/*th { text-align: left; }*/

/*label { display: inline-block; margin-bottom: .5rem; }*/

/*button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }*/

/*input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }*/

/*button, input { overflow: visible; }*/

/*button, select { text-transform: none; }*/

/*button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }*/

/*button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { padding: 0; border-style: none; }*/

/*input[type="radio"], input[type="checkbox"] { box-sizing: border-box; padding: 0; }*/

/*input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { -webkit-appearance: listbox; }*/

/*textarea { overflow: auto; resize: vertical; }*/

/*fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }*/

/*legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }*/

/*progress { vertical-align: baseline; }*/

/*[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }*/

/*[type="search"] { outline-offset: -2px; -webkit-appearance: none; }*/

/*[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }*/

/*::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }*/

/*output { display: inline-block; }*/

/*summary { display: list-item; }*/

/*template { display: none; }*/

/*[hidden] { display: none !important; }*/

/*!*!*/
/* * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)*/
/* * Copyright 2011-2017 The Bootstrap Authors*/
/* * Copyright 2011-2017 Twitter, Inc.*/
/* * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
/* *!*/
@-ms-viewport { width: device-width; }
html { box-sizing: border-box; -ms-overflow-style: scrollbar; }

*, *::before, *::after { box-sizing: inherit; }

.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 1140px; } }
@media (min-width: 992px) { .container { max-width: 1140px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }

/*.container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }*/

/*.row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }*/

/*.no-gutters { margin-right: 0; margin-left: 0; }*/
/*.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }*/

/*.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; }*/

/*.col { flex-basis: 0; flex-grow: 1; max-width: 100%; }*/

/*.col-auto { flex: 0 0 auto; width: auto; max-width: none; }*/

/*.col-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }*/

/*.col-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }*/

/*.col-3 { flex: 0 0 25%; max-width: 25%; }*/

/*.col-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }*/

/*.col-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }*/

/*.col-6 { flex: 0 0 50%; max-width: 50%; }*/

/*.col-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }*/

/*.col-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }*/

/*.col-9 { flex: 0 0 75%; max-width: 75%; }*/

/*.col-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }*/

/*.col-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }*/

/*.col-12 { flex: 0 0 100%; max-width: 100%; }*/

/*.order-first { order: -1; }*/

/*.order-1 { order: 1; }*/

/*.order-2 { order: 2; }*/

/*.order-3 { order: 3; }*/

/*.order-4 { order: 4; }*/

/*.order-5 { order: 5; }*/

/*.order-6 { order: 6; }*/

/*.order-7 { order: 7; }*/

/*.order-8 { order: 8; }*/

/*.order-9 { order: 9; }*/

/*.order-10 { order: 10; }*/

/*.order-11 { order: 11; }*/

/*.order-12 { order: 12; }*/

/*.offset-1 { margin-left: 8.3333333333%; }*/

/*.offset-2 { margin-left: 16.6666666667%; }*/

/*.offset-3 { margin-left: 25%; }*/

/*.offset-4 { margin-left: 33.3333333333%; }*/

/*.offset-5 { margin-left: 41.6666666667%; }*/

/*.offset-6 { margin-left: 50%; }*/

/*.offset-7 { margin-left: 58.3333333333%; }*/

/*.offset-8 { margin-left: 66.6666666667%; }*/

/*.offset-9 { margin-left: 75%; }*/

/*.offset-10 { margin-left: 83.3333333333%; }*/

/*.offset-11 { margin-left: 91.6666666667%; }*/

/*@media (min-width: 576px) { .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; }*/
/*    .col-sm-auto { flex: 0 0 auto; width: auto; max-width: none; }*/
/*    .col-sm-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }*/
/*    .col-sm-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }*/
/*    .col-sm-3 { flex: 0 0 25%; max-width: 25%; }*/
/*    .col-sm-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }*/
/*    .col-sm-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }*/
/*    .col-sm-6 { flex: 0 0 50%; max-width: 50%; }*/
/*    .col-sm-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }*/
/*    .col-sm-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }*/
/*    .col-sm-9 { flex: 0 0 75%; max-width: 75%; }*/
/*    .col-sm-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }*/
/*    .col-sm-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }*/
/*    .col-sm-12 { flex: 0 0 100%; max-width: 100%; }*/
/*    .order-sm-first { order: -1; }*/
/*    .order-sm-1 { order: 1; }*/
/*    .order-sm-2 { order: 2; }*/
/*    .order-sm-3 { order: 3; }*/
/*    .order-sm-4 { order: 4; }*/
/*    .order-sm-5 { order: 5; }*/
/*    .order-sm-6 { order: 6; }*/
/*    .order-sm-7 { order: 7; }*/
/*    .order-sm-8 { order: 8; }*/
/*    .order-sm-9 { order: 9; }*/
/*    .order-sm-10 { order: 10; }*/
/*    .order-sm-11 { order: 11; }*/
/*    .order-sm-12 { order: 12; }*/
/*    .offset-sm-0 { margin-left: 0; }*/
/*    .offset-sm-1 { margin-left: 8.3333333333%; }*/
/*    .offset-sm-2 { margin-left: 16.6666666667%; }*/
/*    .offset-sm-3 { margin-left: 25%; }*/
/*    .offset-sm-4 { margin-left: 33.3333333333%; }*/
/*    .offset-sm-5 { margin-left: 41.6666666667%; }*/
/*    .offset-sm-6 { margin-left: 50%; }*/
/*    .offset-sm-7 { margin-left: 58.3333333333%; }*/
/*    .offset-sm-8 { margin-left: 66.6666666667%; }*/
/*    .offset-sm-9 { margin-left: 75%; }*/
/*    .offset-sm-10 { margin-left: 83.3333333333%; }*/
/*    .offset-sm-11 { margin-left: 91.6666666667%; } }*/
/*@media (min-width: 768px) { .col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; }*/
/*    .col-md-auto { flex: 0 0 auto; width: auto; max-width: none; }*/
/*    .col-md-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }*/
/*    .col-md-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }*/
/*    .col-md-3 { flex: 0 0 25%; max-width: 25%; }*/
/*    .col-md-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }*/
/*    .col-md-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }*/
/*    .col-md-6 { flex: 0 0 50%; max-width: 50%; }*/
/*    .col-md-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }*/
/*    .col-md-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }*/
/*    .col-md-9 { flex: 0 0 75%; max-width: 75%; }*/
/*    .col-md-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }*/
/*    .col-md-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }*/
/*    .col-md-12 { flex: 0 0 100%; max-width: 100%; }*/
/*    .order-md-first { order: -1; }*/
/*    .order-md-1 { order: 1; }*/
/*    .order-md-2 { order: 2; }*/
/*    .order-md-3 { order: 3; }*/
/*    .order-md-4 { order: 4; }*/
/*    .order-md-5 { order: 5; }*/
/*    .order-md-6 { order: 6; }*/
/*    .order-md-7 { order: 7; }*/
/*    .order-md-8 { order: 8; }*/
/*    .order-md-9 { order: 9; }*/
/*    .order-md-10 { order: 10; }*/
/*    .order-md-11 { order: 11; }*/
/*    .order-md-12 { order: 12; }*/
/*    .offset-md-0 { margin-left: 0; }*/
/*    .offset-md-1 { margin-left: 8.3333333333%; }*/
/*    .offset-md-2 { margin-left: 16.6666666667%; }*/
/*    .offset-md-3 { margin-left: 25%; }*/
/*    .offset-md-4 { margin-left: 33.3333333333%; }*/
/*    .offset-md-5 { margin-left: 41.6666666667%; }*/
/*    .offset-md-6 { margin-left: 50%; }*/
/*    .offset-md-7 { margin-left: 58.3333333333%; }*/
/*    .offset-md-8 { margin-left: 66.6666666667%; }*/
/*    .offset-md-9 { margin-left: 75%; }*/
/*    .offset-md-10 { margin-left: 83.3333333333%; }*/
/*    .offset-md-11 { margin-left: 91.6666666667%; } }*/
/*@media (min-width: 992px) { .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; }*/
/*    .col-lg-auto { flex: 0 0 auto; width: auto; max-width: none; }*/
/*    .col-lg-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }*/
/*    .col-lg-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }*/
/*    .col-lg-3 { flex: 0 0 25%; max-width: 25%; }*/
/*    .col-lg-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }*/
/*    .col-lg-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }*/
/*    .col-lg-6 { flex: 0 0 50%; max-width: 50%; }*/
/*    .col-lg-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }*/
/*    .col-lg-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }*/
/*    .col-lg-9 { flex: 0 0 75%; max-width: 75%; }*/
/*    .col-lg-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }*/
/*    .col-lg-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }*/
/*    .col-lg-12 { flex: 0 0 100%; max-width: 100%; }*/
/*    .order-lg-first { order: -1; }*/
/*    .order-lg-1 { order: 1; }*/
/*    .order-lg-2 { order: 2; }*/
/*    .order-lg-3 { order: 3; }*/
/*    .order-lg-4 { order: 4; }*/
/*    .order-lg-5 { order: 5; }*/
/*    .order-lg-6 { order: 6; }*/
/*    .order-lg-7 { order: 7; }*/
/*    .order-lg-8 { order: 8; }*/
/*    .order-lg-9 { order: 9; }*/
/*    .order-lg-10 { order: 10; }*/
/*    .order-lg-11 { order: 11; }*/
/*    .order-lg-12 { order: 12; }*/
/*    .offset-lg-0 { margin-left: 0; }*/
/*    .offset-lg-1 { margin-left: 8.3333333333%; }*/
/*    .offset-lg-2 { margin-left: 16.6666666667%; }*/
/*    .offset-lg-3 { margin-left: 25%; }*/
/*    .offset-lg-4 { margin-left: 33.3333333333%; }*/
/*    .offset-lg-5 { margin-left: 41.6666666667%; }*/
/*    .offset-lg-6 { margin-left: 50%; }*/
/*    .offset-lg-7 { margin-left: 58.3333333333%; }*/
/*    .offset-lg-8 { margin-left: 66.6666666667%; }*/
/*    .offset-lg-9 { margin-left: 75%; }*/
/*    .offset-lg-10 { margin-left: 83.3333333333%; }*/
/*    .offset-lg-11 { margin-left: 91.6666666667%; } }*/
/*@media (min-width: 1200px) { .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; }*/
/*    .col-xl-auto { flex: 0 0 auto; width: auto; max-width: none; }*/
/*    .col-xl-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }*/
/*    .col-xl-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }*/
/*    .col-xl-3 { flex: 0 0 25%; max-width: 25%; }*/
/*    .col-xl-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }*/
/*    .col-xl-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }*/
/*    .col-xl-6 { flex: 0 0 50%; max-width: 50%; }*/
/*    .col-xl-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }*/
/*    .col-xl-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }*/
/*    .col-xl-9 { flex: 0 0 75%; max-width: 75%; }*/
/*    .col-xl-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }*/
/*    .col-xl-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }*/
/*    .col-xl-12 { flex: 0 0 100%; max-width: 100%; }*/
/*    .order-xl-first { order: -1; }*/
/*    .order-xl-1 { order: 1; }*/
/*    .order-xl-2 { order: 2; }*/
/*    .order-xl-3 { order: 3; }*/
/*    .order-xl-4 { order: 4; }*/
/*    .order-xl-5 { order: 5; }*/
/*    .order-xl-6 { order: 6; }*/
/*    .order-xl-7 { order: 7; }*/
/*    .order-xl-8 { order: 8; }*/
/*    .order-xl-9 { order: 9; }*/
/*    .order-xl-10 { order: 10; }*/
/*    .order-xl-11 { order: 11; }*/
/*    .order-xl-12 { order: 12; }*/
/*    .offset-xl-0 { margin-left: 0; }*/
/*    .offset-xl-1 { margin-left: 8.3333333333%; }*/
/*    .offset-xl-2 { margin-left: 16.6666666667%; }*/
/*    .offset-xl-3 { margin-left: 25%; }*/
/*    .offset-xl-4 { margin-left: 33.3333333333%; }*/
/*    .offset-xl-5 { margin-left: 41.6666666667%; }*/
/*    .offset-xl-6 { margin-left: 50%; }*/
/*    .offset-xl-7 { margin-left: 58.3333333333%; }*/
/*    .offset-xl-8 { margin-left: 66.6666666667%; }*/
/*    .offset-xl-9 { margin-left: 75%; }*/
/*    .offset-xl-10 { margin-left: 83.3333333333%; }*/
/*    .offset-xl-11 { margin-left: 91.6666666667%; } }*/
/*.flex-row { flex-direction: row !important; }*/

/*.flex-column { flex-direction: column !important; }*/

/*.flex-row-reverse { flex-direction: row-reverse !important; }*/

/*.flex-column-reverse { flex-direction: column-reverse !important; }*/

/*.flex-wrap { flex-wrap: wrap !important; }*/

/*.flex-nowrap { flex-wrap: nowrap !important; }*/

/*.flex-wrap-reverse { flex-wrap: wrap-reverse !important; }*/

/*.justify-content-start { justify-content: flex-start !important; }*/

/*.justify-content-end { justify-content: flex-end !important; }*/

/*.justify-content-center { justify-content: center !important; }*/

/*.justify-content-between { justify-content: space-between !important; }*/

/*.justify-content-around { justify-content: space-around !important; }*/

/*.align-items-start { align-items: flex-start !important; }*/

/*.align-items-end { align-items: flex-end !important; }*/

/*.align-items-center { align-items: center !important; }*/

/*.align-items-baseline { align-items: baseline !important; }*/

/*.align-items-stretch { align-items: stretch !important; }*/

/*.align-content-start { align-content: flex-start !important; }*/

/*.align-content-end { align-content: flex-end !important; }*/

/*.align-content-center { align-content: center !important; }*/

/*.align-content-between { align-content: space-between !important; }*/

/*.align-content-around { align-content: space-around !important; }*/

/*.align-content-stretch { align-content: stretch !important; }*/

/*.align-self-auto { align-self: auto !important; }*/

/*.align-self-start { align-self: flex-start !important; }*/

/*.align-self-end { align-self: flex-end !important; }*/

/*.align-self-center { align-self: center !important; }*/

/*.align-self-baseline { align-self: baseline !important; }*/

/*.align-self-stretch { align-self: stretch !important; }*/

/*@media (min-width: 576px) { .flex-sm-row { flex-direction: row !important; }*/
/*    .flex-sm-column { flex-direction: column !important; }*/
/*    .flex-sm-row-reverse { flex-direction: row-reverse !important; }*/
/*    .flex-sm-column-reverse { flex-direction: column-reverse !important; }*/
/*    .flex-sm-wrap { flex-wrap: wrap !important; }*/
/*    .flex-sm-nowrap { flex-wrap: nowrap !important; }*/
/*    .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; }*/
/*    .justify-content-sm-start { justify-content: flex-start !important; }*/
/*    .justify-content-sm-end { justify-content: flex-end !important; }*/
/*    .justify-content-sm-center { justify-content: center !important; }*/
/*    .justify-content-sm-between { justify-content: space-between !important; }*/
/*    .justify-content-sm-around { justify-content: space-around !important; }*/
/*    .align-items-sm-start { align-items: flex-start !important; }*/
/*    .align-items-sm-end { align-items: flex-end !important; }*/
/*    .align-items-sm-center { align-items: center !important; }*/
/*    .align-items-sm-baseline { align-items: baseline !important; }*/
/*    .align-items-sm-stretch { align-items: stretch !important; }*/
/*    .align-content-sm-start { align-content: flex-start !important; }*/
/*    .align-content-sm-end { align-content: flex-end !important; }*/
/*    .align-content-sm-center { align-content: center !important; }*/
/*    .align-content-sm-between { align-content: space-between !important; }*/
/*    .align-content-sm-around { align-content: space-around !important; }*/
/*    .align-content-sm-stretch { align-content: stretch !important; }*/
/*    .align-self-sm-auto { align-self: auto !important; }*/
/*    .align-self-sm-start { align-self: flex-start !important; }*/
/*    .align-self-sm-end { align-self: flex-end !important; }*/
/*    .align-self-sm-center { align-self: center !important; }*/
/*    .align-self-sm-baseline { align-self: baseline !important; }*/
/*    .align-self-sm-stretch { align-self: stretch !important; } }*/
/*@media (min-width: 768px) { .flex-md-row { flex-direction: row !important; }*/
/*    .flex-md-column { flex-direction: column !important; }*/
/*    .flex-md-row-reverse { flex-direction: row-reverse !important; }*/
/*    .flex-md-column-reverse { flex-direction: column-reverse !important; }*/
/*    .flex-md-wrap { flex-wrap: wrap !important; }*/
/*    .flex-md-nowrap { flex-wrap: nowrap !important; }*/
/*    .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; }*/
/*    .justify-content-md-start { justify-content: flex-start !important; }*/
/*    .justify-content-md-end { justify-content: flex-end !important; }*/
/*    .justify-content-md-center { justify-content: center !important; }*/
/*    .justify-content-md-between { justify-content: space-between !important; }*/
/*    .justify-content-md-around { justify-content: space-around !important; }*/
/*    .align-items-md-start { align-items: flex-start !important; }*/
/*    .align-items-md-end { align-items: flex-end !important; }*/
/*    .align-items-md-center { align-items: center !important; }*/
/*    .align-items-md-baseline { align-items: baseline !important; }*/
/*    .align-items-md-stretch { align-items: stretch !important; }*/
/*    .align-content-md-start { align-content: flex-start !important; }*/
/*    .align-content-md-end { align-content: flex-end !important; }*/
/*    .align-content-md-center { align-content: center !important; }*/
/*    .align-content-md-between { align-content: space-between !important; }*/
/*    .align-content-md-around { align-content: space-around !important; }*/
/*    .align-content-md-stretch { align-content: stretch !important; }*/
/*    .align-self-md-auto { align-self: auto !important; }*/
/*    .align-self-md-start { align-self: flex-start !important; }*/
/*    .align-self-md-end { align-self: flex-end !important; }*/
/*    .align-self-md-center { align-self: center !important; }*/
/*    .align-self-md-baseline { align-self: baseline !important; }*/
/*    .align-self-md-stretch { align-self: stretch !important; } }*/
/*@media (min-width: 992px) { .flex-lg-row { flex-direction: row !important; }*/
/*    .flex-lg-column { flex-direction: column !important; }*/
/*    .flex-lg-row-reverse { flex-direction: row-reverse !important; }*/
/*    .flex-lg-column-reverse { flex-direction: column-reverse !important; }*/
/*    .flex-lg-wrap { flex-wrap: wrap !important; }*/
/*    .flex-lg-nowrap { flex-wrap: nowrap !important; }*/
/*    .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; }*/
/*    .justify-content-lg-start { justify-content: flex-start !important; }*/
/*    .justify-content-lg-end { justify-content: flex-end !important; }*/
/*    .justify-content-lg-center { justify-content: center !important; }*/
/*    .justify-content-lg-between { justify-content: space-between !important; }*/
/*    .justify-content-lg-around { justify-content: space-around !important; }*/
/*    .align-items-lg-start { align-items: flex-start !important; }*/
/*    .align-items-lg-end { align-items: flex-end !important; }*/
/*    .align-items-lg-center { align-items: center !important; }*/
/*    .align-items-lg-baseline { align-items: baseline !important; }*/
/*    .align-items-lg-stretch { align-items: stretch !important; }*/
/*    .align-content-lg-start { align-content: flex-start !important; }*/
/*    .align-content-lg-end { align-content: flex-end !important; }*/
/*    .align-content-lg-center { align-content: center !important; }*/
/*    .align-content-lg-between { align-content: space-between !important; }*/
/*    .align-content-lg-around { align-content: space-around !important; }*/
/*    .align-content-lg-stretch { align-content: stretch !important; }*/
/*    .align-self-lg-auto { align-self: auto !important; }*/
/*    .align-self-lg-start { align-self: flex-start !important; }*/
/*    .align-self-lg-end { align-self: flex-end !important; }*/
/*    .align-self-lg-center { align-self: center !important; }*/
/*    .align-self-lg-baseline { align-self: baseline !important; }*/
/*    .align-self-lg-stretch { align-self: stretch !important; } }*/
/*@media (min-width: 1200px) { .flex-xl-row { flex-direction: row !important; }*/
/*    .flex-xl-column { flex-direction: column !important; }*/
/*    .flex-xl-row-reverse { flex-direction: row-reverse !important; }*/
/*    .flex-xl-column-reverse { flex-direction: column-reverse !important; }*/
/*    .flex-xl-wrap { flex-wrap: wrap !important; }*/
/*    .flex-xl-nowrap { flex-wrap: nowrap !important; }*/
/*    .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; }*/
/*    .justify-content-xl-start { justify-content: flex-start !important; }*/
/*    .justify-content-xl-end { justify-content: flex-end !important; }*/
/*    .justify-content-xl-center { justify-content: center !important; }*/
/*    .justify-content-xl-between { justify-content: space-between !important; }*/
/*    .justify-content-xl-around { justify-content: space-around !important; }*/
/*    .align-items-xl-start { align-items: flex-start !important; }*/
/*    .align-items-xl-end { align-items: flex-end !important; }*/
/*    .align-items-xl-center { align-items: center !important; }*/
/*    .align-items-xl-baseline { align-items: baseline !important; }*/
/*    .align-items-xl-stretch { align-items: stretch !important; }*/
/*    .align-content-xl-start { align-content: flex-start !important; }*/
/*    .align-content-xl-end { align-content: flex-end !important; }*/
/*    .align-content-xl-center { align-content: center !important; }*/
/*    .align-content-xl-between { align-content: space-between !important; }*/
/*    .align-content-xl-around { align-content: space-around !important; }*/
/*    .align-content-xl-stretch { align-content: stretch !important; }*/
/*    .align-self-xl-auto { align-self: auto !important; }*/
/*    .align-self-xl-start { align-self: flex-start !important; }*/
/*    .align-self-xl-end { align-self: flex-end !important; }*/
/*    .align-self-xl-center { align-self: center !important; }*/
/*    .align-self-xl-baseline { align-self: baseline !important; }*/
/*    .align-self-xl-stretch { align-self: stretch !important; } }*/
/*!* スタイル*/
/*------------------------------- *!*/
/*@media (min-width: 768px) { body { min-width: 1140px; } }*/
/*@media (min-width: 992px) { body { min-width: 1140px; } }*/
/*@media (min-width: 1200px) { body { min-width: 1140px; } }*/

@media (min-width: 576px) { .container { max-width: 100%; } }
@media (min-width: 768px) { .container { width: 1140px; } }
@media (min-width: 992px) { .container { width: 1140px; } }
@media (min-width: 1200px) { .container { width: 1140px; } }

html { font-size: calc(100vw/32); }
@media (min-width: 768px) { html { font-size: 62.5%; } }

body { font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 1.4rem; font-weight: 400; line-height: 1.5; color: #595959; background-color: #fff; }
@media (min-width: 768px) { body { font-size: 1.8rem; } }

/*a { color: #0a76a0; text-decoration: underline; outline: none; overflow: hidden; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1); }*/
/*a:hover { color: #075675; text-decoration: underline; }*/

/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-top: 3em; margin-bottom: .8em; }*/

/*p { margin-bottom: 1.6rem; }*/

/*img { max-width: 100%; height: auto; }*/

/*!*ul, ol { margin-bottom: 1.6rem; padding-left: 2.5rem; }*!*/
/*ol { margin-bottom: 1.6rem; padding-left: 2.5rem; }*/

/*dd { margin-bottom: 1.6rem; }*/

/*figure { margin: 0 0 1.6rem; }*/

/*figcaption { margin: .5rem 0; line-height: 1.3; }*/

/*small, .small { font-size: 80%; font-weight: 400; }*/

/*.svgIcon { position: absolute; width: 0; height: 0; }*/

/*.clearfix::after { content: ""; display: block; clear: both; }*/

/*.mt-0 { margin-top: 0rem !important; }*/

/*.mr-0 { margin-right: 0rem !important; }*/

/*.mb-0 { margin-bottom: 0rem !important; }*/

/*.ml-0 { margin-left: 0rem !important; }*/

/*.pt-0 { padding-top: 0rem !important; }*/

/*.pr-0 { padding-right: 0rem !important; }*/

/*.pb-0 { padding-bottom: 0rem !important; }*/

/*.pl-0 { padding-left: 0rem !important; }*/

/*.mt-1 { margin-top: 1rem !important; }*/

/*.mr-1 { margin-right: 1rem !important; }*/

/*.mb-1 { margin-bottom: 1rem !important; }*/

/*.ml-1 { margin-left: 1rem !important; }*/

/*.pt-1 { padding-top: 1rem !important; }*/

/*.pr-1 { padding-right: 1rem !important; }*/

/*.pb-1 { padding-bottom: 1rem !important; }*/

/*.pl-1 { padding-left: 1rem !important; }*/

/*.mt-2 { margin-top: 2rem !important; }*/

/*.mr-2 { margin-right: 2rem !important; }*/

/*.mb-2 { margin-bottom: 2rem !important; }*/

/*.ml-2 { margin-left: 2rem !important; }*/

/*.pt-2 { padding-top: 2rem !important; }*/

/*.pr-2 { padding-right: 2rem !important; }*/

/*.pb-2 { padding-bottom: 2rem !important; }*/

/*.pl-2 { padding-left: 2rem !important; }*/

/*.mt-3 { margin-top: 3rem !important; }*/

/*.mr-3 { margin-right: 3rem !important; }*/

/*.mb-3 { margin-bottom: 3rem !important; }*/

/*.ml-3 { margin-left: 3rem !important; }*/

/*.pt-3 { padding-top: 3rem !important; }*/

/*.pr-3 { padding-right: 3rem !important; }*/

/*.pb-3 { padding-bottom: 3rem !important; }*/

/*.pl-3 { padding-left: 3rem !important; }*/

/*.mt-4 { margin-top: 4rem !important; }*/

/*.mr-4 { margin-right: 4rem !important; }*/

/*.mb-4 { margin-bottom: 4rem !important; }*/

/*.ml-4 { margin-left: 4rem !important; }*/

/*.pt-4 { padding-top: 4rem !important; }*/

/*.pr-4 { padding-right: 4rem !important; }*/

/*.pb-4 { padding-bottom: 4rem !important; }*/

/*.pl-4 { padding-left: 4rem !important; }*/

/*.mt-5 { margin-top: 5rem !important; }*/

/*.mr-5 { margin-right: 5rem !important; }*/

/*.mb-5 { margin-bottom: 5rem !important; }*/

/*.ml-5 { margin-left: 5rem !important; }*/

/*.pt-5 { padding-top: 5rem !important; }*/

/*.pr-5 { padding-right: 5rem !important; }*/

/*.pb-5 { padding-bottom: 5rem !important; }*/

/*.pl-5 { padding-left: 5rem !important; }*/

/*.mt-6 { margin-top: 6rem !important; }*/

/*.mr-6 { margin-right: 6rem !important; }*/

/*.mb-6 { margin-bottom: 6rem !important; }*/

/*.ml-6 { margin-left: 6rem !important; }*/

/*.pt-6 { padding-top: 6rem !important; }*/

/*.pr-6 { padding-right: 6rem !important; }*/

/*.pb-6 { padding-bottom: 6rem !important; }*/

/*.pl-6 { padding-left: 6rem !important; }*/

/*.m-0 { margin: 0 !important; }*/

/*.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }*/

/*@media (min-width: 768px) { .pl-md-2 { padding-left: 2rem !important; }*/
/*    .mt-md-0 { margin-top: 0 !important; }*/
/*    .mb-md-0 { margin-bottom: 0 !important; }*/
/*    .mb-md-5 { margin-bottom: 5rem !important; }*/
/*    .mb-md-78 { margin-bottom: 7.8rem !important; } }*/
/*.d-none { display: none !important; }*/

/*.d-inline { display: inline !important; }*/

/*.d-inline-block { display: inline-block !important; }*/

/*.d-block { display: block !important; }*/

/*.d-table { display: table !important; }*/

/*.d-table-cell { display: table-cell !important; }*/

/*.d-flex { display: flex !important; }*/

/*.d-inline-flex { display: inline-flex !important; }*/

/*@media (min-width: 576px) { .d-sm-none { display: none !important; }*/
/*    .d-sm-inline { display: inline !important; }*/
/*    .d-sm-inline-block { display: inline-block !important; }*/
/*    .d-sm-block { display: block !important; }*/
/*    .d-sm-table { display: table !important; }*/
/*    .d-sm-table-cell { display: table-cell !important; }*/
/*    .d-sm-flex { display: flex !important; }*/
/*    .d-sm-inline-flex { display: inline-flex !important; } }*/
/*@media (min-width: 768px) { .d-md-none { display: none !important; }*/
/*    .d-md-inline { display: inline !important; }*/
/*    .d-md-inline-block { display: inline-block !important; }*/
/*    .d-md-block { display: block !important; }*/
/*    .d-md-table { display: table !important; }*/
/*    .d-md-table-cell { display: table-cell !important; }*/
/*    .d-md-flex { display: flex !important; }*/
/*    .d-md-inline-flex { display: inline-flex !important; } }*/
/*@media (min-width: 992px) { .d-lg-none { display: none !important; }*/
/*    .d-lg-inline { display: inline !important; }*/
/*    .d-lg-inline-block { display: inline-block !important; }*/
/*    .d-lg-block { display: block !important; }*/
/*    .d-lg-table { display: table !important; }*/
/*    .d-lg-table-cell { display: table-cell !important; }*/
/*    .d-lg-flex { display: flex !important; }*/
/*    .d-lg-inline-flex { display: inline-flex !important; } }*/
/*@media (min-width: 1200px) { .d-xl-none { display: none !important; }*/
/*    .d-xl-inline { display: inline !important; }*/
/*    .d-xl-inline-block { display: inline-block !important; }*/
/*    .d-xl-block { display: block !important; }*/
/*    .d-xl-table { display: table !important; }*/
/*    .d-xl-table-cell { display: table-cell !important; }*/
/*    .d-xl-flex { display: flex !important; }*/
/*    .d-xl-inline-flex { display: inline-flex !important; } }*/
/*.ti-1 { text-indent: 1em; }*/

/*.text-left { text-align: left !important; }*/

/*.text-center { text-align: center !important; }*/

/*.text-right { text-align: right !important; }*/

/*.text-underline { text-decoration: underline; }*/

/*.aligncenter { display: block; margin-left: auto; margin-right: auto; }*/

/*.alignleft { display: block; margin-left: auto; margin-right: auto; }*/
/*@media (min-width: 768px) { .alignleft { float: left; margin-right: 1rem; margin-bottom: 1rem; } }*/

/*.alignright { display: block; margin-left: auto; margin-right: auto; }*/
/*@media (min-width: 768px) { .alignright { float: right; margin-left: 1rem; margin-bottom: 1rem; } }*/

/*.text-red { color: #e6434e !important; }*/

/*.text-blue { color: #02a0fe !important; }*/
/*.text-blue a { color: #02a0fe !important; }*/

/*.text-highlight { background: linear-gradient(transparent, transparent 65%, #f4cdd3 0); }*/

/*.fw-b { font-weight: 700 !important; }*/

/*.fz-lg { font-size: 120%; }*/

/*.fz-xl { font-size: 140%; }*/

/*.event_n { pointer-events: none; }*/

/*.hover-opacity:hover { opacity: .85; }*/

/*.hgroup { background: #fff url(/blog/wp-content/themes/ChapterThreeGlue/assets/images/a_hgroup_bg.jpg) no-repeat left 50% bottom -4rem/auto 20rem; }*/
@media (min-width: 768px) {
    .hgroup {
        background: #fff url(/blog/wp-content/themes/ChapterThreeGlue/assets/images/a_hgroup_bg.jpg) no-repeat left 50% bottom -4rem/auto 20rem;
        display: flex; flex-wrap: wrap; justify-content: center; background-position: left 50% bottom -120px; background-size: 2000px;
    }
}
.page-index .hgroup { background-position: left 50% bottom 0; }
@media (min-width: 768px) { .page-index .hgroup { display: flex; justify-content: center; background-position: left 50% bottom 108px; background-size: 2000px; } }

/*.header { padding: 2.4rem 0 2rem; }*/
.header { padding: 0.5rem 0 0.5rem; }
@media (min-width: 768px) { .header { padding: 40px 0 30px; } }
@media (min-width: 768px) { .page-index .header { flex-basis: 380px; max-width: 380px; padding: 40px 30px 0 0; } }
@media (min-width: 768px) { .page-index .header .container { width: 100%; padding: 0; } }

@media (min-width: 768px) { .header-flex { display: flex; justify-content: space-between; } }
@media (min-width: 768px) { .page-index .header-flex { display: block; } }

@media (min-width: 768px) { .header-col-left { flex-basis: 635px; max-width: 635px; } }

.header-col-right { display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; }
@media (min-width: 768px) { .header-col-right { flex-grow: 1; justify-content: flex-end; } }
@media (min-width: 768px) { .page-index .header-col-right { display: block; } }
.header-col-right .header-btnbox { /*width: 100%;*/ justify-content: center; margin: 2rem 0 0 0; display: flex; }
@media (min-width: 768px) { .header-col-right .header-btnbox { display: block; } }
.header-col-right .page-index .header-btnbox { display: block; }
@media (min-width: 768px) { .header-col-right .page-index .header-btnbox { display: flex; } }

.header-logo-wrap { width: 80% ; margin: 0; line-height: 1; }
@media (min-width: 768px) { .header-logo-wrap { width: 100% ; margin: 0 auto; } }
.page-index .header-logo-wrap { width: 68% ; margin: 0 auto; }
@media (min-width: 768px) { .page-index .header-logo-wrap { width: 100% ; margin-bottom: 3rem; } }

/*.header-logo { margin-bottom: 2.4rem; }*/
.header-logo { margin-bottom: 0; }
@media (min-width: 768px) { .header-logo { margin-bottom: 0; } }

.header-feature { display: block; margin-bottom: .4rem; padding: .4rem .8rem; border-top: 2px solid #e15693; border-bottom: 2px solid #e15693; color: #e15693; font-size: 1.3rem; line-height: 1.1; text-align: center; }
@media (min-width: 768px) { .header-feature { margin-bottom: .6rem; padding: .5rem .8rem; font-size: 2rem; } }
@media (min-width: 768px) { .page-index .header-feature { margin-bottom: 2.6rem; padding: .8rem 0; font-size: 2.6rem; } }

.header-access { margin: 0; color: #717171; font-size: 1.1rem; line-height: 1.2; }
@media (min-width: 768px) { .header-access { font-size: 1.6rem; } }
@media (min-width: 768px) { .page-index .header-access { margin-bottom: 5rem; text-align: center; } }

.header-reserve { display: block; width: 5.6rem; margin-left: 1.2rem; padding: 1.2rem 0; border-radius: 4px; background: #906220; border: 2px solid #6c450e; color: #fff; font-size: 1.3rem; line-height: 1.15; font-weight: 700; text-align: center; text-decoration: none; text-transform: uppercase; transition: background-color .2s; }
@media (min-width: 768px) { .header-reserve { margin-left: 1.6rem; width: auto; padding: 1.1rem 2.1rem; font-size: 2.4rem; } }
.header-reserve:hover { color: #fff; text-decoration: none; background: #6f4b19; }
@media (min-width: 768px) { .page-index .header-reserve { margin: 0; padding: .9rem; }
    .page-index .header-reserve br { display: none; } }

/*.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }*/
/*.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em; }*/

/*.slicknav_menu { *zoom: 1; }*/
/*.slicknav_menu .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }*/
/*.slicknav_menu .slicknav_icon { float: left; width: 1.125em; height: 0.875em; margin: 0.188em 0 0 0.438em; }*/
/*.slicknav_menu .slicknav_icon:before { background: transparent; width: 1.125em; height: 0.875em; display: block; content: ""; position: absolute; }*/
/*.slicknav_menu .slicknav_no-text { margin: 0; }*/
/*.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }*/
/*.slicknav_menu:before { content: " "; display: table; }*/
/*.slicknav_menu:after { content: " "; display: table; clear: both; }*/

/*.slicknav_nav { clear: both; }*/
/*.slicknav_nav ul { display: block; }*/
/*.slicknav_nav li { display: block; }*/
/*.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }*/
/*.slicknav_nav .slicknav_item { cursor: pointer; }*/
/*.slicknav_nav .slicknav_item a { display: inline; }*/
/*.slicknav_nav .slicknav_row { display: block; }*/
/*.slicknav_nav a { display: block; }*/
/*.slicknav_nav .slicknav_parent-link a { display: inline; }*/

/*.slicknav_brand { float: left; }*/

/*.slicknav_menu { font-size: 16px; box-sizing: border-box; background: #4c4c4c; padding: 5px; }*/
/*.slicknav_menu * { box-sizing: border-box; }*/
/*.slicknav_menu .slicknav_menutxt { color: #fff; font-weight: bold; text-shadow: 0 1px 3px #000; }*/
/*.slicknav_menu .slicknav_icon-bar { background-color: #fff; }*/

/*.slicknav_btn { margin: 5px 5px 6px; text-decoration: none; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #222; }*/

/*.slicknav_nav { color: #fff; margin: 0; padding: 0; font-size: 0.875em; list-style: none; overflow: hidden; }*/
/*.slicknav_nav ul { list-style: none; overflow: hidden; padding: 0; margin: 0 0 0 20px; }*/
/*.slicknav_nav .slicknav_row { padding: 5px 10px; margin: 2px 5px; }*/
/*.slicknav_nav .slicknav_row:hover { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: #ccc; color: #fff; }*/
/*.slicknav_nav a { padding: 5px 10px; margin: 2px 5px; text-decoration: none; color: #fff; }*/
/*.slicknav_nav a:hover { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: #ccc; color: #222; }*/
/*.slicknav_nav .slicknav_txtnode { margin-left: 15px; }*/
/*.slicknav_nav .slicknav_item a { padding: 0; margin: 0; }*/
/*.slicknav_nav .slicknav_parent-link a { padding: 0; margin: 0; }*/

/*.slicknav_brand { color: #fff; font-size: 18px; line-height: 30px; padding: 7px 12px; height: 44px; }*/

/*.slicknav_menu { background-color: transparent; padding: 0; }*/
/*@media (min-width: 768px) { .slicknav_menu { display: none; } }*/
/*.slicknav_menu .slicknav_nav { width: 100%; position: absolute; top: 6.8rem; left: 0; z-index: 10; padding: 0 15px; }*/
/*.slicknav_menu .slicknav_nav > ul { margin: 0 0 15px; padding: 0; border-top: 1px solid #d55889; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); }*/
/*.slicknav_menu .slicknav_nav li { border: 1px solid #d55889; border-top: 0; }*/
/*.slicknav_menu .slicknav_nav a { box-sizing: border-box; margin: 0; padding: .9rem 0; background: rgba(255, 255, 255, 0.97); color: #d55889; font-size: 1.4rem; text-align: center; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1); }*/
/*.slicknav_menu .slicknav_nav a:hover { border-radius: 0; }*/
/*.slicknav_menu .slicknav_nav br { display: none; }*/
/*.slicknav_menu .slicknav_nav a.slicknav_item a { margin: 0; padding: 0; }*/
/*.slicknav_menu .slicknav_nav a.slicknav_item a::before { display: none; }*/
/*.slicknav_menu .slicknav_nav .slicknav_row:hover { background: rgba(255, 255, 255, 0.97); border-radius: 0; }*/
/*.slicknav_menu .slicknav_nav .slicknav_arrow { color: #d55889; }*/
/*.slicknav_menu .slicknav_nav ul.sub { margin: 0; }*/
/*.slicknav_menu .slicknav_nav ul.sub > li { border: 0; }*/
/*.slicknav_menu .slicknav_nav ul.sub > li:not(:last-of-type) { border-bottom: 1px solid #efbed4; }*/
/*.slicknav_menu .slicknav_nav ul.sub a { padding: .8rem 0; background-color: rgba(253, 235, 243, 0.97); color: #222; font-size: 1.3rem; position: relative; }*/

/*.slicknav_menu .slicknav_btn { position: absolute; top: 1.1rem; right: 15px; margin: 0; padding: 3.2vw 4.2vw 6.4vw 4.2vw; z-index: 10; background: #d55889; border-radius: 0; text-decoration: none; -webkit-tap-highlight-color: transparent; }*/
/*.slicknav_menu .slicknav_btn::after { content: 'menu'; color: #fff; font-size: 3.2vw; font-weight: 400; line-height: 1; position: absolute; bottom: 2vw; left: 50%; transform: translateX(-50%); text-shadow: none; transition: content 1s; }*/
/*.slicknav_menu .slicknav_btn.slicknav_open::after { content: 'close'; }*/
/*.slicknav_menu .slicknav_icon { display: inline-block; position: relative; height: 5vw; width: 6vw; transition: all .4s; }*/
/*.slicknav_menu .slicknav_icon-bar { background-color: #fff; border-radius: 1px; box-shadow: none; display: inline-block; position: absolute; left: 0; height: .2rem; width: 100%; transition: all .4s; }*/
/*.slicknav_menu .slicknav_icon-bar:nth-of-type(1) { top: 0; }*/
/*.slicknav_menu .slicknav_icon-bar:nth-of-type(2) { top: 2.2vw; }*/
/*.slicknav_menu .slicknav_icon-bar:nth-of-type(3) { bottom: 0; }*/
/*.slicknav_menu .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin: 0; }*/

/*.slicknav_icon span:nth-of-type(1) { animation: menu-bar01 .6s forwards; }*/

/*@keyframes menu-bar01 { 0% { transform: translateY(2.2vw) rotate(45deg); }*/
/*    50% { transform: translateY(2.2vw) rotate(0); }*/
/*    100% { transform: translateY(0) rotate(0); } }*/
/*.slicknav_icon span:nth-of-type(2) { transition: all .25s .25s; opacity: 1; }*/

/*.slicknav_icon span:nth-of-type(3) { animation: menu-bar02 .6s forwards; }*/

/*@keyframes menu-bar02 { 0% { transform: translateY(-2.2vw) rotate(-45deg); }*/
/*    50% { transform: translateY(-2.2vw) rotate(0); }*/
/*    100% { transform: translateY(0) rotate(0); } }*/
/*.slicknav_open .slicknav_icon span:nth-of-type(1) { animation: active-menu-bar01 .6s forwards; }*/

/*@keyframes active-menu-bar01 { 0% { transform: translateY(0) rotate(0); }*/
/*    50% { transform: translateY(2.2vw) rotate(0); }*/
/*    100% { transform: translateY(2.2vw) rotate(45deg); } }*/
/*.slicknav_open .slicknav_icon span:nth-of-type(2) { opacity: 0; }*/

/*.slicknav_open .slicknav_icon span:nth-of-type(3) { animation: active-menu-bar03 .6s forwards; }*/

/*@keyframes active-menu-bar03 { 0% { transform: translateY(0) rotate(0); }*/
/*    50% { transform: translateY(-2.2vw) rotate(0); }*/
/*    100% { transform: translateY(-2.2vw) rotate(-45deg); } }*/
/*.navbar { display: none; }*/
/*@media (min-width: 768px) { .navbar { display: block; order: 1; flex-basis: 100%; max-width: 100%; background: #fff; border-top: 2px solid #f29998; margin: 0; padding: 23px 0; box-shadow: 0 -4px 4px rgba(206, 174, 185, 0.4); } }*/

/*@media (min-width: 768px) { .gNav { display: flex; justify-content: space-between; width: 1110px; margin: 0 auto; padding: 0; list-style: none; }*/
/*    .gNav > li { flex-basis: calc( 100% / 7); max-width: calc( 100% / 7); padding: 0; }*/
/*    .gNav > li:last-child::after, .gNav > li > a::before { content: ''; position: absolute; top: 50%; left: -1px; transform: translateY(-50%); width: 2px; height: 40px; border-left: 2px solid rgba(161, 146, 120, 0.8); }*/
/*    .gNav > li:last-child::after { left: auto; right: -1px; }*/
/*    .gNav > li { position: relative; }*/
/*    .gNav > li > a { display: flex; justify-content: center; align-items: center; height: 60px; padding: 0; color: #745e4c; font-size: 1.7rem; line-height: 1.1; text-align: center; text-decoration: none; position: relative; transition: color .2s; overflow: visible; text-transform: uppercase; }*/
/*    .gNav > li > a:hover { color: #d55889; }*/
/*    .gNav .interpunct { display: none; }*/
/*    .gNav .sub { display: none; position: absolute; left: 0; width: 100%; padding: 0 5px; border: 1px solid #a19278; z-index: 1000; list-style: none; background: #fff; }*/
/*    .gNav .sub li { width: 100%; max-width: 100%; border: 0; border-bottom: 1px solid #dadada; }*/
/*    .gNav .sub li:last-child { border-bottom: 0; }*/
/*    .gNav .sub li a { display: block; height: auto; padding: 20px 8px; color: #745e4c; font-size: 1.5rem; line-height: 1.2; text-align: center; text-decoration: none; transition: color .15s; }*/
/*    .gNav .sub li a:hover { color: #d55889; } }*/
/*.contents {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*    padding: 3rem 0 4rem;*/
/*    border-top: 2px solid #f29998;*/
/*    box-shadow: 0 -0.3rem 0.5rem rgba(206, 174, 185, 0.5);*/
/*}*/
/*@media (min-width: 768px) {*/
/*    .contents {*/
/*        !*padding: 90px 0 100px;*!*/
/*        padding: 0 0 100px;*/
/*        box-shadow: none;*/
/*        border: 0;*/
/*    }*/
/*}*/

/*.main { flex-basis: 100%; max-width: 100%; padding-right: 15px; padding-left: 15px; }*/
/*@media (min-width: 768px) { .main { flex-basis: 1110px; max-width: 1110px; padding: 0; } }*/
/*.page-index .main { padding-left: 0; padding-right: 0; }*/
/*@media (min-width: 768px) { .page-index .main { flex-basis: 100%; max-width: 100%; } }*/

/*.footer { margin-top: 0; padding: 1rem 0; background: #d55889; border-top: 3px solid #fff; }*/
/*@media (min-width: 768px) { .footer { padding: 8rem 0 2rem; border-width: 5px; } }*/

/*.footer-nav { display: none; }*/
/*@media (min-width: 768px) { .footer-nav { display: block; margin: 0 0 1.8rem; padding: 0; list-style: none; text-align: center; font-size: 0; } }*/
/*.footer-nav li { display: inline-block; font-size: 1.6rem; line-height: 1.2; }*/
/*.footer-nav li:not(:first-child) { border-left: 1px solid rgba(255, 255, 255, 0.5); }*/
/*.footer-nav a { padding: 0 1em; color: #fff; text-decoration: none; text-transform: uppercase; }*/
/*.footer-nav a:hover { text-decoration: underline; }*/
/*.footer-nav ul.sub { display: none; }*/
/*.footer-nav br { display: none; }*/

/*.copyright { padding: 0; color: #eee; line-height: 1.1; text-align: center; }*/
/*@media (min-width: 768px) { .copyright { margin-top: 7rem; } }*/
/*.copyright small { font-size: 1rem; }*/
/*@media (min-width: 768px) { .copyright small { font-size: 1.4rem; } }*/
/*.copyright a { color: #eee; text-decoration: none; }*/

/*!*!*/
/**  - v1.5.0*/
/** Homepage: http://bqworks.com/slider-pro/*/
/** Author: bqworks*/
/** Author URL: http://bqworks.com/*/
/**!*/
/*!* Core*/
/*--------------------------------------------------*!*/
/*.slider-pro { position: relative; margin: 0 auto; -moz-box-sizing: content-box; box-sizing: content-box; }*/

/*.sp-slides-container { position: relative; }*/

/*.sp-mask { position: relative; overflow: hidden; }*/

/*.sp-slides { position: relative; -webkit-backface-visibility: hidden; -webkit-perspective: 1000; }*/

/*.sp-slide { position: absolute; }*/

/*.sp-image-container { overflow: hidden; }*/

/*.sp-image { position: relative; display: block; border: none; }*/

/*.sp-no-js { overflow: hidden; max-width: 100%; }*/

/*!* Thumbnails*/
/*--------------------------------------------------*!*/
/*.sp-thumbnails-container { position: relative; overflow: hidden; direction: ltr; }*/

/*.sp-top-thumbnails, .sp-bottom-thumbnails { left: 0; margin: 0 auto; }*/

/*.sp-top-thumbnails { position: absolute; top: 0; margin-bottom: 4px; }*/

/*.sp-bottom-thumbnails { margin-top: 4px; }*/

/*.sp-left-thumbnails, .sp-right-thumbnails { position: absolute; top: 0; }*/

/*.sp-right-thumbnails { right: 0; margin-left: 4px; }*/

/*.sp-left-thumbnails { left: 0; margin-right: 4px; }*/

/*.sp-thumbnails { position: relative; }*/

/*.sp-thumbnail { border: none; }*/

/*.sp-thumbnail-container { position: relative; display: block; overflow: hidden; float: left; -moz-box-sizing: border-box; box-sizing: border-box; }*/

/*.sp-rtl .sp-thumbnail-container { float: right; }*/

/*!* Horizontal thumbnails*/
/*------------------------*!*/
/*.sp-top-thumbnails .sp-thumbnail-container, .sp-bottom-thumbnails .sp-thumbnail-container { margin-left: 2px; margin-right: 2px; }*/

/*.sp-top-thumbnails .sp-thumbnail-container:first-child, .sp-bottom-thumbnails .sp-thumbnail-container:first-child { margin-left: 0; }*/

/*.sp-top-thumbnails .sp-thumbnail-container:last-child, .sp-bottom-thumbnails .sp-thumbnail-container:last-child { margin-right: 0; }*/

/*!* Vertical thumbnails*/
/*----------------------*!*/
/*.sp-left-thumbnails .sp-thumbnail-container, .sp-right-thumbnails .sp-thumbnail-container { margin-top: 2px; margin-bottom: 2px; }*/

/*.sp-left-thumbnails .sp-thumbnail-container:first-child, .sp-right-thumbnails .sp-thumbnail-container:first-child { margin-top: 0; }*/

/*.sp-left-thumbnails .sp-thumbnail-container:last-child, .sp-right-thumbnails .sp-thumbnail-container:last-child { margin-bottom: 0; }*/

/*!* Right thumbnails with pointer*/
/*--------------------------------*!*/
/*.sp-right-thumbnails.sp-has-pointer { margin-left: -13px; }*/

/*.sp-right-thumbnails.sp-has-pointer .sp-thumbnail { position: absolute; left: 18px; margin-left: 0 !important; }*/

/*.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before { content: ''; position: absolute; height: 100%; border-left: 5px solid #F00; left: 0; top: 0; margin-left: 13px; }*/

/*.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after { content: ''; position: absolute; width: 0; height: 0; left: 0; top: 50%; margin-top: -8px; border-right: 13px solid #F00; border-top: 8px solid transparent; border-bottom: 8px solid transparent; }*/

/*!* Left thumbnails with pointer*/
/*-------------------------------*!*/
/*.sp-left-thumbnails.sp-has-pointer { margin-right: -13px; }*/

/*.sp-left-thumbnails.sp-has-pointer .sp-thumbnail { position: absolute; right: 18px; }*/

/*.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before { content: ''; position: absolute; height: 100%; border-left: 5px solid #F00; right: 0; top: 0; margin-right: 13px; }*/

/*.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after { content: ''; position: absolute; width: 0; height: 0; right: 0; top: 50%; margin-top: -8px; border-left: 13px solid #F00; border-top: 8px solid transparent; border-bottom: 8px solid transparent; }*/

/*!* Bottom thumbnails with pointer*/
/*---------------------------------*!*/
/*.sp-bottom-thumbnails.sp-has-pointer { margin-top: -13px; }*/

/*.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail { position: absolute; top: 18px; margin-top: 0 !important; }*/

/*.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before { content: ''; position: absolute; width: 100%; border-bottom: 5px solid #F00; top: 0; margin-top: 13px; }*/

/*.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after { content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 0; margin-left: -8px; border-bottom: 13px solid #F00; border-left: 8px solid transparent; border-right: 8px solid transparent; }*/

/*!* Top thumbnails with pointer*/
/*------------------------------*!*/
/*.sp-top-thumbnails.sp-has-pointer { margin-bottom: -13px; }*/

/*.sp-top-thumbnails.sp-has-pointer .sp-thumbnail { position: absolute; bottom: 18px; }*/

/*.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before { content: ''; position: absolute; width: 100%; border-bottom: 5px solid #F00; bottom: 0; margin-bottom: 13px; }*/

/*.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after { content: ''; position: absolute; width: 0; height: 0; left: 50%; bottom: 0; margin-left: -8px; border-top: 13px solid #F00; border-left: 8px solid transparent; border-right: 8px solid transparent; }*/

/*!* Layers*/
/*--------------------------------------------------*!*/
/*.sp-layer { position: absolute; margin: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-font-smoothing: subpixel-antialiased; -webkit-backface-visibility: hidden; }*/

/*.sp-black { color: #FFF; background: black; background: rgba(0, 0, 0, 0.7); }*/

/*.sp-white { color: #000; background: white; background: rgba(255, 255, 255, 0.7); }*/

/*.sp-rounded { border-radius: 10px; }*/

/*.sp-padding { padding: 10px; }*/

/*!* Touch Swipe*/
/*--------------------------------------------------*!*/
/*.sp-grab { cursor: url(/blog/wp-content/themes/ChapterThreeGlue/assets/images/openhand.cur), move; }*/

/*.sp-grabbing { cursor: url(/blog/wp-content/themes/ChapterThreeGlue/assets/images/closedhand.cur), move; }*/

/*.sp-selectable { cursor: default; }*/

/*!* Caption*/
/*--------------------------------------------------*!*/
/*.sp-caption-container { text-align: center; margin-top: 10px; }*/

/*!* Full Screen*/
/*--------------------------------------------------*!*/
/*.sp-full-screen { margin: 0 !important; background-color: #000; }*/

/*.sp-full-screen-button { position: absolute; top: 5px; right: 10px; font-size: 30px; line-height: 1; cursor: pointer; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }*/

/*.sp-full-screen-button:before { content: '\2195'; }*/

/*.sp-fade-full-screen { opacity: 0; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; }*/

/*.slider-pro:hover .sp-fade-full-screen { opacity: 1; }*/

/*!* Buttons*/
/*--------------------------------------------------*!*/
/*.sp-buttons { position: relative; width: 100%; text-align: center; padding-top: 10px; }*/

/*.sp-rtl .sp-buttons { direction: rtl; }*/

/*.sp-full-screen .sp-buttons { display: none; }*/

/*.sp-button { width: 10px; height: 10px; border: 2px solid #000; border-radius: 50%; margin: 4px; display: inline-block; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; }*/

/*.sp-selected-button { background-color: #000; }*/

/*@media only screen and (min-width: 768px) and (max-width: 1024px) { .sp-button { width: 14px; height: 14px; } }*/
/*@media only screen and (min-width: 568px) and (max-width: 768px) { .sp-button { width: 16px; height: 16px; } }*/
/*@media only screen and (min-width: 320px) and (max-width: 568px) { .sp-button { width: 18px; height: 18px; } }*/
/*!* Arrows*/
/*--------------------------------------------------*!*/
/*.sp-arrows { position: absolute; }*/

/*.sp-fade-arrows { opacity: 0; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; }*/

/*.sp-slides-container:hover .sp-fade-arrows { opacity: 1; }*/

/*.sp-horizontal .sp-arrows { width: 100%; left: 0; top: 50%; margin-top: -15px; }*/

/*.sp-vertical .sp-arrows { height: 100%; left: 50%; top: 0; margin-left: -10px; }*/

/*.sp-arrow { position: absolute; display: block; width: 20px; height: 30px; cursor: pointer; }*/

/*.sp-vertical .sp-arrow { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }*/

/*.sp-horizontal .sp-previous-arrow { left: 20px; right: auto; }*/

/*.sp-horizontal.sp-rtl .sp-previous-arrow { right: 20px; left: auto; }*/

/*.sp-horizontal .sp-next-arrow { right: 20px; left: auto; }*/

/*.sp-horizontal.sp-rtl .sp-next-arrow { left: 20px; right: auto; }*/

/*.sp-vertical .sp-previous-arrow { top: 20px; }*/

/*.sp-vertical .sp-next-arrow { bottom: 20px; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }*/

/*.sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after { content: ''; position: absolute; width: 50%; height: 50%; background-color: #FFF; }*/

/*.sp-arrow:before { left: 30%; top: 0; -webkit-transform: skew(145deg, 0deg); -ms-transform: skew(145deg, 0deg); transform: skew(145deg, 0deg); }*/

/*.sp-arrow:after { left: 30%; top: 50%; -webkit-transform: skew(-145deg, 0deg); -ms-transform: skew(-145deg, 0deg); transform: skew(-145deg, 0deg); }*/

/*.sp-next-arrow { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }*/

/*.sp-horizontal.sp-rtl .sp-previous-arrow { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }*/

/*.sp-horizontal.sp-rtl .sp-next-arrow { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }*/

/*.ie8 .sp-arrow, .ie7 .sp-arrow { width: 0; height: 0; }*/

/*.ie8 .sp-arrow:before, .ie8 .sp-arrow:after, .ie7 .sp-arrow:before, .ie7 .sp-arrow:after { content: none; }*/

/*.ie8.sp-horizontal .sp-previous-arrow, .ie7.sp-horizontal .sp-previous-arrow { border-right: 20px solid #FFF; border-top: 20px solid transparent; border-bottom: 20px solid transparent; }*/

/*.ie8.sp-horizontal .sp-next-arrow, .ie7.sp-horizontal .sp-next-arrow { border-left: 20px solid #FFF; border-top: 20px solid transparent; border-bottom: 20px solid transparent; }*/

/*.ie8.sp-vertical .sp-previous-arrow, .ie7.sp-vertical .sp-previous-arrow { border-bottom: 20px solid #FFF; border-left: 20px solid transparent; border-right: 20px solid transparent; }*/

/*.ie8.sp-vertical .sp-next-arrow, .ie7.sp-vertical .sp-next-arrow { border-top: 20px solid #FFF; border-left: 20px solid transparent; border-right: 20px solid transparent; }*/

/*!* Thumbnail Arrows*/
/*--------------------------------------------------*!*/
/*.sp-thumbnail-arrows { position: absolute; }*/

/*.sp-fade-thumbnail-arrows { opacity: 0; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; }*/

/*.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows { opacity: 1; }*/

/*.sp-top-thumbnails .sp-thumbnail-arrows, .sp-bottom-thumbnails .sp-thumbnail-arrows { width: 100%; top: 50%; left: 0; margin-top: -12px; }*/

/*.sp-left-thumbnails .sp-thumbnail-arrows, .sp-right-thumbnails .sp-thumbnail-arrows { height: 100%; top: 0; left: 50%; margin-left: -7px; }*/

/*.sp-thumbnail-arrow { position: absolute; display: block; width: 15px; height: 25px; cursor: pointer; }*/

/*.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow, .sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }*/

/*.sp-top-thumbnails .sp-previous-thumbnail-arrow, .sp-bottom-thumbnails .sp-previous-thumbnail-arrow { left: 0px; }*/

/*.sp-top-thumbnails .sp-next-thumbnail-arrow, .sp-bottom-thumbnails .sp-next-thumbnail-arrow { right: 0px; }*/

/*.sp-left-thumbnails .sp-previous-thumbnail-arrow, .sp-right-thumbnails .sp-previous-thumbnail-arrow { top: 0px; }*/

/*.sp-left-thumbnails .sp-next-thumbnail-arrow, .sp-right-thumbnails .sp-next-thumbnail-arrow { bottom: 0px; }*/

/*.sp-previous-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-next-thumbnail-arrow:after { content: ''; position: absolute; width: 50%; height: 50%; background-color: #FFF; }*/

/*.sp-previous-thumbnail-arrow:before { left: 30%; top: 0; -webkit-transform: skew(145deg, 0deg); -ms-transform: skew(145deg, 0deg); transform: skew(145deg, 0deg); }*/

/*.sp-previous-thumbnail-arrow:after { left: 30%; top: 50%; -webkit-transform: skew(-145deg, 0deg); -ms-transform: skew(-145deg, 0deg); transform: skew(-145deg, 0deg); }*/

/*.sp-next-thumbnail-arrow:before { right: 30%; top: 0; -webkit-transform: skew(35deg, 0deg); -ms-transform: skew(35deg, 0deg); transform: skew(35deg, 0deg); }*/

/*.sp-next-thumbnail-arrow:after { right: 30%; top: 50%; -webkit-transform: skew(-35deg, 0deg); -ms-transform: skew(-35deg, 0deg); transform: skew(-35deg, 0deg); }*/

/*.ie8 .sp-thumbnail-arrow, .ie7 .sp-thumbnail-arrow { width: 0; height: 0; }*/

/*.ie8 .sp-thumbnail-arrow:before, .ie8 .sp-thumbnail-arrow:after, .ie7 .sp-thumbnail-arrow:before, .ie7 .sp-thumbnail-arrow:after { content: none; }*/

/*.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow { border-right: 12px solid #FFF; border-top: 12px solid transparent; border-bottom: 12px solid transparent; }*/

/*.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow { border-left: 12px solid #FFF; border-top: 12px solid transparent; border-bottom: 12px solid transparent; }*/

/*.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow { border-bottom: 12px solid #FFF; border-left: 12px solid transparent; border-right: 12px solid transparent; }*/

/*.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow { border-top: 12px solid #FFF; border-left: 12px solid transparent; border-right: 12px solid transparent; }*/

/*!* Video*/
/*--------------------------------------------------*!*/
/*a.sp-video { text-decoration: none; }*/

/*a.sp-video img { -webkit-backface-visibility: hidden; border: none; }*/

/*a.sp-video:after { content: '\25B6'; position: absolute; width: 45px; padding-left: 5px; height: 50px; border: 2px solid #FFF; text-align: center; font-size: 30px; border-radius: 30px; top: 0; color: #FFF; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.2); margin: auto; line-height: 52px; }*/

/*!* CSS for preventing styling issues in WordPress*/
/*--------------------------------------------------*!*/
/*.slider-pro img.sp-image, .slider-pro img.sp-thumbnail { max-width: none; max-height: none; border: none !important; border-radius: 0 !important; padding: 0 !important; -webkit-box-shadow: none !important; -mox-box-shadow: none !important; box-shadow: none !important; transition: none; -moz-transition: none; -webkit-transition: none; -o-transition: none; }*/

/*.slider-pro a { position: static; transition: none !important; -moz-transition: none !important; -webkit-transition: none !important; -o-transition: none !important; }*/

/*.slider-pro iframe, .slider-pro object, .slider-pro video, .slider-pro embed, .slider-pro canvas { max-width: none; max-height: none; }*/

/*.slider-pro p.sp-layer { font-size: 14px; line-height: 1.4; margin: 0; }*/

/*.slider-pro h1.sp-layer { font-size: 32px; line-height: 1.4; margin: 0; }*/

/*.slider-pro h2.sp-layer { font-size: 24px; line-height: 1.4; margin: 0; }*/

/*.slider-pro h3.sp-layer { font-size: 19px; line-height: 1.4; margin: 0; }*/

/*.slider-pro h4.sp-layer { font-size: 16px; line-height: 1.4; margin: 0; }*/

/*.slider-pro h5.sp-layer { font-size: 13px; line-height: 1.4; margin: 0; }*/

/*.slider-pro h6.sp-layer { font-size: 11px; line-height: 1.4; margin: 0; }*/

/*.slider-pro img.sp-layer { border: none; }*/

/*#fancybox-loading, #fancybox-loading div, #fancybox-overlay, #fancybox-wrap, .fancybox-bg, #fancybox-outer, #fancybox-content, #fancybox-content > div, #fancybox-content > div > div, #fancybox-frame, #fancybox-close, #fancybox-title, #fancybox-title div, #fancybox-left, #fancybox-right, .fancy-ico { box-sizing: content-box; -moz-box-sizing: content-box; }*/

/*#fancybox-loading { position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; cursor: pointer; overflow: hidden; z-index: 111104; display: none; }*/

/*#fancybox-loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background-image: url("../js/fancybox/fancybox.png"); }*/

/*#fancybox-overlay { position: absolute; top: 0; left: 0; width: 100%; z-index: 111100; display: none; }*/

/*#fancybox-tmp { padding: 0; margin: 0; border: 0; overflow: auto; display: none; }*/

/*#fancybox-wrap { position: absolute; top: 0; left: 0; padding: 20px; z-index: 111101; display: none; }*/

/*#fancybox-outer { position: relative; width: 100%; height: 100%; background: #fff; box-shadow: 0 0 20px #111; -moz-box-shadow: 0 0 20px #111; -webkit-box-shadow: 0 0 20px #111; }*/

/*#fancybox-content { width: 0; height: 0; padding: 0; position: relative; -webkit-overflow-scrolling: touch; overflow-y: auto; z-index: 111102; border: 0 solid #fff; background: #fff; -moz-background-clip: padding; -webkit-background-clip: padding; background-clip: padding-box; }*/

/*#fancybox-content > div { max-width: 100%; max-height: 100%; }*/

/*#fancybox-hide-sel-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 111101; }*/

/*#fancybox-close { position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; background: transparent url("../js/fancybox/fancybox.png") -40px 0; cursor: pointer; z-index: 111103; display: none; }*/

/*#fancybox-error { color: #444; padding: 14px; margin: 0; }*/

/*#fancybox-frame, #fancybox-img { width: 100%; height: 100%; border: 0; }*/

/*#fancybox-img { padding: 0; margin: 0; line-height: 0; vertical-align: top; max-width: none !important; max-height: none !important; }*/

/*#fancybox-frame { display: block; width: 100%; height: 100%; z-index: 0; -webkit-transform: translateZ(0px); -webkit-transform: translate3d(0, 0, 0); -webkit-perspective: 1000; }*/

/*#fancybox-left, #fancybox-right { position: absolute; bottom: 0; height: 100%; width: 35%; cursor: pointer; background: initial; z-index: 111102; display: none; }*/

/*#fancybox-left { left: 0; }*/

/*.rtl #fancybox-left { left: auto; right: 0; }*/

/*#fancybox-right { right: 0; }*/

/*.rtl #fancybox-right { left: 0; right: auto; }*/

/*#fancybox-left-ico, #fancybox-right-ico { position: absolute; top: 50%; left: -9999px; width: 30px; height: 30px; margin-top: -15px; cursor: pointer; z-index: 111102; display: block; }*/

/*#fancybox-left-ico { background-image: url("../js/fancybox/fancybox.png"); background-position: -40px -30px; }*/

/*.rtl #fancybox-left-ico { background-position: -40px -60px; right: -9999px; }*/

/*#fancybox-right-ico { background-image: url("../js/fancybox/fancybox.png"); background-position: -40px -60px; }*/

/*.rtl #fancybox-right-ico { background-position: -40px -30px; right: -9999px; }*/

/*#fancybox-left:focus, #fancybox-right:focus { outline: 0; background: initial; }*/

/*#fancybox-left:hover span { left: 20px; }*/

/*.rtl #fancybox-left:hover span { right: 20px; }*/

/*#fancybox-right:hover span { left: auto; right: 20px; }*/

/*.rtl #fancybox-right:hover span { right: auto; left: 20px; }*/

/*#fancybox-title { z-index: 111102; }*/

/*.fancybox-title-inside { padding-bottom: 10px; text-align: center; color: #333; position: relative; }*/

/*.fancybox-title-outside { padding-top: 10px; color: #fff; font-weight: 600; }*/

/*.fancybox-title-over { position: absolute; bottom: 0; left: 0; color: #FFF; text-align: left; }*/

/*.rtl .fancybox-title-over { text-align: right; }*/

/*#fancybox-title-over { padding: 10px; background: rgba(0, 0, 0, 0.64); display: block; }*/

/*.fancybox-title-float { position: absolute; left: 0; bottom: -20px; height: 32px; }*/

/*#fancybox-title-float-wrap { border: 0; border-collapse: collapse; width: auto; }*/

/*#fancybox-title-float-wrap tr, #fancybox-title-float-wrap td { border: 0; white-space: nowrap; }*/

/*#fancybox-title-float-left { padding: 0 0 0 15px; background: url("../js/fancybox/fancybox.png") -40px -90px no-repeat; }*/

/*#fancybox-title-float-main { color: #fff; line-height: 29px; font-weight: 600; font-size: 14px; padding: 0 0 3px 0; background: url("../js/fancybox/fancybox-x.png") 0 -40px; }*/

/*#fancybox-title-float-right { padding: 0 0 0 15px; background: url("../js/fancybox/fancybox.png") -55px -90px no-repeat; }*/

/*.fancybox-hidden { display: none; }*/

/*.link-tel { text-decoration: none; }*/
/*.link-tel:hover { text-decoration: none; }*/

/*.color-pink { color: #e15693; }*/

/*.color-pink02 { color: #f19898; }*/

/*.color-gray { color: #595959 !important; }*/

/*.tel.-black a { color: #595959; }*/

.page-tit-bg { flex-basis: 100%; padding-bottom: 2rem; }
@media (min-width: 768px) { .page-tit-bg { padding-bottom: 5rem; } }

.page-tit { display: flex; align-items: center; justify-content: center; height: 8rem; margin: 0; padding: 0; background: url("/blog/wp-content/themes/ChapterThreeGlue/assets/images/tit_pagetitle01.jpg") no-repeat 0 0/6.4rem, #fff url("/blog/wp-content/themes/ChapterThreeGlue/assets/images/tit_pagetitle02.jpg") no-repeat 100% 100%/8rem; box-shadow: 0 0.2rem 0.2rem rgba(206, 174, 185, 0.6); border: 1px solid #f19898; border-radius: 10px; color: #f19898; font-size: 2.2rem; font-weight: 400; text-align: center; line-height: 1.1; letter-spacing: .05em; }
@media (min-width: 768px) { .page-tit { background-size: auto auto; height: 150px; font-size: 4rem; } }

/*.tit-basic01 { margin: 5rem auto 1rem; padding: .7rem 0; color: #d55889; font-size: 2.1rem; font-weight: 400; line-height: 1.2; text-align: center; }*/
/*.tit-basic01.-mb0 { margin-bottom: 0; }*/
/*@media (min-width: 768px) { .tit-basic01 { margin: 10rem auto 2.6rem; padding: 1.2rem 0; font-size: 3.4rem; }*/
/*    .tit-basic01.-mb0 { margin-bottom: 2.8rem; } }*/
/*.page-index .tit-basic01 { margin: 4.8rem auto 1.2rem; padding: 1.4rem 0; background: url("/blog/wp-content/themes/ChapterThreeGlue/assets/images/logo_symbol_a10.svg") no-repeat 50% 50%/5rem; }*/
/*@media (min-width: 768px) { .page-index .tit-basic01 { margin: 12rem auto 2.6rem; padding: 34px 0; background-size: 104px; } }*/

/*.tit-basic02 { margin: 2.6rem 0 .8rem; padding: .6rem 0; border-bottom: 3px solid #a8944d; color: #77624e; font-size: 1.75rem; font-weight: 400; line-height: 1.2; letter-spacing: .06em; position: relative; }*/
/*@media (min-width: 768px) { .tit-basic02 { margin: 5rem 0 1.4rem; padding: 1rem 0; font-size: 2.6rem; border-width: 4px; } }*/
/*.tit-basic02::after { border-bottom: 3px solid #77624e; content: ''; height: 3px; width: 100%; position: absolute; bottom: 0; left: 0; }*/
/*@media (min-width: 768px) { .tit-basic02::after { border-width: 4px; height: 4px; } }*/

/*.tit-basic03 { margin: 2.2rem 0 .7rem; padding: .4rem 0 .3rem; border-bottom: 4px solid #f19898; color: #f19898; font-size: 1.5rem; font-weight: 400; letter-spacing: .04em; line-height: 1.2; }*/
/*@media (min-width: 768px) { .tit-basic03 { margin: 3.6rem 0 1.4rem; padding: .5rem 0; font-size: 2.2rem; } }*/

/*.table-basic { width: 100%; margin: 1.3rem 0; border-collapse: collapse; border-top: 1px solid #bbb; font-size: 1.3rem; line-height: 1.3; }*/
/*@media (min-width: 768px) { .table-basic { font-size: 1.8rem; margin: 1.6rem 0; } }*/
/*.table-basic caption { padding: .6rem 0; }*/
/*.table-basic th { padding: .8rem; background-color: #f9e8f0; border-bottom: 1px solid #bbb; color: #c44677; text-align: center; }*/
/*@media (min-width: 768px) { .table-basic th { padding: 1.5rem; } }*/
/*.table-basic td { padding: .8rem; background: #f8f8f8; border-bottom: 1px solid #bbb; }*/
/*@media (min-width: 768px) { .table-basic td { padding: 1.5rem; } }*/
/*.table-basic td.price { text-align: right; }*/
/*.table-basic.-price caption { caption-side: top; padding-top: 0; }*/
/*.table-basic.-price tr > td:nth-child(2) { text-align: right; }*/
/*.table-basic.-price tr > :nth-child(1) { text-align: left; }*/
/*.table-basic.-price tr > :nth-child(2) { width: 35%; }*/
/*@media (min-width: 768px) { .table-basic.-price tr > :nth-child(2) { width: 33%; } }*/
/*.table-basic.-price-col-3 tr > td:nth-child(3) { text-align: right; }*/
/*.table-basic.-price-col-3 tr > :nth-child(1) { text-align: left; }*/
/*.table-basic.-price-col-3 tr > :nth-child(3) { width: 32%; }*/
/*@media (min-width: 768px) { .table-basic.-price-col-3 tr > :nth-child(3) { width: 22%; } }*/
/*.table-basic.-th-left th { text-align: left; }*/
/*.table-basic.-recruit tr th, .table-basic.-recruit td { width: calc(100% / 2); }*/
/*.table-basic.-recruit tr th:first-child { width: 20%; }*/

/*.scroll-area { overflow-y: hidden; overflow-x: auto; }*/
/*@media (min-width: 768px) { .scroll-area { overflow: visible; } }*/

/*.list-basic { list-style: none !important; padding-left: .3rem; }*/
/*.list-basic li { padding-left: 1.8rem; background: url(/blog/wp-content/themes/ChapterThreeGlue/assets/images/list_basic01.svg) no-repeat 0 0.35em/1.2rem; }*/
/*@media (min-width: 768px) { .list-basic li { padding-left: 2.2rem; background-position: 0 .4em; } }*/
/*.list-basic.-listbox { padding: .7em; border: 4px solid #FDD6E3; border-radius: 10px; }*/
/*.list-basic.-expanded > li { margin-bottom: .7em; }*/
/*@media (min-width: 768px) { .list-basic.-col-2 { display: flex; flex-wrap: wrap; } }*/
/*@media (min-width: 768px) { .list-basic.-col-2 li { flex-basis: 50%; max-width: 50%; padding-right: 3rem; } }*/
/*@media (min-width: 768px) { .list-basic.-col-3 { display: flex; flex-wrap: wrap; } }*/
/*@media (min-width: 768px) { .list-basic.-col-3 li { flex-basis: 33.3333%; max-width: 33.3333%; padding-right: 3rem; } }*/

/*.list-notice { list-style: none; padding: 0; }*/
/*.list-notice li { padding-left: 1.6rem; position: relative; }*/
/*@media (min-width: 768px) { .list-notice li { padding-left: 2rem; } }*/
/*.list-notice li::before { content: '※'; position: absolute; top: 0; left: 0; text-align: center; }*/
/*.list-notice.-expanded li { margin-bottom: .7em; }*/

/*.list-unstyled { list-style: none !important; padding-left: 0; }*/
/*.list-unstyled.-expanded li { margin-bottom: .7em; }*/

/*ul.list-flow_ad { display: flex; flex-direction: column; padding: 0; }*/
/*ul.list-flow_ad > li { list-style-type: none; margin-bottom: 2rem; padding: 2rem 1.0rem; -ms-flex-preferred-size: 48%; flex-basis: 15%; border: 2px solid #707070; position: relative; text-align: center; }*/
/*ul.list-flow_ad > li span { font-size: 1rem; }*/
/*ul.list-flow_ad > li.insurance { border: 2px solid #ecce91; background: #ecce91; }*/
/*ul.list-flow_ad > li.insurance:not(:last-child)::after { border-top-color: #ecce91; }*/
/*ul.list-flow_ad > li.private-advance { border: 2px solid #b6dd95; background: #b6dd95; }*/
/*ul.list-flow_ad > li.private-advance:not(:last-child)::after { border-top-color: #b6dd95; }*/
/*ul.list-flow_ad > li.private { border: 2px solid #9fb5ee; background: #9fb5ee; }*/
/*ul.list-flow_ad > li.private:not(:last-child)::after { border-top-color: #9fb5ee; }*/
/*ul.list-flow_ad > li:not(:last-child)::after { content: ""; border: solid transparent; position: absolute; bottom: -4rem; left: 45%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }*/
/*ul.list-flow_ad > li:not(:last-child)::after { border-width: 17px; border-top-color: #707070; }*/
/*@media (min-width: 768px) { ul.list-flow_ad { flex-direction: row; flex-wrap: wrap; }*/
/*    ul.list-flow_ad > li { font-size: 80%; margin-left: 2.5rem; margin-bottom: 1.5rem; text-align: left; }*/
/*    ul.list-flow_ad > li.insurance { border: 2px solid #ecce91; background: #ecce91; }*/
/*    ul.list-flow_ad > li.insurance:not(:last-child)::after { border-left-color: #ecce91; border-top-color: #fff; }*/
/*    ul.list-flow_ad > li.private-advance { border: 2px solid #b6dd95; background: #b6dd95; }*/
/*    ul.list-flow_ad > li.private-advance:not(:last-child)::after { border-left-color: #b6dd95; border-top-color: #fff; }*/
/*    ul.list-flow_ad > li.private { border: 2px solid #9fb5ee; background: #9fb5ee; }*/
/*    ul.list-flow_ad > li.private:not(:last-child)::after { border-left-color: #9fb5ee; border-top-color: #fff; }*/
/*    ul.list-flow_ad > li:not(:last-child)::after { bottom: auto; top: 50%; left: 100%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }*/
/*    ul.list-flow_ad > li:not(:last-child)::after { border-width: 17px; border-left-color: #707070; border-top-color: #fff; } }*/

/*ol.list-flow li:not(:last-child)::after { display: block; padding: 0 0 .1em .08em; content: '▼'; color: #87cef6; font-size: 110%; }*/

/*ol.-expanded > li { margin-bottom: .7em; }*/

/*.information-box { background-color: #FDF4F8; flex-basis: 100%; max-width: 100%; padding: 6rem 0 3rem; }*/
/*@media (min-width: 768px) { .information-box { padding: 12rem 0 3rem; } }*/

/*.notice-frame { width: 100%; overflow: hidden; margin: 0 0 5rem; background: #fff; border: 1px solid #a7a7a7; }*/
/*@media (min-width: 768px) { .notice-frame { margin: 0 0 80px; } }*/
/*.notice-frame dl { height: 25rem; overflow-x: hidden; overflow-y: scroll; position: relative; margin: 0; padding: 15px 15px 0 15px; }*/
/*@media (min-width: 768px) { .notice-frame dl { height: auto; max-height: 400px; padding: 30px 30px 0 30px; } }*/
/*.notice-frame .news_title { margin-bottom: .1em; color: #6c450e; font-size: 1.5rem; font-weight: bold; line-height: 1.3; }*/
/*@media (min-width: 768px) { .notice-frame .news_title { font-size: 2rem; } }*/
/*.notice-frame .news_title .new { padding: 0% 1%; background-color: red; color: #fff; border-radius: 3px; font-size: 65%; margin-right: 10px; }*/
/*.notice-frame .news_body { margin-bottom: 2rem; padding: 0; line-height: 1.5; }*/
/*@media (min-width: 768px) { .notice-frame .news_body { margin-bottom: 3rem; } }*/
/*.notice-frame .news_body:last-child { margin-bottom: 2rem; }*/
/*@media (min-width: 768px) { .notice-frame .news_body:last-child { margin-bottom: 3rem; } }*/

/*.overview { padding: 4rem 0 4rem; background: linear-gradient(#fae4ee, #fff); }*/
/*@media (min-width: 768px) { .overview { display: block; padding: 80px 0 0; } }*/

/*.overview-flex { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 4rem; }*/
/*@media (min-width: 768px) { .overview-flex { margin-bottom: 80px; } }*/

/*.overview-col-left { flex-basis: 100%; padding: 0; }*/
/*@media (min-width: 768px) { .overview-col-left { flex-basis: calc(50% - 15px); max-width: calc(50% - 15px); } }*/

/*.overview-col-right { flex-basis: 100%; padding: 0; }*/
/*@media (min-width: 768px) { .overview-col-right { flex-basis: calc(50% - 15px); max-width: calc(50% - 15px); } }*/

/*.overview-logo { display: block; width: 80%; margin: 0 auto 3rem; }*/
/*@media (min-width: 768px) { .overview-logo { width: 540px; margin-bottom: 4rem; } }*/

/*.overview-list { margin: 0; line-height: 1.3; border-top: 2px solid #a19278; }*/
/*@media (min-width: 768px) { .overview-list { display: flex; flex-wrap: wrap; margin: 0; line-height: 1.6; } }*/
/*.overview-list dt { padding: 1.3rem 0 .3rem; color: #6c450e; font-size: 1.6rem; font-weight: 400; }*/
/*@media (min-width: 768px) { .overview-list dt { flex-basis: 33%; max-width: 33%; padding: 2.8rem 0; font-size: 2rem; line-height: 1.3; border-bottom: 2px solid #a19278; } }*/
/*.overview-list dd { border-bottom: 2px solid #a19278; margin: 0; padding: 0 0 1.3rem; font-size: 1.3rem; }*/
/*@media (min-width: 768px) { .overview-list dd { flex-basis: 67%; max-width: 67%; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 2.8rem 0; font-size: 1.7rem; }*/
/*    .overview-list dd figure { min-height: 1%; } }*/
/*.overview-list dd.-bb-none { border-width: 0; }*/
/*@media (min-width: 768px) { .overview-list dd.-bb-none { border-width: 2px; } }*/

/*.overview-tit { margin: 0 0 .4rem !important; color: #745e4c; font-size: 1.6rem !important;; font-weight: 400; }*/
/*@media (min-width: 768px) { .overview-tit { margin: 0 0 .7rem !important;; font-size: 2.2rem !important;; } }*/

/*.overview-tel { color: #666; font-size: 1.7rem; font-weight: 700; line-height: 1.3; letter-spacing: .06em; }*/
/*@media (min-width: 768px) { .overview-tel { font-size: 2.4rem; } }*/
/*.overview-tel a { color: #666; }*/

/*.timetable { width: 100%; margin: 0 0 4rem; padding: 1rem; border-collapse: collapse; font-size: 1.2rem; line-height: 1; table-layout: fixed; color: #745e4c; text-align: center; }*/
/*@media (min-width: 768px) { .timetable { margin: 0 0 7rem; font-size: 2rem; } }*/
/*.timetable caption { font-size: 1.2rem; line-height: 1.3; padding: 0.5rem 0; }*/
/*@media (min-width: 768px) { .timetable caption { font-size: 1.8rem; padding: 1.2rem 0; } }*/
/*.timetable tr { margin: 0; padding: 0; vertical-align: middle; }*/
/*.timetable th { background-color: #a19278; font-weight: 400; padding: .7rem 0; color: #fff; text-align: center; vertical-align: middle; }*/
/*@media (min-width: 768px) { .timetable th { padding: 1.2rem 0; } }*/
/*.timetable th.time { width: 8.4rem; color: #595959; }*/
/*@media (min-width: 768px) { .timetable th.time { width: 300px; } }*/
/*.timetable td { padding: 1rem 0; border-bottom: 2px solid #a19278; text-align: center; vertical-align: middle; }*/
/*@media (min-width: 768px) { .timetable td { padding: 2.3rem 0; } }*/
/*.timetable .title { display: none; }*/

/*.google-map { position: relative; height: 0; padding-bottom: 130%; overflow: hidden; }*/
/*@media (min-width: 768px) { .google-map { padding-bottom: 450px; width: 100%; } }*/
/*.page-access .google-map { margin-top: 3rem; padding-bottom: 130%; }*/
/*@media (min-width: 768px) { .page-access .google-map { margin-top: 5rem; padding-bottom: 50%; } }*/

/*.google-map iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }*/

/*@media (min-width: 768px) { #go-home { position: fixed; right: 1.5rem; bottom: 11rem; }*/
/*    #go-home a { display: flex; align-items: center; justify-content: center; text-decoration: none; width: 60px; height: 60px; background: #fae4ee; border: .4rem solid #f19ec2; color: #a19278; border-radius: 50%; font-weight: bold; opacity: .9; font-size: 1.6rem; }*/
/*    #go-home a:hover { opacity: 1; } }*/

/*#page-top { display: none; position: fixed; bottom: 2rem; right: .8rem; margin: 0; z-index: 999; }*/
/*@media (min-width: 768px) { #page-top { right: 1.5rem; bottom: 3rem; } }*/
/*#page-top a { display: block; position: relative; width: 4.4rem; height: 4.4rem; background: #f19ec2; border-radius: 50%; opacity: .9; }*/
/*@media (min-width: 768px) { #page-top a { width: 60px; height: 60px; border-width: 3px; } }*/
/*#page-top a::after { background-color: transparent; border-top: .4rem solid #fff; border-right: .4rem solid #fff; content: ""; display: block; width: 1.5rem; height: 1.5rem; position: absolute; top: .6rem; bottom: 0; left: 0; right: 0; margin: auto; transform: rotate(-45deg); }*/
/*@media (min-width: 768px) { #page-top a::after { width: 22px; height: 22px; top: 10px; border-width: 6px; } }*/
/*#page-top a:hover { opacity: 1; }*/

/*.slider-pro img, .slider-pro p { display: none; }*/
/*.slider-pro .sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.6rem; }*/
/*@media (min-width: 768px) { .slider-pro .sp-layer.sp-black.sp-padding { font-size: 2rem; } }*/
/*.slider-pro .sp-selected-thumbnail { border: 4px solid #f19ec2; }*/

/*.page-access .slider-pro .sp-layer.sp-black.sp-padding { text-align: left; font-size: 1.22rem; }*/
/*@media (min-width: 768px) { .page-access .slider-pro .sp-layer.sp-black.sp-padding { font-size: .85rem; } }*/

/*.js-fadeIn { visibility: hidden; opacity: 0; transition: opacity 1.8s cubic-bezier(0.39, 0.4, 0.21, 0.83), transform 1.8s cubic-bezier(0.39, 0.4, 0.21, 0.83); }*/
/*.js-fadeIn.active { visibility: visible; opacity: 1; }*/
/*.js-fadeIn.-delay01 { transition-delay: .6s; }*/
/*.js-fadeIn.-delay02 { transition-delay: 1.2s; }*/
/*.js-fadeIn.-fadeInUp { transform: translateY(5rem); }*/
/*.js-fadeIn.-fadeInUp.active { transform: translateY(0); }*/
/*.js-fadeIn.-fadeInDown { transform: translateY(-2rem); }*/
/*.js-fadeIn.-fadeInDown.active { transform: translateY(0); }*/
/*.js-fadeIn.-fadeInLeft { transform: translate3d(-5rem, 0, 0); }*/
/*.js-fadeIn.-fadeInLeft.active { transform: translate3d(0, 0, 0); }*/

/*.low-img-basic { display: block; width: 70%; margin: 0 auto 1.6rem; }*/
/*@media (min-width: 768px) { .low-img-basic { width: auto; } }*/
/*.low-img-basic img { width: 100%; }*/
/*.low-img-basic.-doctor { width: 60%; }*/
/*@media (min-width: 768px) { .low-img-basic.-doctor { width: auto; } }*/
/*.low-img-basic.-staff { width: 50%; }*/
/*@media (min-width: 768px) { .low-img-basic.-staff { width: 260px; } }*/

/*.low-img-basic02 { display: block; width: 70%; margin: 0 auto 3.5rem; }*/
/*@media (min-width: 768px) { .low-img-basic02 { float: right; width: calc( (100% + 30px) * 0.4166667 - 30px); margin: 0 0 1.6rem 2rem; } }*/
/*.low-img-basic02 img { width: 100%; }*/
/*.low-img-basic02.-doctor { width: 60%; }*/
/*@media (min-width: 768px) { .low-img-basic02.-doctor { width: 320px; } }*/

/*.bg-highlight { margin-bottom: 1.9rem; padding: 1.5rem 1.6rem; background: rgba(194, 229, 250, 0.45); }*/
/*@media (min-width: 768px) { .bg-highlight { margin-bottom: 2.4rem; padding: 2rem 2.4rem; } }*/
/*.bg-highlight > :last-child { margin-bottom: 0; }*/
/*.bg-highlight > :last-child > :last-child { margin-bottom: 0; }*/

/*.list-frame { margin-bottom: 1.8rem; }*/
/*@media (min-width: 768px) { .list-frame { margin-bottom: 2.2rem; } }*/
/*.list-frame dt { padding: .7rem 1.3rem; background: rgba(25, 123, 48, 0.88); color: #fff; line-height: 1.3; }*/
/*@media (min-width: 768px) { .list-frame dt { padding: 1.1rem 1.8rem; } }*/
/*.list-frame dd { margin: 0; padding: .8rem 1.3rem; border: 2px solid rgba(25, 123, 48, 0.88); border-top: 0; }*/
/*@media (min-width: 768px) { .list-frame dd { padding: 1.5rem 1.8rem; } }*/
/*.list-frame dd > :last-child { margin-bottom: 0; }*/
/*.list-frame dd > :last-child > :last-child { margin-bottom: 0; }*/

/*.reserve-btn { display: block; width: 90%; margin: 2rem auto; padding: .8rem 0; background: #d55889; border: 2px solid #d55889; border-radius: 2px; color: #fff; font-size: 1.7rem; text-decoration: none; text-align: center; line-height: 1.1; transition: background .6s, color .6s; box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.3); }*/
/*@media (min-width: 768px) { .reserve-btn { width: 45%; margin: 3rem auto; font-size: 2.6rem; } }*/
/*.reserve-btn:hover { background: #f8f8f6; color: #d55889; text-decoration: none; transition: background .3s, color .3s; }*/
/*.reserve-btn.-w_100 { width: 100%; }*/

/*.fancybox-htmlbox { padding: 1.5rem; }*/
/*@media (min-width: 768px) { .fancybox-htmlbox { padding: 30px; max-width: 700px; } }*/

/*.new { padding: 0% 3%; background-color: red; color: #fff; border-radius: 3px; font-size: 75%; }*/

/*@media (min-width: 768px) { .flexbox { display: flex; }*/
/*    .flexbox > div { margin-left: 15px; margin-right: 15px; } }*/

/*.flexbox > div { width: 100%; padding: 2rem; }*/

/*.has-backgroundPink { background: #fae4ee; }*/

/*.staff_button { margin-top: 5rem; }*/
/*.staff_button a { display: flex; justify-content: center; align-items: center; margin: 0 auto; padding: 1em 2em; width: 100%; color: #fff; font-size: 18px; font-weight: 700; background-color: #d55889; border-radius: 15px; border: #d55889 1px solid; pointer-events: auto !important; text-decoration: none; }*/

/*.staff_button a:hover { color: #d55889; background-color: #fff; border: #d55889 1px solid; }*/

/*@media (max-width: 991px) { .font26 { font-size: 2rem; } }*/
/*.font20 { font-size: 2rem; }*/

/*.font18 { font-size: 1.8rem; }*/

/*@media (min-width: 768px) { .font20 { font-size: 2.4rem; }*/
/*    .font18 { font-size: 2.2rem; } }*/
/*.sp_n { display: none; }*/
/*@media (min-width: 768px) { .sp_n { display: block; } }*/

/*@media (min-width: 768px) { .pc_n { display: none; } }*/

/*.cf::after { content: ""; display: block; clear: both; }*/

/*.fl_l { float: left; }*/

/*.fl_r { float: right; }*/

/*.txt_c { text-align: center; }*/

/*.txt_l { text-align: left; }*/

/*.txt_r { text-align: right; }*/

/*.img_l { float: left; }*/

/*.img_r { float: right; }*/

/*.mt_0 { margin-top: 0px !important; }*/

/*.mr_0 { margin-right: 0px !important; }*/

/*.mb_0 { margin-bottom: 0px !important; }*/

/*.ml_0 { margin-left: 0px !important; }*/

/*.pt_0 { padding-top: 0px !important; }*/

/*.pr_0 { padding-right: 0px !important; }*/

/*.pb_0 { padding-bottom: 0px !important; }*/

/*.pl_0 { padding-left: 0px !important; }*/

/*.page-index .hgroup { position: relative; }*/
/*.page-index .catch_result { position: absolute; display: block; width: 169px; height: auto; aspect-ratio: 135 / 122; padding: 6px; background: url(/blog/wp-content/themes/ChapterThreeGlue/assets/images/result_bg.svg) no-repeat center center/contain; text-decoration: none; right: auto; left: 20px; bottom: 4rem; z-index: 100; font-family: "Yu Gothic UI", "YuGothic", "Segoe UI", "Meiryo", sans-serif; }*/
/*.page-index .catch_result .resultLink_bg1 { background: #fff; width: 140px; height: auto; aspect-ratio: 1 / 1; border-radius: 100vh; position: relative; padding: 20px 0 0; }*/
/*.page-index .catch_result .resultLink_bg1 .txt-top { padding-bottom: 3px; margin: 0; }*/
/*.page-index .catch_result .resultLink_bg1 .txt-under { padding-top: 3px; margin: 0 5px; }*/
/*.page-index .catch_result .resultLink_bg1 .txt-top, .page-index .catch_result .resultLink_bg1 .txt-under { text-align: center; line-height: 1.1; }*/
/*.page-index .catch_result .resultLink_bg1 .txt-top span, .page-index .catch_result .resultLink_bg1 .txt-under span { display: block; }*/
/*.page-index .catch_result .resultLink_bg1 .txt-top .tit, .page-index .catch_result .resultLink_bg1 .txt-under .tit { color: #B22276; font-size: 12px; }*/
/*.page-index .catch_result .resultLink_bg1 .txt-top .probability, .page-index .catch_result .resultLink_bg1 .txt-under .probability { color: #EC7F99; font-size: 23px; text-shadow: 0px 1px 2px #EC7F9987; }*/
/*.page-index .catch_result .resultLink_bg1 .txt-top .txt_small, .page-index .catch_result .resultLink_bg1 .txt-under .txt_small { color: #333333; font-size: 7px; }*/
/*.page-index .catch_result .resultLink_bg1 .resultLink_bg2 { position: absolute; background: #fff; bottom: 1px; right: -17px; width: 49px; height: auto; aspect-ratio: 1 / 1; border-radius: 100vh; padding: 11px 0 0; }*/
/*.page-index .catch_result .resultLink_bg1 .resultLink_bg2 span { font-weight: bold; font-size: 11px; line-height: 1.1; display: block; color: #333333; text-align: center; }*/
/*.page-index .catch_result .resultLink_bg1 .resultLink_bg2 span:last-child { letter-spacing: 2px; }*/
/*@media (min-width: 768px) { .page-index .catch_result { right: 10%; left: auto; bottom: 17rem; width: 233px; padding: 9px; }*/
/*    .page-index .catch_result .resultLink_bg1 { background: #fff; width: 192px; padding: 25px 0 0; }*/
/*    .page-index .catch_result .resultLink_bg1 .txt-top { padding-bottom: 4.2px; !* 3px × 1.4 *! }*/
/*    .page-index .catch_result .resultLink_bg1 .txt-under { padding-top: 4.2px; !* 3px × 1.4 *! margin: 0 7px; !* 5px × 1.4 *! }*/
/*    .page-index .catch_result .resultLink_bg1 .txt-top .tit, .page-index .catch_result .resultLink_bg1 .txt-under .tit { font-size: 16.4px; !* 11px × 1.4 *! }*/
/*    .page-index .catch_result .resultLink_bg1 .txt-top .probability, .page-index .catch_result .resultLink_bg1 .txt-under .probability { font-size: 33px; !* 20px × 1.4 *! text-shadow: 0px 1.4px 2.8px #ec7f9987; !* 影も拡大 *! }*/
/*    .page-index .catch_result .resultLink_bg1 .txt-top .txt_small, .page-index .catch_result .resultLink_bg1 .txt-under .txt_small { font-size: 9.8px; !* 7px × 1.4 *! }*/
/*    .page-index .catch_result .resultLink_bg1 .resultLink_bg2 { position: absolute; bottom: -1px; right: -24px; width: 66px; padding: 19px 0 0; !* 9px × 1.4 *! }*/
/*    .page-index .catch_result .resultLink_bg1 .resultLink_bg2 span { font-size: 13.6px; !* 9px × 1.4 *! }*/
/*    .page-index .catch_result .resultLink_bg1 .resultLink_bg2 span:last-child { letter-spacing: 2.8px; !* 2px × 1.4 *! } }*/
/*.page-index .keyv { flex-basis: 100%; padding: 0 1rem 3rem; }*/
/*@media (min-width: 768px) { .page-index .keyv { flex-basis: 730px; max-width: 730px; margin-bottom: -40px; padding: 0; border-radius: 50%; box-shadow: 0 0.2rem 0.3rem rgba(192, 175, 181, 0.7); overflow: hidden; top: -144px; position: relative; } }*/
/*.page-index .keyv > div:not([class]) { z-index: 0 !important; }*/
/*.page-index .keyv-inner { height: 30rem; background: url("/blog/wp-content/themes/ChapterThreeGlue/assets/images/index_keyv01.jpg") no-repeat 50% 50%/100%; position: relative; }*/
/*@media (min-width: 768px) { .page-index .keyv-inner { height: 730px; } }*/
/*.page-index .pickup { border: 1px solid #d55889; background-color: #fff; padding: 10px 20px; border-radius: 20px; color: #d55889; text-align: center; margin-top: -4rem; margin-bottom: 2rem; line-height: 1.8; }*/
/*@media (min-width: 768px) { .page-index .pickup { margin-top: 0; padding: 20px; margin-bottom: 10rem; } }*/
/*.page-index .pickup strong { text-decoration: underline; font-size: 100%; }*/
/*.page-index .greeting-box { padding: 3rem 0 3rem 0; }*/
/*@media (min-width: 768px) { .page-index .greeting-box p { line-height: 1.9; } }*/
/*.page-index .greeting-box a { color: #595959; text-decoration: none; }*/
/*.page-index .greeting-box a:hover { text-decoration: underline; }*/
/*.page-index .feature-tit { margin: 3.2rem 0 .5rem; padding: 0; color: #ed8080; font-size: 1.7rem; font-weight: 400; line-height: 1.2; }*/
/*@media (min-width: 768px) { .page-index .feature-tit { margin: 5rem 0 1.2rem; font-size: 2.4rem; } }*/

/*@media (min-width: 768px) { .page-staff .career-list { display: flex; flex-wrap: wrap; } }*/
/*.page-staff .career-list dt { font-weight: 700; }*/
/*@media (min-width: 768px) { .page-staff .career-list dt { flex-basis: 5.5em; } }*/
/*.page-staff .career-list dd { margin-bottom: 0; padding-bottom: 1.3rem; }*/
/*@media (min-width: 768px) { .page-staff .career-list dd { flex-basis: calc(100% - 5.5em); padding-bottom: 1.6rem; } }*/
/*.page-staff .doctor_name { font-size: 1.9rem; font-weight: 400; color: #ed8080; margin: 3rem 0 1rem; text-align: center; }*/
/*@media (min-width: 768px) { .page-staff .doctor_name { font-size: 3rem; margin: 5rem 0 1rem; } }*/
/*.page-staff figcaption { text-align: center; font-size: 1.5rem; color: #d55889; }*/
/*@media (min-width: 768px) { .page-staff figcaption { font-size: 2.5rem; } }*/
/*.page-staff .anchor_buttons { display: block; }*/
/*@media (min-width: 768px) { .page-staff .anchor_buttons { display: flex; justify-content: center; margin: 30px 0; } }*/
/*.page-staff .anchor_buttons .anchor_btn { display: flex; align-items: center; text-decoration: none; padding: 10px 15px; border: 2px solid #d55889; border-radius: 5px; transition: background 0.3s; color: inherit; margin-bottom: 1.5rem; }*/
/*@media (min-width: 768px) { .page-staff .anchor_buttons .anchor_btn { margin-bottom: 0; } }*/
/*.page-staff .anchor_buttons .anchor_btn:hover { background: #f9f9f9; }*/
/*.page-staff .anchor_buttons .anchor_btn img { width: 80px; height: 80px; object-fit: cover; !*border-radius: 50%;*! margin-right: 30px; }*/
/*@media (min-width: 768px) { .page-staff .anchor_buttons .anchor_btn img { width: 100px; height: 100px; } }*/
/*.page-staff .anchor_buttons .anchor_btn .text_box { display: flex; flex-direction: column; }*/
/*.page-staff .anchor_buttons .anchor_btn .text_box span.title { color: #666; }*/
/*.page-staff .anchor_buttons .anchor_btn .text_box span.name { font-size: 1.5rem; font-weight: bold; color: #333; }*/
/*@media (min-width: 768px) { .page-staff .anchor_buttons .anchor_btn .text_box span.name { font-size: 2rem; } }*/

/*.page-clinic .equipment-list { padding: 0; list-style: none; }*/
/*.page-clinic .equipment-list figure { text-align: center; margin-bottom: 3.2rem; }*/
/*@media (min-width: 768px) { .page-clinic .equipment-list figure { margin-bottom: 5.4rem; } }*/
/*.page-clinic .equipment-list figcaption { text-align: left; line-height: 1.5; }*/
/*.page-clinic .equipment-tit { margin: 0; padding: .8rem 0 .5rem; color: #77624e; font-size: 1.6rem; font-weight: 400; line-height: 1.2; text-align: center; }*/
/*@media (min-width: 768px) { .page-clinic .equipment-tit { padding: 1.2rem 0 .6rem; font-size: 2.2rem; } }*/

/*@media (min-width: 768px) { .page-access .main .address-br { display: none; } }*/
/*.page-access .access-tel { font-size: 2rem; font-weight: 700; line-height: 1.1; letter-spacing: .06em; }*/
/*@media (min-width: 768px) { .page-access .access-tel { font-size: 2.4rem; } }*/
/*.page-access .access-tel a { color: #595959; }*/

/*.page-reproduction .reproduction-list { padding: 0; list-style: none !important; }*/
/*.page-reproduction .reproduction-list figure { text-align: center; margin-bottom: 3.2rem; }*/
/*@media (min-width: 768px) { .page-reproduction .reproduction-list figure { margin-bottom: 5.4rem; } }*/
/*.page-reproduction .reproduction-list figcaption { text-align: left; line-height: 1.5; }*/

/*.page-price .fanc { overflow: hidden; }*/
/*.page-price .fanc .head { background: #f9e8f0; color: #c44677; padding: 15px; font-size: 100% !important; text-align: center; }*/
/*.page-price .fanc .flow { margin: 0 5%; padding: 0; }*/
/*.page-price .fanc .flow li { list-style: none; }*/
/*.page-price .fanc .flow li p { margin: 0 0 0.5rem; border: 1px solid #c44677; padding: 10px; text-align: center; font-size: 80% !important; }*/
/*.page-price .fanc .flow li p.point { background-color: #f9e8f0 !important; }*/
/*.page-price .fanc .flow li p.sup { background-color: #f1f4f7 !important; border: 1px solid #1f4e79; }*/
/*.page-price .fanc .flow li p.total { border: 3px solid #c44677 !important; font-weight: bold !important; }*/
/*.page-price .fanc .flow li p.total span { font-weight: normal; font-size: 80%; }*/
/*.page-price .fanc .flow li::after { content: "▼"; display: block; text-align: center; padding-bottom: 0.5rem; color: #c44677; }*/
/*.page-price .fanc .flow li:last-child::after { content: none; }*/
/*.page-price .fanc p { font-size: 80% !important; }*/
/*.page-price .fanc p strong { color: #c44677; }*/
/*.page-price .fanc.part2 .head { background: #e9f7ff; color: #35aceb; padding: 15px; font-size: 100% !important; text-align: center; }*/
/*.page-price .fanc.part2 .flow { margin: 0 5%; padding: 0; }*/
/*.page-price .fanc.part2 .flow li { list-style: none; }*/
/*.page-price .fanc.part2 .flow li p { margin: 0 0 0.5rem; border: 1px solid #35aceb; padding: 10px; text-align: center; font-size: 80% !important; }*/
/*.page-price .fanc.part2 .flow li p.point { background-color: #e9f7ff !important; }*/
/*.page-price .fanc.part2 .flow li p.total { border: 3px solid #35aceb !important; font-weight: bold !important; }*/
/*.page-price .fanc.part2 .flow li::after { content: "▼"; display: block; text-align: center; padding-bottom: 0.5rem; color: #35aceb; }*/
/*.page-price .fanc.part2 .flow li:last-child::after { content: none; }*/
/*.page-price .fanc.part2 p { font-size: 80% !important; }*/
/*.page-price .fanc.part2 p strong { color: #35aceb; }*/

/*.pink { color: #e15693; font-weight: bold; text-decoration: underline; }*/

/*.pinkb { margin-bottom: 3.6rem; }*/

/*.d_btn a { display: block; width: fit-content; text-decoration: none !important; color: #d55889; background: #f9e8f0; padding: 1.5rem 7rem; margin: 2rem auto 0; font-size: 1.8rem; font-weight: bold; border-radius: 10px; letter-spacing: 0.3rem; }*/

/*@media (min-width: 768px) { .d_btn a { font-size: 2.3rem; padding: 2rem 8rem; margin: 2rem auto 0; } }*/
/*.box-radius { border: 2px solid #d55889; border-radius: 20px; width: fit-content; padding: 1.5rem 1.5rem 1rem; margin: 2.5rem auto 0; }*/
/*@media (min-width: 768px) { .box-radius { padding: 2.0rem 6rem 1.0rem; margin: 6rem auto 0; } }*/

/*a[href=""] { pointer-events: none; }*/