@charset "UTF-8";

/*
 * Site Name: connetta WEB Smart5
 * File Name page.css
 * Description: Common Page Style  for Responsive
 * Version: 1.0
 * Author: DIS_ART_WORKS
 */
 
 /*
 * ABSORBER.2021.02.14
 */

/*=========================================================================================
for PC 980以下
=========================================================================================*/

@media only screen and (max-width: 980px){

	#wrapper .news_title,
	#wrapper .content_title {
		display: block;
		position:relative;
		font-size: 1.3em;
		line-height: 1.6em;
		padding: 0 0 8px 0;
		margin: 22px 0 22px 0;
		color: #2c3d8f;
		font-family: a-otf-jun-pro, sans-serif;
		font-weight: 300;
		border-bottom: 1px solid #dfdfdf;
	} 

}











/*=========================================================================================
for PC 768以下
=========================================================================================*/

@media only screen and (max-width: 768px){
	
	/*
	#wrapper .main-area .cms-area {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	
	#wrapper .main-area .news_side_bn {
		position: relative;
		display: block;
		width: 70%;
		padding: 12px 0 12px 0;
		margin: 0 auto ;
		float: none;
	}
	
	#wrapper .main-area .news_side_bn ul {
		display: block;
		padding: 0;
		margin: 0 2% 0 2%;
	}
	
	#root .main-area .news_side_bn ul li {
		display: block;
		float: none;
		width: 100%;
		padding: 0 ;
		margin: 0 0 22px 0;
		border: 1px solid #999;
	}
	*/
	
}




/*=========================================================================================
for PC 630以下
=========================================================================================*/

@media only screen and (max-width: 630px){
	
	#wrapper .main-area h2 {
		position: relative;
		padding: .5em 1em .5em 1.8em;
		background-color: #2c3d8f;
		margin: 0 0 0.8em 0;
		font-size: 1.16em;
		color: #fff;
		font-weight: 400;
		font-family: 'Noto Sans Japanese', sans-serif;
	}
	
	#wrapper .main-area h2::after {
		position: absolute;
		top: .5em;
		left: .8em;
		content: '';
		width: 5px;
		height: -webkit-calc(100% - 1.4em);
		height: calc(100% - 1em);
		background-color: #fff;
		border-radius: 4px;
	}
	
	#wrapper .main-area h3 {
		position:relative;
		font-size: 1.1em;
		padding: 0.5em 0 0.3em 1.4em;
		margin: 0 0 0.8em 0;
		color: #2c3d8f;
		border-bottom:1px dotted #545091;
		background-color: #fff;
		font-weight: 400;
		font-family: 'Noto Sans Japanese', sans-serif;
	} 

	#wrapper .main-area h3::after {
		position: absolute;
		top: 1em;
		left: .4em;
		z-index: 2;
		content: '';
		width: 12px;
		height: 12px;
		background-color: #ccc;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#wrapper .main_area .newsBox {
		float: none;
		width: 96%;
		height: auto;
		margin: 0 2% 8px 2%;
		overflow: hidden;
	}
	
	#wrapper .main_area .newsBox li {
		display: block;
		position: relative; 
		padding: 8px 0 10px 0;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	#wrapper .main_area .newsBox li em {
		display: block;
		clear: both;
		padding-top: 6px;
		white-space: normal;
		font-size: 16px;
		line-height: 1.5em;
	}
	
	#wrapper .main_area .newsBox li time {
		position: absolute;
		left: 116px;
		top: 8px;
		font-size: 16px; 
	}
	
	#wrapper .main_area .newsBox--label {
		padding: 0;
		width: 106px;
		float: left; 
	}
	
	#wrapper .main_area .newsBox--label img {
		display: block;
		width: 100%; 
	}
	
	
	
	
	
	
	
	#wrapper .main-area .cms-table .asset-items { 
		margin: 30px 0 30px 0; 
		width: 100%; 
	}
	
	#wrapper .main-area .cms-table .asset-items tr {
		line-height: 120%;
		display: block;
		font-size: 1em;
		width: 100%;
		margin: 0 0 0 0;
		padding: 0;
	}
	
	#wrapper .main-area .cms-table .asset-items .asset-item-head,
	#wrapper .main-area .cms-table .asset-items .asset-item-body {
		float: none;
		display: block;
		border: none;
		width: 100%;
		overflow: hidden;
	}
	
	#wrapper .main-area .cms-table .asset-items .asset-item-head {
		width: 100%;
		height: auto;
		color: #2c3d8f;
		line-height: 125%;
		background-color: #f4f4f4;
		margin: 18px 0 4px 0;
		padding : 12px 12px 8px 12px;
		border-top: 3px solid #2c3d8f;
		text-align: left;
		font-size: 1.2em;
		font-weight: 400;
		letter-spacing: 1px;
	}
		
	#wrapper .main-area .cms-table .asset-items .asset-item-body { 
		width: 100%;
		margin: 0 0 20px 0;
		padding : 16px 18px 28px 18px;
		height: auto;
		background-color: #fff;
		line-height: 180%;
	}
	
	.tableLeadTitle {
		display: block;
		position: relative;
		padding:0.7em 0.5em 0.5em 2em;
		margin: 24px 0 10px 0;
		font-size: 1em;
		line-height: 1.3em;
		color: #fff; 
		font-weight: 400;
		font-family: 'Noto Sans Japanese', sans-serif;
		border-bottom: 1px dotted #aaaaaa;
		background-color: #2c3d8f;
		border-radius:1.5em;
	}
	
	.tableLeadTitle:before {
	    display:  none
	}
	
	.tableLeadTitle::after {
	     position: absolute;
	     top: 50%;
	     left:1em;
	     transform:translateY(-50%);
	     content: '';
	     width: 7px;
	     height:7px;
	     background-color: white;
	     border-radius:100%;
	}
}	


