/*
Theme Name:snowmonkey_child
Theme URI:
Description:WordPressテーマ「Snow Monkey」改変用
Template:snow-monkey
*/


/***
 * TJK Template
 ***/

.c-entry__title {
    font-size: 32px;
    font-weight: 600;
}

.c-entry__meta {
    font-size: 12px;
}

.is-style-sme-alert,
.is-style-sme-alert-remark,
.is-style-sme-alert-success,
.is-style-sme-alert-warning {
    display: block;
    position: relative;
    border-radius: 6px;
    padding: 4.67391rem 1.86957rem 1.86957rem
}

@media (min-width:40em) {
    .is-style-sme-alert,
    .is-style-sme-alert-remark,
    .is-style-sme-alert-success,
    .is-style-sme-alert-warning {
        padding: 1.86957rem 1.86957rem 1.86957rem 4.67391rem
    }
}

.is-style-sme-alert-remark:before,
.is-style-sme-alert-success:before,
.is-style-sme-alert-warning:before,
.is-style-sme-alert:before {
    content: "";
    position: absolute;
    top: 1.86957rem;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 24px;
    width: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@media (min-width:40em) {
    .is-style-sme-alert-remark:before,
    .is-style-sme-alert-success:before,
    .is-style-sme-alert-warning:before,
    .is-style-sme-alert:before {
        top: 50%;
        left: 1.86957rem;
        transform: translateY(-50%)
    }
}

.wp-block-image.is-style-sme-fluid-shape-1,
.wp-block-image.is-style-sme-fluid-shape-2,
.wp-block-image.is-style-sme-fluid-shape-3,
.wp-block-media-text.is-style-sme-fluid-shape-1>.wp-block-media-text__media,
.wp-block-media-text.is-style-sme-fluid-shape-2>.wp-block-media-text__media,
.wp-block-media-text.is-style-sme-fluid-shape-3>.wp-block-media-text__media {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain
}

.is-style-sme-ordered-list-circle,
.is-style-sme-ordered-list-circle ol,
.is-style-sme-ordered-list-circle ul,
.is-style-sme-ordered-list-square,
.is-style-sme-ordered-list-square ol,
.is-style-sme-ordered-list-square ul {
    list-style: none;
    counter-reset: sme-count 0;
    margin-left: 1.8em
}

.is-style-sme-ordered-list-circle li,
.is-style-sme-ordered-list-square li {
    position: relative
}

.is-style-sme-ordered-list-circle li:before,
.is-style-sme-ordered-list-square li:before {
    counter-increment: sme-count 1;
    content: counter(sme-count);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center
}

ol.is-style-sme-ordered-list-circle[reversed],
ol.is-style-sme-ordered-list-square[reversed] {
    counter-reset: sme-count 1
}

ol.is-style-sme-ordered-list-circle[reversed]>li:before,
ol.is-style-sme-ordered-list-square[reversed]>li:before {
    counter-increment: sme-count -1
}

@media (max-width:39.9375em) {
    .sme-hidden-sm {
        position: absolute!important;
        clip: rect(1px, 1px, 1px, 1px)!important;
        speak: none!important;
        visibility: hidden!important
    }
}

@media (min-width:40em) and (max-width:63.9375em) {
    .sme-hidden-md {
        position: absolute!important;
        clip: rect(1px, 1px, 1px, 1px)!important;
        speak: none!important;
        visibility: hidden!important
    }
}

@media (min-width:64em) {
    .sme-hidden-lg-up {
        position: absolute!important;
        clip: rect(1px, 1px, 1px, 1px)!important;
        speak: none!important;
        visibility: hidden!important
    }
}

@keyframes smeBounceDown {
    0% {
        transform: translateY(-300px);
        opacity: 0
    }
    1% {
        opacity: 1
    }
    40% {
        transform: translateY(10%)
    }
    60% {
        transform: translateY(-5%)
    }
    80% {
        transform: translateY(5%)
    }
    to {
        transform: translateY(0)
    }
}

.sme-animation-bounce-down {
    opacity: 0;
    will-change: transform
}

.sme-animation-bounce-down-fired {
    animation: smeBounceDown .6s cubic-bezier(0, 0, 0, 1)
}

@keyframes smeBounceIn {
    0% {
        transform: scale(1.05)
    }
    20% {
        transform: scale(1)
    }
    40% {
        transform: scale(1.025)
    }
    60% {
        transform: scale(1)
    }
    80% {
        transform: scale(1.0125)
    }
    to {
        transform: scale(1)
    }
}

.sme-animation-bounce-in {
    will-change: transform
}

.sme-animation-bounce-in-fired {
    animation: smeBounceIn .8s cubic-bezier(0, 0, 0, 1)
}

@keyframes smeFadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.sme-animation-fade-in {
    opacity: 0;
    will-change: opacity
}

.sme-animation-fade-in-fired {
    animation: smeFadeIn .6s cubic-bezier(0, 0, 0, 1)
}

.sme-badge {
    display: inline-flex;
    align-items: center;
    height: 1.86957rem;
    color: #fff;
    padding: 0 .5em;
    vertical-align: middle;
    font-size: calc(1em - 2px);
    line-height: 1;
    border-radius: 6px!important;
    font-weight: 700;
    transform: translateY(-2px);
    white-space: nowrap
}

.rich-text:focus .sme-badge[data-rich-text-format-boundary],
.sme-badge,
.sme-badge[data-rich-text-format-boundary] {
    background-color: #333
}

.sme-highlighter {
    background-image: linear-gradient(transparent 60%, rgba(255, 241, 0, .5) 0)
}

.is-style-sme-alert {
    background-color: #fff9e6;
    border: 1px solid #fff3cd;
    color: #5a4d26
}

.is-style-sme-alert:before {
    background-image: url(assets/image/alert-icon.svg)
}

.is-style-sme-alert-success {
    background-color: #f4ffe6;
    border: 1px solid #dfffb3;
    color: #28321b
}

.is-style-sme-alert-success:before {
    background-image: url(assets/image/alert-success-icon.svg)
}

.is-style-sme-alert-warning {
    background-color: #ffede6;
    border: 1px solid #ffdacd;
    color: #5a3426
}

.is-style-sme-alert-warning:before {
    background-image: url(assets/image/alert-warning-icon.svg)
}

.is-style-sme-alert-remark {
    background-color: #f7f7f7;
    border: 1px solid #eee
}

.is-style-sme-alert-remark:before {
    background-image: url(assets/image/alert-remark-icon.svg)
}

.wp-block-image.is-style-sme-fluid-shape-1,
.wp-block-media-text.is-style-sme-fluid-shape-1>.wp-block-media-text__media {
    -webkit-mask-image: url(assets/image/fluid-shape-1-shape.svg);
    mask-image: url(assets/image/fluid-shape-1-shape.svg)
}

.wp-block-image.is-style-sme-fluid-shape-2,
.wp-block-media-text.is-style-sme-fluid-shape-2>.wp-block-media-text__media {
    -webkit-mask-image: url(assets/image/fluid-shape-2-shape.svg);
    mask-image: url(assets/image/fluid-shape-2-shape.svg)
}

.wp-block-image.is-style-sme-fluid-shape-3,
.wp-block-media-text.is-style-sme-fluid-shape-3>.wp-block-media-text__media {
    -webkit-mask-image: url(assets/image/fluid-shape-3-shape.svg);
    mask-image: url(assets/image/fluid-shape-3-shape.svg)
}

.is-style-sme-list-arrow,
.is-style-sme-list-arrow ol,
.is-style-sme-list-arrow ul {
    list-style: none
}

.is-style-sme-list-arrow li {
    position: relative
}

.is-style-sme-list-arrow li:before {
    content: "";
    position: absolute;
    left: calc(-1.5em + 7px);
    top: calc(.43478rem + 4px);
    display: block;
    width: 6px;
    height: 6px;
    border-color: #ff6e3b;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg)
}

.is-style-sme-list-arrow li:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 0;
    border: solid #ff6e3b;
    border-width: 2px 0 0;
    left: calc(-1.5em + 5px);
    top: calc(.43478rem + 6px)
}

