    

@charset "UTF-8";

:root {
    --body-color: #f7f8ff;
    /*H2の色*/
    --h2-bg-color: #272c42;

    /*H3の色*/
    --h3-bg-color: transparent;
    --h3-border-color: #272c42;

    /*H4の色*/
    --h4-text-color: #272c42;
    --h4_bg_color: rgb(218 221 224);
    /*汎用UIボーダー色*/
    --border-general: #dee5e8;
    /*リンクカラー*/
    --link-color: #0066c0;
    /*タイトルカラー*/
    --basic-title-color: #1f1f1f;
    }

body {
    background: url(/wp-content/themes/appmedia/lib/sakatsuku-rtw/lp/images/bg.webp) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
    position: relative;
}

*{
    box-sizing: border-box;
}

/* ボタンのスタイル */
.page-top {
    /* buttonタグのリセットCSS */
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  
    /* ボタンの装飾 */
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
    width: 50px;
    height: 50px;
    border-radius: 200px;
    background-color: #115582;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    align-items: center;
    background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
    border: 0;
    border-radius: 200px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 18px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: all .3s;
  }
  
  /* 矢印のスタイル */
  .page-top::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-bottom: -6px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(-45deg);
  }
  
  /* ホバー時のスタイル */
  .page-top:hover {
    transform: scale(1.1);
  }

.body_bg_filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/appmedia/lib/sakatsuku-rtw/lp/images/bg_img02.webp);
    z-index: -1;
}

.page_counter {
    align-items: center;
}

#lp main { 
    width: 800px;
    margin: 0 auto;
    padding: 1px 20px;
    background: #ffffffc7;
}

.post-content h2 {
    background: url(/wp-content/themes/appmedia/lib/sakatsuku-rtw/lp/images/h2_title_bg.webp);
    background-repeat: no-repeat;
    color: #fff;
    background-color: transparent;
    background-size: contain;
    text-shadow: 5px 5px 0 #8305a599;
    font-size: 27px;
    /* display: flex; */
    align-items: center;
    padding: 2px 30px 0px;
    margin: 20px auto 20px;
    width: 100%;
}

.post-content #senryu_main {
    position: relative;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 12px #00000026;
}
.copyright{
    font-weight:normal;
}

header{
    background: #000000b9;
    color: #fafafa;
    font-weight: bold;
    padding: 10px 0 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header_bottom_line{
background: linear-gradient(90deg, #0e4de6, #f639db , #0e4de6);
height:4px;
width:100%;
display: block;
}

header #header_inner {
    width: 800px;
    margin: 0 auto 15px;
}

header #header_inner h1 {
    margin: 0 auto 15px;
    display: block;
    width: fit-content;
}

header #header_inner ul {
    display: flex;
    width: fit-content;
    justify-content: center;
    margin: 0 auto;
}

header #header_inner ul li {
padding-right: 2em;
}

header #header_inner a {
    color:#fafafa;
    transition: .2s;
}

header #header_inner a:hover {
    color:#ff00fd;
}

.post-content #senryu_main .req {
    color: #fe0041;
    text-shadow: none;
    font-size: 10px;
}

.post-content .hero_image{
    width: 100%;
    margin: 0 auto;
    display:block;
}

.post-content table td {
    padding: 6px 8px;
    text-align: center;
    border: 1px solid #c376fd;
    background: #efeeff;
}

.post-content #odai_select, #s_server {
    outline: none;
    border: 1px solid #c86dfb;
}

.post-content #senryu_main input {
    outline: none;
    border: 1px solid #c86dfb;
    padding: 8px;
}
.post-content #preview_senryu, #post_senryu {
    border: none;
    border-bottom: none;
    color: #fff;
    text-shadow: none;
    padding: 10px;
    width: 46%;
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    margin: 0 auto 10px;
    display: block;
    color: #121217;
    background: linear-gradient(-45deg, #fcd0ff, #baf5ff);
    border:1px solid #bd7fff;
}

.post-content .senryu_user_list {
    background: linear-gradient(45deg, #fcd0ff, #baf5ff);
    padding: 8px;
    border: 4px double #c86dfb;
}

.post-content .total_counter {
    background: #142133;
}

.post-content .next.disable, .prev.disable {
    pointer-events: none;
    background: #aaafc0;
}

.post-content .page_counter li.select {
    background: #d500fd;
    color: #fff;
}
       
.next.disable, .prev.disable {
    pointer-events: none;
    background: #aaafc0;
}

.post-content table th {
    padding: 4px 8px;
    text-align: center;
    font-size: 13px;
    color: #121217;
    border: 1px solid #bd7fff;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    background-color: #f1f6f7;
    background: linear-gradient(45deg, #fcd0ff, #baf5ff);
}

.post-content p {
    font-size: 16px;
}

.howto_number {
    background: linear-gradient(45deg, #fb308c, #7731fd);
    padding: 4px 12px;
    font-size: 14px;
    color: #fff;
    margin: 0 13px 0px 0;
    font-weight: bold;
    border-radius: 0 6px 0 6px;
}

#howto > div {
margin-bottom: 16px;
line-height: 2;
}

.post-content #attention p{
    position: relative;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 12px #00000026;
}

.copyright {
    font-size: 14px;
}

footer {
    background: #000000b9;
    color: #fafafa;
    font-weight: bold;
    padding: 10px 0;
}

footer #footer_inner {
    width: 800px;
    margin: 0 auto;
    display: flex;
}

footer #footer_inner img:nth-child(1) {
    margin-right: 5px;
    margin-bottom: 10px;
}

footer #footer_inner img:nth-child(2) {
    margin-right: 10px;
    margin-left: 10px;
}

header #header_inner ul li:last-child {
    padding-right: 0;
}


/*-----------------------------------------------------*/
/* PC用 */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1200px) {
}

/*-----------------------------------------------------*/
/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width:479px) and (max-width:820px) {
    header #header_inner {
        width: 100%;
    }
    #lp main {
        width: 100%;
        padding: 0;
    }
    footer #footer_inner {
        width: 100%;
    }
    .post-content h2 {
        font-size: 20px;
        background-size: 100% 35px;
        padding: 2px 11px 0px
    }
    .hero_image {
        width: 100%;
    }
    #header_inner > h1 >img{
        width: 100%;
    } 
    header #header_inner a {
        font-size: 14px;
    }
    .post-content {
        padding: 15px 15px 15px;
    }
    .copyright {
        font-size: 13px;
        padding: 15px;
    }
    #page-top {
        right: 15px;
    }
}

/*-----------------------------------------------------*/
/* スマホ用のCSS */
/*-----------------------------------------------------*/
@media only screen and (max-width: 479px) {
    header #header_inner {
        width: 100%;
    }
    #lp main {
        width: 100%;
        padding: 0;
    }
    footer #footer_inner {
        width: 100%;
    }
    .post-content h2 {
        font-size: 18px;
        background-size: 100% 28px;
        padding: 2px 11px 0px;
    }
    .hero_image {
        width: 100%;
    }
    #header_inner > h1 >img{
        width: 100%;
    } 
    header #header_inner a {
        font-size: 14px;
    }
    .post-content {
        padding: 15px 15px 15px;
    }
    .copyright {
        font-size: 13px;
        padding: 15px;
    }
    #page-top {
        right: 15px;
    }
}