@charset "UTF-8";


/*----------------------------------------
	製品・サービスについての各種お問い合わせ先
----------------------------------------*/


/*調整*/

@media (min-width: 768px) {
	header {
	 border-top: none;
	 border-bottom: none;
	}
}


a:hover {
	opacity: 0.8;
}
main {
	padding-top: 0 !important;
}
.mb80 {
	margin-bottom: 80px !important;
}

/*見出し*/

.contact-list {
    max-width:1200px;
    margin:auto;
}

.contact-item{
    background:#fff;
    margin-bottom:16px;
    overflow:hidden;
}

.contact-header{
	width: 100%;
	border: none;
	background: #3f5bd9;
	padding: 20px 24px 20px 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	transition: background .3s ease;
	color: #FFFFFF;
	position: relative;
}
.contact-header::before {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-item:nth-child(1) .contact-header::before {
	background-image: url(../img/icon_head_01.png);				
}
.contact-item:nth-child(2) .contact-header::before {
	background-image: url(../img/icon_head_02.png);				
}
.contact-item:nth-child(3) .contact-header::before {
	background-image: url(../img/icon_head_03.png);				
}
.contact-item:nth-child(4) .contact-header::before {
	background-image: url(../img/icon_head_04.png);				
}
.contact-item:nth-child(5) .contact-header::before {
	background-image: url(../img/icon_head_05.png);				
}
			
.contact-header:hover{
	background-color: #556EE0;
}


/* 開閉ボタン */

.cont-btn{
    position:relative;
    width:20px;
    height:20px;
    flex-shrink:0;
}

.cont-btn::before,
.cont-btn::after{
    content:"";
    position:absolute;
    background:#ffffff;
    border-radius:2px;
    transition:all .3s ease;
}

/* 横棒 */
.cont-btn::before{
    width:20px;
    height:2px;
    top:9px;
    left:0;
}

/* 縦棒 */
.cont-btn::after{
    width:2px;
    height:20px;
    top:0;
    left:9px;
}

/* 開いた時は縦棒を消して－にする */
.contact-item.active .cont-btn::after{
    transform:scaleY(0);
    opacity:0;
}


/* アコーディオン本体 */

.accordion-content {
    max-height:0;
    overflow:hidden;
    transition:max-height .45s ease;
}

.accordion-content-inner{
    padding:24px;
    line-height:1.8;
    color:#444;
    border-top:1px solid #e5e7eb;
}

/* 見出し押下時の演出 */
.contact-item.active .contact-header{
    background:#3f5bd9;
}

.contact-cate-foot {
	background-color: #EFF9FF;
	padding: 30px 20px 10px 20px;
	margin-top: 40px;
}
.contact-cate-foot h5 {
	font-size: 18px;
	font-weight: 700;
	border-bottom: 2px solid #3f5bd9;
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-size: auto 90%;
	padding: 5px 5px 5px 50px;
	margin-bottom: 20px;
}
.contact-cate-foot h5:nth-of-type(1) {
	background-image: url(../img/icon_sub_01.png);
}
.contact-cate-foot h5:nth-of-type(2) {
	background-image: url(../img/icon_sub_02.png);
}
.contact-cate-foot h5:nth-of-type(3) {
	background-image: url(../img/icon_sub_03.png);
}
.logo_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 10px 0;
	margin-bottom: 20px;
}
.logo_contact {
	width: calc((100% - 20px) / 2 );
	padding: 5px;
	display: flex;
	flex-direction:column;
	background-color: #FFFFFF;
}
a.logo_contact {
	border: 1px solid #DDDDDD;
}

@media (min-width: 768px) {
	.logo_contact {
		width: calc((100% - 40px) / 3 );
	}
}
	
.logo_label {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #5C84CC;
	text-align: center;
	font-size: 0.8em;
	display: block;
	width: 100%;
}
.sistem_name_lb {
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
	display: block;
	padding: 10px 0;
}
.sistem_name {
	color: #2c70db;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	display: block;
	padding: 10px 0;
}
.sistem_sub {
	font-weight: bold;
	font-size: 0.8em;
}
	
.logo_contact img {
	width: 100%;
	height: auto;
}
.bnr_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 10px 0;
	width: 100%;
	margin: 0 auto 20px;
}

@media (min-width: 768px) {
	.bnr_wrapper {
		width: 80%;
	}
}
	
.bnr_contact {
	width: calc((100% - 20px) / 2 );
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}
.bnr_contact img {
	width: 100%;
	height: auto;
}
	
.btn_sogo {
	margin: 0 auto 70px;
}

.logo_wrapper p {
	line-height: 1.4;
	font-weight: 500;
}
.contact-cate-foot_p {
	text-align: center;
	font-weight: 500;
	margin-bottom: 80px;
}
.p1 {
	text-align: center;
}
	
.eng_link {
	display: block;
	padding: 10px;
}
.eng_link span {
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}

