/*
Theme Name: fcl_child
Template: fcl
*/

/* トップスライダー */
#index_slider_wrap{
    overflow: hidden;
}

/* カテゴリー一覧 */

#gallery_category_list li {
    font-size: 15px;
    width: 50%!important;
}
#gallery_sort_button a{
    width: 50%!important;
}

#archive_gallery_list .title span{
    text-align: center;
}

/* @media screen and (max-width: 1001px) {
    width: 50%;
} */

@media screen and (max-width: 750px) {
    #gallery_category_list li {
        margin: 0 auto!important;
        width: 100%!important;
    }
    #gallery_sort_button a{
        width: 100%!important;
    }
}


/* トップメンバー一覧 */

.index_member_list .member_list2 {
    height: auto;
}

.index_member_list .member_list2:before,
.index_member_list .member_list2:after {
    content: none;
}

.member_list2 .item {
    height: auto;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.member_list2 .item::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.member_list2 .item a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.member_list2 .title {
    top: initial;
    bottom: 0;
}

.member_list2 .image_wrap {
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .member_list2 .title {
        top: initial!important;
    }
}

@media screen and (max-width:550px) {
    .index_member_list .member_list2 {
        height: auto!important;
    }
    .member_list2 .item {
        height: auto!important;
    }
    .member_list2 .image_wrap {
        height: 100%!important;
    }
}


/* スタッフ詳細 */
#single_author_image_area{
	position: relative;
	overflow: hidden;
	margin: 40px auto 0;
	max-width: 425px;
	width: 100%;
}
#single_author_image_area::before {
	content: "";
	display: block;
	padding-top: 100%;
}
#single_author_image_area .image {
	float: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#member_single .main_content{
    border: none;
}

@media screen and (max-width: 750px){
	#single_author_image_area{
		margin: 24px auto 0;
	}
	#single_author_image_area .image{
		height: auto!important;
	}
}
/* NEWS一覧 */

.post_list {}

.post_list_item {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.post_list_item:first-child {
    border-top: 1px solid #ddd;
}

.post_list_item a {
    width: 100%;
    padding: 20px 40px 20px 16px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.post_list_item a::after {
    content: "";
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: translate(0, -50%) rotate(45deg);
    transition: transform 0.3s ease-out;
}

.post_list_meta {
    width: 90px;
    font-size: 13px;
    text-align: center;
    letter-spacing: .05em;
    color: #ffffff;
    background: #000;
    padding: 8px 0;
    margin-right: 32px;
    display: block;
    flex-shrink: 0;
}

.post_list_title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .05em;
    position: relative;
    top: 2px;
}

.post_list_item a:hover::after {
    transform: translate(5px, -50%) rotate(45deg);
}

@media screen and (max-width: 750px) {
    .news_archive {
        padding: 40px 0;
        margin: 0 -20px;
    }
    .post_list_meta {
        margin-right: 16px;
    }
    .post_list_title {
        font-size: 13px;
        top: 1px;
    }
}


/* お問い合わせ */

.p-contact-tel {
    padding: 20px;
    margin-bottom: 53px;
    text-align: center;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd
}

.p-contact-tel-heading {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 10px
}

.p-contact-tel-num {
    margin-bottom: .8em
}

.p-contact-tel-num a {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    color: #0c2a7c;
    letter-spacing: .04em;
    line-height: 1;
    position: relative;
    display: inline-block
}

.p-contact-tel-time {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.p-contact-tel-time span{
    margin-left: 5em;
}

.wpcf7 .p-contact-textarea-note p{
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
.wpcf7 .p-contact-textarea-note ul{
    font-size: 13px;
    list-style: none;
    margin-left: 1em;
}
.wpcf7 .p-contact-textarea-note ul li{
    line-height: 1.6;
}
@media screen and (max-width: 750px) {
    .p-contact-tel {
        padding: 12px 0;
        margin: 0 0 20px;
        border: none
    }
    .p-contact-tel-heading {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 500;
        margin-bottom: 3px
    }
    .p-contact-tel-num {
        margin-bottom: .4em
    }
    .p-contact-tel-num a {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .p-contact-tel-time {
        font-size: 11px;
        font-size: 1.1rem
    }
}

.p-contact-form-thanks {
    text-align: center;
}

.p-contact-form-thanks .button a {
    color: #ffffff;
    background: #0c2a7c;
    font-size: 16px;
    display: inline-block;
    min-width: 270px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.p-contact-form-thanks .button a:hover {
    background: #2d88aa;
}

@media screen and (max-width: 750px) {
    .p-contact-form-thanks .button a {
        font-size: 14px;
        min-width: 200px;
        height: 50px;
        line-height: 50px;
    }
}

.wpcf7 {
    box-sizing: border-box;
}

.wpcf7 .custom-wpcf7c-confirmed .wpcf7c-conf {
    background-color: #fafafa!important;
    border: none;
}

.wpcf7 .custom-wpcf7c-confirmed input:-internal-autofill-selected {
    background-color: #fafafa!important;
}

.wpcf7 .custom-wpcf7c-confirmed .wpcf7-submit {
    width: 100%;
    background-color: #0c2a7c;
}

.wpcf7 .custom-wpcf7c-confirmed input:focus,
.wpcf7 .custom-wpcf7c-confirmed textarea:focus {
    border: none;
}

.p-contact-form-privacy-wrap {
    box-sizing: border-box;
    height: 300px;
    overflow-y: scroll;
    margin: 16px 0 32px;
    padding: 8px;
    border: 1px solid #ccc;
}

.p-contact-form-privacy-tr {
    text-align: right;
}

.p-contact-form textarea {
    resize: vertical;
}

.p-contact-form-req {
    color: #dc3232;
    font-size: 14px;
    margin-left: 0.5em;
}

#footer_overlay {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#footer {
    position: relative;
    padding: 0;
    overflow: hidden;
}
