
.space-40 {
	display:none;
}

.t-default p {
	font-size:15px;
}

.t-default a:hover {
	text-decoration: none;
}



html {
	height:auto;
	overflow:auto;
}
body {
	min-height:100%;
	overflow:auto;
}

@media only screen and (max-width: 767px) {

	body { 
		font-size:14px;
	}
	.t-default p {
		font-size:14px;
	}

}


.clear_area {
	clear: both;
}

.t-default #area1-wrapper {
	position: relative;
	display: block;
}

.t-default #area3-wrapper .container{padding: 0; max-width: 100%;}
.t-default .ible-area--item-mainimage{height: auto;}
.t-default footer{margin: auto;}

.t-default footer a:hover {
	text-decoration:underline;
}

.t-default p{margin-bottom: auto;}
.row{margin: auto;}
.t-default .content-area-left-wrapper.col-lg-9.col-md-8.col-sm-12 {padding-right: 0;}
.t-default .content-area-right-wrapper.col-lg-3.col-md-4.col-sm-12 {padding-left: 0;}

.t-default .container{
	width: 100%;
	padding: 0 1.5%;
	margin-right: auto;
	margin-left: auto;
	/*max-width: calc(1120px + 3%);*/
}
#image3core{
	height: 190px;
	overflow: hidden;
}
.t-default .content-area-left-wrapper img{
	max-width: 100%;
	width: auto;
	height: auto;
	/* max-height: 190px; */
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.t-default .content-area-left-wrapper .img_w_auto img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.t-default .ible-list::after{
	content:"";
	display:table;
	clear:both;
}
@media only screen and (max-width: 690px) {
	.t-default .container{padding: 0 2.5%;}
}

.t-default .ible-area--breadcrumb .ible-widget__breadcrumbs {
	width: 95%;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0;
	line-height: 1.4;
	text-align:left;
	background: none;
	padding:0;
}
.t-default .ible-area--breadcrumb .ible-widget__breadcrumbs a:hover {
	text-decoration: underline;
}
.t-default #area3.container{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
}






.t-default .pager{text-align: right;}


/*-----------------------------------------------------------------

select

-----------------------------------------------------------------*/
.t-default .form-control{
	outline:none;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	vertical-align: middle;
	font-size: 12px;
	color: inherit;
	height: 40px;
	padding: 0 20px 0 5px;
	width:100%;
	box-shadow: none;
	background:#ffffff;
	border:1px solid #E2E2E2;
}

.t-default select.form-control{
}


.t-default select.form-control[disabled] {
	background-color:#eeeeee;
}

.t-default .form-control option{
	background-color: #ffffff;
	color: #333333;
}
.t-default .form-control::-ms-expand {
	display: none;
}
.t-default .form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}
.t-default .db_select.ible-form__part {
	position:relative;
	/*margin-bottom: 4px;*/
}
.t-default .db_select.ible-widget__categoryselectbox{margin-bottom: 4px;}
.t-default .db_select::before {
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	font-family: FontAwesome;
	content: "\f107";
	line-height: 40px;
	width: 40px;
	color: #555555;
	pointer-events: none;
}
.t-default .form-control:focus {
	border: 1px solid rgba(148,223,214, 0.8);
	box-shadow: 0 0 0 1px rgba(148,223,214, 0.8);
	outline: 0 none;
}

.t-default .form-inline .form-control{
	width: calc((100% - 7em) / 2);
}
.t-default .form-inline span{padding: 0 4px;}

.t-default .ible-form__part{margin-bottom: auto;}


.t-default .ible-form__part.m10 {
	margin-bottom:10px;
}

.t-default .ible-form-part__submit-button {
	margin-top: 30px;
	margin-left:auto;
	margin-right:auto;

}

/*-------------------------
side
---------------------------*/
.t-default #area6{line-height: 1.4;}
.t-default .db_side_area{
	margin-bottom: 24px;
	padding: 0 16px 16px;
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
}
.t-default .db_side_title p{
	text-align: center;
	font-size: 20px;
	background-color: #329BD2;
	color: #ffffff;
	padding: 12px 8px;
	font-weight: bold;
	margin: 0 16px 16px -16px;
	width: calc(100% + 32px);
}
.t-default .db_radio .radio-inline{width: calc(100% - 10px);}

.t-default .db_side_area.db_sidenav{
	padding: 0;
	background-color: transparent;
	border: none;
}
.t-default .db_sidenav .db_side_title p{
	width: 100%;
	margin: 0 0 2px 0;
}

/*-------------------------
side categorynav tree
---------------------------*/
.acobtn {
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 12px;
    width: 16px;
}
.t-default .db_categorynav li ul{display: none;}
.t-default .db_categorynav li{
	list-style: none;
	margin-top: 1px;
	position: relative;
}
.t-default .db_categorynav li a{
	display: block;

	padding: 10px 8px 10px 16px;
	background-color: #eeeeee;
	text-decoration: none;
}
.t-default .db_categorynav li a:hover{background-color: #cccccc;}

.t-default .db_categorynav li a::before{
	border-bottom: 2px solid #329BD2;
	border-left: 2px solid #329BD2;
	content: "";
	display: inline-block;
	height: 5px;
	margin-right: 7px;
	transform: rotate(-135deg);
	vertical-align: middle;
	width: 5px;
	}
.t-default .db_categorynav li li a{padding-left: 32px;}
.t-default .db_categorynav li li li a{padding-left: 40px;}


/*------------------------
HOME
---------------------------*/


/*------------------------------------*/
.t-default .home_category_list_title{
	display: flex;
}
.t-default .hcl_title{
	background-color: #329BD2;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	width: 70%;
	padding: 14px 0 16px 1em;
}
.t-default .hcl_title a{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
.t-default .hcl_title a:hover{
	text-decoration: none;
	color: #ffffff;
}
.t-default .hcl_img{
	width: 30%;
	position: relative;
	overflow: hidden;
}
.t-default .hcl_img::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 0 0 60px;
	border-color: transparent transparent transparent #329BD2;
	z-index: 2;
	position: absolute;
	top: calc(50% - 100px);
	left: 0;
}
.t-default .home_category_list ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-color: #f5f5f5;
	padding: 16px;
}
.t-default .home_category_list li{
	list-style: none;
	width: 33.33333%;
	padding: 4px;
}
.t-default .home_category_list li a{
	display: block;
	background-color: #ffffff;
	padding: 8px 16px;
	border: 2px solid rgba(255, 255, 255, 1);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
	position: relative;
}
.t-default .home_category_list li a::before {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 16px;
	line-height: 1;
	position: absolute;
	right: 16px;
	top: calc(50% - 8px);
	color: #329BD2;
}
.t-default .home_category_list li a:hover{
	border-color: #329BD2;
	text-decoration: none;
	color: #329BD2;
}

