@charset "UTF-8";
/*
    Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-size: 100%;
    font-weight: inherit;
    vertical-align: baseline;
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    counter-reset: elemNum 0;
}

mark {
    background-color: transparent;
}

fieldset {
    border: none;
}

input,
textarea,
button {
    margin: 0;
    outline: none;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

input[type=search],
input[type=number] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=search]:focus {
    outline-offset: -2px;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

legend, hr {
    display: none;
}

a {
    outline: none;
    background-color: transparent;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    vertical-align: top;
}

img, a img {
    border: none;
}

ul, ol {
    list-style-type: none;
}

table {
    border: none;
    border-collapse: separate;
    border-spacing: 0;
}

th, td {
    border: none;
    text-align: left;
}

del, s {
    text-decoration: line-through;
}

blockquote [align=center] {
    text-align: center;
}

blockquote [align=right] {
    text-align: right;
}

blockquote table {
    border-spacing: 1px;
}

blockquote th {
    font-weight: bold;
    text-align: center;
}

blockquote th, blockquote td {
    padding: 8px;
}

.clearfix:after {
    display: block;
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
}

/*
# Base

## タグの初期スタイル

*/
/* html */
html {
    overflow-y: scroll;
    font-size: 15px;
}

/* body */
body {
    background: #ffffff;
    color: #333333;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    -webkit-font-feature-settings: "pkna" 1;
    font-feature-settings: "pkna" 1;
    font-size: 15px;
    line-height: 1.5;
}

/* ==========================================================================
    Base
   ========================================================================== */
/*
# FooterArea

## フッターエリアのスタイル

*/
#globalFooter {
    font-size: 13px !important;
    font-size: 0.8666666667rem !important;
    clear: both;
    overflow: hidden !important;
    text-align: center !important;
}

#globalFooter .globalFooterInner {
    margin: 0 !important;
    padding: 24px 0 !important;
    background-color: #303134 !important;
}

#globalFooter .globalFooterInner .copyright {
    font-size: 12px !important;
    font-size: 0.8rem !important;
    color: #999999 !important;
    white-space: nowrap !important;
}

@media (max-width: 750px) {
    #globalFooter .globalFooterInner {
        padding: 8px 0 !important;
    }

    #globalFooter .globalFooterInner .copyright {
        font-size: 11px !important;
        font-size: 0.7333333333rem !important;
    }
}

/*
    Display
*/
.elemBlock {
    display: block !important;
}

.elemNone {
    display: none !important;
}

@media (min-width: 751px) {
    .elemBlockPc {
        display: block !important;
    }

    .elemNonePc {
        display: none !important;
    }
}
@media (max-width: 750px) {
    .elemBlockSp {
        display: block !important;
    }

    .elemNoneSp {
        display: none !important;
    }
}
/*
    Visibility
*/
.elemVisible {
    visibility: visible !important;
}

.elemHidden {
    visibility: hidden !important;
}

@media (min-width: 751px) {
    .elemVisiblePc {
        visibility: visible !important;
    }

    .elemHiddenPc {
        visibility: hidden !important;
    }
}

@media (max-width: 750px) {
    .elemVisibleSp {
        visibility: visible !important;
    }

    .elemHiddenSp {
        visibility: hidden !important;
    }
}

#frame {
    position: relative;
    z-index: 1;
    line-height: 1.8;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}

a {
    color: #333333;
    cursor: pointer;
    transition: all 0.3s;
}

a:hover {
    opacity: 0.8;
}

.enTxt {
    font-family: "Roboto", sans-serif;
}

.colorTxt {
    color: #f0940b;
}

