/* ========================================
   共通
   ======================================== */
body {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
            "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
}

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

.globalMenuSp {
    display: none;
}

.top-box {
    width: 100%;
    position: relative;
}

.fv {
    width: 100%;
}

.fv img {
    width: 100%;
}

.logo {
    position: absolute;
    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;
    border: solid;
    border-color: #c39245;
}

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

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

.logo3 {
    position: absolute;
}

.logo4 {
    position: absolute;
}

.top-text-box-add {
    text-align: center;
    padding: 8px;
    position: relative;
    margin-bottom: 34px;
    color: #fff;
}

.top-text-box1 {
    display: flex;
}

.logo5 {
    height: 15%;
}

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

.top-text {
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝",
            "MS PMincho", serif;
}

.top-text-box3 {
    margin-top: 20px;
}

.text-box3 {
    margin-bottom: 15px;
}

.text_l {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #c39245;
    padding: 1em 1.5em;
}

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

.container {
    height: 90px;
    text-align: center;
}

.navbar-nav {
    list-style: none;
}

.navbar-nav li a {
    font-weight: bold;
    line-height: 90px;
}

.sab-title1 {
    text-align: center;
}

.sab-title1 span {
    font-weight: bold;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.oubo {
    font-size: 20px;
    font-weight: bold;
}

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

.oubo-text1 {
    font-weight: bold;
}

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

.boshuu-box {
    padding: 17px 0;
}

.boshuu-title {
    background-color: #E05573;
}

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

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

.boshuu-text2 span {
    font-weight: bold;
}

.boshuu-text2 {
    font-weight: bold;
}

.boshu-img {
    position: relative;
}

.logo6 {
    position: absolute;
}

.present-box {
    background: #ea7d95;
}

.portfolio_box {
    border-radius: 13px;
    background: #fffcf7;
    padding: 15px;
}

.portfolio_l {
    margin: 0;
}

.portfolio_l img {
    width: 100%;
}

.portfolio_r {
    line-height: 1.6;
    font-weight: bold;
}

.portfolio_r__box {
    color: #333;
    display: block;
    margin-top: 10px;
    font-weight: 500;
}

.portfolio_r__box .num {
    font-weight: bold;
}

.portfolio_r__box--tit {
    font-weight: bold;
}

.houhou-title {
    display: flex;
    align-items: center;
    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_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    max-width: 1000px;
    width: 100%;
}

.houhou_item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.houhou_item h4 {
    color: #fff;
    font-weight: bold;
    position: absolute;
    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;
    border-radius: 8px;
}

.houhou_r h4 {
    background: #32c656;
    color: #fff;
}

.houhou_item ul {
    list-style: none;
    position: relative;
    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-radius: 6px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    margin-top: 6px;
    font-weight: bold;
    justify-content: space-between;
}

.line_qr {
    background: #fff;
    margin-top: 6px;
    border-radius: 6px;
    border: 1px solid #009944;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: space-between;
}

.line_qr img {
    width: 65px;
    height: 65px;
}

.houhou-sab-box2 {
    background: #e32200;
}

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

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

.youkou {
    background: #fffcf7;
}

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

.youkou-title span {
    border-radius: 10px;
}

.youkou-box {
    background-color: white;
    border-radius: 30px;
}

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

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

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

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

.youkou-text-2 {
    line-height: 30px;
}

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

.youkou-text-2 span {
    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;
}

.kiyaku-title span {
    border-radius: 10px;
}

.contact {
    background: #FFF0F3;
}

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

.contact-name span {
    color: white;
    border-radius: 10px;
}

.contact-text {
    background-color: #fff;
    border-radius: 20px;
}

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

.spn {
    height: 1px;
}

dd.privacy a {
    color: #000000;
    text-decoration: underline;
}

.your-name input {
    height: 60px;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid;
}

.your-email input {
    height: 60px;
    border-radius: 10px;
    border: 1px solid;
    font-size: 16px;
}

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

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

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

.install-name span {
    color: white;
    border-radius: 10px;
}

.step-1 {
    margin-bottom: 50px;
    background-color: #fafafa;
    border-radius: 10px;
}

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

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

.logo8,
    .logo9 {
    width: 95px;
}

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

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

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

.logo12 {
    margin: 25px;
}

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

/* ========================================
   PC（デフォルト：769px以上）
   ======================================== */
body {
    color: #532223;
}

.top-box {
    margin-bottom: 20px;
}

.logo {
    width: 128px;
    top: 50px;
    left: 50px;
}

.box-1 {
    top: 50px;
    right: 50px;
    padding: 10px;
}

.logo2-text {
    line-height: 1.5em;
}

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

.logo4 {
    width: 40%;
    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: left;
    color: #50321d;
}

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

.top-text-box-add {
    background: #A4CB67;
    font-size: 22px;
}

.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 {
    align-items: center;
}

.logo5 {
    width: 53px;
}

.top-title {
    font-size: 34px;
}

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

.top-text {
    font-size: 18px;
    line-height: 36px;
}

.top-text-box3 {
    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;
}

.text_r {
    margin-left: 10px;
}

.container {
    background-color: #fdf4e5;
}

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

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

.navbar-nav li {
    float: left;
}

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

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

.sab-title1 span {
    font-size: 24px;
    background-color: #532223;
}

.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 {
    color: #333;
    text-align: center;
}

.oubo span {
    color: #D62828;
}

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

.oubo-text1 {
    font-size: 25px;
}

.oubo-text1 span {
    font-size: 16px;
}

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

.boshuu-box {
    display: flex;
    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%;
    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 {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

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

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

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

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

.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: 3px solid #f8dde0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.portfolio_l img {
    filter: drop-shadow(1px 1px 4px rgba(0,0,0,.6));
    max-width: 145px;
}

.portfolio_r {
    padding-left: 15px;
}

.portfolio_r__tit {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
    display: block;
}

.portfolio_r__box {
    font-size: 14px;
}

.portfolio_r__box .num {
    font-size: 16px;
}

.portfolio_r__box--tit {
    font-size: 16px;
}

.houhou-title {
    font-size: 30px;
}

.houhou-box {
    margin: 0 150px;
    padding: 60px 0;
    margin-bottom: 85px;
}

.houhou_wrap {
    margin: 60px auto 0;
}

.houhou_item {
    width: calc(100%/2 - 24px);
}

.houhou_item h4 {
    font-size: 18px;
    top: -12px;
    padding: 14px;
}

.houhou_item ul {
    padding: 2.4rem 2rem;
}

.giga_qr {
    border: 1px solid #CF2E92;
    height: 65px;
}

.giga_qr a {
    font-size: 15px;
    display: block;
    text-decoration: none;
    color: #0079e3;
}

.line_qr {
    color: #009944;
    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;
}

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

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

.houhou-text3 span {
    font-size: 21px;
}

.youkou-title span {
    padding: 30px 100px;
    color: #fff;
    background-color: #532224;
}

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

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

.youkou-sab-box {
    display: flex;
}

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

.youkou-text-1 {
    width: 15%;
}

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

.youkou-text-2-1 {
    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 .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 .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;
}

.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 a {
    text-decoration-color: #c39245;
}

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

.kiyaku-title span {
    padding: 20px 100px;
    color: white;
    background-color: #532224;
}

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

.contact {
    padding-bottom: 20px;
}

.contact-name span {
    padding: 20px 100px;
    background-color: #A4CB67;
}

.contact-text {
    margin: 100px 150px;
    margin-bottom: 80px;
    padding: 50px;
}

.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 {
    padding-left: 1em;
}

.btn_cf7 {
    text-align: center;
}

.btn_cf7 input {
    width: 100%;
}

.your-name input {
    width: 100%;
    padding: 0 0 0 2%;
}

.your-email input {
    width: 100%;
    padding: 0 0 0 2%;
}

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

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 98%;
    padding: 2% 2%;
}

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

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

.step-1 {
    display: flex;
    margin: 70px 240px;
    padding: 50px;
}

.step-2 {
    margin: 70px 240px;
    padding: 50px;
}

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

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

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

.step-3-text {
    text-align: center;
}

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

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

.logo12 {
    width: 30%;
}

.logo13 {
    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 (max-width: 1350px) {
    .department_txt {
                padding-left: 150px;
            }
}

@media screen and (min-width: 769px) {
    .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;
    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);
}

.result_link li:hover {
    opacity: .7;
}

@media screen and (min-width: 769px) {
    .sp_over_hide,
    .sp {
        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;
}

.giga_link a::after,
.line_add a::after {
    content: '';
    position: absolute;
    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;
}

/* 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;
    height: 0.4em;
    border-top: 2px solid #333;
    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;
}

.top-text-box1 {
    display: none !important;
}

@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;
        }
}

.other {
    border-top: 1px dotted;
    padding-top: 10px;
    margin-top: 10px;
}

.other img {
    max-width: 100%;
    height: auto;
}

.other_text {
    margin-bottom: 30px;
}

.marker {
    background: linear-gradient(transparent 50%, #fff000 0%);
    display: inline;
    padding: 0 1px 0px;
}

/* ========================================
   SP（768px以下）
   ======================================== */
@media screen and (max-width: 768px) {
    .result_link {
        margin: 0 auto 35px;
    }

    .result_link li:hover {
        opacity: .7;
    }

    .result_link a {
        font-size: 17px;
    }

    .pc {
        display: none !important;
    }

    .insta_inner {
        width: 95%;
    }

    .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: block !important;
        opacity: 0 !important;
    }

    body {
        color: unset;
        width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    .top-box {
        margin-bottom: unset;
    }

    .logo {
        width: 62px;
        top: 10px;
        left: 10px;
    }

    .box-1 {
        width: 200px;
        top: 10px;
        right: 10px;
        padding: 5px;
    }

    .logo2-text {
        line-height: 1.2em;
    }

    .logo3 {
        width: 48%;
        top: 18%;
        left: 3%;
        filter: drop-shadow(-3px -3px 5px rgba(0,0,0,.7));
    }

    .logo4 {
        max-width: unset;
        width: 35%;
        top: 38%;
        right: 0;
    }

    .top-text-box {
        margin: unset;
        width: 100%;
    }

    .top-text-box0 {
        position: unset;
        top: unset;
        left: 20px;
        z-index: unset;
    }

    .top-text-box0  .attention {
        text-align: unset;
        color: unset;
        padding: 0 15px;
    }

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

    .top-text-box-add {
        background: #659f69;
        font-size: 18px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .top-text-box-add::after {
        content: unset;
        position: unset;
        border-top: unset;
        border-bottom: unset;
        border-left: unset;
        left: unset;
        top: unset;
    }

    .top-text-box-add::before {
        content: unset;
        position: unset;
        border-top: unset;
        border-bottom: unset;
        border-right: unset;
        right: unset;
        top: unset;
    }

    .top-text-box1 {
        align-items: unset;
        margin-top: 20px;
    }

    .logo5 {
        width: 30px;
        margin-top: 6px;
        margin-left: 15px;
    }

    .top-title {
        font-size: 24px;
    }

    .top-text-box2 {
        margin-top: 15px;
        margin-bottom: 35px;
    }

    .top-text {
        font-size: 16px;
        line-height: 2em;
        margin: 0 20px;
    }

    .top-text-box3 {
        padding-top: unset;
        border-top: unset;
        border-bottom: unset;
    }

    .text-box3 {
        display: unset;
        flex-wrap: unset;
        align-items: unset;
        justify-content: unset;
    }

    .text_l {
        width: 80%;
        margin: 0 auto 10px;
        text-align: center;
    }

    .text_r {
        margin-left: unset;
        width: 90%;
        margin: 0 auto;
    }

    .container {
        display: none;
        background-color: #659f69;
    }

    .main-img {
        min-width: initial;
    }

    .navbar-nav {
        width: unset;
        margin: unset;
        overflow: unset;
        display: flex;
        margin-left: 15%;
    }

    .navbar-nav li {
        float: unset;
    }

    .navbar-nav li a {
        margin-right: unset;
        font-size: 20px;
        color: white;
        margin-left: 40px;
    }

    .sab-title1 {
        padding-bottom: unset;
        margin-top: -10px;
        margin: 20px 0;
        padding: 20px;
        background-color: #ded2bf;
    }

    .sab-title1 span {
        background-color: unset;
        font-size: 20px;
    }

    .sab-text-box {
        margin: 0;
    }

    .oubo-box {
        border-top: unset;
        border-bottom: unset;
        align-items: unset;
        display: block;
        padding: 20px 0;
    }

    .A {
        width: unset;
    }

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

    .oubo {
        color: unset;
        text-align: unset;
        display: flex;
        align-items: center;
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }

    .oubo span {
        color: #fff;
    }

    .oudo-text {
        width: unset;
        padding: 0 15px;
        margin-top: 30px;
    }

    .oubo-text1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .oubo-text1 span {
        font-size: 15px;
    }

    .oubo-text2 {
        margin-top: unset;
        font-size: 14px;
    }

    .boshuu-box {
        position: unset;
        border-bottom: unset;
        align-items: unset;
        margin-bottom: unset;
        display: block;
    }

    .boshuu-title {
        position: unset;
        display: unset;
        width: unset;
        height: unset;
        border-radius: unset;
        margin-top: unset;
        margin: 0 auto;
    }

    .sab-text-box .boshuu-title {
        position: unset;
        display: unset;
        width: unset;
        height: unset;
        border-radius: unset;
        background-color: unset;
        margin-top: unset;
    }

    .boshuu-sp {
        display: unset;
        font-size: 20px;
        font-weight: bold;
        color: white;
        width: 100%;
        padding: 10px 0px;
        text-align: center;
    }

    .boshuu {
        font-size: unset;
        font-weight: unset;
        color: unset;
        position: unset;
        left: unset;
        top: unset;
        -webkit-transform: unset;
        transform: unset;
        width: unset;
        text-align: unset;
        display: none;
    }

    .boshuu-text {
        margin-left: unset;
        margin-right: unset;
        text-align: unset;
        margin-top: 20px;
        margin-bottom: 33px;
        width: 100%;
    }

    .boshuu-sab-1 {
        padding-bottom: unset;
        margin-bottom: unset;
    }

    .boshuu-text1 {
        text-align: center;
        margin-top: 10px;
    }

    .boshuu-text2 span {
        padding-right: unset;
        font-size: 20px;
    }

    .boshuu-text2 {
        font-size: 20px;
        text-align: center;
        padding-bottom: 10px;
    }

    .boshu-img {
        width: 100%;
    }

    .logo6 {
        width: 40%;
        right: 32%;
        top: -28px;
    }

    .present-box {
        padding: 20px 0px;
    }

    .present-text {
        color: unset;
        text-align: unset;
        font-size: unset;
        font-weight: unset;
        line-height: unset;
        display: none;
    }

    .present-text span {
        color: unset;
        background-color: unset;
        text-align: unset;
        font-size: unset;
        font-weight: unset;
        padding: unset;
        display: unset;
        margin-right: unset;
        margin-left: unset;
        line-height: unset;
        border: unset;
    }

    .present-text-sp {
        display: block;
        color: white;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.8em;
    }

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

    .portfolio_box {
        max-width: unset;
        width: unset;
        display: unset;
        justify-content: unset;
        align-items: unset;
        margin: 50px 15px 0;
        border: 3px solid #d0c1a8;
    }

    .portfolio_l img {
        filter: unset;
        max-width: 200px;
    }

    .portfolio_r {
        width: 100%;
        padding-left: 5px;
        font-size: 16px;
        text-align: center;
    }

    .portfolio_r__tit {
        font-weight: unset;
        color: unset;
        margin-bottom: unset;
        font-size: unset;
        display: unset;
    }

    .portfolio_r__box {
        font-size: 13px;
    }

    .portfolio_r__box .num {
        font-size: 14px;
    }

    .portfolio_r__box--tit {
        font-size: 14px;
    }

    .houhou-title {
        font-size: 20px;
    }

    .houhou-box {
        margin: 0 15px;
        display: block;
        margin-bottom: 0px;
        padding: 60px 0 35px;
    }

    .houhou_wrap {
        margin: 30px auto 0;
    }

    .houhou_item {
        width: 100%;
        margin-bottom: 25px;
    }

    .houhou_item h4 {
        font-size: 16px;
        top: -10px;
        padding: 10px;
    }

    .houhou_item ul {
        padding: 2.4rem 15px;
    }

    .giga_qr {
        height: unset;
        border: 1px solid #333;
    }

    .giga_qr a {
        font-size: unset;
        display: unset;
        text-decoration: unset;
        color: unset;
    }

    .line_qr {
        height: unset;
        color: #46be63;
    }

    .logo7 {
        height: unset;
        margin-left: unset;
        margin-top: unset;
        display: block;
        width: 90%;
        margin: 18px;
    }

    .houhou-sab-box2 {
        max-width: unset;
        width: unset;
        margin: unset;
        text-align: unset;
        padding: 10px;
        line-height: 1.5em;
    }

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

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

    .houhou-text3 {
        display: inline;
    }

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

    .youkou-title {
        margin: 20px 0;
        padding: 20px;
        background-color: #ded2bf;
    }

    .youkou-title span {
        padding: unset;
        color: unset;
        background-color: unset;
    }

    .youkou-box {
        margin: 40px 15px;
        padding: 30px 20px;
        border: 1px solid #d0c1a8;
    }

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

    .youkou-sab-box {
        display: block;
    }

    .youkou-sab-box3 {
        padding-top: unset;
        display: block;
        padding-bottom: 10px;
    }

    .youkou-text-1 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .youkou-text-2 {
        width: 100%;
        font-size: 15px;
    }

    .youkou-text-2-1 {
        flex-wrap: unset;
        margin-top: unset;
        display: block;
    }

    .department {
        width: unset;
        display: unset;
        flex-direction: unset;
        line-height: unset;
        font-size: unset;
        margin-bottom: unset;
        padding-bottom: unset;
        border-bottom: unset;
    }

    .department--test {
        border: unset;
        padding-bottom: unset;
    }

    .other {
        border-top: 1px dotted;
        padding-top: 10px;
        margin-top: 10px;
    }

    .other img {
        max-width: 100% !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 .department--test dl {
        display: unset;
    }

    .youkou-text-2-1 .department--test dt {
        width: unset;
        margin-right: unset;
    }

    .youkou-text-2-1 .department--test dd {
        width: unset;
        margin-left: unset;
    }

    .youkou-text-2-1 .award {
        max-width: unset;
        width: unset;
        display: unset;
        margin-right: unset;
    }

    .youkou-text-2-1 .award span {
        font-size: unset;
        display: unset;
        line-height: unset;
    }

    .youkou-text-2-2 {
        width: unset;
        line-height: unset;
        font-size: unset;
        margin-bottom: unset;
        padding-bottom: unset;
        border-bottom: unset;
        display: none;
    }

    .department_txt {
        padding-left: unset;
    }

    .youkou-text-2-2-sp {
        display: block;
        width: 100%;
        line-height: 30px;
        font-size: 16px;
    }

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

    .youkou-text-2-3 {
        width: unset;
        line-height: unset;
        font-size: unset;
    }

    .youkou-text-2-4 {
        width: unset;
        line-height: unset;
        font-size: unset;
    }

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

    .youkou-text-2 a {
        text-decoration-color: unset;
        text-decoration: none;
    }

    .kiyaku-title {
        margin-top: unset;
        padding: 20px;
        background-color: #ded2bf;
    }

    .kiyaku-title span {
        padding: unset;
        color: unset;
        background-color: unset;
    }

    .kiyaku-text {
        margin: 20px 15px;
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 1.8em;
    }

    .contact {
        padding-bottom: 15px;
    }

    .contact-name {
        margin: 40px 0;
        padding: 20px;
        background-color: #659f69;
    }

    .contact-name span {
        padding: unset;
        background-color: unset;
    }

    .contact-text {
        margin: 0 15px;
        margin-bottom: 0;
        padding: 30px;
    }

    .cf7 {
        max-width: unset;
        box-sizing: unset;
    }

    .cf7 dd {
        margin: unset;
    }

    .cf7 .rqd {
        font-size: unset;
        margin-left: 5px;
        margin-top: 0.2em;
        color: #659f69;
    }

    dd.privacy a {
        padding-left: unset;
        font-size: 14px;
    }

    .btn_cf7 {
        text-align: unset;
    }

    .btn_cf7 input {
        width: 95%;
        height: 70px;
        border-radius: 50px;
        background-color: #c39245;
        color: white;
        font-size: 24px;
        font-weight: bold;
        border: none;
    }

    .your-name input {
        padding: unset;
        width: 95%;
        margin-bottom: 30px;
    }

    .your-email input {
        padding: unset;
        width: 95%;
        margin-bottom: 30px;
    }

    .wpcf7-list-item {
        display: unset;
        margin: 0 0 15px 0 !important;
    }

    .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
        padding: unset;
        width: 95%;
        margin-bottom: 30px;
    }

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

    .install-name {
        margin: 0;
        padding: 20px;
        background-color: #c39245;
    }

    .install-name span {
        padding: unset;
        background-color: unset;
    }

    .step-1 {
        display: block;
        margin: 5%;
        padding: 20px;
    }

    .step-1-2 {
        margin-top: 20px;
    }

    .step-2 {
        margin: 50px 10%;
        padding: 20px;
    }

    .logo8,
        .logo9 {
        height: unset;
        margin: 0 8px;
    }

    .step-2-text {
        line-height: unset;
        width: 100%;
    }

    .logo10 {
        height: unset;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .step-3-text {
        text-align: left;
    }

    .step-2-2 {
        display: block;
        margin-top: 0px;
    }

    .logo11 {
        width: 75%;
        margin: 12%;
    }

    .logo12 {
        width: 75%;
    }

    .logo13 {
        width: 100%;
    }

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

    .main-img-box-sp {
        display: block;
    }

    .smart_hide {
        display: none;
    }

    .hamburger.UpMove {
        position: fixed;
        right: 25px;
        top: 112px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        z-index: 999;
    }

    .hamburger.DownMove {
        position: fixed;
        right: 25px;
        top: 10px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        z-index: 999;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 0;
        left: 5px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    nav.globalMenuSp {
        visibility: hidden;
        display: block;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        color: #fff;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100vh;
        opacity: 0;
        transition: opacity 0.6s ease, visibility 0.6s ease;
    }

    nav.globalMenuSp.active {
        opacity: 100;
        visibility: visible;
    }

    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        text-decoration: white;
        padding-top: 50px;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0 0 5px 0;
        width: 80%;
        margin: 0 auto;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        transition: 0.4s all;
        border-bottom: 1px solid;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #fff;
        padding: 13px 0;
        text-decoration: none;
    }

    .openbtn1 {
        position: relative;
        background: black;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 5px;
    }

    .openbtn1 span {
        display: inline-block;
        transition: all 0.4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #fff;
        width: 45%;
    }

    .openbtn1 span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn1 span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn1 span:nth-of-type(3) {
        top: 31px;
    }

    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn1.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    .kikan img {
        width: 100%;
    }

    .oubo:before,
        .oubo:after {
        content: "";
        height: 2px;
        flex-grow: 1;
        background-color: #666;
    }

    .boshuu-sp2 {
        background-color: #c39245;
    }

    .w {
        color: #af4034;
        background-color: white;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        border: 2px solid #d49a93;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        line-height: 1.5rem;
    }

    .portfolio_inner {
        display: flex;
        align-items: center;
    }

    .portfolio_l p {
        font-size: 13px;
    }

    .portfolio_txt {
        font-size: 14px;
        margin-top: 10px;
    }

    .giga_qr img {
        width: 65px;
        height: 65px;
    }

    .giga_qr p {
        font-size: 13px;
    }

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

    .youkou-text-2-1 dd div {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .youkou-text-2-1 dd div span {
        display: block;
        line-height: 1.6;
    }

    .youkou-text-2-1 dd .award span {
        display: inline-block;
    }

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

    dt {
        font-weight: bold;
        padding-bottom: 10px;
    }

    dd {
        margin: 20px 0;
        font-size: 14px;
        display: inline;
    }

    .logo6 {
        width: 80%;
        right: 30px;
        top: -28px;
        position: absolute;
    }
}

/* ---
    フォトコンテスト 第10回 スタイル上書き
--------------------------------- */

.photo-contest__no10{
    .top-text-box0{
        .top-text-box0-container{
            .boshuu-title{
                background-color: #e7b91f;
                .boshuu{
                    color: #5b2c05;
                    font-size: 23px;
                    font-weight: normal;
                    line-height: 1.4;
                }
            }
        }

        .attention{
            font-size: 18px;
            line-height: 1.8;
            margin-top: 20px;
        }
    }

    /* 第n回 フォトコンテスト結果発表リスト */
    .result_container{
        .result_link{
            li{
                background-color: #5b2c05;
                box-shadow:3px 3px #932725;
            }
        }
    }

    /* 表彰部門について ボックス */
    .sab-text-box{
        max-width:79.16%;
        margin: 0 auto 50px auto;
        .oubo-box{
            .A{ width: 30.7%; }
            .application-category__info{
                flex: 1;

                h4{
                    background-color: #a48b78;
                    color: #fff;
                    font-size: 24px;
                    padding: 5px 20px;
                }

                .inner_box{
                    display: flex;
                    flex-wrap: wrap; 
                    justify-content: space-between;
                    column-gap: 20px;
                    margin: 20px auto;
                    > div{
                        border: 1px solid #aaaaaa;
                        border-radius: 10px;
                        box-sizing: border-box;
                        padding: 10px;
                        /* 左のボックス（一般部門・学生部門） */
                        &.inner_box__left{
                            width: 59.4%;
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: space-between;
                            > div{
                                width: calc(100% / 2);
                                &.inbox{
                                }
                            }
                        }
                        /* 右のボックス（お墓参り部門） */
                        &.inner_box__right{
                            flex: 1;
                        }
                    }

                    h5{
                        font-size: 18px;
                        display: flex;
                        align-items: center;
                        span{
                            color: #fff;
                            font-size: 14px;
                            padding: 0.1em 1em;
                            border-radius: 50vw;
                            font-weight: normal;
                            .inner_box__left & {
                                background-color: #3b9cd7;
                            }
                            .inner_box__right & {
                                background-color: #db3414;
                            }
                        }
                    }
                }
            }
        }
    }
}