@media only screen and (max-width: 690px) {
	.t-default .home_category_list li{width: 100%;}
	.t-default .hcl_title a{font-size: 18px;}
}

/*------------------------------------*/

/*------------------------------------*/
.t-default .vrow_grid .ible-part__core::after {
  content: "";
  display: table;
  clear: both;
}
.t-default .vrow_grid .ible-part__core{
	display: flex;
	align-items: center;
	position: relative;
}
.t-default .vrow_grid .ible-part__core::before{
	transition: all .2s ease 0s;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #dddddd;
	position: absolute;
	top: 0;
	left: 0;
}
.t-default .vrow_grid.bl-hover .ible-part__core::before{
	border: 2px solid #329BD2;
}
.t-default .vrow_grid .ible-part__core .ible-part-float:first-child{
	width: 35% !important;
	float: none !important;
}
.t-default .vrow_grid .ible-part__core .ible-part-float:first-child img{
	width: 100%;
	height: auto;
}
.t-default .vrow_grid .ible-part__core .ible-part-float:nth-child(2){
	width: 65% !important;
	float: none !important;
	padding-left: 24px;
}
.t-default .vrow_grid .ible-part__core .ible-part-float:nth-child(2) a{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	display: inline-block;
	margin-bottom: 8px;
	line-height: 1.4;
}
.t-default .vrow_grid .ible-part__core > div:last-child{display: none;}

.slick-initialized .slick-slide{
	padding: 0 8px;
}

@media only screen and (max-width: 690px) {
	.t-default .vrow_grid .ible-part__core .ible-part-float{line-height: 1.4;}
	.t-default .vrow_grid .ible-part__core .ible-part-float:nth-child(2){padding-left: 16px;}
	.t-default .vrow_grid .ible-part__core .ible-part-float:nth-child(2) a{font-size: 18px;margin-bottom: 4px;line-height: 1.2;}
}

/*------------------------------------*/

/*------------------------------------*/
.t-default .item_list_ver01 .ible-grid__cell,
.t-default .item_list_ver01 .ible-cell{
	width: calc((100% - 32px) / 3);
	position: relative;
}
.t-default .item_list_ver01 .ible-grid__cell+.ible-grid__cell,
.t-default .item_list_ver01 .ible-cell+.ible-cell{margin-left: 16px;}
.t-default .item_list_ver01 .ible-grid__cell:nth-child(3n + 1),
.t-default .item_list_ver01 .ible-cell:nth-child(3n + 1){margin-left: 0;}
.t-default .item_list_ver01 .ible-grid__cell:nth-child(n + 4),
.t-default .item_list_ver01 .ible-cell:nth-child(n + 4){margin-top: 24px;}

.t-default .il_img{margin-bottom: 16px;}
.t-default .il_img img{
	width: 100%;
	height: auto;
}
.t-default .il_img::before{
	transition: all .2s ease 0s;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.t-default .bl-hover .il_img::before{
	border: 2px solid #329BD2;
}
.t-default .il_title,
.t-default .il_title a{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 4px;
	line-height: 1.4;
	position: relative;
	text-decoration: none;
}
.t-default .il_title{padding-left: 16px;}
.t-default .il_title::before {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 16px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 6px;
	color: #329BD2;
}

@media only screen and (max-width: 690px) {
	.t-default .item_list_ver01 .ible-grid__cell,
	.t-default .item_list_ver01 .ible-cell{width: 100%;}
	.t-default .item_list_ver01 .ible-grid__cell+.ible-grid__cell{margin-left: 0;margin-top: 24px;}
	.t-default .item_list_ver01 .ible-grid__cell+.ible-grid__cell,
	.t-default .item_list_ver01 .ible-cell+.ible-cell{margin-left: 0;margin-top: 24px;}
}
/*------------------------------------*/

/*------------------------------------*/
.ible-grid.col_l{
	float: left;
	width: 320px;
}
.ible-grid.col_r{
	float: right;
	width: calc(100% - 16px - 320px);
}

@media only screen and (max-width: 690px) {
	.ible-grid.col_l,
	.ible-grid.col_r{
		float: none;
		width: 100%;
	}
	.ible-grid.col_r{margin-top: 24px;}
}


/*------------------------------------*/

/*------------------------------------*/

/******----table逕ｨ---******/
.w5{width: 5%;}
.w10{width: 10%;}
.w15{width: 15%;}
.w20{width: 20%;}
.w25{width: 25%;}
.w30{width: 30%;}
.w35{width: 35%;}
.w40{width: 40%;}
.w45{width: 45%;}
.w50{width: 50%;}
.w55{width: 55%;}
.w60{width: 60%;}
.w65{width: 65%;}
.w70{width: 70%;}
.w75{width: 75%;}
.w80{width: 80%;}
.w85{width: 85%;}
.w90{width: 90%;}
.w95{width: 95%;}
.w100{width: 100%;}

.w5_pctab{width: 5%;}
.w10_pctab{width: 10%;}
.w15_pctab{width: 15%;}
.w20_pctab{width: 20%;}
.w25_pctab{width: 25%;}
.w30_pctab{width: 30%;}
.w35_pctab{width: 35%;}
.w40_pctab{width: 40%;}
.w45_pctab{width: 45%;}
.w50_pctab{width: 50%;}
.w55_pctab{width: 55%;}
.w60_pctab{width: 60%;}
.w65_pctab{width: 65%;}
.w70_pctab{width: 70%;}
.w75_pctab{width: 75%;}
.w80_pctab{width: 80%;}
.w85_pctab{width: 85%;}
.w90_pctab{width: 90%;}
.w95_pctab{width: 95%;}
.w100_pctab{width: 100%;}

@media only screen and (max-width: 690px) {
	.w5_pctab,.w10_pctab,.w15_pctab,.w20_pctab,.w25_pctab,
	.w30_pctab,.w35_pctab,.w40_pctab,.w45_pctab,.w50_pctab,
	.w55_pctab,.w60_pctab,.w65_pctab,.w70_pctab,.w75_pctab,
	.w80_pctab,.w85_pctab,.w90_pctab,.w95_pctab,.w100_pctab{width: 100%;}
}
/*------------------------------------*/

/*------------------------------------*/

/******----btn---******/
.t-default .db_btn_area{
	display: flex;
}
.t-default .db_btn_area > .ible-part__basic,
.t-default .db_btn_area.ible-grid--2col > .ible-grid__cell{
	width: calc((100% - 16px) / 2);
	margin-right: 16px;
}
.t-default .db_btn_area.ible-grid--3col > .ible-grid__cell{
	width: calc((100% - 32px) / 3);
	margin-right: 16px;
}
.t-default .db_btn_area .ible-part__basic:last-child,
.t-default .db_btn_area.ible-grid--2col > .ible-grid__cell:last-child,
.t-default .db_btn_area.ible-grid--3col > .ible-grid__cell:last-child{
	margin-right: 0;
}
.t-default .db_btn_area .ible-part__basic a{
	display: block;
	padding: 12px 8px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
}
.t-default .db_btn_area .material-icons{
	vertical-align: middle;
	position: absolute;
	right: 16px;
	top: calc(50% - 8px);
}

.t-default .db_btn_area a.db_d_btn01_1{
	background-color: #329BD2;
}
.t-default .db_btn_area a.db_d_btn01_2{
	background-color: #FF8D05;
}
.t-default .db_btn_area a.db_d_btn01_3{
	background-color: #FF8D05;
}


@media only screen and (max-width: 690px) {
	.t-default .db_btn_area{flex-direction: column;}
	.t-default .db_btn_area > .ible-part__basic,
	.t-default .db_btn_area.ible-grid--2col > .ible-grid__cell,
	.t-default .db_btn_area.ible-grid--3col > .ible-grid__cell{
		width: 100%;
		margin-right: 0;
	}
	.t-default .db_btn_area > .ible-part__basic:not(:first-child),
	.t-default .db_btn_area.ible-grid--2col > .ible-grid__cell:not(:first-child){margin-top: 16px;}
	.t-default .db_btn_area .ible-part__basic a{
		padding: 10px 8px;
		font-size: 16px;
	}
}


/******----header footer---******/
.t-default #area1-wrapper .container{
	max-width: 100%;
	padding: 0;
}
.t-default #area7-wrapper {
	background-color: transparent !important;
}
.t-default #area7-wrapper .container {
	max-width: 100%;
	padding: 0;
}