.is-style-sme-list-check,
.is-style-sme-list-check ol,
.is-style-sme-list-check ul {
    list-style: none
}

.is-style-sme-list-check li {
    position: relative
}

.is-style-sme-list-check li:before {
    content: "";
    position: absolute;
    left: calc(-1.5em + 7px);
    top: calc(.43478rem + 3px);
    display: block;
    width: 8px;
    height: 6px;
    border-color: #75cd00;
    border-style: solid;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg)
}

.is-style-sme-list-remark,
.is-style-sme-list-remark ol,
.is-style-sme-list-remark ul {
    list-style: none
}

.is-style-sme-list-remark li {
    position: relative
}

.is-style-sme-list-remark li:before {
    content: "※";
    position: absolute;
    left: calc(-1.5em + 2px)
}

.is-style-sme-list-times,
.is-style-sme-list-times ol,
.is-style-sme-list-times ul {
    list-style: none
}

.is-style-sme-list-times li {
    position: relative
}

.is-style-sme-list-times li:after,
.is-style-sme-list-times li:before {
    content: "";
    position: absolute;
    left: calc(-1.5em + 5px);
    top: calc(.43478rem + 6px);
    width: 10px;
    height: 0;
    border: solid #cd3500;
    border-width: 0 0 2px
}

.is-style-sme-list-times li:before {
    transform: rotate(45deg)
}

