.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.btn {
    position: relative;
}
.btn a {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    color: #fff;
    border-radius: 50px;
    border: none;
    background: #FFE100;
    background: linear-gradient(180deg, #ffe100 0%, #f49c00 70%);
    cursor: pointer;
    width: 387px;
    display: block;
    box-sizing: border-box;
    letter-spacing: 3px;
    padding-right: 10px;
    max-width: 100%;
    transition: all 0.5s;
}
.btn a:hover {
    background: #000;
    transition: all 0.5s;
}
.btn a:hover::after {
    transform: translateX(10px);
    transition: all 0.5s;
}
.btn a::after {
    content: "";
    position: absolute;
    top: 27px;
    right: 21px;
    width: 23px;
    height: 26px;
    background: url("../img/shared/icon_arrow.png") no-repeat;
    background-size: 100%;
    transition: all 0.5s;
}
.title-shared {
    text-align: center;
    font-weight: bold;
    color: #0456a7;
    font-size: 34px;
    position: relative;
    z-index: 0;
    letter-spacing: 0;
}
.title-shared span {
    position: absolute;
    font-size: 122px;
    opacity: 0.5;
    color: #fff;
    top: -9px;
    left: 0;
    right: 0;
    z-index: -1;
}
#key-box {
    background: url("../img/index/key_bg.jpg") no-repeat center;
    background-size: cover;
}
#key-box .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 1290px;
    padding: 0 20px 50px;
    margin: 0 auto;
    justify-content: space-between;
}
#key-box .group .left {
    position: relative;
    width: 810px;
    margin-left: -11px;
}
#key-box .group .left h2 {
    font-size: 108px;
    font-style: italic;
    color: #0456A7;
    margin-bottom: 1px;
    position: relative;
    z-index: 0;
    line-height: 141px;
    letter-spacing: -8px;
    white-space: nowrap;
    transform: scale(0.85) translateX(-10%);
}
#key-box .group .left h2 small {
    font-size: 102px;
}
#key-box .group .left h2 span {
    position: relative;
    font-size: 134px;
    font-style: italic;
}
#key-box .group .left h2 span::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 30px;
    right: 57px;
    height: 42px;
    background: #faee00;
    transform: skewX(-37deg);
    z-index: -1;
}
#key-box .group .left .txt {
    color: #292626;
    margin-bottom: 5px;
    font-size: 21px;
    margin-left: 11px;
}
#key-box .group .left .list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: 10px;
    line-height: 20px;
    margin-bottom: 25px;
}
#key-box .group .left .list li {
    background: #fff;
    font-size: 21px;
    padding: 5px 22px;
    border-radius: 50px;
    color: #0456a7;
    text-align: center;
    margin-right: 11px;
}
#key-box .group .left .item {
    margin-left: 27px;
    width: 590px;
    letter-spacing: -1px;
    margin-bottom: 19px;
}
#key-box .group .left .item dt {
    position: relative;
    font-size: 26px;
    position: relative;
    z-index: 0;
    color: #fff;
    padding: 6px 58px;
    font-style: italic;
    margin-bottom: 7px;
}
#key-box .group .left .item.item2 dt {
    padding-left: 77px;
}
#key-box .group .left .item.item3 dt {
    padding-left: 75px;
}
#key-box .group .left .item.item3 dd {
    padding-left: 0;
    margin-left: 69px;
}
#key-box .group .left .item dt::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 40px;
    background: #02AAE9;
    background: linear-gradient(90deg, #02aae9 0%, #504298 100%);
    transform: skewX(-30deg);
    z-index: -1;
}
#key-box .group .left .item dt span {
    font-weight: 900;
    font-size: 30px;
    font-style: italic;
}
#key-box .group .left .item dd {
    font-size: 32px;
    color: #0456a7;
    position: relative;
    z-index: 0;
    margin-left: 110px;
    letter-spacing: -1px;
}
#key-box .group .left .item dd small {
    font-size: 10px;
    color: #231815;
    letter-spacing: 0px;
}
#key-box .group .left .item dd span {
    position: relative;
    display: inline-block;
    z-index: 0;
}
#key-box .group .left .item dd::after {
    content: "";
    position: absolute;
    top: -9px;
    left: -67px;
    right: 0;
    height: 55px;
    background: #02AAE9;
    background: rgba(255, 255, 255, 0.5);
    transform: skewX(-25deg);
    z-index: -1;
}
#key-box .group .left .item.item2 dd::after {
    left: -48px;
}
@media only screen and (min-width: 768px) {
	#key-box .group .left .item.item2 dd::after {
		height: 60px;
	}
	#key-box .group .left .item.item2 dd span::before{
		bottom: -10px;
	}
}
#key-box .group .left .item.item3 dd::after {
    left: -27px;
    height: 66px;
}
#key-box .group .left .item dd span::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 12px;
    background: #faee00;
    transform: skewX(-30deg);
    z-index: -1;
    right: 0;
}
#key-box .group .left .item2 {
    margin-left: 24px;
    margin-bottom: 15px;
}
#key-box .group .left .item.item2 dd {
    margin-top: 2px;
    margin-left: 90px;
    line-height: 20px;
}
#key-box .group .left .item3 {
    margin-left: 26px;
    margin-bottom: -19px;
}
#key-box .group .left .txt2 {
    text-align: center;
    width: 330px;
    color: #fff45c;
    font-size: 21px;
    position: relative;
    z-index: 0;
    margin-left: 70px;
    padding-top: 67px;
    line-height: 29px;
    letter-spacing: -1px;
}
#key-box .group .left .txt2::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -10px;
    right: 0;
    background: url("../img/index/key_deco1.png") no-repeat;
    background-size: auto 100%;
    z-index: -1;
    bottom: 0;
    height: 210px;
}
#key-box .group .left .photo {
    position: absolute;
    width: 482px;
    bottom: -75px;
    left: 400px;

}
#key-box .group .right {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 7px 5px 10px rgba(0, 0, 0, 0.3);
    width: 464px;
    margin-top: 29px;
    align-self: flex-start;
}
#key-box .group .right h3 {
    font-size: 27px;
    color: #fff;
    text-align: center;
    background: #02AAE9;
    background: linear-gradient(90deg, #02aae9 0%, #504298 100%);
    padding: 16px;
    box-sizing: border-box;
}
#key-box .group .right .fcform__main {
    padding: 34px 34px 38px 25px;
}
#key-box .group .right .fcform__main .form-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 29px;
    align-items: center;
}
#key-box .group .right .fcform__main .form-row .form-caption {
    width: 141px;
    font-size: 18px;
    color: #000;
    letter-spacing: -1px;
    line-height: 22px;
    font-weight: 500;
}
#key-box .group .right .fcform__main .form-row .form-caption .caption--askerisk {
    color: #e60012;
}
#key-box .group .right .fcform__main .form-row .form-value {
    width: calc(100% - 139px);
}
#key-box .group .right .fcform__main .form-row .form-value input {
    padding: 14px 31px;
    max-width: 100%;
    font-size: 19px;
    border-radius: 0;
	    border: 1px solid rgba(0, 0, 0, 0.5);
}
#key-box .group .right .fcform__main .form-row .form-value select {
    width: 100%;
    padding: 12px 29px;
    background: #fff;
    background: rgba(0, 0, 0, 0) url("../img/index/arrow_down.png") no-repeat scroll right 10px top 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #231815;
    font-size: 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
