@charset "UTF-8";
@import url("menu.css");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
main,
small,
span,
strike,
strong,
sub,
summary,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
    font-family: -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

.size {
    font-size: 0.9em;
}

ul {
    list-style: none;
}

ul.on {
    position: relative;
    margin: 25px auto;
    padding: 0.2em;
    font-size: 1.3em;
    width: 90%;
    background: #F2EFE7;
    list-style: none;
    /* -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset, 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset, 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset, 0 0 4px rgba(0, 0, 0, 0.2); */
}

ul.on li {
    position: relative;
    font-weight: bold;
    line-height: 1.8em;
    color: #333;
    border-bottom: dashed 1px #ccc;
    padding: 4px 0 4px 2em;
}

ul.on li:last-child {
    margin-bottom: 15px;
}

ul.on li:before {
    content: "■";
    position: absolute;
    left: 10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul.blist {
    padding: 0;
    position: relative;
}

ul.blist li {
    font-size: 1.4em;
    color: white;
    background: #2f97c7;
    line-height: 1.5;
    padding: 0.5em 0.5em 0.5em 2em;
    border-bottom: 2px solid white;
    list-style-type: none!important;
    font-weight: bold;
    /*好みで太字に*/
}

ul.blist li:before {
    content: "◎";
    position: absolute;
    left: 0.5em;
    /*左端からのアイコンまでの距離*/
    color: white;
    /*アイコン色*/
}

hr {
    clear: both;
}

h2 {
    font-size: 1.5em;
    line-height: 1.5em;
}

a {
    text-decoration: none;
    color: #555;
}

a:hover {
    opacity: 0.6;
}

th {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

img {
    max-width: 100%;
}

textarea {
    background: #fff;
    border: 1px solid #ccc;
}

html,
body {
    font-size: 85%;
    color: #555;
    background: #fff;
}

.div33,
.div50,
.div66,
.div100 {
    width: 100%;
}

.headbox {
    padding: 10px;
}

.headbox img {
    max-width: 85%;
    margin-top: 3px;
}

.center_div {
    background: #ccc;
    margin: 0 auto;
    float: none;
}

.centertxt {
    text-align: center;
}

.white {
    color: #fff;
}

.shadow {
    text-shadow: 1px 1px 3px rgb(0, 0, 0);
}

.shadow2 {
    text-shadow: 1px 1px 3px rgb(255, 255, 255);
}

.spacebottom {
    margin-bottom: 30px;
}

.inner_con {
    position: relative;
    width: 94%;
    margin: 0 auto;
}

footer p {
    font-size: 1.0em;
}

#merit_box {
    padding: 70px 0 40px;
}

#scene_box,
#solutions_box,
#news_box,
#toiawase_box,
#etc_box {
    padding: 70px 0 40px;
    clear: both;
}

#ofuro_box {
    padding: 10px 0 10px;
    background: #FFE9CB;
}

#mainimg_box2 {
    position: relative;
    background: url(../img/main_sp4.jpg) no-repeat center top;
    -moz-background-size: cover;
    background-size: cover;
    padding: 0 0 50px 0;
    margin: 0;
    height: auto;
}

#mainimg_box2 h2 {
    position: relative;
    font-size: 2.0em;
    color: #fff;
    padding: 100px 0 0 10px;
}

#mainimg_box2 h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

#mainimg_box2 h3 {
    color: #fff;
    padding: 40px 0 0 10px;
}

#solutions_box,
#news_box {
    background: #FFE600;
}

html.body,
h1,
a {
    margin: 0;
    padding: 0;
}

p {
    font-size: 1.4em;
    margin: 10px 0 0 0;
    padding: 0;
}

.div66 p {
    margin-left: 1%;
    margin-right: 1%;
}

h2 {
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

h3 {
    font-size: 2.0em;
    position: relative;
    overflow: hidden;
    padding: 1.5rem 2rem 1.5rem 130px;
    border-top: 3px solid #000;
    font-weight: bold;
}

h3:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 200px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #000;
}

h3 span {
    font-size: 3rem;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 0;
    display: block;
    padding-top: 3px;
    padding-left: 16px;
    color: #fff;
}

h4 {
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 5px 0;
}

.boldtxt {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.6em;
}

