@charset "UTF-8";
/* CSS Document */

/* 汎用 */
.img-over:hover {
opacity: .8;
}

.wimax-copy {
font-size: 1.6rem;
font-weight: bold;
color: #e11b80;
}

.mod-table .total *+ td:not(:empty).wimax-black {
  color: #000;
}

/* 注意事項BOX */
.notes_box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.notes_box dt {
  background: #000;
  color: #fff;
  padding: 7px 13px 7px 10px;
  letter-spacing: 2px;
  line-height: 1.3;
  position: relative;
  box-sizing: border-box;
  min-width: 54px;
}
.notes_box dt span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.notes_box dd {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
.notes_box {
  font-size: 12px;
  font-size: 1.2rem;
}
.notes_box dt {
  padding: 7px 10px;
  min-width: 26px;
}
}

/* メインビジュアル */
.str-kv {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.str-kv img {
  user-select: none;
  border-radius: 8px;
  width: 100%;
  height: auto;
}
.str-kv .kv-btn {
  color: transparent;
  background: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
@media only screen and (min-width:768px) {
  .str-kv {
    margin-bottom: 40px;
  }
  .str-kv .kv-btn {
    right: 3.5%;
    bottom: 18%;
    width: 14%;
    height: 30%;
    border-radius: 50%;
  }
  .str-kv .kv-btn:hover {
    opacity: .2;
  }
  .str-kv .kv-btn::before {
    content: initial;
  }
}
@media only screen and (max-width:767px) {
  .str-kv {
    max-width: 640px;
    margin-bottom: 25px;
  }
  .str-kv .kv-btn {
    right: 0;
    bottom: 20.8%;
    left: 0;
    width: 78.5%;
    height: 9%;
    margin: auto;
    border-radius: 1vw;
  }
}


/* よくある質問 */
.faq_list ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.faq_list ul li {
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 12px;
}
.faq_list ul li:nth-child(even) {
  margin-right: 0;
}
@media only screen and (max-width:767px) {
.faq_list ul {
  display: block;
}
.faq_list ul li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
}

.mod-lytBox-02 > .mod-box {
	display: flex;
	justify-content: center;
}

.mod-lytBox-02 > .mod-box > .txt {
	padding-left: 50px;
}

@media only screen and (max-width: 767px){
	.mod-lytBox-02 > .mod-box {
		display: block;
	}
		
	.mod-lytBox-02 > .mod-box > .txt {
		padding-left: 0;
	}
	

}

.mod-lytImg img {
  height: auto;
}

.mod-box .img img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px){
  .mod-lytImg img {
    width: 100%;
    height: auto;
  }
}
