@charset "UTF-8";

/*
 * Site Name: connetta WEB Smart5
 * Author: DIS_ART_WORKS
 */

/*
 * ABSORBER.2020.10.14
 */
 
 /*base tag
 ------------------------------------------------- */

/*
#wrapper .main-area h1 {
	display: block;
	line-height: 130%;
	font-size: 1.5em;
	border-top: 3px solid #3d3a4e;
	border-bottom: 1px solid #7d7b88;
	margin: 0 0 8px 0;
	padding: 12px 0 6px 12px;
	background-color: #fff;
}
*/

#wrapper {
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
}




#wrapper .main-area h2 {
	position:relative;
	line-height: 1.3em;
	padding: 10px 18px 10px 14px;
	color: #fff;
	background-color: #b181ac;
	margin: 0 0 24px 0;
	font-size: 1.34em;
	border-top: 2px solid #efcad3;
	border-right: 1px solid #efcad3;
	/*border-left: 8px solid #b181ac;
	border-top:1px solid #b181ac;
	border-bottom:1px solid #b181ac;*/
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
}

#wrapper .main-area h2::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 14px transparent;
	border-right: solid 24px rgb(207,179,204);
}

#wrapper .main-area h3 {
	position:relative;
	line-height: 1.6em;
	font-size: 1.2em;
	padding: 6px 18px 2px 12px;
	margin: 0 0 1em 0;
	color: #b181ac;
	border-top: 1px solid #f1e3dd;
	border-bottom:1px dotted #b181ac;
	background-color: #fff;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
} 

#wrapper .top_title {
	display: block;
	position:relative;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 8px 0 6px 0;
	margin: 3px 0 22px 0;
	color: #b181ac;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
	border-top: 2px solid #b181ac;
	border-bottom: 2px solid #b181ac;
} 

#wrapper .top_img {
	display: block;
	position:relative;
	padding: 0 0 0 0;
	margin: 0 0 18px 0;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td,
table th {
	border: 1px solid #888 ;
}
 
/* 背景色設定 ABSORBER */
 
#root {
	background-color: #fff;
}
 
#root #content_wrapper {
	background-color: #fff;
}

#w_title_wrapper {
	width: 100%;
	margin: 0;
	background: url(../images/top/main_images_bg.png);
	background-repeat: repeat-x;
	padding: 18px 0 4px 0 ;
}

#w_title {
	position: relative;
	display: block;
	width: 960px;
	height: 120px;
	background-color: #f3f3f3;
	margin: 0 auto;
	font-size: 2em;
	line-height: 120px;
	padding: 0 0 0 0;
}

#w_title p {
	padding: 0 0 0 28px;
	/*
	font-family: "kozuka-gothic-pro",sans-serif;
	font-style: normal;
	*/
	font-weight: bold;
	color: #0b07ad;
	text-shadow:2px 2px 2px #ffffff;
}





#wrapper .main-area .cms-area {
	font-size: 1.2em;
	line-height: 180%;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/*
#wrapper .main-area {
	display: block;
	width: 96%;
	margin: 0 auto;
}
*/



.news_title {
	display: block;
	position:relative;
	font-size: 1.34em;
	line-height: 1.3em;
	padding: 8px 0 6px 0;
	margin: 3px 0 22px 0;
	color: #b181ac;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
	border-top: 2px solid #b181ac;
	border-bottom: 2px solid #b181ac;
}









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



}




/*===== page ==================================*/

#wrapper .detail_text {
	margin-left:20px;
	margin-right:20px;
}

#wrapper #internal_link {
	margin-top: 1.4em;
	margin-bottom: 2em;
	padding:10px 1.5em 10px 2em;
	background-color: #fff;
	border-top: 1px solid #b181ac;
	border-bottom: 1px solid #b181ac;
}

#wrapper #internal_link li {
	list-style-type: disc;
	line-height: 2em;
	color: #b181ac;
}

#wrapper #internal_link li a {
	color: #b181ac;
	text-decoration: underline;
}

