/*
Theme Name: Snow Monkey
Author:
*/

/*----common----*/
body {
    font-family: 'Zen Maru Gothic','M PLUS Rounded 1c', sans-serif;
    color: #333333;
    font-weight: 600;
}

.l-header__content {
    background-color: #99DBFE;
}

.basic_title {
    font-size: 2.0rem;
    position: relative;
    padding: 0.5rem 0 1rem;
    margin-bottom: 5.0rem;
    text-align: center;
}

.basic_title::before {
    position: absolute;
    border-bottom: 4px dotted #236ed5;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    content: '';
}

#snow-monkey-form-300 .smf-form--simple-table .smf-item {
    padding: 2.0rem 0;
}

#snow-monkey-form-300 .smf-form--simple-table .smf-item__col--label {
    display: flex;
    align-items: center;
}

#snow-monkey-form-300 .smf-item__description {
    margin: 0 0 0 12px;
    padding: 0 7px 1px;
    color: #fff;
    background-color: #DC143C;
    border-radius: 8px;
}

#snow-monkey-form-300 .policy_caption a:hover {
    opacity: 0.8;
}


#snow-monkey-form-300 .smf-action .smf-button-control__control {
    background-color: #99DBFE;
    background-image: none;
    color: #236ed5;
    border: none;
    padding: 0.5rem 5rem;
    font-family: 'Zen Maru Gothic','M PLUS Rounded 1c', sans-serif;
    font-weight: 500;

}

#snow-monkey-form-300 .smf-action .smf-button-control__control:hover {
    filter: brightness(90%);
}

.home .line_container {
    border-top: 3px solid #99DBFE;
}

.line_box {
    align-items: center;
}

.friend_btn a:hover {
    opacity: 0.8;
}

.friend_btn img {
    height: 55px;
}

.l-footer--default .l-footer-widget-area {
    background-color: #99DBFE;
    padding: 10px 0 0 0;
}

.l-footer--default .l-footer-widget-area #menu-footer_menu {
    display: flex;
    align-items: center;
    font-size: 1.0rem;
}
.l-footer--default .l-footer-widget-area .widget_nav_menu ul>li+li {
    margin-top: 0;
    margin-left: 3rem;
}

.l-footer--default .l-footer-widget-area #menu-footer_menu a {
    text-decoration: none;
}

.l-footer--default .l-footer-widget-area #menu-footer_menu a:hover {
    color: #236ed5;
}

.footer_column {
    align-items: center!important;
}

.l-footer--default .c-copyright {
    background-color: #99DBFE;
    color: #333333;
    padding: 0 0 5px 0;
}

#page-top {
    border-radius: 50%;
}

.c-breadcrumbs {
    margin-left: 3rem;
}

.c-breadcrumbs a:hover {
    color: #236ed5;
    text-decoration: none;
}

.page-id-14 .c-entry__header,
.page-id-18 .c-entry__header,
.page-id-406 .c-entry__header,
.page-id-464 .c-entry__header {
  display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha-notice {
        font-size: 0.8rem;
        font-weight: 400;
    }


/* common sp以外*/
@media screen and (min-width: 640px) {
    .policy_caption {
        text-align: center;
    }
}

/* common sp&tb*/
@media screen and (max-width: 1023px) {
    .l-header__content {
        padding: 0;
    }
    .c-hamburger-btn__label {
        display: none;
    }
    .l-header .c-hamburger-btn__bar {
        background-color: #236ed5;
    }
    .footer_column {
        text-align: center;
    }
    .l-footer--default .l-footer-widget-area #menu-footer_menu {
        flex-direction: column;
    }
    .l-footer--default .l-footer-widget-area .widget_nav_menu ul>li+li {
        margin-left: 0;
        margin-top: 1.0rem;
    }
    .c-breadcrumbs {
    margin-left: 1rem;
    }
    .page-id-406 .c-breadcrumbs {
        margin-left: 0;
    }
}


/* common pc*/
@media screen and (min-width: 1024px) {
    .l-1row-header__branding, .l-1row-header__content {
        padding: 0;
    }
    .p-global-nav .c-navbar__item>a>span {
        font-size: 1.0rem;
    }
    .basic_title.contact {
        margin-bottom: 0.3rem;
        }
    .basic_btn {
        width: 25%!important;
    }
    #snow-monkey-form-300 {
        max-width: 1000px;
    }
    .recaptcha-notice {
        text-align: center;
    }
}


/* common sp*/
@media screen and (max-width: 639px) {
    .basic_title.service,
    .basic_title.flow {
        margin-bottom: 1.0rem;
    }
    .service_text {
        font-size: 1.5rem!important;
    }
    .flow_box {
        padding: 0!important;
    }
    .about_column .about_image img {
        width: 220px;
        height: 220px;
    }
}