.t-default .mb{margin-bottom: 24px;}

.t-default .db_side_txt{
	font-weight: bold;
	margin-bottom: 4px;
}
/*------------------------------------*/


/******----item---******/
.t-default .item_catch p{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 1.4;
}


/* footer */
/*-----------------------------------------------------------------*/
.t-default .ible-area--footer .l-footer {
	padding:0;
}

@media only screen and (max-width: 980px) {
	.footer_info_navi {
		font-size:14px;
	}
}

#area8-wrapper.ible-bgcolor-05 {
	background-color:#ffffff;
}
.t-default #area8.container {
	padding:0;
}
.t-default .ible-area--endfooter {
	padding:0;
	border-top:1px solid #DDDDDD;
}
.t-default .ible-area--endfooter .ible-grid__cell {
	padding:0;
	font-size:14px;
}

@media only screen and (max-width: 690px) {
	footer.template_c3 #footer_info small {
    	font-size: 2.8vw;
	}
}


/* common 調整 */
/****************************************************************/
#area2-wrapper {
	display:none;
}
#area4-wrapper {
    font-size: 10px;
    line-height: 1.4;
	padding: 12px 0;
    position: relative;
	background: #F5F5F5;
	/*margin-bottom: 40px;*/
	margin-top:85px;
}

@media only screen and (max-width: 690px) {
	#area4-wrapper {
		padding: 8px 0;
		/*margin-bottom: 30px;*/
		margin-top:50px;
	}
	#area4-wrapper li {
		font-size:11px;

	}
}

.t-default .ible-area--category-mainimage,
.t-default .ible-area--item-mainimage {
    /*height: 250px;*/
	height:auto;
    background: url(../images/pagetitle_bg_template_c2.jpg) no-repeat center top;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
	text-align: center;
	/*padding: 30px 0 0;*/
	padding: 75px 0 85px;
    margin-bottom: 80px;
}

.t-default .i-category-mainimage-title {
	margin:0;
	color:#ffffff;
	position: relative;
}

@media only screen and (max-width: 979px) {

	.t-default .ible-area--category-mainimage,
	.t-default .ible-area--item-mainimage {
		/*margin-top:49px;*/
		width:100%;
		background-size: cover;
		margin-bottom: 50px;
    	padding: 20px 0;
	}
}

@media only screen and (max-width: 690px) {
	.t-default .ible-area--category-mainimage,
	.t-default .ible-area--item-mainimage {
		height:auto;
		padding: 20px 0;
	}
}

.t-default .content-area-wrapper.container {
	width: 95%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
	padding:0;
}
.t-default .content-area-left-wrapper.col-lg-9 {
	width:calc(100% - 270px);
	float:left;
}
.content-area-right-wrapper.col-lg-3 {
	 width:240px; 
	 float:right; 
}
.mdl-js .content-area-right-wrapper.col-lg-3 {
	display:block;
}


@media only screen and (max-width: 979px) {

	.t-default .content-area-left-wrapper.col-lg-9 {
		width:100%;
		float:none;
	}
	.content-area-right-wrapper.col-lg-3 {
		width:100%;
		float:none;
	}
	.t-default .content-area-wrapper .content-area-right-wrapper {
		margin-top:50px;
	}
}

#area5::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* category list */
/*--------------------------------------------------*/
.cate_list_main {
	padding:40px 0;
	position:relative;
	margin-bottom:70px;
	height:420px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.cate_list_main .cate_main_txt {
	background: #ffffff;
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.16);
	width:480px;
	position:relative;
	z-index: 10;
	padding:40px 25px;
}
.t-default p.cate_list_catch {
	font-size:24px;
	font-weight:bold;
	color:#005DA4;
	text-align: center;
	margin-bottom:20px;
}
.cate_list_main .cate_main_image {
	position:absolute !important;
	z-index: 0;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.cate_list_main .cate_main_image img {
	max-height:420px;
	height:100%;
	width:auto;
	margin-left:0;
}

.t-default h2.cate_title02 {
	font-size:28px;
	font-weight:normal;
	letter-spacing: 0;
	text-align: left;
	line-height:1.5;
	padding-left:15px;
	padding-bottom:5px;
	position:relative;
	margin-bottom:25px;
	border-bottom:1px solid #6B6B6B;
	border-left:8px solid #D18AD7;
}

@media only screen and (max-width: 767px) {

	.cate_list_main {
		padding:0;
		margin-bottom:50px;
		height:auto;
		display:block;
	}
	.cate_list_main .cate_main_image {
		position:relative !important;
		left:0;
		top:0;
		width:100%;
		height:auto;
	}
	.cate_list_main .cate_main_image img {
		max-height:auto;
		height:auto;
		width:100%;
	}
	.cate_list_main .cate_main_txt {
    	width: 90%;
		margin-left:auto;
		margin-right:auto;
		margin-top:-10%;
    	padding: 20px 3.5%;
	}
	.t-default p.cate_list_catch {
		font-size:20px;
	}
	.t-default h2.cate_title02 {
		font-size:21px;
		margin-bottom:15px;
		padding-left:10px;
	}
}


/* categorylistgrid2col1 */
/*-----------------------------------------------*/
.t-default #categorylistgrid2col1 .ible-list {
	display: flex;
	flex-wrap:wrap;
}
.t-default #categorylistgrid2col1 .ible-list > .ible-cell.col-sm-6 {
	width: 48.5%;
	margin-left: 3%;
	margin-bottom: 20px;
	transition: all 0.2s;
	height: auto !important;
	margin-top:0 !important;
}
.t-default #categorylistgrid2col1 .ible-list > .ible-cell.col-sm-6.bl-hover {
	opacity:0.7;
}
.t-default #categorylistgrid2col1 .ible-list > .ible-cell.col-sm-6:nth-child(2n+1) {
	margin-left:0;
}
.t-default #categorylistgrid2col1 .ible-list > .ible-cell.col-sm-6 .ible-part__image {
	/*margin-bottom:12px;*/
}
.t-default #categorylistgrid2col1 .ible-list > .ible-cell.col-sm-6 a h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: #0086CA;
	padding-left: 18px;
	position: relative;
	padding:14px 0;
	display: block;
	text-align: center;
}
.t-default #categorylistgrid2col1 .ible-list > .ible-cell.col-sm-6 a:hover {
	text-decoration:none;
}

