@charset "utf-8";

/*===================================================

 はじめての方へ /beginners

===================================================*/
#beginners article h1 {
    margin-bottom: 100px;
    display: block;
    font-size: 4.0rem;
    font-weight: normal;
    line-height: 4.0rem;
    text-align: center;
    letter-spacing: 0.2em;
}
#beginners article h2,
#beginners article h3 {
    font-family: var(--font);
    font-weight: normal;
}
#beginners #for-beginners h2 {
    margin-bottom: 25px;
    font-size: 2.7rem;
}
#beginners #recommend-service h2,
#beginners #products-lineup h2,
#beginners #company-strengths h2,
#beginners #flow-arrival h2 {
    font-size: 4.0rem;
    text-align: center;
    letter-spacing: 0.1em;
}
#beginners #recommend-service h3,
#beginners #company-strengths h3 {
    margin-bottom: 15px;
    font-size: 2.7rem;
    text-align: center;
}
#beginners #for-beginners div {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
}
#beginners #for-beginners div:last-child {
    margin-bottom: 100px;
}
#beginners #for-beginners div section {
    width: 590px;
}
#beginners #for-beginners div section p {
    margin-bottom: 8px;
    line-height: 3.2rem;
}
#beginners #for-beginners div img {
    max-width: 460px;
}
#beginners #recommend-service>div,
#beginners #products-lineup ul,
#beginners #company-strengths>div,
#beginners #flow-arrival ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#beginners #recommend-service {
    margin-bottom: 40px;
}
#beginners #recommend-service h2 {
    margin-bottom: 100px;
}
#beginners #recommend-service div div {
    width: 330px;
    margin-bottom: 80px;
    padding-bottom: 80px;
    position: relative;
}
#beginners #recommend-service div div h3 + p {
    margin-bottom: 5px;
}
#beginners #recommend-service div div img {
    max-width: 330px;
}
#beginners #recommend-service div div a {
    width: 220px;
    height: 42px;
    border-radius: 4px;
    background: var(--navy);
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: var(--font-bold);
    line-height: 4.2rem;
    text-align: center;
}
#beginners #recommend-service div div a:hover {
    text-decoration: none;
    opacity: 0.9;
}
#beginners section + a.btn {
    width: 440px;
    height: 70px;
    margin: 0 auto 140px;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    color: #fff;
    font-family: var(--font-bold);
    font-size: 2.2rem;
    line-height: 7.0rem;
    text-align: center;
}
#beginners section + a.btn:hover {
    text-decoration: none;
    opacity: 0.9;
}
#beginners section + a.regist {
    background: var(--yellow);
    letter-spacing: 0.1em;
}
#beginners section + a.top {
    background: var(--navy);
}
#beginners #products-lineup {
    margin-bottom: 100px;
}
#beginners #products-lineup h2,
#beginners #company-strengths h2,
#beginners #flow-arrival h2 {
    margin-bottom: 80px;
}
#beginners #products-lineup ul li {
    width: 268px;
    height: 85px;
    margin-bottom: 20px;
    padding-left: 7px;
    border: 1px solid var(--gray);
    box-sizing: border-box;
}
#beginners #products-lineup ul li:last-child {
    margin: 0 auto;
    padding: 0;
    border: none;
    text-align: center;
}
#beginners #products-lineup ul li:hover {
    background: var(--light-gray);
}
#beginners #products-lineup ul li:last-child:hover {
    background: none;
}
#beginners #products-lineup ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: var(--light-black);
    font-family: var(--font-bold);
    line-height: 8.5rem;
    position: relative;
}
#beginners #products-lineup ul li:nth-last-child(2) a {
    letter-spacing: -0.05em;
}
#beginners #products-lineup ul li:last-child a {
    color: var(--navy);
    font-size: 2.0rem;
}
#beginners #products-lineup ul li:hover a {
    text-decoration: underline;
}
#beginners #products-lineup ul li a:after {
    width: 10px;
    content: url('/assets/images/top/beginners/arrow_01.png');
    content: image-set(url('/assets/images/top/beginners/arrow_01.webp') 1x, url('/assets/images/top/beginners/arrow_01-2x.webp') 2x);
    position: absolute;
    top: 3px;
    right: 8px;
}
#beginners #products-lineup ul li:last-child a:after {
    content: none;
}
#beginners #products-lineup ul li a img {
    width: 80px;
    float: left;
    margin: 1px 15px 1px 0;
}
#beginners #company-strengths {
    margin-bottom: 120px;
}
#beginners #company-strengths div div h3 {
    letter-spacing: 0.1em;
}
#beginners #company-strengths div div {
    width: 240px;
}
#beginners #company-strengths div div img {
    max-width: 240px;
    margin: 0 auto 25px;
}
#beginners #flow-arrival ul {
    width: 100%;
    margin-bottom: 40px;
}
#beginners #flow-arrival ul li:nth-child(2n+1) {
    width: 160px;
    height: 160px;
    border: 1px solid var(--gray);
    border-radius: 4px;
    box-sizing: border-box;
}
#beginners #flow-arrival ul li:nth-child(2n+1):hover {
    background: var(--light-gray);
    border: 1px solid var(--gray);
}
#beginners #flow-arrival ul li:nth-child(4) {
    line-height: 16rem;
}
#beginners #flow-arrival ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: var(--light-black);
    font-family: var(--font-bold);
    text-align: center;
}
#beginners #flow-arrival ul li a:hover {
    text-decoration: none;
}
#beginners #flow-arrival ul li:first-child a {
    letter-spacing: 0.1em;
}
#beginners #flow-arrival ul li:nth-child(7) a,
#beginners #flow-arrival ul li:last-child a {
    letter-spacing: 0.3em;
}
#beginners #flow-arrival ul li a img {
    max-width: 70px;
    margin: 25px auto 0;
}
#beginners #flow-arrival ul +a {
    margin-bottom: 80px;
    display: block;
    font-family: var(--font-bold);
    font-size: 2.0rem;
    text-align: center;
}
#beginners #questions {
    width: 100%;
    margin: 0 auto 80px;
    box-sizing: border-box;
}
#beginners #questions h3 {
    margin: 0 auto 35px;
    border-left: none;
    border-bottom: none;
    background: none;
    display: block;
    font-size: 3.8rem;
    font-weight: normal;
    text-align: center;
}
#beginners #questions h3 span {
    color: var(--red);
}
#beginners #questions ul {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#beginners #questions ul li {
    width: 360px;
    height: 80px;
    padding: 4px;
    background: #fafafa;
    border: 1px solid var(--gray);
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.7rem;
    position: relative;
}
#beginners #questions ul li:hover {
    background: var(--navy);
    border: 1px solid var(--navy);
}
#beginners #questions ul li:after {
    width: 10px;
    height: 10px;
    border: 0.15em solid var(--light-black);
    border-left: 0;
    border-bottom: 0;
    display: inline-block;
    box-sizing: border-box;
    color: var(--light-black);
    line-height: 1.0;
    vertical-align: middle;
    content: '';
    transform: translateX(-25%) rotate(45deg);
    position: absolute;
    top: 35px;
    right: 10px;
}
#beginners #questions ul li:hover:after {
    border: 0.15em solid #fff;
    border-left: 0;
    border-bottom: 0;
}
#beginners #questions ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: var(--light-black);
    font-family: var(--font-bold);
    text-align: center;
    line-height: 3.5rem;
}
#beginners #questions ul li:hover a {
    color: #fff;
    text-decoration: none;
}
#beginners #questions ul li a span {
    font-size: 2.4rem;
    line-height: 2.0rem;
}
#beginners #questions ul li a span:before {
    width: 25px;
    height: 25px;
    margin: 0 4px 0 0;
    display: inline-block;
    vertical-align: top;
}
#beginners #questions ul li:nth-child(2) a span:before,
#beginners #questions ul li:last-child a span:before {
    margin-top: 2px;
}
#beginners #questions ul li:first-child a span:before {
    content: url('/assets/images/top/beginners/ico_guide.png');
    content: image-set(url('/assets/images/top/beginners/ico_guide.webp') 1x, url('/assets/images/top/beginners/ico_guide-2x.webp') 2x);
}
#beginners #questions ul li:hover:first-child a span:before {
    content: url('/assets/images/top/beginners/ico_guide_on.png');
    content: image-set(url('/assets/images/top/beginners/ico_guide_on.webp') 1x, url('/assets/images/top/beginners/ico_guide_on-2x.webp') 2x);
}
#beginners #questions ul li:nth-child(2) a span:before {
    content: url('/assets/images/top/beginners/ico_submission.png');
    content: image-set(url('/assets/images/top/beginners/ico_submission.webp') 1x, url('/assets/images/top/beginners/ico_submission-2x.webp') 2x);
}
#beginners #questions ul li:hover:nth-child(2) a span:before {
    content: url('/assets/images/top/beginners/ico_submission_on.png');
    content: image-set(url('/assets/images/top/beginners/ico_submission_on.webp') 1x, url('/assets/images/top/beginners/ico_submission_on-2x.webp') 2x);
}
#beginners #questions ul li:last-child a span:before {
    content: url('/assets/images/top/beginners/ico_faq.png');
    content: image-set(url('/assets/images/top/beginners/ico_faq.webp') 1x, url('/assets/images/top/beginners/ico_faq-2x.webp') 2x);
}
#beginners #questions ul li:hover:last-child a span:before {
    content: url('/assets/images/top/beginners/ico_faq_on.png');
    content: image-set(url('/assets/images/top/beginners/ico_faq_on.webp') 1x, url('/assets/images/top/beginners/ico_faq_on-2x.webp') 2x);
}
#beginners #questions ul + p {
    margin-bottom: 120px;
    font-size: 1.5rem;
    text-align: center;
}
/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (max-width: 1136px) {
    #beginners #for-beginners h2 {
        text-align: center;
    }
    #beginners #for-beginners div {
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    #beginners #for-beginners div:first-of-type {
        margin-bottom: 40px;
    }
    #beginners #for-beginners div section {
        width: 100%;
        order: 1;
    }
    #beginners #for-beginners div img {
        margin: 0 auto;
        display: block;
        order: 2;
    }
    #beginners #recommend-service div,
    #beginners #products-lineup ul,
    #beginners #company-strengths div,
    #beginners #flow-arrival ul {
        justify-content: space-around;
    }
    #beginners #recommend-service div section:nth-of-type(4) img {
        display: block;
    }
    #beginners #company-strengths div section {
        width: 21.5%;
    }
    #beginners #company-strengths div section img {
        width: 100%;
    }
    #beginners #flow-arrival ul {
        margin-bottom: 60px;
    }
    #beginners #flow-arrival li:nth-child(2n+1) {
        width: 16%;
    }
    #beginners section + a.btn {
        margin-bottom: 80px;
    }
    #beginners #questions {
        width: 100%;
    }
    #beginners #questions h3 {
        margin-bottom: 20px;
        font-size: 2.4rem;
    }
    #beginners #questions ul {
        justify-content: center;
    }
    #beginners #questions ul li {
        margin: 0 20px 20px;
    }
    #beginners #questions ul li:last-child {
        margin-bottom: 0;
    }
    #beginners #questions ul + p {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 700px) {
    #beginners article h1 {
        margin-top: 60px;
        font-size: 3.0rem;
        letter-spacing: 0.1em;
    }
    #beginners #for-beginners div img {
        width: 100%;
        max-width: 460px;
    }
    #beginners #for-beginners div:last-child {
        margin-bottom: 60px;
    }
    #beginners section + a.btn {
        width: 100%;
        margin-bottom: 80px;
    }
    #beginners #recommend-service h2,
    #beginners #products-lineup h2,
    #beginners #company-strengths h2,
    #beginners #flow-arrival h2 {
        font-size: 3.0rem;
        letter-spacing: 0;
    }
    #beginners #recommend-service h2 {
        margin-bottom: 80px;
        font-size: 2.6rem;
    }
    #beginners #recommend-service div section h3,
    #beginners #company-strengths div section h3 {
        font-size: 2.4rem;
    }
    #beginners #recommend-service div section {
        width: 100%;
        margin-bottom: 20px;
    }
    #beginners #for-beginners div section p {
        line-height: 2.4rem;
    }
    #beginners #recommend-service div section img {
        width: 100%;
        max-width: 330px;
    }
    #beginners #products-lineup ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    #beginners #company-strengths {
        margin-bottom: 80px;
    }
    #beginners #company-strengths div section {
        width: 240px;
        margin-bottom: 40px;
    }
    #beginners #flow-arrival h2 {
        margin-bottom: 40px;
    }
    #beginners #flow-arrival ul {
        margin-bottom: 60px;
    }
    #beginners #flow-arrival ul li {
        font-size: 0.8rem;
        line-height: 1.4rem;
    }
    #beginners #flow-arrival ul li:nth-child(2n+1) {
        width: 16%;
        height: 140px;
    }
    #beginners #flow-arrival ul li:nth-child(2n) {
        display: none;
    }
    #beginners #flow-arrival ul li img {
        width: 100%;
        max-width: 70px;
        height: auto;
    }
    #beginners #questions {
        margin: 0 auto 40px !important;
    }
    #beginners #questions h3 {
        margin: 0 auto 25px;
        font-size: 2.0rem;
        line-height: 2.6rem;
    }
    #beginners #questions ul {
        flex-wrap: wrap;
    }
    #beginners #questions ul li {
        width: 100%;
    }
    #beginners #questions ul li:first-child {
        margin-bottom: 20px;
    }
    #beginners #questions ul + p {
        margin-bottom: 0;
        font-size: 1.4rem;
        line-height: 2.2rem;
        text-align: left;
    }
}
@media screen and (max-width: 350px) {
    #beginners #recommend-service h2 {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 330px) {
    #beginners #questions h3 {
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    #beginners #questions ul li a {
        font-size: 1.4rem;
    }
    #beginners #questions ul li a span {
        font-size: 2.2rem;
    }
    #beginners #questions ul + p {
        line-height: 2.8rem;
    }
}

