@charset "utf-8";
/* CSS Document */


/*バナー、動画掲載箇所 start*/
　
.item_wrap {
	width: 100%;


}

.item_wrap ul {
	display:inline-block;
	padding:0;
	margin:0;
	list-style:none;
	width: 100%;

}

.item_wrap li {
	width:100%;
	margin:0 0 5% 0;
	border:none;
	box-sizing:border-box;
	padding:0;
	height:auto;
}


.item_wrap li.end {
	width:100%;
	margin:0;
	border:none;
	box-sizing:border-box;
	padding:0;
	height:auto;
}

.item_wrap li a:hover img {
	opacity:0.7;
	display:block;

}
	
.item_wrap li a img {
	transition:opacity 1s ease-out;
	display:block;

}
.item_wrap2 {
	width: 100%;


}

.item_wrap2 ul {
	display:inline-block;
	padding:0;
	margin:0;
	list-style:none;
	width: 100%;

}

.item_wrap2 li {
	width:100%;
	margin:0 0 5% 0;
	border:none;
	box-sizing:border-box;
	padding:0;
	height:auto;
}


.item_wrap2 li.end {
	width:100%;
	margin:0;
	border:none;
	box-sizing:border-box;
	padding:0;
	height:auto;
}

.item_wrap2 li a:hover img {
	opacity:0.7;
	display:block;

}
	
.item_wrap2 li a img {
	transition:opacity 1s ease-out;
	display:block;
	width: 100%;
}


/*バナー、動画掲載箇所 end*/
/* 768px以上用（タブレットとPC） */
@media screen and (min-width: 768px) {
	
.sp{
	display:none;
}

.pc{
	display:inherit;
}

/*バナー、動画掲載箇所 start*/
　
.item_wrap {
	width: auto;
}

.item_wrap ul {
	display:inline-block;
	padding:0;
	margin:0;
	list-style:none;
	width: 100%;
	padding-left:15px;
	padding-right:15px;
}


.item_wrap li {
	width:33.3%;
	float:left;
	margin:0;
	border:none;
	box-sizing:border-box;
	padding:0 1% 0 0;
	height:auto;
}

.item_wrap li.end {
	width:33.3%;
	float:left;
	margin:0;
	border:none;
	box-sizing:border-box;
	padding:0 1% 0 0;
	height:auto;
}

.item_wrap li a:hover img {
	opacity:0.7;
	display:block;

}
	
.item_wrap li a img {
	transition:opacity 1s ease-out;
	display:block;

}
	.item_wrap2 {
	width: auto;
}

.item_wrap2 ul {
	display:inline-block;
	padding:0;
	margin:0;
	list-style:none;
	width: 100%;
	padding-left:15px;
	padding-right:15px;
}

.item_wrap2 ul{
	text-align: center;	
}
.item_wrap2 li {
	width:24%;
	display: inline-block;
	float: none;
	margin:0;
	border:none;
	box-sizing:border-box;
	padding:0 1% 0 0;
	height:auto;
}



.item_wrap2 li a:hover img {
	opacity:0.7;
	display:block;

}
	
.item_wrap2 li a img {
	transition:opacity 1s ease-out;
	display:block;

}
}
@media screen and (max-width: 767px) {

}

/*バナー、動画掲載箇所 end*/


/*---------------------------------
all
----------------------------------*/
header h2 span{
	font-size: 14px;
}
.anchorHeading h3{
	background-color: #3FA3C4;
	color: #fff;
	padding: 15px 20px;
}
p{
	line-height: 1.6;
	margin-bottom: 20px;
}
ul,li{
	margin: 0;
	padding: 0;
}
.container img{
	display: block;
}
@media screen and (max-width: 767px) {
h4{
	line-height: 1.3;
}
	
.sp{
	display:inherit;
}

.pc{
	display:none;
}
.container img{
	display: block;
	margin:auto;
}
}
/*------------nav-----------------*/

.btn_point {
	width: auto;
}

.btn_point ul {
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
	width: 100%;

}

.btn_point li {
	width:25%;
	float:left;
	line-height:300%;
	background-color:#3fa3c4;
	color:#fff;
	text-align:center;
	border-right:15px solid #fff;
	box-sizing:border-box;
	font-size:17px;
	padding:0;
	position: relative;
}
.btn_point li a:after{
	content:"";
	width: 10px;
	height: 10px;
	border-right:3px solid #ffffff;
	border-bottom:3px solid #ffffff;
	position: absolute;
	top:0;
	bottom:0;
	right:15px;
	margin: auto;
	transform:rotate(45deg);
}

.btn_point li.end {
	padding:0;
	border:none;
}

.btn_point li a {
	color:#fff;
	display:block;

}
@media screen and (min-width: 768px) and ( max-width:989px) {
	.btn_point li a:after{
		visibility: hidden;
	}
}
@media screen and (max-width: 767px) {
	.comp_summary{
	margin-bottom: 0;
}
.comp_summary .comp_summary_wrapper{
	margin-bottom: 0;
}
	.btn_point li {
		width: 100%;
		border-right:0px solid #fff;
		border-bottom:2px solid #fff;
		text-align: center;
		line-height:inherit;
		position: inherit;
		font-size: 15px;
	}
	.btn_point li a {
		padding: 10px;
	}
	.btn_point li a:after{
		visibility: visible;
		position: inherit;
		display: block;
	}
}






