
html{
    font-size: 12px;
    font-family:sans-serif;
    font-family: "M PLUS Rounded 1c";
}

/*body{
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #f5f5f5
}*/

body{
    margin: 0px auto;
    background: #f5f5f5;
}

#chart-app{
    margin: 0px auto;
    background: #f5f5f5
}


/*広告の表示*/
.show-ads{
    display: flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    /*height: 400px;*/
    padding: 10px;
    overflow-y: scroll;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.9);
}

.show-ads-aff{
    display: flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 400px;
    padding: 10px;
    overflow-y: scroll;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.9);
}

.show-ads-aff p{
    color: #ffffff;
}

.show-ads-aff a{
    color: #ffffff;
    text-decoration: underline;
}

/*コンタクトフォームの設定*/
.show-contact-form{
    display: flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    /*height: 400px;*/
    padding: 10px;
    /*overflow-y: scroll;*/
    box-sizing: border-box;
    /*background: rgba(0, 0, 0, 0.9);*/
}

.show-contact-form a{
    text-decoration: underline;
}

.main-form-contact{
    width: 100%;
    /*height: 70px;*/
    padding: 5px;
    /*margin-bottom: 0px;*/
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    /*background: #f8f4e6;*/
    box-sizing: border-box;
    color: #000000;
    border: 1px solid #000000;
}

.main-form-contact form{
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    line-height:1.5;
}

.contact-name-area{
    width: 90%;
    /*height: 30px;*/
    padding: 5px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    /*border: 1px solid #ffffff;*/
}

.contact-adress-area{
    width: 90%;
    /*height: 30px;*/
    padding: 5px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    /*border: 1px solid #ffffff;*/
}

.contact-control{
    /*フォームの文字サイズが16px以下の場合iphoneでズームしてしまう*/
    width: 100%;
    padding: 5px;
    height: 40px;
    margin: 5px;
    color: #000000;
    border: 3px #000000 solid;
    border-radius: 5px 5px 5px 5px;
    font-size: 1.5rem;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.contact-form-textarea {
    width: 100%;
    font-size: 1.5rem;
    border: 3px solid #000000;
    border-radius: 5px 5px 5px 5px;
}

/*ここまで*/

.ads-close-button{
    padding: 5px;
    border: 1px solid #ffffff;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.show-ads p{
    margin: 5px;
    color: #ffffff;
}

.show-ads a{
    text-decoration: underline;
    color: #ffffff;
}

/*シリアルキーの販売フォーム*/
.main-form-ads{
    width: 100%;
    /*height: 70px;*/
    padding: 0 0 0 0;
    /*margin-bottom: 0px;*/
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    /*background: #f8f4e6;*/
    box-sizing: border-box;
}

.main-form-ads form{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

/*段落取得フォーム*/
.show-paragraph{
    display: flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 400px;
    padding: 10px;
    overflow-y: scroll;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.9);
    background: #000000;
}

.show-paragraph-menu{
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: flex-start;
}

.paragraph-set{
    display: flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 400px;
    padding: 10px;
    overflow-y: scroll;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.9);
    background: #000000;
}

.paragraph-button{
    padding: 5px;
    margin:3px;
    border: 1px solid #ffffff;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.show-paragraph p{
    line-height: 1.2rem;
    margin: 0px;
    color: #ffffff;
}
.paragraph-area{
    margin: 5px;
    display: flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: flex-start;
}