.is-style-sme-list-times li:after {
    transform: rotate(-45deg)
}

.is-style-sme-ordered-list-circle li:before {
    border-radius: 100%
}

.is-style-sme-ordered-list-circle li:before,
.is-style-sme-ordered-list-square li:before {
    left: calc(-1.8em - 6px);
    top: .21739rem;
    width: 20px;
    height: 20px;
    background-color: #eee;
    font-size: 12px
}

.is-style-sme-post-it {
    position: relative;
    margin-bottom: 1.86957rem;
    background-color: #ffd03b;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 300px
}

.is-style-sme-post-it:not(:last-child) {
    margin-bottom: 3.73913rem
}

.is-style-sme-post-it:before {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    right: 0;
    border-color: #eee transparent;
    border-style: solid;
    border-width: 1.86957rem 1.86957rem 0 0
}

.is-style-sme-post-it:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 1.86957rem;
    left: 0;
    display: block;
    background-color: inherit;
    height: 1.86957rem
}

.is-style-sme-post-it.has-text-align-center {
    margin-right: auto;
    margin-left: auto
}

.is-style-sme-post-it.has-text-align-right {
    margin-right: 0;
    margin-left: auto
}

p.is-style-sme-post-it {
    padding: 1.86957rem 1.86957rem 0
}

.is-style-sme-post-it-narrow {
    position: relative;
    z-index: 1;
    background-color: #fff!important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.is-style-sme-post-it-narrow:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: .5em;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .1)
}

.is-style-sme-post-it-narrow:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: .46739rem;
    background-color: #ff6e3b
}

.is-style-sme-post-it-narrow.has-text-align-center {
    margin-right: auto;
    margin-left: auto
}

.is-style-sme-post-it-narrow.has-text-align-right {
    margin-right: 0;
    margin-left: auto
}

p.is-style-sme-post-it-narrow {
    padding: .46739rem .93478rem .46739rem 1.40217rem
}

.wp-block-image.is-style-sme-shadowed>img {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1)
}

.wp-block-button.is-style-sme-shadowed .wp-block-button__link {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25), inset 0 1px 0 0 hsla(0, 0%, 100%, .1), inset 0 -1px 0 0 rgba(1, 1, 1, .05)
}

@media (min-width:64em) {
    .wp-block-button.is-style-sme-shadowed .wp-block-button__link:active {
        box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .1), inset 0 -1px 0 0 rgba(1, 1, 1, .05)
    }
}

.is-style-sme-speech {
    position: relative;
    background-color: #f7f7f7;
    border-radius: 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left
}

.is-style-sme-speech:before {
    content: "";
    position: absolute;
    top: calc(100% - 7px);
    left: 2.33696rem;
    height: 14px;
    width: 14px;
    transform: rotate(45deg);
    background-color: inherit
}

.is-style-sme-speech.has-text-align-center {
    margin-right: auto;
    margin-left: auto
}

.is-style-sme-speech.has-text-align-center:before {
    left: calc(50% - 10px)
}

.is-style-sme-speech.has-text-align-right {
    margin-right: 0;
    margin-left: auto
}

.is-style-sme-speech.has-text-align-right:before {
    left: auto;
    right: 2.33696rem
}

p.is-style-sme-speech {
    padding: .93478rem 1.86957rem
}

.is-style-sme-list-arrow li,
.is-style-sme-list-check li,
.is-style-c-list_cyan-circle li {
    padding-left: 0em;
    text-indent: 0;
}


