/*
Theme Name:ISSUE child
Theme URI:
Description:翔礼交通：TCD WordPressテーマ「ISSUE」の子テーマ
Template:issue_tcd106
Author:Syorei Traffic
Author URI:https://tcd-theme.com/
Version:1.9.2
*/


@media (max-width: 520px) {
p.headline-text {
text-align: left !important;
}
}

/*=================
トップページ
===================*/
/*SAFETY EVALUATION*/
div.flex {
display: flex;
justify-content: space-evenly;
}
div.flex div {
align-content: center;
}

@media (max-width: 730px) {
div.flex {
flex-direction: column;
}
div.flex img {
width: 50%;
margin: 0 auto;
}
div.flex div p {
width: 80%;
margin: 0 auto;
}
}

/*=================
サイドボタン
===================*/
.side_menu_button .item2 {
color: #000000;
}

@media screen and (max-width: 1160px) {
a.design_button {
line-height: 1.5;
}
}


/*=================
バス車両ページ（スタッフ）
===================*/
@media (min-width: 1392px) {
div#staff_header {
height: auto;
aspect-ratio: 29 / 14;
}
}

#staff_main_content div#staff_info_area {
display: block;
}

#staff_main_content div#staff_info_area .job_area {
margin: 10px 0 0 0;
font-weight: 500;
}

#staff_main_content div#staff_info_area .date {
    margin: 10px 0 0 0px;
}

#staff_main_content .bus_catchcopy {
margin-top: 1rem;
font-size: 1.25rem;
font-weight: bold;
}


/*=================
Contact Form 7
===================*/
.wpcf7-submit:disabled {
background-color: #999;
}

.wpcf7-form label {
	font-size: 13px;
}

.wpcf7-form label span.required, 
.wpcf7-form label span.optional {
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	color: #FFFFFF;
	padding: 3px 6px;
	margin-left: 4px;
}

.wpcf7-form label span.required {
	background-color: #9e7e27;
}

.wpcf7-form label span.optional {
	background-color: #222222;
}

.recapcha {
text-align: right;
}

.recapcha p {
font-size: 0.5em;
}

.grecaptcha-badge {
visibility: hidden;
}


/*=================
フッター
===================*/
.footer_info h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 12px 0;
}

.footer_info p {
	line-height: 2;
	font-size: 14px;
	margin-bottom: 12px;
}

.footer_info p:first-of-type {
      padding-top: 12px;
}

#footer {
	background-color: #231816;
}

.footer_nav>h3 {
        font-size: 20px;
        margin-bottom: 12px;
}

#copyright {
	background-color: #231816;
}