.t-default .content-area-left-wrapper #categorylistgrid2col1 img {
	width:100%;
	height: auto;
	transition: all 0.3s;
}

.t-default .ible-grid__list-category .search-result-cell:nth-child(n+4) {
    margin-top: 0 !important;
}

@media only screen and (max-width: 690px) {

	.t-default #categorylistgrid2col1 .ible-list > .ible-cell.col-sm-6 {
		width: 100%;
		margin-left: 0;
	}
	.t-default #categorylistgrid2col1 .ible-list > .ible-cell.col-sm-6:nth-child(2n+1) {
		margin-left:0;
	}
}

/* item list page */
/*-----------------------------------------------*/
.t-default #listgrid2col1 .ible-list {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.t-default #listgrid2col1 .ible-list > .col-sm-6 {
	width: 48.5%;
	margin-left: 3%;
	float: none;
	height: auto !important;
	transition:all 0.2s;
	position:relative;
	margin-bottom:35px;
}
.t-default #listgrid2col1 .ible-list > .col-sm-6:nth-child(2n+1) {
	margin-left:0;
}
.t-default #listgrid2col1 .ible-list > .col-sm-6 .ible-part__image {
	width:100%;
	position: relative;
	padding-bottom:62.5%;
}
.t-default #listgrid2col1 .ible-list > .col-sm-6 .ible-part__image .ible-part__core {
	position: absolute !important;
	width:100%;
	height:100%;
	left:0;
	top:0;
	display: flex;
	align-items:center;
	justify-content: center;
}
.t-default #listgrid2col1 .ible-list > .col-sm-6 .ible-part__image .ible-part__core a {
	position: relative;
	width:100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.t-default #listgrid2col1 .ible-list > .col-sm-6 .ible-part__image .ible-part__core a img {
	max-height:100%;
}

.t-default #listgrid2col1 .ible-list > .col-sm-6 table {
	table-layout: auto;
	margin-top:10px;
}
.t-default #listgrid2col1 .ible-list > .col-sm-6 table th {
	width:90px;
	background: #F8F8F8;
	text-align: center;
	font-weight:bold;
	padding:15px 0;
	border-bottom:2px solid #ffffff;
	vertical-align: top;
	line-height: 1.5;
}
.t-default #listgrid2col1 .ible-list > .col-sm-6 table td {
	width:calc(100% - 90px);
	background: #F8F8F8;
	padding:15px 10px;
	text-align: left;
	line-height:1.5;
}

.t-default #listgrid2col1 .ible-list > .col-sm-6.bl-hover {
	opacity:0.7;
}
.t-default #listgrid2col1 .ible-list a:hover {
	text-decoration: none;
}
.t-default #listgrid2col1 .ible-list a h2.search_list_title {

	font-size:18px;
	font-weight: bold;
	letter-spacing: 0;
	line-height:1.4;
	display: block;
	text-align: center;
	position: relative;
	padding:15px 0;
	margin-bottom: 5px;
}

.t-default h2.search_list_title:hover {
	opacity:0.7;
}

.t-default #listgrid2col1 .ible-list .btn01 {
	margin-top:15px;
}
.t-default #listgrid2col1 .ible-list .btn01 a {
	width:100%;
	font-size:14px;
	font-weight: bold;
}
.t-default #listgrid2col1 .ible-list .btn01 a::before {
	top: calc(50% - 3px);
}

.t-default #listgrid2col1 .ible-list .place_tag {
	display: inline-block !important;
	background: #0086CA;
	color:#ffffff;
	padding:2px 10px;
	margin-bottom:5px;
	margin-right:3px;
	line-height: 1.6;
	font-weight: bold;
}


@media only screen and (max-width: 690px) {
	.t-default #listgrid2col1 .ible-list {
		display:block;
		margin-bottom:0;
	}
	.t-default #listgrid2col1 .ible-list > .col-sm-6 {
		width: 100%;
		margin-left: 0;
	}
	.t-default #listgrid2col1 .ible-list > .col-sm-6:nth-child(2n+1) {
		margin-left:0;
	}
	.t-default #listgrid2col1 .ible-list a h2.search_list_title {
		font-size:16px;
	}
}

@media only screen and (max-width: 767px) {
	.t-default .ible-grid__list-item .search-result-cell > .ible-block--image {
    	width: auto !important;
		max-width:100%;
		margin-bottom:15px;
	}
	.t-default .ible-grid__list-item .search-result-cell > .ible-block--image .ible-part__core {
		height: auto;
	}
	.t-default .content-area-left-wrapper .search-result-cell > .ible-block--image .ible-part__core img {
		position:relative;
	}
}

/* pager */
/*--------------------------------------------------*/

.pager a {
	color:#333333;
}

.pager li.current > span {
	background: #F4F4F4;
	border:none;
}
.t-default .pager li a {
	border:1px solid #0086CA;
	color:#0086CA;
}
.t-default .pager li a:hover {
	background: #0086CA;
	color:#ffffff;
}
.t-default .pager li.next a,
.t-default .pager li.previous a {
	background: #0086CA;
	color:#ffffff;
}
.t-default .pager li.next a:hover,
.t-default .pager li.previous a:hover {
	opacity:0.7;
}

@media only screen and (max-width: 767px) {

	.t-default .pager {
		position:relative;
		display:flex;
		width: 100%;
		justify-content:flex-end;
		align-items: center;
	}
	.t-default .pager li.pager-item.current {

	}
	.t-default .pager li.previous,
	.t-default .pager li.next {
		float:none;
		display:block;
		margin:0 15px;
	}
}

