@charset "UTF-8";

/* index.css
=========================================== */


/* common 
***************** */

.ttl_top .topTtl{
	display: none;
}

@media screen and (max-width:768px){
  
	#mainContents #side {
		margin-top: 0;
	}

	.ttl_top img{
		display: none;
	}
	#main .topTtl{
		display: block;
		position: relative;
		padding: 12px 10px 7px 20px;
		background: #0088d1;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		border-bottom: 2px solid #026ba9;		
	}
	#mainContents #main h2 {
		margin-bottom: 0;
	}
	#main .topTtl:before {
		content: '';
		display: block;
		width: 3px;
		height: 14px;
		background: #61abee;
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -7px;
	}
	
	#main .subTtl_bl{
		background: #007fc9;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		padding: 12px 15px;
		line-height: 1.2;
		width: 100%;
	}
	
	#main .ttl_bl{
		background: #007fc9;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		padding: 12px 15px;
		line-height: 1.2;
		width: 100%;
	}
}



/* グループ企業 紹介
***************** */

/* アコーディオン*/
#wp_wrapper .acdWrap{
	margin-bottom: 35px;
}
#wp_wrapper .acdWrap .pagetop{
	margin: 5px 0 0;
    text-align: right;
}

#wp_wrapper .acdWrap .heading{
	margin-bottom: 10px;
    padding: 10px 15px;
    background: #cccccc;
    font-weight: bold;
}

#wp_wrapper .acdWrap .faqWrap{
	padding: 0 20px 5px;
    border: solid 1px #ccc !important;
}


#wp_wrapper .acdWrap .faqWrap .acdBlock{
	border-top: 1px dotted #ccc;
}

#wp_wrapper .acdWrap .faqWrap .acdBlock:first-child{
	border-top: none;
}

#wp_wrapper .acdWrap .faqWrap .acdBlock .ttl{
	padding: 19px 0 15px;
    font-size: 108%;
    line-height: 1.3;
    font-weight: bold;
	background: url(../images/icon_open.gif) no-repeat top 20px right;
	background-size: 52px;
	cursor: pointer;
}

#wp_wrapper .acdWrap .faqWrap .acdBlock .ttl a{
	text-decoration: none;
}


#wp_wrapper .acdWrap .faqWrap .acdBlock .ttl.open {
	background-image: url(../images/icon_close.gif);
}
#wp_wrapper .acdWrap .faqWrap .acdBlock .con{
	display: none;
	padding: 0;
	box-sizing: border-box;
}

#wp_wrapper .acdWrap .faqWrap .acdBlock .con .box{
	padding: 12px 15px;
    background: #f1f1f1;
    border: 0px solid #fff;
    border-bottom: 20px solid #fff !important;
}


@media screen and (max-width:768px){
	
	#wp_wrapper .acdWrap .heading{
		background: #007fc9;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		padding: 12px 15px;
		line-height: 1.2;
	}
	
	#wp_wrapper .acdWrap .pagetop{
		display: none;
	}
	
	#wp_wrapper .acdWrap .faqWrap{
		padding: 5px 3.65% 5px;
		border: none!important;
	}
	
	#wp_wrapper .acdWrap {
		margin-bottom: 15px;
	}
	
	#wp_wrapper .acdWrap .faqWrap .acdBlock {
		border-top: 0;
		margin-bottom: 1px;
	}
	
	#wp_wrapper .acdWrap .faqWrap .acdBlock .ttl{
		padding: 15px 10px;	
		display: block;
		background: url(../images/icon_plus.gif) #00a0e9 right 8px center no-repeat;
		color: #fff;
		background-size: auto 12px;
		padding-right: 30px;
		font-size: 16px;
		font-weight: normal;
		line-height: 1;
	}
	
	#wp_wrapper .acdWrap .faqWrap .acdBlock .ttl.open {
		background-image: url(../images/icon_minus.gif);
	}
	
	#wp_wrapper .acdWrap .faqWrap .acdBlock .con{
		background: #fff;
		border: 1px solid #ccc;
		color: #333;
		font-size: 13px;
		line-height: 1.45;
	}
	#wp_wrapper .acdWrap .faqWrap .acdBlock .con .subCon{
		padding: 15px;
	}
	
	#wp_wrapper .acdWrap .faqWrap .acdBlock .con .box {
		padding: 0;
		background: #fff;
		border-bottom: 0!important;
	}
}