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

.l-heder {
    margin-bottom: 15%;
    padding-bottom: 5%;
    min-width: 100%;
}
.mainVisual__photo {
    position: relative;
    background: url(../images/mainVisual_sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 80%;
}
.mainVisual .img {
    padding-top: 85%;
}
.mainVisual .img--01 {
    background: url(../images/_mainVisual_item01_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.mainVisual .img--02 {
    background: url(../images/_mainVisual_item02_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.mainVisual .img--03 {
    background: url(../images/mainVisual_item03_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.mainVisual .img--04 {
    background: url(../images/_mainVisual_item04_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.mainVisual .img--05 {
    display:none;
    background-repeat: no-repeat;
    background-size: contain;
}
.mainVisual .img--06 {
    background: url(../images/_mainVisual_item06_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.mainVisual .img--07 {
    background: url(../images/_mainVisual_item07_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.mainVisual .img--08,
.mainVisual .img--09 {
    display: none;
}
.l-footer {
    margin-top: 10%;
    padding: 5%;
    border-top: 1px solid #43a047;
}
.footer .copy {
    font-size: 11px;
    line-height: 20px;
}
.wrap {
    width: 100%;
}
.btn__caption {
    font-size: 14px;
    line-height: 34px;
    background: url(../images/icon_cta.png) no-repeat center;
}
.btn__application {
    width: 92%;
    margin: 0 auto;
}
.btn__application a {
    font-size: 15px;
    line-height: 60px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    letter-spacing: 0.01em;
}
.btn__application a:before{
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    left: 5%;
    top: 46%;
}
.btn__application a:hover {
    letter-spacing: 0;
}
.btn__application a:hover:before {
    left: 5%;
}
.title {
    font-size: 24px;
    line-height: 32px;
    position: relative;
    margin-top: 51px;
    padding: 3% 0;
}
.title:before {
    position: absolute;
    top: -46px;
    right: 0;
    left: 0;
    width: 213px;
    height: 42px;
    margin: auto;
    content: '';
    background: url(../images/icon_ttl.png) no-repeat;
    background-size: 100% auto;
}

.service {
    padding: 0 0 15%;
}
.service .item {
    margin: 6%;
}
.service .item .item__list {
    display: block;
    width: 100%;
    padding-top: 1%;
    margin-bottom: 4%;
}
.service .item .item__list:nth-child(2) {
    margin: 0 0 4%;
}
.service .itemBox {
    position: relative;
    width: 90%;
    height: 200px;
    padding-top: 4%;
}
.service .itemBox p {
    font-size: 18px;
    line-height: 26px;
}
.service .itemBox img {
    position: absolute;
    right: 0;
    bottom: 14px;
    left: 0;
    width: 168px;
    margin: auto;
}
.service .itemList {
    padding: 0 10% 3%;
}
.service .itemList p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 2% 8%;
    text-indent: -1.2em;
}
.service .itemList p:before {
    font-size: 14px;
}

.example {
    padding: 10% 0 15%;
}
.example .price {
    font-size: 16px;
    line-height: 30px;
    margin: 6% 0 3%;
    padding-left: 100px;
    background-size: 57% auto;
}
.example .item {
    letter-spacing: -.8em;
}
.example .item .item__list {
    display: block;
    width: 298px;
    margin: 0 auto 2%;
}
.example .item .item__list:nth-child(3n) {
    margin: 0 auto 2%;
}
.example .itemBox p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
    margin-left: 8px;
}
.example .btn__application {
    margin-top: 4%;
}

.order {
    padding: 8% 0 13%;
}
.order .item {
    margin: 8% 4% 0;
}
.order .item .item__list {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10%;
    padding: 4% 21%;
    background-size: 15% auto;
    background-position: 10px center;
}
.order .item .item__list:nth-child(2) {
    background-size: 15% auto;
    background-position: 10px center;
}
.order .item .item__list:nth-child(3) {
    margin-bottom: 10px;
    background-size: 15% auto;
    background-position: 10px center;
}
.order .item .item__list img {
    right: 10px;
    width: 55px;
}
.order .item .item__list:before {
    bottom: -50px;
    width: 30px;
    background-size: 100% auto;
}
.order .note {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5%;
    margin-left: 0;
}

.consultation {
    margin-bottom: 25%;
    text-align: center;
}
.consultation .lead {
    font-size: 14px;
    line-height: 24px;
    margin: 6% 4% 3%;
}
.consultation .lead span {
    font-size: 14px;
    line-height: 24px;
}
.consultation img {
    width: 92%;
}

.support {
    margin-bottom: 0;
}
.support .balloon {
    margin: 8% 4% 0;
}
.support .balloon:nth-of-type(2) {
    margin-top: 4%;
}
.support .balloon__img,
.support .balloon__txt {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}
.support .balloon__txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    position: relative;
    width: 74%;
    padding: 4%;
    border: solid 1px #66bb6a;
    box-sizing: border-box;
}
.support .balloon__img p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
}
.support .balloon__img img {
    width: 100%;
}
.support .balloon__img--top {
    margin-right: 5%;
    width: 20%;
}
.support .balloon__txt--top:before {
    position: absolute;
    top: 33px;
    left: -18px;
    content: '';
    border-top: 8px solid transparent;
    border-right: 18px solid #66bb6a;
    border-bottom: 8px solid transparent;
}
.support .balloon__txt--top:after {
    position: absolute;
    top: 33px;
    left: -15px;
    content: '';
    border-top: 8px solid transparent;
    border-right: 17px solid #fff;
    border-bottom: 8px solid transparent;
}

.support .balloon__img--bottom {
    margin-left: 5%;
    width: 20%;
}
.support .balloon__txt--bottom:before {
    position: absolute;
    top: 33px;
    right: -18px;
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 18px solid #66bb6a;
}
.support .balloon__txt--bottom:after {
    position: absolute;
    top: 33px;
    right: -15px;
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 17px solid #fff;
}
.support .form {
    box-sizing: border-box;
    margin: 8% 0 0;
    padding: 8% 4%;
}
.support .form__txt,
.support .form__img {
    display: block;
}
.support .form__txt {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    margin-right: 0;
}
.support .form__txt span {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}
.support .form__img {
    width: 100%;
    margin-top: 4%;
}


.interview {
    padding: 10% 0 15%;
}
.interview .item {
    margin: 8% 4% 3%;
}
.interview .item .item__list {
    margin-bottom: 3%;
}
.interview .item .item__list:last-child {
    margin-bottom: 5%;
}
.interview .itemBox {
    padding: 5% 4%;
}
.interview .itemBox .itemBox__ttl {
    margin-bottom: 6px;
    text-align: center;
}
.interview .itemBox .itemBox__ttl img {
    width: 70px;
    margin-right: 10px;
}
.interview .itemBox .itemBox__ttl p {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #43a047;
}
.interview .itemBox .itemBox__balloon {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    position: relative;
    margin-bottom: 17px;
    padding: 4%;
    text-align: center;
    border-radius: 20px;
    background: #dce775;
}
.interview .itemBox .itemBox__balloon:before {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    content: '';
    border: 15px solid transparent;
    border-top: 15px solid #dce775;
}
.interview .itemBox .itemBox__img,
.interview .itemBox .itemBox__txt {
    display: block;
}
.interview .itemBox .itemBox__img {
    box-sizing: border-box;
    width: 298px;
    height: 298px;
    margin: 0 auto;
    padding: 4%;
    background: url(../images/interview_bg.png);
}
.interview .itemBox .itemBox__img img {
    width: 268px;
    height: 268px;
}
.interview .itemBox .itemBox__txt {
    width: 96%;
    margin: 1% auto;
}
.interview .itemBox .itemBox__txt p,
.interview .itemBox .itemBox__txt span {
    font-size: 14px;
    line-height: 24px;
}
.interview .itemBox .itemBox__txt p:nth-of-type(2) {
    margin-top: 5%;
    padding-top: 4%;
}

.offer {
    margin: 20% 0;
}
.offer .coupon {
    padding: 0 3%;
    margin-top: 8%;
}
.offer .coupon .coupon__item {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 4%;
    padding: 3%;
    letter-spacing: normal;
    background: #f1f8e9;
}
.offer .coupon .coupon__item:nth-child(2) {
    margin-left: 0;
}
.offer .coupon .coupon__item p {
    font-size: 30px;
    font-weight: bold;
    line-height:40px;
    padding: 8% 0;
    text-align: center;
    color: #43a047;
    border: 1px solid #66bb6a;
}
.offer .note {
    font-size: 12px;
    line-height: 20px;
    float: right;
    width: 100%;
    margin-top: 4%;
    padding-left: 3%;
}

.qa {
    margin-top: 23%;
}
.qa .qaList {
    margin: 8% 4% 0;
}
.qa .qaList .qaList__item {
    font-size: 14px;
    line-height: 26px;
    padding-left: 15%;
}
.qa .qaList .qaList__item:nth-child(odd) {
    font-size: 16px;
    margin-bottom: 5%;
}
.qa .qaList .qaList__item:nth-child(even) {
    margin-bottom: 5%;
    padding-bottom: 5%;
}
.qa .qaList .qaList__item:before {
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    position: absolute;
    top: -5px;
    left: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 2px solid #43a047;
    border-radius: 50%;
}


}


@media screen and (max-width: 320px) {
.btn__application a {
    font-size: 14px;
    line-height: 60px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
}
.btn__application a:before{
    border: none;
}
}
