@charset "UTF-8";
/*-----------------------------共通設定-----------------------------*/

.support-intro {
    display: flex;
    align-items: flex-start;
}
.no-data-content {
    width: 70%;
    padding: 20px;
}
.support-h4 {
    font-weight: normal;
    padding: 10px;
    border-bottom: 1px solid #3C3C1E;
    margin-bottom: 10px;
}
.support-card {
    display: flex;
    justify-content: center;
    margin: 10px;
}
.support-content {
    width: 50%;
    background-color: #C33C39;
    color: #fff;
    padding: 10px;
    border: 1px solid #AB954F;
}
.price-content {
    width: 50%;
    background-color: #424ab5;
    color: #fff;
    padding: 10px;
    border: 1px solid #AB954F;
}
.support-content p {
    text-align: center;
}
.support-title {
    font-size: 1.1rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}
.support-price {
    width: 50%;
    border: 1px solid #AB954F;
    text-align: center;
}
.support-note {
    margin: 10px;
    padding: 10px;
    color: #fff;
    background-color: #3C3C1E;
    font-size: 0.9rem;
}
.support-note-sub {
    font-size: 1.1rem;
}
.support-guide-btn {
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(195, 60, 57);
    border-radius: 15px;
    box-shadow: 0 5px 0 0 #aaa;
    padding: 20px;
    margin: 0 10px 20px;
    text-align: center;
}
.support-guide-btn:hover {
    transform: translateY(5px);
    box-shadow: none;
}
.support-img {
    position: sticky;
    top: 160px;
}
.support-nav {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.support-data-nav {
    display: flex;
}
.support-data-nav a {
    width: 100%;
    margin: 0 10px;
}
.no-data-btn {
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C33C39;
    border-radius: 15px;
    box-shadow: 0 5px 0 0 #aaa;
    padding: 20px;
    margin: 0 auto 20px;
    text-align: center;
}
.no-data-btn:hover {
    transform: translateY(5px);
    box-shadow: none;
}
.has-data-btn {
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4154b5;
    border-radius: 15px;
    box-shadow: 0 5px 0 0 #aaa;
    padding: 20px;
    margin: 0 auto 20px;
    text-align: center;
}
.has-data-btn:hover {
    transform: translateY(5px);
    box-shadow: none;
}
.support-nav a {
    width: 100%;
}
.print-step-guide {
    display: flex;
    margin: 20px auto;
}
.advice {
    padding: 0 20px;
}
.advice li {
    margin-bottom: 10px;
}
.advice li:last-child {
    margin-bottom: 0;
}
.price-banner {
    display: inline-block;
    color: #fff;
    background-color: #3C3C1E;
    padding: 10px;
    margin-top: 10px;
}
.nyuko-nav {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.support-nav-02 {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.support-nav-02 a{
    width: 100%;
}
.app-section {
    display: flex;
}
.app-inner {
    border: 1px solid #AB954F;
    width: 50%;
    margin: 10px 5px;
}
.app-title  {
    color: #fff;
    background-color: #AB954F;
    text-align: center;
    padding: 10px;
}
.app-item {
    display: flex;
    justify-content: center;
}
.app-img {
    padding: 10px;
    text-align: center;
}
.mail-section {
    display: flex;
    flex-direction: column;
}
.mail-inner {
    border: 1px solid #AB954F;
    margin: 10px 5px;
}
.mail-title  {
    color: #fff;
    background-color: #AB954F;
    text-align: center;
    padding: 10px;
}
.mail-item {
    display: flex;
    justify-content: center;
}
.mail-img {
    padding: 10px;
}
.mail-btn2 {
    margin: 10px;
    background-color: #C33C39;
}
.nyuko-illustrator {
    padding-left: 1rem;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 500;
    border-bottom: 1px solid #ffb01d;
    border-left: 15px solid #ffb01d;
}
.nyuko-illustrator::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background: url(../img/common/icon/iconIllustrator.png) no-repeat center;
    background-size: contain;
    vertical-align: baseline;
}
.nyuko-photoshop {
    padding-left: 1rem;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 500;
    border-bottom: 1px solid #2f81d8;
    border-left: 15px solid #2f81d8;
}
.nyuko-step {
    display: flex;
    margin: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #3C3C1E;
}
.nyuko-step:last-child {
    border-bottom:none;
}
.nyuko-item {
    width: 70%;
    padding: 20px;
    margin-right: 20px;
}
.nyuko-price {
    width: 100%;
    padding: 20px;
    margin-right: 20px;
}
.nyuko-img .modal-inner {
    width: auto;
}
.nyuko-price a {
    margin: 20px 0 0 0;
}


/*-------------------------------------------------------------------*/
/*---------------------------タブレット用------------------------------*/
/*-------------------------------------------------------------------*/
@media screen and (max-width:1024px) {

}
/*-------------------------------------------------------------------*/
/*-----------------------------スマホ用------------------------------*/
/*-------------------------------------------------------------------*/

@media screen and (max-width:767px) {
    .no-data-content {
        width: auto;
    }
.support-card {
    flex-direction: column;
    width: auto;
}
.support-content {
    width: auto;
}
.price-content {
    width: auto;
}
.support-price {
    width: auto;
}
.support-img {
    display: none;
}
.print-step-guide {
    flex-direction: column;
}
.modal-inner {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.arrow2 {
    display: none;
}
.support-data-nav {
    flex-direction: column;
}
.support-data-nav a:first-child {
    margin-bottom: 30px;
}
.support-nav {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
}
.nyuko-nav {
    grid-template-columns: repeat(2, 1fr);
}
.support-nav-02 {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.app-section {
    flex-direction: column;
}
.app-inner {
    width: 100%;
}
.nyuko-item {
    width: 100%;
}
.nyuko-img {
    display: none;
}
}