#wrapper .sub_contents {
	padding: 0 0 0;
	line-height:1.75;
}

#wrapper .layout_center,
#wrapper .layout_left,
#wrapper .layout_right,
#wrapper .layout_line {
	display: block;
	margin: 0 auto 1.4em auto;
	padding: 0 12px 1em 12px ;
	width: 95%;
}

#wrapper .layout_line {
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 0 0 1em 0 ;
}

#wrapper .layout_left p.imagination,
#wrapper .layout_right p.imagination{
	max-width: 40%;
	text-align: center;
	padding: 0 0 1em 0;
}

#wrapper .layout_left p.wizpain,
#wrapper .layout_right p.wizpain {
	width: 40%;
}

#wrapper .layout_center p.imagination {
	width: 100%;
	padding: 0 0 1em;
}

#wrapper .layout_line p.imagination {
	display: block;
	float: left;
	padding: 0 0 0 0;
	margin: 0 1.5% 1em 1.5%;
	width: 30.3%;
}

#wrapper .layout_line p.imagination a,
#wrapper .layout_center p.imagination a,
#wrapper .layout_left p.imagination a,
#wrapper .layout_right p.imagination a {
	color: #333;
}

#wrapper .layout_line p.imagination a:hover *,
#wrapper .layout_center p.imagination a:hover *,
#wrapper .layout_left p.imagination a:hover *,
#wrapper .layout_right p.imagination a:hover * {
	opacity:0.7;
}

#wrapper .layout_line p.imagination span,
#wrapper .layout_center p.imagination span,
#wrapper .layout_left p.imagination span,
#wrapper .layout_right p.imagination span,
#wrapper .layout_line p.imagination img,
#wrapper .layout_center p.imagination img,
#wrapper .layout_left p.imagination img,
#wrapper .layout_right p.imagination img {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}

#wrapper .layout_line p.imagination span,
#wrapper .layout_center p.imagination span {
	margin: 0.5em auto 0;
}

#wrapper .layout_left p.imagination span {
	margin: 0.5em auto 0;
	text-align: left;
}

#wrapper .layout_right p.imagination span {
	margin: 0.5em auto 0;
	text-align: right;
}







/* 2019.12 */
.page .layout_line p.imagination .down-bt {
	display: block;
	position: relative;
	margin: 8px auto 8px auto;
	width: 150px;
	height: 36px;
	line-height: 38px;
	color: #fff;
	background-color: #b181ac;
	text-align: center;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}


#wrapper .layout_left p.imagination {
	float: left;
	padding-right: 2%;
}

#wrapper .layout_left div.free {
	float: right;
	width: 58%;
}

#wrapper .layout_left div.free table,
#wrapper .layout_right div.free table {
	width: 100% !important;
	min-width: 150px;
}

#wrapper .layout_right p.imagination {
	float: right;
	padding-left: 2%;
}

#wrapper .layout_right div.free {
	float: left;
	width: 58%;
}

#wrapper .layout_center p.imagination {
	text-align:center;
}
#wrapper .layout_left p.imagination img ,
#wrapper .layout_right p.imagination img ,
#wrapper .layout_center p.imagination img {
	margin: 0 auto;
}

#wrapper .layout_line p.imagination {
	float: left;
}

#wrapper .layout_line p.edge {
	padding-left: 0;
	clear: both;
}

#wrapper .scaleup_images {
	transition: opacity 300ms;
	display: none;
	-moz-opacity: 0;
	opacity: 0;
	filter:alpha(opacity=0);
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 2000;
	background-color: rgba(0,0,0,0.8);
}

#wrapper .scaleup_images_a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2001;
}

#wrapper .scaleup_images_a span {
	display:block;
	position:absolute;
	top:10%;
	right:10%;
	color:#fff;
	margin-top:-1.4em;
	font-size:200%;
}

#wrapper .scaleup_images p {
	width: 80%;
	height: 100%;
	text-align: center;
	margin: auto;
	position: relative;
}