/* item detail page */
/*----------------------------------------------------------------*/
#area5::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.item_image_box {
    width: 325px;
    float: left;
	margin-bottom:30px;
}
.sub_l_img {
    width: 325px;
    height: 200px;
    text-align: center;
    margin-bottom: 5px;
	position:relative;
	overflow: hidden;
}
.sub_l_img > .verlign_m {
	position:absolute;
	height:200px;
	width:100%;
	left:0;
	top:0;
}
.t-default .content-area-left-wrapper .sub_l_img img {
	max-height:100%;
	height:auto;
	width:auto;
	max-width:100%;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position: absolute;
}
.sub_l_list {
    width: 100%;
	max-width:325px;
    display: flex;
	margin-left:auto;
	margin-right:auto;
}
.sub_l_list > div.photo {
    width: 24.1%;
    margin-left: 1.2%;
	border:2px solid #eeeeee;
}
.sub_l_list > div.photo:first-child {
    margin-left: 0;
}
.sub_l_list > div.photo.current {
	border:2px solid #0086CA;
}
.sub_l_list > div.photo > div {
    height: 65px;
    position: relative;
    overflow: hidden;
}
.sub_l_list > div.photo > div img {
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 65px;
    max-width:100%;
    margin: auto;
}
.item_catch_box {
    width: calc(100% - 325px - 30px);
    float: right;
	margin-bottom:30px;
}
.item_catch_box .item_feature {
	width:100%;
	border-top:3px solid #cccccc;
	border-bottom:3px solid #cccccc;
}

.item_catch_box .item_feature h2 {
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	padding:10px 20px;
}
.item_catch_box .item_feature .feature_txt {
	padding:15px 20px;
	color:#666666;
	line-height:1.5;
}

@media only screen and (max-width: 1024px) {
	.sub_l_list > div.photo:hover {
		border:2px solid #0086CA;
	}
}
@media only screen and (max-width: 767px) {

	.item_image_box {
    	float:none;
		width:100%;
	}
	.sub_l_img {
		width:100%;
	}
	.item_catch_box {
    	width: 100%;
		float:none;
		margin-top:20px;
		margin-bottom:0;
	}
}

.free_box {
	clear:both;
	padding-top:60px;
}

.free_contents {
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
}

.t-default .content-area-left-wrapper .free_contents .free_img01 img {
	margin-left:0;
}

.t-default .content-area-left-wrapper .free_contents .free_img02 {
	background:#f9f9f9;
}
.txt_under_img {
	margin-top:15px;
}
.free_box_txt {
	margin-top:20px;
}
.how_to_read_img {
	margin-bottom:20px;
}

.free_box_col2 {
	display:flex;
	justify-content: space-between;
}
.free_box_col2_img {
	width:43%;
}




.free_box_col2_txt,
.free_box_col2 .right_btn {
	width:53%;
}

.scroll_txt01 {
	display:none;
}

.t-default h2.db_subtitle02 {
	font-size:24px;
	font-weight:600;
	padding-bottom:12px;
	border-bottom:2px solid #CCCCCC;
	margin-bottom:30px;
	position: relative;
	color:#333333;
}
.t-default h2.db_subtitle02::before {
	content:"";
	width:40px;
	height:2px;
	background: #0086CA;
	position: absolute;
	left:0;
	bottom:-2px;
}

.t-default h3.db_subtitle03 {
	font-size:20px;
	font-weight: bold;
	margin-bottom:15px;
}

@media only screen and (max-width: 767px) {

	.scroll_txt01 {
		display:block;
	}
}

@media only screen and (max-width: 690px) {

	.t-default h2.db_subtitle02 {
		font-size:20px;
		padding-bottom: 10px;
		margin-bottom:20px;
	}
	.t-default h2.db_subtitle02b {
		font-size:18px;
		padding:8px 3%;
		margin-bottom:15px;
	}
	.t-default h3.db_subtitle03 {
		font-size:18px;
		margin-bottom:15px;
	}
	.free_box {
		padding-top:30px;
	}
}

@media only screen and (max-width: 690px) {
	.free_box_col2 {
		flex-direction:column-reverse;
	}
	.free_box_col2.column {
		flex-direction:column;
	}
	.free_box_col2_img {
		width:100%;
	}
	.t-default .free_box_col2_img img {
		width:auto;
		max-width:100%;
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	.free_box_col2_txt,
	.free_box_col2 .right_btn {
		width:100%;
		margin-top:15px;
	}

}

.db_asterisk {
	color:#005DA4;
	text-align: right;
	font-weight:bold;
}

/* related list */
/*----------------------------------------------------*/
#relatedlistgrid3col1 .ible-part__image,
#relatedlistgrid4col1 .ible-part__image,
#relatedlistgrid4col2 .ible-part__image,
#relatedlistgrid4col3 .ible-part__image,
#relatedlistgrid4col4 .ible-part__image {
	margin-bottom:15px;
	height:160px;
	position:relative;
	border:none;
	overflow: hidden;

}
.t-default #relatedlistgrid3col1 h3,
.t-default #relatedlistgrid4col1 h3,
.t-default #relatedlistgrid4col2 h3,
.t-default #relatedlistgrid4col3 h3,
.t-default #relatedlistgrid4col4 h3 {
	font-weight:bold;
	font-size:16px;
	letter-spacing: 0;
	text-align: center;
	/*color:#0086CA;*/
	line-height:1.2;
	position:relative;
	letter-spacing: 0;
}

.t-default #relatedlistgrid4col1 .bl-hover,
.t-default #relatedlistgrid4col2 .bl-hover,
.t-default #relatedlistgrid4col3 .bl-hover,
.t-default #relatedlistgrid4col4 .bl-hover {
	box-shadow: none;
}

.t-default #relatedlistgrid3col1 .bl-hover h3,
.t-default #relatedlistgrid4col1 .bl-hover h3,
.t-default #relatedlistgrid4col2 .bl-hover h3,
.t-default #relatedlistgrid4col3 .bl-hover h3,
.t-default #relatedlistgrid4col4 .bl-hover h3 {
	color:#4274ba;
}
#relatedlistgrid3col1 .ible-cell,
#relatedlistgrid4col1 .ible-cell,
#relatedlistgrid4col2 .ible-cell,
#relatedlistgrid4col3 .ible-cell,
#relatedlistgrid4col4 .ible-cell {
	height:auto !important;

	padding-bottom:12px;
	margin:0 12px;
}

#relatedlistgrid3col1 .ible-cell {
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
	margin:15px;
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:40px;
	border-bottom:4px solid #0086CA;
}


#relatedlistgrid3col1 .ible-cell .ible-part__image .ible-part__core {
	height:100%;
	width:200%;
	left:-50%;
	position:absolute;

}
#relatedlistgrid4col1 .ible-cell .ible-part__image .ible-part__core,
#relatedlistgrid4col2 .ible-cell .ible-part__image .ible-part__core,
#relatedlistgrid4col3 .ible-cell .ible-part__image .ible-part__core,
#relatedlistgrid4col4 .ible-cell .ible-part__image .ible-part__core {
	height:100%;
	position:relative;

}
#relatedlistgrid3col1 .ible-cell .ible-part__image .ible-part__core img {
	width:auto;
	height:auto;
	max-height:100%;

	max-width: 50%;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