/*===================================================

 無料デザイン /design

===================================================*/
#design article h1 {
    margin-bottom: 80px;
    font-size: 4.0rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.1em;
}
#design article ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#design article ul li {
    width: 260px;
    height: 217px;
    margin: 0 26.6px 30px 0;
    background: var(--light-gray);
    box-sizing: border-box;
}
#design article ul li:nth-child(4n) {
    margin-right: 0;
}
#design article ul li a {
    margin: 0 0 10px 0;
}
#design article ul li a:hover {
    text-decoration: none;
    opacity: 0.9;
}
#design article ul li a img {
    margin-top: 10px;
}
#design article ul li h2 a {
    margin: 10px auto 0;
    background: var(--navy);
    display: block;
    color: #fff;
    text-align: center;
}
#design article ul li h2 a {
    width: 200px;
    height: 35px;
    border-radius: 20px;
    font-size: 1.4rem;
    line-height: 3.5rem;
    letter-spacing: 0.1rem;
}
#design article ul li:first-child h2 a,
#design article ul li:nth-child(7) h2 a {
    letter-spacing: 0.5rem;
}
#design article ul li:nth-child(14) h2 a {
    letter-spacing: 0;
}
/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (max-width: 1136px) {
    #design article ul {
        width: 840px;
        margin: 0 auto;
    }
    #design article ul li,
    #design article ul li:nth-child(4n) {
        margin: 0 30px 30px 0;
        padding-top: 5px;
    }
    #design article ul li:nth-child(3n) {
        margin: 0 0 30px 0;
    }
}
@media screen and (max-width: 923px) {
    #design article ul {
        width: 580px;
        justify-content: center;
    }
    #design article ul li:first-child,
    #design article ul li:nth-child(2),
    #design article ul li:nth-child(3),
    #design article ul li:nth-child(n+4) {
        margin: 0 15px 30px;
    }
}
@media screen and (max-width: 700px) {
    #design article h1 {
        margin-top: 60px;
        font-size: 3.0rem;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 647px) {
    #design article ul {
        width: 260px;
        margin: 0 auto;
    }
    #design article ul li:first-child,
    #design article ul li:nth-child(2),
    #design article ul li:nth-child(3),
    #design article ul li:nth-child(n+4) {
        margin: 0 0 30px;
    }
}

