@charset "utf-8";
@media screen and (max-width:767px) {

.line {
  width: 210px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  transition: 0.3s;
}

img {
  max-width: 100%;
}
.container {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.top {
  height: auto;
  -webkit-background-size: cover;
  background-size: cover;
}

.top h1 {
  top: 0;
  padding-top: 2rem;
}

.top .btn-5 {
  top: auto;
  bottom: -3rem;
}

.reason .campaign {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.reason {
  padding: 1rem 0 2rem;

}

.reason dl dt {
  font-size: 1.5rem;
  text-align: left;
  justify-content: flex-start;
}

.reason dl dt img {
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
}

.reason dl dd {
  font-size: 1rem;
  text-align: left;
}

.reason dl dd strong {
  font-size: 1.2rem;
}

.voice {
  padding: 2rem 0;
}

.voice .voice-contents {
  display: block;
  background-color: #fff;
  padding: 1rem;
}

.voice .voice-contents .voice-left {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.voice .voice-contents .voice-left ul {
  display: flex;
  justify-content: space-between;
}

.voice .voice-contents .voice-left ul li {
  width: 49%;
}

.voice .voice-contents .voice-right {
  width: 100%;
  padding: 0;
}

.voice .voice-contents .voice-right ul li {
  padding: 1rem;
  padding-bottom: 0;
}

.voice .voice-contents .voice-right dl, .voice .voice-contents .voice-bottom dl {
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}

.voice .voice-contents .voice-right dl dt, .voice .voice-contents .voice-bottom dl dt {
  font-size: 1rem;
}

.voice .voice-contents .voice-right dl dd, .voice .voice-contents .voice-bottom dl dd {
  font-size: 0.85rem;
}


.merit {
  padding: 2rem 10px;
}

.flow h1 {
  text-align: center;
  padding: 1rem 0;
}

.flow h1 img {
  width: 60%;
}

.flow .flow-contents1 {
  background-position: center -45px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.flow .flow-contents2 {
  padding: 2rem 0;
}

.flow .flow-contents2 .step-contents {
  display: block;
}

.flow .flow-contents2 .left-box {
  padding: 1rem;
  display: block;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

.flow .flow-contents2 .left-box img {
  width: 3rem;
}

.flow .flow-contents2 .right-box {
  padding: 1rem;
  border-radius: 0 0 5px 5px;
}

.flow .flow-contents2 .right-box dl dt {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.flow .flow-contents2 .right-box dl dd.point {
  font-size: 1rem;
}

.flow .flow-contents2 .right-box dl dd {
  font-size: 0.85rem;
}

.flow .flow-contents2 .right-box dl.belo dt {
  font-size: 1rem;
}

.pop-pc{
    display: none;
}

.pop-sp{
    display: block;
    margin-top: 20px;
}

.ratio h1 {
  padding: 1rem 0;
  text-align: center;
}

.ratio h1 img {
  width: 50%;
}

.ratio .container {
  padding: 2rem 0;
  background-position: center -45px;
}

.ratio .ratio-box {
  display: block;
}

.ratio .ratio-box .left-box {
  width: 100%;
  margin-bottom: 4rem;
}

.ratio .ratio-box .right-box {
  width: 100%;
}

.charge {
  padding: 2rem 0;
}

.charge h1 {
  margin-bottom: 1rem;
}

.charge .charge-contants .btn-5 {
  margin-top: 1rem;
}

.faq {
  padding: 2rem 0;
}

.faq h1 {
  margin-bottom: 1rem;
}

.faq .faq-contents dl {
  border-radius: 5px;
  padding: 1rem;
}

.faq .faq-contents dl dt {
  -webkit-background-size: 1.5rem 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-position: left top;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}

.faq .faq-contents dl dd {
  -webkit-background-size: 1.5rem 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-position: left top;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.profile h1 {
  text-align: center;
  padding: 1rem 0;
}

.profile h1 img {
  width: 60%;
}

.profile .container {
  padding: 2rem 0;
  background-position: center -45px;
}

.profile .container .img01 {
  display: block;
  margin: 0 auto;
  margin-right: -2rem;
}

.profile .bottom-contents {
  height: auto;
  padding: 0 10px 2rem;
}

.profile .bottom-contents {
  -webkit-background-size: cover;
  background-size: cover;
}

.page .page-wrap {
  padding: 2rem 0;
}

.page .page-wrap h2 {
  font-size: 1.5rem;
}

.page .page-contents {
  padding: 2rem 10px;
}

.page .page-contents dl {
  width: 100%;
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.page .page-contents dl dt {
  width: auto;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.page .page-contents dl dd {
  width: 100%;
}

.page-contents dl dd input, .page-contents dl dd textarea {
  font-size: 1rem;
  padding: 0.8rem;
}

.page .page-contents .kiyaku ul {
  margin-bottom: 1rem;
}
















}