#relatedlistgrid4col1 .ible-cell .ible-part__image .ible-part__core img,
#relatedlistgrid4col2 .ible-cell .ible-part__image .ible-part__core img,
#relatedlistgrid4col3 .ible-cell .ible-part__image .ible-part__core img,
#relatedlistgrid4col4 .ible-cell .ible-part__image .ible-part__core img {
	max-width:calc(100% - 20px);
	width:auto;
	height:auto;
	max-height:170px;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.slick-dots {
	bottom:-40px !important;
}
.slick-dots li button::before {
	color:#0086CA !important;
	font-size:10px !important;
}
.slick-prev::before, .slick-next::before {
	color:#0086CA !important;
}

@media only screen and (max-width: 1120px) {

	#relatedlistgrid3col1,
	#relatedlistgrid4col1,
	#relatedlistgrid4col2,
	#relatedlistgrid4col3,
	#relatedlistgrid4col4 {
		width:94%;
	}
}

@media only screen and (max-width: 991px) {
	.t-default .ible-grid__list-related .ible-cell {
		margin-top:0;
	}
}

@media only screen and (max-width: 767px) {
	.t-default #relatedlistgrid3col1 h3,
	.t-default #relatedlistgrid4col1 h3,
	.t-default #relatedlistgrid4col2 h3,
	.t-default #relatedlistgrid4col3 h3,
	.t-default #relatedlistgrid4col4 h3 {
		font-size: 15px;
	}
}

/* side area */
/*--------------------------------------------------*/
#categorynavi1 {
	margin-bottom:40px;
}
#categorynavi1 ul li {
	list-style-type: none;
}
#categorynavi1 ul li a {
	font-size:14px;
	font-weight:bold;

	border-left:2px solid #DBA4E0;
	padding-left:13px;
	display: block;
}
#categorynavi1 ul li a:hover {
	color:#DBA4E0;
	text-decoration: none;
}
#categorynavi1 ul li li {
	margin-bottom:10px;
}
#categorynavi1 ul li ul {
	margin-top:20px;
	margin-bottom:20px;
	padding-left:10px;
}
#categorynavi1 ul li li a {
	font-size:14px;
	font-weight:normal;
	padding-left:16px;
	color:#333333;
	display: block;
	border-left:none;
	position:relative;
}
#categorynavi1 ul li li a::before {
	content:"";
	width:12px;
	height:1px;
	border-top:1px solid #DBA4E0;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-1px;
}
#categorynavi1 ul li li a:hover {
	opacity:1;
	text-decoration: none;
}

.border_blue, .border_blue02 {
	border:1px solid #0068bd;
	padding:0 15px 20px;
}
.border_blue02 {
	margin-top:30px;
}


.t-default h3.side_subtitle03 {
	font-size:16px;
	font-weight:bold;
	display:block;
	padding:25px 5px;
	text-align: center;
	margin-bottom:25px;
	background: #0068bd;
	color:#ffffff;
	margin-left:-15px;
	marign-right:-15px;
	width:calc(100% + 30px);
}
.t-default h4.side_subtitle04 {
	font-size:16px;
	font-weight:bold;
	color:#707070;
	margin-bottom:10px;
}
.t-default h4.side_subtitle04.mt {
	margin-top:30px;
}

.t-default .ible-form__part.m20 {
	margin-bottom:20px;
}

.btn-primary.btn {
	display:block;
	color: #ffffff;
	font-weight: bold;
	background: #0F3753;
	background-position: right 10px center;
	background-size: 10px auto;
	padding:10px 0;
	text-align: center;
	font-size:14px;
	transition: all 0.3s;
}

.btn-primary.btn:hover {
	opacity:0.7;
}

.toppage_link_search {
	display:none;
}

.checkbox-inline input[type="checkbox"] {
	margin-top:0;
	bottom:2px;
}

@media only screen and (min-width: 690px) and (max-width: 1079px) {

	#categorynavi1 ul {
		display:flex;
	}
	#categorynavi1 ul li {
		flex-grow: 1;
	}

	#categorynavi1 ul li ul {
		display:block;
	}
	#categorynavi1 ul li li {
		width:100%;
	}
	.border_blue02 {
		margin-top:0;
	}
}

.youtube_area {
	margin-top:30px;
}
.youtube_area iframe {
	max-width:100%;
	width:395px;
	height:230px;
	margin-left:auto;
	margin-right:auto;
	display: block;
}

.t-default .ible-area--endfooter {
	color:#000000;
}

.asterisk {
	margin-top:10px;
}

.t-default .asterisk p {
	font-size:12px;
}
.t-default .form-control option[value="納入事例"] {
	display: none;
}

/*納入ページのみ*/
.display_none{
	display: none;
}

.t-default .ible-area--endfooter p.m40 {
	margin-bottom:40px;
}

.t-default p.fs120 {
	font-size:120%;
}

@media only screen and (max-width: 979px) {

	.t-default .c6_hgnavlist li a:hover {
		color:#ffffff;
	}
}

@media only screen and (max-width: 690px) {

	.t-default p.fs120 {
		font-size:100%;
	}
	.t-default .ible-area--endfooter p.m20_sp {
		margin-bottom:20px;
	}
}

#categorybox1 .ible-widget__categoryselectbox {
	margin-bottom:10px;
}

#categorybox1 .ible-form-part__keyword {
	margin:10px 13px 25px;
}

input[type="checkbox"] {
    display: block;
}

.t-default .ible-grid__list-item .search-result-cell > .ible-block--head-paragraph {
	width:calc(100% - 220px);
	margin-left:15px;
}

@media only screen and (max-width: 767px) {

	.t-default .ible-grid__list-item .search-result-cell > .ible-block--head-paragraph {
		margin-left:0;
	}
}

.db_btn01 {
		text-align: left;
}
.db_btn01 a {
	color:#ffffff;
	background:#0086CA;
	width:210px;
	padding:14px 0;
	font-weight:bold;
	font-size:13px;
	display:inline-block;
	text-align: center;
	position: relative;
	border-radius: 30px;
}
.db_btn01 a:hover {
	color:#ffffff;
	opacity:0.7;
}
.db_btn01 a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px;
	border-right: solid 2px;
	border-color:#ffffff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:20px;
	top:calc(50% - 4px);
}


@media only screen and (max-width: 690px) {
	.db_btn01 {
		text-align: center;
	}
}

.db_btn02 {
	text-align: right;
}
.db_btn02 a {
	font-weight:bold;
	color:#ffffff;
	background: #FF8000;
	min-width: 170px;
	text-align: center;
	padding:12px 20px 12px 5px;
	display: inline-block;
}
.db_btn02 a::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-top: solid 2px;
    border-right: solid 2px;
    border-color: #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 2px;
    top: 21px;
}
.t-default .db_btn02 a:hover {
	color:#ffffff;
	opacity:0.7;
}