/*===================================================

 上限回数限度のお知らせ /limit-info

===================================================*/
#limit-info article p {
    margin-bottom: 80px;
}
#limit-info article ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    clear: both;
}
#limit-info article ul li:first-child {
    margin-right: 60px;
}
#limit-info article ul li a {
    width: 263px;
    height: 54px;
    border-radius: 4px;
    display: block;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    line-height: 5.4rem;
}
#limit-info article ul li:first-child a {
    background: var(--dark-gray);
}
#limit-info article ul li:last-child a {
    background: var(--navy);
}
#limit-info article ul li a:hover {
    text-decoration: none;
    opacity: 0.9;
}
/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (max-width: 700px) {
    #limit-info article ul {
        width: 263px;
        margin: 0 auto 60px;
        flex-wrap: wrap;
    }
    #limit-info article ul li {
        width: 100%;
        margin: 0 auto 20px !important;
    }
}

/*===================================================

 ログイン /login

===================================================*/
#login article {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#login article section {
    width: 520px;
    height: auto;
    margin-bottom: 0;
    padding: 25px;
    border: 1px solid var(--gray);
    box-sizing: border-box;
}
#login article section + section {
    height: 448.8px;
}
#login article section h1,
#login article section h2 {
    font-size: 2.9rem;
    font-weight: normal;
    text-align: center;
}
#login article section h1 {
    margin-bottom: 40px;
}
#login article section .attention {
    margin: -20px 0 15px;
}
#login article section #error1 {
    padding: 10px;
}
#login article section #error p {
    padding-left: 0;
    text-indent: 0;
}
#login article section #error2 p {
    text-align: center;
}
#login article section h2 {
    margin-bottom: 15px;
}
#login article section .mail {
    margin-bottom: 15px;
}
#login article section .pass {
    margin-bottom: 69px;
}
#login article section label input[type='text'],
#login article section label input[type='password'] {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    padding: 0 10px;
    border: 1px solid var(--gray);
    box-sizing: border-box;
    font-size: 1.6rem;
    cursor: auto;
}
#login article section label input[type='text']:-webkit-autofill,
#login article section label input[type='password']:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
}
#login article section label input[type='text']::placeholder,
#login article section label input[type='password']::placeholder {
    color: #aaa;
}
#login article section label input[type='text']:focus::-webkit-input-placeholder,
#login article section label input[type='password']:focus::-webkit-input-placeholder {
    color: transparent;
}
#login article section label input[type='text']:focus::-moz-placeholder,
#login article section label input[type='password']:focus::-moz-placeholder {
    color: transparent;
}
#login article section label input[type='text']:focus::-ms-input-placeholder,
#login article section label input[type='password']:focus::-ms-input-placeholder {
    color: transparent;
}
#login article section label input[type='text']:focus::placeholder,
#login article section label input[type='password']:focus::placeholder {
    color: transparent;
}
#login article section label input[type='password'] {
    margin-bottom: 5px;
}
#login article section label input[type='checkbox'] {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border: 1px solid var(--gray);
}
#login article section h2 + img {
    max-width: 468px;
    margin-bottom: 10px;
}
#login article section ul {
    width: 100%;
    margin-bottom: 35px;
    display: inline-block;
}
#login article section ul li {
    margin-bottom: -3px;
    font-size: 1.4rem;
}
#login article section a.btn {
    width: 260px;
    height: 50px;
    margin: 0 auto;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    color: #fff;
    font-family: var(--font-bold);
    font-size: 1.8rem;
    text-align: center;
    line-height: 5.0rem;
}
#login article section:first-of-type a.btn {
    background: var(--navy);
}
#login article section:last-of-type a.btn {
    background: var(--yellow);
}
#login article section a.btn:hover {
    text-decoration: none;
    opacity: 0.9;
}
#login article #order-without-login-message {
    width: 100%;
    margin-bottom: 40px;
    padding: 15px;
    background: var(--light-gray);
    box-sizing: border-box;
    text-align: center;
}
#login article #order-without-login-message p:first-child {
    font-size: 2.4rem;
    margin-bottom: 5px;
}
/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (max-width: 1136px) {
    #login article section {
        width: 48%;
    }
    #login article section ul li {
        padding-left: 1.0em;
        text-indent: -1.0em;
    }
}
@media screen and (max-width: 848px) {
    #login article section {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }
    #login article section:first-of-type {
        margin-bottom: 40px;
    }
    #login article section .pass {
        margin-bottom: 30px;
    }
    #login article section + section {
        height: auto;
    }
    #login article section ul li {
        padding-left: 1.0em;
        text-indent: -1.0em;
    }
}
@media screen and (max-width: 700px) {
    #login article #order-without-login-message p:first-child {
        font-size: 2.0rem;
    }
    #login article #order-without-login-message p:last-child {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 330px) {
    #login article section a.btn {
        width: 100%;
        max-width: 260px;
    }
}

