/*
 Theme Name:   Precious Child
 Template:     precious_tcd019
 Version:      1.0.0
*/
/*サイドバーカレンダー*/
.sbc-calendar-month {
	float: none;
	padding: 0px!important;
	width: 100% !important;
	border: 0px solid #ccc!important;
	background-color: inherit!important;
	margin-right: 0px!important;
}
#sbc-calendar table {
	width: 100%;
}
/*サイドフォント*/
.side_widget a{
	font-size: 1.3em;
}
@media screen and (min-width: 771px) {
p {
	font-size: 16px !important;
}
#index_blog > ol > li > a > img {
	width: 176px;
	height: 99px;
	object-fit: cover;
}
#index_blog > ol > li> div > h4 > a {
	font-size: 16px;
}
#global_menu li a {
	font-size: 16px!important;
}
#footer_menu li a {
	font-size: 16px!important;
}
#footer_inner {
	font-size: 14px!important;
}
.page_navi a, .page_navi a:hover, .page_navi span {
	font-size: 17px!important;
}
}

/* FAQ */
.faq_list {
	margin-left: 20px;
}

.faq_title {
	padding-top:10px;
}

div.faq_category {
	margin-top: 50px;
	margin-left: 20px;

}

.faq_category li {
	padding-left:10px;
}

.faq_check{
    display: none;
}

.faq_label{
    background: #454545;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
}
.faq_content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.faq_check:checked + .faq_label + .faq_content{
    height: auto;
    opacity: 1;
    padding: 10px 15px;
    visibility: visible;
}

@media screen and (min-width: 771px) {
.mobile_menu {
	display: none;
}
}

@media screen and (max-width: 770px) {
.mobile_menu {
}
/* mobile-banner */
.banner-area{
	width:50%;
}
.banner-area img{
	width: 100%;
	height: auto;
}
}

.answer_block {
	text-align: left;
	margin-bottom: 50px;
	padding-top: 20px;
}

.answer_img {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.answer_title {
	background: #454545;
	color: #fff;
	padding: 10px;
}

.answer_text {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 50px;
}

/* youtube */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}