/* ----------------------------------------------------------------------------
 * トップページのアイコン化
 * ------------------------------------------------------------------------- */
.modLytCol3::after {
  display: table;
  clear: both;
  content: "";
}

.modLytCol3 {
  margin: 10px 0;
}

.modLytCol3 > .col {
  margin: 0 0 10px;
  padding: 10px 0 0 70px;
  float: left;
}

.modLytCol3 > .col > *:first-child,
.modLytCol3 > .col > *:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.modLytCol3 a:hover,
.modLytCol3 a:active,
.modLytCol3 a:focus {
  opacity: 0.7;
}

.modLytCol3 .lytImg {
  width: 100%;
}

.modLytCol3 .lytImg img {
  max-width: 100%;
}



/* ----------------------------------------------------------------------------
 * アコーディオン
 * ------------------------------------------------------------------------- */
.sidetoggle_box {
	margin-left:20px;
}

#slidetoggle_menu {
	margin-left:-20px;

}

.sidetoggle_text {
	background:url("https://eset-info.canon-its.jp/files/user/common/img/ico_plus.png") left center no-repeat;
	cursor:pointer;
	text-decoration: underline;
	color: #06c;
	width:90%;
}

.sidetoggle_text span{
	margin-left:25px;
}

.sidetoggle_text.active {
	background:url("https://eset-info.canon-its.jp/files/user/common/img/ico_minus.png") left center no-repeat;
}

.sidetoggle_textbox {
	display:none;
	width:90%;
	padding-bottom:20px;
	margin-left:30px;
}


/* ----------------------------------------------------------------------------
 * ボックス
 * ------------------------------------------------------------------------- */
.modBoxTrg {
  margin: 32px 0;
  background: #fff;
  padding: 18px 14px 0;
  border: 1px solid #ccc;
}

.modBoxTrg img{
  vertical-align:middle;
}

.modBoxTrg > * {
  margin-top: 0;
  margin-bottom: 9px;
}

.modBoxTrg > .title {
  font-weight: bold;
  margin: -18px -14px 16px;
  padding: 13px 14px 10px;
  font-size: 16px;
  color: #3d3d3d;
  text-align: center;
  background: #f5f5f5;
}