/*===================================================

 個人情報保護方針 /personal

===================================================*/
#personal article h1 {
    margin-bottom: 30px;
    display: flex;
    font-family: var(--font);
    font-size: 3.0rem;
    font-weight: normal;
    line-height: 4.0rem;
}
#personal article h1:after {
    height: 1px;
    margin: 20px 0 0 15px;
    display: block;
    background: var(--light-black);
    content: '';
    flex-grow: 1;
}
#personal article h1 + p {
    margin-bottom: 20px;
}
#personal article h1 + p + p {
    margin-bottom: 40px;
}
#personal article div {
    margin-bottom: 50px;
}
#personal article div h2 {
    margin-bottom: 30px;
    font-family: var(--font-bold);
    font-size: 2.0rem;
    font-weight: normal;
    line-height: 2.4rem;
}
#personal article div ul {
    padding-left: 0.5em;
}
#personal article div ul li {
    margin-bottom: 20px;
    padding-left: 1.0em;
    text-indent: -1.5em;
}
#personal article div:nth-last-of-type(3) p,
#personal article div:nth-last-of-type(2) p {
    text-align: right;
}
#personal article div:nth-last-of-type(2) p span,
#personal article div:nth-last-of-type(3) p span  {
    margin: 0.5em;
}
#personal article div:last-of-type {
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid var(--gray);
    box-sizing: border-box;
}
#personal article div:last-of-type a {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
    display: block;
}
#personal article div:last-of-type p {
    margin-top: 10px;
    font-size: 1.4rem;
}
/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (max-width: 1136px) {
    #personal article div:last-of-type p {
        margin-top: 0;
        line-height: 2.6rem;
    }
}
@media screen and (max-width: 960px) {
    #personal article h1 {
        font-size: 2.5rem;
    }
    #personal article div:last-of-type {
        height: auto;
    }
    #personal article div:last-of-type a {
        float: none;
        margin: 0 auto 10px;
    }
}
@media screen and (max-width: 700px) {
    #personal article h1 {
        font-size: 1.8rem;
    }
    #personal article div h2 {
        margin-bottom: 20px;
        font-size: 1.7rem;
    }
    #personal article div:last-of-type a {
        float: none;
        margin: 0 auto 10px;
    }
    #personal article div:last-of-type p br {
        display: none;
    }
}

/*===================================================

 プライバシーポリシー /privacy-policy

===================================================*/
#privacy-policy article h1 {
    margin-bottom: 30px;
    display: flex;
    font-family: var(--font);
    font-size: 3.0rem;
    font-weight: normal;
    line-height: 4.0rem;
}
#privacy-policy article h1:after {
    height: 1px;
    margin: 20px 0 0 15px;
    display: block;
    background: var(--light-black);
    content: '';
    flex-grow: 1;
}
#privacy-policy article h1 + p {
    margin-bottom: 30px;
}
#privacy-policy article section {
    margin-bottom: 50px;
}
#privacy-policy article section p {
    padding-left: 0;
}
#privacy-policy article section p + p {
    margin-top: 5px;
}
#privacy-policy article section h2 {
    margin-bottom: 15px;
    font-family: var(--font-bold);
    font-size: 2.0rem;
    font-weight: normal;
    line-height: 2.4rem;
}
#privacy-policy article section h2 span {
    margin-right: 0.25em;
}
#privacy-policy article section:nth-of-type(2) div {
    margin: 30px 0 30px 10px;
}
#privacy-policy article section div h3 {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-family: var(--font-bold);
    font-weight: normal;
    line-height: 2.4rem;
}
#privacy-policy article section div h4 {
    margin-bottom: 10px;
    font-family: var(--font-bold);
    font-weight: normal;
}
#privacy-policy article section div h4 + p {
    margin-bottom: 15px;
    padding-left: 1.0em;
}
#privacy-policy article section div h4 + ul {
    margin-bottom: 15px;
}
#privacy-policy article section div h4 + ul li {
    margin-bottom: 10px;
    padding-left: 1.0em;
}
#privacy-policy article section ol {
    margin: 15px 0;
}
#privacy-policy article section ol li {
    margin-bottom: 10px;
    padding-left: 1.5em;
    text-indent: -1.25em;
}
#privacy-policy article section ol li span {
    margin-right: 0.25em;
}
#privacy-policy article section table {
    width: 100%;
    margin-top: 15px;
    border: 1px solid var(--gray);
}
#privacy-policy article section table tr {
    border-bottom: 1px solid var(--gray);
}
#privacy-policy article section table tr th,
#privacy-policy article section table tr td {
    padding: 10px;
    border-right: 1px solid var(--gray);
    box-sizing: border-box;
}
#privacy-policy article section table tr th {
    width: 30%;
    background: var(--light-gray);
    font-family: var(--font-bold);
    font-weight: normal;
}
#privacy-policy article section table tr th span {
    padding-left: 2.0em;
}
#privacy-policy article section table tr:nth-child(2) td span {
    margin-right: 0.5em;
}
#privacy-policy article section table tr:nth-child(4) td p span {
    padding-left: 0.5em;
}
#privacy-policy article section table tr:nth-child(4) td p span span {
    margin-right: 0.5em;
}
#privacy-policy article section table tr:nth-child(6) td {
    font-family: var(--font-bold);
}
#privacy-policy article section table tr:nth-child(6) td p {
    font-family: var(--font);
}
#privacy-policy article section table tr:nth-child(6) td ul li {
    margin-bottom: 10px;
}
#privacy-policy article section table tr:nth-child(6) td ul li p {
    margin-top: 5px;
    padding-left: 1.0em;
    font-weight: normal;
    text-indent: -0.05em;
}
#privacy-policy article section table tr:nth-child(6) td ul li ul {
    margin: 10px 0;
    padding-left: 1.0em;
}
#privacy-policy article section table tr:nth-child(6) td ul li ul li {
    font-weight: normal;
}
#privacy-policy article section:nth-of-type(7) p + p {
    margin-top: 10px;
}
#privacy-policy article section:nth-of-type(7) ul {
    margin: 10px 0;
}
#privacy-policy article section:nth-of-type(7) a + p {
    margin-top: 5px;
    padding-left: 1.0em;
    text-indent: -1.0em;
}
#privacy-policy article section:nth-of-type(9) p:first-of-type {
    margin-bottom: 10px;
}
#privacy-policy article section:last-of-type + div {
    margin-bottom: 60px;
}
#privacy-policy article section:nth-last-of-type(2) p,
#privacy-policy article section:last-of-type p,
#privacy-policy article section:last-of-type + div {
    text-align: right;
}
#privacy-policy article section:nth-last-of-type(2) p span {
    margin: 0.5em;
}
/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (max-width: 960px) {
    #privacy-policy article h1 {
        font-size: 2.5rem;
    }
    #privacy-policy article section h2 {
        padding-left: 1.5em;
        font-size: 1.8rem;
        line-height: 2.6rem;
        text-indent: -1.25em;
    }
    #privacy-policy article section table tr th,
    #privacy-policy article section table tr td {
        width: 100%;
        border-right: none;
        display: block;
    }
    #privacy-policy article section table tr th {
        border-bottom: 1px solid var(--gray);
    }
    #privacy-policy article section table tr th br {
        display: none;
    }
    #privacy-policy article section table tr th span {
        padding-left: 0;
    }
}
@media screen and (max-width: 700px) {
    #privacy-policy article h1 {
        font-size: 1.8rem;
    }
}

