@charset "utf-8";

.teikeitokuten.detail .txt_center { text-align: center;}
.teikeitokuten.detail .txt_right { text-align: right;}

.teikeitokuten.detail article h1 {
	background: #00a0ea;
}
.teikeitokuten.detail h2 {
	border-bottom: none;
	background: #00a0ea;
	color: #fff;
	padding: 10px 3%;
}
.teikeitokuten.detail h3 {
	color: #00a0ea;
	border-color: #00a0ea;
}
.teikeitokuten.detail .body h3 {
	padding-left: 0;
	padding-right: 0;
	margin-top: 30px;
}

.teikeitokuten.detail .linkbtns li {
	padding: 0;
}
.teikeitokuten.detail .linkbtns li a {
	display: block;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	border: 2px solid #00a0ea;
	padding: 8px;
	background-image: url(../images/teikeitokuten/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size: 6px auto;
}
#secom.teikeitokuten.detail .linkbtns li a {
	border-color: #003E92;
	color: #003E92;
	background-image: url(../images/teikeitokuten/arrow_blue2.png);
}
#alsok.teikeitokuten.detail .linkbtns li a {
	border-color: #1D50A3;
	color: #1D50A3;
	background-image: url(../images/teikeitokuten/arrow_blue2.png);
  text-align: left;
  padding: 8px 30px 8px 15px;
}
.teikeitokuten.detail .linkbtns li a > span {
	font-size: 80%;
	font-weight: normal;
}
.teikeitokuten.detail .service dl {
	padding: 0 15px;
}
#secom.teikeitokuten.detail .service h4 {
	background: #003E92;
	color: #fff;
	text-align: center;
	font-size: 130%;
	font-weight: normal;
	padding: 5px;
	margin: 10px 0 15px;
}
#secom.teikeitokuten.detail .service > div:nth-child(2) h4 {
	background: #009EA7;
}
#secom.teikeitokuten.detail .service h5 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}
#secom.teikeitokuten.detail .toiawase {
	border-color: #003E92;
}
#secom.teikeitokuten.detail .toiawase h6 {
	font-weight: normal;
	color: #003E92;
}
.teikeitokuten.detail a.btn-toiawase {
	text-decoration: none;
	background: #00a0ea url(../images/teikeitokuten/arrow_circle.png) no-repeat 96% 50%;
	background-size: 16px auto;
	color: #fff;
	border-radius: 6px;
	padding: 10px;
	text-align: center;
	display: block;
	border: 3px solid #fff;
	box-shadow: 0 3px 1px rgba(0,0,0,.3);
}
.teikeitokuten.detail a.btn-toiawase.secom {
	background-color: #009EA7;
	width: 100%;
	font-size: 100%;
}
.teikeitokuten.detail .toiawase a.btn-toiawase.secom {
	background-image: none;
}
.teikeitokuten.detail a.btn-toiawase.alsok {
	background-color: #1D50A3;
	width: 100%;
	font-size: 100%;
}
.teikeitokuten.detail a.btn-toiawase.alsok img {
  width: auto;
  max-width: 100%;
}
.teikeitokuten.detail .toiawase a.btn-toiawase.alsok {
	background-image: none;
}
.teikeitokuten.detail a.btn-toiawase.kaiin {
	background-color: #E95383;
}

