@charset "utf8  ";
html {
    font-size: 16px;
    font-family: "Mplus 1p", sans-serif;
}
html, body {
    height: 100%;
    font-family: "Mplus 1p", sans-serif;
}
body *, ::before, ::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-weight: 300;
    color: black;
    background-color: #f4f5ff;
    font-family: "Mplus 1p", sans-serif;

}
body p{
    margin-top: 0px;
    margin-bottom: 0px;
}
body a{
  text-decoration: none;
  font-family: "Mplus 1p", sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
}
img{
    object-fit: cover;
}
.mainbox{
    display: flex;
    max-width: 1050px;
    margin: 0 auto;
}

main{
    margin: 0 auto;
    width: 90%;
}

.headerlist{
    padding-top: 10px;
}
.headerlist ul{
    display: flex;
    list-style: none;
    
}
.headerlist li{
    padding-right: 24px;
    font-family: "Rounded Mplus 1c";
    color: black;
}
.mainheaderp{
    text-align: center;
    color: black;
    font-family: "Mplus 1p",sans-serif;
    font-weight: 600;
    margin-top: 40px;
}
.local{
    display: flex;
    justify-content: center;
}
.local p{
    margin: 0 12px;
    color: black;
    background: white;
    padding: 10px;
    border-radius: 50%;
}
.mainbox h2{
    text-align: center;
    padding-top: 10px;
}
.titlep{
    text-align: center;
}
.titlep p{
    font-size: 14px;
    margin-top: -10px;
}

.search_container{
    box-sizing: border-box;
    position: relative;
    border: 1px solid white;
    padding: 3px 10px;
    border-radius: 20px;
    height: 2.3em;
    width: 260px;
    overflow: hidden;
    background-color: white;
}
.search_container input[type="text"]{
    border: none;
    height: 2.0em;
    font-size: 16px;
}
.search_container input[type="text"]:focus {
    outline: 0;
}
.search_container input[type="submit"]{
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.3em;
    border: none;
    background: none;
    color: red;
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    right: 0;
    top: -10px;
    outline : none;
}
.kensaku form{
    text-align: center;
    margin: 0 auto;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.local {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 20px;
    width: 120px;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  margin-bottom: 12px;
  padding: 10px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  border: 2px solid #000;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

a.btn-border span {
  position: relative;
  font-size: 24px;
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;

  color: #000;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn-border:hover {
  margin: 4px 4px 12px;
  padding: 6px;
}
span2{
    font-size: 14px;
    margin-top: 60px;
}
.mainlogo img{
    
    width: 140px;
    height: auto;
    border-radius: 20px;
}
.mainlogo{
    text-align: center;
}

/* プールリスト */
.poollist{
    display: flex;
    margin: 20px 0px 0px 0px;
}    

.poolflex img{
    
    max-width: 130px;
    border-radius: 4px;
    margin-right: 10px;
    margin-left: 0px;
}
.poolname h3{
    font-size: 24px;
    margin-left: 16px;
    margin-bottom: 0px;
}
.poollocation{
    color: black;
    font-weight: 500;
    font-size: 12px;
    margin-left: 16px;
    margin-top: -10px;
}
.poollocation p{
    color: gray;
}
.osusumelist{
    padding: 10px 10px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 2px 2px 2px 2px black;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
}
.pools{
    display: flex;
    margin-right: 10px;
    margin-top: -4px;
    margin-bottom: 0px;
    color: gray;
}
.pools p{
    margin-right: 10px;
    font-size: 12px;
    margin-top: -4px;
}
.tag{
    display: flex;
    flex-wrap: wrap;
}
.tag p{
    font-size: 12px;
    padding: 4px;
    background-color: rgb(0, 64, 184);
    color: white;
    margin-right: 4px;
    border-radius: 4px;
    margin-top: -8px;
    white-space: nowrap
}
@media(max-width:727px){
    .poollist{
        margin: 10px;
        vertical-align: top;
    }
    .poollist img{
    
        margin-left: 0px;
    }
    .poolflex{
        text-align: center;
        vertical-align: middle;
    }
    .poolflex img{
    
        max-width: 100px;
        border-radius: 4px;
    }

    .poolname h3{
        font-size: 18px;
        margin-bottom: 0px;
    }
    .poollocation{
        color: black;
        font-weight: 500;
        font-size: 12px;
    }
    .osusumelist{
        padding: 20px 10px;
        border-radius: 8px;
        background-color: white;
        box-shadow: 2px 2px 2px 2px black;
    }
    .pools{
        flex-wrap: wrap;
        margin-right: 10px;
        font-size: 10px;
        margin-top: -4px;
        margin-bottom: 0px;
        color: gray;
    }
    .pools p{
        margin-right: 10px;
        font-size: 12px;
        margin-top: 10px;
    }
    .tag{
        display: flex;
    }
    .tag p{
        font-size: 12px;
        padding: 4px;
        background-color: rgb(0, 64, 184);
        color: white;
        margin-right: 4px;
        border-radius: 4px;
        margin-top: -8px;
        flex-wrap: wrap;
    }
}
@media(max-width:500px){
    .poollist{
        margin: 10px;
        vertical-align: top;
    }
    .poollist img{
    
        margin-left: 0px;
    }
    .poolflex{
        text-align: center;
    }
    .poolflex img{
    
        max-width: 100px;
        border-radius: 4px;
    }

    .poolname h3{
        font-size: 18px;
    }
    .poollocation{
        color: gray;
        font-weight: 500;
        font-size: 8px;
        margin-top: -10px;
    }
    .osusumelist{
        padding: 20px 10px;
        border-radius: 8px;
        background-color: white;
        box-shadow: 2px 2px 2px 2px black;
    }
    .pools{
        flex-wrap: wrap;
        margin-bottom: 8px;
    }
    .pools p{
        margin-right: 10px;
        font-size: 10px;
        margin-top: 10px;
        margin-bottom: 0px;
        color: gray;
    }
    .tag{
        display: flex;
    }
    .tag p{
        font-size: 10px;
        padding: 4px;
        background-color: rgb(0, 64, 184);
        color: white;
        margin-right: 4px;
        border-radius: 4px;
        margin-top: -8px;
        flex-wrap: wrap;
    }
}
.simg img{
    
    max-width: 200px;
    border-radius: 4px;
}
.postlist{
    display: flex;
    background-color: white;
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
}
.icon img{
    
    width: 30px;
    height: 30px;
    margin-top: 14px;
    border-radius: 50%;
    margin-left: 20px;
    border: 2px solid black;
}
.postname{
    padding-top: 6px;
    margin-left: 10px;
    margin-top: -20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}
.postdate{
    margin-left: 10px;
    margin-top: -12px;
    font-size: 10px;
    color: rgb(78, 78, 78);
}

.userid2 p{
    margin-left: 0px;
    font-size: 10px;
    margin-top: 4px;
    color: rgb(78, 78, 78);
}

.postcontent{
    word-break: break-all;
    margin-left: 4px;
    font-size: 12px;
    margin-right: 20px;
    overflow-wrap: break-word;
}
.postcontent p{
    font-size: 16px;
}
.posttitle p{
    font-weight: 400;
    background-color: rgb(1, 119, 255);
    width: fit-content;
    padding: 4px;
    border-radius: 4px;
    font-size: 12px;
}
.poollistpar{
    background-color: white;
    padding: 6px 6px 6px 6px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0px 10px 10px 2px rgba(0,0,0,0.1);
}
.poollistpar:hover{
    opacity: 0.95;
}
@media(min-width:768px){
    .icon img{
    
        width: 40px;
        margin-top: 10px;
        border-radius: 50%;
        margin-left: 20px;
        border: 2px solid black;
    }
    .postname{
        padding-top: 6px;
        margin-left: 10px;
        margin-top: -20px;
        font-size: 14px;
    }
    .postdate{
        margin-left: 10px;
        margin-top: -22px;
        font-size: 10px;
        color: rgb(78, 78, 78);
    }
    .userid2 p{
        margin-left: 0px;
        margin-top: 6px;
        font-size: 10px;
        color: rgb(78, 78, 78);
    }
    .postcontent{
        margin-left: 4px;
        font-size: 16px;
    }
    .postcontent p{
        font-size: 16px;
    }
    .poollistpar{
        background-color: white;
        padding: 6px 6px 6px 6px;
        border-radius: 8px;
        margin-bottom: 30px;
        
    }
}
/*========= モーダル表示のためのCSS ===============*/

/*infoエリアをはじめは非表示*/
#info,#watcher{
	display: none;
}
#mypage{
	display: none;
}
#signup,#write{
	display: none;
}
/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