/*
==============================================
Snackbar style
==============================================
*/

.snackbar {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: -10px;
    pointer-events: none;
}

.snackbar > div {
    width: 430px;
    height: 60px;
    background: #333;
    border-radius: 5px;
    pointer-events: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 95%;
}

.snackbar button {
    display: inline-block;
    float: right;
    margin: 14px;
    height: 30px;
    margin-top: 16px;
    border: none;
    background: transparent;
    color: #ccc;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
}

.snackbar button:nth-child(2) {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    border-radius: 50%;
    transition: all .5s linear 0s;
}

.snackbar button:nth-child(3) {
    position: relative;
    left: 20px !important;
}

.snackbar button i {
    vertical-align: middle !important;
    font-size: 20px !important;
}

.snackbar .text {
    width: calc(100% - 130px);
    height: 60px;
    color: #fff;
    float: left;
    line-height: 60px;
    text-indent: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.snackbar.action .text {
    width: calc(100% - 176px);
}

.snackbar.bottom {
    bottom: -100px
}


/*.top { top: -100px }*/

.snackbar.left > div {
    float: left;
    margin-left: 25px
}

.snackbar.right > div {
    float: right;
    margin-right: 25px
}

.snackbar.center > div {
    margin: 0px auto
}

@media screen and (max-width: 500px) {
    .snackbar.left > div,
    .snackbar.right > div {
        margin-left: 0px;
        margin-right: 0px;
        float: none
    }
    .snackbar.left > div,
    .snackbar.right > div {
        margin: 0px auto;
    }
}


/*
==============================================
slideUp Animation
==============================================
*/

.slideUp {
    -webkit-animation: slideUp ease .5s 0s forwards;
    animation: slideUp .5s 0s ease forwards;
}

@-webkit-keyframes slideUp {
    from {
        bottom: -100px
    }
    to {
        bottom: 20px
    }
}


/*
==============================================
slideDown Animation 
==============================================
*/

.slideDown {
    -webkit-animation: slideDown .5s 0s ease forwards;
    animation: slideDown .5s 0s ease forwards;
}

@-webkit-keyframes slideDown {
    from {
        bottom: 20px
    }
    to {
        bottom: -100px
    }
}


/*
 * tab 
 * */

.tab-main {
  margin: 47px 5px 0px 5px !important;
}
.tab-main .tab-name {
  display: inline-block;
  border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
  border-bottom: none;
  background-color: #8d8d8d;
  margin: 0px 2px;
  padding: 15px 22px;
  font-size: 1.1em;
  color: #fff;
}
.tab-main .tab-name:before {
  font-family: "FontAwesome";
  content: "\f0da";
  color: white;
  margin-right: .2em;
}

.tab-main .tab-name:hover {
  background-color: #ff8d00;
}

.tab-main input[name="tab-radio"],
.tab-main .tab-display {
  display: none;
}
 
.tab-main .tab-display {
  border-top: 1px solid #956021;
  padding: 0;
  min-height: 100px;
}
.tab-main .tab-display ul {
  line-height: 1.8;
}
.tab-main #t-F:checked ~ .t-F-display,
.tab-main #t-E:checked ~ .t-E-display,
.tab-main #t-D:checked ~ .t-D-display,
.tab-main #t-C:checked ~ .t-C-display,
.tab-main #t-A:checked ~ .t-A-display,
.tab-main #t-B:checked ~ .t-B-display {
  display: block;
}

.tab-main input[name="tab-radio"]:checked + .tab-name {
  background-color: #ff8d00;
  position:relative;
}
.tab-main input[name="tab-radio"]:checked + .tab-name:after {
    content: "";
    display: block;
    background: #ff8d00;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
}
.tab-main input[name="tab-radio"]:checked + .tab-name:before {
  content: "\f0d7";
}
.btn.btn--orange { margin-top: 8rem !important; text-align: center;}
.btn--orange a {
  color: #fff;
  display: block;
  margin: 0 auto;
  background-color: #eb6100;
}
.btn--orange a:hover{
  color: #fff;
  background: #f56500;
}

