.text-xl {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; /* フォントの指定 */
    font-size: 22px;                     /* 基本の文字サイズ（16px以上が推奨） */
    line-height: 1.7;                   /* 行間（文字の高さの1.5〜2倍が最適） */
    letter-spacing: 0.05em;             /* 文字間隔（少し広げると可読性が向上） */
    color: #333333;                     /* 文字色（真っ黒より少し薄いグレーが目に優しい） */
}
.text-l {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; /* フォントの指定 */
    font-size: 20px;                     /* 基本の文字サイズ（16px以上が推奨） */
    line-height: 1.7;                   /* 行間（文字の高さの1.5〜2倍が最適） */
    letter-spacing: 0.05em;             /* 文字間隔（少し広げると可読性が向上） */
    color: #333333;                     /* 文字色（真っ黒より少し薄いグレーが目に優しい） */
}
.text-m {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; /* フォントの指定 */
    font-size: 16px;                     /* 基本の文字サイズ（16px以上が推奨） */
    line-height: 1.7;                   /* 行間（文字の高さの1.5〜2倍が最適） */
    letter-spacing: 0.05em;             /* 文字間隔（少し広げると可読性が向上） */
    color: #333333;                     /* 文字色（真っ黒より少し薄いグレーが目に優しい） */
}
.btn-area {
}
.btn-text-s {
    font-size: 1.2em;
}
.btn-text-m {
    font-size: 1.6em;
    text-align: center;
}
.btn-square-so-pop {
    position: relative;
    display: inline-block;
    /*
    padding: 0.25em 0.5em;
    */
    padding: 1em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/

    width: 300px;
    height: 30px;
}

.btn-square-so-pop:active {
    /*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-so-pop-w {
    position: relative;
    display: inline-block;
    /*
    padding: 0.25em 0.5em;
    */
    padding: 1em 0.5em;
    text-decoration: none;
    color: #fd9535;
    background: #ffffff;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #fd9535;/*線色*/

    width: 300px;
    height: 30px;
    text-align: center;
}

.btn-square-so-pop-w:active {
    /*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-so-pop-b {
    position: relative;
    display: inline-block;
    /*
    padding: 0.25em 0.5em;
    */
    padding: 1em 0.5em;
    text-decoration: none;
    color: #ffffff;
    background: #005493;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #919191;/*線色*/

    width: 300px;
    height: 30px;
    text-align: center;
}
.inner-content {
    /*
    display: flex;
    justify-content: center;
    align-items: center;
    */
}
.btn-square-so-pop-b:active {
    /*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.heading12 {
    position: relative;
    font-size: 26px;
}

.heading12::before {
    content: attr(data-number);
    display: inline-block;
    /*
    margin-right: 20px;
    */
    margin-right: 6px;
    color: #498ee0;
    font-size: 30px;
    border-bottom: 1px solid #498ee0;
}
.caption-box {
    font-weight: bold;
}
.caption-dec-1 {
    padding: 0.5em 0.4em 0.5em 0.5em;/*文字周りの余白*/
    color: #494949;/*文字色*/
    background: #fffaf4;/*背景色*/
    border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/

    border-bottom: solid 3px #d7d7d7;/*下線*/
}
.caption-dec-2 {
    padding: 0.5em 0.4em 0.5em 0.5em;/*文字周りの余白*/
    color: #494949;/*文字色*/
    /*
    background: #f4f4f4;!*背景色*!
    */
    /*
    background: #F6FDF3;!*背景色*!
    */
    /*
    background: #E0FFFF;!*背景色*!
    */
    background: #F2FFFF;/*背景色*/

    border-left: solid 5px #7db4e6;/*左線*/
    border-bottom: solid 3px #d7d7d7;/*下線*/
}
.top_base {
    /*
    background-color: #d2e0f9;
    */
    height: 300px;
    width: 100%;
    display: flex;

}
.title-copy-1 {
    font-size: 2.6em;
    color: #212121;
}
.title-copy-2 {
    font-size: 2em;
    margin-top: 10px;
    color: #424242;
}
.title-copy-3 {
    font-size: 1.8em;
    color: #424242;
}
.title-img-area {
    /* 730 x 450 */
    margin: 0 0 0 auto;
}
.title-img-block {
    width: 360px;
    height: 300px;
    object-fit: contain;
    object-position: center top;
}
.item-line-area {
    margin-top: 10px;
    margin-left: 10px;
}
.item-line-block {
    display: flex;
}
.item-line-point {
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin: 6px 10px 0px 0px;
}
.logo-block {
    height: 100px;
    object-fit: contain;
}
.text-line-box {
    margin: 4px 0px 8px 0px;
}
.btn-line-box {
    margin: 30px 0px 8px 0px;
}
.caption-line-box {
    display: flex;
    align-items: center;
    margin: 16px 0px 4px 0px;
}
.caption-line-img {
    width: 80px;
    object-fit: contain;
    object-position: center top;
    margin-right: 5px;
}
.caption-1 {
    font-size: 2.2em;
    color: #212121;
}

