@charset "utf-8";
.esthemachine_ctaWrap {
    border-top: 1px solid #dbdbdb;
    margin: 20px auto 0;
    padding: 5px;
}
.esthemachineTitle {
    color: #3b3b3b;
    font-weight: 800;
    font-size: 1.3em;
    font-family: 'ヒラギノ角ゴシックPro','Hiragino　Kaku Gothic Pro',"メイリオ",Meiryo,Osaka,'MS P ゴシッ ク','MS PGothic',sans-serif;
    margin: 15px auto 0;
    text-align: center;
}
.btn-area {
    display: flex;
    flex-flow: nowrap;
    margin: 10px auto 20px;
    position: relative;
    max-width: 1170px;
}
.btn-area .button {
    position: relative;
    display: inline-block;
    padding: .8em 2em;
    background-color: none;
    border: 2px solid #7c858e;
    border-radius: 5px;
    color: #7c858e;
    margin: 10px 10px 0;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    width: 100%;
}
/* アロー
.btn-area .button::after {
    position: absolute;
    top: 50%;
    right: 2em;
    content: '';
    margin-top: -5px;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #7c858e;
    border-right: solid 2px #7c858e;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left-color: #fff;
    transition: all .3s;
}
.btn-area .button:hover {
    background-color: #7c858e;
    color: #fff;
    letter-spacing: .1rem;
    opacity: unset;
}
.btn-area .button:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
*/
/* オーサム 外部リンクアイコン*/
.btn-area .button::after {
    border: none;
    content: "\f35d";
    color: #7c858e;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    padding-right: 5px;
    top: 35%;
    transition: all .1s;
    transform: none;
}
.btn-area .button:hover {
    background-color: #7c858e;
    color: #fff;
    letter-spacing: .1rem;
    opacity: unset;
}
.btn-area .button:hover::after {
    border: none;
    content: "\f35d";
    color: #ffffff;
}

@media screen and (max-width: 768px) {
.btn-area {
        flex-flow: nowrap;
}
.btn-area .button {
        width: 365px;
}
}
@media screen and (max-width: 641px) {
.btn-area {
        flex-flow: wrap;
}
.btn-area .button {
        width: 96%;
}
}
/*-------------------
   mainvisual
-------------------*/

@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
p {
}
}

 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
p {
}
}

 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
p {
}
}


/*-------------------
   footer
-------------------*/