.teikeitokuten.detail .borderbox {
	border: 3px solid #ccc;
}
#alsok.teikeitokuten.detail h2 {
  background: none;
  padding: 0;
}
#alsok.teikeitokuten.detail h2 img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#alsok.teikeitokuten.detail h2#basic {
  margin-top: 20px;
}
#alsok .bbox_list {
  margin-top: 15px;
}
#alsok .bbox_list > .l_row > li {
  padding: 15px;
  text-align: center;
}
#alsok .bbox_list > .l_row > li > img {
  display: block;
  width: 100px;
  margin: 0 auto;
}
#alsok .bbox_list > .l_row > li > span {
  display: block;
  margin-top: 5px;
}
#alsok .bbox_list.gaiyo > .l_row > li > p {
  color: #1D50A3;
  font-size: 160%;
  font-weight: bold;
}
#alsok .bbox_list.gaiyo > .l_row > li > p > span {
  display: block;
  font-size: 70%;
}
#alsok .bbox_list.gaiyo > .l_row > li > img {
  width: 130px;
}
#alsok .bbox_list.gaiyo > .l_row > li > span {
  margin-top: 0;
}
#alsok .bbox_list.gaiyo > .l_row > li + li {
  position: relative;
}
#alsok .bbox_list.gaiyo > .l_row > li + li::before {
  content: "";
  background: url("../images/teikeitokuten/alsok/icon_plus.png") no-repeat 0 0 / 100% auto;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
}
#alsok .leadcopy {
  font-size: 120%;
  font-weight: bold;
}
#alsok .arrow_top {
  position: relative;
  margin-top: 30px;
}
#alsok .arrow_top::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 20px solid transparent;
  border-top: 30px solid #1D50A3;
  margin: auto;
}
#alsok .bbox_list2 {
  border: 1px solid #ccc;
  padding: 30px;
  margin-top: 15px;
}
#alsok .bbox_list2 > ul {
  text-align: center;
}
#alsok .bbox_list2 > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-top: 0;
  padding: 5px;
}
#alsok .bbox_list2 > ul > li:nth-child(n+4) {
  margin-top: 30px;
}
#alsok .bbox_list2 > ul > li > span {
  display: block;
  margin-top: 5px;
}
#alsok .kinkyu {
  background: #fff100;
  color: #253394;
  text-align: center;
  font-size: 160%;
  font-weight: bold;
  padding: 15px;
  margin-top: 20px;
}
#alsok.teikeitokuten.detail .kinkyu > img {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  margin-right: 20px;
}
#alsok #premium .bbox_list.gaiyo > .l_row > li + li::before {
  content: none;
}
#alsok.teikeitokuten.detail .plus_top {
  position: relative;
  margin-top: 80px;
}
#alsok .plus_top::before {
  content: "";
  background: url("../images/teikeitokuten/alsok/icon_plus.png") no-repeat 0 0 / 100% auto;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
}
#alsok .bbox_list3 {
  border: 1px solid #ccc;
  padding: 30px;
  margin-top: 15px;
  text-align: center;
}
#alsok .bbox_list3 > p {
  display: inline-block;
  vertical-align: middle;
}
#alsok .bbox_list3 > p:nth-child(2) {
  margin: 0 10px 0 20px;
}
#alsok.teikeitokuten.detail .bbox_list3 > p > img {
  width: 150px;
}
#alsok .circle_blue {
  font-size: 140%;
  font-weight: bold;
  color: #FFF100;
  background: #1E51A2;
  border-radius: 9999px;
  width: 8em;
  height: 8em;
  line-height: 1.5;
  padding: 1.8em 0;
}
#alsok .toiawase {
  margin-left: 3%;
  margin-right: 3%;
}
#alsok #rusutaku .bbox_list > .l_row > li > img {
  width: 154px;
}
#alsok .icon {
  font-size: 90%;
  font-weight: normal;
  color: #fff;
  background: #1E51A2;
  border-radius: 9999px;
  display: inline-block;
  line-height: 2;
  padding: 0 1em;
  vertical-align: middle;
  margin: .2em 0;
}
#alsok #mimamori .bbox_list_tit {
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  background: #1D51A4;
  text-align: center;
  padding: 5px;
}
#alsok #mimamori .bbox_list.gaiyo {
  text-align: center;
}
#alsok #mimamori .bbox_list.gaiyo > .l_row {
  width: 80%;
  margin: -30px auto 0;
  border-collapse: separate;
  border-spacing: 30px;
}
#alsok #mimamori .bbox_list.gaiyo > .l_row > li + li::before {
  content: none;
}
#alsok #mimamori .bbox_list.gaiyo .plus_top {
  border: 1px solid #1D51A4;
  color: #1D51A4;
  background: #fff;
  position: relative;
  font-size: 150%;
  font-weight: bold;
  padding: 15px;
}
#alsok #mimamori .bbox_list.gaiyo .plus_top > img {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  margin-right: 20px;
}
#alsok #mimamori .bbox_list.gaiyo > .l_row + .plus_top {
  margin-top: 50px;
}
#alsok #mimamori .bbox_list.gaiyo .controller img {
  width: 65%;
  max-width: 450px;
}
#alsok .anshin_box {
  padding: 10px 0;
}
#alsok .anshin_box dt {
  font-size: 130%;
  font-weight: bold;
  color: #fff;
  background: #1D50A3;
  border-radius: 9999px;
  padding: 10px 25px 10px 90px;
  margin-bottom: 20px;
  position: relative;
}
#alsok .anshin_box dt > span {
  color: #FFEA00;
  margin: auto;
  position: absolute;
  top: 10px;
  left: 25px;
}
#alsok .anshin_box dd + dt {
  margin-top: 40px;
}
#alsok .anshin_box dd {
  padding: 0 25px;
}
#alsok .point_list > div {
  background: #eee;
  border: 1px solid #ccc;
}
#alsok .point_list > div h4 {
  color: #1D50A3;
  font-size: 130%;
  font-weight: bold;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
}
#alsok .point_list > div h4 > span {
  display: table-cell;
  vertical-align: middle;
}
#alsok .point_list > div h4 > span:nth-child(1) {
  width: 15%;
  line-height: 1.2;
  background: #1D50A3;
  color: #fff;
  font-size: 80%;
  text-align: center;
}
#alsok .point_list > div h4 > span:nth-child(2) {
  width: 85%;
  padding: 10px;
}
#alsok .point_list_img {
  text-align: center;
  background: #fff;
}
#alsok .point_list_img img {
  width: 100%;
}
#alsok .point_list_txt {
  padding: 10px;
}
#alsok .img100 img {
  width: 100%;
}
#alsok .flexbox_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	margin-top: 30px;
}
#alsok .flexbox_list > div {
	width: 25%;
	padding: 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
