body {
	margin: 0px;padding: 0px;
    /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 16px;	/*文字サイズ*/
	line-height: 1.5;		/*行間*/
	-webkit-text-size-adjust: none;
}
.container {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .container {
        width: 95%;
    }
}

/*　各種背景　*/
.bg-orange {
    background-color: #FFBD97;
}
.bg-beige {
    background: url(../images/beige.jpg);
    background-repeat: repeat;
}
.bg-beige2 {
    background: url(../images/beige2.jpg);
    background-repeat: repeat;
}
.bg-beige3 {
    background: url(../images/beige3.jpg);
    background-repeat: repeat;
}

/*　ヘッダー */
.header-bar {
    height: 80px;
}
.header .container  {
    padding: 50px 0 30px;
}
.header-model {
    background: url(../images/model.png);
    background-repeat:  no-repeat;
    background-position: right top;
    background-size: contain;
}
.header-index {
    font-size: 40px;
    font-weight: bold;
    color: #570000;
}
.header-h2 {
    font-size: 80px;
    font-weight: bold;
    color: #FF3C00;
    letter-spacing: -3px;
    margin: 0;
}
.header-h1 {
    font-size: 50px;
    font-weight: bold;
    color: #F1A100;
    margin: 0;
}
.header-small {
    margin-top: 30px;
    font-size: 12px;
    text-align: left;
}
.header-ribbon {
    margin-bottom: 15px;
}
.header-ribbon img{
    max-width: 480px;
}
.header-bottom {
    text-align: center;
    padding: 30px 0;
    height: auto;
}
.header-sp-image {
    display: none;
}
@media only screen and (max-width: 980px) {
    .header .container {
        padding: 0;
    }
    .header-sp-image {
        display: block;
    }
    .header-sp-image img {
        width: 100%;
        vertical-align: bottom;
    }
    .header-text {
        display: none;
    }
    .header-model {
        background: none;
    }
}
@media only screen and (max-width: 768px) {
    .header-bar {
        height: 30px;
    }
}
/*白枠のコメント*/
.white-box {
    background: #fff;
    border-radius: 40px;
    padding: 30px 40px;
    text-align: center;
    display: inline-block;
}
.white-box-inner {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-align: left;
}
.white-box-line {
    display: block;
}
.white-box-check {
    display: table-cell;
    vertical-align: top;
    padding-right: 5px;
}
.white-box-text {
    display: table-cell;
    vertical-align: top;
}
.button {
    margin-top: 30px;
    background: transparent linear-gradient(180deg, #FFE600 0%, #FF1E0E 100%) 0% 0% no-repeat;
    width: 100%;
    border: 3px solid #fff;
    border-radius: 50px;
}
.button:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.button a{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 30px 0;
}
@media only screen and (max-width: 800px) {
    .white-box-inner {
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .white-box {
        padding: 20px;
    }
    .white-box-inner {
        font-size: 16px;
    }
    .white-box-line {
        margin: 8px 0;
    }
    .button a{
        font-size: 18px;
        padding: 18px 0;
    }
}
/* 各ブロックの見出し */
.index-h3 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 50px 0;
}
@media only screen and (max-width: 540px) {
    .index-h3 {
        font-size: 24px;
    }
}
/* ABCSystemって何？ */
.dashed-box {
    background: #fff;
    border-radius: 30px;
    border: 7px dashed #FFBD97;
    font-size: 0;
}
.dashed-box-left {
    width: 40%;
    display: table-cell;
    vertical-align: bottom;
}
.dashed-box-left img {
    width: 100%;
}
.dashed-box-right {
    width: 60%;
    display: table-cell;
    padding-right: 30px;
    vertical-align: middle;
}
.about-item {
    background: #FFBD97;
    border-radius: 30px;
    text-align: center;
    width: 100%;
    margin: 20px 0;
    padding: 20px 0;
    color: #000;
    font-weight: bold;
}
.about .container {
    padding-bottom: 40px;
}
.about-item-index {
    font-size: 38px;
}
.about-item-desc {
    font-size: 24px;
}
@media only screen and (max-width: 980px) {
    .about-item-index {
        font-size: 3.5vw;
    }
    .about-item-desc {
        font-size: 2vw;
    }
}
@media only screen and (max-width: 768px) {
    .dashed-box {
        display: flex;
        flex-wrap: wrap;
    }
    .dashed-box-left {
        order: 2;
        display: block;
        width: 100%;
        text-align: center;
    }
    .dashed-box-left img {
        max-width: 300px;
    }
    .dashed-box-right {
        order: 1;
        display: block;
        width: 100%;
        padding: 0 20px;
    }
    .about-item-index {
        font-size: 24px;
    }
    .about-item-desc {
        font-size: 16px;
    }
}
/* ABCSystemのうれしいポイント */
.point-item-wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.point-item {
    width: 30%;
    margin: 0 0.5%;
    box-shadow: 7px 7px 3px #333;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.point-item img {
    max-width: 100px;
    padding: 30px;
}
.point-item-header {
    min-height: 160px;
    background-color: #FFBD97;
}
.point-item-middle {
    font-size: 32px;
    font-weight: bold;
    height: 64px;
}
.point-item-white {
    width: 60px;
    display: table-cell;
    background-color: #fff;
    padding: 8px 20px;
    text-align: center;
    height: 48px;
    vertical-align: middle;
}
.point-item-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 0 32px 20px;
    border-color: transparent transparent transparent #ffffff;
    display: inline;
    left: 0;
    top: 0;
}
.point-item-black {
    width: 100%;
    display: table-cell;
    color: #FFf;
    background-color: #000;
    position: relative;
    height: 48px;
    vertical-align: middle;
}
.point-item-bottom {
    background-color: #F8E4E4;
    padding: 15px;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    min-height: 90px;
}
.point-small {
    font-size: 12px;
    text-align: right;
    margin-bottom: 30px;
}
.notice {
    font-size: 10px;
}
@media only screen and (max-width: 980px) {
    .point-item-middle {
        font-size: 22px;
    }
    .point-item-bottom {
        font-size: 16px;
        min-height: 100px;
    }
}
@media only screen and (max-width: 768px) {
    .point-item {
        width: 100%;
        margin: 0 auto 20px;
        display: block;
        max-width: 350px;
    }
    .point-item-bottom {
        min-height: 50px;
    }
}
/* ABCSystemの気になる実績 */
.trade {
    overflow: hidden;
}
.trade-picture-wrapper {
    font-size: 0;
    text-align: center;
}
.trade-picture {
    width: 45%;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}