.rightbox {
    margin-top: 10px;
    float: right;
}

.linkbtn {
    float: right;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px auto;
    width: 6em;
}

.linkbtn a,
.instagram_more a {
    color: #fff;
    background: #999;
    padding: 8px;
    display: block;
    text-align: center;
    border-radius: 5px;
}

.linkbtn a:hover,
.instagram_more a:hover {
    background: #666;
}

.downloadbox {
    border: 1px solid #555;
    font-size: 1.3em;
    margin: 20px auto;
    padding: 10px;
    width: 17em;
    text-align: center;
}

.downloadlinkbox {
    margin: 0 auto;
    width: 80%;
}

.downloadlinkbox img {
    max-width: 100%;
}

.ioslink {
    max-width: 49%;
    float: left;
    font-size: 0.7em;
}

.googlelink {
    max-width: 49%;
    float: right;
    font-size: 0.7em;
}

.linktextcenter {
    text-align: center;
}

.downloadlinkbox:after,
.downloadlinkbox:before,
#instafeed:after,
#instafeed:before {
    content: "";
    clear: both;
    display: block;
}

#merit_box span {
    font-size: 1.3em;
}

ul.scenelist {
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.scenelist li {
    line-height: 1.5em;
    margin: 10px 0;
    padding: 10px 0 10px 30px;
    background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-position: 0px 4px;
}

#canvas_wrapper {
    max-width: 100%;
    margin: auto;
}

#canvas_wrapper img {
    max-width: none;
}

#map_canvas {
    width: 100%;
    margin-top: 40px;
    position: relative;
    padding: 0 0 56%;
    min-height: 100px;
    height: 0;
    overflow: hidden;
}

#nomargin {
    margin-top: -40px;
}

.mapreturn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

#news_box ul {
    width: 100%;
    margin: 20px 0 0 0;
}

#news_box ul li {
    margin: 10px 0 0 0;
    line-height: 2.0em;
}

.spnews {
    text-align: center;
    width: 100px;
}

.news_List_Ymd {
    color: #fff;
    background: #0087b2;
    padding: 5px;
}

.news_List_Title {
    padding: 5px;
}

table {
    width: 90%;
    margin: 0 auto;
}

table th,
table td {
    display: block;
    padding: 5px 0;
}

input,
textarea {
    width: 90%;
    font-size: 1.1em;
    padding: 8px;
    margin-left: 5%;
    border: solid 1px #DEDEDE;
}

input.submit_btn {
    width: 200px;
    height: 55px;
    background-color: #0087b2;
    color: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
}

input:hover.submit_btn {
    background-color: #00a0d4;
}

input.reset_btn {
    width: 200px;
    height: 55px;
    background-color: #ddd;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

input:hover.reset_btn {
    background-color: #eee;
}

input.prv_btn {
    width: 200px;
    height: 55px;
    background-color: #E5A94B;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

input:hover.prv_btn {
    background-color: #ECC17C;
}

footer {
    clear: both;
    background: #555;
    color: #fff;
    padding: 1px 0 5px 0;
}

ul.footerlink {
    width: 100%;
    margin: 10px auto;
}

.footerlink li {
    display: inline-block;
    width: 20%;
}

.footerlink a {
    color: #fff;
}

.sp {
    display: inline;
}

h5 {
    color: #2765c9;
    font-size: 1.8em;
    width: 50%;
    margin: 20px auto 0;
    position: relative;
    padding: 1em 2em;
    text-align: center;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}

h5:before,
h5:after {
    position: absolute;
    content: '';
}

h5:after {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
}

h5:before {
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
}

#mainimg_box2 h5 span {
    font-weight: normal;
    font-size: 0.6em;
    padding: 0;
}

#mainimg_box2 p {
    width: 100%;
    color: #333;
    margin: 0;
    line-height: 1.3em;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 20px;
    box-sizing: border-box;
}

h6.pricediv {
    margin: 20px 0;
    width: 100%;
    font-weight: bold;
    font-size: 1.6em;
    text-align: left;
    background: #FF7B25;
    padding: 5px 0;
    color: #fff;
    border-radius: 8px 8px 0 0;
    display: block;
    text-shadow: none;
    box-shadow: none;
}

ul.prisediv {
    margin: 5px 5px 5px 5px;
    font-size: 1.2em;
}