#alsok .flexbox_list > div:nth-child(n+5) {
	width: 33.3333%;
}
#alsok .flexbox_list > div:first-child,
#alsok .flexbox_list > div:nth-child(5) {
	border-left: 1px solid #ccc;
}
#alsok .flexbox_tit {
	font-size: 160%;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
	padding-bottom: .25em;
	margin: .5em 0;
}
#alsok .flexbox_copy {
	text-align: left;
}
#alsok .plan_box {
	background: #eee;
	padding: 30px;
	margin-top: 15px;
}
#alsok .plan_tit {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	margin-bottom: 1.5em;
}
#alsok .plan_tit ._tit {
	background: #1D50A3;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
	width: 15em;
	padding: .5em 0;
}
#alsok .plan_tit ._catch {
	width: calc(100% - 18.5em);
	color: #1D50A3;
	font-size: 120%;
	font-weight: bold;
}
#alsok .plan_body {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
#alsok .plan_body > div:nth-child(1) {
	width: 35%;
}
#alsok .plan_body > div:nth-child(2) {
	width: 60%;
}
#alsok .plan_lead {
	font-size: 110%;
}
#alsok .plan_stit {
	margin-top: 1.5em;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-bottom: .5em;
}
#alsok .plan_stit::after {
	content: "";
	height: 1px;
	background: #333;
	flex-grow: 1;
	margin-left: .5em;
}
#alsok .plan_point > li {
	padding: 0 0 0 2em;
	position: relative;
}
#alsok .plan_point > li + li {
	margin-top: .5em !important;
}
#alsok .plan_point > li::before,
#alsok .plan_point > li::after {
	content: "";
	position: absolute;
	top: .1em;
}
#alsok .plan_point > li::before {
	width: 1.1em;
	height: 1.1em;
	border: 1px solid #999;
	background: #fff;
	left: 0;
}
#alsok .plan_point > li::after {
	width: 1em;
	height: .5em;
	border-left: 3px solid #1D50A3;
	border-bottom: 3px solid #1D50A3;
	left: .25em;
	transform: rotate(-45deg);
}
#alsok ._self .plan_tit ._tit {
	background: #00a0ea;
}
#alsok ._self .plan_tit ._catch {
	color: #00a0ea;
}
#alsok ._self .plan_body > div:nth-child(1) {
	width: 45%;
}
#alsok ._self .plan_body > div:nth-child(2) {
	width: 50%;
}



