#is_wrapper {
	line-height: 1.8;
	padding: 10px 0 0 0;
	width: 760px;
}
#is_wrapper a {
	color: #0090d2;
	text-decoration: underline;
}
#is_wrapper .left { float: left; }
#is_wrapper .right { float: right; }
#is_wrapper .btn-area { width: 580px; margin: 3em 0 0 0; }
/************* レイアウト */
#is_wrapper h2 {
	margin: 3px auto 25px auto;
	width: 260px; height: 0;
	padding-top: 96px;
	background: url(./images/ttl.png) no-repeat;
	overflow: hidden;
}
#is_wrapper h2.about {
	margin: 3px auto 25px auto;
	width: 260px; height: 96px;
	padding-top: 0;
	background: none;
}
#is_wrapper h2 a {
	display: block;
	margin: 3px auto 25px auto;
	width: 260px; height: 0;
	padding-top: 96px;
	background: url(./images/ttl.png) no-repeat;
	overflow: hidden;
}
#is_wrapper h3 {
	font-size: 130%;
	font-weight: bold;
	padding-left: 35px;
	background: url(./images/ico.png) no-repeat;
	line-height: 32px;
	margin: 0 0 0.5em 0;
}
#is_wrapper h3 span {
	font-size: 60%;
	font-weight: normal;
	padding-left: 1em;

}
#is_wrapper h4 {
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding-left: 15px;
	background: url(./images/arw.png) no-repeat 0 45%;

}
#is_wrapper p.lead {
	margin: 1em 0 2em 0;
}
#is_wrapper p.lead-about {
	margin: 1em auto 2em auto;
	width: 680px;
}
#is_wrapper .body {
	width: 580px;
	float: left;
}
#is_wrapper .ad {
	width: 160px;
	text-align: center;
	float: right;
	margin: 40px 0 0 0;
}
#is_wrapper .ad span {
	display:block;
	margin-bottom:20px;
}

#is_wrapper .back {
	margin: 2em auto;
	text-align: center;
}
/************** アコーディオン */
#is_wrapper .menu {
	width: 580px;
}

#is_wrapper ul.accordion {
	background:#ddd;
	padding:0;
	width: 280px;

}
#is_wrapper ul.accordion a {
}
#is_wrapper ul.accordion li p.ttl span {
	display:block;
	padding: 0.5em 1em;
	background-position:97% center;
	background-repeat:no-repeat;
	color:#333;
	font-weight:bold;
}
#is_wrapper ul.accordion ul {
	display:none;
	background: #eee;
	padding: 10px;
}
#is_wrapper ul.accordion ul dl {
	width: 100%;
}
#is_wrapper ul.accordion ul dt {
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	margin: 0 0 0.5em 0;
}
#is_wrapper ul.accordion > li {
	background: -moz-linear-gradient(top, #C6F0FE, #27BCF9);
	background: -webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));
}
#is_wrapper ul.accordion > li > p {
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 1%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(239,239,239,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 1%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 1%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 1%,rgba(221,221,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 1%,rgba(221,221,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
}
#is_wrapper ul.accordion > li > p span {
	background-image:url(./images/open.png);
}
#is_wrapper ul.accordion > li > p span.open {
	background-image:url(./images/close.png);
}
#is_wrapper ul.accordion > li > ul > li {
	background: #eee;
}
#is_wrapper ul.accordion > li > ul > li > dl {
	margin: 0 0 1em 0;
}
#is_wrapper ul.accordion > li > ul > li > dl dd p {
	float: left;
	width: 129px;
}
#is_wrapper ul.accordion > li > ul > li > dl dd p span {
	font-size: 80%;
}
#is_wrapper ul.accordion > li > ul > li.sd {
	background: #eee;
	width: 100%;
	float: none;
}
#is_wrapper ul.accordion > li > ul > li > p.all {
	border-top: solid 1px #ccc;
	padding: 0.5em 0 0 0;
}
#is_wrapper ul.accordion > li > ul > li > a {
	background:url(../img/go.png) no-repeat 98% center;
}
#is_wrapper ul.accordion > li > ul > li > ul > li {
	background:#FFF;
	border-bottom:1px dotted #888;
}
#is_wrapper ul.accordion > li > ul > li > ul > li:last-child {
	border:none;
}
#is_wrapper ul.accordion p.back {
	text-align: right;
}

/********* checkbox style*/
#is_wrapper #service, #cate {
	margin: 0 0 0 -20px;
	width: 600px;
}
#is_wrapper #service li, #cate li {
	float: left;
	width: 180px;
	margin: 0 0 0 20px;
}
@media (min-width: 1px) {
	#is_wrapper #service input[type=checkbox] {
	  display: none;
	}
	#is_wrapper #service input[type=checkbox]:checked + .checkbox:before {
		opacity: 1;
	}
	#is_wrapper #service .checkbox:after {
		-webkit-transition: border-color 0.2s linear;
		transition: border-color 0.2s linear;
		position: absolute;
		top: 50%;
		left: 15px;
		display: block;
		margin-top: -10px;
		width: 16px;
		height: 16px;
		border: 2px solid #bbb;
		border-radius: 6px;
		content: '';
		background: #fff;
		z-index: 9;
	}

	#is_wrapper #service .checkbox:before {
		-webkit-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear;
		position: absolute;
		top: 50%;
		left: 21px;
		display: block;
		margin-top: -7px;
		width: 5px;
		height: 9px;
		border-right: 3px solid #5699ff;
		border-bottom: 3px solid #5699ff;
		content: '';
		opacity: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 10;
	}
	#is_wrapper #service .checkbox {
		box-sizing: border-box;
		-webkit-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
		position: relative;
		display: inline-block;
		margin: 0 0 20px 0;
		padding: 1.5em 1em 1.5em 3.5em;
		border-radius: 5px;
		background-color: #ffe7e7;
		vertical-align: middle;
		cursor: pointer;
		font-weight: bold;
		width: 100%;
		line-height: 20px;
	}
	#is_wrapper #service .checkbox:hover {
		background-color: #ffc9c9;
	}
	#is_wrapper #service .checkbox:hover:after {
		border-color: #bbb;
	}
}

/**/
#is_wrapper #cate li {
	text-align: center;
	line-height: 20px;
	margin: 0 0 0 20px;
}
#is_wrapper #cate li a {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	display: block;
	padding: 1.5em 0;
	border-radius: 5px;
	background-color: #deebff;
	cursor: pointer;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 20px;
}
#is_wrapper #cate li a:hover {
	background-color: #bdd7ff;
}

/**** Slider */
#is_wrapper #slider {
	margin: 0 0 2em 0;
}
#is_wrapper .swiper-wrapper > div {
	width: 600px;
}
#is_wrapper .swiper-container {
	width: 760px;
	background: #000;
	height: 250px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
#is_wrapper .swiper-slide {
  height: 100%;
  opacity: 0.4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
#is_wrapper .swiper-slide-active {
  opacity: 1;
}

#is_wrapper .pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
}
#is_wrapper .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 8px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
#is_wrapper .swiper-visible-switch {
  background: #aaa;
}
#is_wrapper .swiper-active-switch {
  background: #fff;
}

/*micro clearfix*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after { clear:both;}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom:1;}


#is_wrapper .caution {
	text-align:right;
	font-size:10px;
}