/*---------------
#design
---------------*/
/*
.designSpecial{
	margin-top: 20px;
	position: relative;
}

.designSpecial .image_wrap{
	position: relative;
	z-index: 9999;
	float: left;
	left:20%;
	width: 50%;
}
@media screen and (max-width: 768px) {

}
.designSpecial p{
	padding: 25px 30px 30px;
	position:absolute;
	background-color: #f0f0f0;
	font-weight: 100;
}
.designSpecial p span{
	color: #288dae;
	line-height: 1.9;
	font-weight: 600;
	font-size: 15px;
}
.top-left{
	top:0;
	left:0;
	width: 29%;

}
.top-right{
	top:0;
	right:0;
	width: 29%;
}
.bottom-right{
	bottom:0;
	right:0;
	width: 39%;
}*/
@media screen and (max-width: 767px) {
.sp_designImg{
	position: relative;
	z-index: 999;
	transform: translateY(10px);
	margin: auto;
}
.detailBlock{
	transform: translateY(-15px);
}
.designSpecial p{
	padding: 15px 20px;
	background-color: #f0f0f0;
	font-weight: 100;
	margin-bottom: 10px;
}
.designSpecial p span{
	color: #288dae;
	line-height: 1.9;
	font-weight: 600;
	font-size: 15px;
}
}
.meritBlock{
	border-collapse: separate;
	width: 100%;
	border-spacing:10px 7px;
	overflow: hidden;
	margin-top: 50px;
}
.meritBlock .meritBlock_content{
	background-color: #3fa3c4;
	width: calc(50% - 5px);
	text-align: center;
	color: #fff;
	height: 62px;
    float: left;
    margin-bottom: 7px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.meritBlock .meritBlock_content:nth-child(odd){
	margin-right: 10px;
}
.meritBlock .meritBlock_content span{
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.meritBlock .meritBlock_content{
		height: 90px;
	}
}

/*-------------
#smart
--------------*/
.icon_wrap{
	display: flex;
    justify-content: center;
    align-items: center;
}

.accordion_tab {
	margin:0;
	padding:0;	
	width:100%;
	}

.tab_button{
  display:block;
  padding:0;
  line-height:400%;
  text-align:center;
  /*margin:0 auto 2% auto;*/
  border: 1px solid #ccc;
  font-weight:bold;
  font-size:20px;
  /*width:960px;*/
  cursor:pointer;
  /*background:url(../img/sankaku_off.png) 220px 30px no-repeat;*/
  position: relative;

}
.tab_button:after{
	content:"";
	width: 0;
  	height: 0;
  	border-left: 10px solid transparent;
  	border-right: 10px solid transparent;
  	border-top: 15px solid black;
  	position: absolute;
  	top:0;
  	bottom:0;
  	right:5%;
  	margin: auto;
}
.tab_button:before{
	content:"";
	width: 0;
  	height: 0;
  	border-left: 10px solid transparent;
  	border-right: 10px solid transparent;
  	border-top: 15px solid black;
  	position: absolute;
  	top:0;
  	bottom:0;
  	left:5%;
  	margin: auto;
}
.tab_button.active:before, .tab_button.active:after{
	border-top: 0px solid black;
	border-bottom: 15px solid black;
}



/*---------------assist----------------*/

#wrap_box{
	overflow: hidden;
}
.box_assistant_wrap{
	width: calc(50% - 10px);
	float: left;
}
.box_assistant_wrap:nth-child(odd){
	margin-right: 20px;	
}
.box_assistant_wrap.long{
	float: right;
}
.box_assistant{
	border:1px solid #dadada;
	min-height: 380px;
	margin-top: 20px;
}


.box_assistant p{
	margin: 15px auto;
}
.box_assistant dt{
	background-color: #999;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 17px;
}
.box_assistant dd{
	padding: 20px 35px;
}
.inner{
	display: flex;
  	justify-content: left;
  	align-items: center;
  	margin-bottom: 15px;
}
.inner_01{
	width: 42px;
	margin-right: 5px;
}
.inner_02{
	width: calc(100% - 47px);
}
.left_block{
	float: left;
	width: calc(100% - 10px);
}
.right_block{
	float: left;
	width: calc(100% - 10px);
}
@media screen and (max-width: 767px) {
	.box_assistant{
		min-height:inherit;
	}
	.box_assistant_wrap{
	width: 100%;
	float: left;
	}
	.box_assistant dd{
		padding: 10px 20px;
	}
	.box_assistant img{
		display: block;
		margin:auto;
	}
}

.box_assistant_wrap2{
	width: calc(50% - 10px);
	float: left;
}
.box_assistant_wrap2:nth-child(odd){
	margin-right: 20px;	
}
.box_assistant2{
	border-bottom:1px solid #d9d9d9;
	padding: 20px 0;
	min-height:220px;
}
.box_assistant2_title{
	display: flex;
  justify-content: left;
  align-items: center;
  margin: 10px 0;
  font-size: 120%;
  font-weight: 700;
}
.box_assistant2_title img{
	width: 7%;
	min-width:25px;
}
.box_assistant2_title p{
	width: 93%;
	min-width:calc(100% - 25px - 10px);
	margin: 0;
	padding-left: 1%;
}
.box_assistant2_content{
	padding-left: 10px;
	font-weight: 700;
	color: #83838f;
}
@media screen and (max-width: 767px) {
	.box_assistant_wrap2:nth-child(odd){
		margin-right: 10px;	
	}

	.box_assistant2_title{
		font-size: 14px;
	}
	.box_assistant2_title p{
		padding-left: 10px;
	}
	.box_assistant2_content{
		font-size: 11px;
	}
}

.special_link{
	background: #f3f4f6;
	border-left: 4px solid #f5683a;
	padding: 10px;
	margin-top: 20px;
}

/*.comp_carousel .bx-wrapper .bx-pager{
	bottom:-23px;
}
@media screen and (max-width: 767px) {
	.comp_carousel .bx-wrapper .bx-pager{
	bottom:-17px;
}
}*/