ul.prisediv li {
    line-height: 2.0em;
}

span.kyorisei,
span.jikansei {
    /* font-size: 1.2em; */
    /* font-weight: bold; */
    color: #fff;
    background-color: #FF7B25;
    margin-right: 5px;
    padding: 2px 3px;
    text-shadow: none;
    box-shadow: none;
    border-radius: 5px 5px 0 0;
}

span.oshiharaihouhou {
    /* font-size: 1.2em; */
    /* font-weight: bold; */
    color: #fff;
    background-color: #004CFF;
    margin-right: 5px;
    padding: 2px 5px;
    text-shadow: none;
    box-shadow: none;
    border-radius: 15px;
}

span.hatsunori {
    /* font-size: 1.2em; */
    /* font-weight: bold; */
    color: #fff;
    background-color: #004CFF;
    margin-right: 5px;
    padding: 2px 5px;
    text-shadow: none;
    box-shadow: none;
    border-radius: 15px;
}

span.kasan {
    /* font-size: 1.2em; */
    /* font-weight: bold; */
    color: #fff;
    background-color: #149034;
    margin-right: 5px;
    padding: 2px 5px;
    text-shadow: none;
    box-shadow: none;
    border-radius: 15px;
}

span.waribiki {
    /* font-size: 1.2em; */
    /* font-weight: bold; */
    color: #fff;
    background-color: #F3908D;
    margin-right: 5px;
    padding: 2px 5px;
    text-shadow: none;
    box-shadow: none;
    border-radius: 15px;
}

span.warimashi {
    /* font-size: 1.2em; */
    /* font-weight: bold; */
    color: #fff;
    background-color: #597FB5;
    margin-right: 5px;
    padding: 2px 5px;
    text-shadow: none;
    box-shadow: none;
    border-radius: 15px;
}

.phototextarea {
    margin-bottom: 20px;
    padding: 5px 10px;
}

.syoukai h1 {
    font-size: 1.4em;
    font-weight: bold;
    color: #3464D7;
}

.syoukai p {
    font-size: 1.2em;
    line-height: 1.5em;
}

.pa20 {
    padding: 5px 0;
}

.pt20 {
    padding-top: 20px;
}

.pt50 {
    padding-top: 50px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb50 {
    padding-bottom: 50px;
}

.mt20 {
    margin-top: 20px;
}

.al_right{
    text-align:right;
}

.cpbanner {
    position: absolute;
    bottom: -50px;
    right: 1%;
    border: 6px solid #FF5C2E;
    background: #FFEB3E;
    color: #666;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    /* これを追加 */
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    transform: rotate(15deg);
}

@media screen and (max-width: 330px) {
    html,
    body {
        font-size: 80%;
        color: #555;
        background: #f5f4f4;
    }
    #mainimg_box2 {
        background: url(../img/main_pc4.jpg) no-repeat -100px center;
        -moz-background-size: cover;
        background-size: cover;
        padding: 0 0 60px 0;
        margin: 0;
    }
}