/*//////////////////////////////////////////////
スマホ
----------------------------------------------*/
@media only screen and (max-width: 768px) {
	.teikeitokuten.detail h2 {
		margin-top: 40px;
	}
	.teikeitokuten.detail h2#homesecurity {
		margin-top: 20px;
	}
	.teikeitokuten.detail .linkbtns {
		margin-top: 20px;
		line-height: 1.2;
	}
  #alsok.teikeitokuten.detail .linkbtns.body > ul > li + li {
    margin-top: 10px;
  }
	.teikeitokuten.detail .service dt {
		width: 100px;
		margin: 0 auto 10px;
	}
	.teikeitokuten.detail .service dt + dd {
		padding-bottom: 20px;
	}
	#secom.teikeitokuten.detail .service h5 {
		text-align: center;
	}
	.teikeitokuten.detail .toiawase h6 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.teikeitokuten.detail a.btn-toiawase + a {
		margin-top: 10px;
	}
	.teikeitokuten.detail .toiawase a.btn-toiawase.secom br {
		display: none;
	}
	.teikeitokuten.detail .toiawase a.btn-toiawase.secom > img {
		margin-bottom: 5px;
	}
	.teikeitokuten.detail .toiawase a.btn-toiawase.alsok br {
		display: none;
	}
	.teikeitokuten.detail .toiawase a.btn-toiawase.alsok > img {
		display: block;
		width: 40%;
		max-width: 200px;
		margin: 0 auto 5px;
	}
	
	#secom.teikeitokuten.detail .borderbox {
		padding: 15px;
	}
	#secom.teikeitokuten.detail .borderbox .txt_right {
		text-align: left;
	}
	.teikeitokuten.detail .borderbox .absolute {
		width: 70px;
		display: block;
		margin: 0 auto 10px;
	}
	.teikeitokuten.detail .others .service dl {
		padding: 0;
	}
	.teikeitokuten.detail .body.others h3 {
		margin-top: 10px;
	}
	.teikeitokuten.detail .body.others .txt_center.fs-large {
		text-align: left;
		font-size: 110%;
	}
  #alsok .bbox_list > .l_row {
    border-top: 1px solid #ccc;
  }
  #alsok .bbox_list > .l_row > li {
    border: 1px solid #ccc;
    border-top: none;
    overflow: hidden;
  }
  #alsok .bbox_list > .l_row > li + li {
    margin-top: 0 !important;
  }
  #alsok .bbox_list > .l_row > li > img,
  #alsok .bbox_list > .l_row > li > span {
    display: inline-block;
    vertical-align: middle;
  }
  #alsok .bbox_list > .l_row > li > img {
    width: 70px;
  }
  #alsok .bbox_list > .l_row > li > span {
    width: calc(100% - 80px);
    max-width: 300px;
    margin-top: 0;
    text-align: left;
    padding-left: 15px;
  }
  #alsok .bbox_list.gaiyo > .l_row > li {
    overflow: visible;
  }
  #alsok .bbox_list.gaiyo > .l_row > li + li {
    padding-top: 25px;
  }
  #alsok .bbox_list.gaiyo > .l_row > li + li::before {
    width: 30px;
    height: 30px;
    left: 0;
    right: 0;
    top: -15px;
    bottom: auto;
  }
  #alsok .bbox_list.gaiyo > .l_row > li > p > span {
    display: inline;
  }
  #alsok .bbox_list.gaiyo > .l_row > li > img {
    width: 90px;
  }
  #alsok .bbox_list.gaiyo > .l_row > li > span {
    width: calc(100% - 100px);
    max-width: 300px;
  }
  #alsok .leadcopy {
    font-size: 110%;
  }
  #alsok .arrow_top {
    margin-top: 15px;
  }
  #alsok .arrow_top::before {
    border-left-width: 30px;
    border-right-width: 30px;
    border-bottom-width: 15px;
    border-top-width: 20px;
  }
  #alsok .bbox_list2 {
    padding: 15px;
  }
  #alsok .bbox_list2 > ul {
    text-align: left;
    overflow: hidden;
  }
  #alsok .bbox_list2 > ul > li {
    display: block;
    width: 48%;
    padding: 0;
  }
  #alsok .bbox_list2 > ul > li:nth-child(odd) {
    clear: both;
    float: left;
  }
  #alsok .bbox_list2 > ul > li:nth-child(even) {
    float: right;
  }
  #alsok .bbox_list2 > ul > li:nth-child(n+3) {
    margin-top: 20px;
  }
  #alsok .bbox_list2 > ul > li > span {
    display: block;
    margin-top: 5px;
  }
  #alsok .kinkyu {
    font-size: 140%;
    padding: 10px;
  }
  #alsok.teikeitokuten.detail .kinkyu > img {
    display: block;
    width: 150px;
    margin: 0 auto 5px;
  }
  #alsok.teikeitokuten.detail .plus_top {
    margin-top: 50px;
  }
  #alsok .plus_top::before {
    content: "";
    width: 30px;
    height: 30px;
    top: -40px;
  }
  #alsok .bbox_list3 {
    padding: 15px;
  }
  #alsok .bbox_list3 > p:nth-child(1) {
    display: block;
    margin: 0 auto;
  }
  #alsok .bbox_list3 > p:nth-child(2) {
    margin: 0 5% 0 0;
  }
  #alsok.teikeitokuten.detail .bbox_list3 > p > img {
    width: 120px;
  }
  #alsok .circle_blue {
    width: 7em;
    height: 7em;
    padding: 1.3em 0;
  }
  #alsok #rusutaku .bbox_list > .l_row > li > img {
    width: 90px;
  }
  #alsok #rusutaku .bbox_list > .l_row > li > span {
    width: calc(100% - 100px);
  }
  #alsok #mimamori .bbox_list_tit {
    font-size: 110%;
  }
  #alsok #mimamori * + .bbox_list_tit {
    margin-top: 15px;
  }
  #alsok #mimamori .bbox_list.gaiyo > .l_row {
    display: table;
    width: 100%;
    margin: -15px auto 0;
    border-spacing: 15px;
    border-top: none;
  }
  #alsok #mimamori .bbox_list.gaiyo > .l_row > li {
    display: table-cell;
    vertical-align: top;
    border: 1px solid #ccc;
  }
  #alsok #mimamori .bbox_list.gaiyo > .l_row > li:nth-child(2) {
    padding-top: 15px;
  }
  #alsok #mimamori .bbox_list.gaiyo > .l_row > li > img, 
  #alsok #mimamori .bbox_list.gaiyo > .l_row > li > span {
    display: block;
  }
  #alsok #mimamori .bbox_list.gaiyo > .l_row > li > span {
    width: 100%;
    padding-left: 0;
  }
  #alsok #mimamori .bbox_list.gaiyo > .l_row + .plus_top {
    margin-top: 35px;
  }
  #alsok #mimamori .bbox_list.gaiyo .plus_top {
    font-size: 120%;
    padding: 10px;
  }
  #alsok #mimamori .bbox_list.gaiyo .plus_top > img {
    display: block;
    width: 70px;
    margin: 0 auto 5px;
  }
  #alsok .anshin_box dt {
    font-size: 120%;
    padding: 5px 20px 5px 80px;
    margin-bottom: 10px;
  }
  #alsok .anshin_box dt > span {
    top: 5px;
    left: 20px;
  }
  #alsok .anshin_box dd + dt {
    margin-top: 30px;
  }
  #alsok .anshin_box dd {
    padding: 0 15px;
  }
  #alsok .point_list > div {
    margin-top: 15px;
  }
  #alsok .point_list > div h4 {
    font-size: 120%;
  }
  #alsok .point_list > div h4 > span:nth-child(1) {
    width: 18%;
  }
  #alsok .point_list > div h4 > span:nth-child(2) {
    width: 82%;
    line-height: 1.4;
    font-size: 90%;
  }
	
	#alsok .flexbox_list {
		flex-direction: column;
		margin-top: 15px;
	}
	#alsok .flexbox_list > div {
		width: 100%;
		border-left: 1px solid #ccc;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		text-align: left;
	}
	#alsok .flexbox_list > div:nth-child(n+5) {
		width: 100%;
	}
	#alsok .flexbox_list > div > img {
		width: 70px;
	}
	#alsok .flexbox_list > div > div {
		width: calc(100% - 90px);
	}
	#alsok .flexbox_tit {
		font-size: 120%;
		border-bottom: none;
		margin: 0;
	}
  #alsok .plan_box {
		padding: 15px;
	}
	#alsok .plan_tit {
		margin-bottom: 1em;
	}
	#alsok .plan_tit ._tit {
		font-size: 120%;
		line-height: 1.2;
		width: 10em;
	}
	#alsok .plan_tit ._catch {
		width: calc(100% - 12em);
		font-size: 110%;
		line-height: 1.3;
	}
	#alsok .plan_body {
		flex-direction: column;
		justify-content: center;
	}
	#alsok .plan_body > div + div {
		margin-top: 1em;
		text-align: center;
	}
	#alsok .plan_body > div:nth-child(1),
	#alsok .plan_body > div:nth-child(2),
	#alsok ._self .plan_body > div:nth-child(1),
	#alsok ._self .plan_body > div:nth-child(2) {
		width: 100%;
	}
	#alsok .plan_lead {
		font-size: 105%;
	}
  
  
	
}