/*===================================================

 旧プライバシーポリシー（～令和4年10月30日） /privacy

===================================================*/
#privacy article {
    display: inline-block;
}
#privacy article h1 {
    margin-bottom: 30px;
    display: flex;
    font-family: var(--font);
    font-size: 3.0rem;
    font-weight: normal;
    line-height: 4.0rem;
}
#privacy h1:after {
    height: 1px;
    margin: 20px 0 0 15px;
    display: block;
    background: var(--light-black);
    content: '';
    flex-grow: 1;
}
#privacy article h1 + p {
    margin-bottom: 20px;
}
#privacy article h2 {
    margin-bottom: 20px;
    font-family: var(--font-bold);
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 2.4rem;
}
#privacy article h2 span {
    margin-right: 0.25em;
}
#privacy article h2 + p {
    margin-bottom: 20px;
}
#privacy article h3 {
    margin-bottom: 20px;
    font-family: var(--font-bold);
    font-weight: normal;
    line-height: 2.4rem;
}
#privacy article ol li {
    margin-bottom: 10px;
    padding-left: 1.0em;
    text-indent: -1.75em;
}
#privacy article ol + div,
#privacy article ul + div {
    float: right;
}
#privacy article ol + div p,
#privacy article ul + div p {
    text-align: right;
}
#privacy article ol + div + div {
    margin-bottom: 20px;
    clear: both;
}
#privacy article ol + div + div p:first-child {
    text-indent: -0.5em;
}
#privacy article #p-mark {
    padding: 15px;
    border: 1px solid var(--gray);
    box-sizing: border-box;
}
#privacy article #p-mark a {
    width: 100px;
    float: left;
    margin-right: 25px;
    display: block;
}
#privacy article ul li {
    margin-bottom: 20px;
}
#privacy article section + section ol li {
    padding-left: 0;
    text-indent: 0;
}
#privacy article section + section ol li h4 {
    margin-bottom: 10px;
    font-family: var(--font-bold);
    font-weight: normal;
}
#privacy article section + section ol li h4 + p {
    margin-bottom: 10px;
    padding-left: 1.0em;
}
#privacy article section table {
    width: 100%;
    margin-top: 15px;
    border: 1px solid var(--gray);
}
#privacy article section table tr {
    border-bottom: 1px solid var(--gray);
}
#privacy article section table tr th {
    width: 30%;
    background: var(--light-gray);
    font-family: var(--font-bold);
    font-weight: normal;
}
#privacy article section table tr th,
#privacy article section table tr td {
    padding: 10px;
    border-right: 1px solid var(--gray);
    box-sizing: border-box;
}
#privacy article section table tr td h5 {
    margin: 5px 0;
    font-family: var(--font-bold);
    font-weight: normal;
    line-height: 2.4rem;
}
#privacy article section table tr td h5 + ul,
#privacy article section table tr td h5 + p {
    padding-left: 1.0em;
}
#privacy article section table tr td h5 + p + div {
    padding-left: 2.0em;
}
#privacy article section table tr td ul li {
    margin-bottom: 0;
}
#privacy article ul + div {
    margin-bottom: 60px;
}
/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (max-width: 1011px) {
    #privacy article #p-mark p {
        width: calc(100% - 135px);
        float: right;
        line-height: 2.4rem;
    }
}
@media screen and (max-width: 960px) {
    #privacy article h1 {
        font-size: 2.5rem;
    }
    #privacy article #p-mark a {
        float: none;
        margin: 0 auto 10px;
    }
    #privacy article #p-mark p {
        width: 100%;
        float: none;
    }
    #privacy article h2 {
        padding-left: 1.2em;
        font-size: 1.8rem;
        line-height: 2.6rem;
        text-indent: -1.2em;
    }
    #privacy article section table tr th,
    #privacy article section table tr td {
        width: 100%;
        border-right: none;
        display: block;
    }
    #privacy article section table tr th {
        border-bottom: 1px solid var(--gray);
    }
    #privacy article section table tr th br {
        display: none;
    }
    #privacy article section table tr th span {
        padding-left: 0;
    }
}
@media screen and (max-width: 700px) {
    #privacy article h1 {
        font-size: 1.8rem;
    }
    #privacy article ol + div {
        margin-bottom: 20px;
    }
}

