@media screen and (min-width: 1000px) {
    body {
        margin: 0;
        padding: 0;
        font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
            "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
        color: #532223;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        margin: 0;
    }

    .globalMenuSp {
        display: none;
    }

    .top-box {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

    .fv {
        width: 100%;
    }

    .fv img {
        width: 100%;
    }

    .logo {
        width: 128px;
        position: absolute;
        top: 50px;
        left: 50px;
        filter: drop-shadow(2px 2px 0 rgba(0,0,0,1));
    }

    .forst-link {
        text-decoration: none;
    }

    .forst-link-2 {
        text-decoration-color: #c39245;
    }

    a.forst-link-2:after {
        margin: 0 3px 2px 3px;
        font-family: FontAwesome;
        vertical-align: middle;
        content: '\f08e';
        color: #c39245;
    }

    .box-1 {
        display: flex;
        background-color: white;
        color: black;
        position: absolute;
        top: 50px;
        right: 50px;
        border: solid;
        border-color: #c39245;
        padding: 10px;
    }

    .logo2 {
        width: 15%;
        height: 15%;
        margin: auto 3%;
    }

    .logo2-text {
        font-size: 14px;
        font-weight: bold;
        color: black;
        text-decoration: none;
        line-height: 1.5em;
    }

    .logo3 {
        width: 45%;
        position: absolute;
        top: 20%;
        left: 100px;
        filter: drop-shadow(-3px -3px 15px rgba(0,0,0,.1));
    }

    .logo4 {
        width: 40%;
        position: absolute;
        top: 55%;
        right: 58px;
        max-width: 500px;
    }

    .top-text-box {
        margin: 0 auto;
        width: 80%;
    }

    .top-text-box0 {
        position: absolute;
        top: 77%;
        left: 150px;
        z-index: 10;
    }

    .top-text-box0  .attention {
        text-align: center;
        color: #50321d;
    }

    .top-text-box0-container {
        display: flex;
        align-items: center;
    }

    .top-text-box-add {
        background: #A4CB67;
        /*background: #659f69;*/
        font-size: 22px;
        text-align: center;
        padding: 8px;
        position: relative;
        margin-bottom: 34px;
        color: #fff;
    }

    .top-text-box-add::after {
        content: "";
        position: absolute;
        border-top: 24px solid transparent;
        border-bottom: 24px solid transparent;
        border-left: 16px solid #ffffff;
        left: 0;
        top: 0;
    }

    .top-text-box-add::before {
        content: "";
        position: absolute;
        border-top: 24px solid transparent;
        border-bottom: 24px solid transparent;
        border-right: 16px solid #ffffff;
        right: 0;
        top: 0;
    }

    .top-text-box1 {
        display: flex;
        align-items: center;
    }

    .logo5 {
        width: 53px;
        height: 15%;
    }

    .top-title {
        margin-left: 10px;
        font-size: 34px;
        font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝",
            "MS PMincho", serif;
    }

    .top-text-box2 {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .top-text {
        font-size: 18px;
        line-height: 36px;
        font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝",
            "MS PMincho", serif;
    }
    .top-text-box3 {
        margin-top: 20px;
        padding-top:15px;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
    }
    .text-box3 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 15px;
    }
    .text_l {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        background: #c39245;
        padding: 1em 1.5em;
    }
    .text_r {
        margin-left: 10px;
        font-size: 18px;
        font-weight: bold;
    }

    .container {
        background-color: #fdf4e5;
        /* background-color: #A4CB67; */
        /*background-color: #659f69;*/
        height: 90px;
        text-align: center;
    }

    .main-img {
        min-width: 1280px;
    }

    .navbar-nav {
        width: 86%;
        display: block;
        margin: auto;
        overflow: hidden;
        list-style: none;
    }

    .navbar-nav li {
        float: left;
    }

    .navbar-nav li a {
        font-size: 16px;
        font-weight: bold;
        color: #532223;
        line-height: 90px;
        margin-right: 40px;
    }

    .sab-title1 {
        margin: 0 150px;
        margin-top: 80px;
        padding-bottom: 80px;
        text-align: center;
    }

    .sab-title1 span {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        background-color: #532223;
        /*background-color: #c39245;*/
        padding: 20px;
        border-radius: 10px;
    }

    .sab-text-box {
        margin: 0 150px 50px;
    }

    .oubo-box {
        border-top: solid 1px black;
        border-bottom: solid 1px black;
        display: flex;
        padding: 17px 0;
        align-items: center;
    }

    .A {
        width: 30%;
    }

    .kikan {
        margin-top: 70px;
        margin-left: 12px;
    }

    .oubo {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        text-align: center;
    }

    .oubo span {
        font-size: 13px;
        text-align: center;
        color: #D62828;
        display: block;
    }

    .oudo-text {
        width: 68%;
        margin-top: 15px;
    }

    .oubo-text1 {
        font-size: 25px;
        font-weight: bold;
    }
    .oubo-text1 span {
        font-weight: normal;
        font-size: 16px;
        padding-left: 10px;
        display: inline-block;
    }

    .oubo-text2 {
        font-size: 16px;
        margin-top: 7px;
    }

    .boshuu-box {
        display: flex;
        padding: 17px 0;
        position: relative;
        border-bottom: solid 1px black;
        align-items: center;
        margin-bottom: 60px;
    }

    .boshuu-title {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #E05573;
        margin-top: 70px;
    }


    .sab-text-box .boshuu-title {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #c39245;
        margin-top: 0px;
    }

    .boshuu-sp {
        display: none;
    }

    .boshuu {
        font-size: 20px;
        font-weight: bold;
        color: white;
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100px;
        text-align: center;
    }

    .boshuu-text {
        margin-left: 50px;
        margin-right: 50px;
        width: 450px;
        text-align: center;
    }

    .boshuu-sab-1 {
        border-bottom: solid 1px black;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .boshuu-text1 {
        font-size: 18px;
        font-weight: bold;
    }

    .boshuu-text2 span {
        font-size: 30px;
        font-weight: bold;
        padding-right: 10px;
    }

    .boshuu-text2 {
        font-size: 30px;
        font-weight: bold;
    }

    .boshu-img {
        position: relative;
    }

    .logo6 {
        width: 340px;
        position: absolute;
        top: -98px;
    }

    .present-box {
        padding: 40px 0;
        background: #ea7d95;
    }

    .present-text {
        display: block;
        color: white;
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        line-height: 55px;
    }

    .present-text span {
        color: #532223;
        background-color: white;
        text-align: center;
        font-size: 36px;
        font-weight: bold;
        padding: 2px 10px;
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
        line-height: 40px;
        border: 2px solid #d49a93;
    }

    .present-text-sp {
        display: none;
    }

    .mini {
        font-size: 30px !important;
    }

    .portfolio_box {
        max-width: 980px;
        width: 100%;
        margin: 50px auto 20px;
        border-radius: 13px;
        border: 3px solid #f8dde0;
        background: #fffcf7;
        padding: 15px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .portfolio_l {
        margin: 0;
    }
    .portfolio_l img {
        filter: drop-shadow(1px 1px 4px rgba(0,0,0,.6));
        max-width: 145px;
        width: 100%;
    }
    .portfolio_r {
        line-height: 1.6;
        font-weight: bold;
        padding-left: 15px;
    }
    .portfolio_r__tit {
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
        font-size: 18px;
        display: block;
    }
    .portfolio_r__box {
        color: #333;
        display: block;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 500;
    }
    .portfolio_r__box .num {
        font-size: 16px;
        font-weight: bold;
    }
    .portfolio_r__box--tit {
        font-weight: bold;
        font-size: 16px;
    }

    .houhou-title {
        display: flex;
        align-items: center;
        /* color: #A4CB67; */
        /*color: #659f69;*/
        font-size: 30px;
        font-weight: bold;
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    .houhou-title:before,
    .houhou-title:after {
        content: "";
        height: 2px;
        flex-grow: 1;
        background-color: #666;
    }     
    .houhou-title:before {
        margin-right: 1.4rem;
    }     
    .houhou-title:after {
        margin-left: 1.4rem;
    }
    .houhou_text {
        text-align: center;
        font-weight: bold;
        padding-top: 15px;
    }

    .houhou-box {
        margin: 0 150px;
        padding: 60px 0;
        margin-bottom: 85px;
    }
    .houhou_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
        max-width: 1000px;
        width: 100%;
        margin: 60px auto 0;
    }
    .houhou_item {
        width: calc(100%/2 - 24px);
        position: relative;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    .houhou_item h4 {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(to right,
        rgba(247, 207, 0, 0.9),
        rgba(246, 37, 2, 0.9) 45%,
        rgba(182, 47, 82, 0.9) 75%,
        rgba(113, 58, 166, 0.9));
        z-index: 100;
        padding: 14px;
        border-radius: 8px;
    }
    .houhou_r h4 {
        background: #32c656;
        color: #fff;
    }

    .houhou_item ul {
        list-style: none;
        position: relative;
        padding: 2.4rem 2rem;
        border: 2px solid #212121;
        background-color: #fff;
    }
    .houhou_item ul::before {
        position: absolute;
        bottom: -10px;
        right: -10px;
        width: 100%;
        height: 100%;
        border-right: 2px dashed #212121;
        border-bottom: 2px dashed #212121;
        transition: .3s;
        content: '';
    }
    .houhou_item ul li {
        padding-bottom: 15px;
    }
    .houhou_item ul li:last-child {
        padding-bottom: 0;
    }
    .houhou_item ul li .step{
        font-weight: bold;
        font-size: 18px;
        color: #009944;
        padding-right: 6px;
        display: block;
    }
    .houhou_item ul li .addressed{
        font-weight: bold;
        font-size: 18px;
        color: #c39245;
    }
    .houhou_item__smtxt {
        font-size: 14px;
        padding: 2px 4px;
    }
    .houhou_txt {
        margin-bottom: auto;
    }
    .giga_qr {
        background: #fff;
        border: 1px solid #CF2E92;
        border-radius: 6px;
        padding: 16px 18px;
        display: flex;
        align-items: center;
        margin-top: 6px;
        font-weight: bold;
        justify-content: space-between;
        height: 65px;
    }
    .giga_qr a {
        font-size: 15px;
        display: block;
        text-decoration: none;
        color: #0079e3;
    }
    .line_qr {
        background: #fff;
        margin-top: 6px;
        border-radius: 6px;
        border: 1px solid #009944;
        color: #009944;
        padding: 16px 18px;
        display: flex;
        align-items: center;
        font-weight: bold;
        justify-content: space-between;
        height: 65px;
    }
    .line_qr img {
        width: 65px;
        height: 65px;
    }

    .logo7 {
        width: 30%;
        height: 30%;
        margin-left: 50px;
        margin-top: 40px;
    }

    .houhou-sab-box2 {
        max-width: 960px;
        width: 100%;
        margin: 50px auto 0;
        text-align: center;
        padding: 22px;
        line-height: 2.5em;
        background: #e32200;
    }

    .houhou-sab-box2-pc {
        display: block;
    }

    .houhou-sab-box2-sp {
        display: none;
    }

    .houhou-text3 {
        font-size: 16px;
        font-weight: bold;
    }

    .houhou-text3 span {
        font-size: 21px;
        font-weight: bold;
        color: #fff;
    }


    .youkou {
        background: #fffcf7;
    }

    .youkou-title {
        margin-top: -10px;
        text-align: center;
    }

    .youkou-title span {
        padding: 30px 100px;
        color: #fff;
        background-color: #532224;
        /*background-color: #659f69;*/
        border-radius: 10px;
    }

    .youkou-box {
        margin: 90px 150px;
        background-color: white;
        border-radius: 30px;
        padding: 80px 50px;
        border: 3px solid #f8dde0;
    }

    .youkou-sab-box:first-child {
        padding-top: 0;
    }

    .youkou-sab-box:last-child {
        border-bottom: none;
    }

    .youkou-sab-box {
        padding-top: 30px;
        display: flex;
        border-bottom: solid 1px black;
        padding-bottom: 30px;
    }

    .youkou-sab-box2 {
        padding-top: 30px;
        border-bottom: solid 1px black;
        padding-bottom: 30px;
    }

    .youkou-sab-box3 {
        padding-top: 30px;
        display: flex;
    }

    .youkou-text-1 {
        width: 15%;
        font-size: 16px;
        font-weight: bold;
    }

    .youkou-text-2 {
        width: 85%;
        line-height: 30px;
        font-size: 16px;
    }

    .youkou-text-2-1 {
        width: 85%;
        line-height: 30px;
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
    }
    .department {
        width: 100%;
        display: flex;
        flex-direction: column;
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted;
    }
    .department--test {
        border: none;
        padding-bottom: 0;
    }
    .other {
        border-top: 1px dotted;
        padding-top: 10px;
        margin-top: 10px;
    }
    .other img {
        max-width: 70% !important;
        height: auto;
    }
    .other_text {
        margin-bottom: 30px;
    }
    .marker {
            background: linear-gradient(transparent 50%, #fff000 0%);
    display: inline;
    padding: 0 1px 0px;
    }
    .youkou-text-2-1 {
        width: 100%;
    }
    .youkou-text-2-1 .department--test dl {
        display: flex;
    }
    .youkou-text-2-1 .department--test dt {
        width: 30%;
        margin-right: 0;
    }
    .youkou-text-2-1 .department--test dd {
        width: auto;
        margin-left: 0;
    }

    /* .youkou-text-2-1 dt {
        width: 30%;
    }
    .youkou-text-2-1 dd {
        width: 55%;
        display: flex;
        margin-left: 0;
        flex-direction: column;
    }
    .youkou-text-2-1 dd div {
        display: flex;
        align-items: center;
    } */
    .youkou-text-2-1 .award {
        max-width: 150px;
        width: 100%;
        display: inline-block;
        margin-right: 10px;
    }
    .youkou-text-2-1 .award span {
        font-size: 13px;
        display: block;
        line-height: 1;
    }
    .youkou-text-2-2 {
        display: block;
        width: 100%;
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted;
    }
    .department_txt {
        padding-left: 170px;
    }
    @media screen and (max-width: 1350px) {
        .department_txt {
            padding-left: 150px;
        }
    }


    .youkou-text-2-2-sp {
        display: none;
    }

    .youkou-text-2-2-sp + br {
        display: none;
    }

    .youkou-text-2-3 {
        width: 20%;
        line-height: 30px;
        font-size: 16px;
    }

    .youkou-text-2-4 {
        width: 50%;
        line-height: 30px;
        font-size: 16px;
    }

    .youkou-text-2 span {
        color: #c39245;
    }

    .youkou-text-2 a {
        text-decoration-color: #c39245;
    }

    .youkou-text-2-1 span.dai {
        font-size: 16px;
        font-weight: bold;
        color: black;
    }

    .youkou-text-3 {
        width: 100%;
        margin-left: 15%;
        line-height: 30px;
        font-size: 16px;
    }

    .kiyaku-title {
        text-align: center;
        margin-top: 70px;
    }

    .kiyaku-title span {
        padding: 20px 100px;
        color: white;
        background-color: #532224;
        /*background-color: #659f69;*/
        border-radius: 10px;
    }

    .kiyaku-text {
        margin: 100px 150px;
        margin-bottom: 80px;
        font-size: 16px;
        line-height: 35px;
    }

    .contact {
        padding-bottom: 20px;
        background: #FFF0F3;
    }

    .contact-name {
        text-align: center;
        margin-top: 50px;
    }

    .contact-name span {
        padding: 20px 100px;
        color: white;
        background-color: #A4CB67;
        /*background-color: #659f69;*/
        border-radius: 10px;
    }

    .contact-text {
        margin: 100px 150px;
        margin-bottom: 80px;
        padding: 50px;
        background-color: #fff;
        border-radius: 20px;
    }

    .footer-copyright {
        font-size: 10px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        background-color: #532224;
        /*background-color: #c39245;*/
    }


    .spn {
        height: 1px;
    }

    /* コンタクトフォーム７ */
    .cf7 {
        max-width: 100%;
        box-sizing: border-box;
    }

    .cf7 dd {
        margin: 0 0 50px 0;
    }

    .cf7 .rqd {
        color: #ff6666;
        font-size: 0.8em;
        margin-left: 0.5em;
    }

    dd.privacy a {
        color: #000000;
        text-decoration: underline;
        padding-left: 1em;
    }

    .btn_cf7 {
        text-align: center;
    }

    .btn_cf7 input {
        width: 100%;
    }

    .your-name input {
        height: 60px;
        border-radius: 10px;
        width: 100%;
        font-size: 16px;
        padding: 0 0 0 2%;
        border: 1px solid;
    }

    .your-email input {
        height: 60px;
        border-radius: 10px;
        width: 100%;
        border: 1px solid;
        font-size: 16px;
        padding: 0 0 0 2%;
    }

    /*
  .wpcf7-list-item.last {
    margin-left: 80px;
  }
*/

    .wpcf7-list-item {
        display: inline-block;
        margin: 0 1em 0 0;
    }

    .wpcf7-list-item.first.last {
        margin-left: 0;
    }

    .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
        border-radius: 10px;
        width: 98%;
        font-size: 16px;
        padding: 2% 2%;
    }

    .wpcf7-list-item-label {
        line-height: 45px;
    }

    .install-name {
        text-align: center;
        margin-top: 70px;
    }

    .install-name span {
        padding: 20px 100px;
        color: white;
        background-color: #c39245;
        border-radius: 10px;
    }

    .step-1 {
        display: flex;
        margin: 70px 240px;
        margin-bottom: 50px;
        background-color: #fafafa;
        border-radius: 10px;
        padding: 50px;
    }

    .step-1-2 {
        display: flex;
    }

    .step-2 {
        display: block;
        margin: 70px 240px;
        margin-bottom: 50px;
        background-color: #fafafa;
        border-radius: 10px;
        padding: 50px;
    }

    .logo8,
    .logo9 {
        width: 95px;
        height: 75%;
        margin: 0 15px;
    }

    .logo-text {
        text-align: center;
    }

    .step-2-text {
        width: 60%;
        line-height: 2.5em;
    }

    .logo10 {
        width: 300px;
        margin-left: 50px;
        height: 20%;
    }

    .step-3-text {
        width: 100%;
        text-align: center;
    }

    .step-3-text span {
        color: #c39245;
    }

    .step-2-2 {
        display: flex;
        margin-top: 50px;
    }

    .logo11 {
        width: 45%;
        margin: 25px;
    }

    .logo12 {
        width: 30%;
        margin: 25px;
    }

    .logo13 {
        margin: 0 auto;
        margin-top: 50px;
        width: 30%;
    }

    .install-box-2 {
        padding-bottom: 100px;
        background-image: url(https://photocontest.aobaen.or.jp/wp-content/themes/aobaen/img/bg-2-4.png);
    }

    @media screen and (min-width: 768px) {
        .cf7 dt {
            float: left;
            clear: left;
            width: 30%;
            padding: 0.5em 1em 0.5em 0;
            font-weight: bold;
        }

        .cf7 dd {
            margin-left: 35%;
        }

        .cf7 .rqd {
            margin-left: 5px;
            margin-top: 0.2em;
        }

        .btn_cf7 input {
            width: 45%;
            height: 70px;
            display: block;
            margin: 0 auto;
            border-radius: 50px;
            background-color: #A4CB67;
            /*background-color: #659f69;*/
            color: white;
            font-size: 24px;
            font-weight: bold;
            border: none;
        }
    }
}



/* 結果発表ボタン */
.color_point {
    color: #D62828;
    font-weight: bold;
}
.result_container {
    padding: 0 1em;
}
.result_link {
    max-width: 550px;
    width: 100%;
    margin: 80px auto;
    padding-left: 0;
}
.result_link li{
    width: 100%;
    height: 81px;
    /* background-image: url(../img/result1/kako_btn.png); */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: #E05573;
    box-shadow: 3px 3px #bd3250;
}
.result_link a{
    width: 100%;
    font-size: 20px;
    color: #fff;
    display: block;
    position: relative;
    text-decoration: none;
    text-align: center;
}
.result_link a::after{
    content: '';
    position: absolute;
    top:32%;
    right: 25px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
@media screen and (max-width: 769px) {
    /* 過去審査結果 */
    .result_link {
        margin: 0 auto 35px;
    }
    .result_link li:hover{
        opacity: .7;
    }
    .result_link a{
        font-size: 17px;
    }

}
 @media screen and (min-width: 769px) {
    /* 過去審査結果 */
    .result_link li:hover{
        opacity: .7;
    }
    .sp_over_hide {
        display: none !important;
    }
}
@media (min-width: 769px) {
    .sp {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .pc {
        display: none !important;
    }
}
.giga_link a,
.line_add a{
    max-width: 350px; /* ボタン幅 */
    margin: 15px auto 0;
    color: #fff; /* ボタン文字色 */
    position: relative;
    padding: 1em 2em;
    border-radius: 100vh;
    font-weight: bold; /* ボタン文字の太さ */
    text-decoration: none;
    display: block;
    transition: 0.2s;
    text-align: center;
    position: relative;
}
.giga_link a::after,
.line_add a::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:42%;
    top: 40%;
    right: 18px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.line_add a {
    background-color: #2db54f; /* ボタン上色 */
    border-bottom: 5px solid #01632d; /* ボタン下色 */
}
.giga_link a {
    background-color: #ff9500; /* ボタン上色 */
    border-bottom: 5px solid #c57300; /* ボタン下色 */
    margin-bottom: 20px;
}
@media (max-width: 1380px) {
    .logo4 {
        width: 30%;
        top: 55%;
        right: 18px;
    }
}
@media (max-width: 1220px) {
    .logo4 {
        top: 45%;
    }
    .top-text-box0 {
        left: 20px;
    }
}
@media (max-width: 1024px) {
    .logo4 {
        top: 45%;
    }

    .main-img {
        max-width: 1200px;
        min-width: initial;
    }
    .top-text-box-add {
        font-size: 19px;
    }
    .top-text-box-add::after,
    .top-text-box-add::before  {
        display: none;
    }

    .logo6 {
        width: 250px;
        position: absolute;
        top: -98px;
        right: -200px;
    }
    .houhou-box {
        margin: 0 15px;
    }
    .youkou-box {
        margin: 90px 15px;
    }
    .kiyaku-text {
        margin: 100px 15px;
    }
    .contact-text {
        margin: 100px 15px;
    }
}

/* Instagramでのタグ付け投稿 */
.insta_header {
    padding: 140px 0;
    background: url(../img/instagram/aoba_insta.jpg) center/cover no-repeat;
}
.insta_inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.main_tait {
    padding: 50px 0;
}
.main_tait h1 {
    font-size: 30px;
}
.main_tait p {
    font-size: 17px;
    padding: 15px 0;
    color: #333;
}
.insta_column {
    padding-bottom: 50px;
}
.common_tit {
    font-size: 24px;
    padding: 13px 10px 13px 20px;
    border-left: 6px solid #CF2E92;
    margin-bottom: 45px;
    background: #eee;
}
.insta_inner .step {
    margin-bottom: 50px;
}
.step_flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 45px;
}

.step_flex2 figure {
    width: calc(100%/3 - 30px);
}
.step_flex figure {
    width: calc(100%/2 - 40px);
}
.step_flex figure img {
    max-width: 100%;
    display: block;
    border: 1px solid #eee;
}
.insta_inner .step p {
    font-size: 17px;
    color: #333;
    margin-bottom: 10px;
}
.insta_inner .step p.alert {
    color: #d30736;
}

.insta_column_comment .insta_inner{
    background: #eee;
    padding: 28px;
    list-style: none;
}
.insta_column_comment .insta_inner li {
    font-size: 16px;
    color: #333;
}
.insta_column_comment .insta_contact {
    display: flex;
    align-items: center;
    color: #333;
    border-color: #c39245;
    border: 2px solid #c39245;
    padding: 15px 10px;
    max-width: 500px;
    margin: 30px auto 0;
    background: #fff;
    text-decoration: none;
    position: relative;
}
.insta_column_comment .insta_contact::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.4em;   /* arrow size */
    height: 0.4em;  /* arrow size */
    border-top: 2px solid #333;  /* thickness, color */
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.insta_column_comment .insta_contact .logo2 {
    width: 10%;
    height: 10%;
    margin: auto 3%;
}

.insta_column_comment .insta_contact .logo2-text {
    font-size: 17px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    line-height: 1.5em;
}
.insta_column_comment .insta_contact .logo2-text span {
    font-size: 20px;
}
.insta_footer .footer-copyright {
    background: #CF2E92;
}
@media (max-width: 820px) {
    .insta_inner {
        width: 95%;
    }
}
@media (max-width: 767px) {
    .insta_header {
        padding: 80px 0;
    }
    .insta_inner .box-1 {
        width: 170px;
    }
    .insta_inner .box-1 .logo2-text{
        font-size: 12px;
    }
    .main_tait {
        padding: 30px 0;
    }
    .main_tait h1 {
        font-size: 24px;
    }
    .main_tait p {
        font-size: 16px;
    }
    .insta_column {
        padding-bottom: 10px;
    }
    .common_tit {
        font-size: 20px;
    }
    .insta_inner .step {
        margin-bottom: 30px;
    }
    .insta_inner .step p {
        font-size: 16px;
    }
    .step_flex {
        gap: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .step_flex2 figure {
        width: calc(100%/3 - 10px);
    }
    .step_flex figure {
        width: calc(100%/2 - 10px);
    }
    .insta_column_comment .insta_inner {
        padding: 15px;
    }
    .insta_column_comment .insta_contact {
        width: 86%;
        margin: 25px auto 15px;
    }
    .insta_column_comment .insta_contact .logo2-text {
        font-size: 16px;
    }
    .insta_column_comment .insta_contact .logo2-text span {
        font-size: 18px;
    }
    .insta_column_comment .insta_contact::after {
        display: none;
    }
}
.top-text-box1 {
    display: none !important;
}
@media (max-width: 767px) {
    .top-text-box1 {
        display: block !important;
        opacity: 0 !important;
    }
}