#wrapper .scaleup_images p img {
	max-height:80%;
	max-width:100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2002;
}

#wrapper .layout_thumb {
	display: block;
	margin-bottom:3em;
	max-width: 800px;
	margin: 0 auto;
}

#wrapper .layout_thumb .big_images {
	width: 100%;
	height: 0;
	margin-bottom: 1em;
	text-align: center;
	z-index: 1;
	transition: all 500ms;
	overflow: hidden;
	position: relative;
}

#wrapper .layout_thumb .big_images li {
	transition: all 1s;
	margin: 0 auto;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	display: block;
	opacity: 0;
	position: absolute;
	z-index: 1;
	height: auto;
	width: auto;
}

#wrapper .layout_thumb .big_images li img {
	width: 100%;
	z-index: 1;
	position: relative;
}

#wrapper .layout_thumb .thumbs {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 4em 0;
	list-style: none;
	z-index: 3;
}

#wrapper .layout_thumb .thumbs li {
	display: block;
	float: left;
	width: 19%;
	height: auto;
	margin: 0 0.5% 1% 0.5%;
	padding:0 ;
	position: relative;
	text-align:center;
	z-index: 3;
}

#wrapper .layout_thumb .thumbs li.edge {
	display: block;
	clear:left;
	float:left;
	width: 19%;
	margin: 0 0.5% 1% 0.5%;
	padding:0 ;
	z-index: 3;
}

#wrapper .layout_thumb .thumbs li a {
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 3;
}

#wrapper .layout_thumb .thumbs li a:hover {
	opacity:0.9;
	filter: alpha(opacity=90);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=90)";  /* ie 8 */
}

#wrapper .panel_map {
	margin: 0 1em 35px 1em;
	padding:0;
	text-align: center;
	position: relative;
}

#wrapper .panel_map p {
	margin: 0 1em 2em 1em;
	text-align:left;
	color:#000000;
}

#wrapper .panel_map .gmap {
	width: 100%;
	height: 350px;
	margin: 0 0 0 1em;
}

#wrapper p.map_title {
	margin-bottom: 15px;
	padding: 4px 0;
	color:#555555;
	font-weight:bold;
	border-bottom:1px dotted #999999;
}


/* iframe版 */
#wrapper .mapframe {
	display: block;
	padding: 0 0 0 0;
	margin: 24px 0 24px 0;
	width: 100%;
	height: auto;
}

#wrapper .mapframe iframe {
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 250px;
}



p.entry {
	display: none;
}

#wrapper .panel_map .marker_pop {
	width:330px;
	padding-bottom:44px;
}

#wrapper .panel_map .marker_pop p.marker_title {
	padding:0 0 3px;
	margin:0 0 10px;
	border-bottom:1px dotted #666666;
	color:#666666;
	font-weight: bold;
}

#wrapper .panel_map .marker_pop p.marker_summary {
	margin:0;
	padding:0 0 10px;
	font-weight: normal;
}

#wrapper .movie_part {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto 2em auto ;
	padding-top: 56.25%;
}

#wrapper .movie_part iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#wrapper p.mov_title {
	margin-bottom: 30px;
	padding: 4px 0;
	color:#555555;
	font-weight:bold;
	border-bottom:1px dotted #999999;
}

#wrapper .flashcontent {
	margin: 0 0 0;
	text-align: center;
}

#wrapper div.etc_box {
	display: block;
	margin:0 0 2em 0;
	padding:24px 12px 18px 12px;
	margin: 0 0 40px 0;
	background-color: #fff;
	border: 1px solid #f1e3dd;
	overflow: hidden;
	/*
	border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	*/
}

#wrapper div.etc_box p.etc_title {
	padding: 0 0.5em 0.5em 0.5em;
}




#wrapper div.etc_box p.etc_title .ipdf {
	font-size: 1.3em;
	color: #c11e07;
}

#wrapper div.etc_box p.etc_title .iexel {
	font-size: 1.3em;
	color: #1e7145;
}