/*===================================================

 サービス /services

===================================================*/
#services h1 {
    margin: 0 auto 40px;
    padding: 20px 0 10px;
    border-bottom: 2px solid var(--light-black);
    display: table;
    font-family: var(--font-bold);
    font-size: 4.0rem;
    font-weight: normal;
}
#services h1 + p {
    margin-bottom: 60px;
    font-size: 2.0rem;
    text-align: center;
}
#services h1 + p + div {
    width: 1072px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#services .site {
    width: 506px;
    height: 1030px;
    padding: 45px;
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(0, 0 ,0, 0.35);
    box-sizing: border-box;
    cursor: pointer;
}
#services .site p {
    color: var(--light-black);
}
#services .site .title p {
    text-align: center;
}
#services .site .title p:first-of-type {
    margin-bottom: 20px;
    font-family: var(--font-bold);
    font-size: 2.5rem;
}
#services .site .title h2 {
    margin-bottom: 20px;
    font-family: var(--font-bold);
    font-size: 4.0rem;
    font-weight: normal;
    text-align: center;
}
#services .site .title h2 + p {
    margin-bottom: 15px;
    font-family: var(--font-bold);
}
#services .site .title img {
    margin-bottom: 20px;
}
#services .site .price {
    height: 80px;
    margin-bottom: 20px;
}
#services .site .price p {
    font-family: var(--font-bold);
    font-size: 3.0rem;
    line-height: 1.0;
}
#services .site .price + p {
    margin-bottom: 20px;
    font-family: var(--font-bold);
    font-size: 1.8rem;
}
#services .site .features {
    margin-bottom: 35px;
    padding-left: 45px;
}
#services .site ul {
    width: 100%;
    margin-bottom: 20px;
}
#services .site ul li {
    margin-bottom: 10px;
    font-family: var(--font-bold);
    font-size: 1.8rem;
    text-indent: 1.5em;
    position: relative;
}
#services .site ul li:last-child {
    margin-bottom: 0;
}
#services .site ul li:before {
    width: 12px;
    height: 6px;
    border-left: 2.5px solid var(--light-black);
    border-bottom: 2.5px solid var(--light-black);
    display: block;
    content: '';
    position: absolute;
    top: 0.5em;
    left: 0;
    transform: rotate(-45deg);
}
#services .site ul + p {
    font-family: var(--font-bold);
}
#services .site .features + a {
    width: 360px;
    height: 63px;
    margin: 0 auto;
    display: block;
    font-family: var(--font-bold);
    font-size: 1.8rem;
    line-height: 5.8rem;
    text-align: center;
}
#services .site .features + a:hover {
    line-height: 6.3rem;
    text-decoration: none;
}
#services #cloud {
    border: 3px solid #007ed4;
}
#services #cloud .title p:first-of-type,
#services #cloud .price + p {
    color: #007ed4;
}
#services #cloud .price p span {
    margin-left: 5px;
    font-size: 8.0rem;
}
#services #cloud .features + a {
    color: #fff;
    background: url('/assets/images/top/services/btn_cloudbiz.png');
    background: image-set(url('/assets/images/top/services/btn_cloudbiz.webp') 1x, url('/assets/images/top/services/btn_cloudbiz-2x.webp') 2x);
}
#services #cloud .features + a:hover {
    background: url('/assets/images/top/services/btn_cloudbiz_on.png');
    background: image-set(url('/assets/images/top/services/btn_cloudbiz_on.webp') 1x, url('/assets/images/top/services/btn_cloudbiz_on-2x.webp') 2x);
}
#services #mhtdesign {
    border: 3px solid #eabd08;
}
#services #mhtdesign .title p:first-of-type,
#services #mhtdesign .price + p {
    color: #eabd08;
}
#services #mhtdesign .price {
    display: flex;
}
#services #mhtdesign .price p:first-child {
    padding-top: 25px;
    line-height: 2.5rem;
}
#services #mhtdesign .price p:first-child span {
    margin-left: -0.5em;
    font-size: 1.75rem;
}
#services #mhtdesign .price p:last-child span {
    margin-right: 5px;
    font-size: 8.0rem;
    letter-spacing: -0.05em;
}
#services #mhtdesign .features + a {
    color: var(--black);
    background: url('/assets/images/top/services/btn_mhtdesign.png');
    background: image-set(url('/assets/images/top/services/btn_mhtdesign.webp') 1x, url('/assets/images/top/services/btn_mhtdesign-2x.webp') 2x);
}
#services #mhtdesign .features + a:hover {
    background: url('/assets/images/top/services/btn_mhtdesign_on.png');
    background: image-set(url('/assets/images/top/services/btn_mhtdesign_on.webp') 1x, url('/assets/images/top/services/btn_mhtdesign_on-2x.webp') 2x);
}
/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (max-width: 1136px) {
    #services h1 + p + div {
        width: 506px;
    }
    #services .site {
        margin: 0 auto;
    }
    #services #cloud {
        order: 2;
    }
    #services #mhtdesign {
        margin-bottom: 50px;
        order: 1;
    }
}
@media screen and (max-width: 560px) {
    #services h1,
    #services .site .title h2 {
        font-size: 3.0rem;
    }
    #services h1 + p {
        margin-bottom: 40px;
        font-size: 1.6rem;
    }
    #services h1 + p + div {
        width: 100%;
    }
    #services .site {
        width: 100%;
        height: auto;
        padding: 35px 25px;
    }
    #services .site .title p:first-of-type {
        font-size: 1.6rem;
    }
    #services .site .title h2 + p {
        font-size: 1.3rem;
    }
    #services .site .features {
        padding-left: 0;
    }
    #services .site .price {
        height: 50px;
    }
    #services .site .price p {
        font-size: 2.6rem;
    }
    #services #cloud .price p span,
    #services #mhtdesign .price p:last-child span {
        font-size: 5.0rem;
    }
    #services #mhtdesign .price p:first-child {
        margin-right: 5px;
        padding-top: 5px;
        line-height: 2.0rem;
    }
    #services #mhtdesign .price p:first-child span {
        font-size: 1.3rem;
    }
    #services .site ul li {
        font-size: 1.7rem;
    }
}
@media screen and (max-width: 520px) {
    #services .site .features + a {
        width: 100%;
        border-radius: 9999px;
        background: none;
    }
    #services #cloud .features + a {
        background: #007ed4;
    }
    #services #mhtdesign .features + a {
        background: #eabd08;
    }
}
@media screen and (max-width: 350px) {
    #services h1 {
        font-size: 2.8rem;
    }
    #services .site .title h2 + p {
        line-height: 1.8rem;
    }
    #services .site {
        padding: 30px 20px;
    }
    #services .site .price p {
        font-size: 2.3rem;
    }
    #services .site .price + p {
        font-size: 1.6rem;
    }
    #services .site ul li {
        font-size: 1.6rem;
    }
}