.grab-text-1 {
    font-size: 1.6em;
    margin: 5px 0px 5px 0px;
    color: #333333;                     /* 文字色（真っ黒より少し薄いグレーが目に優しい） */
}
.catch-area {
    margin: 6px 0px 6px 0px;
}
.content-row {
    display: flex;
}
.content-area {
    /*display: flex;*/
    height: 280px;
    width: 420px;
    padding: 10px;
    /*
    background-color: #E8F2F7;
    */
    /*
    background-color: #F2F3F7;
    */
    /*
    background-color: #F8F9F5;
    background-color: #FFFFF3;
    */
    background-color: #FAFAFA;

    margin: 10px 0px 10px 0px;
    box-shadow: 0 0 4px gray;
}
.content-box {
    display: flex;
}
.content-caption-1 {
    color: #005493;
    font-weight: bold;
    font-size: 1.8em;
}
.content-text-area {
    padding: 10px 0px 0px 10px;
    width: 620px;
}
.content-text-1 {
    color: #333333;                     /* 文字色（真っ黒より少し薄いグレーが目に優しい） */
    /*
    color: #494949;
    */
    margin: 0px 0px 10px 0px;
    font-size: 1.6em;
}
.content-img {
    /*
    1070 x 400
     */
    width: 220px;
    object-fit: contain;
    object-position: center center;
}
.content-gap {
    margin-left: 16px;
}
.item-line-box {
    display: flex;
    margin: 3px 0px;
}
.item-line-head-check {
    width: 20px;
    object-fit: contain;
    object-position: center 5px;
    margin-right: 5px;
}
/* raku-letter-trial-request.html */
.ContactArea {
    position: relative;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 960px;
    border: none;
}
.message1 {
    width: 550px;
    font-size: 1.4em;
    /*
    font-size: 14px;
    line-height: 16px;
    */
    margin: 0px 0px 10px 0px;
}
.message1 .line {
    margin: 3px 0px 3px 0px;
}
.dispArea {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px 0px 0px 0px;
    width: 600px;
    height: 680px;
}
.iframe-area {
    width: 600px;
    height: 880px;
}
.iframe-contact-area {
    width: 600px;
    height: 980px;
}
.TblCellBorder tr td {
    /*padding:3px 3px 3px 3px;*/
    border-bottom: solid 1px #666;
    border-right: solid 1px #666;
}
.hr-style {
    padding:0.2em;
    border-left:none;
    border-right:none;
    /*
    border-top:2px solid #FF9800;
    border-bottom:2px solid #FF9800;
    */
    border-top:2px solid #005493;
    border-bottom:2px solid #005493;
}
.top-raku-letter-img {
    width: 890px;
    height: 200px;
    object-fit: contain;

}