/*=========================================================================================
for Smart Phone 480以下
=========================================================================================*/

@media only screen and (max-width: 630px){
	
	/*
	#w_title {
		font-size: 1.6em;
		line-height: 80px;
		font-weight: 700;
		color: #0b07ad;
	}
	
	#w_title p {
		padding: 0 0 0 18px;
		text-shadow:1px 1px 2px #ffffff;
	}
	*/
	
	#wrapper .layout_line {
		padding-left: 0%;
	}
	
	#wrapper .layout_left p.imagination,
	#wrapper .layout_right p.imagination {
		max-width: 100%;
		width: 100%;
		height: auto;
		text-align: center;
		padding: 0 0 1em;
	}
	

	#wrapper .layout_line p.imagination {
		padding: 0 0 2em;
		width: 100%;
	}
		
	#wrapper .layout_left p.imagination {
		padding-right: 0%;
	}
	
	#wrapper .layout_left div.free {
		width: 100%;
	}
	
	
	#wrapper .layout_right p.imagination {
		padding-left: 0%;
	}
	
	#wrapper .layout_right div.free {
		width: 100%;
	}

	#wrapper .layout_left p.wizpain,
	#wrapper .layout_right p.wizpain,
	#wrapper .layout_left p.wizpain img,
	#wrapper .layout_right p.wizpain img {
		width: 100%;
		height: auto;
	}

	#wrapper .layout_left p.imagination img,
	#wrapper .layout_right p.imagination img {
		display: block;
		width: 100%;
		height: auto;
	}

	#wrapper div.etc_box {
		margin:0 0 0 0 ;
		padding:20px 8px 16px 8px;
		background-color: #f9f3ee;
		overflow: hidden;
	}
	
	#wrapper div.etc_box p.etc_title {
		padding: 0 0.5em 0.5em 0;
	}
	
	#wrapper div.etc_box p.etc_title a {
		text-decoration: underline;
		padding-left: 15px;
		background:url(../common/arrow.png) no-repeat left center;
		background-size:7px;
	}
	
	#wrapper div.etc_box p.etc_title a:hover {
		text-decoration: none;
	}
	
	
	#wrapper div.etc_box p.etc_title img {
		width: 17px;
		vertical-align:middle;
	}
	
	#wrapper div.etc_box .free {
		margin: 0 0.5em 1em 0.5em ;
	}
	
	#wrapper div.etc_box dl dt:last-child,
	#wrapper div.etcBox dl dd:last-child {
		margin-bottom: 0;
	}
	

	
	
	.etc_box .free .asset-items { 
		margin: 10px 0 30px 0; 
		width: auto; 
	}
	
	.etc_box .free tr {
		line-height: 120%;
		display: block;
		font-size: 1em;
		margin: 0;
		padding: 0;
	}
	
	.etc_box .free .asset-item-head,
	.etc_box .free .asset-item-body {
		float: none;
		display: block;
		border: none;
		width: auto;
		overflow: hidden;
	}
	
	.etc_box .free .asset-item-head {
		height: auto;
		color: #fff;
		background-color: #0053a6;
		margin: 0 ; 
		padding : 4px 8px;
		border-radius: 3px 3px 0 0;
	}
		
	.etc_box .free .asset-item-body { 
		margin: 0 0 4px 0; 
		padding : 4px 8px;
		height: auto;
	}
	
	
	
	
	
	
	
	
	
	

}

