/*
Theme Name:   BA_002 子テーマ
Template:     60l_design_b
Version:      1.0.0
Description:  BA_002_プロモーション重視の子テーマです
Author:       Visual Research
*/

/* TOPページ */
.slick-dotted.slick-slider {
	margin-bottom: 0px;
}
.top_searchlike_superbox {
	padding: 30px 0;
}
#footer,.footer_copy {
	border-top: none;
	background: #FFFFFF;
	color: #333333;
}
.footer_left_linkbox span {
	color: #333333;
}
.header_inqbox {
	width: 400px;
	padding: 20px 16px;
}
.header_inq_title {
    height: 53px;
    line-height: 49px;
    padding: 3px;
}
.header_telbox {
    width: 170px;
}
.header_tel_num {
	font-size: 20px;
	line-height: 1.8;
}
.header_logo {
    width: 210px;
    margin-top: 25px;
	height: auto;
}
.header_favoritebox {
    margin-right: 0;
	margin-left: 0;
}
.square_btn5 {
    background: #E5E5E5;
    border-bottom: solid 2px #eeeeee;
    color: #333333;
    padding: 2px;
	height: 44px;
	width: 70px;
}
.square_btn5 i {
	font-size: 20px;
    margin-top: 3px;
    margin-bottom: 0;
    margin-right: 0;
}
.square_btn5 .like_count {
    bottom: 15px;
    right: 5px;
    background: #ffffff;
    padding: 2px;
    width: 12px;
    height: 12px;
    line-height: 12px;
	left: auto;
}
.header_inq_title {
    font-size: 14px;
}
.header_tel_during {
    font-size: 12px;
	line-height: 12px;
}

/* プライバシーポリシー */
#privacy_area ul li {
    list-style: none;
    list-style-position: inside;
    padding-left: 3em;
    text-indent: -3em;
}

/* リンク集 */
.page_new_link ul {
    padding-inline-start: 40px;
}
.page_new_link ul li {
    list-style: none;
    vertical-align: middle;
    font-size: 1.1em;
    padding: 5px;
    font-weight: bold;
}
.page_new_link ul li i {
    font-size: 1.2em;
    color: orange;
    margin-right: 5px;
}
.page_new_link ul li a {
    color: #003473;
}
/* よくある質問 */
#page_new .faq_link {
	padding-inline-start: 40px;
}
#page_new .faq_link li {
    border-bottom: #bbb dotted 1px;
    list-style: none;
    line-height: 35px;
    margin-bottom: 5px;
}
#page_new .faq_link li span.faq_icon {
    font-size: 2rem;
    padding-right: 10px;
    color: #FF6060;
    font-weight: 600;
    vertical-align: middle;
}
#page_new .faq_link li a {
    display: inline;
    color: #003473;
    font-weight: bold;
}
#page_new .faq_answer {
    background: #E7F5F5;
    padding: 10px;
    margin-top: 80px;
}
#page_new .faq_answer .faq_answer_inner {
    margin-bottom: 10px;
}
#page_new .faq_answer li {
    list-style: none;
    background: #fff;
    padding: 10px;
}
#page_new .faq_answer li ul li.faq_question {
    border-bottom: #bbb dotted 1px;
    list-style: none;
    width: 98%;
    margin: 0 auto;
    display: block;
    line-height: 35px;
}
#page_new .faq_answer .faq_icon {
    color: #FF6060;
    font-size: 2rem;
    padding-right: 10px;
    font-weight: 600;
    vertical-align: middle;
}
#page_new .faq_answer li ul li.faq_answer {
    list-style: none;
    width: 98%;
    margin: 0 auto;
    display: block;
    line-height: 30px;
}
#page_new .faq_answer .faq_icon_green {
    color: #4CB7B9;
}
@media screen and (max-width: 980px){
	#page_new .faq_answer {
		padding: 0;
	}
	#page_new .faq_answer .faq_answer_inner {
		margin-bottom: 0;
	}
	#page_new .faq_answer li ul li.faq_question {
		width: 100%;
		box-sizing: border-box;
		background: #2A56A1;
		color: #fff;
	}
	#page_new .faq_answer .faq_icon {
		color: #fff;
	}
	#page_new .faq_answer .faq_icon_green {
		color: #4CB7B9;
	}
}

/* 書式ダウンロード */
.page_new_link table {
    width: 100%;
}
.page_new_link table, .page_new_link td, .page_new_link th {
    border: 1px solid #595959;
    border-collapse: collapse;
}
.page_new_link td, .page_new_link th {
    height: 25px;
    padding: 8px 8px 2px 8px;
}
.page_new_link th {
    background: #f0e6cc;
    text-align: left;
	width: 30%;
}
.page_new_link td.dl {
    text-align: center;
}
.page_new_link td.dl i {
    font-size: 2em;
    color: #2A56A1;
}