@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------- common --------------------------------------------------*/
html, body {
  background-color: #f5f5f4;
  margin: 0 auto;
  color: #1a1e1f;
  font-size: 14.4px;
  line-height: 1.6;
  letter-spacing: .1em;
}
p {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 540px) {
  html, body {
    font-size: 2.6666666667vw;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #888888;
  text-decoration: underline;
}

sup, sub {
  font-size: 0.6em;
}

sup {
  vertical-align: top;
}

hr {
  border: none;
  border-top: 2px dotted #d0cecf;
}

:focus {
  outline: none;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.container {
  font-family: Arial, sans-serif !important;
  overflow: hidden;
  background-color: #FFF;
}
@media print, screen and (min-width: 541px) {
  .container {
    margin: 0 auto;
    width: 540px;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.15);
  }
}

.inner {
  padding: 0 5.3333333333%;
}

.txt-orange {
  color: #e77b51;
}

.note {
  font-size: 11.52px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 540px) {
  .note {
    font-size: 2.1333333333vw;
  }
}

.notes > li {
  padding-left: 1em;
  font-size: 12.96px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 540px) {
  .notes > li {
    font-size: 2.4vw;
  }
}
.notes > li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.mb-1e {
  margin-bottom: 1em;
}

.effected, .effected::before, .effected::after, .effected > *, .effected > *::before, .effected > *::after {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1, 1) !important;
}

/*-------------------------------------------------- main --------------------------------------------------*/
h1 {
	margin: 0;
}
/*.kv {
	margin-bottom: 80px;
}*/
.kv .kv_txt {
	position: relative;
	background:#f1eeed;
	background-size: contain;
}
.kv .kv_txt .btn{
	position: absolute;
	top: 45px;
	left: 8%;
    width: 84%;

}
.kv .kv_txt p {
	text-align: center;
	padding: 0px 0 165px;
	font-size: 13px;
	line-height: 2;
}
.kv .kv_txt p span.tag {
	font-size: 22px;
	font-weight: bold;
}
.kv .kv_txt p span.line {
	border-bottom: 1px solid #262626;
	padding-bottom: 3px;
}
.kv .kv_txt img {
	width: 100%;
	display: block;
    margin: 0 auto;
}

.kv .kv_txt02 p {
	text-align: center;
	font-size: 13px;
	line-height: 2;
}
.kv .kv_txt02 .btn{
    width: 84%;
	margin:4% 8% 6%;
}
.step .ttl {
	background: url("../img/ttl_step02.png") center bottom no-repeat;
	background-size: contain;
}
.step .ttl p {
	text-align: center;
	padding: 0px 0 71px;
	font-size: 12px;
	line-height: 2;
	margin: 10px 0 0;
}
.step .step_03 {
	position: relative;
	padding-bottom: 175px;
}
.step .step_03 .btn {
	position: absolute;
	bottom: 75px;
	left: 8%;
    width: 84%;
    padding: 1.2em 0em;
}
.step p {
	text-align: center;
    font-size: 13px;
    margin: 20px 0 70px;
}

.outline {
	width: 85%;
    border-top: 1px solid #262626;
    margin: 0 auto 100px;
}
.outline h2 {
	text-align: center;
	font-weight: bold;
	margin: 20px 0;
}
.outline p {
	font-size: 13px;
}
.method__terms {
	margin-top: 30px;
}
.method__terms-txt {
  padding: 4% 3.3333333333% 4% 4%;
  border: #333333 solid 1px;
  font-size: 12.96px;
  height: 25em;
  overflow-y: scroll;
}
/*.method__terms-txt p {
	margin-bottom: 2em;
}*/
.method__terms-txt dd {
	margin-bottom: 2em;
}

.info img {
	max-width: 300px;
    display: block;
    margin: 60px auto;
}

@media screen and (max-width: 540px) {
	/*.kv {
		margin-bottom: 15vw;
	}*/
	.kv .kv_txt p {
		padding: 0px 0 35vw;
	}
	.kv .kv_txt p span.tag {
		font-size: 16px;
	}
	.step .ttl p {
		padding: 0px 0 50px;
		font-size: 8px;
	}
	.step .step_03 p {
		font-size: 10px;
	    margin: 20px 0 3vw;
	}
	.info img {
		max-width: 70%;
		max-height: 25vw;
	}
	.outline ul li {
		font-size: 10px;
	}
	.method__terms-txt {
	  font-size: 10px;
	}

}

/*-------------------------------------------------- footer --------------------------------------------------*/
#footer {
  padding: 9.3333333333% 0;
  color: #fff;
  background: #2c2b2b;
}
#footer h2 {
  padding-bottom: 7.4626865672%;
}
#footer h2 img {
  width: 38.8059701493%;
}
#footer .nav {
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
}
#footer .nav li {
  margin: 1.5em 0;
  font-size: 20.16px;
}
@media screen and (max-width: 540px) {
  #footer .nav li {
    font-size: 3.7333333333vw;
  }
}
#footer .nav li a {
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin-top: 1.8em;
  font-size: 17.28px;
}
@media screen and (max-width: 540px) {
  #footer .copyright {
    font-size: 3.2vw;
  }
}