@media screen and (min-width: 750px) {
    html,
    body {
        font-size: 100%;
        color: #555;
    }
    .div33 {
        width: 33%;
        float: left;
    }
    .div50 {
        width: 48%;
        float: left;
        margin-right: 1%;
        margin-bottom: 10px;
    }
    .div66 {
        width: 66%;
        float: left;
    }
    .div66f {
        width: 80%;
        margin: 0 auto;
    }
    .div33 img {
        max-width: 98%;
    }
    .div100 {
        width: 100%;
    }
    .div100:after {
        content: "";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
    }
    .div66 p {
        margin-left: 5%;
        margin-right: 5%;
    }
    .sp {
        display: noen;
    }
    .inner_con {
        position: relative;
        max-width: 1024px;
        margin: 0 auto;
        line-height: 2.0em;
    }
    #merit_box {
        padding: 70px 0 70px;
    }
    #scene_box,
    #solutions_box,
    #news_box,
    #toiawase_box {
        padding: 30px 0 30px;
    }
    #mainimg_box2 {
        position: relative;
        border-top: 1px solid #0087b2;
        background: url(../img/main_pc4.jpg) no-repeat center top;
        -moz-background-size: cover;
        background-size: cover;
        padding: 0 0 100px 0;
        min-height: 700px;
    }
    #mainimg_box2 h2 {
        font-size: 3.0em;
        line-height: 1.0em;
        padding: 20px 0 10px;
        margin-bottom: 0;
        text-align: left;
    }
    #mainimg_box2 h4 {
        color: #2765c9;
        font-size: 1.8em;
        padding: 80px 0 0;
    }
    #mainimg_box2 h5 span {
        font-weight: normal;
        font-size: 0.6em;
        padding: 0;
    }
    #mainimg_box2 h4 hr {
        height: 1px;
        padding: 5px 0;
    }
    #mainimg_box2 p {
        width: 100%;
        color: #333;
        margin: 0;
        line-height: 1.3em;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 20px 20px;
        box-sizing: border-box;
    }
    #mainimg_box2 span {
        color: #555;
        font-weight: bold;
        font-size: 1.2em;
    }
    #scene_box h5 {
        width: 70%;
        margin: 40px auto;
    }
    h6.pricediv {
        margin: 20px 0;
        width: 100%;
        font-weight: bold;
        font-size: 1.6em;
        text-align: left;
        background: #FF7B25;
        padding: 5px 10px;
        color: #fff;
        border-radius: 8px 8px 0 0;
        display: block;
        text-shadow: none;
        box-shadow: none;
    }
    ul.prisediv {
        margin: 5px 5px 5px 30px;
        font-size: 1.2em;
    }
    span.hatsunori {
        /* font-size: 1.2em; */
        /* font-weight: bold; */
        color: #fff;
        background-color: #004CFF;
        margin-right: 5px;
        padding: 2px 5px;
        text-shadow: none;
        box-shadow: none;
        border-radius: 15px;
    }
    span.kasan {
        /* font-size: 1.2em; */
        /* font-weight: bold; */
        color: #fff;
        background-color: #149034;
        margin-right: 5px;
        padding: 2px 5px;
        text-shadow: none;
        box-shadow: none;
        border-radius: 15px;
    }
    span.waribiki {
        /* font-size: 1.2em; */
        /* font-weight: bold; */
        color: #fff;
        background-color: #F3908D;
        margin-right: 5px;
        padding: 2px 5px;
        text-shadow: none;
        box-shadow: none;
        border-radius: 15px;
    }
    span.warimashi {
        /* font-size: 1.2em; */
        /* font-weight: bold; */
        color: #fff;
        background-color: #597FB5;
        margin-right: 5px;
        padding: 2px 5px;
        text-shadow: none;
        box-shadow: none;
        border-radius: 15px;
    }
    .pa20 {
        padding: 5px 20px;
    }
    .pt20 {
        padding-top: 20px;
    }
    .pt50 {
        padding-top: 50px;
    }
    .pb20 {
        padding-bottom: 20px;
    }
    .pb50 {
        padding-bottom: 50px;
    }
    .cpbanner {
        position: absolute;
        bottom: 50px;
        right: 20%;
        border: 6px solid #FF5C2E;
        background: #FFEB3E;
        color: #666;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        display: flex;
        /* これを追加 */
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 2.0em;
        font-weight: bold;
        transform: rotate(15deg);
    }
    #canvas_wrapper {
        max-width: 100%;
        margin: auto;
    }
    #map_canvas {
        width: 100%;
        margin-top: 40px;
        position: relative;
        padding: 0;
        min-height: 400px;
        height: 0;
        overflow: hidden;
    }
    .downloadlinkbox {
        margin: 0 auto;
        width: 20em;
    }
    ul.scenelist li {
        line-height: 2.2em;
        margin: 10px 0;
        padding: 0 0 0 30px;
        background-image: url("../img/check.png");
        background-repeat: no-repeat;
        background-position: 0px 4px;
    }
    .left_margin {
        margin-left: 100px;
    }
    #news_box ul {
        width: 90%;
        margin: 20px auto 0;
    }
    .news_List_Title {
        padding: 5px 5px 5px 20px;
    }
    .sp {
        display: none;
    }
}


/* モーダルの背景スタイル */

