@charset "utf-8";

#line-h2 {
    text-align: center;
    margin-top: 10px;
}



/*--- 文字の位置 --- */
p {
    margin: 0px 0px 0px 15px;
}

h4 {
    margin: 0px 0px 0px 15px;
}

/*--- リストの文字の位置(LINEの問い合わせでできること) --- */
ul {
    list-style-position: inside;
}

ul li {
    padding-left: 1em;
    text-indent: -1em;
}

/* --- リスト文字 太さ,色(LINEの問い合わせでできること) --- */
lia {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    padding: 10px 0 5px 10px;
}

span-1 {
    color: red;
    font-weight: bold;
    font-size: 18px;
}

span-2 {
    color: blue;
    font-weight: bold;
    font-size: 18px;
}

h4 {
    font-weight: bold;
    font-size: large;
}


#QR {
    /*--- 画像の大きさ ---*/
    width: 13%;
    height: 13%;
    /*--- 画像の位置 --- */
    margin: 7px 0px 10px 20px;
}


#Friend {
    /*--- 画像の位置 --- */
    margin: 7px 0px 10px 20px;
}

.line-inquiry {
    margin-bottom: 70px;
}

.line-inquiry h3 {
    clear: both;

    /*行間*/
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    /* margin-top: 10px;
	margin-bottom: 10px;*/
    padding: 3px 0;
    /*上下、左右への余白*/
    background: #fff;
    /*グラデーション*/
    /*border-bottom: 1px solid #0057ff;*/
    /*メニュー下の線の幅、線種、色*/
    /*border-left: 4px solid #0057ff;*/
    /*メニュー左の線の幅、線種、色*/
    border-radius: 7px 7px 0 0;
}

.line-inquiry2 {
    margin-bottom: 70px;
}

.line-inquiry2 h3 {
    clear: both;

    /*行間*/
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    /* margin-bottom: 10px;*/
    padding: 3px 0;
    /*上下、左右への余白*/
    background: #fff;
    /*グラデーション*/
    /*border-bottom: 1px solid #0057ff;*/
    /*メニュー下の線の幅、線種、色*/
    /*border-left: 4px solid #0057ff;*/
    /*メニュー左の線の幅、線種、色*/
    border-radius: 7px 7px 0 0;
}

.line-inquiry3 h3 {
    clear: both;

    /*行間*/
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    /* margin-bottom: 10px;
	padding: 12px 20px; */
    /*上下、左右への余白*/
    background: #fff;
    /*グラデーション*/
    /*border-bottom: 1px solid #0057ff;*/
    /*メニュー下の線の幅、線種、色*/
    /*border-left: 4px solid #0057ff;*/
    /*メニュー左の線の幅、線種、色*/
    border-radius: 7px 7px 0 0;
}

.line-reg {
    color: #32ed4f;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}

.line-card {
    width: 80%;
    background-color: #32ed4f;
}

.linesection {
    line-height: 10px;
    margin-top: 10px;
}

.linesection p {
    margin: 10 0 0 50px;
    font-size: 18px;
    line-height: 2em;
    padding-left: 10px;
}

.linecard {
    font-size: 18px;
    line-height: 2em;
    padding: 10px 0 10px 10px;
    background-color: white;
    margin-bottom: 10px;
}

.friend {
    background-color: #E8E7E7;
    padding: 10px;
    text-align: center;
}

@media screen and (max-width:480px) {
    .line-reg {
        color: #32ed4f;
        font-size: 32px;
        font-weight: 700;
        margin: 0;
    }

    .linesection p {
        margin: 0;
        font-size: 18px;
        line-height: 1.5em;
        padding-left: 10px;
    }

    lia {
        position: relative;
        font-size: 24px;
        font-weight: bold;
        line-height: 2;
        padding: 10px 0 5px 0;
    }

    .line-inquiry2 {
        margin-bottom: 20px;
    }

    .tab {
        flex-grow: 1;
        padding: 5px 0 5px 15px;
        list-style: none;
        /* border: solid 1px #CCC; */
        text-align: center;
        cursor: pointer;
    }

    .linecard {
        font-size: 24px;
        line-height: 1em;
        padding: 10px 0;
        background-color: white;
        margin-bottom: 10px;
    }
    
     .linecard p{
        font-size: 18px;
        line-height: 1.2em;
    }

    ol {
        padding-left: 40px;
        padding-bottom: 15px;
        line-height: 1.2em;
        font-size: 20px;
    }
}
