@charset "utf-8";
/*
Theme Name:EVERY CHILD
Theme URI:
Description:Child theme of WordPress theme "EVERY"
Template:every_tcd075
Author:Yasuhiro Aoki
Author URI:
Version:2.4.5
*/

/* 共通 */
h3.h3-listbox{
	font-size: 20px;
    color: #000000;
    background: #ffffff;
    border-color: #dddddd;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 600 !important;
    height: 60px;
    line-height: 60px;
    padding: 0 25px 0 85px;
    border: 1px solid #ddd;
    position: relative;
    margin: 0 0 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h3.h3-listbox:before {
    background: #000000;
    font-family: 'design_plus';
    content: '\f0c9';
    font-size: 18px;
    line-height: 62px;
	display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin: 0;
    position: absolute;
    top: -1px;
    left: -1px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h3.h3-listbox:after {
	border-color: #000000 transparent transparent transparent;
	content: '';
    display: block;
    position: absolute;
    left: 22px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
}

@media screen and (min-width:1211px) {
#header_logo .desc{
	display: none;
}
}

/* トップページ */
.index_featured_recipe.top-three-bnr h3.design_headline{
    font-weight: 600 !important;
    background: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 25px 0 85px;
    font-size: 20px;
    border: 1px solid #ddd;
    position: relative;
    margin: 0 0 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1210px){
.index_featured_recipe.top-three-bnr h3.design_headline{
    height: 45px;
    line-height: 45px;
    padding: 0 18px 0 60px;
    font-size: 16px;
    margin: 0 0 20px 0;
}
}

@media screen and (max-width: 650px){
.index_featured_recipe.top-three-bnr h3.design_headline{
    font-size: 15px;
}
}

.index_featured_recipe.top-three-bnr h3.design_headline:before{
	content: '\e90e';
}

.index_popular_recipe.num5 .design_headline:before{
	content: '\e902'!important;
}

.top_background_movie{
	position: relative;
}

.top_background_movie img{
	position: absolute;
	z-index: 999;
}

.top_background_movie video{
	position: relative;
	width: 100%;
	filter: brightness(0.4);
}


/* お問い合わせページ */
.wpcf7-radio span.wpcf7-list-item{
	display: inline-block;
}

/* 会員企業一覧ページ */
.post_content .member-list-table td{
	padding: 10px;
}

.post_content .member-list-table{
	overflow:hidden;
}

.post_content .member-list-table td a{
	text-decoration: underline;
}

.post_content .member-list-table td a:hover{
	text-decoration: none;
}