.modal {
    display: none;
    /* 最初は非表示に */
    position: fixed;
    /* 画面上に固定 */
    z-index: 3100;
    /* 他の要素の上に表示 */
    right: 0;
    top: 0;
    width: 100%;
    /* 幅は画面全体 */
    height: 100%;
    /* 高さは画面全体 */
    overflow: auto;
    /* 必要に応じてスクロール */
    background-color: rgb(0, 0, 0);
    /* 背景色 */
    background-color: rgba(0, 0, 0, 0.3);
    /* 背景色（透明度付き） */
    transition: opacity 0.5s ease;
    /* エフェクトの速度とイージング */
}


/* モーダルを表示する際のスタイル */

.modal.show {
    display: block;
    /* 表示 */
    opacity: 1;
    /* 完全に不透明 */
}


/* モーダルが非表示になるときのスタイル */

.modal.hide {
    opacity: 0;
    /* 完全に透明 */
    pointer-events: none;
    /* 非表示時はクリック不可 */
}


/* モーダルの内容部分のスタイル */

.modal-content {
    /* background-color: #fefefe; */
    margin: 5% auto;
    /* 上のマージンと中央寄せ */
    padding: 5px 0;
    width: 80%;
    /* コンテンツの幅、必要に応じて調整 */
    height: 80vh;
    /* 画面の高さの80%に設定 */
    /* 幅は80% */
    display: flex;
    /* Flexboxを有効化 */
    justify-content: center;
    /* 中央揃え */
    align-items: center;
    /* アイテムを垂直方向の中央に配置 */
    overflow: hidden;
    /* はみ出たコンテンツを隠す */
}


/* 閉じるボタンのスタイル */


/* 動画要素のスタイリング */

.modal-content video {
    height: 100%;
    /* 親要素の高さに合わせる */
    max-width: 100%;
    width: auto;
    /* 幅は自動調整 */
}

.close {
    color: #aaa;
    float: right;
    /* 右上に表示 */
    font-size: 28px;
    /* フォントサイズ */
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#myModal {
    position: fixed;
    /* 固定位置 */
    top: 0;
    /* 上端 */
    right: 0;
    /* 右端 */
    width: 20%;
    /* 動画の幅、適宜調整してください */
    z-index: 3000;
    /* 他の要素の上に表示 */
    display: none;
    /* 初期状態では非表示 */
}

.modal-content {
    position: relative;
    /* 必要に応じて調整 */
    width: 100%;
    /* コンテナの幅に合わせる */
    height: auto;
    /* 動画の高さを自動調整 */
}

@media (max-width: 768px) {
    /* #myModal {
                display: none !important;
            } */
    #myModal {
        position: fixed;
        /* 固定位置 */
        top: 0;
        /* 上端 */
        right: 0;
        /* 右端 */
        width: 100%;
        /* 動画の幅、適宜調整してください */
        z-index: 5000;
        /* 他の要素の上に表示 */
        display: none;
        /* 初期状態では非表示 */
    }
    .modal-content {
        /* background-color: #fefefe; */
        margin: 5% auto;
        /* 上のマージンと中央寄せ */
        padding: 5px;
        width: 90%;
        /* コンテンツの幅、必要に応じて調整 */
        height: 80vh;
        /* 画面の高さの80%に設定 */
        /* 幅は80% */
        display: flex;
        /* Flexboxを有効化 */
        justify-content: center;
        /* 中央揃え */
        align-items: center;
        /* アイテムを垂直方向の中央に配置 */
        overflow: hidden;
        /* はみ出たコンテンツを隠す */
    }
}


/* 追加要素20240620 */

.siml {
    /* background-color: #F3908D; */
    border: 1px solid #4192FF;
    border-radius: 10px 10px 0 0;
    text-shadow: none;
}

.sim {
    background-color: #4192FF;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    text-shadow: none;
    box-sizing: border-box;
    /* ここを追加 */
}

.sim p {
    color: #fff;
    font-style: normal;
}

.siml .prisediv li {
    /* color: #fff; */
    font-size: 1.2em;
}

.sim hr {
    color: #fff;
}

.simtxt {
    padding: 2px 5px;
    margin: 0 10px;
    background: #fff;
    color: #333;
    font-size: 1.1em;
    border-radius: 8px;
}

span.hatsunorit {
    font-size: 0.8em;
    /* font-weight: bold; */
    color: #fff;
    background-color: #004CFF;
    margin-right: 15px;
    padding: 2px 5px;
    text-shadow: none;
    box-shadow: none;
    border-radius: 5px;
}

