/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/


/* メインタイトル（上段） */
.text-slider .maintitle {
    z-index: 5;
    font-size: 50px;
    color: #fff;
    font-weight: 5;
    margin: 0;
    letter-spacing: -1px;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
}
/* サブタイトル（下段） */
.text-slider .subtitle {
    z-index: 10;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0px;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
}





/* コンテンツの区切り線 */
.content-area .hentry:after {
	background-color: transparent;
}



/* コンテンツの区切り線 */
.content-area .hentry:after {
	background-color: transparent;
}

/* スライダーのメイン タイトルとサブ タイトルの間の線 */
.text-slider .maintitle:after {
	background-color: transparent;
}


.hentry .title-post {
		font-size: 15px;
		font-weight: 200;
		line-height: normal;
		padding-bottom: 10px;
		margin: 0;
	}

/* お問い合わせ */

.privacy_text p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.privacy_text h5{
	font-size: 16px;
	margin: 10px 0 0;
	border-bottom: none;
}
small{
	color: red;
}
#entry_form{
	border: none;
}
#entry_form td,
#entry_form th{
	border: none;
	text-align: left;
}
.inq_send_btn{
	text-align: center;
}
.wp-block-post-title {
	font-size: 18px;
}


