#main a:hover {
    text-decoration: none;
}
p {
    padding: 0;
}

#main * {
    box-sizing: border-box;
}
.front_top_title {
    border-bottom: dashed 2px #406084;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 10px;
}
.front_top_title h2 {
    color: #406084;
    font-size: 30px;
    line-height: 1.4;
}
.front_top_banner {
    margin: 0 0 32px;
    max-width: 100%;
}
.front_news_link {
    min-width: 300px;
    width: 100%;
    background: #1a9ede;
    border-radius: 100px;
    padding: 3px 0;
}
.front_news_link p {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.front_top_title a {
    margin: 0 0 20px;
}
.front_news_link_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:15px;
}
.front_news_link_item_time {
    font-size: 18px;
    color: #406084;
    line-height: 1.5;
}
.front_news_link_item_tag {
    font-size: 13px;
    color: #377251;
    border: #377251 solid 2px;
    border-radius: 100px;
    line-height: 1.5;
    padding: 1px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 5.5em;
    font-weight: 500;
}
.front_news_link_item_detail {
    font-size: 20px;
    color: #406084;
    line-height: 1.5;
}
.front_news_link_items {
    margin: 0 0 29px;
}
.front_ranking_items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.front_ranking_items li {
    width: 32%;
    max-width: 280px;
}
.front_ranking_no {
    display: flex;
    justify-content: left;
    align-items: flex-end;
    font-size: 25px;
    color: #406084;
    gap: 3px;
    line-height: 1;
    font-weight: 600;
    margin: 0 0 5px;
}
.front_ranking_title {
    text-align: center;
    margin: 5px 0 0;
    font-size: 25px;
    color: #406084;
    font-weight: 600;
    line-height: 1;
}
.front_ranking_text {
    font-size: 17px;
    color: #406084;
    font-weight: 500;
    line-height: 1.6;
}
.front_ranking_red_text {
    color: #fe2a14;
    font-size: 15px;
    font-weight: 600;
}