.form-control-ads{
    /*フォームの文字サイズが16px以下の場合iphoneでズームしてしまう*/
    width: 80%;
    padding: 5px;
    height: 40px;
    margin-right: 3px;
    color: #000000;
    border: 3px #ffffff solid;
    border-radius: 5px 0px 0px 5px;
    font-size: 1.5rem;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.search-button-ads{
    width: 20%;
    padding: 5px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #f9a602;
    color: #000000;
    border: 3px #f9a602 solid;
    border-radius: 0 5px 5px 0;
    font-size: 1.5rem;
    cursor: pointer;
    box-sizing: border-box;
}

/*アフィリエイトフォーム*/
.main-form-aff{
    width: 100%;
    /*height: 70px;*/
    padding: 0 0 0 0;
    /*margin-bottom: 0px;*/
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    /*background: #f8f4e6;*/
    box-sizing: border-box;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.main-form-aff form{
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    line-height:1.5;
}

.aff-name-area{
    width: 90%;
    /*height: 30px;*/
    padding: 5px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    /*border: 1px solid #ffffff;*/
}

.aff-adress-area{
    width: 90%;
    /*height: 30px;*/
    padding: 5px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    /*border: 1px solid #ffffff;*/
}

.form-control-aff{
    /*フォームの文字サイズが16px以下の場合iphoneでズームしてしまう*/
    width: 90%;
    padding: 5px;
    height: 40px;
    margin: 5px;
    color: #000000;
    border: 3px #ffffff solid;
    border-radius: 5px 5px 5px 5px;
    font-size: 1.5rem;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.item-select-area{
    width: 90%;
    /*height: 30px;*/
    padding: 5px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    /*border: 1px solid #ffffff;*/
}

.date-time-area{
    width: 90%;
    /*height: 30px;*/
    padding: 5px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    /*border: 1px solid #ffffff;*/
}

.date-time-area-set{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    /*border: 1px solid #ffffff;*/
}

.date-time-area-one{
    /*width:100px;*/
    margin-right: 10px;
    /*border: 1px solid #ffffff;*/
}

.date-time-area-one input {
    width: 40px;
    font-size: 1.5rem;
}


.send-text-area{
    width: 90%;
    /*height: 30px;*/
    padding: 5px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    /*border: 1px solid #ffffff;*/
}

.aff-form-textarea{
    width: 90%;
    padding: 5px;
    height: 120px;
    margin: 5px;
    color: #000000;
    border: 3px #ffffff solid;
    border-radius: 5px 5px 5px 5px;
    font-size: 1.5rem;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.search-button-aff{
    width: 20%;
    padding: 5px;
    height: 40px;
    margin: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #f9a602;
    color: #000000;
    border: 3px #f9a602 solid;
    border-radius: 5px 5px 5px 5px;
    font-size: 1.5rem;
    cursor: pointer;
    box-sizing: border-box;
}

/*広告ここまで*/

.fix{
    position: fixed;
    top: 45px;
    left: 0;
    margin: 0;
    z-index: 900;
}

.header-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0px 5px;
    background: #f9a602;
    border-bottom: solid #f9a602 2px;
    margin: 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 1000;
}

.title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 250px;
    height:50px;
    padding: 5px 10px 0px 10px;
    margin: 0px;
    box-sizing: border-box;
    color: #ffffff
}

.title h1{
    /*display: inline;*/
    /*text-align: left;*/
    font-size: 1.2rem;
    color: #000000;
    color: #696969;
    color: #ffffff;
    margin: 0;
}

.title a{
    color: #000000;
    color: #696969;
    color: #ffffff;
}

.image-ukiwa{
    width: 40px;
    margin-right: 5px;
}

.sub-header-image{
    width: 18px;
    vertical-align: sub;
    /*画像を行の中心線にあわせる*/
}


.header-container-info{
    width: 50px;
    /*padding-top: 150px;*/
    margin:2px;
    /*display: inline;*/
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    line-height:1.5;
}

.upload-button{
    width: 40px;
    padding: 5px;
    margin: 5px 1px 5px 0px;
    border: #eb6100 solid 1px;
    border: #ff6347 solid 1px;
    border: #8b4513 solid 1px;
    border-left: none;
    border-radius: 5px;
    border-radius: 0px 5px 5px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    line-height:1.5;
    background: #eb6100;
    background: #ff6347;
    background: #ffffff;
    color: #ffffff;
    color: #808080;
    cursor: pointer;
    box-shadow: 0 2px 0 #8b4513;
    box-shadow: 0 2px 0 #696969;
}

.save-button{
    width: 40px;
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 5px 1px;
    border: #eb6100 solid 1px;
    border: #ff6347 solid 1px;
    border: #808080 solid 1px;
    border: #8b4513 solid 1px;
    border-right: none;
    border-radius: 5px;
    border-radius: 5px 0px 0px 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    line-height:1.5;
    background: #ffffff;
    background: #ff6347;
    color: #eb6100;
    color: #ff6347;
    color: #808080;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 2px 0 #696969;
    box-shadow: 0 2px 0 #8b4513;
}





.start-white{
    color: #ffffff;
    margin-left: 5px;
}

.start-green{
    color: #3cb371;
    margin-left: 5px;
}

.storage-area{
    /*width: 50%;*/
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    /*border: 1px #000000 solid;*/
    box-sizing: border-box;
    color: #000000;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5;
}


/*表示中のページの案内*/
.header-container-kensaku{
    width: 100%;
    height: 30px;
    /*margin:2px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    /*border-bottom: 10px #2f4f4f solid;*/
    box-sizing: border-box;
    /*line-height:1.5;*/
    background: #ffffff;
    border-bottom: 3px #f9a602 solid;
}

.main-title{
    /*background: #ff6347;*/
    width: 100%;
    /*幅からはみ出ても折返しはしない*/
    white-space: nowrap;
    color: #000000;
    font-size: 1.2rem;
    font-weight: normal;
    /*line-height: 1.5;*/
    overflow: visible;
    /* アニメーションの名前 / 持続時間 / タイミング / 再生回数 */
    animation: animate-banner 40s linear infinite;
}

/* バナー内の要素をすべて選択 */
.main-title > * {
    display: inline-block;
  }
  
/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/*空スペースエリア*/
.clear-space{
    height:165px; /* ヘッダーの高さ増加分を反映 */
    width: 100%;
}

/* インデックスタブコンテナ */
.index-tabs-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1001;
}

/* インデックスタブのラッパー */
.index-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    padding: 5px 10px 0px 10px;
    position: relative;
    z-index: 10;
}