#wrapper div.etc_box p.etc_title .iword {
	font-size: 1.3em;
	color: #2b5797;
}

#wrapper div.etc_box p.etc_title .ifile {
	font-size: 1.3em;
	color: #aa89bd;
}





#wrapper div.etc_box p.etc_title a {
	text-decoration: none;
	color: #9463b3;
	font-weight: bold;
	padding: 0 0.5em 0 1em;
	text-decoration: underline;

	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 1em 1em 2em;
}

#wrapper div.etc_box dl dt:last-child,
#wrapper div.etcBox dl dd:last-child {
	margin-bottom: 0;
}




/* etc_box / free / table  ABSORBER */


/* .free table --------------------------------------------------------- */


/* ABSORBER　Table
.etc_box .free table { 
	background-color: #fff; 
	font-size: 1em; 
	line-height: 1.3; 
	border-style: none; 
	border-collapse: collapse; 
	border-spacing: 0;
}
*/


/* 標準 */

.free {
	margin-bottom: 2em;
	text-align:left;
}
.free a {
	text-decoration: underline;
}


.free table{
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	margin:10px auto 15px;
}

.free table td,
.free table th{
	border:1px solid #CCCCCC;
	padding: 0.5em;
}

.free ul,
.free ol {
	margin: 1em 0 0 1em;
	display: block;
}

.free ul li {
	list-style: inside;
	list-style-type: disc;
	padding:0 0 0.2em 0.5em;
}

.free ol li {
	list-style: inside;
	list-style-type: decimal;
	padding:0 0 0.2em 0.5em;
}


.free strong{
	font-weight: bold;
}






/* .cms-table .asset-items */

#wrapper .main-area .cms-table table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#wrapper .main-area .cms-table table td,
#wrapper .main-area .cms-table table th {
	border: 4px solid #fbf4f1;
}

#wrapper .main-area .cms-table {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 0 50px 0 ;
	/*padding: 22px 0 0 0;*/
	padding: 0 0 0 0;
	background-color: #fff;
	overflow: hidden;
	border: none;
}

#wrapper .main-area .cms-table .asset-item { 
	max-width: 880px;
	padding-bottom: 5px;
}

#wrapper .main-area .cms-table .asset-item-head { 
	padding-left: 18px; 
	padding-bottom: 14px; 
	padding-right: 18px; 
	padding-top: 16px; 
	font-style: normal; 
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.1em; 
	line-height: 1.50; 
	text-align: left; 
	/*vertical-align: middle;*/
	vertical-align: top;
	width: 25%;
}

#wrapper .main-area .cms-table .asset-item-body { 
	padding-left: 20px; 
	padding-bottom: 24px; 
	padding-right: 16px; 
	padding-top: 16px; 
	font-size: 1em; 
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.8; 
	text-align: left; 
	vertical-align: top;
	width: 75%;
}

#wrapper .main-area .cms-table .asset-item-head { 
	border-bottom: 1px solid #fbf4f1; 
	height: 32px; 
	color: #b181ac; 
	/*background: #ebebeb repeat-x; */
	background: #fff;
	margin-top: 8px; 
	margin-bottom: 4px; 
}

#wrapper .main-area .cms-table .asset-item-body { 
	border-bottom: 1px solid #fbf4f1; 
	height: auto; 
	background: #fff; 
	margin-top: 8px; 
	margin-bottom: 4px; 
}


.tableLeadTitle {
	display: block;
	position: relative;
	padding: 0 0 3px 0;
	margin: 28px 0 8px 12px;
	font-size: 1em;
	line-height: 1.4em;
	color: #b181ac; 
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
	border-bottom: 3px solid #d9d9d9;
}

.tableLeadText {
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 12px 12px;
	font-size: 0.9em;
	color: #5a5a5a;
	text-indent: 1em;
}


.tableLeadTitle:before {
	content:  ''; 
    width: 40%;
    height: 3px; 
    background-color: #b181ac; 
    display:  block;
    position:  absolute;
    left:  0;
    bottom: -3px;   
}