#key-box .group .right .fcform__main .form-row .form-value textarea {
    width: 100%;
    height: 122px;
    padding: 11px 20px;
    box-sizing: border-box;
    margin-top: 10px;
    font-size: 19px;
    line-height: 31px;
    max-width: 405px;
}
#key-box .group .right .fcform__main #privacy_checkbox {
    font-size: 18px;
    color: #000;
}
#key-box .group .right .fcform__main #privacy_checkbox .error {
    left: auto;
    bottom: 0px;
    right: -115px;
}
#key-box .group .right .fcform__main #privacy_checkbox input {
    transform: scale(1.3);
    margin-right: 3px;
    margin-top: -2px;
}
#key-box .group .right .fcform__main .form-row.drop-down {
    margin-top: 40px;
}
#key-box .group .right .fcform__main .form-row.row2 {
    flex-direction: column;
    margin-bottom: 0;
}
#key-box .group .right .fcform__main .form-row.row2 .error {
    bottom: -19px;
}
#key-box .group .right .fcform__main .form-row.row2 .form-caption {
    width: 100%;
}
#key-box .group .right .fcform__main .form-row.row2 .form-value {
    width: 100%;
}
#key-box .group .right .fcform__main .form-block {
    position: relative;
    margin-left: 20px;
}
#key-box .group .right .fcform__main .form-block::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 25px;
    background: url("../img/shared/icon_arrow.png") no-repeat;
    background-size: 100%;
    margin-top: 3px;
}
#key-box .group .right .fcform__main .form-block:hover::after {
    transform: translateX(10px);
    transition: all 0.5s;
}
#key-box .group .right .fcform__main .form-submit {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    color: #fff;
    border-radius: 50px;
    border: none;
    background: #FFE100;
    background: linear-gradient(180deg, #ffe100 0%, #f49c00 100%);
    cursor: pointer;
    width: 100%;
}
#key-box .group .right .fcform__main .form-back {
    border: none;
    width: 100%;
    display: block;
    padding: 16px;
    border-radius: 45px;
    margin-top: 10px;
    font-weight: 500;
	cursor: pointer;
}
#key-box .group .right .fcform__main .form-submit:hover {
    background: #000;
    transition: all 0.5s;
}
#key-box .group .right .fcform__main .form-back:hover{
	 background: #000;
	color:#fff;
    transition: all 0.5s;
}
.slider-logo {
    padding: 19px 0;
}
.slider-logo li span {
    margin: 0 20px;
    display: block;
}
.slider-logo li .logo1 {
    width: 211px;
}
.slider-logo li .logo2 {
    width: 161px;
}
.slider-logo li .logo3 {
    width: 127px;
}
.slider-logo li .logo4 {
    width: 112px;
}
.slider-logo li .logo5 {
    width: 114px;
}
.slider-logo li .logo6 {
    width: 122px;
}
.slider-logo li .logo7 {
    width: 120px;
}
.slider-logo li .logo8 {
    width: 183px;
}
.slider-logo li .logo9 {
    width: 98px;
}
.slider-logo li .logo10 {
    width: 168px;
}
.slider-logo li .logo11 {
    width: 158px;
}
.slider-logo li .logo12 {
    width: 105px;
}
.slider-logo li .logo13 {
    width: 136px;
}
#introduce {
    position: relative;
    padding: 30px 0 47px;
    background: #01ABEA;
    background: linear-gradient(90deg, #01abea 0%, #524096 100%);
}
#introduce h2 {
    font-size: 27px;
    color: #fce3cd;
    text-align: center;
    margin-bottom: 17px;
}
#introduce .list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 0;
    padding: 6px 0;
    box-sizing: border-box;
    width: 1019px;
    margin: 0 auto;
    max-width: 100%;
}
#introduce .list .item {
    width: 290px;
    text-align: center;
    position: relative;
}
#introduce .list .item::before {
    content: "";
    background: url("../img/index/lead_deco1.svg") no-repeat;
    position: absolute;
    top: -13px;
    left: -34px;
    width: 55px;
    height: 15vw;
    background-size: 100%;
}
#introduce .list .item::after {
    content: "";
    background: url("../img/index/lead_deco2.svg") no-repeat;
    position: absolute;
    top: -13px;
    right: -31px;
    width: 55px;
    height: 15vw;
    background-size: 100%;
}
#introduce .list .item dt {
    font-size: 21px;
    color: #fce3cd;
    margin-bottom: 4px;
}
#introduce .list .item dd {
    font-size: 48px;
    color: #ffe100;
    white-space: nowrap;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
#introduce .list .item dd .num {
    font-size: 63px;
}
#introduce .list .item dd .t2 {
    font-size: 32px;
}
#introduce .list .item dd .txt-vertical {
    font-size: 16px;
    white-space: nowrap;
    letter-spacing: 1px;
}
#introduce .list .item dd .num2 {
    font-size: 48px;
}
#introduce .list .item dd .t3 {
    font-size: 36px;
}
#problem {
    position: relative;
    padding: 100px 0 73px;
    background: url("../img/index/problem_bg.png") no-repeat center bottom;
    background-size: cover;
}
#problem h2 {
    margin-bottom: 94px;
}
#problem .group {
    justify-content: space-between;
}
#problem .group .col {
    width: 355px;
}
#problem .group .col .txt {
    padding: 13px;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    color: #000;
    background: #efefef;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
#problem .group .col .img {
    width: 133px;
    margin: -10px auto 0;
}
#problem .group .col.col2 .img {
    width: 159px;
    margin-top: -7px;
    padding-right: 30px;
}
#problem .group .col.col3 .img {
    width: 135px;
    padding-right: 30px;
}
#resolution {
    position: relative;
    padding: 100px 0 113px;
}
#resolution h2 {
    margin-bottom: 90px;
}
#resolution h2 span {
    color: #c5deeb;
    opacity: 1;
}
#resolution .group {
    justify-content: space-between;
    margin-bottom: -4px;
}
#resolution .group .col {
    width: 262px;
}
#resolution .group .col .txt {
    padding: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    color: #0456a7;
    background: #c5deeb;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