/* 個別のインデックスタブ */
.index-tab {
    position: relative;
    padding: 8px 15px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    
    /* 本のタブのような見た目にする */
    background: linear-gradient(to bottom, #f8f8f8 0%, #e8e8e8 100%);
    border-top: 2px solid #fff;
}

/* 青色のタブ */
.index-tab.tab-blue {
    background: linear-gradient(to bottom, #4a90e2 0%, #3a7bc8 100%);
    border: 3px solid #000080;
    color: #fff;
}

/* オレンジ色のタブ */
.index-tab.tab-orange {
    background: #f9a602;
    border: 3px solid #ff4500;
    color: #fff;
}

/* タブ内のテキスト */
.index-tab span {
    display: block;
    position: relative;
    z-index: 1;
}

/* 非アクティブタブ（暗くする） */
.index-tab.tab-inactive {
    opacity: 0.5;
    filter: brightness(0.7);
    cursor: pointer;
}

/* メインコンテナの上部に影を追加 */
.main-container {
    position: relative;
    z-index: 5;
}



/*メインコンテンツ*/
.main-container{
    width: 100%;
    max-width: 1300px;
    padding: 0px 0 0 0;
    margin: 10px 0px 20px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    line-height:normal;
}

/*左サイドバーエリア*/
.left-side{
    width: 300px;
    padding-top: 10px; 
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    /*border: 1px solid #000000;*/
}

.main-form-record{
    width: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    /*border: #000000 solid 1px;*/
    margin-right: 10px;
}

.main-form{
    width: 100%;
    min-height: 70px;
    height: 70px;
    padding: 0 0 0 0;
    /*margin-bottom: 0px;*/
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    /*background: #f8f4e6;*/
    box-sizing: border-box;
}

.main-form form{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.form-control{
    /*フォームの文字サイズが16px以下の場合iphoneでズームしてしまう*/
    width: 80%;
    padding: 5px;
    height: 40px;
    margin-right: 3px;
    color: #000000;
    border: 3px #000000 solid;
    border-radius: 5px 0px 0px 5px;
    font-size: 1.5rem;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.search-button{
    width: 20%;
    padding: 5px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: #ffffff;
    border: 3px #000000 solid;
    border-radius: 0 5px 5px 0;
    font-size: 1.5rem;
    cursor: pointer;
    box-sizing: border-box;
}

.search-button img{
    width: 25px;
    height: 25px;
}

/*ページ切替ボタン*/
.message{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    height: 100%;
}

.loading{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.record-title{
    width: 100%;
    padding: 10px 0 10px 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
}

.personal-record{
    height: 500px;
    width: 100%;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    /*border: #000000 solid 1px;*/
    font-size: 1.0rem;
    line-height: 1.0;
    font-weight: normal;
    box-sizing: border-box;
}

.set-time-keyword-record-target{
    width: 250px;
    /*min-width: 300px;*/
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    /*border: 1px solid#808080;*/
    /*border: 3px solid #f9a602;*/
    /*border: 2px solid #eb6100;*/
    border: 1px solid #808080;
    border-radius: 5px;
    background: #b0c4de;
    background: #add8e6;
    background: #ffffff;
    line-height: 1.0;
    margin: 0px 10px 10px 0px;
    box-sizing: border-box;
    box-shadow: 0 3px 0 #696969;
}

.set-time-keyword-record-target-link{
    color:#000000;
    /*font-weight:bold;*/
}

.set-time-keyword-record-nonactive{
    width: 250px;
    /*min-width: 300px;*/
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    /*border: 1px solid#808080;*/
    border: 1px solid #696969;
    background: #ffffff;
    line-height: 1.0;
    margin: 0px 10px 10px 0px;
    box-sizing: border-box;
}

.set-time-keyword-record-nonactive-link{
    color:#696969;
    /*font-weight:bold;*/
}

.set-time-keyword-record-recentry{
    width: 250px;
    /*min-width: 300px;*/
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    /*border: 1px solid#808080;*/
    border: 1px solid #696969;
    background: #ffffff;
    line-height: 1.0;
    margin: 0px 10px 10px 0px;
    box-sizing: border-box;
}

.time-record-sleep{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:flex-start;
    /*background: #c0c0c0;*/
    background: #ffffff;
    padding: 0 0 0 3px;
    box-sizing: border-box;
    /*border: 1px solid #000000;*/
}

.time-record-sleep p{
    margin:5px 0;
}

.keyword-record-sleep{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:flex-start;
    background: #ffffff;
    padding: 0 0 0 3px;
    box-sizing: border-box;
    /*cursor:pointer;*/
    /*border: 1px solid #000000;*/
}

.keyword-record-sleep p{
    margin:5px 0;
}

.column{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color:#000000;
}

.column-sleep{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color:#808080;
}

/*.image-delete{
    width: 45px;
    padding: 3px;
    box-sizing: border-box;
}*/

.image-delete img{
    width: 25px;
    padding: 3px;
    cursor:pointer;
    /*width: 100%;
    height: 100%;
    object-fit: cover;
    cursor:pointer;*/
}

/*.image-delete-sleep{
    width: 45px;
    padding: 3px;
    box-sizing: border-box;
}*/

.image-delete-sleep img{
    width: 25px;
    padding: 3px;
    cursor:pointer;
    /*width: 100%;
    height: 100%;
    object-fit: cover;
    cursor:pointer;*/
}

/*.image-active{*/
    /*width: 45px;*/
    /*padding: 3px;*/
    /*box-sizing: border-box;*/
    /*border: 2px solid #696969;*/
/*}*/

.image-active img{
    width: 25px;
    padding: 3px;
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
    cursor:pointer;
}

/*.image-sleep{
    width: 45px;
    padding: 3px;
    box-sizing: border-box;
}*/

.image-sleep img{
    width: 25px;
    padding: 3px;
    cursor:pointer;
    /*width: 100%;
    height: 100%;
    object-fit: cover;
    cursor:pointer;*/
}

/*.image-orange{
    width: 45px;
    padding: 3px;
    box-sizing: border-box;
}*/

.image-orange img{
    width: 25px;
    padding: 3px;
    cursor:pointer;
    /*width: 100%;
    height: 100%;
    object-fit: cover;
    cursor:pointer;*/
}

.get-new{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 150px;
    /*height: 20px;*/
    padding: 0px;
    margin: 0px;
    border-radius: 5px;
    /*background-color: #1e90ff;*/
    box-sizing: border-box;
    cursor:pointer;
}


.time-record{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:flex-start;
    /*background: #c0c0c0;*/
    /*background: #ffffff;*/
    padding: 0 0 0 3px;
    box-sizing: border-box;
    /*border: 1px solid #000000;*/
}

.time-record p{
    margin:5px 0;
}

.keyword-record{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:flex-start;
    /*background: #ffffff;*/
    padding: 0 0 0 3px;
    box-sizing: border-box;
    /*cursor:pointer;*/
    /*border: 1px solid #000000;*/
}

.keyword-record p{
    margin:5px 0;
}

.keyword-record-red{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:flex-start;
    background: #ffd6d6;
    padding: 0 0 0 3px;
    box-sizing: border-box;
    /*cursor:pointer;*/
    /*border: 1px solid #000000;*/
}

.keyword-record-red p{
    margin:5px 0;
}

/*WPテーマランキング*/
.ranking-frame{
    width: 280px;
    /*min-width: 300px;*/
    /*margin: 0px 10px 20px 0px;*/
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    /*border: 1px solid#000000;*/
    /*background: #ffffff;*/
}

.ranking-frame-one{
    width: 100%;
    /*min-width: 300px;*/
    /*margin: 0px 10px 20px 0px;*/
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    border: #ffffff 1px solid;
    box-shadow: 0 0 0 5px #d3d3d3;
    box-shadow: 0 0 0 5px #ff6347;
    box-shadow: 0 0 0 5px #a9a9a9;
    box-shadow: 0 0 0 5px #ff6347;
    box-shadow: 0 0 0 5px #914e25;
    background: #d3d3d3;
    background: #ff6347;
    background: #a9a9a9;
    background: #ff6347;
    background: #914e25;
    /*background:repeating-linear-gradient(
    45deg,#ffffff,#ffffff, 20px,#faf0e6 0,#faf0e6 40px
    );*/
    color: #ffffff;
    line-height: 1.5;
}

.ranking-title{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:center;
    /*background: #eb6100;*/
    /*background: #f9a602;*/
    padding: 10px 0 5px 0;
    box-sizing: border-box;
    /*border-bottom: 1px solid #000000;*/
    /*border: 1px solid #000000;*/
    line-height: 1.0;
}

.ranking-title p{
    font-size: 1.2rem;
    /*font-weight: bold;*/
    color: #000000;
    padding: 2px;
    margin: 0px 5px;
}

.ranking-entry-list{
    width: 90%;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.ranking-entry-list p{
    padding: 5px;
    margin: 0px;
}

.ranking-entry{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    background: #ffffff;
    padding: 0 0 0 0px;
    margin: 5px 0px 0px 0px;
    box-sizing: border-box;
    /*border: 1px solid #808080;*/
    /*
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    */
}

.ranking-entry:last-child{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    background: #ffffff;
    padding: 0 0 0 0px;
    margin: 5px 0px 7px 0px;
    box-sizing: border-box;
    border: 1px solid #808080;
    /*
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    */
}

.ranking-entry p{
    color: #000000;
    padding: 1px;
    margin: 0px 5px 0px 5px;
    font-size: 1.0rem;
}

.king-position{
    width: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items:center;
}

.ranking-king{
    width: 17px;
    height: 15px;
}

.ranking-heart{
    width: 15px;
    height: 13px;
}

.heart-position{
    width: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items:center;
}

.ranking-entry-url-frame{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.ranking-entry-url{
    color: #1e90ff;
    /*color: #eb6100;*/
    /*color: #1A0DAB;*/
    cursor:pointer;
}

/*関連キーワード表示スペース*/
.main-relation-words{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*align-items: flex-start;*/
    align-items: stretch;
    box-sizing: border-box;
    line-height:0.5;
    font-size: 1.0rem;
}

.main-relation-words-reverse{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
    /*align-items: flex-start;*/
    align-items: stretch;
    box-sizing: border-box;
    line-height:0.5;
    font-size: 1.0rem;
}

.set-words{
    width: 300px;
    /*min-width: 300px;*/
    margin: 0px 2px 5px 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    box-sizing: border-box;
    /*border: 1px solid#000000;*/
    /*background: #ffffff;*/
    line-height: 0;
}

.set-words-title{
    width: 300px;
    /*min-width: 300px;*/
    margin: 0px 2px 5px 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    box-sizing: border-box;
    /*border: 1px solid#000000;*/
    /*background: #ffffff;*/
    line-height: 0;
}


.key-word{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:flex-start;
    background: #dcdcdc;
    /*background: #f9a602;*/
    color: #000000;
    padding: 0 0 0 3px;
    box-sizing: border-box;
    /*border-bottom: 1px solid #000000;*/
    border: 1px solid #000000;
    font-size: 1.0rem;
    line-height: 1.3;
}

.key-word p{
    padding: 2px;
    margin: 3px 5px;
}

.image-star{
    width: 16px;
    height:16px;
    padding: 1px;
    margin-right: 0px;
    box-sizing: border-box;
    
}

.image-star img{
    width: 14px;
    cursor:pointer;
}

.relation-word{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:flex-start;
    background: #ffffff;
    padding: 0 0 0 0px;
    margin: 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    /*border-bottom: 1px solid #000000;*/
    border-left: 1px solid #000000;
    line-height: 1.3;
}

.relation-word:nth-child(odd){
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:flex-start;
    background: #faf0e6;
    padding: 0 0 0 3px;
    margin: 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    /*border-bottom: 1px solid #000000;*/
    border-left: 1px solid #000000;
    line-height: 1.3;
}

.relation-word-planner{
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items:flex-start;
    background: #ffffff;
    padding: 0 10px;
    margin: 0px;
    box-sizing: border-box;
    border: 1px solid #808080;
    line-height: 1.3;
}

.relation-word-planner-color{
    width: 100%;
    height: 30px;
    padding: 0 10px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items:flex-start;
    background: #f9a602;
    box-sizing: border-box;
    border: 1px solid #808080;
    line-height: 1.3;
}

/*.relation-word:last-child{
    border-bottom: 1px solid #000000
}*/

/*.relation-word p{
    margin: 3px 3px;
    padding: 0px;
}*/

.keyword-info{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.set-words-title .keyword-info{
    justify-content: space-between;
}

.keyword-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="11" fill="%23ff6347" stroke="%23fff" stroke-width="1"/><path d="M10 7l5 5-5 5" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.keyword-info p{
    padding: 0px;
    margin: 3px 5px;
}

.load-bar{
    width: 50px;
    width: 35px;
    height: 4px;
    margin: 3px;
}

/*過去の検索回数*/
.volume-history{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px dashed #c0c0c0;
}

.volume-history-one{
    /*width: 100%;*/
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-right: 5px;
    /*border-bottom: 1px dashed #c0c0c0;*/
}

.volume-history-one p{
    padding: 0px;
    margin: 3px 0px;
}


.info-sub-title{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 1px;
    margin: 0px;
}

.h1-sub-title{
    width: 280px;
}

.h2-sub-title{
    width: 260px;
}

.h3-sub-title{
    width: 240px;
}

.rank-tag{
    padding: 0px 3px;
    margin: 3px;
    background-color: #ff6347;
    color: #ffffff;
    border-radius: 2px;
}

.h-tag{
    padding: 0px 3px;
    margin: 2px;
    background-color: #696969;
    color: #ffffff;
    border-radius: 2px;
}



.new{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 40px;
    /*height: 20px;*/
    padding: 1px;
    margin: 0px;
    /*border-radius: 5px;*/
    background-color: #ff0000;
    box-sizing: border-box;
}

.new p{
    margin: 0px;
    font-size: 1.0rem;
    color: #ffffff;
    font-weight: bold;
}

.new-info{
    font-size: 1.0rem;
    background-color: #ff0000;
    color: #ffffff;
    padding: 0 5px;
    font-weight: bold;
}

.relation-word-yellow{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:flex-start;
    /*background: #ffa500;*/
    background: #ffff00;
    padding: 0 0 0 3px;
    box-sizing: border-box;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    line-height: 1.1;
}

.relation-word-yellow p{
    margin: 5px;
}

.relation-word-soaring{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:flex-start;
    /*background: #ffffff;*/
    padding: 0 0 0 3px;
    box-sizing: border-box;
    line-height:normal;
    /*border: 1px solid #000000;*/
}

.footer-container{
    width: 100%;
    padding: 20px 30px;
    margin: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    /*border-top: 10px #dcdcdc solid;*/
    box-sizing: border-box;
    font-size:1.2rem;
    line-height:normal;
    color: #ffffff;
    background-color: #914e25;
    border-top: dashed #ffffff 2px;
    box-shadow: 0px -3px #914e25;
}

.footer-container a{
    color: #ffffff;
}

.label{
    width: 100%;
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;*/
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    /*text-align: center;*/
    font-size:1.2rem;
    line-height:1.0rem;
    /*box-shadow: 0px 0px 8px gray;*/
}

/*ルールページ*/
.main-container-graph{
    width: 100%;
    padding: 10px;
    margin: 0px 0px 20px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    /*border: 3px #2f4f4f solid;*/
    /*background-color: #696969;*/
    box-sizing: border-box;
    line-height:normal;
    font-size:1.2rem;
    color:#000000;
}

.area-title{
    width: 100%;
    padding: 5px;
    margin: 0px;
    /*background-color: #d3d3d3;*/
    color: #000000;
    /*border-bottom: solid 4px #2f4f4f;*/ 
    box-sizing: border-box;
}

/*文字設定*/
h1 {
    text-align: left;
    font-size: 1.5rem;
    color: #333;
    margin: 0;
}

h2{
    font-size: 1.0rem;
    font-weight: bold;
}

h3{
    font-size: 1.0rem;
    font-weight: bold;
}

a{
    text-decoration: none;
    color: #000000;
}

.image-size{
    width: 70%;
}

.inline p{
    display: inline;
}

span{
    width: 100%;
}

.alert-window{
    position : fixed;
    top: 0px;
    width: 100vw;
    /*ブラウザの横幅いっぱい*/
    height: 100vh;
    /*ブラウザの高さいっぱい*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /*background-color:rgba(255,255,255,0.5);*/
    /*1.0で不透明*/
}

.alert-window .wait{
/*競合検索アラート*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    padding: 10px;
    border: #eb6100 2px dashed;
    box-shadow: 0 0 0 8px #f5f5f5;
    background-color: #f5f5f5;
    color: #000000;
    font-size: 1.5rem;
    box-sizing: border-box;
    border-radius: 10%;
}

.alert-window-out{
    display:none;
}

/*
モバイル版
-----------------------------
*/
@media (max-width: 600px){

/* インデックスタブのモバイル対応 */
.index-tabs {
    gap: 2px;
    padding: 3px 5px -1px 5px;
}

/* .index-tab {
    padding: 5px 8px;
    font-size: 11px;
} */

/*メインコンテンツ*/
.main-container{
    width: 100%;
    padding: 0 0 0 0;
    margin: 5px 0px 20px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.main-form-record {
    width: 100%;
}

.jump-link{
    flex-direction: row;
}

.personal-record {
    height: 80px;
    width: 100%;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.set-time-keyword-record-target {
    margin: 10px 0px 10px 15px;
}

.set-time-keyword-record-nonactive {
    margin: 10px 0px 10px 15px;
}

.set-time-keyword-record-recentry {
    margin: 10px 0px 10px 15px;
}

.ranking-frame {
    width: 90%;
    margin: 10px 0px 10px 0px;
    display: none;
}

.set-words {
    width: 100%;
    margin: 2px 0px 2px 0px;
}

.set-words-title {
    width: 100%;
    margin: 2px 0px 2px 0px;
}

.footer-container {
    width: 100%;
    padding: 10px 10px;
}

}

/* クリック可能なキーワードのスタイル */
.keyword-clickable {
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

.keyword-clickable:hover {
    color: #1e90ff;
    text-decoration: underline;
}