#recommend {
    padding: 25px 0;
}
.front_recommend_area {
    background: #d9f7ff;
    padding: 0 0 10px;
}
.front_recommend_category {
    padding: 10px 0;
}
.front_recommend_category_title {
    display: flex;
    justify-content: left;
    align-items: flex-end;
    border-bottom: dashed 2px #406084;
    padding: 0 2% 4px;
    margin: 0 0 27px;
}
.front_recommend_category_title h3 {
    line-height: 1;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 0 6px;
    color: #406084;
}
.front_recommend_category_title span {
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(#ffe400, #ffe400);
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-position: 0 85%;
    color: #406084;
}
.front_recommend_container {
    width: 96%;
    margin: 0 auto;
}
.front_recommend_items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.front_recommend_item {
    width: 49%;
}
.front_recommend_item_inner {
    background: #fff;
    width: 100%;
    padding: 12px 3%;
    background-image: url('/wp-content/themes/awningtent/common/img/frontpage/purpose_arw.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
    height: 100%;
}
.front_recommend_item_inner_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.front_recommend_item_inner_top img {
    width: 45%;
    max-width: 180px;
}
.front_recommend_item_inner_top dl {
    width: 54.5%;
}
.front_recommend_item_inner_top dt {
    text-align: center;
    width: 4em;
    max-width: 100%;
    color: #fff;
    background: #ffa71c;
    padding: 2px 0;
    font-size: 17px;
    letter-spacing: .1em;
    font-weight: 600;
}
.front_recommend_item_inner_top dd {
    width: 100%;
    color: #406084;
    background: #fff6da;
    padding: 1px 3px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0 0 7px;
}
.front_recommend_item_inner_bottom {
    width: 98%;
    margin: 20px auto 0;
}
.front_recommend_item_inner_bottom h4 {
    color: #406084;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
}
.front_recommend_item_inner_bottom p {
    color: #406084;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}
.front_recommend_item_inner_bottom ul {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 4px;
    margin: 20px 0 0;
}
.front_recommend_item_inner_bottom li {
    border-radius: 5px;
    padding: 2px 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.front_recommend_type1 {
    background: #3cb8d5;
}
.front_recommend_type2 {
    background: #e5529d;
}
.front_recommend_type3 {
    background: #53ad3e;
}
.front_recommend_link_area {
    margin: 20px auto 0;
    display: flex;
    justify-content: right;
}
.front_recommend_link {
    background: #1a9ede;
    min-width: 33em;
    text-align: center;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 100px;
}
.front_recommend_link p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
}
.front_catalogs {
    display: flex;
    justify-content: space-evenly;
    margin: 25px 0 30px;
}
.front_normal_button {
    margin: 0 auto;
    padding: 8px 10px;
    width: 550px;
    max-width: 100%;
    background: #f98a19;
    border-radius: 100px;
}
.front_normal_button p {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    padding: 0;
}
.center_button {
    display: flex;
    justify-content: center;
}
.center_button a {
    max-width: 100%;
}
.front_feature_list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 30px 0 15px
}
.front_feature_list li {
    width: 30%;
    margin: 0 0 20px;
    text-align: center;
}
.front_feature_list h3 {
    color: #165168;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin: 17px 0 10px;
}
.front_feature_list p {
    color: #165168;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.front_feature_area {
    background: #d9f7ff;
    padding: 30px 0;
}
.front_ribbon_part {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
.front_ribbon_center {
    z-index: 2;
    background: #4dc3ff;
    width: calc(100% - 140px);
    min-height: 120px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.front_ribbon_before {
    margin-right: -120px;
    
    z-index: 1;
}
.front_ribbon_after {
    margin-left: -120px;
    z-index: 1;
}
.front_ribbon_center h3 {
    color: #406084;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
}
.front_ribbon_center span {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}
.front_feature_area p {
    color: #406084;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}
.front_feature_content1 {
    margin: 25px 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.front_feature_content1 p {
    width: 50%;
}
.front_feature_content1 div {
    width: 47%;
    text-align: left;
}
.front_feature_content2 {
    margin: 0 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.front_feature_content2 p {
    width: 50%;
}
.front_feature_content2 div {
    width: 47%;
    text-align: center;
}
.front_feature_content3 p {
    margin: 0 0 25px;
}
.front_feature_content_images {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}
.front_feature_content_images img {
    max-width: 48%;
    width: 48%;
}
#feature {
    padding: 0 0 40px;
}
.front_category_area {
    background: #d9f7ff;
    padding: 20px 0;
        margin: 0 0 30px
}
.front_category_items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.front_category_item {
    width: 49%;
    margin: 0 0 20px;
}
.front_category_item_inner {
    background: #fff;
    width: 100%;
    padding: 12px 3%;
    background-image: url(/wp-content/themes/awningtent/common/img/frontpage/purpose_arw.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
    height: 100%;
}
.front_category_item_inner_bottom {
    width: 98%;
    margin: 20px auto 0;
}
.front_category_item_inner_bottom h3 {
    color: #406084;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
}
.front_category_item_inner_bottom span {
    color: #406084;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    background: linear-gradient(#ffe400, #ffe400);
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-position: 0 85%;
}
.front_category_item_inner_bottom p {
    color: #406084;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

#category {
    padding: 0 0 26px;
}

@media screen and (max-width: 767px) {
    .front_category_item_inner img {
        width: 100%;
    }
    .front_top_title h2 {
        font-size: 20px;
    }
    .front_news_link_item {
        flex-wrap: wrap;
        gap: 5px 15px;
    }
    .front_news_link_item_detail {
        width: 100%;
        font-size: 16px;
    }
    .front_news_link_item_time {
        font-size: 16px;
    }
    .front_news_link_item_tag {
        padding: 0;
    }
    .front_ranking_items li {
        width: 100%;
    }
    .front_ranking_items {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .front_ranking_no img {
        max-width: 1.5em;
    }
    .front_ranking_no {
        font-size: 18px;
        padding: 0 0 5px;
    }
    .front_ranking_title {
        font-size: 20px;
    }
    .front_ranking_text {
        font-size: 15px;
    }
    .front_recommend_category_title h3 {
        font-size: 20px;
    }
    .front_recommend_category_title img {
        max-width: 35px;
    }
    .front_recommend_items {
        flex-wrap: wrap;
    }
    .front_recommend_item {
        width: 100%;
        margin: 0 0 20px;
    }
    .front_recommend_item_inner_top dt {
        font-size: 15px;
    }
    .front_recommend_item_inner_top dd {
        font-size: 14px;
    }
    .front_recommend_item_inner_top img {
        width: 49%;
    }
    .front_recommend_item_inner_top dl {
        width: 49%;
        min-width: calc(100% - 186px);
    }
    .front_recommend_item_inner_bottom h4 {
        font-size: 20px;
    }
    .front_recommend_item_inner_bottom {
        margin: 5px auto 0;
    }
    .front_recommend_item_inner_bottom p {
        font-size: 14px;
    }
    .front_normal_button p {
        font-size: 16px;
                padding: 0;
    }
    .front_recommend_link p {
        font-size: 16px;
                padding: 0;
    }
    .front_recommend_link_area {
        margin: 10px auto;
        justify-content: center;
    }
    .front_recommend_link_area a {
        width: 95%;
    }
    .front_recommend_link {
        min-width: 100%;
    }
    .front_feature_list li {
        width: 48%;
    }
    .front_feature_list img {
        max-width: 50%;
    }
    .front_feature_list h3 {
        font-size: 19px;
        margin: 9px 0 5px;
    }
    .front_feature_list p {
        font-size: 13px;
    }
    .front_ribbon_center {
        width: calc(100% - 18%);
        margin-bottom: calc(3% - 3px);
    }
    .front_ribbon_center h3 {
        font-size: 16px;
    }
    .front_ribbon_center span {
        font-size: 21px;
    }
    .front_ribbon_after,.front_ribbon_before {
        width: 13%;
    }
    .front_feature_content1 {
        flex-wrap: wrap;
    }
    .front_feature_content1 img {
        width: 90%;
        margin: 10px auto;
    }
    .front_feature_content1 p {
        width: 100%;
    }
    .front_feature_content1 div {
        width: 100%;
        text-align: center;
    }
    .front_feature_content2 p {
        width: 100%;
    }
    .front_feature_content2 div {
        width: 100%;
    }
    .front_recommend_container {
        width: 92%;
    }
    .front_feature_content2 {
        flex-wrap: wrap-reverse;
    }
    .front_feature_content2 img {
        width: 90%;
        margin: 10px auto 10px;
    }
    .front_feature_content3 p {
        margin: 0 0 0px;
    }
    .front_feature_content_images {
        flex-wrap: wrap;
    }
    .front_feature_content_images img {
        width: 90%;
        margin: 10px 0 0;
        max-width: 90%;
    }
    .front_category_item {
        width: 100%;
    }
    .front_category_item_inner_bottom h3 {
        font-size: 20px;
    }
    .front_category_item_inner_bottom p {
        font-size: 14px;
    }
    .front_feature_area p {
        font-size: 14px;
    }
    .front_feature_area {
        padding: 20px 0;
    }
    .front_top_banner {
        margin: 0 0 20px;
        width: 100%;
    }
    .front_news_link_items {
        margin: 0 0 15px;
    }
    .front_catalogs {
            flex-wrap: wrap;
    gap: 10px;
    }
}