.sp_line_ss {
    /* border : 1px solid red; */
    height : 5px;
}

.sp_line_s {
    /* border : 1px solid red; */
    height : 8px;
}

.sp_line_m {
    /* border : 1px solid blue; */
    height : 13px;
}

.sp_line_l {
    /* border : 1px solid green; */
    height : 20px;
}

.sp_line_xl {
    /* border : 1px solid green; */
    height : 30px;
}

.font_xxl {
    font-size: 18px;
    margin:0px
}

.font_xl {
    font-size: 16px;
    margin:0px
}

.font_l {
    font-size: 14px;
    margin:0px
}

.font_m {
    font-size: 12px;
    margin:0px
}

.font_s {
    font-size: 10px;
    margin:0px
}
.font_ss {
    font-size: 8px;
    margin:0px
}
.font_b {
    font-weight:bold;
}

.modalBg {
    overflow-y: hidden;
}

.icon {
    border-radius: 50%;
    background-position: center center;
}

.dispPcB {
    display:none;
}

.dispPcI {
    display:none;
}

.lastIcon {
    width:70%;
}

.welcomeMsg {
    font-size:14px;
}

a {
    text-decoration:none; 
}

.mainArea {
    width : 100%;
    margin: auto;
}

.modalWidth-A{
    width:80%;
}

.modalWidth-B {
    width: 95%;
}
@media screen and (min-width : 576px) {
    .modalWidth-B {
        width: 500px;
    }
}

@media screen and (min-width : 768px) {
    .modalWidth-A{
        width:550px;
    }

    .mainArea {
        width : 720px
    }
}

@media screen and (min-width : 992px) {
    /* .rootArea {
        width: 80%
    } */
}

@media screen and (min-width : 1400px) {
    /* .rootArea {
        width : 1120px;
    } */
}

.common-bar {
    width:100%;
    height:40px;
    color:#ffffff;
    font-size:20px;
    border-radius: 6px;
    padding: 7px 0 0 10px;
}

.common-grayBar {
    background-color:#303432;
    height:2px;
    opacity:0.1;
    margin:8px 0 13px 0;
}
.common-head {
    font-size: 14px;
    /* padding-left: 10px; */
    margin-bottom:5px;
    margin-top:20px;
    font-weight:bold;
}

.common-sentence {
    text-indent: 1em;
    font-size: 12px;
    /* margin-left: 20px; */
    width:95%;
    margin:auto;
    line-height: 1.7em;
    word-break: break-all;
}

.common-ol1 {
    text-indent: 0em;
    list-style-type: decimal;
    /* padding-left:16px; */
}

.common-ol1 > li {
    margin-top:10px;
}

/* .common-ol2 {
    list-style-type: lower-roman;
    padding-left:16px;
} */

.common-ol2 {
    text-indent: 0em;
    /* サイトに合せて調整*/
	/* margin-left: 20px;   */
}
 
.common-ol2 > li {
	list-style-type: none;
	counter-increment: cnt;
    margin-top:10px;
}
 
.common-ol2 > li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-2.4em; /*サイトに合せて調整 */
    width: 2.2em; /*サイトに合せて調整 */
    white-space: nowrap;
}

.common-ul1 {
    text-indent: 0em;
    list-style-type: disc !important; 
    padding-left:16px !important;
}

.common-ul1 {
    margin-top:6px;
}