#main {
    float: none;
    margin: 0 0 80px;
    width: 100%;
}
#main > .title {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 28px 0 31px;
    text-align: center;
}
.main-title {
    font-size: 30px;
    letter-spacing: 0.08em;
    font-weight: bold;
}
.title p {
    font-size: 12px;
}
.title .first-title-txt {
    display: inline-block;
    margin-top: 5px;
    letter-spacing: 0.14em;
    line-height: 1.8;
    text-align: left;
    width: 740px;
}
.main-editpolicy-section h2,
.main-editpolicy-section h3{
    line-height: 1.3;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}
.main-editpolicy-section h2{
    font-size: 24px;
}
.main-editpolicy-section h3{
    font-size: 20px;  
    margin: 30px 0 20px 20px;
}
.main-editpolicy-section a{
    color: #1b9c91;
    text-decoration: underline;
}
.main-editpolicy-section h3 ~ *{
    margin-left: 20px;
}
.main-editpolicy-section{
    margin: 0 auto 60px;
}
.main-editpolicy-section .inner + .inner{
    margin-top: 80px;
}
.main-editpolicy-section .inner > p{
    font-size: 15px;
    line-height: 2;
}
.main-editpolicy-section .inner > p + p{
    margin: 10px 0 0;
}
ul.category{
    margin: 10px 0 10px 20px;
    font-size: 15px;
    line-height: 2;
}
ul.category li p::before{
    content: "・";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
/* ===================================================================
制作 フロー
=================================================================== */
.edit_flow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px;
    height: 174px;
}
.edit_flow__item {
    display: flex;
    text-align: center;
    padding: 4px 24px 4px 4px;
    position: relative;
}
.edit_flow__item::after{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 88px 0 90px 21px;
    border-color: #fff #fff #fff transparent;
}
.edit_flow__item__inner {
    padding: 0 0 0 14px;
    width: 126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: #fff;
    position: relative;
}
.edit_flow__item__inner::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 83px 0 83px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    right: -20px;
}
.edit_flow__item--01 {
    background: rgb(241,157,161); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(241,157,161,1)),to(rgba(127,203,239,1)));
    background: linear-gradient(to right,  rgba(241,157,161,1) 0%,rgba(127,203,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19da1', endColorstr='#7fcbef',GradientType=1 ); /* IE6-9 */
}
.edit_flow__item--02 {
    background: rgb(127,203,239); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(127,203,239,1)),to(rgba(145,192,203,1)));
    background: linear-gradient(to right,  rgba(127,203,239,1) 0%,rgba(145,192,203,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fcbef', endColorstr='#91c0cb',GradientType=1 ); /* IE6-9 */
}
.edit_flow__item--03 {
    background: rgb(140,190,197); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(140,190,197,1)),to(rgba(201,227,136,1)));
    background: linear-gradient(to right,  rgba(140,190,197,1) 0%,rgba(201,227,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cbec5', endColorstr='#c9e388',GradientType=1 ); /* IE6-9 */
}
.edit_flow__item--04 {
    background: rgb(204, 228, 134);
    background: -webkit-gradient(linear, left top, right top, from(rgba(204, 228, 134, 1)), to(rgba(245, 205, 127, 1)));
    background: linear-gradient(to right, rgba(204, 228, 134, 1) 0%, rgba(245, 205, 127, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce486', endColorstr='#f5cd7f',GradientType=1 );
}
.edit_flow__ttl {
    font-size: 18px;
    font-weight: bold;
}
.edit_flow__txt {
    font-size: 107.70%;
    letter-spacing: -0.04em;
    line-height: 1.5;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
.edit_flow__txt b{
    margin-left: 5px;
}

@media screen and (max-width: 800px){
    #main{
        margin: 0 0 40px;
    }
    #main > .title{
        padding: 20px 0;
        margin: 0 20px;
    }
    .main-title{
        font-size: 28px;
    }
    .main-editpolicy-section h2{
        font-size: 20px;
    }
    .main-editpolicy-section h3{
        font-size: 18px;
        margin: 30px 0 20px;
    }
    .title .first-title-txt{
        width: 100%;
    }
    .main-editpolicy-section{
        margin: 0px 20px 60px;
    }
    .main-editpolicy-section .inner + .inner{
        margin: 40px 0 0;
    }
    .main-editpolicy-section h3 ~ *{
        margin-left: 0;
    }
    .edit_flow{
        margin: 0 auto;
        flex-direction: column;
        height: auto;
        width: 80vw;
    }
    .edit_flow__item{
        text-align: center;
        padding: 3px 0.8vw 18px 0.8vw;
    }
    .edit_flow__item__inner{
        width: 80vw;
        padding: 38px 0 44px;
    }
    .edit_flow__item::after{
        border-width: 15px 40vw 0 40vw;
        border-color: transparent #fff #fff #fff;
        right: 0;
        left: 0;
        bottom: 0;
        top: auto;
        margin: auto;
    }
    .edit_flow__item__inner::after{
        border-width: 15px 39vw 0 38vw;
        border-color: #fff transparent transparent transparent;
        right: 0;
        left: 0;
        bottom: -15px;
        top: auto;
        margin: auto;
    }
}