@media (min-width: 751px) {
    /*共通パーツ*/
    #frame {
        min-width: 1064px;
    }

    .spImg,
    .spBr,
    .spObj {
        display: none;
    }

    .amacodeSecInner {
        width: 1000px;
        padding: 120px 0 80px 0;
        margin: 0 auto;
    }

    .amacodeSecHdWrap {
        position: relative;
        margin-bottom: 56px;
        text-align: center;
    }

    .amacodeSecHdWrap .amacodeSecHd {
        display: inline-block;
        position: relative;
        line-height: 1.5;
        font-weight: bold;
        font-size: 36px;
        font-size: 2.4rem;
        color: #232f3e;
    }

    .amacodeSecHdWrap .amacodeSecHd:before {
        display: block;
        content: "";
        position: absolute;
        top: -56px;
        left: 50%;
        transform: translateX(-50%);
        width: 161px;
        height: 47px;
        background-image: url(/assets/image/partner/partner_img_balloon.png);
    }

    .amacodeSecHdWrap .amacodeSecHd.type02 {
        color: #ffffff;
        font-weight: bold;
    }

    .amacodeSecHdWrap .balloonTxt {
        position: absolute;
        top: -52px;
        left: 50%;
        transform: translateX(-50%);
        width: 161px;
        height: 47px;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-size: 1.0666666667rem;
        color: #f0940b;
    }

    .amacodeSecHdWrap .amacodeSecHd .smallSubTxt {
        display: block;
        font-size: 24px;
        font-size: 1.6rem;
    }

    .amacodeSecBtn {
        display: block;
        width: 468px;
        margin: 0 auto;
        padding: 16px 0;
        border-radius: 40px;
        box-sizing: border-box;
        background: linear-gradient(to right, #febe17, #f0940b);
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        font-size: 22px;
        font-size: 1.4666666667rem;
    }

    .amacodeSecBtn:hover {
        opacity: 0.8;
    }

    .noteTxt {
        position: relative;
        padding-left: 16px;
        word-break: break-word;
        font-size: 12px;
        font-size: 0.8rem;
    }

    .noteTxt .noteIcon {
        position: absolute;
        top: 0;
        left: 0;
    }

    /*FV*/
    .amacodeFvArea {
        width: 100%;
        padding: 40px 0 56px 0;
        background-image: url(/assets/image/partner/partner_bg_fv.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-top: 10px solid #f0940b;
        box-sizing: border-box;
    }

    .amacodeFvArea .amacodeFvAreaInner {
        width: 1000px;
        margin: 0 auto;
        text-align: center;
    }

    .amacodeFvArea .amacodeFvAreaInner .amacodeMainArea {
        position: relative;
        width: 1000px;
        height: 328px;
        padding-right: 500px;
        margin-top: 32px;
        background-image: url(/assets/image/partner/partner_img_fv_tool.png);
        background-position: bottom right;
        background-size: auto;
        background-repeat: no-repeat;
        box-sizing: border-box;
    }

    .amacodeFvArea .amacodeFvAreaInner .amacodeMainArea .amacodeMainTxt {
        margin-bottom: 40px;
    }

    .amacodeFvArea .amacodeFvAreaInner .amacodeMainArea .amacodeMainTxt img {
        width: 464px;
        height: auto;
    }

    .amacodeFvArea .amacodeFvAreaInner .amacodeMainArea .amacodeLeadTxt {
        font-size: 20px;
        font-size: 1.3rem;
    }

    .amacodeFvArea .amacodeFvAreaInner .amacodeMainArea .circleImg img {
        position: absolute;
        top: -32px;
        right: 0;
        width: 160px;
        height: 160px;
    }

    /*コンテンツ*/
    .amacodeWorriesArea {
        background-color: #f2f2f2;
    }

    .amacodeWorriesArea .amacodeSecInner {
        position: relative;
    }

    .amacodeWorriesArea .amacodeSecInner .worriesImg {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .amacodeWorriesArea .amacodeWorriesListBox {
        display: flex;
        flex-wrap: wrap;
        width: 800px;
        margin: 0 auto;
        padding: 56px 56px 32px;
        background-color: #ffffff;
        border-radius: 5px;
        box-sizing: border-box;
        font-size: 18px;
        font-size: 1.2rem;
    }

    .amacodeWorriesArea .amacodeWorriesListBox .listTxt {
        position: relative;
        width: 50%;
        margin-bottom: 24px;
        padding-left: 32px;
        box-sizing: border-box;
    }

    .amacodeWorriesArea .amacodeWorriesListBox .listTxt:before {
        display: block;
        content: "";
        position: absolute;
        top: 2px;
        left: 0;
        width: 24px;
        height: 24px;
        background-color: #f0940b;
        border-radius: 2px;
    }

    .amacodeWorriesArea .amacodeWorriesListBox .listTxt:after {
        display: block;
        content: "";
        position: absolute;
        top: 2px;
        left: 7px;
        transform: rotate(45deg);
        width: 8px;
        height: 16px;
        border-right: 3px solid #ffffff;
        border-bottom: 3px solid #ffffff;
    }

    .amacodeResolutionArea {
        position: relative;
        background-image: url(/assets/image/partner/partner_bg_pattern.png);
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
        border-top: 12px solid #f0940b;
        text-align: center;
    }

    .amacodeResolutionArea .amacodeSecInner {
        padding-top: 80px;
    }

    .amacodeResolutionArea:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 65px solid transparent;
        border-right: 65px solid transparent;
        border-top: 52px solid #f0940b;
    }

    .amacodeResolutionArea .amacodeResolutionAreaHd {
        margin-bottom: 48px;
        font-size: 24px;
        font-size: 1.6rem;
        font-weight: bold;
    }

    .amacodeResolutionArea .amacodeResolutionAreaHd .emphasisTxt {
        font-size: 36px;
        font-size: 2.4rem;
    }

    .amacodeResolutionArea .amacodeCheckPointArea {
        width: 800px;
        margin: 0 auto 64px;
        padding: 64px 80px;
        background-color: #f2f2f2;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .amacodeResolutionArea .amacodeCheckPointArea .amacodeCheckPointHd {
        position: relative;
        margin-bottom: 64px;
        font-size: 24px;
        font-size: 1.6rem;
        font-weight: bold;
    }

    .amacodeResolutionArea .amacodeCheckPointArea .amacodeCheckPointHd:after {
        display: block;
        content: "";
        position: absolute;
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 4px;
        background-color: #f0940b;
    }

    .amacodeResolutionArea .amacodeCheckPointArea .amacodeCheckPointHd .subTxt {
        display: block;
        font-size: 20px;
        font-size: 1.3rem;
    }

    .amacodeResolutionArea .amacodeCheckPointArea .amacodeCheckPointBox {
        display: flex;
        justify-content: space-between;
    }

    .amacodeResolutionArea .amacodeCheckPointArea .amacodeCheckPointBox .amacodeCheckPoint {
        width: 224px;
        font-size: 20px;
        font-size: 1.3rem;
        font-weight: bold;
    }

    .amacodeResolutionArea .resolutionTxt {
        margin-bottom: 32px;
        font-weight: bold;
        font-size: 18px;
        font-size: 1.2rem;
    }

    .amacodeResolutionArea .resolutionTxt:last-child {
        margin-bottom: 0;
    }

    .amacodeReasonArea {
        padding: 120px 0 80px 0;
        background-color: #fff4d4;
    }

    .amacodeReasonArea .amacodeReasonBlockLeft {
        position: relative;
        max-width: calc(90% - (50% - (2rem / 2)));
        width: calc(100% - 240px);
        margin: 0 auto 56px 0;
        padding: 56px 120px 56px 56px;
        padding-left: calc(50% - (1000px / 2) - 240px);
        border-left: solid transparent;
        border-left-width: calc(240px + 56px);
        background-color: #ffffff;
        border-radius: 0 5px 5px 0;
    }

    .amacodeReasonArea .amacodeReasonBlockRight {
        position: relative;
        max-width: calc(90% - (50% - (2rem / 2)));
        width: calc(100% - 240px);
        margin: 0 0 56px auto;
        padding: 56px 56px 56px 120px;
        padding-right: calc(50% - (1000px / 2) - 240px);
        border-right: solid transparent;
        border-right-width: calc(240px + 56px);
        background-color: #ffffff;
        border-radius: 5px 0 0 5px;
    }

    .amacodeReasonArea .amacodeReasonBlockRight:last-child {
        margin-bottom: 0;
    }

    .amacodeReasonArea .amacodeReasonBlockLeft .reasonNum,
    .amacodeReasonArea .amacodeReasonBlockRight .reasonNum {
        text-shadow: 1px 1px 0 #232f3e, -1px -1px 0 #232f3e,
                     -1px 1px 0 #232f3e, 1px -1px 0 #232f3e,
                     0px 1px 0 #232f3e,  0-1px 0 #232f3e,
                     -1px 0 0 #232f3e, 1px 0 0 #232f3e;
        font-family: "Roboto", sans-serif;
        font-size: 64px;
        font-size: 4.4rem;
        color: #ffffff;
    }

    .amacodeReasonArea .amacodeReasonBlockLeft .amacodeReasonHd,
    .amacodeReasonArea .amacodeReasonBlockRight .amacodeReasonHd {
        position: relative;
        margin-bottom: 32px;
        font-size: 32px;
        font-size: 2rem;
        font-weight: bold;
    }

    .amacodeReasonArea .amacodeReasonBlockLeft .amacodeReasonHd .reasonNum,
    .amacodeReasonArea .amacodeReasonBlockRight .amacodeReasonHd .reasonNum {
        position: absolute;
        top: -112px;
        left: 0;
    }

    .amacodeReasonArea .amacodeReasonBlockLeft .amacodeReasonTxtBox p,
    .amacodeReasonArea .amacodeReasonBlockRight .amacodeReasonTxtBox p {
        margin-bottom: 32px;
    }

    .amacodeReasonArea .amacodeReasonBlockLeft .amacodeReasonTxtBox p:last-child,
    .amacodeReasonArea .amacodeReasonBlockRight .amacodeReasonTxtBox p:last-child {
        margin-bottom: 0;
    }

    .amacodeReasonArea .amacodeReasonBlockLeft .reasonImg {
        position: absolute;
        top: 50%;
        right: -208px;
        transform: translateY(-50%);
    }

    .amacodeReasonArea .amacodeReasonBlockRight .reasonImg {
        position: absolute;
        top: 50%;
        left: -208px;
        transform: translateY(-50%);
    }

    .amacodeReasonArea .amacodeSecBtnArea {
        display: flex;
        justify-content: center;
    }

    .amacodeReasonArea .amacodeSecBtnArea .amacodeSecBtn {
        margin: 0 16px;
    }

    .amacodeFeatureArea {
        background-image: url(/assets/image/partner/partner_bg_pattern.png);
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .amacodeFeatureArea .amacodeFeatureBlock {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .amacodeFeatureArea .amacodeFeatureBlock .amacodeFeatureBox {
        display: block;
        position: relative;
        width: 480px;
        padding: 64px 32px;
        margin-bottom: 40px;
        background-color: #f2f2f2;
        border-radius: 5px;
        box-sizing: border-box;
        text-align: center;
    }

    .amacodeFeatureArea .amacodeFeatureBlock .amacodeFeatureBox:before {
        display: flex;
        counter-increment: elemNum 1;
        content: counter(elemNum, decimal-leading-zero);
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 48px;
        height: 48px;
        background-color: #232f3e;
        border-radius: 5px 0 0 0;
        color: #ffffff;
        font-family: "Roboto", sans-serif;
        font-size: 32px;
        font-size: 2rem;
        font-weight: bold;
        line-height: 48px;
    }

    .amacodeFeatureArea .amacodeFeatureBlock .amacodeFeatureBox .amacodeFeatureTtl {
        margin-bottom: 24px;
        font-size: 28px;
        font-size: 1.8rem;
        font-weight: bold;
        color: #232f3e;
    }

    .amacodeFeatureArea .amacodeFeatureBlock .amacodeFeatureBox .amacodeFeatureImg {
        margin-bottom: 24px;
    }

    .amacodeFeatureArea .amacodeFeatureBlock .amacodeFeatureBox .amacodeFeatureTxtBox {
        text-align: left;
    }

    .amacodeFeatureArea .amacodeFeatureBlock .amacodeFeatureBox .amacodeFeatureTxtBox p {
        margin-bottom: 16px;
    }

    .amacodeFeatureArea .amacodeFeatureBlock .amacodeFeatureBox .amacodeFeatureTxtBox p:last-child {
        margin-bottom: 0;
    }

    .amacodeWebEditionArea {
        background-image: url(/assets/image/partner/partner_bg_web_edition.jpg);
        background-position: bottom center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .amacodeWebEditionArea .amacodeWebEditionTxtBlock {
        margin-bottom: 80px;
    }

    .amacodeWebEditionArea .amacodeWebEditionTxtBox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
        color: #ffffff;
    }

    .amacodeWebEditionArea .amacodeWebEditionTxtBox.boxStyle02 {
        flex-direction: row-reverse;
    }

    .amacodeWebEditionArea .amacodeWebEditionTxtBox .amacodeWebEditionTxt {
        width: 500px;
    }

    .amacodeWebEditionArea .amacodeWebEditionTxtBox .amacodeWebEditionTxt p {
        margin-bottom: 16px;
        line-height: 2;
    }

    .amacodeWebEditionArea .amacodeWebEditionTxtBox .amacodeWebEditionTxt p:last-child {
        margin-bottom: 0;
    }

    .amacodeWebEditionArea .amacodeWebEditionTxtBox .amacodeWebEditionImg {
        width: 460px;
        height: auto;
    }

    .amacodeWebEditionArea .webEditionPointArea {
        margin-bottom: 72px;
        text-align: center;
    }

    .amacodeWebEditionArea .webEditionPointArea .webEditionPointHd {
        position: relative;
        margin-bottom: 64px;
        font-size: 24px;
        font-size: 1.6rem;
        font-weight: bold;
        color: #ffffff;
    }

    .amacodeWebEditionArea .webEditionPointArea .webEditionPointHd:after {
        display: block;
        content: "";
        position: absolute;
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 4px;
        background-color: #f0940b;
    }

    .amacodeWebEditionArea .webEditionPointArea .webEditionPointBox {
        display: flex;
        justify-content: space-between;
        width: 640px;
        margin: 0 auto;
    }

    .amacodeWebEditionArea .webEditionPointArea .webEditionPointBox .webEditionPointImg {
        width: 180px;
        height: 180px;
    }

    .amacodeDetailArea {
        padding: 106px 56px 56px;
        background: #ffffff;
        border-radius: 5px;
        text-align: center;
    }

    .amacodeDetailArea .amacodeDetailTxt {
        margin-bottom: 64px;
        font-size: 18px;
        font-size: 1.2rem;
        line-height: 2;
    }

    .amacodeDetailArea .amacodeDetailHd {
        position: relative;
        margin-bottom: 64px;
        font-size: 24px;
        font-size: 1.6rem;
        font-weight: bold;
    }

    .amacodeDetailArea .amacodeDetailHd:after {
        display: block;
        content: "";
        position: absolute;
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 4px;
        background-color: #f0940b;
    }

    .amacodeDetailArea .amacodeDetailBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto 24px;
        width: 640px;
    }

    .amacodeDetailArea .amacodeDetailBox .webEditioDetailImg {
        margin-bottom: 40px;
        width: 200px;
        height: auto;
    }

    .amacodeDetailArea .amacodeDetailDescriptionBox {
        padding: 56px;
        background-color: #f2f2f2;
        border-radius: 5px;
        text-align: left;
    }

    .amacodeDetailArea .amacodeDetailDescriptionBox .descriptionTxt {
        margin-bottom: 32px;
        line-height: 2;
    }

    .amacodeDetailArea .amacodeDetailDescriptionBox .descriptionTxt:last-child {
        margin-bottom: 0;
    }

    .amacodeDetailArea .amacodeDetailDescriptionBox .descriptionList {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 32px;
        font-weight: bold;
        font-size: 18px;
        font-size: 1.2rem;
        line-height: 2;
    }

    .amacodeDetailArea .amacodeDetailDescriptionBox .descriptionList li {
        position: relative;
        padding-left: 24px;
        width: 232px;
        color: #232f3e;
    }

    .amacodeDetailArea .amacodeDetailDescriptionBox .descriptionList li:before {
        display: block;
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 12px;
        height: 12px;
        background-color: #232f3e;
    }

    .amacodeMeritArea {
        background-image: url(/assets/image/partner/partner_bg_pattern.png);
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .amacodeMeritArea .amacodeMeritBlock {
        display: flex;
        justify-content: space-between;
    }

    .amacodeMeritArea .amacodeMeritBlock .amacodeMeritBox {
        padding: 32px 24px;
        width: 312px;
        background-color: #f2f2f2;
        border-radius: 5px;
        box-sizing: border-box;
        text-align: center;
    }

    .amacodeMeritArea .amacodeMeritBlock .amacodeMeritBox .amacodeMeritHd {
        font-size: 24px;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.5;
    }

    .amacodeMeritArea .amacodeMeritBlock .amacodeMeritBox .amacodeMeritImg {
        padding: 24px 0;
        width: auto;
        height: 88px;
    }

    .amacodeMeritArea .amacodeMeritBlock .amacodeMeritBox .amacodeMeritTxtBox {
        text-align: left;
    }

    .amacodeMeritArea .amacodeMeritBlock .amacodeMeritBox .amacodeMeritTxtBox p {
        margin-bottom: 16px;
    }

    .amacodeMeritArea .amacodeMeritBlock .amacodeMeritBox .amacodeMeritTxtBox p:last-child {
        margin-bottom: 0;
    }

    .amacodeVoiceArea {
        background-color: #fff4d4;
    }

    .amacodeVoiceArea .amacodeVoiceBlock {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }

     .amacodeVoiceArea .amacodeVoiceBlock .amacodeVoiceImg {
         width: 112px;
         height: auto;
     }

    .amacodeVoiceArea .amacodeVoiceBlock:last-child {
        margin-bottom: 0;
    }

    .amacodeVoiceArea .amacodeVoiceBlock .amacodeVoiceBox {
        position: relative;
        padding: 48px 56px;
        margin: 0 112px 0 40px;
        width: 700px;
        background-color: #ffffff;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .amacodeVoiceArea .amacodeVoiceBlock .amacodeVoiceBox:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: -40px;
        margin-top: -24px;
        border-style: solid;
        border: 16px solid transparent;
        border-right: 24px solid #ffffff;
    }

    .amacodeVoiceArea .amacodeVoiceBlock .amacodeVoiceBox p {
        margin-bottom: 16px;
    }

    .amacodeVoiceArea .amacodeVoiceBlock .amacodeVoiceBox p:last-child {
        margin-bottom: 0;
    }

    .amacodeVoiceArea .amacodeVoiceBlock.voiceBlockType02 {
        flex-direction: row-reverse;
    }

    .amacodeVoiceArea .amacodeVoiceBlock.voiceBlockType02 .amacodeVoiceBox {
        margin: 0 40px 0 112px;
    }

    .amacodeVoiceArea .amacodeVoiceBlock.voiceBlockType02 .amacodeVoiceBox:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: -40px;
        left: auto;
        margin-top: -24px;
        border-style: solid;
        border: 16px solid transparent;
        border-left: 24px solid #ffffff;
    }

    .amacodeFaqArea .amacodeFaqBlock dl {
        padding: 56px;
        margin-bottom: 40px;
        background-color: #f2f2f2;
        border-radius: 5px;
    }

    .amacodeFaqArea .amacodeFaqBlock dl:last-child {
        margin-bottom: 64px;
    }

    .amacodeFaqArea .amacodeFaqBlock dl dt {
        position: relative;
        padding-left: 48px;
        margin-bottom: 24px;
        font-size: 24px;
        font-size: 1.6rem;
        font-weight: bold;
    }

    .amacodeFaqArea .amacodeFaqBlock dl dt:before {
        display: flex;
        content: "Q";
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 38px;
        height: 38px;
        background-color: #f0940b;
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        font-size: 1.6rem;
        font-weight: bold;
        color: #ffffff;
        line-height: 38px;
    }

    .amacodeFaqArea .amacodeFaqBlock dl dd {
        position: relative;
        padding-left: 48px;
    }

    .amacodeFaqArea .amacodeFaqBlock dl dd:before {
        display: flex;
        content: "A";
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 38px;
        height: 38px;
        background-color: #232f3e;
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        font-size: 1.6rem;
        font-weight: bold;
        color: #ffffff;
        line-height: 38px;
    }
}

@media (max-width: 750px) {
     /*共通パーツ*/
    #frame {
        font-size: 14px;
        font-size: 0.9rem;
    }

    .pcImg,
    .pcBr,
    .pcObj {
        display: none;
    }

    img {
        width: 100%;
    }

    .amacodeSecInner {
        width: 94%;
        padding: 64px 3% 56px;
        margin: 0 auto;
    }

    .amacodeSecHdWrap {
        position: relative;
        margin-bottom: 32px;
        text-align: center;
    }

    .amacodeSecHdWrap .amacodeSecHd {
        display: inline-block;
        position: relative;
        line-height: 1.5;
        font-weight: bold;
        font-size: 22px;
        font-size: 1.4666666667rem;
        color: #232f3e;
    }

    .amacodeSecHdWrap .amacodeSecHd:before {
        display: block;
        content: "";
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        width: 120px;
        height: 35px;
        background-image: url(/assets/image/partner/partner_img_balloon.png);
        background-size: cover;
    }

    .amacodeSecHdWrap .amacodeSecHd.type02 {
        color: #ffffff;
        font-weight: bold;
    }

    .amacodeSecHdWrap .balloonTxt {
        position: absolute;
        top: -37px;
        left: 50%;
        transform: translateX(-50%);
        width: 120px;
        height: 35px;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        font-size: 0.8rem;
        color: #f0940b;
    }

    .amacodeSecHdWrap .amacodeSecHd .smallSubTxt {
        display: block;
        font-size: 15px;
        font-size: 1rem;
    }

    .amacodeSecBtn {
        display: block;
        position: relative;
        max-width: 420px;
        min-width: 270px;
        width: 85%;
        box-sizing: border-box;
        padding: 16px 0;
        margin: 0 auto;
        border-radius: 40px;
        background: linear-gradient(to right, #febe17, #f0940b);
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        font-size: 15px;
        font-size: 1rem;
    }

    .noteTxt {
        position: relative;
        padding-left: 12px;
        word-break: break-word;
        font-size: 10px;
        font-size: 0.6666666667rem;
    }

    .noteTxt .noteIcon {
        position: absolute;
        top: 0;
        left: 0;
    }

    /*FV*/
    .amacodeFvArea {
        width: 100%;
        padding: 24px 0 32px 0;
        background-image: url(/assets/image/partner/partner_bg_fv_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-top: 10px solid #f0940b;
        box-sizing: border-box;
    }

    .amacodeFvArea .amacodeFvAreaInner {
        width: 94%;
        margin: 0 auto;
        text-align: center;
    }

    .amacodeFvArea .amacodeFvAreaInner .amacodeLogoImg {
        width: auto;
        height: 32px;
    }

    .amacodeFvArea .amacodeFvAreaInner .amacodeMainArea {
        position: relative;
        width: 100%;
        margin-top: 32px;
        box-sizing: border-box;
    }

    .amacodeFvArea .amacodeFvAreaInner .amacodeMainArea .amacodeMainTxt {
        margin-bottom: 32px;
    }

    .amacodeFvArea .amacodeFvAreaInner .amacodeMainArea .amacodeMainTxt img {
        width: 100%;
        height: auto;
    }

    .amacodeFvArea .amacodeFvAreaInner .amacodeMainArea .amacodeLeadTxt {
        margin-bottom: 24px;
        font-size: 15px;
        font-size: 1rem;
    }

    .amacodeFvArea .amacodeFvAreaInner .amacodeMainArea .circleImg {
        position: relative;
        height: 200px;
        margin-bottom: 16px;
        background-image: url(/assets/image/partner/partner_img_fv_tool_sp.png);
        background-position: bottom center;
        background-size: auto 200px;
        background-repeat: no-repeat;
    }

    .amacodeFvArea .amacodeFvAreaInner .amacodeMainArea .circleImg img {
        position: absolute;
        top: 0;
        right: 0;
        width: 96px;
        height: 96px;
    }

    /*コンテンツ*/
    .amacodeWorriesArea {
        background-color: #f2f2f2;
    }

    .amacodeWorriesArea .amacodeSecInner {
        position: relative;
    }

    .amacodeWorriesArea .amacodeSecInner .worriesImg {
        position: absolute;
        right: 24px;
        bottom: 0;
    }

    .amacodeWorriesArea .amacodeSecInner .worriesImg img {
        width: auto;
        height: 64px;
    }

    .amacodeWorriesArea .amacodeWorriesListBox {
        padding: 16px;
        background-color: #ffffff;
        border-radius: 5px;
        box-sizing: border-box;
        font-size: 15px;
        font-size: 1rem;
    }

    .amacodeWorriesArea .amacodeWorriesListBox .listTxt {
        position: relative;
        margin-bottom: 16px;
        padding-left: 32px;
        box-sizing: border-box;
    }

    .amacodeWorriesArea .amacodeWorriesListBox .listTxt:before {
        display: block;
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        width: 20px;
        height: 20px;
        background-color: #f0940b;
        border-radius: 2px;
    }

    .amacodeWorriesArea .amacodeWorriesListBox .listTxt:after {
        display: block;
        content: "";
        position: absolute;
        top: 7px;
        left: 7px;
        transform: rotate(45deg);
        width: 4px;
        height: 8px;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
    }

    .amacodeResolutionArea {
        position: relative;
        background-image: url(/assets/image/partner/partner_bg_pattern_sp.png);
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
        border-top: 12px solid #f0940b;
        text-align: center;
    }

    .amacodeResolutionArea .amacodeSecInner {
        padding-top: 48px;
    }

    .amacodeResolutionArea:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 30px solid #f0940b;
    }

    .amacodeResolutionArea .amacodeResolutionAreaHd {
        margin-bottom: 24px;
        font-size: 15px;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.5;
    }

    .amacodeResolutionArea .amacodeResolutionAreaHd .emphasisTxt {
        font-size: 22px;
        font-size: 1.4666666667rem;
    }

    .amacodeResolutionArea .amacodeCheckPointArea {
        margin-bottom: 24px;
        padding: 24px;
        background-color: #f2f2f2;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .amacodeResolutionArea .amacodeCheckPointArea .amacodeCheckPointHd {
        position: relative;
        margin-bottom: 32px;
        font-size: 18px;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.5;
    }

    .amacodeResolutionArea .amacodeCheckPointArea .amacodeCheckPointHd:after {
        display: block;
        content: "";
        position: absolute;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        width: 32px;
        height: 2px;
        background-color: #f0940b;
    }

    .amacodeResolutionArea .amacodeCheckPointArea .amacodeCheckPointHd .subTxt {
        display: block;
        font-size: 12px;
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .amacodeResolutionArea .amacodeCheckPointArea .amacodeCheckPointBox {
        text-align: center;
    }

    .amacodeResolutionArea .amacodeCheckPointArea .amacodeCheckPointBox .amacodeCheckPoint {
        margin-bottom: 16px;
        font-size: 20px;
        font-size: 1.3rem;
        font-weight: bold;
    }

    .amacodeResolutionArea .amacodeCheckPointArea .amacodeCheckPointBox .amacodeCheckPoint img {
        width: 120px;
        height: auto;
    }

    .amacodeResolutionArea .resolutionTxt {
        margin-bottom: 32px;
        font-weight: bold;
        font-size: 15px;
        font-size: 1rem;
    }

    .amacodeResolutionArea .resolutionTxt:last-child {
        margin-bottom: 0;
    }

    .amacodeReasonArea {
        padding: 64px 0 40px 0;
        background-color: #fff4d4;
    }

    .amacodeReasonArea .amacodeReasonBlockLeft {
        position: relative;
        max-width: calc(100% - (50% - (10rem / 2)));
        width: calc(100% - 24px);
        margin: 0 auto 120px 0;
        padding: 20px;
        padding-left: calc(50% - (100% / 2) - 24px);
        border-left: solid transparent;
        border-left-width: calc(24px + 20px);
        background-color: #ffffff;
        border-radius: 0 5px 5px 0;
    }

    .amacodeReasonArea .amacodeReasonBlockRight {
        position: relative;
        max-width: calc(100% - (50% - (10rem / 2)));
        width: calc(100% - 24px);
        margin: 0 0 120px auto;
        padding: 20px;
        padding-right: calc(50% - (100% / 2) - 64px);
        border-right: solid transparent;
        border-right-width: calc(24px + 20px);
        background-color: #ffffff;
        border-radius: 5px 0 0 5px;
    }

    .amacodeReasonArea .amacodeReasonBlockRight:last-child {
        margin-bottom: 0;
    }

    .amacodeReasonArea .amacodeReasonBlockLeft .reasonNum,
    .amacodeReasonArea .amacodeReasonBlockRight .reasonNum {
        text-shadow: 1px 1px 0 #232f3e, -1px -1px 0 #232f3e,
                     -1px 1px 0 #232f3e, 1px -1px 0 #232f3e,
                     0px 1px 0 #232f3e,  0-1px 0 #232f3e,
                     -1px 0 0 #232f3e, 1px 0 0 #232f3e;
        font-family: "Roboto", sans-serif;
        font-size: 40px;
        font-size: 2.6666666667rem;
        color: #ffffff;
    }

    .amacodeReasonArea .amacodeReasonBlockLeft .reasonNum {
        position: absolute;
        top: -40px;
        left: 0;
    }

    .amacodeReasonArea .amacodeReasonBlockRight .reasonNum {
        position: absolute;
        top: -40px;
        right: 0;
    }

    .amacodeReasonArea .amacodeReasonBlockLeft .amacodeReasonHd,
    .amacodeReasonArea .amacodeReasonBlockRight .amacodeReasonHd {
        margin-bottom: 32px;
        font-size: 18px;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.5;
    }

    .amacodeReasonArea .amacodeReasonBlockLeft .amacodeReasonTxtBox p,
    .amacodeReasonArea .amacodeReasonBlockRight .amacodeReasonTxtBox p {
        margin-bottom: 16px;
    }

    .amacodeReasonArea .amacodeReasonBlockLeft .amacodeReasonTxtBox p:last-child,
    .amacodeReasonArea .amacodeReasonBlockRight .amacodeReasonTxtBox p:last-child {
        margin-bottom: 0;
    }

    .amacodeReasonArea .amacodeReasonBlockLeft .reasonImg {
        position: absolute;
        bottom: -136px;
        left: -32px;
        transform: translateY(-50%);
        width: auto;
        height: 100px
    }

    .amacodeReasonArea .amacodeReasonBlockRight .reasonImg {
        position: absolute;
        right: -32px;
        bottom: -136px;
        transform: translateY(-50%);
        width: auto;
        height: 100px
    }

    .amacodeReasonArea .amacodeSecBtnArea {
        display: flex;
        flex-wrap: wrap-reverse;
        flex-direction: row-reverse;
        justify-content: center;
    }

    .amacodeFeatureArea {
        background-image: url(/assets/image/partner/partner_bg_pattern_sp.png);
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .amacodeFeatureArea .amacodeFeatureBlock .amacodeFeatureBox {
        display: block;
        position: relative;
        padding: 24px;
        margin-bottom: 24px;
        background-color: #f2f2f2;
        border-radius: 5px;
        box-sizing: border-box;
        text-align: center;
    }

    .amacodeFeatureArea .amacodeFeatureBlock .amacodeFeatureBox:last-child {
        margin-bottom: 0;
    }

    .amacodeFeatureArea .amacodeFeatureBlock .amacodeFeatureBox:before {
        display: flex;
        counter-increment: elemNum 1;
        content: counter(elemNum, decimal-leading-zero);
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        background-color: #232f3e;
        border-radius: 5px 0 0 0;
        color: #ffffff;
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 40px;
    }

    .amacodeFeatureArea .amacodeFeatureBlock .amacodeFeatureBox .amacodeFeatureTtl {
        margin-bottom: 24px;
        font-size: 18px;
        font-size: 1.2rem;
        font-weight: bold;
        color: #232f3e;
    }

    .amacodeFeatureArea .amacodeFeatureBlock .amacodeFeatureBox .amacodeFeatureImg {
        margin-bottom: 24px;
        width: 80px;
        height: auto;
    }

    .amacodeFeatureArea .amacodeFeatureBlock .amacodeFeatureBox .amacodeFeatureTxtBox {
        text-align: left;
    }

    .amacodeFeatureArea .amacodeFeatureBlock .amacodeFeatureBox .amacodeFeatureTxtBox p {
        margin-bottom: 16px;
    }

    .amacodeFeatureArea .amacodeFeatureBlock .amacodeFeatureBox .amacodeFeatureTxtBox p:last-child {
        margin-bottom: 0;
    }

    .amacodeWebEditionArea {
        background-image: url(/assets/image/partner/partner_bg_web_edition.jpg);
        background-position: bottom center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .amacodeWebEditionArea .amacodeWebEditionTxtBlock {
        margin-bottom: 80px;
    }

    .amacodeWebEditionArea .amacodeWebEditionTxtBox {
        margin-bottom: 24px;
        color: #ffffff;
    }

    .amacodeWebEditionArea .amacodeWebEditionTxtBox .amacodeWebEditionTxt p {
        margin-bottom: 16px;
        line-height: 2;
    }

    .amacodeWebEditionArea .amacodeWebEditionTxtBox .amacodeWebEditionTxt p:last-child {
        margin-bottom: 0;
    }

    .amacodeWebEditionArea .amacodeWebEditionTxtBox .amacodeWebEditionImg {
        width: 100%;
        height: auto;
        margin-bottom: 16px;
    }

    .amacodeWebEditionArea .webEditionPointArea {
        margin-bottom: 56px;
        text-align: center;
    }

    .amacodeWebEditionArea .webEditionPointArea .webEditionPointHd {
        position: relative;
        margin-bottom: 32px;
        font-size: 18px;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.5;
        color: #ffffff;
    }

    .amacodeWebEditionArea .webEditionPointArea .webEditionPointHd:after {
        display: block;
        content: "";
        position: absolute;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        width: 32px;
        height: 2px;
        background-color: #f0940b;
    }

    .amacodeWebEditionArea .webEditionPointArea .webEditionPointBox .webEditionPointImg {
        display: block;
        width: 160px;
        height: 160px;
        margin: 0 auto 16px;
    }

    .amacodeWebEditionArea .webEditionPointArea .webEditionPointBox .webEditionPointImg:last-child {
        margin-bottom: 0;
    }

    .amacodeDetailArea {
        padding: 56px 24px;
        background: #ffffff;
        border-radius: 5px;
        text-align: center;
    }

    .amacodeDetailArea .amacodeDetailTxt {
        margin-bottom: 32px;
    }

    .amacodeDetailArea .amacodeDetailHd {
        position: relative;
        margin-bottom: 32px;
        font-size: 18px;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.5;
    }

    .amacodeDetailArea .amacodeDetailHd:after {
        display: block;
        content: "";
        position: absolute;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        width: 32px;
        height: 2px;
        background-color: #f0940b;
    }

    .amacodeDetailArea .amacodeDetailBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .amacodeDetailArea .amacodeDetailBox .webEditioDetailImg {
        margin-bottom: 24px;
        width: 50%;
        height: auto;
    }

    .amacodeDetailArea .amacodeDetailDescriptionBox {
        padding: 32px 24px;
        background-color: #f2f2f2;
        border-radius: 5px;
        text-align: left;
    }

    .amacodeDetailArea .amacodeDetailDescriptionBox .descriptionTxt {
        margin-bottom: 24px;
        line-height: 2;
    }

    .amacodeDetailArea .amacodeDetailDescriptionBox .descriptionTxt:last-child {
        margin-bottom: 0;
    }

    .amacodeDetailArea .amacodeDetailDescriptionBox .descriptionList {
        margin-bottom: 24px;
        font-weight: bold;
        font-size: 15px;
        font-size: 1rem;
        line-height: 2;
    }

    .amacodeDetailArea .amacodeDetailDescriptionBox .descriptionList li {
        position: relative;
        padding-left: 16px;
        color: #232f3e;
    }

    .amacodeDetailArea .amacodeDetailDescriptionBox .descriptionList li:before {
        display: block;
        content: "";
        position: absolute;
        top: 11px;
        left: 0;
        width: 8px;
        height: 8px;
        background-color: #232f3e;
    }

    .amacodeMeritArea {
        background-image: url(/assets/image/partner/partner_bg_pattern_sp.png);
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .amacodeMeritArea .amacodeMeritBlock .amacodeMeritBox {
        padding: 32px 24px;
        margin-bottom: 24px;
        background-color: #f2f2f2;
        border-radius: 5px;
        box-sizing: border-box;
        text-align: center;
    }

    .amacodeMeritArea .amacodeMeritBlock .amacodeMeritBox .amacodeMeritHd {
        font-size: 15px;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.5;
    }

    .amacodeMeritArea .amacodeMeritBlock .amacodeMeritBox .amacodeMeritImg {
        padding: 24px 0;
        width: auto;
        height: 48px;
    }

    .amacodeMeritArea .amacodeMeritBlock .amacodeMeritBox .amacodeMeritTxtBox {
        text-align: left;
    }

    .amacodeMeritArea .amacodeMeritBlock .amacodeMeritBox .amacodeMeritTxtBox p {
        margin-bottom: 16px;
    }

    .amacodeMeritArea .amacodeMeritBlock .amacodeMeritBox .amacodeMeritTxtBox p:last-child {
        margin-bottom: 0;
    }

    .amacodeVoiceArea {
        background-color: #fff4d4;
    }

    .amacodeVoiceArea .amacodeVoiceBlock {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .amacodeVoiceArea .amacodeVoiceBlock .amacodeVoiceImg {
        width: 60px;
        height: auto;
    }

    .amacodeVoiceArea .amacodeVoiceBlock:last-child {
        margin-bottom: 0;
    }

    .amacodeVoiceArea .amacodeVoiceBlock .amacodeVoiceBox {
        position: relative;
        padding: 24px 32px;
        width: calc(100% - 72px);
        background-color: #ffffff;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .amacodeVoiceArea .amacodeVoiceBlock .amacodeVoiceBox:before {
        display: block;
        content: "";
        position: absolute;
        top: 24px;
        left: -20px;
        margin-top: -12px;
        border-style: solid;
        border: 12px solid transparent;
        border-right: 12px solid #ffffff;
    }

    .amacodeVoiceArea .amacodeVoiceBlock .amacodeVoiceBox p {
        margin-bottom: 16px;
    }

    .amacodeVoiceArea .amacodeVoiceBlock .amacodeVoiceBox p:last-child {
        margin-bottom: 0;
    }

    .amacodeVoiceArea .amacodeVoiceBlock.voiceBlockType02 {
        flex-direction: row-reverse;
    }

    .amacodeVoiceArea .amacodeVoiceBlock.voiceBlockType02 .amacodeVoiceBox:before {
        display: block;
        content: "";
        position: absolute;
        top: 24px;
        right: -20px;
        left: auto;
        margin-top: -12px;
        border-style: solid;
        border: 12px solid transparent;
        border-left: 12px solid #ffffff;
    }

    .amacodeFaqArea .amacodeFaqBlock dl {
        padding: 24px;
        margin-bottom: 16px;
        background-color: #f2f2f2;
        border-radius: 5px;
    }

    .amacodeFaqArea .amacodeFaqBlock dl:last-child {
        margin-bottom: 24px;
    }

    .amacodeFaqArea .amacodeFaqBlock dl dt {
        position: relative;
        padding-left: 32px;
        margin-bottom: 16px;
        font-size: 15px;
        font-size: 1rem;
        font-weight: bold;
    }

    .amacodeFaqArea .amacodeFaqBlock dl dt:before {
        display: flex;
        content: "Q";
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        background-color: #f0940b;
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        font-size: 1rem;
        font-weight: bold;
        color: #ffffff;
        line-height: 20px;
    }

    .amacodeFaqArea .amacodeFaqBlock dl dd {
        position: relative;
        padding-left: 32px;
    }

    .amacodeFaqArea .amacodeFaqBlock dl dd:before {
        display: flex;
        content: "A";
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        background-color: #232f3e;
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        font-size: 1rem;
        font-weight: bold;
        color: #ffffff;
        line-height: 20px;
    }
}

/*
# FooterNavArea

## フッターエリアのスタイル

*/
@media (min-width: 751px) {
    .amacodeFooterNavArea {
        display: block;
        position: relative;
        width: 100%;
        padding: 24px 0 0;
        background-color: #303134;
    }

    .amacodeFooterNavArea .amacodeFooterNav {
        display: block;
        text-align: center;
    }

    .amacodeFooterNavArea .amacodeFooterNav .amacodeFooterNavInner {
        display: inline-block;
        position: relative;
        margin-left: 8px;
        padding-left: 16px;
    }

    .amacodeFooterNavArea .amacodeFooterNav .amacodeFooterNavInner:before {
        display: block;
        content: "";
        position: absolute;
    }

    .amacodeFooterNavArea .amacodeFooterNav .amacodeFooterNavInner:before {
        top: 50%;
        left: 0;
        width: 1px;
        height: 16px;
        margin-top: -8px;
        background-color: #999999;
    }

    .amacodeFooterNavArea .amacodeFooterNav .amacodeFooterNavInner:first-child {
        margin-left: 0;
        padding-left: 0;
    }

    .amacodeFooterNavArea .amacodeFooterNav .amacodeFooterNavInner:first-child:before {
        display: none;
    }

    .amacodeFooterNavArea .amacodeFooterNav .amacodeFooterNavInner .linkTxt {
        font-size: 13px;
        font-size: 0.8666666667rem;
        color: #ffffff;
        text-decoration: none;
    }

    .amacodeFooterNavArea .amacodeFooterNav .amacodeFooterNavInner .linkTxt:hover {
        text-decoration: underline;
    }
}

@media (max-width: 750px) {
    .amacodeFooterNavArea {
        display: block;
        width: 100%;
        padding: 0;
        background-color: #303134;
    }

    .amacodeFooterNavArea .amacodeFooterNav {
        margin: 0 8px;
        list-style-type: none;
        font-size: 13px;
        font-size: 0.8666666667rem;
    }

    .amacodeFooterNavArea .amacodeFooterNav .amacodeFooterNavInner {
        position: relative;
        border-bottom: 1px solid #999999;
        color: #ffffff;
    }

    .amacodeFooterNavArea .amacodeFooterNav .amacodeFooterNavInner .linkTxt {
        display: block;
        position: relative;
        padding: 16px 8px;
        color: #ffffff;
        text-decoration: none;
    }
}