/*----Home----*/
@media screen and (min-width: 1024px) {
    .home .smb-hero-header__body {
        bottom: 20%;
        left: -7%;
    }
    .home .main_catch {
        font-size: 2.5vw;
    }
    .home .catch_text {
        font-size: 1.3vw;
    }    
    .worries_container,
    .blog_container,
    .form_container {
        max-width: 1000px;
    }
    .support_column,
    .about_column,
    .service_column,
    .contact_column {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1023px) { 
    .home .catch_box_sp {
        display: flex;
        flex-direction: column;

    }
    .home .main_catch_sp {
        font-size: 1.8rem;
    }
    .home .catch_text_sp {
        font-size: 1.1rem;
    }    
}

.gif_box {
    position: relative;
    width: 180px;
    height: 180px;
}

.gif_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gif_box img.front{
    transition-property: opacity;
    transition-duration: .1s;
    transition-timing-function: ease;
    margin-top: 0;
}

    .gif_box:hover img.front {
        opacity: 0;
    }



.worries_text {
    line-height: 1.3;
}

.service_title {
    display: inline-block;
}

.service_title::before {
    display: inline-block;
    margin-right: 0.8rem;
    width: 20px;
    height: 20px;
    content: '';
    border-radius: 100%;
    background:#236ed5; 
}

.service_column p {
    margin-top: 1rem;
}

/*最近の投稿*/
.c-entry-summary__body {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.c-entry-summary__body .c-entry-summary__meta {
    margin: 0;
}

.c-entries--text2 .c-entry-summary__title {
    margin-left: 1.1rem;
    font-size: 1.0rem;
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-weight: 600;
}
.c-meta__item,
.c-entry-summary__term {
    font-size: 1.0rem;
    font-weight: 600;
}

.c-entries--text2 {
    display: flex;
    justify-content: center;
    border: none;
}

.c-entries--text2 .c-entries__item {
    border: none;
}

.l-contents__sidebar {
    padding-top: 100px;
}

#block-6 .wp-block-heading,
#block-5 .wp-block-heading,
#block-11 .wp-block-heading,
#block-13 .wp-block-heading {
    font-size: 1.3rem;
    position: relative;
    padding: 0.5rem 1rem 0.5rem 1rem;
    outline: 2px solid #dcdcdc;
    background-image:
        linear-gradient(-45deg, transparent 0 20px, #fff 20px calc(100% - 20px), transparent calc(100% - 20px)),
        repeating-linear-gradient(135deg, #99DBFE 0 2px, transparent 2px 4px);
    text-align: center;
}

.single .c-entry__content h2 {
     border-bottom:double 6px #99DBFE;
}

.single .c-entry__content h3 {
    margin-bottom: 0.2rem;
    padding: 0.3rem 0.5rem 0.3rem 0.8rem;
    border-left: 7px solid #236ed5;
    color: #353535;
}

.single .c-entry__content h4::before {
    display: inline-block;
    margin-right: 0.8rem;
    width: 12px;
    height: 12px;
    content: '';
    border-radius: 100%;
    background: #236ed5;
}

.l-sidebar-widget-area .search_container {
    padding-bottom: 1.5rem;
}

@media screen and (max-width: 639px) {
    .l-sidebar-widget-area {
        text-align: center;
    }
    .l-contents__sidebar {
        text-align: center;
        padding-top: 30px;
    }
}



.contact_column .contact_image img {
    width: 300px;
}

.line_box {
    margin-top: 60px;
}

.line_box__qr {
    width: 130px;
    height: 130px;
}

.line_box .friend_btn {
    width: 150px;
}

.line_box a:hover {
    opacity: 0.8;
}



/*home sp*/
@media screen and (max-width: 639px) {
    .support_column.even {
        flex-direction: column-reverse;
    }
    .about_column {
        flex-direction: column-reverse;
    }
    .about_column .about_text {
        padding: 0!important;
    }
    .c-entries--text2 {
        justify-content: flex-start;
    }
    .c-entry-summary__body {
        flex-direction: column-reverse;
    align-items: flex-start;
    }
    .c-entry-summary__term {
        padding: 1px 3px;
    }
    .c-entries--text2 .c-entry-summary__title {
        margin-left: 0;
        width: 100%;
        white-space: normal;
    }
    .contact_column .contact_image img {
       width: 220px;
    }
    #snow-monkey-form-300 .smf-form--simple-table .smf-item {
        padding: 1.0rem 0;
    }
    .line_container p {
        text-align: left;
    }
    .line_box {
        text-align: center;
    }
}


/*----Chobitについて(company)----*/
.company_container table {
    display: flex;
    width: 100%;
    border: none;
    margin: 0 auto;
}

.company_container table th {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 2px solid #236ed5;
    text-align: left;
    padding: 2rem 3rem 2rem 0;
}

.company_container table td {
    padding-left: 3rem;
    border: none;
}


/*company sp*/
@media screen and (max-width: 639px) {
    .company_about .chobit_text {
        padding: 0 20px!important;
    }
    .company_container table th {
        width: 30%;
        padding-right: 1rem;
    }
    .company_container table td {
        padding-left: 1.5rem;
    }

}

/*----お問い合わせ(contact)----*/
/* contact sp以外*/
@media screen and (min-width: 640px) {
    .contact_container .contact_text {
        text-align: center;
    }
}


/*----最近の投稿(blog)----*/