﻿/*inquiryディレクトリ共通CSS*/

@media screen and (min-width:768px) {

/*PC版よくあるお問い合わせ*/
.paragraph.faq {
	padding: 10px;
	border: 3px solid #f0f0f0;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.faqQ {
	color: #900;
	font-weight: normal;
	padding: 4px 4px 8px 20px;
	border-bottom: 1px dotted #ccc;
	background: url(/inquiry/images/ico_q.gif) no-repeat 0 2px;	
}

.faqA {
	padding: 4px 4px 4px 20px;
	background: url(/inquiry/images/ico_a.gif) no-repeat 0 4px;	
}

.faq h4 {
	line-height: 1.2;
	margin-bottom: .25em;
	font-size: 1.167em; /* 1.5em * 1.167em = 14px */
	font-weight: bold;	
}



/* 特殊マージン系
-------------------------------------------------------------------------------------*/

#wPrimary .padT4R4B4L20 {
	padding: 4px 4px 4px 20px;
}

#wPrimary .marB_2em {
	margin-top: 2em;
}

/* 特殊横幅又は高さ系
-------------------------------------------------------------------------------------*/
#wPrimary .wid142 {
	width: 142px;
}

#wPrimary .wid186 {
	width: 186px;
}

#wPrimary .wid373 {
	width: 373px;
}

#wPrimary .wid600 {
	width: 600px;
}

}

@media screen and (max-width:767px) {
.titleSub h1 span,
.titleSub p span {
	display: none;
}

h2 {
	margin-bottom: 15px;
}


table.dataTL {
	margin-bottom: 10px;
	padding: 5px 0;
}

/* サイドメニュー
-------------------------------------------------------------------------------------*/
#wSideBar {
	display: none;
}


}


/*メンテナンス*/
.maintenance {
	margin-bottom: 10px;
	padding: 10px;
	border: 3px double #cc0000;
	font-weight: bold;
}
.maintenance p:last-child {
	margin-bottom: 0;
}
.b-none {
    border: none;
}
.mt-2em {
margin-top:2em;
}
@media screen and (min-width: 768px) {
#s2 .flexbox {
display: flex;
justify-content: center;
}
#s2 .flexbox div:first-child {
margin-right:1.5%;
}
#s2 .col {
    width: 100%;
}
#s2 .onePoint {
    width: 44.5%;
}
}
@media screen and (max-width: 767px) {
.text-center{
text-align: center;
}
.pb-2em{
padding-bottom: 2em;
}
}