.free_box {
    clear: both;
    padding-top: 60px;
}
.free_img01 {
	float:right;
	width:320px;
	text-align: center;
	margin-left:20px;
}
.free_img01 img {
	max-width:100%;
	height:auto;
}
.free_txt01 {
	font-size:14px;
}
.relate_link_btn3 {
	display:flex;
}
.relate_link_btn3 > .link_btn {
	width:32%;
	margin-left:2%;
}
.relate_link_btn3 > .link_btn:first-child {
	margin-left:0;
}
.relate_link_btn3 > .link_btn a {
	display:block;
	color:#ffffff;
	background: #0086CA url(../fonts/arr_cv_white.svg) no-repeat;
    background-position: right 5% center;
	padding:15px 30px 15px 5px;
	text-align: center;
	position: relative;	
	font-size:18px;
	font-weight:bold;
}

.relate_link_btn3 > .link_btn a:hover {
	opacity:0.7;
}

.link_btn2 {
	display:flex;
}
.link_btn2 > .link_btn {
	width:240px;
}
.link_btn2 > .link_btn:first-child {
	margin-left:0;
}

.link_btn2 > .link_btn a {
	display:block;
	color:#ffffff;
	background: #0086CA url(../images/arr_cv_white.svg) no-repeat;
    background-position: right 5% center;
	padding:10px 30px 10px 15px;
	text-align: center;
	position: relative;	
	font-size:13px;
	line-height:1.4;
	font-weight:bold;
	border-radius: 50px;
	position: relative;
}

.link_btn2 > .link_btn a::before {
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 1.3em;
    transition: all 0s;
}

.link_btn2 > .link_btn a:hover {
	opacity:0.7;
}

@media only screen and (max-width: 1119px) {
	.relate_link_btn3 > .link_btn a,
	.link_btn2 > .link_btn a {
		font-size:15px;
	}
}

@media only screen and (max-width: 690px) {

	.sp_none {
		display:none;
	}
	.t-default h2.db_subtitle03, 
	.t-default h3.db_subtitle03 {
		font-size:18px;
	}
	.free_box {
		padding-top:40px;	
	}
	.free_img01 {
		float:none;
		width:100%;
		margin-left:0;
		margin-bottom:15px;
	}
	.relate_link_btn3,
	.link_btn2 {
		flex-direction:column;
	}
	.relate_link_btn3 > .link_btn,
	.link_btn2 > .link_btn {
		width:100%;
		margin-left:0;
		margin-bottom:10px;
	}
}

.t-default .ible-grid__list-item .search-result-cell {
	height:auto !important;
	margin-bottom:60px;
}

@media only screen and (max-width: 690px) {

	.t-default .ible-grid__list-item .search-result-cell {
		margin-bottom:40px;
	}
}

.display_none {
	display:none !important;
}

#relatedlistgrid1col1 .related_list01,
#relatedlistgrid1col2 .related_list02 {
	display: flex;
	flex-wrap: wrap;
}
#relatedlistgrid1col1 .related_list01 > .col-sm-12,
#relatedlistgrid1col2 .related_list02 > .col-sm-12 {
	width:13.6% !important;
	height:auto !important;
	margin-left:0.8%;
	margin-bottom:20px;
	float:none;
}
#relatedlistgrid1col1 .related_list01 > .col-sm-12:nth-child(7n+1),
#relatedlistgrid1col2 .related_list02 > .col-sm-12:nth-child(7n+1) {
	margin-left:0;
}
.t-default .ible-grid__list-related .related_list01 .search-result-cell > .ible-block--image,
.t-default .ible-grid__list-related .related_list02 .search-result-cell > .ible-block--image {
	width:100% !important;
	margin-bottom:6px;
}
.t-default .ible-grid__list-related .related_list01 .search-result-cell > .ible-block--image > div,
.t-default .ible-grid__list-related .related_list02 .search-result-cell > .ible-block--image > div {
	width:100%;
	border:1px solid #eeeeee;
	position: relative;
	padding-bottom: 100%;
}
.t-default .ible-grid__list-related .related_list01 .search-result-cell > .ible-block--image > div > div,
.t-default .ible-grid__list-related .related_list02 .search-result-cell > .ible-block--image > div > div {
	position: absolute !important;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	display: flex;
	align-items: center;
}
.t-default .ible-grid__list-related .related_list01 .search-result-cell > .ible-block--image > div > div a,
.t-default .ible-grid__list-related .related_list02 .search-result-cell > .ible-block--image > div > div a {
	position: relative;
	height:100%;
	width:100%;
}
.t-default .ible-grid__list-related .related_list01 .search-result-cell > .ible-block--image img,
.t-default .ible-grid__list-related .related_list02 .search-result-cell > .ible-block--image img {
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
	max-width:100%;
}
.t-default .ible-grid__list-related .related_list01 .search-result-cell > .ible-block--head-paragraph,
.t-default .ible-grid__list-related .related_list02 .search-result-cell > .ible-block--head-paragraph {
	width:100%;
	margin-left:0;
	text-align: center;
	font-size:14px;
}

@media only screen and (max-width: 1024px) {
	#relatedlistgrid1col1 .related_list01 > .col-sm-12,
	#relatedlistgrid1col2 .related_list02 > .col-sm-12 {
		width:19% !important;
		margin-left:1.25%;
	}
	#relatedlistgrid1col1 .related_list01 > .col-sm-12:nth-child(7n+1),
	#relatedlistgrid1col2 .related_list02 > .col-sm-12:nth-child(7n+1) {
		margin-left:1.25%;
	}
	#relatedlistgrid1col1 .related_list01 > .col-sm-12:nth-child(5n+1),
	#relatedlistgrid1col2 .related_list02 > .col-sm-12:nth-child(5n+1) {
		margin-left:0;
	}
	.t-default .ible-grid__list-related .related_list01 .search-result-cell > .ible-block--head-paragraph,
	.t-default .ible-grid__list-related .related_list02 .search-result-cell > .ible-block--head-paragraph {
		font-size:13px;
	}
}

@media only screen and (max-width: 690px) {
	#relatedlistgrid1col1 .related_list01 > .col-sm-12,
	#relatedlistgrid1col2 .related_list02 > .col-sm-12 {
		width:32.6% !important;
		margin-left:1.1%;
	}
	#relatedlistgrid1col1 .related_list01 > .col-sm-12:nth-child(7n+1),
	#relatedlistgrid1col2 .related_list02 > .col-sm-12:nth-child(7n+1) {
		margin-left:1.1%;
	}
	#relatedlistgrid1col1 .related_list01 > .col-sm-12:nth-child(5n+1),
	#relatedlistgrid1col2 .related_list02 > .col-sm-12:nth-child(5n+1) {
		margin-left:1.1%;
	}
	#relatedlistgrid1col1 .related_list01 > .col-sm-12:nth-child(3n+1),
	#relatedlistgrid1col2 .related_list02 > .col-sm-12:nth-child(3n+1) {
		margin-left:0;
	}
	.t-default .ible-grid__list-related .related_list01 .search-result-cell > .ible-block--head-paragraph,
	.t-default .ible-grid__list-related .related_list02 .search-result-cell > .ible-block--head-paragraph {
		font-size:12px;
	}
}