#resolution .group .col .img {
    width: 158px;
    margin: 0px auto 0;
    padding-right: 32px;
}
#resolution .group .col.col2 .img {
    width: 143px;
}
#resolution .group .col.col3 .img {
    width: 130px;
    padding-right: 0;
}
#resolution .group .col.col4 .img {
    width: 120px;
    padding-right: 40px;
}
#resolution .group2 {
    background: #01ABEA;
    background: linear-gradient(90deg, #01abea 0%, #524096 100%);
    padding: 20px 0 24px;
    border-radius: 100px;
    text-align: center;
    width: 1040px;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 5;
    position: relative;
}
#resolution .group2 h3 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0px;
}
#resolution .group2 h3 span {
    color: #0456a7;
    background: #fff100;
    border-radius: 50px;
    display: block;
    width: 750px;
    margin: 8px auto 0;
    padding: 8px;
    box-sizing: border-box;
    letter-spacing: -1px;
}
.cta {
    position: relative;
    padding: 34px 0 40px 120px;
    background: #100964;
    color: #fff;
}
.cta .wrap {
    width: 1230px;
}
.cta h2 {
    font-size: 43px;
    text-align: center;
    margin-bottom: 22px;
    letter-spacing: 0px;
}
.cta .group .box-tel {
    background: #FEDA00;
    background: linear-gradient(90deg, #feda00 0%, #f39800 55%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 557px;
    padding: 20px;
    box-sizing: border-box;
}
.cta .group .box-tel dl {
    margin-left: auto;
    width: 420px;
    letter-spacing: 0px;
}
.cta .group .box-tel dl dt {
    font-size: 28px;
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    margin-bottom: 21px;
}
.cta .group .box-tel dl dt::before {
    content: "";
    background: url("../img/shared/icon_tel.svg") no-repeat;
    position: absolute;
    top: 5px;
    left: -8px;
    width: 32px;
    height: 32px;
    background-size: 100%;
}
.cta .group .box-tel dl dd {
    font-size: 61px;
    letter-spacing: -2px;
    font-weight: bold;
    margin-left: -22px;
}
.cta .group .box-tel dl dd small {
    font-size: 19px;
    letter-spacing: 0;
}
.cta .group .box-web {
    background: #fff100;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 637px;
    padding: 20px;
    box-sizing: border-box;
}
.cta .group .box-web dl dt {
    font-size: 27px;
    color: #231815;
    position: relative;
    padding-left: 40px;
    letter-spacing: 0px;
    margin-left: 49px;
    margin-bottom: 10px;
}
.cta .group .box-web dl dt::before {
    content: "";
    background: url("../img/shared/icon_mail.svg") no-repeat;
    position: absolute;
    top: 4px;
    left: 3px;
    width: 32px;
    height: 32px;
    background-size: 100%;
}
.cta .group .box-web dl dt span {
    padding: 5px;
    border-radius: 50px;
    color: #fff;
    background: #F39900;
    background: linear-gradient(90deg, #f39900 0%, #ffe000 100%);
    font-size: 21px;
    margin-left: 18px;
    width: 200px;
    display: inline-block;
    line-height: 20px;
    padding-left: 13px;
    letter-spacing: 1px;
}
.cta .group .box-web dl dd {
    margin: 0 26px;
}
.cta .group .box-web dl dd a {
    display: block;
    padding: 33px 0;
    background: #EDB800;
    background: linear-gradient(180deg, #edb800 0%, #cf7a00 100%);
    color: #fff;
    position: relative;
    border-radius: 10px;
    font-size: 33px;
    text-align: center;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 33px;
}
.cta .group .box-web dl dd a:hover {
    background: #000;
    transition: all 0.5s;
}
.cta .group .box-web dl dd a:hover::after {
    margin-right: -10px;
    transition: all 0.5s;
}
.cta .group .box-web dl dd a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 25px;
    height: 28px;
    background: url("../img/shared/icon_arrow.png") no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
    transition: all 0.5s;
}
.cta .img {
    width: 228px;
    position: absolute;
    left: -108px;
    bottom: -40px;
}
.cta.cta2 h2{
	padding-left: 30px;
}
.cta.cta2 .img{
	left: -127px;
	width: 237px;
}
#problem2 {
    position: relative;
    padding: 120px 0 70px;
    background: #c5deeb;
}
#problem2 h2 {
    margin-bottom: 50px;
}
#problem2 .catch {
    position: absolute;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    width: 150px;
    top: -8px;
    right: -17px;
    color: #0456a7;
    background: #faee00;
    border-radius: 50%;
    width: 188px;
    height: 188px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
}
#problem2 .txt {
    text-align: center;
    margin-bottom: 70px;
    line-height: 37px;
}
#problem2 .group {
    justify-content: space-between;
    margin: 0 -10px;
}
#problem2 .group .col {
    width: 360px;
    position: relative;
    z-index: 0;
    height: 360px;
}
#problem2 .group .col::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    content: "";
    z-index: -1;
}
#problem2 .group .col .img {
    margin: -20px auto -17px;
    width: 132px;
}
#problem2 .group .col .ttl {
    background: #0456a7;
    color: #fff;
    padding: 6px;
    text-align: center;
    font-size: 29px;
    border-radius: 50px;
    z-index: 5;
    position: relative;
    margin: 0 20px 15px;
}
#problem2 .group .col .txt {
    text-align: center;
    font-size: 21px;
    line-height: 32px;
    color: #000;
}
#problem2 .group .col2 .img {
    width: 268px;
    margin-top: 17px;
}
#problem2 .group .col3 .img {
    width: 212px;
    margin-top: 0px;
    margin-bottom: -32px;
}
#greatvalue {
    position: relative;
    padding: 160px 0 100px;
}
#greatvalue .box {
    padding: 87px 87px 69px;
    background: #c5deeb;
    border-radius: 35px;
    margin: 0 10px;
}
#greatvalue .box h2 {
    margin-bottom: 55px;
}
#greatvalue .box .catch {
    position: absolute;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    top: -22px;
    right: 32px;
    color: #0456a7;
    background: #faee00;
    border-radius: 50%;
    width: 188px;
    height: 188px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -2px;
}
#greatvalue .box .txt {
    text-align: center;
    margin-bottom: 52px;
    line-height: 37px;
}
#greatvalue .box .group .row {
    margin-bottom: 40px;
    width: 853px;
    margin: 0 auto 62px;
    max-width: 100%;
}
#greatvalue .box .group .row.row2 {
    margin-top: -18px;
}
#greatvalue .box .group .row .bg {
    background: #0456a7;
    border-radius: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 20px 12px;
}
#greatvalue .box .group .row .bg h3 {
    font-size: 28px;
    color: #fff;
    letter-spacing: 0;
}
#greatvalue .box .group .row .bg .list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 20px;
    margin-right: 10px;
}
#greatvalue .box .group .row .bg .list li {
    background: #00a0e9;
    color: #fff;
    text-align: center;
    padding: 5px 12px;
    margin-right: 38px;
    position: relative;
    border-radius: 50px;
    font-size: 20px;
    letter-spacing: 0;
    min-width: 140px;
}
#greatvalue .box .group .row .bg .list li::before {
    position: absolute;
    top: 9px;
    right: -21px;
    width: 2px;
    height: 12px;
    background: #fff;
    content: "";
}
#greatvalue .box .group .row .bg .list li::after {
    position: absolute;
    top: 14px;
    right: -26px;
    width: 12px;
    height: 2px;
    background: #fff;
    content: "";
}
#greatvalue .box .group .row .bg .list li:last-of-type {
    margin-right: 0;
}
#greatvalue .box .group .row .bg .list li:last-of-type::before {
    display: none;
}
#greatvalue .box .group .row .bg .list li:last-of-type::after {
    display: none;
}
#greatvalue .box .group .row .bg .list .blue {
    background: #00a0e9;
}
#greatvalue .box .group .row .bg .list .pink {
    background: #e5b7bc;
}
#greatvalue .box .group .row .bg .list .orange {
    background: #e5b7bc;
}
#greatvalue .box .group .row .bg .list .green {
    background: #13ae67;
}
#greatvalue .box .group .row .bg .list .orange {
    background: #e2b067;
}
#greatvalue .box .group .row .bg .list .brown {
    background: #7f4f21;
}
#greatvalue .box .group .row .bg .list .pink2 {
    background: #e34c85;
}
#greatvalue .box .group .row .bg .list .green2 {
    background: #006934;
}
#greatvalue .box .group .row .bg .list2 {
    width: 527px;
}
#greatvalue .box .group .row .bg .list2 li {
    font-size: 15px;
    margin-bottom: 4px;
    padding: 5px 18px;
    min-width: 50px;
    margin-right: 19px;
    line-height: 13px;
}
#greatvalue .box .group .row .bg .list2 li::before {
    right: -11px;
    top: 7px;
}
#greatvalue .box .group .row .bg .list2 li::after {
    right: -16px;
    top: 12px;
}
#greatvalue .box .group .row .txt2 {
    font-size: 20px;
    color: #000;
    margin-left: 37px;
}
#greatvalue .box .group .row .txt2 small {
    font-size: 13px;
    font-weight: normal;
}
#greatvalue .box .group .row .note {
    font-size: 13px;
    font-weight: normal;
    color: #000;
    margin-left: 40px;
    margin-top: -8px;
    margin-bottom: -32px;
}
#cloudphone {
    position: relative;
    padding: 63px 0 100px;
}
#cloudphone h2 {
    margin-bottom: 60px;
}
#cloudphone h2 span {
    color: #c5deeb;
}
#cloudphone .group {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 10px;
}
#cloudphone .group .box {
    width: 550px;
    padding: 47px 30px 55px;
    box-sizing: border-box;
    margin-bottom: 30px;
    background: #c5deeb;
    border-radius: 23px;
    position: relative;
}
#cloudphone .group .box .name {
    font-size: 20px;
    color: #fff;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    letter-spacing: 0;
}
#cloudphone .group .box .name span {
    font-size: 60px;
    font-weight: bold;
    margin-right: 11px;
    padding-bottom: 13px;
}
#cloudphone .group .box h3 {
    font-size: 31px;
    margin-bottom: 12px;
    color: #0456a7;
}
#cloudphone .group .box .txt {
    font-size: 20px;
    line-height: 32px;
    color: #000;
    letter-spacing: -0.5px;
}
#cloudphone .group .box .photo {
    width: 144px;
    position: absolute;
    right: 20px;
    bottom: 0;
	z-index: 5;
}
#cloudphone .group .box .catch {
    position: absolute;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    width: 150px;
    top: -17px;
    right: -19px;
    color: #0456a7;
    background: #faee00;
    border-radius: 50%;
    width: 142px;
    height: 142px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cloudphone .group .box1 .photo {
    width: 144px;
    bottom: 0;
    height: 190px;
    overflow: hidden;
}
#cloudphone .group .box2 .photo {
    width: 224px;
    right: 11px;
    bottom: 0;
    overflow: hidden;
}
#cloudphone .group .box3 .photo {
    width: 164px;
    bottom: -7px;
    right: -1px;
}
#cloudphone .group .box4 .photo {
    width: 204px;
    bottom: 26px;
    right: 29px;
    z-index: 5;
}
#flow {
    position: relative;
    padding: 141px 0 147px;
    background: #c5deeb;
}
#flow h2 {
    margin-bottom: 80px;
}
#flow .txt {
    margin-bottom: 106px;
    text-align: center;
}
#flow .group {
    flex-wrap: wrap;
    margin-left: 39px;
}
#flow .group .box {
    width: 244px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    margin-right: 41px;
    position: relative;
}
#flow .group .box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 33px solid #0456a7;
    border-right: 0;
    right: -37px;
    top: 105px;
}
#flow .group .box .step {
    border-radius: 50px;
    width: 80px;
    height: 273px;
    background: #00b1ed;
    margin: -72px auto 21px;
    overflow: hidden;
    padding-top: 40px;
}
#flow .group .box .step .num {
    background: #0456a7;
    font-size: 52px;
    color: #fff;
    text-align: center;
    margin-top: -40px;
    padding-top: 17px;
    letter-spacing: 0px;
    line-height: 35px;
    height: 62px;
}
#flow .group .box .step .num span {
    font-size: 13px;
    display: block;
    letter-spacing: 1px;
}
#flow .group .box .step .txt {
    font-size: 25px;
    color: #fff;
    margin: 0 auto;
    width: 38px;
    height: 220px;
    text-align: center;
    letter-spacing: 3px;
}
#flow .group .box .txt2 {
    font-size: 17px;
    line-height: 26px;
    color: #0456a7;
    text-align: center;
    margin: 0 -20px;
    font-weight: bold;
}
#flow .group .box .img {
    position: absolute;
    width: 118px;
    right: -20px;
    bottom: 153px;
}
#flow .group .box:last-of-type::after {
    display: none;
}
#flow .group .box:last-of-type {
    margin-right: 0;
}
#question {
    position: relative;
    padding: 140px 0 100px;
}
#question h2 {
    margin-bottom: 117px;
}
#question h2 span {
    color: #c5deeb
}
#question .qa dl {
    background: #efefef;
    border-radius: 20px;
    padding: 44px 0 24px;
    margin-bottom: 20px;
    margin: 0 40px 57px;
}
#question .qa dl dt {
    font-size: 31px;
    font-weight: bold;
    margin-bottom: 33px;
    color: #0456a7;
    position: relative;
    padding-left: 110px;
}
#question .qa dl dt span {
    background: #0456a7;
    border-radius: 50%;
    font-size: 31px;
    color: #fff;
    font-weight: bold;
    width: 47px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 46px;
    position: absolute;
    left: 50px;
    top: -4px;
    padding-top: 1px;
}
#question .qa dl dd {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #595757;
    position: relative;
    padding-left: 109px;
}
#question .qa dl dd span {
    background: #fff;
    border: 1px solid #0456a7;
    border-radius: 50%;
    font-size: 31px;
    color: #0456a7;
    font-weight: bold;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    position: absolute;
    left: 50px;
    top: -4px;
}
#contact {
    position: relative;
    padding: 100px 0 0px;
    background: url("../img/index/contact_bg.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
}
#contact .wrap {
    width: 1290px;
}
#contact h2 {
    margin: -124px auto 30px;
    text-align: center;
}
#contact h2 span {
    font-size: 29px;
    font-weight: bold;
    color: #100964;
    background: #fff100;
    border-radius: 50px;
    display: inline-block;
    padding: 10px;
    width: 862px;
    margin: 0 auto;
}
#contact .row {
    justify-content: space-between;
    margin-bottom: 30px;
}
#contact .row .logo {
    width: 380px;
    align-self: center;
}
#contact .row .col {
    width: 908px;
}
#contact .row .col h3 {
    font-size: 71px;
    font-weight: bold;
    line-height: 88px;
    margin-bottom: -2px;
    letter-spacing: 0px;
    display: inline-block;
    transform: scaleX(80%) translateX(-5%);
    text-align: left;
    white-space: nowrap;
}
#contact .row .col h3 .first{
	letter-spacing: -2.5px;
}
#contact .row .col h3 .character1{
	margin-left: -37px;
	margin-right: 10px;
}

