@import url('https://fonts.googleapis.com/css?family=Advent+Pro');
*{
    box-sizing: border-box;
}
body{
    font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size:16px;
    position:relative;
    line-height: 1.8;
    color:#222;
}
body.admin,
body.login{
    background:#f4f4f4;
    padding-top:69px;
}
button{
}
a img{
}
a img:hover{
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: .70;
    -moz-opacity: .70;
}
a{
    text-decoration:underline;
    color:#4577d7 ;
}
a:hover{
    color:#0a3589 ;
    text-decoration:none;
}
a.btn{
    line-height: 1.75;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    color: #FFF;
    background: #275bbf;
    border: solid 1px #184aaa;
    border-bottom: solid 1px #0f3d97;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
a.btn:hover{
    color:#fff;
    background: #163063;
    border: solid 1px #8b0a1a;
    border-bottom: solid 1px #630a14;
}
:placeholder-shown {
    color: #999; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #999; }

/* Firefox 18- */
:-moz-placeholder {
    color: #999; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #999; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #999; }
/*------------------------------------------------
search 型 input 要素のスタイルをリセット
------------------------------------------------- */
input{
    font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
  input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}

/*------------------------------------------------
common コンポーネント的な内容をここに記述
------------------------------------------------- */
.pc_none{
    display:none !important;
    }

.wide_inner{
    width:95%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}
.inner{
    width:90%;
    max-width:1600px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}

.mini_inner{
    width:90%;
    max-width:800px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}
.adventFont{
    font-family: 'Advent Pro', sans-serif;
}
.commonSection{
    background: #fff;
    margin-bottom:40px;
}
.commonSection:last-child{
    margin-bottom:0;
}
.commonSection.record{
    padding-bottom:0;
}

.heading_primary{
    line-height: 1;
    padding: 20px;
    border-bottom: 2px solid #f4f4f4;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    margin:0 auto 20px;
    position: relative;
}
.heading_primary span{
    font-size: 30px;
}
.heading_sub{
}
.heading_secondary{
    line-height: 1;
    padding: 12px 0 10px 15px;
    background: #f4f4f4;
    border-left: 5px solid #275bbe;
    border-right: 5px solid #e6e6e6;
    border-bottom: 1px solid #e4e4e4;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    margin: 0 auto 10px;
    max-width: 95%;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}
.tit_center{
    text-align: center;
}
.caution{
    color:#990000;
    font-weight: bold;
}
.commonDl{
    margin:auto;
}
.commonDl dt{
    float:left;
    font-weight: bold;
}
.commonDl dt.require:after{
    content:"必須";
    margin-left:10px;
    background:#990000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 10px;
    color:#fff;
    padding:3px 10px;
    line-height: 1;
    display: inline-block;
    position: relative;
    top:-3px;
}
.commonDl dd{
    padding:0 0 0 200px;
    margin: 0 0 15px 0;
}
.commonDl ol li{
    list-style-position: inside;
    border-bottom:1px dashed #ddd;
    padding:5px 0;
    font-size: 14px;
}
p.notice{
    margin-top:5px;
    font-size:13px;
}
.notice_countDown{
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
}
.notice_countDown p{
    color: #a50319;
    background-color: #efefef;
    border: solid 1px #a50319;
    display: inline-block;
    padding: 15px 40px;
    font-weight: bold;
    font-size: 25px;
}
.notice_countDown span{
    margin-right: 5px;}

p.paragraph{
    margin-bottom:10px;
    font-size:13px;
}
.announce{
    border: 5px solid #e8e8e8;
    padding: 50px 2.5%;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
}
.announce_mini{
    border: 5px solid #e8e8e8;
    padding: 10px 2.5%;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
}
.message{
    max-width: 800px;
    border: 5px solid #e8e8e8;
    border: 1px solid #ffc0c9;
    padding: 10px 2.5%;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto 10px;
    color: #ff4400;
    background: #ffecec;
}
/* 宮本追加 */
.error-message {
    color: #ff4400;
}

.btnBox{
    text-align: center;
}
.btnBox.board{
    padding: 20px 0;
    margin: 0 auto 40px;
    background: #f4f4f4;
    box-sizing: border-box;
}
.mb{
    margin-bottom:20px;
}
.pb{
    padding-bottom:20px;
}
.commonLink a,
a.commonLink{
    color:#000;
    text-decoration: none;
}
.commonLink a:hover,
a.commonLink:hover{
    color:#275bbf;
}
.nav_item i{
    font-size: 18px;
    margin: 0;
}
.nav_item.icon a{
    padding: 3px 12px 0;
    box-sizing: border-box;
}
.commonInput{
    padding:2px 5px;
    line-height: 1.8;
    font-size: 16px;
    font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border:none;
    border:1px solid #ccc;
    box-sizing: border-box;
}
.commonInput.block{
    display: block;
    width: 100%;
}
.commonInput.block70{
    display: block;
    width: 70%;
}
.commonInputBtn{
    border: none;
    cursor: pointer;
    font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.75;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    color: #FFF;
    background: #275bbf;
    border: solid 1px #184aaa;
    border-bottom: solid 1px #0f3d97;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    font-size: 16px;
}
.commonInputBtn:hover{
    color:#fff;
    background: #1d4eab;
    border: solid 1px #123f94;
    border-bottom: solid 1px #0b3075;
}
.commonInputBtn:disabled{
    background: #d9d9d9;
    border: solid 1px #c7c7c7;
    border-bottom: solid 1px #7c7c7c;
    color: #b3b3b3;
}
.commonBtn{
    line-height: 1.75;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    color: #FFF;
    background: #275bbf;
    border: solid 1px #184aaa;
    border-bottom: solid 1px #0f3d97;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    margin-right: 20px;
}
.commonBtn:hover{
    color:#fff;
    background: #1d4eab;
    border: solid 1px #123f94;
    border-bottom: solid 1px #0b3075;
}
.commonBtn.gray{
    background: #a9a9a9;
    border: solid 1px #919191;
    border-bottom: solid 1px #606060;
}
.commonBtn.gray:hover{
    background: #848484;
    border: solid 1px #6c6c6c;
    border-bottom: solid 1px #505050;
}
.commonBtn.light{
    background: #dedede;
    border: solid 1px #d4d4d4;
    border-bottom: solid 1px #c3c3c3
}
.commonBtn.light:hover{
    background: #dedede;
    border: solid 1px #d4d4d4;
    border-bottom: solid 1px #c3c3c3
}
.commonBtn:last-child{
    margin-right:0;
}
.commonRadio{
    display: block;
}
.commonRadio input[type="radio"]{
    display: none;
}
.commonRadio input[type="radio"] + label{
    border: 1px solid transparent;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 5px 35px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    font-weight: bold;
}
.commonRadio input[type="radio"]:checked + label{
    font-weight: bold;
    border: 1px solid #e8e8e8;
    background: #f7f7f7;
}
.commonRadio input[type="radio"] + label:before,
.commonRadio input[type="radio"] + label:after{
    position:absolute;
    content:"";
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: .2s;
}
.commonRadio input[type="radio"] + label:before{
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    top: 10px;
    left: 6px;
    z-index: 1;
}
.commonRadio input[type="radio"] + label:after{
    width: 10px;
    height: 10px;
    background: transparent;
    top: 14px;
    left: 10px;
}
.commonRadio input[type="radio"]:checked + label:before{
    border: 1px solid #275bbf;
}
.commonRadio input[type="radio"]:checked + label:after{
    width: 10px;
    height: 10px;
    background: #275bbf;
    top: 14px;
    left: 10px;
}

input.commonCheck[type="checkbox"] + label{
    display: block;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 23px 0 3px 0;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    width: 50px;
}
input.commonCheck[type="checkbox"] + label:hover{
/*    box-shadow: 0 0 2px #88d9ff;*/
}

input.commonCheck[type="checkbox"] + label:before,
input.commonCheck[type="checkbox"] + label:after{
    content:"";
    display: block;
    position: absolute;
    right: 18px;
    left: 0;
}
input.commonCheck[type="checkbox"] + label:before{
    background: #ddd;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    right: 0;
    left: 0;
    top: 3px;
    margin: auto;
}
input.commonCheck[type="checkbox"] + label:after{
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    top: 5px;
    margin: auto;
    -webkit-transition: .2s;
    transition: .2s;
}
input.commonCheck[type='checkbox'] {
    position: absolute;
    visibility: hidden !important;
}
input.commonCheck[type="checkbox"]:checked + label{
    border: 1px solid transparent;
/*    box-shadow: 0 0 2px #88d9ff;*/
}
input.commonCheck[type="checkbox"]:checked + label:before{
    background: #c30d23;
}
input.commonCheck[type="checkbox"]:checked + label:after{
    left: 18px;
    right: 0;
}

/*------------------------------------------------
スマホmenu用
------------------------------------------------- */

#burger,
#spMenu{
    display:none;
}

/*------------------------------------------------
header
------------------------------------------------- */
header.header{
    height:68px;
    background: #fff;
    border-top:5px solid #275bbf;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 10;
}
.header_inner{
    display: flex;
}
.backHome{
    position: absolute;
    top:auto;
    left:auto;
    display: block;
    width:17.5px;
}
.backHome i{
    color: #275bbf;
    line-height: 65px;
    font-size: 55px;
    transition: .2s;
    position: relative;
    left: 0px;
}
.backHome:hover i{
    left:-5px;
    color:#275bbf;
}
.logo{
    width: 180px;
    padding: 14px 0 0 0;
}
.logo a{
    display: block;
    text-decoration: none;
}
.logo a img{
    display: block;
    width:100%;
}
.logo a:hover img{
    opacity: 1;
}
.logo a span{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color:#000;
    letter-spacing: 0.2em;
}
.glnav {
    width:calc( 100% - 180px );
}
.glnav ul{
    width:100%;
    display: flex;
    justify-content: flex-end;
}
li.nav_item a{
    font-weight: bold;
    font-size: 12px;
    color:#000;
    line-height:65px;
    padding:0 12px;
    display: block;
    white-space: nowrap;
    position: relative;
}
li.nav_item:last-child a{
    padding-right:0;
}
li.nav_item a:hover{
    color:#275bbf;
}
div.notification_sp{
    display: none;
}
.play header.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

/*----------------
notification
---------------- */
a.ntfctn_on:before,
label.tabLabel.ntfctn_on div:after{
    content: "N";
    font-size: 9px;
    line-height: 15px;
    font-weight: bold;
    position: absolute;
    display: block;
    top: 18px;
    right: 4px;
    width: 15px;
    height: 15px;
    background: #275bbf;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding-top: 0px;
    box-sizing: border-box;
}
label.tabLabel.ntfctn_on div:after{
    position: relative;
    display: inline-block;
    top: -3px;
    right: 0;
    margin-left: 5px;
}

.ntfctnWrap{
    position: relative;
}
.tabArea{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.tabLabel{
    display: flex;
    width: 50%;
    height:60px;
    text-align: center;
    background: #ddd;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.tabLabel:first-child{
    border-right:1px solid #f4f4f4;
}
.tabLabel:last-child{
    border-left:1px solid #f4f4f4;
}
.tabLabel .flex{
    font-weight:bold;
    position: relative;
}
.ntfctnBox{
    border-top:2px solid #f4f4f4;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.ntfctnPage{
    width: 50%;
    box-sizing: border-box;
}
.ntfctnPage_recode{
    border-right:1px solid #f4f4f4;
}
.ntfctnPage_community {
    border-left:1px solid #f4f4f4;
}
.ntfctnList{
}
.ntfctnList li{
    border-bottom:2px solid #f4f4f4;
}
.ntfctnList li a{
    display: block;
    text-decoration: none;
}
.ntfctnList li a:hover{
    background:#f9f9f9;
}
.ntfctnList li.alreadyRead a{
    background: #f4f4f4;
}
.ntfctnList li.alreadyRead{
    border-bottom:2px solid #ffffff;
    background:#f9f9f9;
}
.ntfctnList li.alreadyRead a:hover{
    background:#f9f9f9;
}
.ntfctn_item{
    width: 90%;
    margin: auto;
    padding: 12px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ntfctn_item figure{
    width:30px;
    height:30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right:20px;
}
.ntfctn_item figure img{
    width:100%;
    height:100%;
    display: block;
}
.ntfctnList li div.ntfctn_item div{
    width: calc(100% - 50px);
    font-size: 14px;
    line-height: 1.3;
}

.ntfctnWrap.noCommunity .tabLabel{
    width:100%;
    border-right:none;
    border-left:none;
}
.ntfctnWrap.noCommunity .ntfctnPage {
    width: 100%;
    box-sizing: border-box;
    border-right:none;
}
.notice_load{
    text-align: center;
    padding: 15px 0;
}
.notice_load:before{
    display: block;
    margin: auto;
}
.moreBtn{
    padding:15px 0;
}
.moreBtn span{
    display: block;
    text-align: center;
    width:65%;
    margin:auto;
    font-weight: bold;
    background: rgb(237, 237, 237);
    padding: 10px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #840C09;
    font-size: 14px;
    border-bottom: 2px solid #ccc;
    cursor: pointer;
}
.ntfctnList li.newEntry{
    position: relative;
}
.ntfctnList li.newEntry div.ntfctn_item{
    padding:20px 0;
}
.ntfctnList li.newEntry div.ntfctn_item div{
    width: calc(100%);
}
.newEntry .ntfctn_item div:before{
    display: inline-block;
    font-size: 10px;
    background: #c72b2b;
    color: #fff;
    padding:2px 4px;
    text-align: center;
    border-radius: 5px;
    margin: 0 5px 0 0;
    content: "NEW";
    /*    content: "\f15b";*/
    font-family: 'fontAwesome';
    position: relative;
    top: 0px;
}
.ntfctnList .newEntry a:hover{
    background: #ffeded;
}
.newEntry.alreadyRead .ntfctn_item div:before{
    background: #a9a9a9;
    color: #fff;
}
.ntfctnList .newEntry a:before{
    content: "";
    position: absolute;
    display: block;
    border: 4px solid #ffe6e6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
.ntfctnList .newEntry.alreadyRead a:before{
    border: 4px solid #efeaea;
}
.ntfctnList .newEntry.alreadyRead a:hover{
    background: #efefef;
}
.replyToYou .ntfctn_item div:before,
.likeToYou .ntfctn_item div:before{
    display: inline-block;
    font-size: 10px;
    color: #c72b2b;
    background: #ffffff;
    text-align: center;
    border-radius: 5px;
    padding: 3px 5px 3px 4px;
    margin: 0 5px 0 0;
    content: "\f112";
    font-family: 'fontAwesome';
    position: relative;
    top: -2px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
}
.likeToYou .ntfctn_item div:before{
    padding: 3px 5px 3px 4px;
    content: "\f164";
}
.ntfctnList .replyToYou,
.ntfctnList .likeToYou{
    position: relative;
}
.ntfctnList .replyToYou a:before{
    content: "";
    position: absolute;
    display: block;
    border: 4px solid #ffe6e6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
.ntfctnList .replyToYou a:hover,
.ntfctnList .likeToYou a:hover{
    background: #ffeded;
}

.ntfctnList .replyToYou.alreadyRead a:before{
    border: 4px solid #efeaea;
}
.ntfctnList .replyToYou.alreadyRead a:hover,
.ntfctnList .likeToYou.alreadyRead a:hover{
    background: #efefef;
}
/*------------------------------------------------
main
------------------------------------------------- */
main{
    display: block;
    min-height: calc( 100vh - 70px - 40px );
    box-sizing: border-box;
    padding:50px 0 0 0;
}
.training main{
    min-height: calc( 100vh - 110px );
}
.login main{
    padding-top:0;
}
.edit main{
    padding:15px 0 0 0;
}
.play main{
    padding:90px 0 0 0;
    transition:.2s;
}

/*------------------------------------------------
footer
------------------------------------------------- */
footer.footer{
    height: 40px;
    color: #aaa;
    font-size: 12px;
    box-sizing: border-box;
    padding-top: 10px;
}


/*------------------------------------------------
login
------------------------------------------------- */

.login main{
    position:relative;
}

.loginSection{
    padding:8% 0 0;
    margin: auto;
}
.loginMainImg{
    display: block;
    max-width: 170px;
    width: 40%;
    margin: 0 auto 10px;
}
.loginMainTxt{
    font-weight:bold;
    text-align: center;
    font-size:18px;
    margin:0 0 15px 0;
}
#UserLoginForm{
    text-align: left;
    max-width: 500px;
    margin:auto;
}
.input{
    margin:0 0 15px 0;
}
#UserLoginForm label{
    font-weight:bold;
    font-size:16px;
    display: block;
}
.submit{
    width:90%;
    margin:0 auto;
    text-align: center;
}


/*------------------------------------------------
index ユーザー向け管理画面TOPページ
------------------------------------------------- */
.adminIndexSection{
    margin: -20px auto 0;
}
.MainImg{
    display: block;
    width: 135px;
    margin: 0 auto 45px;
}
.trainingBox{
    width:80%;
    max-width:900px;
    margin:auto;
}
.choice_tit{
    position: relative;
}
.icon_speed{
    width:108px;
}
.icon_5min{
    width:99px;
}
.icon_spoken{
    width:139px;
}
.choice_tit img{
    height:auto;
    display: block;
    margin-bottom:10px;
}
.choice_tit img.icon_5min{
    margin-bottom:14px;
}
.choice_tit span{
    padding: 4px 9px 4px;
    background: #275bbf;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    display: block;
    position: absolute;
    top: 10px;
    left: 115px;
    line-height: 1;
}
.icon_spoken + span{
    top: 18px;
    left: 155px;
}
.choiceBox{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom:30px;
}
.choiceBox li{
    width: 49%;
    text-align: center;
    margin-bottom:15px;
    margin-right:1%;
}
.choiceBox li:nth-child(4n){
    margin-right:0;
}
.choiceBox li a{
    position: relative;
    font-size: 48px;
    display: block;
    background: #fff url(/img/logoGray.png) no-repeat center -10%;
    background-size: 50%;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-bottom: 5px solid #ccc;
    color: #275bbf;
    transition: top 0s;
    top: 0px;
    text-decoration: none;
    padding: 25px 0;
}
.choiceBox li.fctnldts a{
    line-height: 1;
    padding: 20px 0 20px;
}
.choiceBox li a:hover{
    border-bottom: 1px solid #ccc;
    top: 4px;
}

/*------------------------------------------------
everyday click
------------------------------------------------- */
.ecBox{
    width:100%;
    max-width: 500px;
    margin:0 auto 30px;
}
.ecBox a{
    position: relative;
    font-size: 48px;
    display: block;
    background: #275bbf;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-bottom: 5px solid #003395;
    color: #fff;
    transition: top 0s;
    top: 0px;
    text-decoration: none;
    padding: 15px 0;
    text-align: center;
}
.ecBox a:before{
    content: "";
    display: inline-block;
    background: url(/img/icon_calendar.png) no-repeat center;
    background-size: 100% auto;
    margin-right: 15px;
    width: 60px;
    height: 52px;
    position: relative;
    top: 5px;
}
.ecBox:hover a{
    border-bottom: 1px solid #003395;
    top: 4px;
}
.ecBox:hover{
    margin:0 auto 34px;
}

.ecThanks{
    background: #ffffff;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 40px 90px 0px #e2e2e2 inset;
    position: relative;
    overflow: hidden;
}
.ecThanks p{
    font-weight: bold;
    font-size: 24px;
    position: relative;
    z-index: 99999;
    text-align: center;
    margin-bottom:20px;
}
.thanksBtnBox{
    display: block;
    position: relative;
    z-index: 99999;
}
.thanksBtnBox span{
    display: block;
    text-align: center;
    position: relative;
    z-index: 99999;
    color:#275bbf;
    margin-bottom: 10px;
    font-weight: bold;
}
.thanksBtnBox span:before{
    content: "";
    display: inline-block;
    background: url(/img/icon_calendar_clr.png) no-repeat center;
    background-size: 100% auto;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    position: relative;
    top: 5px;
}
.thanksBtnBox div{
    text-align: center;
}
.thanksBtnBox div button:first-child{
    margin-right:15px;
}
.spacer_thanks{
    width:220px;
}
.ecCount span.ecCount{
    font-size: 24px;
    color:#275bbf;
    line-height: 1;
    margin-bottom:10px;
    display: inline-block;
}
.ecCount span.i10{
    display: inline-block;
    width:12px;
    height:12px;
    background:url(/img/icon_star.png) no-repeat center;
    background-size:100% auto;
}
.ecCount span.i100{
    display: inline-block;
    width:21px;
    height:19px;
    background:url(/img/icon_crown.png) no-repeat center;
    background-size:100% auto;
}
.ecCount span.i1000{
    display: inline-block;
    width:25px;
    height:29px;
    background:url(/img/icon_crown_big.png) no-repeat center;
    background-size:100% auto;
}

.todaysClick{
    width: 95%;
    max-width: initial;
    height: auto;
    margin: 25px auto;
    padding: 10px 0;
    border: solid 2px #ddd;
    border-radius: 10px;
}
.todaysClick h3{
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ecNum{
    display: inline-block;
    font-size: 14px;
    margin:0 10px;
    font-weight: bold
}
.ecNum span{
    font-size: 18px;
    font-weight: bold
}
.ecNum + span{
    font-size: 14px;
    background: #f4f4f4;
    line-height: 1;
    padding: 4px 8px 2px;
    border-radius: 5px;
    font-weight: bold;
    color: #9c0000;
    border: 1px solid #ddd;
}

.todaysClick i{
    margin-right: 5px;
}
.todaysClick_box{
    width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.todaysClick_box li{
    background-color:#ececec;
    margin:5px 5px;
    padding:0 9px;
    border-radius:5px;
    position:relative;
}
.todaysClick_box li.borderAnime{
    color:#275bbf;
}

.todaysClick_box li.borderAnime:before{
    content:"";
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    background:transparent;
    animation: sonarBorderAnime 1.8s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    border-radius: 10px;
    border-color:#275bbf;
    border-style: solid;
}
.todaysClick_box span{
    margin-right: 5px;
}


@keyframes sonarBorderAnime {
    0% {
        left:0;
        border-width: 0px;
        opacity: 1;
    }
    100% {
        left:-7px;
        border-width: 7px;
        opacity: 0;
    }
}


/*------------------------------------------------
ranking ランキング
------------------------------------------------- */

.rankingSection{
    display: flex;
    justify-content: space-between;
}
.rankingSection .commonSection{
    width:80%;
    max-width: calc( 100% - 240px );
}
.rankingSide{
    width:18%;
    min-width:220px;
}
.ranking .icon_speed{
    width:77.5px;
}
.ranking .icon_5min {
    width: 70px;
    margin-bottom: 8px !important;
}
.ranking .icon_spoken {
    width: 96px;
    margin-bottom: 8px !important;
}
.choice_tit.ranking{
    border-bottom: 2px solid #275bbf;
    margin-bottom:10px;
}
.choice_tit.ranking span{
    top: 2px;
    left: 85px;
}
.ranking .icon_spoken + span{
    top: 7px;
    left: 102px;
}
.choice_tit.ranking img {
    margin-bottom: 5px;
}

.rankingSide ul{
    margin-bottom:50px;
}
.rankingSide ul:last-child{
    margin-bottom:0px;
}
.rankingSide ul li{
    border-bottom:1px solid #ddd;
}
.rankingSide ul li.active{
    font-size: 20px;
    font-weight: bold;
    color:#275bbf;
    border-bottom: 1px solid #275bbf;
}
.rankingSide ul li a{
    display: block;
}
.rankingSide ul li a:hover{
}
.ranking .heading_primary{
    position: relative;
}
img.tit_rankingImg{
    position: relative;
    display: block;
    background: #f4f4f4;
    border-radius: 5px;
    box-sizing: border-box;
}
img.tit_rankingImg.icon_5min{
    width: 55px;
    margin-bottom: 5px;
    padding: 5px;
}
img.tit_rankingImg.icon_speed{
    width: 56px;
    margin-bottom: 5px;
    padding: 5px 5px 2px;
}
img.tit_rankingImg.icon_spoken{
    width: 72px;
    margin-bottom: 5px;
    padding: 0px 5px 2px;
}

.rankingCatBtn{
    position: absolute;
    top: 15px;
    right: 5%;
    font-size: 12px !important;
    display: block;
}
.ranking .rankingList{
    min-height: calc( 100vh - 240px );
}
.rankingList{
    box-sizing: border-box;
    padding-bottom:20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.rankingList li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 0;
    min-width: 500px;
    position: relative;
}
.rankingList li:hover{
    background: #f8f8f8;
}
.rankingList li a{
    text-decoration: none;
    display: block;
    line-height: 1.3;
    width: calc(100% - 50px);
}
.rankingList li a:after{
    /*content:"\f08e";*/
    font-family: 'fontAwesome';
    margin-left:10px;
    font-size: 10px;
}
.rnkngRank{
    width:50px;
}
.rnkngName{
    width:30%;
    font-feature-settings: 'palt';
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.rnkngName a{
    margin-right:10px;
}
.rnkngTitle {
    width:80px;
}
.rnkngScore{
    font-size:14px;
}
.rnkngTime{
    font-size:12px;
}
.rnkngTimeScore{
    font-size:12px;
}
.rnkngLimit{
    font-size:12px;
    width:80px;
}
.rankingList.allList li{
    cursor:pointer;
    min-width: 700px;
}
.rankingList.allList li span.rnkngRank{
    font-size:12px;
    min-width:50px;
}
.rankingList.allList li span.rnkngName{
    min-width:130px;
}
.rankingList.allList li span.rnkngStar{
    min-width:250px;
    white-space: nowrap;
}
.rankingList.allList li span.rnkngScore_mini{
    min-width:45px;
    font-size:14px;
}
.rankingList.allList li span.rnkngScore{
    min-width:90px;
    font-size:14px;
}
.rankingList.allList li span.rnkngTime{
    min-width:130px;
}
.icon_detail_rnk{
    min-width: 50px;
}
.icon_detail_rnk span{
    background:#275bbf;
    color:#fff;
    font-size:12px;
    padding:2px 5px;
    line-height: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin:0 5px 0 0;
}
.rankingList.allList li:hover .icon_detail_rnk span{
    background:#ea170b;
}
.icon_detail_rnk i{
    color: #275bbf;
    font-size: 18px;
    transition: .2s;
}
.accordionHead_rnk.open .icon_detail_rnk i{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.rankingList.allList li:hover .icon_detail_rnk i{
    color:#ea170b;
}
.rankingList.allList li:hover .icon_detail_rnk:hover span{
    background:#820700;
}
.rankingList.allList li:hover .icon_detail_rnk:hover i{
    color:#820700;
}


.accordion_rnk{
    display: none;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
    min-width: 700px;
}
.accordion_rnk ul li:last-child{
    border-bottom: none;
}
.rankingList.allList .accordion_rnk li{
    min-width: 650px;
}
.accordion_rnk ul li .rnkngEvent{
    width: 35%;
    font-size: 14px;
}
.accordion_rnk ul li .rnkngCat {
    margin-right: 10px;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
}
.accordion_rnk ul li .rnkngCat:before{
    content:"";
    display: inline-block;
    margin-right:10px;
    width:10px;
    height:1px;
    background: #275bbf;
    position: absolute;
    top: 50%;
    left:0;
}
.accordion_rnk ul li .rnkngScore{
}
.accordion_rnk ul li .rnkngTime{
    margin-right:50px;
}

@media screen and (max-width: 1130px) {
    .icon_detail_rnk {
        min-width: 70px;
    }
    .accordion_rnk {
        padding: 0 0 0 70px;
    }
    .rankingList.allList .accordion_rnk li {
        min-width: 630px;
    }
    .accordion_rnk ul li .rnkngTime {
        margin-right: 0;
    }
    .accordion_rnk ul li .rnkngEvent {
        max-width: initial;
    }
}


div.pager{
    margin-top:20px;
    text-align: center;
}
div.pager span{
    margin-right:0px !important;
}
div.pager span a{
    line-height: 1.75;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: inline-block;
    padding: 0px 3px;
    color: #FFF;
    background: #275bbf;
    border: solid 1px #184aaa;
    border-bottom: solid 1px #0f3d97;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
div.pager span a:hover{
    color: #fff;
    background: #1d4eab;
    border: solid 1px #123f94;
    border-bottom: solid 1px #0b3075;
}

.accordionHead ul{
    display: none;
    margin-bottom: 0;
    padding: 10px 0 10px 10px;
    border-top: 1px solid #ddd;
}
.accordionHead ul li{
    border-bottom: none;
}
.accordionHead ul li a:before{
    content:"-";
    display: inline-block;
    margin-right: 10px;
}
.accordionHead div{
    position: relative;
    cursor:pointer;
}
.accordionHead div:hover{
    color:#275bbf;
}
.accordionHead div:after{
    content: "\f105";
    font-family: 'fontAwesome';
    display: block;
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    color: #275bbf;
    transition: transform .2s;
}
.accordionHead div.open:after{
    transform: rotate(90deg); /* 回転:90度傾ける */
    -webkit-transform: rotate(90deg); /* 回転:WebKit用 */
    -moz-transform: rotate(90deg); /* 回転:Mozilla用 */
    -o-transform: rotate(90deg); /* 回転:Opera用 */
}
.accordionHead div.open + ul{
    display: block;
}
.accordionHead div + ul li.active{
    border-bottom:none;
}
.accordionHead div + ul li.active:before{
    content:"-";
    display: inline-block;
    margin-right: 10px;
}

.memoness_ranking {
    padding: 0 0 10px 0;
    margin-bottom:40px;
}
.tit_memoness{
    display: flex;
    align-items: center;
    width:100%;
    padding:12px 0;
    box-sizing: border-box;
    margin:0 auto 10px;
    border-bottom: 2px solid #275bbf;
}
.tit_memoness img{
    display: block;
    width:30px;
    margin-right:10px;
}
.tit_memoness_right p{
    font-size:15px;
    font-weight:bold;
    line-height: 1;
    color:#275bbf;
}
.memoness_ranking_inner {
    margin:auto;
}
.accordion_memoness{
    display: none;
}
.memoness_ranking_inner ul.commonLink li a:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
}
.memoness_ranking_inner .accordionHead div:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
}
.accordionHead_memoness{
    border-bottom: 1px solid #ddd;
    position: relative;
    cursor: pointer;
    padding:3px 0 3px;
}
.accordionHead_memoness:hover{
    color:#275bbf;
}
.accordionHead_memoness:after {
    content: "\f105";
    font-family: 'fontAwesome';
    display: block;
    position: absolute;
    right: 0px;
    top: 8px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    color: #275bbf;
    transition: transform .2s;
}
.accordionHead_memoness.open:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordionHead_memoness.open + div.accordion_memoness {
    display: block;
}
.kai_memoness{
    margin-right:10px;
}
.during_memoness{
    font-size:11px;
    color:#275bbf;
    background:#ffffff;
    padding:2px 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-feature-settings: 'palt';
    position:relative;
    top:-3px;
}
.memoness_ranking_inner span.i10{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/img/icon_star.png) no-repeat center;
    background-size: 100% auto;
    margin-left:3px;
}



.rankingSide .memoness_ranking_inner ul{
    margin-bottom:30px;
}
.rankingSide .memoness_ranking_inner ul:last-child{
    margin-bottom:10px;
}

.tit_memoness_rankingHead{
    background:url(/img/bk.png) no-repeat center;
    background-size:cover;
    padding:20px 2.5%;
    position: relative;
}
.tit_memoness_rankingHead.sougou{
    margin-bottom:15px;
}
div.tit_memoness_rankingHeadBox{
    display: flex;
    align-items: center;
}
div.tit_memoness_rankingHeadBox img{
    display: block;
    width:100px;
    margin-right:20px;
}
div.tit_memoness_rankingHead_right p{
    font-size:20px;
    font-weight:bold;
}
div.tit_memoness_rankingHead_right p.small{
    font-size:14px;
}
div.tit_memoness_rankingHead_right p.red{
    color:#275bbf;
    font-size: 26px;
}
div.tit_memoness_rankingHead_right span{
    font-size: 8px;
    color: #fff;
    background: #ad7e7c;
    padding: 2px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.rankingList.complete li{
    justify-content: flex-start;
}
.rnkngStar span.i10{
    display: inline-block;
    width:12px;
    height:12px;
    background:url(/img/icon_star.png) no-repeat center;
    background-size:100% auto;
}
.icon_complete{
    color: #275bbf;
    font-weight: bold;
    margin: 0 0 0 5px;
}
.reference{
    margin:20px 0 0;
}
.reference li:last-child{
    border-bottom: none;
}

.commonRadio input[type="radio"] + label.memoness{
}
.commonRadio input[type="radio"] + label.memoness div{
}
.commonRadio input[type="radio"] + label.memoness div:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #275bbf;
    animation: memonessAnime02 1.2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.commonRadio input[type="radio"] + label.memoness div:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.commonRadio input[type="radio"]:checked + label.memoness div:after{
    background: #f7f7f7;
}
.commonRadio input[type="radio"] + label.memoness span{
    position: relative;
    font-weight: bold;
}

/*------------------------------------------------
profile プロフィール
------------------------------------------------- */
.profileIcon{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 0 0 0px;
    overflow: hidden;
}
.profileIcon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
figure.nowImg{
    width:130px;
    border-radius: 50%;
    overflow: hidden;
}
figure.nowImg img{
    width:100%;
    display: block;
}
.reUpBox{
    padding:8px;
    border:5px solid #eaeaea;
}

.record .rnkngTitle{
    width:250px;
}
.record .rnkngStar + p{
    font-size:12px;
    color: #275bbf;
    font-weight: bold;
}
.memoness_record{
    box-sizing: border-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.memoness_record:last-child{
    margin-bottom:0px;
}
.memoness_record_all{
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid #e4e4e4;
    padding:10px 0;
}
.memoness_record_all .flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.memoness_record_all .flex:first-child span{
    white-space: nowrap;
}
.memoness_record_all .flex:first-child span:first-child{
    margin-right:15px;
}
.memoness_record_all .flex:first-child{
    margin-right:15px;
}
.memoness_record_all .flex:last-child:before{
    content:"／";
    margin-right:15px;
}
.memoness_record_all .rnkngStar {
    white-space: nowrap;
    margin-right:15px;
}
.icon_pb{
    color:#fff;
    background:#275bbf;
    font-size:12px;
    padding:0 5px;
    line-height: 1.2;
    margin-left:10px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.rnkngName .icon_pb{
    margin-left:0px;
}
.rnkngName figure{
    width:30px;
    height:30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right:10px;
}
.rnkngName figure img{
    width:100%;
    height:auto;
    display: block;
}
.heading_primary .during_memoness {
    font-size: 11px;
    background: #f3f3f3;
    margin-left: 15px;
    padding: 2px 7px;
}
.memoness_recordBox{
    display: none;
    padding:20px 0;
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
}
.accordionHead_record {
    cursor:pointer;
    margin-bottom:0;
    border-top: 2px solid #f4f4f4;
    border-bottom: 0px solid #f4f4f4;
}
.accordionHead_record:hover {
    background:#f9f9f9;
}
.accordionHead_record:after {
    content: "\f105";
    font-family: 'fontAwesome';
    display: block;
    position: absolute;
    right: 10px;
    top: 19px;
    font-size: 35px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    color: #275bbf;
    transition: transform .2s;
}
.accordionHead_record.open:after{
    transform: rotate(90deg); /* 回転:90度傾ける */
    -webkit-transform: rotate(90deg); /* 回転:WebKit用 */
    -moz-transform: rotate(90deg); /* 回転:Mozilla用 */
    -o-transform: rotate(90deg); /* 回転:Opera用 */
}
.accordionHead_record.open + div.memoness_recordBox{
    display: block;
}

/*------------------------------------------------
mark ユーザー種別
------------------------------------------------- */
span.uMark{
    color: #fff;
    display: block;
    width: 21px;
    min-width: 21px;
    text-align: center;
    font-size: 9px;
    line-height: 17px;
    position: relative;
    top: 0;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    margin: 0 15px 0 0 ;
    font-weight: bold;
}

.commonDl dd span.uMark{
    display: inline-block;
    top: -3px;
}
/*------------------------------------------------
edit プロフィール編集
------------------------------------------------- */
.backLink{
    height:35px;
    display: block;
    font-weight: bold;
    font-size: 12px;
    color:#999 !important;
    text-decoration: none;
}
.backLink:hover{
    color:#000 !important;
}
.commonDl.edit dd{
    padding:0 0 0 220px;
    margin: 0 0 20px 0;
}
#mdlOverlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    cursor: initial;
    z-index: 3;
}
.mdlBox{
    background: #fff;
    width: 95%;
    max-width: 800px;
    height: auto;
    max-height:90vh;
    margin: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    text-align: center;
    padding: 40px 10px;
    z-index: 10000;
    transform:translate(-50%,-50%)
}
.mdlBox.inCropper{
    box-sizing: border-box;
    padding: 10px !important ;
}
.mdlBox p{
    font-weight: bold;
    margin:0 auto 30px;
}
.mdlBox p{
    font-weight: bold;
    margin:0 auto 30px;
}
.mdlTitle{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
.mdlText{
    height: auto;
    max-height: calc(80vh - 240px);
    margin-bottom:20px;
    overflow: hidden;
    overflow: auto;
    background:#f4f4f4;
    border-radius: 5px;
    padding: 20px 2.5%;
}
.mdlText p{
    text-align: left;
    margin:0 auto 23px;
    font-weight: 500;
}
.mdlCheck{
    margin:0 auto 10px;
}
.mdlCheck label{
    border: 2px solid #ddd;
    width:80%;
    max-width:400px;
    margin:0 auto 0;
    display: block;
    cursor:pointer;
    border-radius: 4px;
    font-weight: bold;
}
.mdlCheck label:hover{
    border: 2px solid rgb(144, 177, 190);
}
.mdlCheck label input{
    margin-right:10px;
}
.passChange{
    margin:0 auto 20px;
    display: block;
    width:90%;
    max-width:300px;
    text-align: center;
}
/* 宮本 ユーザー一覧モーダル */
#modal-content {
    width: 50% ;
    margin: 0 ;
    padding: 10px 20px ;
    border: 2px solid #aaa ;
    background: #fff ;
    position: fixed ;
    display: none ;
    z-index: 2 ;
}
#modal-overlay {
    width: 100%;
    height: 100%;
    position:fixed;
    top:0;
    left:0;right:0;
    background: rgba(0, 0, 0, 0.3);
    cursor: initial;
}
.mdlImg{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 80%;
    max-height: 75%;
    position: fixed;
    z-index: 10000;
}
.closeMark{
    position: fixed;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    display: block;
    z-index: 10000;
    cursor: pointer;
}
.closeMark:before,
.closeMark:after{
    content:"";
    width: 100px;
    height:2px;
    background:#fff;
    display: block;
    position: absolute;
}
.closeMark:before{
    transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    top: 50%;
}
.closeMark:after{
    transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    top: 50%;
}

.preview{
    margin-bottom:8px;
}
.loadingBox{
    position:absolute;
    background:#f0f3f4 url(/img/uploadAnime.gif) no-repeat center;
    background-size:50% auto;
    bottom: calc(0% + 55px);
    left: 0;
    width:100%;
    height:0%;
    transition: .2s;
}
.loadingBox.upload{
    height:calc(100% - 55px);
}

/*------------------------------------------------
superadmin
------------------------------------------------- */
.userTableWrap{
    overflow-x: hidden;
    overflow-x: auto;
}
.userTable{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
    vertical-align: middle;
}
.userTable a.commonBtn{
    margin:0;
    padding:3px 4px;
    line-height: 1;
}
.userTable tr{
    border-bottom:1px solid #e4e4e4;
}
.userTable thead tr{
    border-bottom:2px solid #ccc;
}
.userTable tr th{
    font-size:14px;
    font-weight:bold;
    white-space: nowrap;
}
.userTable tr td{
    padding:6px 0;
    white-space: nowrap;
}
.boardTable tr th{
    padding-left: 3px;
    padding-right: 3px;
}
.boardTable tr td{
    padding:6px 3px;
    vertical-align: top;
}
.boardTable tr td.td_comment{
    white-space: inherit;
    width:32%;
    min-width:300px;
}

.userTable tbody tr:nth-child(even) {
    background: #f8f8f8;
}
.td_id{
    min-width:55px;
}
.td_userName{
}
.td_realName{
}
.td_nickName{
}
.td_age{
}
.td_created{
}
.td_detail{
    width:30px;
}
.td_img img{
    width:auto;
    height:50px;
}
.td_id label{
    display: inline-block;
    line-height: 29px;
    cursor: pointer;
}
label.userCheckLabel{
    line-height: 29px;
    cursor: pointer;
}
.userTable .commonSelect{
    width:150px;
}


.footBtn_userTable{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    display: none;
}
.footBtn_userTable .commonBtn{
    font-size: 13px;
}
.footBtn_userTable div{
    text-align: right
}
#BoardComment{
    width: 100%;
    height: 200px;
    box-sizing: border-box;
}

.userSearchBox{
    background: #f4f4f4;
    padding:15px 0;
    margin-bottom:20px;
}
.userSearchBox .wide_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.userSearchBox h2{
    font-weight:bold;
}
.userSearchBox form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 150px);
}
table.members th{
    font-size: 13px;
    padding:0 20px;
}

/*------------------------------------------------
commentList コメントリスト
------------------------------------------------- */
.copy_alert {
    display: none;
    background: #6d6d6d;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding: 2px 5px;
    position: relative;
    border-radius: 4px;
    top: 7px;
    right: -4px;
    text-align: center;
}
.copy_alert:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-color: transparent;
    border: 5px solid transparent;
    border-left-width: 5px;
    border-right-width: 5px;
    border-bottom-color: #6d6d6d;
}    
.commentItem.past{
    display: none
}
.commentListCheck {
    position: absolute;
    top: -18px;
    left: calc( 2.5% - 15px);
}
.userCommentList{
    padding-bottom: 0;
    margin-bottom: 10px;
}
.userCommentList .commentMeta {
    margin-bottom: 5px;
}
.userCommentList .commentItem:first-child {
    margin-top: 35px;
}
.userCommentList .commentMeta + a{
    text-decoration:none;
}
.userCommentList .commentMeta + a:hover{
    text-decoration:underline;
    color:#6565e4;
}
.userCommentList div.comment{
    margin: 0;
    border: none;
    border-radius: 0;
}
.userCommentList div.comment_inner {
    padding:0;
    background: none;
    line-height: 1.8;
    font-size: 15px;
    z-index: inherit;
}
.userCommentList div.comment:before,
.userCommentList div.comment:after {
    content: none;
    position: static;
}
.userCommentList .commentFooter {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0 0 0;
}
.userCommentList .commentManageBox{
    font-size:12px;
}
.userCommentList .commentManageBox a{
    border: 1px solid #ddd;
    padding: 5px 9px;
    border-radius: 4px;
    background: #f4f4f4;
}
.userCommentList .commentManageBox a:hover{
    text-decoration:none;
    background: #e4e4e4;
}
.userCommentList .commentItem {
    margin: 35px auto 0;
    padding: 0 2.5% 20px;
    border-bottom: 2px solid #f4f4f4;
}

/*------------------------------------------------
edit プロフィール編集
------------------------------------------------- */

.commonFileUp{
    margin:0 auto 20px;
    text-align: center;
}

/*------------------------------------------------
playCommon
------------------------------------------------- */
.play .inner{
    width: 95%;
    max-width: initial;
}

.play header.header {
    transition:.2s;
    box-sizing: border-box;
    overflow: hidden;
}
.play .logo {
    overflow: hidden;
    height: 65px;
    width: auto;
    padding: 7px 0 0 35px;
    box-sizing: border-box;
}
.play .logo img{
    width: 50px;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    transition:.2s;
}
.play .logo span{
    display: inline-block;
    font-size: 25px;
    letter-spacing: 0em;
    position: relative;
    top: 13px;
    line-height: 1;
    transition:.2s;
}
.play .header_inner{
    justify-content: space-between;
}
.playHeadTime{
    overflow: hidden;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
    transition:.2s;
}
.playHeadRecord{
    overflow: hidden;
    height: 65px;
    line-height: 65px;
    transition: .2s;
    font-size: 24px;
}
.playHeadRecord dt{
    float: left;
    font-weight: bold;
    margin: 0 20px 0 0;
}
.playHeadRecord dd{
    float:left;
}
.playHeadRecord dd span:first-child{
    margin-right:20px;
}

.playHeadBtnBox{
    padding: 13px 0 0;
    transition:.2s;
}
.playBox{
    height:calc( 100vh - 100px );
}
.correct{
    background: #688eb7;
    color: #fff;
    border: 1px solid #beccff;
}
.incorrect{
    background: #ffdfdf;
    color: #ff4400;
    font-weight: bold;
    border: 1px solid #ffc8c8;
}
#CountDownBox{
    color: #444;
    display: block;
    text-align: center;
    height: 100%;
    line-height: normal;
    font-size: 50vh;
}
#CountDownBox.cardCountDown{
    font-size: 12vw;
    padding-top: 21vh;
}

.recallEnd{
    font-size:16px;
    margin-right:15px;
    }
.recallEnd span{
    font-weight:bold;
    }

/*------------------------------------------------
outputCommon
------------------------------------------------- */
@media screen and (max-height: 600px){
    .play.output header.header .logo{
        display: none;
    }
    .play.output header.header {
        position: static;
    }
    .play.output main {
        padding: 10px 0 0 0;
    }
    .play.output .playHeadTime {
        position: fixed;
        display: block;
        width: 60px;
        left: 17.5px;
        margin: auto;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #fff;
        font-size: 18px;
        z-index: 1;
    }
    .play.output .playHeadBtnBox {
        position: fixed;
        display: block;
        right: 2.5%;
        margin: auto;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #fff;
        padding: 0;
        z-index: 1;
    }
    .play.output .playBox {
        min-height:360px;
    }
    .play header.header{
        height: 40px;
        border-top: 0px solid #275bbf;
    }
    .backHome {
    }
    .backHome i {
        line-height: 40px;
        height: 40px;
    }
    .backHome:hover i {
    }

    .play.output .backHome {
        top: 0;
        left: 0;
        text-align: center;
        background: #fff;
    }
    .play.output .backHome i {
        font-size: 25px;
        line-height: 30px;
        height: 30px;
    }
    .play.output .backHome:hover i {
        left: 0px;
    }

    .play main {
        padding: 50px 0 0 0;
    }
    .play .logo{
        height:40px;
    }
    .play .logo img {
        display: none;
    }
    .play .logo span {
        font-size: 20px;
        top: 1px;
    }
    .playHeadTime{
        height:40px;
        line-height: 40px;
        font-size: 25px;
    }
    .playHeadRecord{
        height:40px;
        line-height: 40px;
        font-size: 16px;
    }
    .playHeadRecord dt {
        margin: 0 7px 0 0;
    }
    .playHeadRecord dd span:first-child {
        margin: 0 4px 0 0;
    }
    .playHeadBtnBox {
        padding: 6px 0 0;
    }
    .playHeadBtnBox .commonBtn {
        padding: 0em 0.5em;
        font-size: 13px;
        margin-right: 7px;
    }
    .playHeadBtnBox .commonInputBtn {
        padding: 0em 0.5em;
        font-size: 13px;
    }
    .playBox {
        height: calc( 100vh - 55px );
        font-size: 14px;
    }
    .recallEnd{
        font-size:14px;
        margin-right:10px;
    }
}


/*------------------------------------------------
board 掲示板用CSS
------------------------------------------------- */
.board_inner {
    width: 90%;
    max-width: 600px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.board_inner article{
    margin-bottom:30px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border:1px solid #ddd;
}

div.article{
    padding:15px 0 0;
    position: relative;
    background: #fff;
}
div.article > a:first-child{
    background: #275bbf;
    color: #fff;
    text-decoration: none;
    padding: 7px 15px 5px;
    width: auto;
    text-align: center;
    display: inline-block;
    margin-left: 2.5%;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-size: 14px;
}
div.article > a:first-child:before{
    content: "\f044";
    font-family: 'fontAwesome';
    display: inline-block;
    color: #fff;
    margin-right:5px;
}
div.article > a:first-child:hover{
    background: #113e97;
}
div.article_inner,
.board_commentForm,
.board_comment{
    width:95%;
    margin:auto;
}

div.article span.date{
    font-size: 12px;
    color: #8a8a8a;
    font-weight: bold;
    display: block;
    margin-bottom:20px;
}
.articleBox{
    margin-bottom:20px;
    overflow: hidden;
    position: relative;
}
.detailArticleBox{
    margin-bottom:20px;
    position: relative;
    overflow-x: hidden;
}
.articleBox p{
}

.more{
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    position: absolute;
    height: 100px;
    bottom: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    padding: 60px 0 0 0;
    cursor: pointer;
    display: none;
    border-bottom: 20px solid #fff;
}
.more.show{
    display: block;
}
.btn_more{
    font-weight: bold;
    background: rgb(237, 237, 237);
    padding: 10px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #275bbf;
    font-size: 14px;
    display: inline-block;
    /*width: 130px;*/
    border-bottom: 2px solid #ccc;
}
.btn_more:hover{
    background: rgb(242, 242, 242);
}


.board_imgBox{
    position: relative;
    height:auto;
}
.board_imgBox img {
    display: block;
    width: 100%;
    height: auto;
    cursor:pointer;
}
.board_imgBox:before {
/*    content: "\f110";*/
    font-family: 'FontAwesome';
    position: absolute;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}
.board_actionBox{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    display: flex;
    justify-content: space-around;
}
.board_actionBox.replyComment {
    border-top:0px;
    border-bottom:0px;
}
.countBox{
    position: absolute;
    top: 15px;
    right: 2.5%;
    text-align: right;
    display: flex;
}
.countBox a{
    text-decoration: none;
}
.board_likeCountBox{
    position: relative;
    text-align: right;
    line-height: 25px;
    display: flex;
}
.board_likeCountBox:before{
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    background: #275bbf;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.board_likeCountBox:after{
    position: absolute;
    content: "\f164";
    font-family: 'fontAwesome';
    width: 25px;
    height: 25px;
    display: block;
    color: #fff;
    top: 0;
    left: 0;
    text-align: center;
}
.likeCount{
    color: #275bbf;
}

.board_commentCountBox{
    position: relative;
    text-align: right;
    line-height: 25px;
    display: flex;
    margin-left: 20px;
}
.board_commentCountBox:before{
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    background: #275bbf;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.board_commentCountBox:after{
    position: absolute;
    font-size: 12px;
    content: "\f075";
    font-family: 'fontAwesome';
    width: 25px;
    height: 25px;
    display: block;
    color: #fff;
    top: 0;
    left: 0;
    text-align: center;
}
.commentCount{
    color: #275bbf;
}



.actionBtn{
    width:50%;
    text-align: center;
    display: block;
    color:#000;
    text-decoration: none;
    line-height: 60px;
    height: 60px;
    cursor: pointer;
    font-weight: bold;
}
.actionBtn:hover{
    color: #4577d7;
    text-decoration: none;
}
.actionBtn.inactive{
    color:#000;
}
.actionBtn i{
    font-size: 20px;
    font-weight: normal;
    margin-right:10px;
}
.actionBtn.active{
    color:#4577d7;
}

.board_commentForm{
    display: flex;
    justify-content: space-between;
    display: none;
    padding:20px 0;
}
.commentText {
    display: block;
    padding: 8px;
    line-height: 20px;
    width: calc(100% - 90px);
    box-sizing: border-box;
    height: 38px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 1px solid #ddd;
    background: #f4f4f4;
    outline: none;
    resize: none;
}
.commentItem{
    margin-bottom:15px;
    position: relative;
}
.commentItem:first-child{
    margin-top:15px;
}
.commentItem:last-child{
    margin-bottom:0;
    padding-bottom: 15px;
}
.submitBtn{
    border: none;
    width: 80px;
    text-align: center;
    line-height: 38px;
    height: 38px;
    background: #275bbf;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    cursor: pointer;
    display: block;
    outline: none;
}
.submitBtn:hover{
    background: #214b9c;
}
.submitBtn i{
    margin-right:3px;
}
.board_comment {
    padding: 0 0 0;
}
.commentMeta{
    display: flex;
    justify-content: space-between;
}

div.commenter{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
div.commenter figure{
    width: 35px;
    height: 35px;
    margin-right: 5px;
    position: relative;
    top: -3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
}
div.commenter figure img{
    width:100%;
    height:auto;
    display:block;
}
div.commenter a{
    text-decoration: none;
}
div.commenter a:hover{
    text-decoration:underline;
}
div.commenter div{
    color:#888;
    font-size: 13px;
    width: calc(600px * 0.95 - 240px);
    max-width: calc(95vw * 0.95 - 290px);
    line-height: 1;
}
.child div.commenter div{
    font-size: 12px;
    width: calc(600px * 0.95 - 280px);
    max-width: calc(95vw * 0.95 - 320px);
}
div.commenter span.uMark{
    margin-left:10px;
}

.commentMetaRight{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.commentTime{
    font-size:12px;
    color:#989898;
}
.commentLikeCount{
    display: block;
    position: relative;
    font-size: 15px;
    background: #fff;
    margin-left: 0px;
    margin-bottom: -5px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
    line-height: 1;
    padding: 6px 7px;
    border-radius: 15px;
    z-index: 3;
    top: 2px;
    right: -8px;
    color:#888;
    transition-property: padding;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition-delay: 0s;
}
.commentLikeCount i{
    color: #fff;
    background: #275bbf;
    padding: 3px;
    border-radius: 12px;
    font-size: 11px;
}
.commentLikeCount span{
    position: relative;
    top: 2px;
}
.commentMetaRight .shw_user .commentLikeCount{
    width: 0;
    padding: 0;
    overflow: hidden;
}
.commentMetaRight .shw_user.notZero .commentLikeCount{
    width: auto;
    padding: 6px 7px;
}
.commentMetaRight .shw_user.notZero:hover .commentLikeCount{
    background: #ffe5e5;
}


div.comment{
    border:1px solid #ddd;
    border-radius: 3px;
    margin-left: 40px;
    position: relative;
}
div.comment_inner{
    width: 100%;
    padding: 3px 10px;
    position: relative;
    box-sizing: border-box;
    background: #f7f7f7;
    z-index: 2;
    transition: .2s;
    font-size: 14px;
    line-height: 1.6;
}
div.comment:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -11px;
    border: 14px solid transparent;
    border-top: 14px solid #f7f7f7;
    z-index: 2;
}
div.comment:after{
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -12px;
    border: 14px solid transparent;
    border-top: 14px solid #ddd;
    z-index: 0;
}
div.comment a{
    text-decoration: none;
}
div.comment a div.comment_inner p{
    color: #000;
}
div.comment a:hover div.comment_inner p{
    color: #275bbf;
}
div.comment a:hover div.comment_inner {
    background: #fff6f6;
}
div.comment a div.comment_inner p span.moreComment{
    font-size: 11px;
    font-weight: bold;
    margin-left: 3px;
    display: inline-block;
    background: #e0e0e0;
    padding: 3px 3px;
    line-height: 1;
    color: #585858;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.comment a:hover div.comment_inner p span.moreComment{
    color: #275bbf;
}
.commentFooter{
    display: flex;
    justify-content: space-between;
    padding: 2px 0 0 40px;
}
.commentActionList{
    font-size:12px;
    display: flex;
    justify-content: flex-start;
}
.commentActionList li{
    margin-right:10px;
}
.commentActionList li a{
    color:#666;
    text-decoration: none;
}
.commentActionList li:first-child a{
    font-family: fontAwesome,"游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.commentActionList li:first-child a:before{
    margin-right: 4px;
}

.commentActionList li a:hover{
    text-decoration: underline;
}
.commentActionList li i{
    margin-right:4px;
}

.btn_moreComment {
    font-weight: bold;
    background: rgb(237, 237, 237);
    padding: 10px 30px;
    color: #275bbf;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
    text-decoration: none;
    box-sizing: border-box;
}
.btn_moreComment:hover{
    background: rgb(242, 242, 242);
}

.commentManageBox{
    text-align: right;
    font-size:13px;
}

.commentManageBox a{
    text-decoration: none;
    margin-left:10px;
    color: #666;
}
.commentManageBox a:hover{
    text-decoration: underline;
}


.commentList.child{
    padding: 0 0 0 40px;
}
.commentList.child div.commenter figure {
    width: 30px;
    height: 30px;
    top: 2px;
}
.commentList.child div.comment {
    margin-left: 35px;
}
.commentList.child .commentFooter {
    padding-left: 35px;
}
/*宮本 コメント編集部分非表示*/
.commentInputBox {
    display: none;
}

.commentInputBox textarea{
    display: block;
    width: 100%;
    border: 1px solid #c8daff;
    margin: 6px 0 0 0;
    box-sizing: border-box;
    padding: 8px 7px;
    height: 100px;
    line-height: 20px;
}
.commentSaveBtn,
.commentCancelBtn{
    font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin-right:10px;
    text-decoration: none;
}
.commentSaveBtn:before{
    content:"\f0c7";
    font-family:"fontAwesome";
    margin-right:5px;
}
.commentCancelBtn:before{
    content:"\f00d";
    font-family:"fontAwesome";
    margin-right:5px;
}
.board_commentForm.reply{
    display: flex;
    justify-content: space-between;
    padding: 0px 0 30px 50px;
    width: 100%;
    box-sizing: border-box;
}


a.boardHosoku{
    text-align: center;
    padding:10px 0;
    display: block;
    color:#000;
    font-weight:bold;
    text-decoration: none;
    cursor: pointer;
    background:#fff;
    transition: background .2s;
}
a.boardHosoku span{
    font-weight:bold;
    color:#275bbf;
}
a.boardHosoku:hover{
    background:#fff4f4;
}

a.boardHosoku.modal{
    text-decoration: underline;
}
a.boardHosoku.modal:hover{
    text-decoration: none;
    background:#fff;
}

article.standOut{
    position: relative;
    border: 2px solid #e6a6a6;
}
article.standOut:before{
    content:"";
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#d19782;
    animation: sonarAnime 1.8s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

@keyframes sonarAnime {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.05 ,1.03);
        -moz-transform: scale(1.05 ,1.03);
        -o-transform: scale(1.05 ,1.03);
        -ms-transform: scale(1.05 ,1.03);
        transform: scale(1.05 ,1.03);
        opacity: 0;
    }
}
.shw_user {
    text-decoration: none;
}
.likeBtn.active {
    color: #007eff;
    font-weight: bold;
}
/*------------------------------------------------
board いいねした人一覧モーダル
------------------------------------------------- */
.shw_userBox{
    width: 90%;
    max-width: 800px;
    height:80vh;
    box-sizing: border-box;
    margin:auto;
    left: 50%;
    top: 50%;
    padding:20px 2.5%;
    z-index: 10000;
    transform: translate(-50%,-50%);
}
p.tit_likeList{
    text-align: left;
    margin:0 0 15px 0;
    border-bottom:2px solid #ddd;
    padding:0 0 10px 0;
}
p.tit_likeList i{
    margin:0 10px 0 0;
    color:#275bbf;
    font-size: 18px;
}
.likeUserCount{
    position: absolute;
    color: #275bbf;
    top: 4px;
    right: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
}
.likeUserCount:before,
.likeUserCount:after{
    content:"";
    display: inline-block;
    font-size: 14px;
}
.likeUserCount:before{
    content:"全";
    margin-right:;
}
.likeUserCount:after{
    content:"件";
}
.likeUserBox{
    display: none;
    position: relative;
}
.mdlBox .likeUserBox{
    display: block;
}
.likeUserlist{
    overflow-y: auto;
    position: relative;
    height: calc(80vh - 76.8px);
    width: 100%;
}
.likeUserlist li{
    display: block;
    padding:12px 0;
    border-bottom:2px solid #f4f4f4;
    text-decoration: none;
}

.likeUser_item{
    width:90%;
    margin:auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.likeUser_item figure{
    width:30px;
    height:30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right:20px;
}
.likeUser_item figure img{
    width:100%;
    height:100%;
    display: block;
}
.likeUser_item div {
    width: calc( 800px * 0.95 * 0.9 - 50px );
    text-align: left;
    line-height: 1.2;
}




/*メモネスマーキー*/

.CSSMarquee {
    width: 100%;
    max-width: 1600px;
    padding: 0px 0 18px;
    margin: 0 auto 30px;
    position: relative;
    overflow: hidden;
    text-align: left;
    border-top: 3px solid #5fabc7;
    /* border-bottom: 3px solid #ba101b; */
    color: #000;
    font-weight: bold;
    background: #fff;
    background: linear-gradient(45deg, #6cb8ff, #fff66c, #ffa36c);
    background-size: 600% 600%;
    animation: AnimationName 5s ease infinite;
    background: url(/img/bk.png) no-repeat center;
    background-size: cover;
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.CSSMarquee p:after {
    content: "";
    white-space: nowrap;
}
.CSSMarquee p {
    margin: -8px;
    padding-left: 100%;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    -webkit-animation-name:marqueeRL;
    -webkit-animation-timing-function:linear;
    -webkit-animation-duration:10s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-name:marqueeRL;
    -moz-animation-timing-function:linear;
    -moz-animation-duration:10s;
    -moz-animation-iteration-count:infinite;
    -ms-animation-name:marqueeRL;
    -ms-animation-timing-function:linear;
    -ms-animation-duration:10s;
    -ms-animation-iteration-count:infinite;
    -o-animation-name:marqueeRL;
    -o-animation-timing-function:linear;
    -o-animation-duration:10s;
    -o-animation-iteration-count:infinite;
    animation-name:marqueeRL;
    animation-timing-function:linear;
    animation-duration:10s;
    animation-iteration-count:infinite;
    font-size:24px;
    font-weight:bold;
}
.CSSMarquee p img{
    display: inline-block;
    width:200px;
    margin:0 15px 0 0;
    position: relative;
    top: 17px;
}

@-webkit-keyframes marqueeRL {
    from {-webkit-transform:translate(0);} to {-webkit-transform:translate(-100%);}
}
@-moz-keyframes marqueeRL {
    from {-moz-transform:translate(0);} to {-moz-transform:translate(-100%);}
}
@-ms-keyframes marqueeRL {
    from {-ms-transform:translate(0);} to {-ms-transform:translate(-100%);}
}
@-o-keyframes marqueeRL {
    from {-o-transform:translate(0);} to {-o-transform:translate(-100%);}
}
@keyframes marqueeRL {
    from {transform:translate(0);} to {transform:translate(-100%);}
}


.choiceBox li.memoness{
    position: relative;
}
.choiceBox li.memoness:before{
    content:"";
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    background:#275bbf;
    animation: memonessAnime 1.2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.choiceBox li.memoness:hover:before{
    height:calc(100% - 5px );
}
@keyframes memonessAnime {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(1.03 ,1.07);
        -moz-transform: scale(1.03 ,1.07);
        -o-transform: scale(1.03 ,1.07);
        -ms-transform: scale(1.03 ,1.07);
        transform: scale(1.03 ,1.07);
        opacity: 0.4;
    }
    100% {
        -webkit-transform: scale(1.04 ,1.08);
        -moz-transform: scale(1.04 ,1.08);
        -o-transform: scale(1.04 ,1.08);
        -ms-transform: scale(1.04 ,1.08);
        transform: scale(1.04 ,1.08);
        opacity: 0;
    }
}
@keyframes memonessAnime02 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(1.09 ,1.2);
        -moz-transform: scale(1.09 ,1.2);
        -o-transform: scale(1.09 ,1.2);
        -ms-transform: scale(1.09 ,1.2);
        transform: scale(1.09 ,1.2);
        opacity: 0.4;
    }
    100% {
        -webkit-transform: scale(1.1 ,1.22);
        -moz-transform: scale(1.1 ,1.22);
        -o-transform: scale(1.1 ,1.22);
        -ms-transform: scale(1.1 ,1.22);
        transform: scale(1.1 ,1.22);
        opacity: 0;
    }
}

@media screen and (max-height: 415px) {
    .notice_countDown {
        bottom: 10px;
    }
    .notice_countDown p{
        padding: 3px 20px;
        font-size: 15px;
    }
}
@media screen and (max-height: 320px) {
    #CountDownBox {
        font-size: 43vh;
    }
}