.spec_wrap {
	border-top:2px solid #0086CA;
	border-bottom:2px solid #0086CA;
}
.spec_wrap table {
	table-layout: fixed;
}
.spec_wrap table td {
	font-size:12px;
	font-weight: bold;
	text-align: center;
	padding:15px 5px;
}
.spec_wrap > .col-sm-12 {
	float:none;
}
.spec_wrap > .col-sm-12 > div:nth-child(even) {
	background: #F3F6FA;
}
.spec_under_txt {
	margin-top:10px;
	font-size: 12px;
	font-weight:500;
}

@media only screen and (max-width: 690px) {
	.spec_wrap table td {
		font-size:11px;
	}
}

.t-default .feature_txt p {
	font-size:20px;
	font-weight: bold;
	color:#022C5F;
	margin-bottom:8px;
	position: relative;
	padding-left:18px;
	display: inline-block;
}

.t-default .feature_txt p::before {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 12px;
	border-color: transparent transparent transparent #022C5F;
	position: absolute;
	left:0;
	top:13px;
}

@media only screen and (max-width: 1024px) {
	.t-default .feature_txt p {
		font-size:18px;
	}
	.t-default .feature_txt p::before {
		top:10px;
	}
}
@media only screen and (max-width: 690px) {
	.t-default .feature_txt p {
		font-size:16px;
	}
	.t-default .feature_txt p::before {
		top:7px;
	}
}

.t-default p.btn_long {
	text-align: left;
}
.t-default p.btn_long a:hover {
	color:#ffffff;
}

/* free_slide */
.free_slide_wrap .col-sm-12 {
	display: flex;
	justify-content: space-between;
	float:none;
}
.free_slide_wrap .col-sm-12 .free_slide01,
.free_slide_wrap .col-sm-12 .free_slide02,
.free_slide_wrap .col-sm-12 .free_slide03 {
	width:330px;
}



.free_slide_wrap .col-sm-12 .free_slide01 .slick-list,
.free_slide_wrap .col-sm-12 .free_slide02 .slick-list,
.free_slide_wrap .col-sm-12 .free_slide03 .slick-list {
	padding:0 !important;
}

.slick-prev,
.slick-next {
	width:24px !important;
	height:24px !important;
}

.free_slide_wrap .col-sm-12 .free_slide01 .slick-prev,
.free_slide_wrap .col-sm-12 .free_slide02 .slick-prev,
.free_slide_wrap .col-sm-12 .free_slide03 .slick-prev {
	left:5px;
	z-index: 10;

}
.free_slide_wrap .col-sm-12 .free_slide01 .slick-next,
.free_slide_wrap .col-sm-12 .free_slide02 .slick-next,
.free_slide_wrap .col-sm-12 .free_slide03 .slick-next {
	right:5px;
}

.slick-prev::before,
.slick-next::before {
	opacity:1 !important;
	font-size: 24px !important;
}

.free_slide_wrap .col-sm-12 .free_slide01.slick-initialized .slick-slide,
.free_slide_wrap .col-sm-12 .free_slide02.slick-initialized .slick-slide,
.free_slide_wrap .col-sm-12 .free_slide03.slick-initialized .slick-slide {
	padding:0;
}

.free_slide_wrap .slick-dots {
	bottom:-30px !important;
}

.free_slide_wrap .col-sm-12 .free_slide_txt {
	width:calc(100% - 330px - 30px);
	font-size:16px;
	font-weight:500;
}

.t-default p.feature_tab {
	display: block;
	width:80px;
	background: #022C5F;
	text-align: center;
	color:#ffffff;
	background: #022C5F;
	font-size:12px;
	font-weight: 500;
	padding:6px 0;
	margin-bottom:20px;
}

@media only screen and (max-width: 767px) {
	.free_slide_wrap .col-sm-12 {
		flex-direction:column;
		align-items: center;
	}
	.free_slide_wrap.col_reverse .col-sm-12 {
		flex-direction:column-reverse;
		align-items: center;
	}
	.free_slide_wrap .col-sm-12 .free_slide01,
	.free_slide_wrap .col-sm-12 .free_slide02,
	.free_slide_wrap .col-sm-12 .free_slide03 {
		max-width:100%;
	}
	.free_slide_wrap .col-sm-12 .free_slide_txt {
		width:100%;
		margin-top:10px;
		font-size:15px;
	}
}


/* current */
/* header .gnavi_area > nav > ul > li:nth-child(3) > a,
header.en_header .gnavi_area > nav > ul > li:nth-child(2) > a {
	color: #0089CA;
}
header.en_header .gnavi_area > nav > ul > li:nth-child(3) > a {
	color: #333333;
} */

/* 
header .gnavi_area > nav > ul > li:nth-child(3) > a::after,
header.en_header .gnavi_area > nav > ul > li:nth-child(2) > a::after {
    background-color: #0089CA;
}
header.en_header .gnavi_area > nav > ul > li:nth-child(3) > a::after {
    background-color: #ffffff;
} */

/* db_tab */
.t-default .db_tab_scroll table th {
	background: #0075C2;
	color:#ffffff;
	vertical-align: middle;
	text-align: center;
	border:1px solid #ffffff;
	font-weight:500;
	width:20%;
	word-break: break-all;
}

.t-default .db_tab_scroll table td {

	vertical-align: middle;
	text-align: center;
	border:1px solid #EEEEEE;
	width:8%;
	word-break: break-all;
}
.tab_sp {
	display: none;
}

.t-default .db_tab_scroll.add_row table th,
.t-default .db_tab_scroll.add_row table td {
	border-top:none;
}

@media only screen and (max-width: 767px) {
	
	.t-default .db_tab_scroll_wrap {
		overflow-x: scroll;
	}
	.t-default .db_tab_scroll_wrap .db_tab_scroll {
		width:800px;
	}
	.tab_sp {
		display: block;
	}
}










.select_tongbox.form-control{
	background-image:  url(../images/arr_search.svg) !important;
	background-repeat: no-repeat;
	  background-size: 12px auto;
	  background-position: right 3% center;
  }
  

.attrbox{width: 100%;margin-top: 10px;background: #F8F8F8;padding: 15px 0;display: flex;}
.attrbox .attr_tit{width: 90px;text-align: center;font-weight: bold;line-height: 1.5;font-size: 14px;}
.attrbox .attr_desc{width: calc(100% - 90px);padding: 0 10px;text-align: left;line-height: 1.5;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}