/*//////////////////////////////////////////////
PC/タブレット
----------------------------------------------*/
@media only screen and (min-width: 769px) {
	.teikeitokuten.detail .img-w60 {width: 60%;}
	.teikeitokuten.detail h2 {
		margin-top: 70px;
		margin-bottom: 20px;
	}
	.teikeitokuten.detail h2#homesecurity {
		margin-top: 20px;
	}
	.teikeitokuten.detail .linkbtns.body {
		margin-left: -15px;
		margin-right: -15px;
		padding: 0;
	}
	#alsok.teikeitokuten.detail .linkbtns.body {
		margin-left: 0;
		margin-right: 0;
    padding: 15px 0;
	}
	#alsok.teikeitokuten.detail .linkbtns.body > ul {
    display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#alsok.teikeitokuten.detail .linkbtns.body > ul > li {
    width: 49%;
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
	}
	#alsok.teikeitokuten.detail .body ul > li + li {
		margin-top: 0;
	}
	#alsok.teikeitokuten.detail .linkbtns.body ul > li:nth-child(n+3) {
		margin-top: .75em;
	}
	#alsok.teikeitokuten.detail .linkbtns.body > ul > li a {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		height: 100%;
	}
	#alsok.teikeitokuten.detail .linkbtns.body > ul > li a:hover {
    background-color: #D1DCEC;
	}
	.teikeitokuten.detail .linkbtns .l_row {
		border-spacing: 15px;
	}
	.teikeitokuten.detail .linkbtns li a {
		transition: .5s;
	}
	#secom.teikeitokuten.detail .linkbtns li a:hover {
		background-color: #CCD8E9;
	}
	.teikeitokuten.detail .service > div:nth-child(1) {
		padding-right: 20px;
	}
	.teikeitokuten.detail .service > div:nth-child(2) {
		padding-left: 20px;
	}
	.teikeitokuten.detail .service dt {
		clear: left;
		float: left;
		width: 107px;
		height: 120px;
		margin-top: 0;
	}
	.teikeitokuten.detail .service dd {
		padding: 10px 0 0 125px;
		height: 120px;
	}
	
	.teikeitokuten.detail .toiawase .l_row {
		height: 100%;
	}
	.teikeitokuten.detail .toiawase .l_row > div:nth-child(1) {
		width: 75%;
	}
	.teikeitokuten.detail .toiawase .l_row > div:nth-child(2) {
		width: 25%;
		height: 100%;
		padding-left: 30px;
		vertical-align: bottom;
	}
	.teikeitokuten.detail .toiawase h6 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.teikeitokuten.detail .toiawase h6 span {
		border-bottom: 4px solid rgba(0,164,235,.3);
		padding-bottom: 3px;
	}
	#secom.teikeitokuten.detail .toiawase h6 span {
		border-color: rgba(0,59,148,.3);
	}
	.teikeitokuten.detail a.btn-toiawase {
		width: 49%;
		float: left;
		font-size: 130%;
		transition: .5s;
	}
	.teikeitokuten.detail a.btn-toiawase + a {
		margin-left: 2%;
	}
	.teikeitokuten.detail a.btn-toiawase:hover {
		opacity: .7;
	}
	.teikeitokuten.detail .toiawase a.btn-toiawase.secom {
		padding: 20px 10px;
	}
	.teikeitokuten.detail .toiawase a.btn-toiawase.secom > img {
		margin-bottom: 10px;
	}
	.teikeitokuten.detail .toiawase a.btn-toiawase.alsok {
		padding: 10px;
	}
	.teikeitokuten.detail .toiawase a.btn-toiawase.alsok > img {
		margin-bottom: 10px;
	}
	
	#secom.teikeitokuten.detail .borderbox {
		padding: 15px 140px 15px 20px;
		position: relative;
	}
	.teikeitokuten.detail .borderbox .absolute {
		position: absolute;
		right: 30px;
		top: -35px;
		width: 80px;
	}
	
	.teikeitokuten.detail .others .service dl {
		overflow: hidden;
		padding-bottom: 5px;
	}
	.teikeitokuten.detail .others .service dt {
		width: 100px;
		height: auto;
	}
	.teikeitokuten.detail .others .service dd {
		padding: 0 0 0 115px;
		height: auto;
	}
	.teikeitokuten.detail .others .service dd a.btn-toiawase.secom {
		width: 280px;
		font-size: 110%;
		padding: 5px 20px 5px 5px;
		border-width: 2px;
	}
  #alsok .bbox_list > .l_row {
    border-collapse: collapse;
  }
  #alsok .bbox_list > .l_row > li {
    border: 1px solid #ccc;
  }
  #alsok #premium .bbox_list > .l_row > li > img {
    width: 120px;
  }
	#alsok.teikeitokuten.detail .toiawase h6 span {
		border-color: rgba(29,80,163,.3);
	}
  #alsok #mimamori .bbox_list {
    position: relative;
  }
  #alsok #mimamori .bbox_list > .l_row {
    width: 49%;
  }
  #alsok #mimamori .bbox_list_tit {
    width: 49%;
  }
  #alsok #mimamori .bbox_list > *:nth-child(3),
  #alsok #mimamori .bbox_list > *:nth-child(4) {
    position: absolute;
    right: 0;
  }
  #alsok #mimamori .bbox_list > *:nth-child(3) {
    top: 0;
  }
  #alsok #mimamori .bbox_list > *:nth-child(4) {
    bottom: 0;
  }
  #alsok #mimamori .bbox_list > .l_row > li > span {
    height: 5em;
  }
  #alsok .point_list_wrap {
    margin-left: -30px;
    margin-right: -30px;
  }
  #alsok .point_list {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 30px 10px;
  }
  #alsok .point_list + .point_list {
    margin-top: 10px;
  }
  #alsok .point_list > div {
    display: table-cell;
    vertical-align: top;
  }
	
	

}