span.kasant {
    font-size: 0.8em;
    /* font-weight: bold; */
    color: #fff;
    background-color: #149034;
    margin-right: 15px;
    padding: 2px 5px;
    text-shadow: none;
    box-shadow: none;
    border-radius: 5px;
}

span.goukei {
    font-size: 1.0em;
    /* font-weight: bold; */
    color: #fff;
    background-color: #077073;
    margin-right: 15px;
    padding: 2px 5px;
    text-shadow: none;
    box-shadow: none;
    border-radius: 3px;
}

.righttxt {
    text-align: right;
}

.stxt {
    font-size: 0.8em;
}


/* 右下固定ボタン */
.line-floating {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: calc(16px + env(safe-area-inset-bottom));
  width: 64px;                 /* 基本サイズ（縦長バッジを自動縮小） */
  z-index: 10000;
  display: block;
  text-decoration: none;
}

/* 画像の見栄え */
.line-floating img {
    border:3px solid #fff;
  width: 100%;
  height: auto;
  border-radius: 14px;          /* 角丸を強調 */
  box-shadow: 0 6px 14px rgba(0,0,0,.22);
  transition: transform .18s ease, opacity .18s ease;
  opacity: .95;
}

/* ホバー/フォーカス（キーボード操作含む） */
.line-floating:hover img,
.line-floating:focus-visible img {
  transform: translateY(-1px) scale(1.03);
  opacity: 1;
  outline: none;
}

/* スマホではやや小さめ、デスクトップは少し大きめ */
@media (max-width: 480px) {
  .line-floating { width: 56px; }
}
@media (min-width: 1024px) {
  .line-floating { width: 72px; }
}

/* 画面が極端に低い時は少し上げる（キーボードやCookieバー対策） */
@media (max-height: 580px) {
  .line-floating { bottom: calc(24px + env(safe-area-inset-bottom)); }
}

/* 低モーション設定配慮 */
@media (prefers-reduced-motion: reduce) {
  .line-floating img { transition: none; }
}

/* お知らせエリアのスタイル */
#news {
    background: linear-gradient(135deg, #FFF9E6 0%, #FFECB3 100%);
    border: 3px solid #FF7B25;
    border-radius: 10px;
    padding: 25px 20px;
    margin: 20px auto;
    box-shadow: 0 4px 12px rgba(255, 123, 37, 0.2);
    max-width: 95%;
}

#news h5 {
    color: #FF5C2E;
    font-size: 1.8em;
    width: auto;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    text-align: center;
    font-weight: bold;
    background: transparent;
    border-radius: 0;
    border-bottom: 2px solid #FF7B25;
}

#news h5:before,
#news h5:after {
    content: none;
}

#news p.main-text {
    font-size: 1.3em;
    line-height: 1.9em;
    color: #333;
    margin: 15px 0;
    text-align: left;
    font-weight: normal;
}

#news ul.news-list {
    margin: 20px 0;
    padding: 15px 20px 15px 30px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    list-style: none;
}

#news ul.news-list li {
    font-size: 1.3em;
    line-height: 2.0em;
    color: #333;
    padding: 8px 0 8px 25px;
    position: relative;
    border-bottom: 1px dashed #FFB366;
}

#news ul.news-list li:last-child {
    border-bottom: none;
}

#news ul.news-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #FF5C2E;
    font-weight: bold;
    font-size: 1.2em;
}

#news p.date {
    font-size: 1.1em;
    color: #666;
    text-align: right;
    margin: 20px 0 0 0;
    font-weight: normal;
    font-style: italic;
}

@media screen and (min-width: 750px) {
    #news {
        max-width: 90%;
        padding: 30px 40px;
    }

    #news h5 {
        font-size: 2.2em;
        margin: 0 0 25px 0;
        padding: 0 0 20px 0;
    }

    #news p.main-text {
        font-size: 1.5em;
        line-height: 1.4em;
    }

    #news ul.news-list {
        margin: 25px 20px;
        padding: 20px 25px 20px 40px;
    }

    #news ul.news-list li {
        font-size: 1.4em;
        padding: 10px 0 10px 30px;
    }

    #news p.date {
        font-size: 1.2em;
    }
}