.prefecture ul{
    display: flex;
    flex-wrap: wrap;
}
.prefecture li{
    list-style: none;
    margin-right: 20px;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 400px;
}
footer {
    margin-top: auto;
    width: 100%;
    background: rgb(1, 119, 255);;
    height: fit-content;
    /* 背景色などは割愛します */
}

.poolblog{
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -10px;
}
.poolblog p{
    font-size: 12px;
}

@media(max-width:727px){
    .poolblog{
        display: none;
    }
    .poolname h3{
        margin: 0px;
    }
    .poollocation p{
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .osusume2{
        display: none;
    }
}
@media(min-width:727px){
    .osusume1{
        display: none;
    }
}
.blogflex{
    display: flex;
    margin-top: 20px;
    padding-top: 10px;
    width: 400px;
    margin: 0 auto;
    
}
.blogimg img{
    
    width: 200px;
}
.blogowner{
    display: flex;
    flex-wrap: wrap;
}
.blogdetail{
    padding-left: 10px;
}
.blogtime p{
    color: gray;
    font-size: 12px;
}
.blogshort{
    font-size: 15px;
}
@media(max-width:916px){
    .blogflex{
        margin: 0;
        width: fit-content;
    }
}
.bloglist{
    margin-top: 50px;
    margin-bottom: 50px;
}
.nextblog{
    text-align: right;
    width: fit-content;
    margin: 0 auto;
    padding-top: 30px;
}
.nextblog a{
    font-weight: 560;
    padding: 6px;
}
.postcontent{
    white-space: pre-wrap;
}
a {
    color: black;
}
.commentflex{
    display: flex;
    margin-top: 6px;
    color: gray;
    font-size: 12px;
}
.hukidashiimg img{
    
    width: 26px;
    height: auto;
    margin-right: 6px;
    margin-left: 20px;
    margin-top: -3px;
}
.postgroup{
    margin-left: 0px;
    margin-top: 10px;
}

.blogowner img{
    
    width: 200px;
    height: 132.34px;
}
.postflex4{
    display: flex;
    margin-bottom: 10px;
}
.mottolink{
    margin-right: auto;
    margin-left: auto;    
    width: fit-content;
}
.mottolink a{
    font-size: 16px;
    color: white;
    background-color: rgb(1, 119, 255);
    padding: 12px;
    border-radius: 6px;
    text-align: center;
    margin: 0 auto;
}
.point{
    text-align: center;
    border: 1px solid gray;
    border-radius: 12px;
    margin-top: 20px;
    width: 160px;
    margin-right: auto;
    margin-left: auto;
}
.pointname span{
    font-size: 20px;
}
.periaflex span{
    font-size: 20px;
}
.periapoint{
    margin-top: 10px;
}
.periaflex{
    text-align: center;
}
.btn-flat-logo,.goodbutton3 {
    position: relative;
    display: inline-block;
    font-weight: 500;
    padding: 8px;
    text-decoration: none;
    color: black;
    background: rgb(1, 119, 255);

    border-radius: 6px;
}
.btn-flat-logo {
    font-size: 14px;
    border: 2px solid gray;
}
.btn-flat-logo:hover {
    background: rgb(1, 119, 255);
}
.koukoku img{
    
    margin-top: 10px;
    margin-bottom: -10px;
}
.koukoku{
    text-align: center;
}
@media(max-width:534px){
    .koukoku img{
    
        width: 300px;
    }
}
.postimages-wrapper {
    display: flex;
    flex-wrap: wrap; /* 折り返しあり */
    justify-content: left; /* 中央寄せ */
    gap: 10px; /* 画像の間に隙間 */
    margin: 10px auto;
    width: 96%;
}
.postimage {
    flex: 0 1 calc(50% - 10px); /* 基本は2列、隙間考慮 */
    display: flex;
    justify-content: center;
}
.postimage img {
    width: 100%;
    height: 300px; /* 高さを固定 */
    object-fit: cover; /* 画像をトリミングして綺麗に */
    border-radius: 6px;
}
.postimages-wrapper.single .postimage {
    flex: 0 1 100%; /* 1枚のときは幅90% */
}
.categorylist p{
    font-size: 12px;
    color: rgb(163, 163, 163);
}
.categorylist{
    margin-left: 10px;
    margin-bottom: 10px;
}
@media(min-width:767px){
    .categorylist{
        margin-left: 20px;
    }
}
#page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    right: 10;
     top: 100;
    border-radius: 50%;
    color: white;
    background: rgb(1, 119, 255);
    opacity: 1.0;
    border: 2px solid white;
  }
  #page_top a{
    z-index: 999;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    right: 10;
    bottom: 40;
    text-decoration: none;
  }

  .fa-edit {
    z-index: 999;
    font-weight: 900;
    content: '\f062';
    font-size: 30px;
    color: white;
    position: absolute;
    width: 28px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }








