@charset "utf-8";
/*
Theme Name: LIQUID CORPORATE Child
Theme URI: https://lqd.jp/wp/
Description: LIQUID PRESS THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
Template: liquid-corporate
Version: 9999
*/
/* Child Styles */


.subttl-logo {
	font-size: 15px !important;
	font-weight: 700;
	text-align: left;
	line-height: 36px;
}

/*　▼▼▼　20200318 フッターカスタマイズ　▼▼▼　*/

/* フッターの背景色・文字色のカスタマイズ */
footer{
    background: #3e98dd;
    color: #fff;
}

/* フッター内ウィジェットのタイトル下線のカスタマイズ */
footer .ttl span{  /* 線の色 */
    border-color: #fff !important;
}
footer .ttl {  /* 線の太さ */
    border-bottom: 3px solid #fff;
}

/* コピー表記の文字色カスタマイズ */
.copy a{
    color: #fff !important;
}
/*　▲▲▲　20200318 フッターカスタマイズ　▲▲▲　*/

/*　▼▼▼　20200318 画面上部の1ピクセル別の色を削除　▼▼▼　*/
.headline {
	border-top: none!important;
}
/*　▲▲▲　20200318 画面上部の1ピクセル別の色を削除　▲▲▲　*/

/*　▼▼▼　　▼▼▼　*/
/*.logo img {    
    width: auto !important;
    height: 100px !important;
}*/

.carousel-item  {
	height: 400px;
	position: relative;
}

.carousel-item img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	position: absolute;
}

/*.icon_big {
	border-radius: 10px !important;
	width:300px;
	height: 300px;*/
}
/*@media (max-width: 2000px) {
.header_fix {
	width: 100%;
	position:fixed;
	z-index:100;
	display: block;	
	margin-top: -175px;
}
.cover {
	margin-top: 175px;
	}
}*/
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.logo img {    
    width: auto !important;
    height: 36px !important;
    max-width: initial !important;
	}
}