/*===================================================

 サイトマップ /sitemap

===================================================*/
#sitemap #breadcrumb {
    margin-bottom: 40px;
}
#sitemap #breadcrumb h1 {
    display: inline;
    font-weight: normal;
}
#sitemap article {
    width: 100%;
    margin-bottom: 60px;
    display: grid;
    gap: 40px 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 700px 660px 270px;
}
#sitemap article section {
    margin-bottom: 0;
}
#sitemap article section h2 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--navy);
    color: var(--navy);
    font-family: var(--font-bold);
    font-size: 2.0rem;
    font-weight: normal;
}
#sitemap article section h2:before {
    margin-right: 5px;
    vertical-align: middle;
}
#sitemap article section:first-child h2:before {
    content: url('/assets/images/top/sitemap/ico_mahito.png');
    content: image-set(url('/assets/images/top/sitemap/ico_mahito.webp') 1x, url('/assets/images/top/sitemap/ico_mahito-2x.webp') 2x);
}
#sitemap article section:nth-child(2) h2:before {
    content: url('/assets/images/top/sitemap/ico_guide.png');
    content: image-set(url('/assets/images/top/sitemap/ico_guide.webp') 1x, url('/assets/images/top/sitemap/ico_guide-2x.webp') 2x);
}
#sitemap article section:nth-child(3) h2:first-of-type:before {
    content: url('/assets/images/top/sitemap/ico_print.png');
    content: image-set(url('/assets/images/top/sitemap/ico_print.webp') 1x, url('/assets/images/top/sitemap/ico_print-2x.webp') 2x);
}
#sitemap article section:nth-child(3) h2:last-of-type:before {
    content: url('/assets/images/top/sitemap/ico_processing.png');
    content: image-set(url('/assets/images/top/sitemap/ico_processing.webp') 1x, url('/assets/images/top/sitemap/ico_processing-2x.webp') 2x);
}
#sitemap article section:nth-child(4)  h2:before {
    content: url('/assets/images/top/sitemap/ico_product.png');
    content: image-set(url('/assets/images/top/sitemap/ico_product.webp') 1x, url('/assets/images/top/sitemap/ico_product-2x.webp') 2x);
}
#sitemap article section:nth-child(5)  h2:before {
    content: url('/assets/images/top/sitemap/ico_submission.png');
    content: image-set(url('/assets/images/top/sitemap/ico_submission.webp') 1x, url('/assets/images/top/sitemap/ico_submission-2x.webp') 2x);
}
#sitemap article section:nth-child(6)  h2:before {
    content: url('/assets/images/top/sitemap/ico_member.png');
    content: image-set(url('/assets/images/top/sitemap/ico_member.webp') 1x, url('/assets/images/top/sitemap/ico_member-2x.webp') 2x);
}
#sitemap article section:nth-child(7)  h2:before {
    content: url('/assets/images/top/sitemap/ico_contact.png');
    content: image-set(url('/assets/images/top/sitemap/ico_contact.webp') 1x, url('/assets/images/top/sitemap/ico_contact-2x.webp') 2x);
}
#sitemap article section:nth-child(8)  h2:before {
    content: url('/assets/images/top/sitemap/ico_operation.png');
    content: image-set(url('/assets/images/top/sitemap/ico_operation.webp') 1x, url('/assets/images/top/sitemap/ico_operation-2x.webp') 2x);
}
#sitemap article section:last-child h2:before {
    content: url('/assets/images/top/sitemap/ico_service.png');
    content: image-set(url('/assets/images/top/sitemap/ico_service.webp') 1x, url('/assets/images/top/sitemap/ico_service-2x.webp') 2x);
}
#sitemap article section h3 {
    margin-bottom: 15px;
    font-family: var(--font-bold);
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 2.4rem;
}
#sitemap article section ul {
    padding-left: 0.25em;
}
#sitemap article section ul li {
    margin-bottom: 5px;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted var(--gray);
}
#sitemap article section ul li:last-child {
    border: none;
}
#sitemap article section ul li a {
    color: var(--light-black);
    font-size: 1.5rem;
}
#sitemap article section ul li a:hover {
    color: var(--navy);
    text-decoration: none;
}
#sitemap article section ul li a:before {
    margin-right: 5px;
    font-size: 0.6rem;
    vertical-align: top;
    content: '▶';
}
#sitemap article section:nth-child(2) ul li a span {
    font-size: 1.4rem;
}
#sitemap article section:nth-child(3) h2 + ul {
    margin-bottom: 40px;
}
#sitemap article section:nth-child(4) {
    grid-column: 4 / 5;
    grid-row:  1 / 3;
}
#sitemap article section:nth-child(5) {
    grid-column: 1 / 4;
}
#sitemap article section:nth-child(5) section {
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
#sitemap article section:nth-child(5) h2 + a {
    margin-bottom: 20px;
    display: block;
    color: var(--light-black);
    font-size: 1.5rem;
}
#sitemap article section:nth-child(5) h2 + a:before {
    margin-right: 5px;
    font-size: 0.6rem;
    vertical-align: top;
    content: '▶';
}
#sitemap article section:nth-child(5) h2 + a:hover {
    color: var(--navy);
    text-decoration: none;
}
#sitemap article section:nth-child(5) section div:first-child {
    grid-column: 1 / 2;
    grid-row:  1 / 2;
}
#sitemap article section:nth-child(5) section div:nth-child(2) {
    grid-column: 2 / 3;
    grid-row:  1 / 2;
}
#sitemap article section:nth-child(5) section div:nth-child(2) h3 span {
    margin: 0 -0.5em;
}
#sitemap article section:nth-child(5) section div:last-child {
    grid-column: 3 / 4;
    grid-row:  1 / 2;
}
#sitemap article section:nth-child(5) section h3 + ul {
    margin-bottom: 20px;
}
#sitemap article section:nth-child(6) ul li a span,
#sitemap article section:nth-child(8) ul li a span {
    font-size: 1.2rem;
}
/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (max-width: 1136px) {
    #sitemap article {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 700px 660px 270px 1130px;
    }
    #sitemap article section:nth-child(4) {
        grid-column: 2 / 3;
        grid-row: 4 / 5;
    }
    #sitemap article section:nth-child(5) section div:first-child {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    #sitemap article section:nth-child(5) ul li a span,
    #sitemap article section:nth-child(6) ul li a span,
    #sitemap article section:nth-child(8) ul li a span {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 1000px) {
    #sitemap article {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 700px 465px 1070px 270px 1130px;
    }
    #sitemap article section:nth-child(3) {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    #sitemap article section:nth-child(4) {
        grid-column: 2 / 3;
        grid-row: 5 / 6;
    }
    #sitemap article section:nth-child(5) {
        grid-column: 1 / 3;
        grid-row: 3 / 4;
    }
    #sitemap article section:nth-child(5) section {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 420px 540px;
    }
    #sitemap article section:nth-child(5) section div:first-child {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    #sitemap article section:nth-child(5) section div:nth-child(2) {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    #sitemap article section:nth-child(5) section div:last-child {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }
}
@media screen and (max-width: 700px) {
    #sitemap article,
    #sitemap article section:nth-child(5) section {
        display: flex;
        flex-wrap: wrap;
    }
    #sitemap article section,
    #sitemap article section:nth-child(5) section div {
        width: 100%;
    }
    #sitemap article section:nth-child(3) h2 + ul {
        margin-bottom: 0;
    }
    #sitemap article section ul li a,
    #sitemap article section:nth-child(5) ul li a span,
    #sitemap article section:nth-child(6) ul li a span,
    #sitemap article section:nth-child(8) ul li a span {
        font-size: 1.4rem;
    }
}