/* トップページLP */
  .categorylist p{
    margin-right: 0px;
    margin-left:0px;
}
.toppageflex1{
    width: 160px;
    border: 1px solid gray;
    border-radius: 12px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 20px;
}
.buttonsecond{
    margin-bottom: 10px;
}
.toppageflex{
    display: flex;
    width: 340px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
.titlename p{
    font-size: 14px;
    font-weight: 600;
    background-color: rgb(0,119,255);
    color: white;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 30px;
    margin: 4px auto;
}
.classname2{
    font-size: 14px;
}
.classname2 span{
    font-weight: 600;
    margin-right: 2px;
    margin-left: 2px;
}


@media(min-width:600px){
    .toppageflex1{
        width: 260px;
    }
    .point{
        width: 260px;
    }
    .toppageflex{
        width: 550px;
    }
}
@media(max-width:376px){
    .toppageflex1{
        width: 140px;
    }
    .point{
        width: 140px;
    }
    .toppageflex{
        width: 290px;
    }
}
.mediamax{
    width: 688px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.mediaimg{
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}
.mediaimg img{
    
    width: 340px;
    height: auto;
    margin-right: 6px;
    margin-left: 6px;
    text-align: center;
}
@media(min-width:767px){
    .mediamin{
        display: none;
    }
}
@media(max-width:767px){
    .mediamax{
        display: none;
    }
}
.buttonforlinks{
    color: blue;
    border-bottom: 1px solid blue;
}
.kluwashiku{
    font-size: 14px;
    text-align: center;
    margin-top: -10px;
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.newpost{
        margin-top: 20px;
    }
.onlyflex{
    display: flex;
}
.posticon2 img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid gray;
    margin-top: 4px;
    margin-left: 20px;
    margin-right: -10px;
}
.goodflex{
    display: flex;
}
.commentsuu p{
    margin-left: 3px;
    font-size: 16px;
    margin-top: 4px;
}
.commentflex{
    margin-top: 0px;
}
.goodbutton{
    margin-top: 2px;
    width: 30px;
    border-radius:none;
    border: none;
}
.sharegroup{
    display: flex;
    width: 90%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    margin-bottom: -15px;
}
.share{
    margin: 0 auto;
}
.sharegroup img{
    
    width: 30px;
    margin: 0 auto;
}
.twitter img{
    
    width: 50px;
    margin-top: -10px;
}
.good img{
    
    width: 50px;
    margin-top: -10px;
}
.postflex2{
    margin-left:10px;
}
.userid2{
    margin-top: 0px;
}
.postname{
        font-size: 16px;
}
.postdate{
    margin-top: -28px;
}
.postcontent p{
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 4px;
    margin-right: 4px;
}


.goodflex{
    margin-top: 3px;
    margin-bottom: 0px;
    text-align: center;
}
.goodflex p{
    margin-top: 4px;
    color: gray;
}

@media(max-width:768px){
    .postflex2{
        margin-left:4px;
    }
    .posticon2 img{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid gray;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: -6px;
    }
    .goodbutton{
        margin-top: 4px;
        width: 30px;
        border-radius:none;
        border: none;
    }
    .userid2{
        margin-top: 0px;
    }
    .postname{
        font-size: 14px;
    }
    .posttitle p{
        margin-left: -10px;
    }
    .postcontent p{
        font-size: 14px;
    }
}
.text2{
    display: none;
}
#write{
    text-align: center;
}
.categoryname{
    text-align: center;
}
.textbox2{
    width: max-content;
    margin-top: 12px;
    font-size: 16px;
}
.textbox21{
    text-align: center;
    font-size: 18px;
}
.m-form-item-textarea textarea {
    height: 600px;
    font-size: 18px;
}

.m-form-textarea {
    display: block;
    width: 100%;
    height: 300px;
    padding: 4px 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}
.m-form-textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
.buttonpa{
    text-align: center;
    margin-top: 20px;
}
@media(max-width:648px){
    .textbox2{
        width: 360px;
        margin: 0 auto;
        height: 400px;
        font-size: 16px;
    }
    .textbox21{
        text-align: center;
    }
}
@media(max-width:450px){
    .textbox2{
        width: 280px;
        height: 400px;
        font-size: 16px;
    }
    .textbox21{
        text-align: center;
    }
}
@media(max-width:385px){
    .textbox2{
        width: 240px;
        height: 400px;
    }
    .textbox21{
        text-align: center;
    }
}
.logincomment a{
    color: blue;
    border-bottom: 1px solid blue;
}
/* アコーディオンメニュー全体のサイズ・位置 */
.ac {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

/* クリック領域 */
.ac-parent {
    height: 50px;
    border-bottom: 1px solid #fff;
    background-color: rgb(1, 119, 255);
    color: black;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

/* クリックしたら表示される領域 */
.ac-child {
    display: none;
    padding: 2em 1em;
    background-color: #ffccbc;
    text-align: center;
    margin-left: 0px;
}
.anpare{
    display: flex;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    margin-bottom: -10px;
}
.indexbutton{
    background-color: rgb(0, 119, 255);
    margin-right: 4px;
    margin-left: 4px;
    width: 130px;
    height: 130px;
    border-radius: 8px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid rgb(1, 119, 255);
}
.indexbutton img{
    
    width: 70px;
    height: auto;
    background-color: white;
    padding: 8px;
    border-radius: 50%;
    margin-top: 14px;
}
.indexbutton p{
    font-weight: 600;
    color: white;
    margin-top: 10px;
    font-size: 18px;
}
.okindexbutton{
    background-color: rgb(0, 119, 255);
}
.notindexbutton{
    background-color: rgb(0, 119, 255);
    opacity: 0.5;
}
@media(min-width:600px){
    .anpare{
        display: flex;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        width: 550px;
        margin-bottom: -10px;
    }
    .indexbutton{
        margin-right: 4px;
        margin-left: 4px;
        width: 250px;
        height: 130px;
        border-radius: 8px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        border: 3px solid rgb(255, 187, 0);
    }
    .indexbutton img{
    
        width: 70px;
        height: auto;
        background-color: white;
        padding: 8px;
        border-radius: 50%;
        margin-top: 14px;
    }
    .indexbutton p{
        font-weight: 600;
        color: white;
        margin-top: 10px;
        font-size: 18px;
    }
}
.genzaino{
    display: flex;
    width: 310px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -10px;
    margin-top: 20px;
    border: 1px solid gray;
    padding: 4px;
    border-radius: 8px;
}
.genzaitoukou{
    width: 155px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.genzaitouroku{
    width: 155px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.fontb{
    font-weight: 600;
    font-size: 16px;
}
.counters{
    color: #f16272;
    font-size: 28px;
    font-weight: 700;
    margin-top: -10px;
    margin-bottom: 16px;
}
.koukokuimg{
    text-align: center;
    margin-top: 20px;
}
.koukokuimg img{
    
    width: 90%;
    max-width: 450px;
    border-radius: 8px;
    height: auto;
}
.koukokuimgno{
    margin-top: 40px;
}
.postdatesec{
    margin-left: 0px;
}
.postdatesec p{
    font-size: 12px;
    color: orange;
    width: fit-content;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid orange;
    margin-top: -6px;
    margin-bottom: 20px;
    font-weight: 500;
    margin-left: 0px;
}
@media(max-width:769px){
    .postdatesec{
        margin-left: -10px;
    } 
}
.sec_inner{
    margin-top: -20px;
}
.managerbox{
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 20px;
}
.managerbox a {
    background-color: rgb(0, 119, 255);
    color: white;
    padding: 12px;
    border-radius: 6px;
}
.pdfbox{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 30px;
}
iframe[src$=".pdf"]{
    width:100%;
    max-width: 600px;
    height:80vh;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-radius: 6px;
}
/* SPBOX */
.reviewbox{
    margin-top: 14px;
    margin-bottom: 14px;
}
.reviewtextbox p{
    margin-top: 0px;
    margin-bottom: 0px;
}
.reviewbox:hover{
    opacity: 0.6;
}
.reviewfex{
    width: 96%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    background-color: white;
    border-radius: 10px;
    padding: 4px;
    box-shadow: 0px 10px 10px 2px rgba(0,0,0,0.3);
}
.reviewimg{
    width: 168px;
    height: 94px;
    margin-right: 8px;
    margin-left: 4px;
}
.reviewimg img{
    
    width: 168px;
    height: 94px;
    
    border: 1px solid black;
}
.reviewtextbox{
    padding-top: 4px;
    padding-bottom: 4px;
}
/* .reviewtitle{
    height: 60%;
}
.reviewname{
    height: 20%;
}
.reviewdate{
    height: 20%;
} */
.reviewtitle p{
    font-size: 15px;
    font-weight: 570;
}
.reviewname p{
    font-size: 13px;
    color: gray;
}
.reviewdate p{
    font-size: 13px;
    color: gray;
}
@media(max-width:500px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
/* SPBOX */
.reviewrand{
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.reviewrandbox{
    min-width: 100px;
    max-width: 300px;
    border: 2px solid gray;
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.reviewrandbox:hover{
    opacity: 0.6;
}
.randimg{
    width: 100%;
}
.randimg img{
    width: 100%;
    height: 160px;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 1px solid gray;
}
.randdate{
    text-align: left;
}
.randdate p{
    font-size: 13px;
    color: gray;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 6px;
    margin-left: 6px;
}
.randtext{
    text-align: left;
}
.randtext p{
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-left: 6px;
}
.randname{
    text-align: left;
}
.randname p{
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 6px;
    margin-left: 6px;
    font-weight: 600;
}
.titlepage{
    background-color: white;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}
.titlepage p{
    padding: 10px;
    color: rgb(0, 119, 255);
    font-size: 20px;
    font-weight: 600;
    border: 4px solid rgb(0, 119, 255);
    border-radius: 10px;
}
.leftright{
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
}
.reviewlist{
    width: 100%;
}
#footer01{
    margin-top: 0px;
}

main{
    width: 100%;
}
.mainbox{
    max-width: 5000px;
}
.nheadbox{
    margin-top: 30px;
    width: 100%;
    display: flex;
    background-image: url('images/poolback.jpg');
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    padding-bottom: 20px;
}
.nheadleft{
    width: 50%;
}
.nheadright{
    width: 50%;
}
.ntextbox{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 40px;
}
.ntextp p{
    font-weight: 600;
    color: rgb(0, 119, 255);
    margin-bottom: 0px;
    font-size: 22px;
}
.ntexth1 h1{
    display: none;
    padding-top: 0px;
    color: rgb(0, 119, 255);
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 42px;
}
.ntexth1 img{
    
    width: 130px;
    height: auto;
    border: 2px solid gray;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ntexto2 p{
    font-weight: 600;
    margin-top: 0px;
    font-size: 18px;
}
.ngobox{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
.nboxb{
    display: flex;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
}
.nboxp{
    text-align: center;
    font-size: 16px;
    color: rgb(0, 119, 255);
    font-weight: 600;
    background-color: white;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    padding: 4px 18px;
    border: 1px solid rgb(0, 119, 255);
    border-radius: 30px;
    margin-bottom: 24px;
}
.nboxp p{
    margin-top: 0px;
    margin-bottom: 0px;
}
.ngobutton{
    margin-right: auto;
    margin-left: auto;
    margin-top: 6px;
}
.ngobutton a{
    width: fit-content;
    font-size: 19px;
    background-color: rgb(0, 119, 255);
    border-radius: 8px;
    padding: 16px;
    color: white;
    font-weight: 600;
    border: 3px solid white;
}
.ngobutton a:hover{
    width: fit-content;
    font-size: 19px;
    background-color: white;
    border-radius: 8px;
    padding: 16px;
    color: rgb(0, 119, 255);
    font-weight: 600;
    border: 3px solid rgb(0, 119, 255);
}
.spbox{
    display: flex;
    margin-top: 80px;
    width: 100%;
    max-width: 600px;
    height: 70%;
    max-height: 300px;
}
.ngoodpointbox{
    background-color: white;
    padding: 30px 8px 20px 8px;
}
.ngoodde{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    margin-bottom: 40px;
}
.ngoodimg{
    width: 50%;
    text-align: center;
}
.ngoodimg img{
    
    width: 90%;
    max-width: 460px;
    border-radius: 16px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 10px;
}
.ngoodp{
    width: 50%;
}
.nnum{
    display: flex;
    text-align: center;
}
.nnum p{
    background-color: rgb(0, 119, 255);
    color: white;
    font-size: 26px;
    font-weight: 600;
    border-radius: 50%;
    padding: 10px;
    margin-right: 10px;
    width: 60px;
    height: 60px;
}
.nnum h3{
    color: rgb(0, 119, 255);
    font-size: 22px;
    margin-top: 34px;
    margin-bottom: 0px;
}
.ngoodpp{
    color: rgb(0, 119, 255);
    font-size: 16px;
    font-weight: 600;
    padding-right: 20px;
    padding-left: 20px;
}
.ngoodtitle{
    text-align: center;
}
.ngoodtitle p{
    font-size: 24px;
    font-weight: 600;
    background-color: white;
    color: rgb(0, 119, 255);
    width: fit-content;
    border: 4px solid rgb(0, 119, 255);
    border-radius: 30px;
    padding: 10px 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}
.nwhatcandobox{
    padding-top: 50px;
    padding-bottom: 50px;
}
.ngoodtitle2 p{
    font-size: 18px;
    font-weight: 600;
    background-color: rgb(0, 119, 255);
    color: white;
    width: fit-content;
    border-radius: 30px;
    padding: 10px 30px;
    margin-right: auto;
    margin-left: auto;
}
.nwhatcantitle{
    text-align: center;
}
.nwhatcantitle h3{
    font-size: 24px;
    font-weight: 600;
    color: black;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}
.nwhatcantitle h3 span{
    color: rgb(1, 119, 255);
}
.nwhatcande{
    width: 90%;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
}
.nwhatblock{
    width: 90%;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
    padding: 8px 4px 8px 4px;
}
.nwhatflex{
    background-color: lightgray;
    border-radius: 12px;
    text-align: center;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 2px 2px 2px 2px gray;
}
.nwhatflex img{
    height: 132.66px;
    width: 100px;
    border-radius: 6px;
    border: 1px solid gray;
    margin-top: 21px;
    margin-bottom: 15px;
}
.nwhatcontent{
    margin-left: 10px;
    width: 100%;
}
.nwhath4{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.nwhath4 h4{
    margin-top: 0px;
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.redborder{
    border-top: 3px solid red;
    width: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nwhatp p{
    font-size: 14px;
}
.nreviewbox{
    background-color: rgb(0, 119, 255);
    padding-top: 50px;
    padding-bottom: 50px;
}
.nreviewde{
    width: 90%;
    max-width: 640px;
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
}
.nreviewflex{
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    background-color: white;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}
.nreviewintro{
    display: flex;
}
.nreviewicon img{
    
    width: 36px;
    height: 36px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid black;
    margin-right: 8px;
}
.nreviewname p{
    margin-top: 10px;
    font-weight: 600;
    color: black;
}
.nreviewtext p{
    margin-top: 0px;
    font-size: 14px;
}
.nreviewtitle p{
    color: rgb(0, 119, 255);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 10px;
}
.ngoodtitle3 p{
    font-size: 18px;
    font-weight: 600;
    background-color: white;
    color: rgb(0, 119, 255);
    width: fit-content;
    border-radius: 30px;
    padding: 10px 30px;
    margin-right: auto;
    margin-left: auto;
}
.nwhatcantitle2 h3{
    font-size: 24px;
    font-weight: 600;
    color: white;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}
.njouhou{
    width: 100%;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 50px;
}
.njouhoude{
    width: 90%;
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
}
.njouhoubox{
    width: 100%;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}
.njouhoutitle{
    text-align: center;
    margin-right: 10px;
}
.njouhoutitle p{
    background-color: rgb(0, 119, 255);
    color: white;
    padding: 4px;
    border-radius: 6px;
    width: 120px;
}
.njouhoutext p{
    margin-top: 20px;
}
.njouhoutext2{
    margin-top: 20px;
}
.njouhoutext2 a{
    border-bottom: 1px solid blue;
    color: blue;
}
.sp{
    display: none;
}
@media(max-width:1150px){
    .nheadleft{
        width: 40%;
    }
    .nheadright{
        width: 60%;
    }
}
@media(max-width:1070px){
    .ngoodimg img{
    
        margin-top: 20px;
    }
}
@media(max-width:982px){
    .ngoodimg img{
    
        margin-top: 20px;
    }
}
@media(max-width:935px){
    .nheadleft{
        width: 38%;
    }
    .nheadright{
        width: 62%;
    }
}
@media(max-width:900px){
    .spbox{
        display: flex;
        margin-top: 120px;
        width: 100%;
        height: 56%;
    }
    .ngoodimg img{
    
        margin-top: 20px;
    }
}
@media(max-width:800px){
    .ngoodde{
        display: block;
    }
    .ngoodimg{
        width: 100%;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
    .ngoodp{
        width: 100%;
    }
    .nnum{
        display: block;
        text-align: center;
    }
    .nnum p{
        background-color: rgb(0, 119, 255);
        color: white;
        font-size: 20px;
        font-weight: 600;
        border-radius: 50%;
        padding: 10px;
        margin-right: 10px;
        width: 50px;
        height: 50px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .nnum h3{
        color: rgb(0, 119, 255);
        font-size: 20px;
        margin-top: 10px;
    }
    .ngoodtitle p{
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .ngoodpp{
        font-size: 15px;
    }
}
@media(max-width:796px){
    .nheadleft{
        width: 46%;
    }
    .nheadright{
        width: 54%;
    }
    .spbox{
        display: flex;
        margin-top: 120px;
        width: 100%;
        height: 46%;
    }
}
@media(max-width:730px){
    .nheadleft{
        width: 52%;
    }
    .nheadright{
        width: 48%;
    }
    .spbox{
        display: flex;
        margin-top: 120px;
        width: 100%;
        height: 50%;
    }
}
@media(max-width:730px){
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .nheadbox{
        display: block;
    }
    .nheadleft{
        width: 100%;
        margin-top: -10px;
    }
    .nheadright{
        width: 100%;
        max-width: 730px;
    }
    .spbox{
        margin-right: auto;
        margin-left: auto;
    }
    .spbox img{
    
        height: 160px;
        margin-right: auto;
        margin-left: auto;
    }
    .ngoodde{
        display: block;
    }
    .ngoodimg{
        width: 100%;
    }
    .ngoodp{
        width: 100%;
    }
    .nnum{
        display: block;
        text-align: center;
    }
    .nnum p{
        font-size: 20px;
        font-weight: 600;
        border-radius: 50%;
        padding: 10px;
        margin-right: 10px;
        width: 50px;
        height: 50px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .nnum h3{
        font-size: 20px;
        margin-top: 10px;
    }
    .ngoodtitle p{
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .spbox{
        margin-top: 0px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        height: 180px;
        width: 90%;
        max-width: 350px;
    }
    .nheadleft{
        margin-top: -50px;
    }
    .spver{
        height: 180px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .pcver{
        height: 180px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
}
.ngokaiin{
    background-color: antiquewhite;
    padding-top: 40px;
    padding-bottom: 40px;
}
.ngokaiinbutton{
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
    margin-bottom: 20px;
    margin-top: 30px;
}
.ngokaiinbutton a{
    background-color: rgb(0, 119, 255);
    padding: 14px;
    font-size: 20px;
    border-radius: 8px;
    font-weight: 600;
    color: white;
    border: 3px solid white;
}
.ngokaiinbutton a:hover{
    background-color: white;
    padding: 14px;
    font-size: 20px;
    border-radius: 8px;
    font-weight: 600;
    color: rgb(0, 119, 255);
    border: 3px solid rgb(0, 119, 255);
}
.ngokaiinbutton2{
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
    margin-bottom: 0px;
    margin-top: 40px;
}
.ngokaiinbutton2 a{
    background-color: white;
    padding: 14px 20px;
    font-size: 18px;
    border-radius: 8px;
    font-weight: 500;
    color: rgb(0, 119, 255);
    border: 3px solid rgb(0, 119, 255);
}
.ngokaiinbutton2 a:hover{
    background-color: rgb(0, 119, 255);
    padding: 14px;
    font-size: 20px;
    border-radius: 8px;
    font-weight: 600;
    color: white;
    border: 3px solid rgb(0, 119, 255);
}
.nowtoukousuu{
    width: 96%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}
.newtoukoutext{
    text-align: center;
}
.newtoukoutext p{
    font-size: 18px;
    font-weight: 600;
    color: rgb(0, 119, 255);
    margin-top: 0px;
    margin-bottom: 0px;
}
.newtoukoutext p span{
    color: salmon;
}
.newtoukounumber {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: rgb(0, 119, 255);
    letter-spacing: 0.06em;
}
.newtoukounumber p{
    margin-top: 0px;
    margin-bottom: 0px;
}
.newtoukounumber p span{
    font-size: 40px;
    font-weight: 600;
    color: salmon;
    margin-right: 4px;
    margin-left: 4px;
}
.newbox1{
    background-color: rgb(0, 119, 255);
    width: 100%;
}
.new1text{
    text-align: center;
}
.new1text p{
    color: white;
    font-weight: 600;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 0px;
}
.whyuse{
    background-color: rgb(0, 119, 255);
    padding-top: 20px;
    padding-bottom: 20px;
}
.whyusetitle {
    text-align: center;
    margin-bottom: 10px;
}
.whyusetitle p{
    background-color: white;
    padding: 10px 20px;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    font-weight: 600;
    color: rgb(0, 119, 255);
    border-radius: 30px;
    border: 4px solid rgb(0, 119, 255);
}
.whyusesubtite{
    text-align: center;
    padding-bottom: 10px;
}
.whyusebox{
    width: 96%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 12px;
    border: 6px solid rgb(0, 119, 255);
    margin-bottom: 20px;
    padding: 10px;
    background-color: white;
}
.whyusenumber{
    background-color: rgb(0, 119, 255);
    border-radius: 8px;
    border: 2px solid white;
    width: 40px;
    height: 40px;
    text-align: center;
    color: white;
    font-weight: 600;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
.whyusenumber p{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 7px;
}
.whyusesubtitle p{
    margin-top: 7px;
    margin-bottom: 6px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 18px;
}
.whyusetext p{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    margin-bottom: 10px;
}
.whyusetext span{
    color: salmon;
    font-weight: 600;
}
.nowcondition{
    background-color: #C3E9FF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.nowconditiontext{
    text-align: center;
}
.nownumber{
    font-size: 50px;
    color: #FA503F;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}
.nownumber span{
    font-size: 20px;
    margin-right: 2px;
    margin-left: 2px;
    color: rgb(0, 119, 255);
}
.nowspan{
    font-size: 18px;
    font-weight: 600;
    color: rgb(0, 119, 255);
    margin-bottom: 0px;
}
.newdetailbox{
    background-color: #C3E9FF;
    display: flex;
}
.newdetailimg{
    width: 30%;
}
.newdetail1{
    text-align: right;
}
.newdetail2{
    text-align: left;
}
.newdetailimg img{
    
    width: 90%;
    max-width: 80px;
    height: auto;
}
.newdetail{
    padding-bottom: 30px;
    width: 90%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    width: 40%;
}
@media(max-width:700px){
    .newdetailimg{
        width: 20%;
    }
    .newdetail1{
        text-align: right;
    }
    .newdetail2{
        text-align: left;
    }
    .newdetailimg img{
    
        width: 90%;
        max-width: 80px;
        height: auto;
    }
    .newdetail{
        padding-bottom: 30px;
        width: 90%;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
        width: 60%;
    }
}
@media(max-width:450px){
    .newdetailimg{
        display: none;
    }
    .newdetail{
        padding-bottom: 30px;
        width: 90%;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    } 
}
.newdetail a{
    width: 90%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}
.newdetailbutton {
    text-align: center;
    width: 90%;
    max-width: 400px;
    background-color: #00A1F5;
    border: 3px solid white;
    color: white;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    border-radius: 8px;
    padding: 10px 0px;
    margin-bottom: 16px;
    margin-top: 16px;
}
.newdetailbutton:hover{
    text-align: center;
    width: 90%;
    max-width: 400px;
    background-color: white;
    border: 3px solid #00A1F5;
    color: #00A1F5;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 0px;
    margin-bottom: 16px;
    margin-top: 16px;
}
.newdetailbutton img{
    
    width: 20px;
    height: 20px;
}
.spnbox1{
    width: 96%;
    max-width: 800px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.spnnumber{
    width: 10%;
    background-color: gray;
    text-align: center;
    border-radius: 10px;
    margin-right: 10px;
}
.spnnumber p{
    color: white;
    font-weight: 600;
    font-size: 36px;
    margin-top: 50%;
}
.spntextbox{
    width: 90%;
}
.spntitle{
    width: 100%;
}
.spntitle p{
    width: 100%;
    background-color: royalblue;
    border-radius: 10px;
    padding: 10px;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
}
.spntext p{
    font-size: 15px;
    margin: 16px 10px 10px 10px;
}
.spntext p span{
    color: salmon;
}
.spnboxde {
    margin-top: 30px;
}
.spnbox{
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: white;
}
.spnimg{
    text-align: center;
    margin-bottom: 30px;
}
.spnimg img{
    
    width: 96%;
    max-width:600px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
}
.spnbox2{
    border: 2px solid rgb(0, 119, 255);
    width: 96%;
    max-width: 800px;
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    padding:4px 10px 0px 10px;
    margin-top: 30px;
}
.spnbox2 a{
    width: fit-content;
}
.ngoodtitle3 p{
    border: 4px solid rgb(0, 119, 255);
}
.sledsample{
    background-color: rgb(0, 119, 255);
    padding-top: 10px;
}
.sponsor1box{
    /* background-image: url('images/sponsorimg8.png');
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;
    background-size: cover; */
    background-color: white;
    color: rgb(0, 119, 255);
    width: 100%;
    height: 50vh;
}
.sponsor1title{
    text-align: center;
    padding-top: 6%;
}
.sponsor1title p{
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;
    font-size: 50px;
    font-weight: 600;
    color: rgb(0, 119, 255);
    margin-top: 0px;
    margin-bottom: 0px;
}
.spversion{
    display: none;
}
@media(max-width:800px){
    .pcversion{
        display: none;
    }
    .spversion{
        display: block;
    }
    .sponsor1title p{
        font-size: 40px;
        font-weight: 600;
        color: rgb(0, 119, 255);
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
.sponsor1boxflex{
    width: 96%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.spn1boxmokuji{
    width: 50%;
}
.spn1boxmokuji a{
    font-size: 18px;
    color: rgb(0, 119, 255);
    display: flex;
    border-bottom: 1px solid rgb(0, 119, 255);
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.spn1boxmokuji img{
    
    width: 18px;
    height: 18px;
    margin-right: 4px;
    margin-top: 4px;
    background-color: rgb(0, 119, 255);
    border-radius: 50%;
    border: 1px solid rgb(0, 119, 255);
}
.spn1boxmokuji p{
    margin-top: 0px;
    margin-bottom: 0px;
}
@media(max-width:570px){
    .sponsor1boxflex{
        display: block;
        margin-top: 10px;
    }
    .spn1boxmokuji{
        width: 300px;
        margin-right: auto;
        margin-left: auto;
    }
    .spn1boxmokuji a{
        font-size: 18px;
        color: rgb(0, 119, 255);
        display: flex;
        border-bottom: none;
        margin-right: 12px;
        margin-left: 12px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .spn1boxmokuji img{
    
        width: 18px;
        height: 18px;
        margin-right: 4px;
        margin-top: 4px;
    }
    .spn1boxmokuji p{
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
/* トップページLP終了 */

.racebox{
    background-color: white;
    border-radius: 16px;
    padding: 10px;
}
.racetoukoutitle{
    background-color: rgb(0,119,255);
    padding: 10px 40px;
    border-radius: 30px;
    text-align: center;
    width: fit-content;
    margin: 10px auto;
    font-size: 18px;
    color: white;
    font-weight: bold;
}
.racegobutton{
    width: 260px;
    background-color: rgb(0,119,255);
    border-radius: 10px;
    margin: 10px auto;
    padding: 10px;
}
.racegoimg{
    text-align: center;
}
.racegoimg img{
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    padding: 4px;
    margin: 10px auto;
}
.racegotext{
    text-align: center;
}
.racegotext p{
    color: white;
    font-weight: bold;
    margin: 10px;
}
.moviebox{
    width: 96%;
    margin: 20px auto;
    box-shadow: 0px 10px 10px 6px rgba(0,0,0,0.3);
    padding: 10px;
    border-radius: 10px;
}
.kinds{
    background-color: rgb(0,119,255);
    padding: 10px;
    border-radius: 10px;
    color: white;
    margin-bottom: 10px;
}
.moviedate{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-left: 4px;
}
.moviedate p{
    background-color: rgb(255, 187, 0);
    color: white;
    padding: 4px;
    margin: 4px 8px 4px 0px;
    font-size: 15px;
    border-radius: 4px;
}
.times{
    font-size: 16px;
    font-weight: bold;
    margin-left: 4px;
    margin-bottom: 10px;
}
.kindsrace{
    margin-left: 4px;
    margin-bottom: 4px;
}
.commentracebox p{
    font-size: 14px;
    margin: 0px 4px 10px 4px;
    word-break: break-all;
}
main{
    background-color: white;
}

#footer01{
    margin-top: 0px;
}
#page_top{
    display: none;
}
main{
    width: 100%;
}
.thanksbox{
    width: 100%;
}
.thanksflex{
    display: flex;
    width: 96%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgb(0, 119, 255);
    border-radius: 10px;
    padding: 10px;
    margin-top: 30px;
}
.thanksimg{
    width: 20%;
}
.thanksimg img{
    
    width: 100%;
    max-width: 70px;
    margin-top: 10%;
}
.thankstitle{
    width: 60%;
    background-color: white;
    padding: 8px;
    border-radius: 6px;
}
.thankstitle p{
    font-size: 15px;
}
.left{
    text-align: center;
}
.right{
    text-align: center;
}
.thanksmore{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.thanksmore a{
    background-color: white;
    border-radius: 10px;
    border: 3px solid rgb(0, 119, 255);
    font-size: 16px;
    color: rgb(0, 119, 255);
    padding: 16px 40px;
    height: 54px;
}
.thanksmore a:hover{
    background-color: rgb(0, 119, 255);
    border-radius: 10px;
    border: 3px solid rgb(0, 119, 255);
    font-size: 16px;
    color: white;
    padding: 16px 40px;
    height: 54px;
}
@media(max-width:673px){
    .thanksimg{
        display: none;
    }
    .thankstitle{
        width: 96%;
        margin-right: auto;
        margin-left: auto;
    }
}
.sponsortop{
    width: 100%;
    padding-top: 20px;
}
.sponsortoptitle{
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 20px;
}
.sponsortoptitle p{
    font-size: 36px;
    font-weight: 600;
}
.sponsortoptitle p span{
    font-size: 36px;
    font-weight: 600;
    color: rgb(0, 119, 255);
}
.sponsortopimg{
    display: flex;
    width: 96%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.sptopimgchild{
    width: 30%;
    margin-right: 1%;
    margin-left: 1%;
    text-align: center;
}
.sptopimgchild img{
    height: 200px;
}
.sponsorsec{
    margin: 20px 0px;
    background-color: rgb(0, 119, 255);
    color: white;
    padding: 40px 20px;
}
.sponsorsectitle{
    background-color: white;
    border-radius: 24px;
    padding: 10px 20px;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}
.sponsorsectitle p{
    color: rgb(0, 119, 255);
    font-size: 20px;
    font-weight: 600;
}
.sponsorsecbox{
    display: flex;
    width: 96%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sponsorboxchild{
    width: 31%;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid white;
    border-radius: 16px;
    background-color: white;
}
.secchildimg{
    width: 100%;
}
.secchildimg img{
    width: 100%;
    border-radius: 14px 14px 0px 0px;
}
.sponsortextbox{
    background-color: white;
    border-radius: 0px 0px 14px 14px;
}
.secchildtitle{
    text-align: center;
    font-size: 16px;
    color: rgb(0, 119, 255);
    font-weight: 600;
    margin: 10px auto 4px auto;
}
.secchildtext{
    color: black;
    font-size: 15px;
    padding: 6px;
}
.secchildtext p{
    font-size: 15px;
}
.secchildtext p span{
    font-weight: 600;
    color: rgb(0, 119, 255);
}
.devpare{
    background-image: none;
    background-color: rgb(0, 119, 255);
}
.sponsorbox3{
    margin-top: 30px;
    margin-bottom: 30px;
}
.sponsorbox3title{
    background-color: rgb(0, 119, 255);
    border-radius: 24px;
    padding: 10px 30px;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}
.sponsorbox3title p{
    color: white;
    font-size: 24px;
    font-weight: 600;
}
.sponsorbox3text1{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.sponsorbox3text1 p span{
    font-size: 80px;
    font-weight: 600;
    margin-right: 10px;
}
.sponsorbox3text1 p{
    font-size: 30px;
}
.sponsorbox3text2{
    text-align: center;
    font-size: 14px;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.sponsorsecflex{
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sponsorsecflexchild{
    width: 47%;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    color: rgb(0, 119, 255);
    margin-bottom: 10px;
    margin-top: 10px;
    border: 2px solid white;
    border-radius: 10px;
    padding: 10px;
}
.sponsorgoodimg img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}
.sponsorgoodstitle{
    text-align: center;
    border-bottom: 1px solid rgb(0, 119, 255);
    background-color: rgb(0, 119, 255);
    border-radius: 10px;
}
.sponsorgoodstitle p span{
    font-weight: 600;
    font-size: 17px;
    color: white;
}
.sponsorgoodstitle p{
    font-size: 14px;
    color: white;
}
.sponsorgoodstext{
    margin-top: 10px;
}
.sponsorgoodstext {
    color: black;
}
.sponsorsectime{
    padding-top: 40px;
    margin-bottom: 20px;
}
.sponsorgoodtext2{
    width: 96%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}
.sponsorgoodtext2 p{
    font-size: 14px;
    width: 96%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}
.sponsorgoodstext a{
    color: rgb(0, 119, 255);
    border-bottom: 1px solid rgb(0, 119, 255);
}
.spflexborder{
    border: 2px solid gray;
}
.sponsorgoodsimg{
    padding: 10px;
    text-align: center;
}
.sponsorgoodsimg img{
    height: 140px;

}
.developername{
    color: white;
}
.developername a{
    color: white;
}
.developeraccount{
    color: white;
}
.sponsorqueastion{
    width: 96%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.sponsorquestionpare{
    margin-top: 20px;
    margin-bottom: 20px;
}
.sponsorquestionq{
    background-color: lightgray;
    padding: 6px;
    border-radius: 8px;
}
.sponsorquestiona{
    margin-left: 10px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.developerbox{
    margin-top: 30px;
    margin-bottom: 30px;
}
@media(max-width:500px){
    .sponsorsecbox{
        display: block;
        width: 96%;
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .sponsorboxchild{
        width: 96%;
        margin-right: auto;
        margin-left: auto;
        border: 2px solid white;
        border-radius: 16px;
        background-color: white;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .sponsorsecflexchild{
        width: 47%;
        min-width: 270px;
        margin-right: auto;
        margin-left: auto;
        background-color: white;
        color: rgb(0, 119, 255);
        margin-bottom: 10px;
        margin-top: 10px;
        border: 2px solid white;
        border-radius: 10px;
        padding: 10px;
    }
}
.spnbuttonb{
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.spnbuttonb a{
    background-color: rgb(0, 119, 255);
    color: white;
    padding: 20px 40px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
    border: 2px solid rgb(0, 119, 255);
}
.spnbuttonb a:hover{
    background-color: white;
    border: 2px solid rgb(0, 119, 255);
    color: rgb(0, 119, 255);
    padding: 20px 40px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
}
.sponsorbox{
    background-color: white;
}
.pcsonsor{
    display: none;
}
@media(max-width:570px){
    .spsonsor{
        display:none;
    }
    .pcsonsor{
        display:block;
    }
}
/* ホームCSS */
.homeap1{
    width: 100%;
    padding: 20px 10px;
    background-color: white;
    max-width: 800px;
    margin: 0px auto;
}
@media(min-width:500px){
    .homeap1{
        margin-top: 10px;
        border-radius: 10px;
    }
}
.homeap1prde{
    display: flex;
    width: 100%;
    padding: 10px 10px 0px 10px;
}
.homeap1prdeicon{
    width: 70px;
    height: auto;
}
.homeap1prdeicon img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #000;
}
.homeap1prdeflexin{
    margin: auto 4px auto 10px;
}
.homeap1prdename{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 4px;
}
.homeap1prodeflexflex{
    display: flex;
    margin-top: 6px;
}
.homeap1prdebutton a{
    width: fit-content;
    padding: 4px 20px;
    border: 1px solid rgb(0,119,255);
    border-radius: 4px;
    background-color: white;
    font-size: 15px;
    color: rgb(0,119,255);
    display: inline-block;

}
.homeap1prdebutton input{
    width: fit-content;
    padding: 4px 20px;
    border: 1px solid rgb(0,119,255);
    border-radius: 4px;
    background-color: white;
    font-size: 15px;
    color: rgb(0,119,255);
}
.homeap1prdebuttonnowok{
    background-color: rgb(0,119,255);
    color: white;
}
.homeap1predebuttontwitter{
    width: 32.5px;
    height: 32.5px;
    margin-left: 8px;
}
.homeap1predebuttontwitter img{
    width: 100%;
    height: auto;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #1da1f2;
}
.homeap1predebuttontwitterins img{
    border: 1px solid pink;
}
.homeap1prdean{
    width: 100%;
    margin: 12px 0px;
}
.homeap1prdeantitle{
    color: white;
    font-size: 14px;
    margin-bottom: 4px;
}
.homeap1prdeanflex{
    display: flex;
}
.anflexflex{
    width: 46%;
    background-color: #255499;
    margin: 0px auto;
    text-align: center;
    border-radius: 4px;
    padding: 6px;
}
.anflextitle{
    font-size: 12px;
    margin-bottom: 2px;
    color: white;
}
.anflexnumber{
    font-size: 10px;
    color: white !important;
}
.anflexnumber span{
    font-size: 14px;
    font-weight: bold;
    margin-right: 1px;
}
.homeap1prdelist{
    width: 96%;
    margin: 10px auto;
}
.homeap1prdelistde{
    display: flex;
    border-bottom: 1px solid lightgray;
    padding: 8px 0px 4px 0px;
}
.homeap1prdelisttitle{
    font-size: 13px;
    font-weight: bold;
    color: #004AAD;
    width: 26%;
}
.homeap1prdelistichild{
    font-size: 13px;
    color: black;
    width: 74%;
    word-break: break-all;
}
.homeap1prdelistichild a{
    color: rgb(0,119,255);
    font-weight: bold;
    border-bottom: 1px solid rgb(0,119,255);
    word-break: break-all;
}
.homeap1postlist{
    display: flex;
    width: 96%;
    margin: 20px auto 20px auto;
}
.homeap1postlistchild{
    width: 31%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 4px;
    border-radius: 4px;
    margin: 0px auto;
}
.homeap1postlistchild a{
    color: white;
}
.homeap1postlistchildA{
    background-color: #F47D34;
    color: white;
}
.homeap1postlistchildB{
    background-color: #00BF63;
    color: white;
}
.homeap1postlistchildC{
    background-color: #5E17EB;
    color: white;
}

.kensakufilebox{
    width: 100%;
    background-color: lightgray;
    padding: 10px 10px;
    max-width: 500px;
    margin-top: 20px;
    border-radius: 4px;
}
@media(min-width:500px){
    .kensakufilebox{
        border-radius: 4px;
        margin: 20px auto;
    }
}
.kensakufileflex{
    display: flex;
    margin: 0px auto;
}
.kensakufile1{
    width: 46%;
    margin: 10px auto;
    background-color: white;
    border-radius: 4px;
    padding: 6px;
    font-size: 14px;
    font-weight: bold;
}
.kensakufile1 span{
    margin-left: 4px;
    color: gray;
}
.kensakufileformform{
    text-align: center;
    margin-bottom: 0px;
}
.kensakufileforminput{
    width: 96%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
}
.kensakufileformsubmit{
    width: 96%;
    margin: 10px auto;
    border: none;
    background-color:rgb(0,119,255);
    padding: 10px;
    font-size: 15px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
}

.toukouboxthis{
    width: 100%;
    background-color: white;
    border: 2px solid #47ACFF;
    border-radius: 4px;
    box-shadow: 0 0 3px 2px rgba(0,0,0,0.2);
    margin: 8px auto 12px auto;
    padding: 4px 0px 0px 0px;
    max-width: 700px;
}
.postlist2{
    width: 100%;
    padding: 8px;
    display: flex;
}
.posticonthis{
    width: 44px;
    height: 44px;
    margin-right: 4px;
    margin-left: 4px;
}
.posticonthis img{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #000;
}
.postflex2{
    margin: auto 4px;
}
.postname2 a{
    font-size: 16px;
}
.postdate2{
    font-size: 12px;
    color: gray;
}
.postdatesec{
    margin: 2px 8px 2px 2px;
    width: fit-content;
    margin-left: 10px;
}
.postdatesec p{
    color: #004AAD;
    width: 100%;
    margin: 0px;
    border: 1px solid #004AAD;
    font-size: 15px;
    padding: 4px 6px;
}
.koteigo{
    background-color: #004AAD;
    border: 1px solid #004AAD;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 4px;
    color: white;
    margin: 2px;
}
.flexkotei{
    display: flex;
}
.postcontent2{
    width: 93%;
    margin: 12px auto;
    font-size: 14px;
    white-space: pre-wrap;
    word-break: break-all;
}
.flexkotei form{
    margin-bottom: 0px;
}
.hometwsha{
    display: flex;
    width: 100%;
    padding: 8px;
    background-color: #D1D1D1;
    border-radius: 0px 0px 2px 2px;
    padding-top: 20px;
}
.goodmaypage{
    width: 32%;
    margin: 4px 1%;
    text-align: center;
    display:inline-block;
    background-color: #FF66C4;
    padding: 10px 6px;
    border-radius: 4px;
    color: white;
    font-size: 14px;
}
.goodmaypagecom{
    width: 32%;
    margin: 4px 1%;
    text-align: center;
    display:inline-block;
    background-color: #00BF63;
    padding: 10px 6px;
    border-radius: 4px;
    color: white;
    font-size: 14px;
}
.goodmaypagetwitter{
    width: 32%;
    margin: 4px 1%;
    text-align: center;
    height: 43px;
}
.goodmaypagetwitter a{
    display:inline-block;
    width: 100%;
    background-color: #1da1f2;
    padding: 10px 6px;
    border-radius: 4px;
    color: white;
    font-size: 14px;
}
.goodmaypagetwitter input{
    width: 100%;
    background-color: #DB880D;
    padding: 10px 6px;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    border: 1px solid #DB880D;
    height: 43px;
}
.pdfbox{
    width: 96%;
    margin: 4px auto;
}
.koteinow{
    color: gray;
    font-size: 14px;
    margin: 4px 2px 2px 4px;
}

.pagingflexpare{
    width: 96%;
    margin: 10px auto;
    display: flex;
}
.pagingap1box{
    width: 48%;
    margin: 10px auto;
}
.pagingap1box a{
    background-color: #004AAD;
    padding: 10px 6px;
    border-radius: 4px;
    color: white;
    width: 100%;
    display:inline-block;
    font-size: 14px;
}
.pagingap1box p{
    background-color: gray;
    padding: 10px 6px;
    border-radius: 4px;
    color: white;
    width: 100%;
    display:inline-block;
    font-size: 14px;
}

/* アラート表示 */
.ap240429alartbox{
    padding: 12px;
    font-size: 14px;
}

/* ハッシュタグ入力 */
.nyap1kyoriboxhash{
    width: 100%;
    margin-top: 8px;
}
.nyap1kyoriboxhash input{
    padding: 6px;
    width: 270px;
    margin-left: 4px;
}
.nyap1kyoriboxhash2{
    margin-top: 8px;
}


/* いいねポップアップ */
/* スタンプポップアップのスタイル */
.stamp-popup {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    display: none; /* 初期は非表示 */
    z-index: 9999; /* 最前面に表示 */
    max-width: 450px;
}
.stamp-popup img{
    width: 60px;
    height: 60px;
    box-shadow: 0 0 3px 2px rgba(0,0,0,0.2);
}
.stampflexbox{
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}
.stamp {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
.close-button {
    top: 10px;
    right: 10px;
    background-color: black;
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.minheartaa{
    width: 36px;
    height: auto;
    margin-right: 6px;
}

/* 日誌リストサークル表示 */
.ap240914groupalart{
    width: 96%;
    margin: 4px auto 8px auto;
    background-color: #ccf8ea;
    border-radius: 4px;
    font-size: 13px;
    padding: 8px;
}
.ap240914groupalart a{
    border-bottom: 1px solid #000;
    font-weight: bold;
    font-size: 12px;
}
/* 設定ページ */
.ap241002sflex{
    display: flex;
    width: 100%;
    margin: 8px auto;
}
.ap241002submitbutton{
    width: 50%;
    margin: 8px 1%;
    text-align: center;
}
.ap241002submitbutton a{
    display: inline-block;
    width: 100%;
    padding: 12px 0px;
    font-size: 16px;
    background-color: #545454;
    border-radius: 4px;
    color: #fff;
}