@charset "UTF-8";

/* index.css
=========================================== */



/* common 
***************** */

.entryBlock{
	display: none;	
}

.ttl_top .topTtl{
	display: none;
}

@media screen and (max-width:768px){

	.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 .ttl_top{
		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%;
	}
	
	
	.entryBlock{
		display: block;	
	}

	
	.entryBlock .contentBlock{
		width: 100%;
	}
	.entryBlock .contentBlock .item{
		border: 1px solid #00a0e9;
		width: 49%;
    	float: left;
    	margin: 0 0.5%;		
	}
	.entryBlock .contentBlock .item .fL{float: left;}
	.entryBlock .contentBlock .item .fR{float: right;}
	
	.fullBlock {
		width: 100%!important;
		display: block;
	}
	.entryBlock .subTtl{
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		line-height: 1.2;
	}
}



/* グループ企業 紹介
***************** */
@media screen and (max-width:768px){
	
	#mainContents #main .wbox1{
		background: none;
	}
	#mainContents #main .wbox2 {
		background: none;
		padding: 0;
	}
	
	#mainContents #main .wbox {
		width: 100%;
		background: 0;
	}

	#article .wbox .wbox_in {
		width: 100%;
	}
	#article .wbox .wbox_in h3 {
		background: #007fc9;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		padding: 12px 15px;
		line-height: 1.2;
		margin-bottom: 0;
	}
	
	#article .wbox .wbox_in .b01{
		width: 100%;
		padding: 15px 15px 20px;
		box-sizing: border-box;
	}
	
	#article .wbox .wbox_in .b01_l{
		width: 40%;
		float: left;
		padding: 4px;
	}
	
	#article .wbox .wbox_in .b01_l img{
		height: auto;
	}
	
	#article .wbox .wbox_in .b01_r{
		width: 57%;
    	float: right;
    	margin-left: 5px;
	}
	
	#article .wbox .wbox_in .b01_rtext {
		line-height: 1.4;
	}
	
	#mainContents #main .fb {
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	/* アコーディオン */
	#groupWrap .acdWrap{
		margin: 0 15px;
	}
	
	#groupWrap .accordionItem {
		margin-bottom: 1px;
	}
	#groupWrap .accordionItem .category_ttl{
		color: #fff;
		background: #00a0e9!important;
		padding: 15px 10px!important;
		font-size: 16px;
		cursor: pointer;
	}
	#groupWrap .accordionContent{
		background: #fff;
		border: 1px solid #ccc;
		color: #333;
		font-size: 13px;
		line-height: 1.45;
	}
	#groupWrap .accordionContent .subCon{
		padding: 15px;
	}
	
	#groupWrap .new-tab-01:after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 11px;
		height: 9px;
		background: url(/sp/images/icon_newtab_01.png);
		-webkit-background-size: 11px auto;
		background-size: 11px auto;
		margin: -1px 0 0 5px;
	}
}