#contact .row .col h3 .character2{
	margin-right: -35px;
	margin-left: 10px;
}

#contact .row .col .note {
    color: #fff100;
    font-size: 32px;
    line-height: 52px;
    font-weight: bold;
    margin-left: 60px;
    letter-spacing: 0px;
}
#contact .row .col .note span{
	width: 18px;
	display: inline-block;
}
#contact .row2 {
    justify-content: space-between;
    color: #0456a7;
    /* margin: 0 auto; */
    max-width: 100%;
    max-width: 1200px;
}
#contact .row2 .box-tel {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 40px 40px 20px;
    width: 585px;
    box-sizing: border-box;
}
#contact .row2 .box-tel .tel dt {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 44px;
    padding-left: 151px;
    position: relative;
}
#contact .row2 .box-tel .tel dt::before {
    content: "";
    width: 78px;
    height: 78px;
    left: 50px;
    top: -21px;
    background: url("../img/shared/contact_tel.svg") no-repeat;
    position: absolute;
}
#contact .row2 .box-tel .tel dd {
    font-size: 61px;
    font-weight: bold;
    padding-left: 37px;
}
#contact .row2 .box-tel .tel dd small {
    font-size: 19px;
}
#contact .row2 .box-web {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 40px 40px 0px;
    width: 585px;
    box-sizing: border-box;
}
#contact .row2 .box-web dl dt {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 28px;
    padding-left: 148px;
    position: relative;
}
#contact .row2 .box-web dl dt::before {
    content: "";
    width: 78px;
    height: 78px;
    left: 55px;
    top: -22px;
    background: url("../img/shared/contact_mail.svg") no-repeat;
    position: absolute;
}
#contact .row2 .box-web dl dd .btn {
    width: 385px;
    margin: 0 auto -3px;
}
#contact .row2 .box-web .txt {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}
#contact .bottom {
    font-size: 26px;
    background: #898989;
    color: #fce3cd;
    padding: 8px;
    text-align: center;
    margin-top: 48px;
    font-weight: bold;
}
@media only screen and (max-width: 1300px) and (min-width: 768px) {
    .btn {
        width: 362px;
    }
    .btn a {
        font-size: 22px;
    }
    #key-box .group .left {
        width: 640px;
    }
    #key-box .group .left h2 {
        font-size: 100px;
        line-height: 120px;
    }
    #key-box .group .left h2 small {
        font-size: 90px;
    }
    #key-box .group .left h2 span {
        font-size: 119px;
    }
    #key-box .group .left .txt {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    #key-box .group .left .photo {
        max-width: 56%;
    }
    #key-box .group .right .fcform__main .form-row .form-value input {
        padding: 14px 20px;
    }
    #key-box .group .right .fcform__main .form-block::after {
        width: 15px;
        height: 18px;
        top: 20px;
    }
    #key-box .group .right .fcform__main .form-submit {
        font-size: 20px;
    }
    #introduce h2 {
        font-size: 25px;
    }
    #introduce .list {
        width: 90%;
    }
    #introduce .list .item {
        width: 270px;
    }
    #introduce .list .item dt {
        font-size: 18px;
    }
    #introduce .list .item dd {
        font-size: 44px;
    }
    #introduce .list .item dd .num {
        font-size: 55px;
    }
    #introduce .list .item dd .t3 {
        font-size: 32px;
    }
    #problem .group .col {
        max-width: 31%;
    }
    #problem .group .col .txt {
        font-size: 18px;
        line-height: 31px;
    }
    #resolution .group .col {
        max-width: 24%;
    }
    #resolution .group .col .txt {
        font-size: 18px;
        min-height: 100px;
    }
    #resolution .group2 {
        width: 100%;
    }
    #resolution .group2 h3 {
        font-size: 26px;
    }
    .cta {
        padding-left: 50px;
    }
    .cta h2 {
        font-size: 35px;
    }
    .cta .group .box-tel {
        margin-left: 80px;
        width: 52%;
    }
    .cta .group .box-tel dl dt {
        font-size: 24px;
    }
    .cta .group .box-tel dl dd {
        font-size: 55px;
    }
    .cta .group .box-web {
        width: 46%;
        overflow: hidden;
    }
    .cta .group .box-web dl dt {
        font-size: 24px;
        margin-left: 20px;
		white-space: nowrap;
    }
    .cta .group .box-web dl dt span {
        font-size: 19px;
        width: 160px;
    }
    .cta .group .box-web dl dd {
        margin: 0 auto;
    }
    .cta .group .box-web dl dd a {
        font-size: 25px;
        padding: 20px;
        letter-spacing: 1px;
    }
    .cta .group .box-web dl dd a::after {
        width: 20px;
        height: 24px;
        margin-top: 2px;
    }
    .cta .img {
        left: -51px;
    }
	.cta.cta2 .img{
		left: -85px;
	}
    #problem2 .catch {
        right: -20px;
    }
    #cloudphone .group .box {
        width: 48%;
    }
    #cloudphone .group .box h3 {
        font-size: 27px;
    }
    #cloudphone .group .box .txt {
        font-size: 18px;
        line-height: 30px;
    }
    #flow .group .box .step .txt {
        width: 40px;
    }
	#cloudphone .group .box4 .photo{
		bottom: 15px;
	}
    #question .qa dl dt span {
        align-items: center;
        padding-top: 0;
    }
	
    #contact .row .col h3 {
		font-size: 60px;
		letter-spacing: 0px;
		white-space: nowrap;
		transform: scaleX(88%) translateX(2%);
    }
	#contact .row .col h3 .character1{
		margin-left: -30px;
	}
	#contact .row .col h3 .first{
		
	}
    #contact .row .col .note {
        font-size: 28px;
        letter-spacing: 1.5px;
        margin-left: 69px;
    }
	 #contact .row2{
		 max-width: 94%;
		}
    #contact .row2 .box-tel {
        width: 48%;
    }
    #contact .row2 .box-tel .tel dt {
        font-size: 25px;
        padding-left: 131px;
    }
    #contact .row2 .box-tel .tel dt::before {
        width: 66px;
        height: 64px;
        top: -10px;
    }
    #contact .row2 .box-tel .tel dd {
        font-size: 53px;
    }
    #contact .row2 .box-web {
        width: 48%;
    }
    #contact .row2 .box-web dl dt {
        font-size: 25px;
        padding-left: 124px;
    }
    #contact .row2 .box-web dl dt::before {
        width: 66px;
        height: 64px;
        top: -10px;
    }
    #contact .bottom {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .btn {
        width: 320px;
    }
    .btn a {
        font-size: 18px;
    }
    .title-shared span {
        font-size: 104px;
    }
    #key-box .group .left h2 {
        font-size: 88px;
    }
    #key-box .group .left h2 small {
        font-size: 77px;
    }
    #key-box .group .left h2 span {
        font-size: 105px;
    }
    #key-box .group .left .photo {
        max-width: 28vw;
        left: 383px;
    }
    #key-box .group .right h3 {
        font-size: 22px;
    }
    #key-box .group .right .fcform__main .form-row .form-caption {
        font-size: 15px;
        width: 113px;
        letter-spacing: -1px;
    }
    #key-box .group .right .fcform__main .form-row .form-value {
        width: calc(100% - 115px);
    }
    #key-box .group .right .fcform__main .form-row .form-value select {
        padding: 12px 17px;
        font-size: 17px;
    }
    #key-box .group .right .fcform__main #privacy_checkbox {
        font-size: 15px;
    }
    #key-box .group .right .fcform__main #privacy_checkbox input {
        margin-top: -4px;
    }
    #key-box .group .right .fcform__main .form-submit {
        font-size: 15px;
        padding: 23px;
    }
    #introduce h2 {
        font-size: 22px;
    }
    #introduce .list .item {
        width: 250px;
    }
    #problem .group .col .txt {
        font-size: 16px;
        line-height: 28px;
    }
    #resolution .group .col .txt {
        font-size: 16px;
        line-height: 28px;
    }
    #resolution .group2 h3 {
        font-size: 24px;
    }
    .cta h2 {
        font-size: 31px;
    }
	.cta .img{
		left: -127px;
	}
	.cta.cta2 .img{
		left: -131px;
	}
    .cta .group .box-tel dl dt{
        font-size: 19px;
    }
    .cta .group .box-tel {
        padding-left: 52px;
        margin-left: 45px;
        width: 46%;
    }
    .cta .group .box-web dl dt {
        font-size: 19px;
    }
    .cta .group .box-web dl dt span {
        width: 124px;
        margin-left: 5px;
        font-size: 14px;
    }
    .cta .group .box-web dl dd a {
        font-size: 20px;
        letter-spacing: 1px;
    }
    #problem2 .group .col {
        width: 31%;
    }
    #problem2 .group .col .ttl {
        font-size: 24px;
    }
    #problem2 .group .col .txt {
        font-size: 18px;
    }
    #greatvalue .box {
        font-size: 19px;
        padding: 87px 30px 69px;
    }
    #greatvalue .box .catch {
        top: -40px;
    }
    #flow .group .box {
        max-width: 20%;
        margin-right: 4%;
    }
    #flow .group .box .txt2 {
        font-size: 13px;
        line-height: 22px;
    }
    #flow .group .box .img {
        right: -50px;
    }
    #contact .row .logo {
        width: 303px;
    }
    #contact .row .col h3 {
        font-size: 61px;
        letter-spacing: 0px;
        line-height: 69px;
    }
    #contact .row .col .note {
        font-size: 28px;
        letter-spacing: 2px;
    }
    #contact .row2 .box-tel .tel dt {
        padding-left: 110px;
    }
    #contact .row2 .box-tel .tel dt::before {
        left: 30px;
    }
    #contact .row2 .box-tel .tel dd {
        font-size: 49px;
        padding-left: 20px;
    }
    #contact .row2 .box-web dl dt {
        padding-left: 86px;
    }
    #contact .row2 .box-web dl dt::before {
        left: 10px;
    }
    #contact .row2 .box-web dl dd .btn a {
        font-size: 24px;
    }
    #contact .bottom {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
    .nav-header .row dl {
        margin-right: 20px
    }
    .nav-header .row .btn {
        width: 250px;
    }
    .nav-header .row .btn a {
        font-size: 15px;
        padding-left: 0;
    }
    .nav-header .row .btn a::after {
        top: 22px;
        right: 15px;
        width: 16px;
    }
    .btn {
        width: 320px;
    }
    .btn a {
        font-size: 18px;
    }
    .btn a::after {
        width: 19px;
    }
    .title-shared span {
        font-size: 85px;
    }
    #key-box .group .left {
        width: 55%;
    }
    #key-box .group .left h2 {
        font-size: 55px;
        line-height: 80px;
    }
    #key-box .group .left h2 small {
        font-size: 62px;
    }
    #key-box .group .left h2 span {
        font-size: 72px;
    }
    #key-box .group .left .txt {
        font-size: 16px;
    }
    #key-box .group .left .list li {
        font-size: 16px;
    }
    #key-box .group .left .item {
        width: 79%;
    }
    #key-box .group .left .item dt {
        font-size: 24px;
        padding-left: 40px;
    }
    #key-box .group .left .item.item2 dt {
        padding-left: 50px;
    }
    #key-box .group .left .item.item3 dt {
        padding-inline-start: 39px;
    }
    #key-box .group .left .item.item3 dd {
        margin-left: 50px;
    }
    #key-box .group .left .item dd {
        font-size: 26px;
        margin-left: 70px;
        padding-left: 0px;
    }
    #key-box .group .left .item dd::after {
        left: -40px;
    }
    #key-box .group .left .item dd span::before {
        bottom: -9px;
    }
    #key-box .group .left .item.item2 dd {
        margin-left: 70px;
    }
    #key-box .group .left .txt2 {
        margin-left: 20px;
        font-size: 18px;
        line-height: 25px;
        width: 290px;
    }
    #key-box .group .left .txt2::after {
        height: 170px;
        left: 7px;
        top: 11px;
    }
    #key-box .group .left .photo {
        max-width: 47%;
        left: 264px;
    }
    #key-box .group .right {
        width: 45%;
    }
    #key-box .group .right h3 {
        font-size: 22px;
    }
    #key-box .group .right .fcform__main .form-row .form-caption {
        font-size: 15px;
        width: 113px;
        letter-spacing: -1px;
    }
    #key-box .group .right .fcform__main .form-row .form-value {
        width: calc(100% - 115px);
    }
    #key-box .group .right .fcform__main .form-row .form-value select {
        padding: 10px 17px;
        font-size: 17px;
    }
    #key-box .group .right .fcform__main #privacy_checkbox {
        font-size: 15px;
    }
    #key-box .group .right .fcform__main #privacy_checkbox input {
        margin-top: -4px;
    }
    #key-box .group .right .fcform__main .form-submit {
        font-size: 15px;
        padding: 23px;
    }
    #introduce h2 {
        font-size: 17px;
    }
    #introduce .list .item {
        width: 263px;
    }
    #introduce .list .item::before {
        width: 34px;
        left: 0;
    }
    #introduce .list .item::after {
        width: 34px;
        right: 0;
    }
    #introduce .list .item dt {
        font-size: 13px;
    }
    #introduce .list .item dd {
        font-size: 19px;
    }
    #introduce .list .item dd .num {
        font-size: 26px;
    }
    #introduce .list .item dd .t2 {
        font-size: 22px;
    }
    #introduce .list .item dd .txt-vertical {
        font-size: 10px;
    }
    #introduce .list .item dd .num2 {
        font-size: 28px;
    }
    #introduce .list .item dd .t3 {
        font-size: 20px;
    }
    #problem .group .col .txt {
        font-size: 12px;
        line-height: 22px;
    }
    #resolution .group {
        margin-bottom: -10px;
    }
    #resolution .group .col .txt {
        font-size: 12px;
        line-height: 22px;
    }
    #resolution .group .col .img {
        width: 130px;
    }
    #resolution .group .col.col2 .img {
        width: 113px;
    }
    #resolution .group .col.col3 .img {
        width: 100px;
    }
    #resolution .group .col.col4 .img {
        width: 95px;
    }
    #resolution .group2 h3 {
        font-size: 22px;
    }
    #resolution .group2 h3 span {
        width: 92%;
    }
    .cta h2 {
        font-size: 22px;
    }
    .cta .group .box-tel {
        padding-left: 8%;
        margin-left: 66px;
        width: 49%;
    }
    .cta .group .box-tel dl dt {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .cta .group .box-tel dl dt::before {
        top: -3px;
    }
    .cta .group .box-tel dl dd {
        font-size: 40px;
    }
    .cta .group .box-tel dl dd small {
        font-size: 14px;
        margin-left: 20px;
    }
    .cta .group .box-web dl dt {
        margin-bottom: 11px;
        font-size: 14px;
        padding-left: 9px;
    }
    .cta .group .box-web dl dt::before {
        left: -27px;
        top: -4px;
    }
    .cta .group .box-web dl dt span {
        font-size: 8px;
        width: 65px;
        margin-left: 5px;
        padding: 5px;
        line-height: 18px;
    }
    .cta .group .box-web dl dd a {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 20px 7px;
    }
    .cta .group .box-web dl dd a::after {
        right: 9px;
        width: 12px;
        margin-top: 6px;
    }
    .cta .img {
        width: 19%;
    }
    #problem2 h2 {
        font-size: 26px;
    }
    #problem2 .catch {
        font-size: 16px;
        width: 130px;
        height: 140px;
        top: 30px;
    }
    #problem2 .txt {
        line-height: 30px;
    }
    #problem2 .group .col::after {
        max-height: 30vw;
        top: 90px;
    }
    #problem2 .group .col .ttl {
        font-size: 18px;
    }
    #greatvalue .box {
        padding: 80px 40px;
    }
    #greatvalue .box .catch {
        width: 150px;
        height: 150px;
        font-size: 17px;
        line-height: 26px;
        top: -84px;
        right: 10px;
    }
    #greatvalue .box .txt {
        font-size: 16px;
        line-height: 29px;
    }
    #greatvalue .box .group .row {
        width: 100%;
    }
    #greatvalue .box .group .row .bg {
        margin-bottom: 12px;
    }
    #greatvalue .box .group .row .bg h3 {
        font-size: 18px;
    }
    #greatvalue .box .group .row .bg .list li {
        min-width: 80px;
        font-size: 13px;
    }
    #greatvalue .box .group .row .bg .list2 {
        width: 380px;
    }
    #greatvalue .box .group .row .txt2 {
        font-size: 17px;
        margin-bottom: 16px;
    }
    #greatvalue .box .group .row .txt2 small {
        display: inline-block;
    }
    #cloudphone h2 span {
        top: -7px;
        font-size: 94px;
    }
    #cloudphone .group .box {
        width: 48%;
        padding: 28px;
    }
    #cloudphone .group .box .name {
        margin-bottom: 20px;
    }
    #cloudphone .group .box h3 {
        margin-bottom: 20px;
        line-height: 30px;
        font-size: 20px;
    }
    #cloudphone .group .box .txt {
        font-size: 15px;
        line-height: 28px;
    }
    #cloudphone .group .box .catch {
        width: 110px;
        height: 110px;
        font-size: 15px;
    }
    #cloudphone .group .box1 .photo {
        width: 83px;
        right: -10px;
        bottom: -9px;
    }
    #cloudphone .group .box2 .photo {
        width: 132px;
        right: -50px;
    }
    #cloudphone .group .box3 .photo {
        width: 92px;
        right: -11px;
    }
    #cloudphone .group .box4 .photo {
        width: 120px;
        right: -44px;
        top: 111px;
    }
    #flow {
        padding: 100px 0 50px;
    }
    #flow h2 {
        font-size: 24px;
    }
    #flow .group {
        margin-left: 0;
    }
    #flow .group .box {
        width: 22%;
        margin-right: 5%;
    }
    #flow .group .box .step .txt {
        width: 20px;
    }
    #flow .group .box .txt2 {
        font-size: 10px;
        line-height: 20px;
    }
    #flow .group .box .img {
        right: -69px;
    }
    #question .qa dl {
        padding-right: 30px;
        margin: 0 20px 40px;
    }
    #question .qa dl dt {
        font-size: 25px;
        padding-left: 98px;
        line-height: 26px;
    }
    #question .qa dl dt span {
        width: 40px;
        font-size: 21px;
        height: 40px;
        top: -9px;
    }
    #question .qa dl dd {
        font-size: 16px;
        padding-left: 98px;
    }
    #question .qa dl dd span {
        width: 40px;
        font-size: 21px;
        height: 40px;
        top: -9px;
    }
    #contact h2 span {
        max-width: 100%;
        font-size: 22px;
    }
    #contact .row .logo {
        width: 303px;
    }
    #contact .row .col h3 {
        font-size: 37px;
        letter-spacing: -1px;
        line-height: 52px;
    }
    #contact .row .col .note {
        font-size: 18px;
        letter-spacing: -2px;
    }
    #contact .row2 .box-tel {
        padding: 20px;
    }
    #contact .row2 .box-tel .tel dt {
        padding-left: 54px;
        font-size: 18px;
        margin-bottom: 18px;
    }
    #contact .row2 .box-tel .tel dt::before {
        left: 10px;
        width: 35px;
        height: 50px;
        top: -6px;
    }
    #contact .row2 .box-tel .tel dd {
        font-size: 41px;
        padding-left: 9px;
    }
    #contact .row2 .box-tel .tel dd small {
        font-size: 16px;
    }
    #contact .row2 .box-web {
        padding: 20px;
    }
    #contact .row2 .box-web dl dt {
        padding-left: 65px;
        font-size: 18px;
        margin-bottom: 16px;
        text-align: left;
    }
    #contact .row2 .box-web dl dt::before {
        left: 20px;
        width: 34px;
        height: 50px;
        top: -6px;
    }
    #contact .row2 .box-web dl dd .btn a {
        font-size: 17px;
        padding: 10px;
    }
    #contact .row2 .box-web dl dd .btn a::after {
        top: 12px;
        width: 14px;
    }
    #contact .row2 .box-web dl dd .btn {
        max-width: 100%;
    }
    #contact .bottom {
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .btn a {
        font-size: 18px;
        width: 100%;
        padding: 15px 0;
    }
    .btn a::after {
        top: 20px;
        width: 11px;
        right: 10px;
    }
    .title-shared {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .title-shared span {
        font-size: 60px;
        line-height: 50px;
        top: -19px;
    }
    #key-box {
        padding: 90px 0 20px;
        background: url(../img/index/key_bg_sp.jpg) no-repeat center;
        background-size: cover;
    }
    #key-box .group {
        flex-direction: column;
        padding: 0 4% 20px;
    }
    #key-box .group .left {
        width: 100%;
        margin-bottom: -1px;
        margin-left: 0;
    }
    #key-box .group .left h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 0px;
        letter-spacing: -6px;
    }
    #key-box .group .left h2 small {
        font-size: 46px;
    }
    #key-box .group .left h2 span {
        font-size: 61px;
    }
    #key-box .group .left h2 span::after {
        display: none;
    }
    #key-box .group .left .txt {
        font-size: 15px;
        margin-bottom: 8px;
        margin-left: 0;
        white-space: nowrap;
        letter-spacing: -0.5px;
    }
    #key-box .group .left .list {
        margin-bottom: 27px;
    }
    #key-box .group .left .list li {
        font-size: 14px;
        padding: 3px 13px;
        line-height: 13px;
        margin-right: 8px;
        min-width: 53px;
    }
    #key-box .group .left .item {
        width: 100%;
        margin-left: 5px;
        margin-bottom: 0;
    }
    #key-box .group .left .item dt {
        font-size: 17px;
        letter-spacing: 0;
        padding: 7px 13px;
        margin-bottom: -6px;
    }
    #key-box .group .left .item.item2 dt {
        padding-left: 14px;
    }
    #key-box .group .left .item.item3 dt {
        padding-left: 12px;
    }
    #key-box .group .left .item.item3 dd {
        margin-left: 37px;
    }
    #key-box .group .left .item dt::after {
        top: 5px;
        height: 30px;
        left: 5px;
    }
    #key-box .group .left .item dt span {
        font-size: 20px;
    }
    #key-box .group .left .item dd {
        margin-left: 37px;
        letter-spacing: -1px;
    }
    #key-box .group .left .item dd small {
        font-size: 5px;
    }
    #key-box .group .left .item dd span {
        font-size: 16px;
    }
    #key-box .group .left .item dd::after {
        top: 4px;
        left: -14px;
        height: 30px;
    }
    #key-box .group .left .item.item2 dd::after {
        left: -15px;
        height: 33px;
        top: -5px;
    }
    #key-box .group .left .item.item3 dd::after {
        left: -13px;
        height: 33px;
    }
    #key-box .group .left .item dd span::before {
        height: 6px;
    }
    #key-box .group .left .item.item2 dd {
        margin-left: 38px;
        margin-top: 10px;
        line-height: 0;
    }
    #key-box .group .left .txt2 {
        font-size: 10px;
        line-height: 13px;
        width: 209px;
        margin-left: 0;
        padding-top: 39px;
    }
    #key-box .group .left .txt2::after {
        height: 100px;
        left: 24px;
        top: 6px;
    }
    #key-box .group .left .photo {
        width: 70%;
        right: -81px;
        left: auto;
        bottom: -51px;
    }
    #key-box .group .right {
        width: 94%;
        margin: 30px auto 0;
        position: relative;
        z-index: 5;
    }
    #key-box .group .right h3 {
        font-size: 18px;
        padding: 13px;
    }
    #key-box .group .right .fcform__main {
        padding: 25px 19px 1px 25px;
    }
    #key-box .group .right .fcform__main .form-row {
        margin-bottom: 19px;
    }
    #key-box .group .right .fcform__main .form-row .form-caption {
        font-size: 12px;
        width: 90px;
    }
    #key-box .group .right .fcform__main .form-row .form-value {
        width: calc(100% - 90px);
    }
    #key-box .group .right .fcform__main .form-row .form-value input {
        font-size: 13px;
        padding: 9px 20px;
        width: 100%;
    }
    #key-box .group .right .fcform__main .form-row .form-value select {
        font-size: 13px;
        background-position: right 10px top 16px;
        background-size: 9px;
    }
    #key-box .group .right .fcform__main .form-row .form-value textarea {
        font-size: 13px;
        line-height: 20px;
        margin-top: 0;
        height: 88px;
        padding: 9px;
        width: 100% !important;
    }
    #key-box .group .right .fcform__main #privacy_checkbox {
        font-size: 12px;
    }
    #key-box .group .right .fcform__main .form-row.drop-down {
        margin-top: 20px;
    }
    #key-box .group .right .fcform__main .form-block {
        margin: 13px -13px 10px;
    }
    #key-box .group .right .fcform__main .form-block::after {
        width: 15px;
        top: 16px;
    }
    #key-box .group .right .fcform__main .form-submit {
        font-size: 18px;
        padding: 17px;
        padding-right: 40px;
    }
    .slider-logo {
        padding: 10px 0;
    }
    .slider-logo li span {
        margin: 0 10px;
    }
    .slider-logo li .logo1 {
        width: 105px;
    }
    .slider-logo li .logo2 {
        width: 80px;
    }
    .slider-logo li .logo3 {
        width: 63px;
    }
    .slider-logo li .logo4 {
        width: 56px;
    }
    .slider-logo li .logo5 {
        width: 57px;
    }
    .slider-logo li .logo6 {
        width: 61px;
    }
    .slider-logo li .logo7 {
        width: 60px;
    }
    .slider-logo li .logo8 {
        width: 81px;
    }
    .slider-logo li .logo9 {
        width: 49px;
    }
    .slider-logo li .logo10 {
        width: 84px;
    }
    .slider-logo li .logo11 {
        width: 79px;
    }
    .slider-logo li .logo12 {
        width: 52px;
    }
    .slider-logo li .logo13 {
        width: 65px;
    }
    #introduce {
        padding: 27px 0 5px;
    }
    #introduce h2 {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0px;
    }
    #introduce .list {
        flex-direction: column;
        width: 100%;
    }
    #introduce .list .item {
        width: 100%;
        padding: 16px 0;
        margin-bottom: 34px;
    }
    #introduce .list .item::before {
        height: 130px;
        left: 13px;
        width: 50px;
        top: 0;
    }
    #introduce .list .item::after {
        height: 130px;
        right: 15px;
        width: 50px;
        top: 0;
    }
    #introduce .list .item dt {
        font-size: 18px;
        margin-bottom: 10px;
    }
    #introduce .list .item dd {
        font-size: 42px;
    }
    #introduce .list .item dd .num {
        font-size: 54px;
    }
    #introduce .list .item dd .t2 {
        font-size: 26px;
        font-size: 26px;
        margin-top: 1vw;
        align-self: self-start;
    }
    #introduce .list .item dd .txt-vertical {
        font-size: 13px;
    }
    #introduce .list .item dd .num2 {
        font-size: 42px;
    }
    #introduce .list .item dd .t3 {
        font-size: 31px;
    }
    #problem {
        padding: 60px 0 35px;
        background: url(../img/index/problem_bg_sp.png) no-repeat center bottom;
        background-size: cover;
    }
    #problem h2 {
        margin-bottom: 49px;
    }
    #problem .group {
        flex-direction: column;
    }
    #problem .group .col {
        width: 90%;
        margin: 0 auto 13px;
    }
    #problem .group .col .txt {
        width: 100%;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 26px;
    }
    #problem .group .col .img {
        width: 112px;
        margin: -5px auto 7px;
    }
    #problem .group .col.col2 .img {
        width: 134px;
    }
    #problem .group .col.col3 .img {
        width: 113px;
        padding-right: 0;
    }
    #resolution {
        padding: 67px 0 0px;
    }
    #resolution h2 {
        margin-bottom: 72px;
    }
    #resolution h2 span {
        left: -16px;
        letter-spacing: -2px;
    }
    #resolution .group {
        flex-direction: column;
        margin-bottom: 7px;
    }
    #resolution .group .col {
        width: 100%;
        margin: 0 auto 26px;
    }
    #resolution .group .col .txt {
        font-size: 16px;
        line-height: 25px;
        padding: 0px;
        min-height: 113px;
        width: 86%;
        margin: 0 auto;
        border-radius: 15px;
    }
    #resolution .group .col .img {
        width: 124px;
        margin: -21px auto 0;
    }
    #resolution .group .col.col2 .img {
        width: 108px;
        padding-left: 36px;
    }
    #resolution .group .col.col3 .img {
        width: 100px;
        padding-right: 10px;
    }
    #resolution .group .col.col4 .img {
        width: 103px;
        padding-left: 40px;
    }
    #resolution .group2 {
        width: auto;
        border-radius: 0;
        margin: 0 -5.6%;
    }
    #resolution .group2 h3 {
        font-size: 22px;
        line-height: 30px;
    }
    #resolution .group2 h3 span {
        width: 67%;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -1px;
    }
    .cta {
        padding: 20px;
        display: none;
    }
    .cta .wrap {
        padding-left: 0;
    }
    .cta h2 {
        font-size: 20px;
    }
    .cta .group {
        flex-direction: column;
    }
    .cta .group .box-tel {
        width: 100%;
        text-align: center;
        border-radius: 20px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .cta .group .box-tel dl {
        width: 100%;
    }
    .cta .group .box-tel dl dt {
        font-size: 20px;
        padding-left: 15px;
        margin-bottom: 10px;
    }
    .cta .group .box-tel dl dt::before {
        left: 2%;
    }
    .cta .group .box-tel dl dd {
        font-size: 40px;
        margin-left: 0;
    }
    .cta .group .box-tel dl dd small {
        font-size: 15px;
        letter-spacing: 0px;
    }
    .cta .group .box-web {
        width: 100%;
        border-top-right-radius: 0;
    }
    .cta .group .box-web dl dt {
        font-size: 17px;
        padding-left: 20px;
    }
    .cta .group .box-web dl dt::before {
        left: -20px;
    }
    .cta .group .box-web dl dt span {
        font-size: 15px;
        margin-left: -30px;
    }
    .cta .group .box-web dl dd a {
        font-size: 14px;
        padding: 9px;
    }
    .cta .group .box-web dl dd a::after {
        width: 14px;
        top: 20px;
        right: 5px;
    }
    .cta .img {
        width: 25%;
        left: -8%;
    }
    #problem2 {
        padding: 60px 0 17px;
    }
    #problem2 h2 {
        margin-bottom: 18px;
    }
    #problem2 h2 span {
        top: -10px;
    }
    #problem2 .catch {
        display: none;
    }
    #problem2 .txt {
        line-height: 23px;
        margin-bottom: 50px;
    }
    #problem2 .group {
        flex-direction: column;
    }
    #problem2 .group .col {
        width: 80%;
        margin: 0 auto 39px;
        height: 70vw;
    }
    #problem2 .group .col:nth-child(2) {
        margin-bottom: 0px;
    }
    #problem2 .group .col::after {
        left: 20px;
        right: 20px;
        bottom: 10px;
    }
    #problem2 .group .col:nth-child(2)::after {
        top: -30px;
        bottom: 40px;
    }
    #problem2 .group .col:nth-child(3)::after {
        top: -10px;
        bottom: 27px;
    }
    #problem2 .group .col .img {
        width: 92px;
        margin: -9px auto -18px;
    }
    #problem2 .group .col .ttl {
        font-size: 20px;
        width: 70%;
        margin: 0 auto 17px;
    }
    #problem2 .group .col .txt {
        font-size: 14px;
        line-height: 22px;
    }
    #problem2 .group .col2 .img {
        width: 190px;
    }
    #problem2 .group .col3 .img {
        width: 163px;
        margin-bottom: -33px;
    }
    #greatvalue {
        padding: 42px 0;
    }
    #greatvalue .box {
        padding: 74px 4px 20px;
        border-radius: 15px;
        margin: 0 10px;
    }
    #greatvalue .box h2 span {
        top: -30px;
    }
    #greatvalue .box .catch {
        display: none;
    }
    #greatvalue .box .txt {
        line-height: 21px;
        margin-bottom: 30px;
    }
    #greatvalue .box .group .row {
        width: 92%;
        margin: 0 auto 23px;
    }
    #greatvalue .box .group .row.row2 {
        margin-top: 0;
    }
    #greatvalue .box .group .row .bg {
        flex-direction: column;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.3);
        padding: 0 0 11px;
    }
    #greatvalue .box .group .row .bg h3 {
        font-size: 17px;
        background: #0456a7;
        width: 100%;
        padding: 6px;
        display: block;
        box-sizing: border-box;
        text-align: center;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    #greatvalue .box .group .row .bg .list {
        width: 95%;
        flex-wrap: wrap;
        justify-content: center;
    }
    #greatvalue .box .group .row:nth-child(2) .bg .list {
        flex-direction: column;
        margin-top: 5px;
    }
    #greatvalue .box .group .row .bg .list li {
        font-size: 14px;
        padding: 0px 12px;
        margin-right: 0;
        margin-bottom: 10px;
        min-width: 84px;
        margin: 0 4px 8px;
    }
    #greatvalue .box .group .row .bg .list li::before {
        display: none;
    }
    #greatvalue .box .group .row .bg .list li::after {
        display: none;
    }
    #greatvalue .box .group .row .bg .list .orange {
        order: 5;
    }
    #greatvalue .box .group .row .bg .list .brown {
        order: 4;
    }
    #greatvalue .box .group .row .bg .list .pink2 {
        order: 10;
        width: 141px;
    }
    #greatvalue .box .group .row .bg .list .green2 {
        order: 9;
    }
    #greatvalue .box .group .row .bg .list2 {
        width: 104%;
    }
    #greatvalue .box .group .row .bg .list2 li {
        padding: 3px 9px;
        min-width: 28px;
    }
    #greatvalue .box .group .row .txt2 {
        font-size: 13px;
        text-align: center;
        margin-left: 0;
        margin: 2px auto 9px;
        font-weight: 500;
        letter-spacing: -1px;
    }
    #greatvalue .box .group .row:nth-child(3) .txt2 {
        margin-top: 10px;
    }
    #greatvalue .box .group .row .txt2 small {
        display: block;
    }
    #greatvalue .box .group .row .note {
        font-size: 11px;
        margin-bottom: 10px;
        margin-left: 0;
        text-align: center;
        line-height: 14px;
    }
    #cloudphone {
        padding: 100px 0 40px;
    }
    #cloudphone h2 {
        margin-bottom: 95px;
    }
    #cloudphone h2 span {
        top: -40px;
    }
    #cloudphone .group .box {
        width: 100%;
        padding: 25px 18px 25px;
        border-radius: 9px;
    }
    #cloudphone .group .box .name {
        font-size: 11.5px;
    }
    #cloudphone .group .box .name span {
        font-size: 34px;
    }
    #cloudphone .group .box h3 {
        font-size: 20px;
        margin-bottom: 17px;
    }
    #cloudphone .group .box .txt {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -1px;
    }
    #cloudphone .group .box .photo {
        width: 79px;
        right: -4px;
        bottom: 0;
    }
	#cloudphone .group .box1 .photo{
		height: auto;
		right: 0px;
	}
	#cloudphone .group .box1 .photo img{
		object-fit: cover;
		margin-left: 6px;
	}
    #cloudphone .group .box .catch {
        font-size: 11px;
        width: 84px;
        height: 83px;
        line-height: 13px;
        top: -14px;
        right: -9px;
    }
    #cloudphone .group .box2 .photo {
        width: 135px;
        bottom: 0;
        height: 106px;
        overflow: hidden;
    }
    #cloudphone .group .box3 .photo {
        width: 90px;
        bottom: -3px;
        right: 3px;
    }
    #cloudphone .group .box4 .photo {
        width: 116px;
        bottom: 10px;
        right: 0px;
    }
    #flow {
        padding: 50px 0 0;
    }
    #flow h2 {
        margin-bottom: 14px;
    }
    #flow h2 span {
        top: -10px;
    }
    #flow .txt {
        margin-bottom: 60px;
    }
    #flow .group {
        margin-left: 0;
        padding: 0 5px;
    }
    #flow .group .box {
        width: 47%;
        margin-right: 6%;
        margin-bottom: 74px;
        padding-bottom: 38px;
    }
    #flow .group .box:nth-child(3), #flow .group .box:nth-child(4) {
        padding-bottom: 20px;
    }
    #flow .group .box:nth-child(3)::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 0;
        left: -11px;
        top: 105px;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-left: 19px solid #0456a7;
        top: 62px;
    }
    #flow .group .box:nth-child(2n + 2) {
        margin-right: 0;
    }
    #flow .group .box::after {
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-left: 19px solid #0456a7;
        right: -19px;
        top: 62px;
    }
    #flow .group .box .step {
        width: 50px;
        margin: -57px auto 8px;
        height: 160px;
    }
    #flow .group .box .step .num {
        font-size: 33px;
        line-height: 21px;
        height: 40px;
        padding-top: 11px;
    }
    #flow .group .box .step .num span {
        font-size: 8px;
    }
    #flow .group .box .step .txt {
        font-size: 14px;
        width: 19px;
        height: 137px;
    }
    #flow .group .box .txt2 {
        font-size: 11px;
        line-height: 16px;
    }
    #flow .group .box .img {
        width: 75px;
        bottom: 104px;
        right: -12px;
    }
    #question {
        padding: 74px 0 42px;
    }
    #question h2 {
        margin-bottom: 59px;
    }
    #question .qa dl {
        margin: 0 5px 26px;
        padding: 22px 7px 11px 30px;
        border-radius: 12px;
    }
    #question .qa dl dt {
        padding-left: 30px;
        font-size: 15px;
        margin-bottom: 5px;
        letter-spacing: 0;
        position: relative;
    }
    #question .qa dl dt span {
        font-size: 16px;
        left: -3px;
        width: 24px;
        height: 24px;
        top: 50%;
        transform: translateY(-50%);
    }
    #question .qa dl dd {
        font-size: 11px;
        padding-left: 30px;
        margin-bottom: 0;
    }
    #question .qa dl dd span {
        font-size: 16px;
        left: -3px;
        width: 24px;
        height: 24px;
        top: 50%;
        transform: translateY(-50%);
    }
	#contact{
		background: url(../img/index/contact_bg_sp.jpg) no-repeat center;
    background-size: cover;
	}
    #contact .wrap {
        width: 100%;
    }
    #contact h2 {
        margin: -117px auto 20px;
    }
    #contact h2 span {
        width: 95%;
        font-size: 16px;
        box-sizing: border-box;
        padding: 7px;
    }
    #contact .row {
        flex-direction: column;
        margin-bottom: 0px;
    }
    #contact .row .logo {
        width: 59%;
        margin: 0 auto 12px;
    }
    #contact .row .col {
        width: 100%;
    }
    #contact .row .col h3 {
        font-size: 30px;
        line-height: 42px;
        letter-spacing: 0px;
        text-align: center;
        transform: scaleX(0.80) translateX(-10%);
        width: 100%;
        white-space: nowrap;
    }
	#contact .row .col h3 .first{
		letter-spacing: -1.5px;
	}
	    #contact .row .col h3 .character1{
			margin-left: -10px;
		}
    #contact .row .col .note {
        font-size: 14px;
        letter-spacing: -1px;
        margin-left: 0;
        text-align: center;
        margin-top: -16px;
    }
	#contact .row .col .note span{
		width: 10px;
		margin-left: 2px
	}
    #contact .row2 {
        flex-direction: column;
        width: 100%;
    }
    #contact .row2 .box-tel {
        width: 93%;
        padding: 25px 20px 16px;
        margin: 0 auto 13px;
    }
    #contact .row2 .box-tel .tel dt {
        font-size: 16px;
        padding-left: 60px;
        margin-bottom: 21px;
        text-align: right;
        margin-right: 36px;
    }
    #contact .row2 .box-tel .tel dt::before {
        left: 30px;
        width: 42px;
        top: -11px;
    }
    #contact .row2 .box-tel .tel dd {
        font-size: 33px;
        padding-left: 0;
        text-align: left;
        margin-left: 32px;
    }
    #contact .row2 .box-tel .tel dd small {
        font-size: 11px;
    }
    #contact .row2 .box-web {
        width: 100%;
        width: 93%;
        padding: 25px 20px 10px;
        margin: 0 auto 21px;
    }
    #contact .row2 .box-web dl dt {
        font-size: 16px;
        padding-left: 86px;
        margin-bottom: 16px;
    }
    #contact .row2 .box-web dl dt::before {
        width: 45px;
        left: 33px;
        top: -13px;
    }
    #contact .row2 .box-web dl dd .btn {
        width: 109%;
        margin: 0 -10px;
    }
    #contact .row2 .box-web dl dd .btn a {
        padding: 10px 0;
    }
    #contact .row2 .box-web dl dd .btn a::after {
        right: 30px;
        top: 16px;
    }
    #contact .row2 .box-web .txt {
        font-size: 11px;
    }
    #contact .bottom {
        font-size: 15px;
        line-height: 18px;
        margin-top: 10px;
        padding: 10px;
    }
}
.thanks .sec {
    padding: 240px 0;
    text-align: center;
}
.thanks .sec h2{
	    font-size: 40px;
    color: #000;
    margin-bottom: 30px;
    line-height: 50px;
}
.thanks .sec .txt{
	margin-bottom: 50px;
}
.thanks .sec .btn{
	    text-align: center;
    width: 387px;
    margin: 0 auto;
	max-width: 100%;
}
.thanks .sec .btn a{
	margin: 10px auto
}

@media only screen and (max-width: 767px) {
	.thanks .sec{
		padding-top: 130px;
	}
	.thanks .sec .btn{
		width: 90%;
	}
	.thanks .sec h2{
		font-size: 26px;
        line-height: 40px;
	}
	.thanks .sec .txt{
		text-align: left;
	}
}