/* .asset-items ---------------------------------------------------------- */

.etc_box .free .asset-items { 
	margin-right: 0 0 10px 0; 
	width: 100%;
}

.etc_box .free .asset-item { 
	padding-bottom: 5px;
}

.etc_box .free .asset-item-head { 
	padding-left: 18px; 
	padding-bottom: 8px; 
	padding-right: 18px; 
	padding-top: 10px; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1em; 
	line-height: 1.50; 
	text-align: left; 
	vertical-align: middle;
}

.etc_box .free .asset-item-body { 
	padding-left: 20px; 
	padding-bottom: 8px; 
	padding-right: 16px; 
	padding-top: 10px; 
	font-size: 1em; 
	line-height: 1.8; 
	text-align: left; 
	vertical-align: top;
}

.etc_box .free .asset-item-head { 
	border-bottom: 1px solid #ccc; 
	height: 32px; 
	color: #333; 
	background: #f4f7f8 repeat-x; 
	margin-top: 8px; 
	margin-bottom: 4px; 
	width: 24%;
}

.etc_box .free .asset-item-body { 
	border-bottom: 1px solid #ccc; 
	height: auto; 
	background: #fff; 
	margin-top: 8px; 
	margin-bottom: 4px; 
}

#wrapper .free p.withline {
	display: block;
	padding-top: 4px;
}

#wrapper .free .qa01 {
	font-size: 1.4em;
	color: #ad346d;
	padding-right: 8px;
	padding-left: 2px;
	font-weight: bold;
}

#wrapper .free .qa02 {
	font-size: 1.4em;
	color: #0b07ad;
	padding-right: 8px;
	padding-left: 2px;
	font-weight: bold;
}








/*
 * page newsBox
 */

#wrapper .main-area .newsBox {
	display: block;
	width: auto;
	float: none;
	padding: 0 0 0 0;
	margin: 20px 0 0 0 ;
}

#wrapper .main-area .newsBox li {
	display: table;
	-webkit-box-align: center;
	-webkit-align-items: center;
	 -ms-flex-align: center;
	     align-items: center;
	width: auto;
	padding: 8px 0 8px 0;
	margin: 0;
	table-layout: fixed;
	border-bottom: 1px dashed #959595; 
}


#wrapper .main-area .newsBox li em {
	display: table-cell;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;*/
	font-size: 15px;
	vertical-align: top; 
	overflow: hidden;
}

#wrapper .main-area .newsBox li em a {
	display: block; 
	overflow: hidden;
}



.news_date {
	display: block;
	text-align: right;
	font-size: 1em;
	line-height: 1.1em;
	padding: 1px 0 22px 0;
	margin: 0 0 0 0;
	color: #082978;
}

.news_date span {
	display: inline-block;
	padding-right: 12px;
	line-height: 1.1em;
}

.news_date span img {
	padding-bottom: 2px;
}




/*
 * faq
 */

.faq-content {
	width: 100%;
	margin: 0 0 36px 0;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.faq-cat {
	margin: 8px 14px 6px 14px;
	padding: 0;
}

.widget-cat-header2 {
	display: block;
	padding: 12px 18px 6px 12px;
	margin: 0;
	color: #b181ac; 
	font-size: 1em;
	line-height: 1.65em;
	background-color: #fff;
	border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	text-decoration: none;
}

.i-space {
	padding-left: 50px;
	background: url(../images/faq_01.png) 0 0 no-repeat;
	min-height: 48px;
}

.widget-cat-header2:hover {
	cursor : pointer;
	color: #fff; 
	text-decoration: underline;
	background-color: #cfb3cc;
}

.widget-cat-content2 {
	padding: 10px 18px 0 4px;
	margin: 0 0 8px 10px;
}

.flag {
	padding-left: 68px;
	background: url(../images/faq_02.png) 20px 0 no-repeat;
	min-height: 58px;
}