.trade-picture img{
    max-width: 100%;
}
.trade-index {
    margin-top: -25vw;
}
.trade-left {
    display: table-cell;
    width: 25%;
    vertical-align: bottom;
}
.trade-left img {
    width: 100%;
}
.trade-right {
    display: table-cell;
    width: 75%;
    vertical-align: bottom;
    font-weight: bold;
    font-size: 4vw;
    color: #FF4E83;
}
@media only screen and (max-width: 540px) { 
    .trade-picture {
        width: 100%;
        display: block;
        padding: 0;
        margin-left: -10px;
    }
    .trade-index {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
    }
    .trade-left {
        order: 2;
        width: 100%;
        display: block;
    }
    .trade-left img {
        max-width: 200px;
    }
    .trade-right {
        order: 1;
        width: 100%;
        display: block;
        font-size: 36px;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .trade-right {
        font-size: 20px;
    }
    .trade-left img {
        max-width: 150px;
    }
}

/*　丸に囲われた特徴*/
.circles-wrapper {
    width: 100%;
    height: 50vw;
    display: block;
    position: relative;
}
.circle {
    position: absolute;
}
.circle1 {
    width: 35vw;
    height: 35vw;
    max-width: 480px;
    max-height: 480px;
    min-width: 200px;
    min-height: 200px;
    top: 6vw;
    left: 0;
    object-fit: contain;
}
.circle2 {
    width: 40vw;
    height: 40vw;
    max-width: 530px;
    max-height: 530px;
    min-width: 230px;
    min-height: 230px;
    top: 13vw;
    right: 0;
}
.circle3 {
    width: 35vw;
    height: 35vw;
    max-width: 480px;
    max-height: 480px;
    min-width: 200px;
    min-height: 200px;
    top: 55vw;
    left: 30vw;
}
.circle1 img,
.circle2 img,
.circle3 img {
    width: 100%;
    height: auto;
}
.circles-notice-area {
    overflow: hidden;
}
.circles-notice-area img {
    max-width: 600px;
}
.circles-notice {
    font-size: 12px;
    text-align: right;
    margin-top: -5rem;
    padding-bottom: 2rem;
}
@media only screen and (max-width: 700px) {
    .circles-wrapper {
        margin-top: 50px;
        text-align: center;
        height: auto;
    }
    .circle {
        position:relative;
        display: inline-block;
        width: 350px;
        height: 350px;
        max-width: 90%;
        max-height: 90%;
        font-size: 28px;
        top:0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 10px auto;
    }
    .circles-notice-area {
        overflow: hidden;
        margin-top: -13vw;
    }
    .circles-notice-area img {
        max-width: 400px;
    }
    .circles-notice {
        padding-bottom: 5px;
        font-size: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .circle {
        width: 250px;
        height: 250px;
        max-width: 90%;
        max-height: 90%;
        padding: 10px;
        font-size: 28px;
        top:0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 10px auto;
    }
    .circles-notice {
        font-size: 6px;
    }
}
.voice {
    padding: 50px 0;
    position: relative;
}
.voice-ribbon {
    text-align: center;
}
.voice-ribbon img {
    width: 100%;
    max-width: 500px;
}
.voice-wrapper {
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap:   3%;
    -moz-column-count:    2;
    -moz-column-gap:      3%;
    column-count:         2;
    column-gap:           3%;
    padding-bottom: 100px;
}
.voice-picture {
    width: 100%;
    height: auto;
    margin-bottom: 4%;
}
.voice-picture img {
    width: 100%;
}
.voice-model {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: -300px;
    position: absolute;
    bottom: 50px;
    right: 2%;
}
.voice-model img{
    width: 100%;
    max-width: 500px;
    z-index: 10;
}

/* かんたん6ステップ*/
.step {
    padding: 50px 0;
}
.step-wrapper {
    text-align: center;
    font-size: 0;
}
.step-item {
    width: 30%;
    margin: 0 1% 30px;
    display: inline-block;
    background-color: #FFBD97;
    border-radius: 30px;
    height: 330px;
    vertical-align: top;
    position: relative;
}
.step-item-number {
    font-size: 2.5vw;
    color: #fff;
    font-weight: bold;
    padding: 15px 0 0;
    margin-bottom: 20px;
}
.step-item-image {
    height: 120px;
}
.step-item-image img {
    max-width: 150px;
}
.step-item-image-last {
    height: 160px;
}
.step-item-image-last img{
    max-width: 180px;
}
.step-item-text {
    font-size: 3vw;
    font-weight: bold;
    margin-top: 50px;
    padding: 0 0 15px;
}
.step-triangle {
    position: absolute;
    left: -35px;
    top: calc(50% - 30px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 60px;
    border-color: transparent transparent transparent #ffffff;
}
.pc-none {
    display: none;
}
@media only screen and (max-width: 980px) {
    .step-triangle {
        left: -23px;
        top: calc(50% - 20px);
        border-width: 20px 0 20px 40px;
        border-color: transparent transparent transparent #ffffff;
    }   
}
@media only screen and (max-width: 768px) {
    .step-item {
        height: 300px;
    }
    .step-item-number {
        font-size: 24px;
        padding: 25px 0 0;
    }
    .step-item-text {
        font-size: 28px;
    }
    .step-item {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 30px;
        display: block;
        height: 330px;
        vertical-align: top;
        position: relative;
    }
    .step-triangle {
        top: -40px;
        left: calc(50% - 30px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 60px 30px 0 30px;
        border-color: #ffffff transparent transparent transparent;
    }   
    .pc-none {
        display: block;
    }
}
/*割引実施中*/
.discount {
    padding-top: 50px;
}
.discount-banner {
    width: 100%;
    display: block;
    text-align: center;
}
.discount-banner img{
    width: 100%;
    max-width: 900px;
}
.discount-text {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}
.img-sp {
    display: none;
}
.img-pc {
    display: block;
}
@media only screen and (max-width: 768px) {
    .discount-text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 540px) {
    .img-sp {
        display: block;
        padding: 0 10px;
    }
    .img-pc {
        display: none;
    }
    .discount-text {
        font-size: 14px;
    }
}
.footer {
    padding: 30px 0;
}
.footer-text {
    text-align: center;
    font-size: 18px;
}
.footer-text a {
    color: #000;
    text-decoration: none;
}
.footer-text a:hover {
    color: #F00;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .footer-text {
        font-size: 14px;
    }
}
.mt-30 {
    margin-top: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.br-sp {
    display: none;
}
@media only screen and (max-width: 540px) {
    .br-sp {
        display: block;
    }
}
.footer-float {
    bottom: 10px;
    left: 5%;
    width: 90%;
    text-align: center;
    display:  none;
    opacity: 0; 
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1s;
}
.fixed {
    position: fixed !important;
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}