/* 企業 */
.kasou_paragraph {
    margin-top: 30px;
    text-align: left;
    position: relative;
}

/* p.m_number_indent{
    text-indent: -1.65em;
    margin-left: 4.5%;
    position: relative;
} */

p.m_number_indent_1 {
    position: relative;
    padding-left: 1.75em;
    /* ケースによって調整する */
}

p.m_number_indent_1:before {
    position: absolute;
    content: "1．";
    /* 文頭に表示したい文字を""内に記述する */
    left: 0;
    top: 0;
}

p.m_number_indent_2 {
    position: relative;
    padding-left: 1.75em;
    /* ケースによって調整する */
}

p.m_number_indent_2:before {
    position: absolute;
    content: "2．";
    /* 文頭に表示したい文字を""内に記述する */
    left: 0;
    top: 0;
}

p.m_number_indent_3 {
    position: relative;
    padding-left: 1.75em;
    /* ケースによって調整する */
}

p.m_number_indent_3:before {
    position: absolute;
    content: "3．";
    /* 文頭に表示したい文字を""内に記述する */
    left: 0;
    top: 0;
}

p.m_number_indent_4 {
    position: relative;
    padding-left: 1.75em;
    /* ケースによって調整する */
}

p.m_number_indent_4:before {
    position: absolute;
    content: "4．";
    /* 文頭に表示したい文字を""内に記述する */
    left: 0;
    top: 0;
}

p.m_number_indent_5 {
    position: relative;
    padding-left: 1.75em;
    /* ケースによって調整する */
}

p.m_number_indent_5:before {
    position: absolute;
    content: "5．";
    /* 文頭に表示したい文字を""内に記述する */
    left: 0;
    top: 0;
}

p.m_number_indent_6 {
    position: relative;
    padding-left: 1.75em;
    /* ケースによって調整する */
}

p.m_number_indent_6:before {
    position: absolute;
    content: "6．";
    /* 文頭に表示したい文字を""内に記述する */
    left: 0;
    top: 0;
}

.m_left_square_brackets {
    margin-left: -5px;
}

.m_right_square_brackets {
    margin-right: -5px;
}


/* プライバシーポリシー */
.m_afterperiod {
    margin-right: -8px;
}

.kasou_paragraph_policy>p {
    line-height: 35px;
}

.kasou_paragraph_policy .p_interval {
    margin-top: 15px;
}

.kasou_paragraph_policy>p:first-of-type {
    margin-left: -17px;
}

.kasou_paragraph_policy .paragraph_aid {
    margin-left: 11px;
}

.m_indentation {
    margin-left: 1em;
    text-indent: -1em;
    line-height: 35px;
}

/* 参加をお考え */
.m_link_color {
    color: #0044cc;
}

.m_link_color:hover {
    text-decoration: underline;
}