.btn-c a {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 6rem 1.5rem 6rem;
  border-radius: 100vh;
  max-width: 624px;
}
.btn-c svg {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .l-border-gray-3 { padding-bottom: 2rem; }
  .btn-c a { padding: 2rem; font-size: 1.6rem; }
  .tab-main .tab-name {
    /*width: 0rem;*/
    padding: 15px 32px 15px 15px;
  }
  .tab-main .tab-name:before {
    display: none;
  }
  .page-template-page_custom_one-column .is-style-c-container_detail_inner h3 {
    margin-top: 0;
  }
}
@media screen and (min-width: 40em) {
  .is-style-sme-alert {
    padding-left: 6rem;
  }
}

/* テーブルの1列目をセル内改行をしないようにする */
.col1-nowrap td:nth-of-type(1) { white-space: nowrap;}

.course_nav_btn .wp-block-column{
	padding: 0;
	margin-top: -12rem;
}
.parent-pageid-384  .l-sidebar-widget-area,
.parent-pageid-7917  .l-sidebar-widget-area {
	padding: 0;
}
.parent-pageid-384.page-template-page_custom_one-column3 .is-style-c-list_side,
.parent-pageid-7917.page-template-page_custom_one-column3 .is-style-c-list_side {
	background: #dcedff;
}
.parent-pageid-384.page-template-page_custom_one-column3 .is-style-c-list_side,
.parent-pageid-7917.page-template-page_custom_one-column3 .is-style-c-list_side {
	background: #edf6ff;
}
.parent-pageid-384.page-template-page_custom_one-column3 #wpcustom_widget2-2 ul li,
.parent-pageid-7917.page-template-page_custom_one-column3 #wpcustom_widget2-2 ul li {
	width: 33%;
}
@media screen and (max-width: 768px) {
    .parent-pageid-384.page-template-page_custom_one-column3 #wpcustom_widget2-2 ul li,
    .parent-pageid-7917.page-template-page_custom_one-column3 #wpcustom_widget2-2 ul li {
        width: 100%;
    }
}
.parent-pageid-384.page-template-page_custom_one-column3 #wpcustom_widget2-2 ul li .children-expander,
.parent-pageid-7917.page-template-page_custom_one-column3 #wpcustom_widget2-2 ul li .children-expander { display: none; }

.parent-pageid-384.page-template-page_custom_one-column3 .wp-block-group.is-style-c-container_detail_inner,
.parent-pageid-384.page-template-page_custom_one-column3 .is-style-section_insurance_detail,
.parent-pageid-7917.page-template-page_custom_one-column3 .wp-block-group.is-style-c-container_detail_inner,
.parent-pageid-7917.page-template-page_custom_one-column3 .is-style-section_insurance_detail {
	background: #fff;
	margin-top:0;
}

.parent-pageid-384.page-template-page_custom_one-column3 .wp-block-group.is-style-section_insurance_detail > .wp-block-group__inner-container > .wp-block-group.is-style-inner,
.parent-pageid-7917.page-template-page_custom_one-column3 .wp-block-group.is-style-section_insurance_detail > .wp-block-group__inner-container > .wp-block-group.is-style-inner{ display: none;}

.parent-pageid-384.page-template-page_custom_one-column3.l-body--one-column .l-contents__sidebar,
.parent-pageid-7917.page-template-page_custom_one-column3.l-body--one-column .l-contents__sidebar {
	padding: 0;
}

.page-template-page_custom_one-column3 .is-style-c-container_detail_inner  h2.narita-page-title {
	background-color: white;
	text-align: center;
	border-left: none;
	font-size: 3.4rem;
}

.page-template-page_custom_one-column3 .is-style-c-container_detail_inner h2 {
	margin-top: 0;
}
.parent-pageid-384.page-template-page_custom_one-column3.l-body--one-column .is-style-main_visual_pages,
.parent-pageid-7917.page-template-page_custom_one-column3.l-body--one-column .is-style-main_visual_pages {
	margin-top: 10px;
	background-color: #fff;
}
.parent-pageid-384.page-template-page_custom_one-column3.l-body--one-column .is-style-main_visual_pages .is-style-bread_link ul li a,
.parent-pageid-384.page-template-page_custom_one-column3.l-body--one-column .is-style-main_visual_pages .is-style-bread_link ul li:not(:last-child)::after,
.parent-pageid-7917.page-template-page_custom_one-column3.l-body--one-column .is-style-main_visual_pages .is-style-bread_link ul li a,
.parent-pageid-7917.page-template-page_custom_one-column3.l-body--one-column .is-style-main_visual_pages .is-style-bread_link ul li:not(:last-child)::after{
	color: #333;
}