.modBoxTrg > *:last-child {
  margin-bottom: 12px;
}
.modBoxTrg > br {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .modBoxTrg {
    height: auto !important;
  }

  .modBoxTrg > .title {
    height: auto !important;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .modBoxTrg > .title a::before {
    top: 7px;
  }
}

.modBox > .title + .modBoxTrg {
  margin-top: 20px;
}


.modTxt {
  margin: 0 0 18px;
  word-break: break-all;
}
.modTxt .img {
  display: block;
}



/* ------------------------------------
 * ボタン
 * --------------------------------- */

.modTbl th > * .btn,
.modTbl th > * .btnCv1,
.modTbl th > * .btnCv2,
.modTbl th > * .btnCv3, .modTbl td > * .btn,
.modTbl td > * .btnCv1,
.modTbl td > * .btnCv2,
.modTbl td > * .btnCv3,
.modTbl td > * .btnCv4 {
  min-width: 100%;
}

.btn,
.btnCv1,
.btnCv2,
.btnCv3,
.btnCv4 {
  width: 100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  opacity: 1 !important;
  position: relative;
  display: block;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
}
.btn > span,
.btnCv1 > span,
.btnCv2 > span,
.btnCv3 > span,
.btnCv4 > span {
  color: #fff;
  width: 100%;
  padding: 11px 36px 8px 28px;
  text-align: center;
  position: relative;
  display: block;
  box-sizing: border-box;
}
.btn > span:before,
.btnCv1 > span:before,
.btnCv2 > span:before,
.btnCv3 > span:before,
.btnCv4 > span:before {
  width: 11px;
  height: 11px;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  left: 12px;
  background-image: url(https://eset-info.canon-its.jp/files/user/common/img/ico_sprites.png);
  content: "";
}
.btn > span.img,
.btnCv1 > span.img,
.btnCv2 > span.img,
.btnCv3 > span.img,
.btnCv4 > span.img {
  padding: 10px 65px 10px 28px;
}
.btn > span.img img,
.btnCv1 > span.img img,
.btnCv2 > span.img img,
.btnCv3 > span.img img,
.btnCv4 > span.img img {
  margin: -24px 0 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 10px;
}
.btn.img,
.btnCv1.img,
.btnCv2.img,
.btnCv3.img,
.btnCv4.img {
  min-height: 65px;
}

.btn {
  color: #141414;
  background: #c4c4c4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #c4c4c4));
  background: -moz-linear-gradient(top, #f1f1f1 0%, #c4c4c4 100%);
  background: -ms-linear-gradient(top, #f1f1f1 0%, #c4c4c4 100%);
  background: gradient(to bottom, #f1f1f1 0%, #c4c4c4 100%);
}
.btn > span:before {
  background-position: -76px -35px;
}

.btn:hover,
.btn:focus,
.btn:active {
  color: #141414;
  background: #f1f1f1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4c4c4), color-stop(100%, #f1f1f1));
  background: -moz-linear-gradient(top, #c4c4c4 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #c4c4c4 0%, #f1f1f1 100%);
  background: gradient(to bottom, #c4c4c4 0%, #f1f1f1 100%);
}

.btnCv1,
.btnCv2,
.btnCv3,
.btnCv4 {
  color: #fff;
  text-decoration: none; 
}

.btnCv1:hover,
.btnCv1:focus,
.btnCv1:active,
.btnCv2:hover,
.btnCv2:focus,
.btnCv2:active,
.btnCv3:hover,
.btnCv3:focus,
.btnCv3:active,
.btnCv4:hover,
.btnCv4:focus,
.btnCv4:active {
  color: #fff;
  text-decoration: none; 
}

/* コンバージョンボタン1 */
.btnCv1 {
  background: #e12b13;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb6050), color-stop(100%, #e12b13));
  background: -moz-linear-gradient(top, #fb6050 0%, #e12b13 100%);
  background: -ms-linear-gradient(top, #fb6050 0%, #e12b13 100%);
  background: gradient(to bottom, #fb6050 0%, #e12b13 100%);
}
.btnCv1 > span:before {
  background-position: -60px -35px;
}

.btnCv1:hover,
.btnCv1:focus
.btnCv1:active {
  background: #fb6050;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e12b13), color-stop(100%, #fb6050));
  background: -moz-linear-gradient(top, #e12b13 0%, #fb6050 100%);
  background: -ms-linear-gradient(top, #e12b13 0%, #fb6050 100%);
  background: gradient(to bottom, #e12b13 0%, #fb6050 100%);
}

/* コンバージョンボタン2 */
.btnCv2 {
  background: #033568;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b5290), color-stop(100%, #033568));
  background: -moz-linear-gradient(top, #0b5290 0%, #033568 100%);
  background: -ms-linear-gradient(top, #0b5290 0%, #033568 100%);
  background: gradient(to bottom, #0b5290 0%, #033568 100%);
}
.btnCv2 > span:before {
  background-position: -44px -35px;
}

.btnCv2:hover,
.btnCv2:focus
.btnCv2:active {
  background: #0b5290;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #033568), color-stop(100%, #0b5290));
  background: -moz-linear-gradient(top, #033568 0%, #0b5290 100%);
  background: -ms-linear-gradient(top, #033568 0%, #0b5290 100%);
  background: gradient(to bottom, #033568 0%, #0b5290 100%);
}

/* コンバージョンボタン3 */
.btnCv3 {
  background: #1d6773;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d8a9c), color-stop(100%, #1d6773));
  background: -moz-linear-gradient(top, #1d8a9c 0%, #1d6773 100%);
  background: -ms-linear-gradient(top, #1d8a9c 0%, #1d6773 100%);
  background: gradient(to bottom, #1d8a9c 0%, #1d6773 100%);
}
.btnCv3 > span:before {
  background-position: -28px -35px;
}

.btnCv3:hover,
.btnCv3:focus
.btnCv3:active {
  background: #1d8a9c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d6773), color-stop(100%, #1d8a9c));
  background: -moz-linear-gradient(top, #1d6773 0%, #1d8a9c 100%);
  background: -ms-linear-gradient(top, #1d6773 0%, #1d8a9c 100%);
  background: gradient(to bottom, #1d6773 0%, #1d8a9c 100%);
}

/* コンバージョンボタン4 */

.btnCv4 {
  background: #e12b13;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #f55c00), color-stop(0.00, #dea906));
  background: -moz-linear-gradient(top, #dea906 0%, #f55c00 97%);
  background: -ms-linear-gradient(top, #dea906 0%, #f55c00 97%);
  background: gradient(to bottom, #dea906 0%, #f55c00 97%);
}
.btnCv4 > span:before {
  background-position: -60px -35px;
}

.btnCv4:hover,
.btnCv4:focus
.btnCv4:active {
  background: #fb6050;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.98, #dea906), color-stop(0.01, #f55c00));
  background: -moz-linear-gradient(top, #f55c00 1%, #dea906 98%);
  background: -ms-linear-gradient(top, #f55c00 1%, #dea906 98%);
  background: gradient(to bottom, #f55c00 1%, #dea906 98%);
}


.modBtn,
.modBtnCol2,
.modBtnCol3,
.modBtnLeft,
.modBtnRight {
  margin: 32px auto;
  display: table;
}
.modBtn li,
.modBtnCol2 li,
.modBtnCol3 li,
.modBtnLeft li,
.modBtnRight li {
  padding: 0 0 0 30px;
  vertical-align: top;
  display: table-cell;
  list-style-type:none;
}
.modBtn li:first-child,
.modBtnCol2 li:first-child,
.modBtnCol3 li:first-child,
.modBtnLeft li:first-child,
.modBtnRight li:first-child {
  padding-left: 0;
}
.modBtn a, .modBtn button,
.modBtnCol2 a,
.modBtnCol2 button,
.modBtnCol3 a,
.modBtnCol3 button,
.modBtnLeft a,
.modBtnLeft button,
.modBtnRight a,
.modBtnRight button {
  width: 270px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color:ff0000;
}

