@charset "UTF-8";

   a:hover { text-decoration: underline;
}
#sidebar {
font-size: 14px;
}
.widget-entry-card {
font-size: 14px;
}
.sidebar h3 {
color:#444D53;
background: none;
font-size: 16px;
letter-spacing: 2px;
display: inline-block;
position: relative;
width: 100%;
padding: 0;
text-align: center;
}
.sidebar h3::before, .sidebar h3::after {
content: '';
position: absolute;
top: 50%;
width: 25%; border-top: 3px solid #444d53; }
.sidebar h3::before {
left: 0;
}
.sidebar h3::after {
right: 0;
}
.page .date-tags {
display: none;
}
a{
text-decoration: none;
}
#navi .navi-in{
font-weight:bold;
}
#navi .navi-in > .menu-header .item-label{
font-size: 16px;
}
#navi .navi-in > ul li{
height: 60px;
line-height: 60px;
}
#navi .navi-in a:hover{
color: #36BD67!important;
background: #FFFFFF;
transition: all 0.5s ease;
}
#navi-footer-in a:hover{
color: #FFFFFF!important;
background: #36BD67;
transition: all 0.5s ease;
}
.asterisk {
margin-left: 0.2em;
color: #f5637a;
}
input.wpcf7-submit {
padding:1em !important; margin:2em 0em !important; background-color: #25c04a !important; border-radius: 5px !important; color: #fff !important; font-size: 18px !important; font-weight: bold !important; width: 50%; transition:0.5s; box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.10); }
input.wpcf7-submit:hover {
background-color:#f2d500 !important; color: #fff !important; }
.btn-submit {
width: 100%;
text-align: center;
}
function wpcf7_main_validation_filter( $result, $tag ) {
$type = $tag['type'];
$name = $tag['name'];
$_POST[$name] = trim( strtr( (string) $_POST[$name], "\n", " " ) );
if ( 'email' == $type || 'email*' == $type ) {
if (preg_match('/(.*)_confirm$/', $name, $matches)){
$target_name = $matches[1];
if ($_POST[$name] != $_POST[$target_name]) {
if (method_exists($result, 'invalidate')) {
$result->invalidate( $tag,"確認用のメールアドレスが一致していません");
} else {
$result['valid'] = false;
$result['reason'][$name] = '確認用のメールアドレスが一致していません';
}
}
}
}
return $result;
}
add_filter( 'wpcf7_validate_email', 'wpcf7_main_validation_filter', 11, 2 );
add_filter( 'wpcf7_validate_email*', 'wpcf7_main_validation_filter', 11, 2 );  @media screen and (max-width: 1023px){ } @media screen and (max-width: 834px){ } @media screen and (max-width: 480px){ }
.blank-box {
padding: 5px 10px;
margin: 5px;
}
table th, table td {
border: 1px solid #808080;
}
.wp-block-image {
margin: 0;
line-height: 0;
}
#appeal {
   height: calc(100vw * calc(333 / 1400));
}
.appeal-content {
background-color: rgba(247, 247, 246, .5);
}