@charset "UTF-8";
/*------------------------------------------------------------
	サイト幅でセンタリング
------------------------------------------------------------*/
/*------------------------------------------------------------
	breakpoint
------------------------------------------------------------*/
/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	Other
------------------------------------------------------------*/
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
  margin-bottom: 74px;
  background-image: url(../img/secure/main_img.jpg);
}

@media screen and (max-width: 896px) {
  .mainImg {
    margin-bottom: 12px;
    background-image: url(../img/secure/sp_main_img.jpg);
  }
}

.comTxt {
  margin: 0 -132px 33px 0;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: normal;
  min-height: 430px;
  box-sizing: border-box;
  background-size: 862px auto;
}

@media screen and (max-width: 896px) {
  .comTxt {
    margin: 0 0 42px;
    min-height: 48.4375vw;
    background-size: 100% auto;
    font-size: 1.4rem;
    line-height: 1.71;
    background-position: center center;
  }
}

.comTxt .sub {
	max-width: 670px;
	text-align: justify;
	word-wrap: break-word;
	letter-spacing: 0;
}

.comTxt .ttl {
  margin-bottom: 15px;
  font-size: 3.2rem;
  line-height: 1.44;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
	.comTxt .sub {max-width: initial;}
  .comTxt .ttl {
    margin-bottom: 6px;
    font-size: 1.5rem;
    line-height: 1.53;
    letter-spacing: 0.06em;
  }
}

.secure .headLine01 .txtSpan {
  margin-right: 30px;
}

.secure .headLine01 .txtSpan02 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  vertical-align: 17px;
  display: inline-block;
}

.secure .headLine01 .txtSpan02::first-letter {
  color: #007ad2;
}

@media screen and (max-width: 896px) {
  .secure .headLine01 .txtSpan02 {
    font-size: 2rem;
    vertical-align: 12px;
  }
}

.secure .comBox .imgBox {
  margin-bottom: 214px;
}

@media screen and (max-width: 896px) {
  .secure .comBox .imgBox {
    margin-bottom: 48px;
  }
}

.secure .comBox .imgBox .photoBox {
  margin-bottom: 22px;
}

.secure .comBox .imgBox .textBox {
  margin-top: -2px;
}

.secure .comBox .imgBox .textBox .headLine01 {
  margin-bottom: 71px;
  margin-right: -20%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 896px) {
  .secure .comBox .imgBox .textBox .headLine01 {
    margin: 0 0 22px;
  }
}

.secure .comBox .imgBox .textBox .comBoxSub {
  position: static;
}

.secure .comBox .imgBox .textBox .comBoxSub::after {
  height: 731px;
  right: 0;
}

@media screen and (max-width: 896px) {
  .secure .comBox .imgBox .textBox .comBoxSub::after {
    display: none;
  }
}

@media screen and (max-width: 896px) {
  .secure .comBox .imgBox .textBox .spBox {
    position: relative;
  }
  .secure .comBox .imgBox .textBox .spBox::after {
    width: 150px;
    height: 621px;
    background-color: #F4F5F7;
    transform-origin: right top;
    transform: skew(-32deg);
    position: absolute;
    top: -0;
    right: -170px;
    content: "";
    z-index: -1;
    mix-blend-mode: multiply;
  }
}

.secure .comBox .imgBox .textBox p a[target="_blank"] {
  padding-right: 20px;
  color: #29a5dc;
  background: url(../img/common/icon04.png) no-repeat right center;
  background-size: 19px auto;
}

.secure .comBox .imgBox .textBox p a[target="_blank"]:hover {
  opacity: 0.7;
}

@media screen and (max-width: 896px) {
  .secure .comBox .imgBox .textBox p {
    margin-bottom: 14px;
    line-height: 1.714;
	letter-spacing: 0;
  }
  .secure .comBox .imgBox .textBox .ttl {
	letter-spacing: -0.01em;
  }
}

.secure .comBox .imgBox .textBox .text {
  margin-bottom: 9px;
}

.secure .comBox .imgBox02 .textBox .comBoxSub::after {
  right: 120px;
}

.secure .comBox .secureDl {
  padding-top: 4px;
}

.secure .comBox .secureDl dt {
  margin-bottom: 7px;
  font-size: 1.8rem;
  color: #0071B6;
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 896px) {
  .secure .comBox .secureDl dt {
    letter-spacing: 0;
  }
}

.secure .comBox .secureDl dd {
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.71;
  text-align: justify;
  text-justify: inter-ideograph;
}

.secure .comBox .secureUl {
  padding-top: 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 896px) {
  .secure .comBox .secureUl {
    padding-top: 7px;
  }
}

.secure .comBox .secureUl li {
  width: 48.2%;
}

.secure .comBox .secureUl li img {
  width: 100%;
}

@media all and (min-width: 897px) and (max-width: 1200px) {
  .secure .headLine01 {
    font-size: 6rem;
  }
  .secure .headLine01 .txtSpan02 {
    vertical-align: 5px;
  }
}

@media all and (min-width: 897px) and (max-width: 1450px) {
  .secure .comBox .imgBox .textBox .headLine01 {
    margin-right: 0;
  }
}
