@media screen and (max-width: 767px) {
	
.footer__logo {
	text-align: center;
}	
	
  .footer__logo img{
    width: 200px;
  }
}



.sponly{
	display: none;
}



@media screen and (max-width: 767px) {


.sponly{
	display: block;
}


.slide_annai{
	text-align: right;
	padding-top: 10px;
	font-weight: bold;
}
	

}



@media screen and (max-width: 767px) {

    .point1-table {
        width: 36em;
    }

    .point1-table tr.lg td {
        font-size: 0.6875em;
    }

    .point1-table tr > :nth-of-type(1) {
        width: 11em;
    }

    .point1-table tr > :nth-of-type(2) {
        width: 10em;
    }

    .point1-table tr th.color::after {
        width: 8.5em;
    }

    .point1-table tr.lg td.color span.color-lg {
        font-size: 2.25em;
    }

    .point1-table tr.lg td.ab span.xl {
        font-size: 3.2em;
    }

}


.yoko{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.cright{
	padding: 20px 0;
	font-size: 12px;
	color: gray;
	text-align: center;
}

.cright_white{
	padding: 20px 0;
	font-size: 12px;
	color: white;
	text-align: center;
}

@media screen and (max-width: 768px) {
  .fv__button.button::before {
    right: 1em;
  }
}

.p-button--wrap {
  width: 55%;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-button--wrap {
    width: 80%;
  }
}

ol.kakko-number {
  counter-reset: cnt;
}

ol.kakko-number li,
ol.kakko-number li.kakko-number__item {
  padding-left: 1.5em;
  counter-increment: cnt;
  margin-bottom: 0;
  position: relative;
}

ol.kakko-number li::before,
ol.kakko-number li.kakko-number__item::before {
  content: "(" counter(cnt) ")";
  font-size: 0.875em;
  background-color: unset;
}