/*===================================================

 特定商取引法に基づく表記 /syoutori

===================================================*/
#syoutori article h1 {
    margin-bottom: 30px;
    display: flex;
    font-family: var(--font);
    font-size: 3.0rem;
    font-weight: normal;
    line-height: 4.0rem;
}
#syoutori article h1:after {
    height: 1px;
    margin: 20px 0 0 15px;
    display: block;
    background: var(--light-black);
    content: '';
    flex-grow: 1;
}
#syoutori article table {
    width: 100%;
    margin: 10px auto 50px auto;
    border-top: 1px solid var(--gray);
    border-left: 1px solid var(--gray);
}
#syoutori article table tr th {
    width: 200px;
    padding: 10px;
    background: var(--light-gray);
    border-right: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
    box-sizing: border-box;
    font-family: var(--font-bold);
    font-weight: normal;
    text-align: center;
}
#syoutori article table tr td {
    padding: 10px;
    border-right: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
    box-sizing: border-box;
}
#syoutori article table tr:nth-child(3) td span {
    margin-right: 0.5em;
}
#syoutori article table tr:nth-child(6) td span,
#syoutori article table tr:nth-child(7) td span {
    margin-left: 0.15em;
    font-size: 1.3rem;
}
#syoutori article table tr td div {
    margin-bottom: 15px;
}
/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (max-width: 960px) {
    #syoutori article h1 {
        font-size: 2.5rem;
    }
    #syoutori article table tr th,
    #syoutori article table tr td {
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 700px) {
    #syoutori article h1 {
        font-size: 1.8rem;
    }
    #syoutori article table tr th,
    #syoutori article table tr td {
        display: table-cell;
    }
    #syoutori article table tr th {
        width: 30%;
    }
    #syoutori article table tr:nth-child(3) tr td span {
        display: block;
    }
}

/*===================================================

 利用規約 /terms

===================================================*/
#terms article h1 {
    margin-bottom: 30px;
    display: flex;
    font-family: var(--font);
    font-size: 3.0rem;
    font-weight: normal;
    line-height: 4.0rem;
}
#terms article h1:after {
    height: 1px;
    margin: 20px 0 0 15px;
    display: block;
    background: var(--light-black);
    content: '';
    flex-grow: 1;
}
#terms article h2 {
    margin-bottom: 20px;
    font-family: var(--font-bold);
    font-size: 2.0rem;
    font-weight: normal;
    line-height: 2.4rem;
}
#terms article section {
    margin-bottom: 40px;
}
#terms article section ol,
#terms article section p {
    padding-left: 0.25em;
}
#terms article section ol li {
    margin-bottom: 5px;
    padding-left: 1.0em;
    text-indent: -1.25em;
}
#terms article section ol li ul {
    margin: 10px 0;
}
#terms article section ol li ul li span {
    margin-right: 0.25em;
}
#terms article section + p {
    text-align: right;
}
#terms article #sec01 ol li:nth-child(2) {
    padding-left: 1.5em;
    text-indent: -1.75em;
}
#terms article #sec01 ol li span {
    margin-right: 0.25em;
}
#terms article #sec02 ul {
    margin: 10px 0;
}
#terms article #sec02 ul li:last-child {
    padding-left: 1.5em;
    text-indent: -1.5em;
}
#terms article #sec02 h2 + p,
#terms article #sec02 h2 + p + p + p,
#terms article #sec02 h2 + p + p + p + p + p {
    font-family: var(--font-bold);
}
#terms article #sec02 h2 + p + p,
#terms article #sec02 h2 + p + p + p + p,
#terms article #sec07 h2 + p,
#terms article div p + p  {
    margin-bottom: 10px;
}
/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (max-width: 960px) {
    #terms article h1 {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 700px) {
    #terms article h1 {
        font-size: 1.8rem;
    }
    #terms article h2 {
        font-size: 1.7rem;
    }
}

/*===================================================

 404notfound /layouts/error_mht.ctp

===================================================*/
#notfound header #header-top #main-logo h1 {
    margin-bottom: 0;
    display: block;
    color: var(--light-black);
    font-size: 1.12rem;
    text-align: left;
    line-height: 2.2rem;
    letter-spacing: 0;
    position: absolute;
    top: 2px;
    left: 48px;
}
#notfound header #header-top #main-logo h1 span {
    margin-left: -0.25em;
}
#notfound header #header-top #main-logo h1:after {
    height: 0;
    content: none;
}
#notfound article {
    margin-bottom: 70px;
}
#notfound article img {
    width: 90%;
    max-width: 740px;
    height: auto;
    margin: 20px auto 10px;
    display: block;
}
#notfound article p {
    text-align: center;
}
#notfound article p:first-of-type {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-family: var(--font-bold);
    font-weight: normal;
}
#notfound article p:last-of-type {
    margin-bottom: 30px;
}
#notfound article a {
    width: 280px;
    height: 50px;
    margin: 0 auto;
    background: var(--navy);
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 5.0rem;
    text-align: center;
}
#notfound article a:hover {
    text-decoration: none;
    opacity: 0.9;
}
#notfound footer #company-info .inner div:last-child h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1.35rem;
    font-weight: normal;
    line-height: 2.2rem;
}
/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (max-width: 1136px) {
    #notfound footer #company-info .inner div:last-child h2 {
        font-size: 1.3rem;
        border-bottom: none;
    }
}
@media screen and (max-width: 700px) {
    #notfound header #header-top #main-logo h1 {
        width: 100%;
        font-size: 0.65rem;
        top: -3px;
        left: 28px;
    }
    #notfound article img {
        margin: 0 auto 10px;
    }
    #notfound article p:first-of-type {
        margin-bottom: 10px;
    }
    #notfound article p br {
        display: none;
    }
    #notfound article a {
        margin-bottom: 50px;
    }
    #notfound footer #company-info .inner div:last-child h2 {
        width: 100%;
        padding: 0 5px 10px;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
        font-size: 1.3rem;
    }
}
