


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 18px !important;
    padding-right: 18px !important;
}


#common.css
/********* Debug ********/
.cake-sql-log {
    color: #000;
}

.cake-sql-log td {
    border-bottom: 1px solid #000;
    padding: 10px;
}

/*************** Btn    *****************/
.btn {
    -webkit-font-smoothing: antialiased;
    -webkit-transition: none;
    transition: none;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.btn-default,
.label-default {
    border-color: #f2f2f2;
    background-color: #f2f2f2;
    color: #000;
}


.btn-default:hover {
    background: #fff;
    border-color: #fff;
}

.btn-default-flat {
    box-shadow: 0 0px 0 #b0b0b0;
    text-shadow: 0 0px 0px rgba(0, 0, 0, .3);
    border-color: #999;
    background-color: #fff;
    color: #000;
}

.btn-default-flat:hover {
    background: #e2e2e2;
    border-color: #999;
}

.btn-success,
.label-success {
    border-color: #C40003;
    background-color: #C40003;
}

.btn-success:hover {
    background: #EA2D37;
    border-color: #EA2D37;
}

.btn-comment,
.label-comment {
    border-color: #59eb46;
    background-color: #59eb46;
    color: #fff;
}

.btn-comment:hover {
    background: #a3e99a;
    border-color: #a3e99a;
    color: #fff !important;
}

.btn-primary,
.label-primary {
    background: #039;
    border-color: #039;
}
.btn-primary,
.label-primary:hover {
    background: #1652B2;
    border-color: #1652B2;
}

.btn-margin {
    margin-top: 30px;
}


.btn-info,
.label-info {
    background: #09c;
    border-color: #09c;
}


.btn-info:hover {
    background: #0ad;
    border-color: #0ad;
}

.btn-info-flat {
    box-shadow: 0;
    text-shadow: 0;
    background: #09c;
    border-color: #09c;
    color: #fff;
}

.btn-info-flat:hover {
    background: #0ad;
    border-color: #0ad;
    color: #fff;
}

.btn-danger,
.label-danger {
    background: #c44;
    border-color: #c44;
}
/*
.btn-danger {
    box-shadow: 0 4px 0 #800;
}

.btn-danger:hover {
    background: #f44;
    border-color: #f44;
}
*/
.btn:active,
.btn-primary:active,
.btn-info:active,
.btn-success:active,
.btn-danger:active {
    top: 4px;
    box-shadow: 0px;
}

/************ viewport ***************/
@-ms-viewport {
    width: auto;
    initial-scale: 1;
}

@viewport {
    width: device-width;
    initial-scale: 1;
}

/************* html body *******************/
html {
    height: 100%;
    min-height: 100%;
}

/************* body *******************/
body {
    height: 100%;
    min-height: 100%;
    /******font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', sans-serif;****/
    font-family: 'fot-tsukuardgothic-std', sans-serif;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background-color: #FFFFFF;
    /*background-image: url(/img/bg.png);
    background-size: cover;
    background-attachment: fixed;*/
    
}

/************* none *******************/
.none {
    display: none;
}

/************* error message *******************/
.error-message {
    color: red;
}

/************* a *******************/
a, a:hover {
    text-decoration: none;
}

/************* h *******************/
h1 span {
    font-size: 42px;
}

h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

h3 {
    font-size: 23px;
    font-weight: bold;
    padding: 5px;
    margin: 0 0 5px 0;
}

h4 {
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    margin: 0 0 10px 0;
}

.color_red {
    color: red;
    font-weight: 600;
}
/************* form *******************/
.form-group_p {
  margin: 30px 0;
}

/************* Footer *******************/
#wrap {
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
}

#contents {
    padding-bottom: 0px;
}

.footer {
    
    font-size: 16px;
    /*position: absolute;*/
    bottom: 0 !important;
    width: 100%;
    text-align: center;
    background-color: initial !important;
    color: #707070 !important;
}

.footer.footer_pc {
    padding: 50px 0 40px 0;
    
    background-color: #F8F8F8 !important;
    text-align: center;
    
}
.footer a, #footer a:hover {
    color: #eee;
}

.footer .menu div {
    
    padding: 0 10px 0 51px;
}

.footer .copyright {
    margin-top: 43px;
    text-align: center;
    font-size: 0.8vw;
    font-weight: bold;
    
}



.footer .powered {
    margin-top: 5px;
}

.footer.footer_sp {
    
    cursor: pointer;
    z-index: 10;

    background-color: #F8F8F8 !important;
}

.footer .btn_sp {
    z-index: 10;
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, .8);
    padding: 13px;
    color: #fff;
    

}

.footer .btn_sp:hover {
    background: #09c;
}

.footer .btn_sp:active {
    background: #09c;
}

.footer .menu_sp {
    position: absolute;
    bottom: 40px;
    display: none;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
}

.footer .menu_sp div {
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.footer .menu_sp div:active,
.footer .menu_sp div:hover {
    background: rgba(0, 150, 255, 0.6);
}

.fotter_menu_wrap {
    width: 100%;
    height: 200px;
    /*background-color: #F4F4F4;*/
    padding: 15px 0 50px 0 ;
}
.fotter_menu {
    list-style: none;
    text-align: left;
    margin-left: 2%;
    color: #333;
}
.fotter_menu li {
    margin-top: 5px;
}

.fimg{
    vertical-align: middle;
}

.sp_footer_img{
    text-align: left;
}


.sp_footer_img img{
    width: 36.2vw;
}

.sp_footer_img .fotter_twitter{
    font-size: 28px;
}

.menu_sp_content {
    font-size: 12px;
}

.sp_footer_img {
    margin-bottom: 25px !important;
}

.menu_sp_content div{
    margin-bottom: 16px;
}

.footer_sp .copyright{
    font-size: 10px;
}

.fotter_contents{
    
    font-size: 1vw;
}

.pc_ft{
    white-space: nowrap;
    padding:0;
    justify-content: center;
    width: 100%;
}

.ft{
    background-color: #F8F8F8 !important;
    
}
/*************** Logo *****************/
#logo {
    max-height: 20px;
}

/*************** TopBack *****************/
.top_back {
    position: relative;
    width: 100%;
}

/*************** Menu *****************/
#menu_bar {
    position: absolute;
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 80px;

    
    border-bottom: 0px !important;

    padding: 0 10px;
}

.menu_bar_color{
    background-color: #F8F8F8 !important;
}

.menu_bar_invalid{
    background-color: #afafaf!important;
    position: absolute;
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 80px;

    
    border-bottom: 0px !important;

    padding: 0 10px;
}

#menu_bar .menu{
    
    font-weight: bold;
}

#menu_bar .menu {
   /* float: left;*/
}


#menu_bar #brand {
   /* padding: 18px 30px;*/
   cursor: pointer;
}

#menu_bar .menu {
    padding: 0px 0px 0px 0px;
    position: absolute;
    z-index: 50;
}

#menu_bar a, #menu_bar a:hover {
    color: #000;
}

#menu_bar .menu a, #menu_bar .menu a:hover {
    /*padding-right: 20px;*/
}

#menu_bar .menu_right {
    position: absolute;
    height: 80px;
    
    display: flex;
    align-items: center;
    right: 3vw;
    top: 0x;
    z-index: 80;
}

#menu_bar .menu_right div {
    
    vertical-align: middle;
    
}

#menu_bar #sub_menu {
    display: none;
    position: absolute;
    top: 0px;
    right: 0;
    background-color:#F8F8F8;
    width: 94vw;
    height: 100vh;

    padding: 0px;
    z-index: 2;
}


#menu_bar #test {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    padding: 10px 0;
    z-index: 2;
}

#menu_bar #sub_menu a {
    color: #333333;
}

/*#menu_bar #sub_menu div {
    padding: 7px 0px 7px 20px;
}*/

#menu_bar .icon-bar {
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 90;
    cursor: pointer;
    color: #000;
}

#menu_bar .icon-bar:hover {
    font-size: 18px;
    padding-top: 9px;
}

.brand {
    height: 80px;
    line-height: 70px;
    padding: 0 3vw;
}

#brand img{
    width: 10vw;
    height: auto;
}

.el-icon-question{
    color: #E8B406;
}



.menu_right{
    font-size: 1.2vw;/*もとは0,8vw*/
}

.menu_bar_regi{
    font-size: 1.2vw;
    background-color: #C21630;
    
    
    display: block;
    text-align: center;
    
    border-radius: 5px;


}

.menu_bar_regi a{
    color: #fff !important;
    font-weight: bold;
    font-size: 1.2vw;
    padding: 0.4vw 1vw;
    display: block;
}

.menu_bar_login{
    padding-right: 2vw;
    font-weight: bold;
}

.menu_right .user{
    padding-right:18px;
}
.menu_right .logout{
    padding-left:18px;
    font-weight: bold;
}
.user img{
    width: 28px;
}

/** 元は(max-width: 749px)*/
@media screen and (max-width: 780px) {
    #menu_bar {
    height: 58px;
    }
    #menu_bar .menu,
    #menu_bar .menu_right, 
    #menu_bar .pc_menu_right,
    #menu_bar .favo_messe_user
    {
        display: none;
    }

    #menu_bar #brand {
        
        position: absolute;
        
        top: 0;
        left: 16px;
    }
}

@media screen and (min-width: 781px) {
    .icon-bar {
        display: none;
    }

    #menu_bar #sub_menu {
        display: none;
    }
}


/*.af_lg_me{
    width: 100%;
    height: 80px;
}*/
/************  social  ******************/
.social_btn_top {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #eee;
}

.social_btn {
    padding: 0px;
}

.social_btn table {
    margin: 0 0 0 auto;
}

.social_btn td.fb {
    padding-right: 0px;
}

.social_btn td.tw {
    padding-top: 5px;
}

/*************** facebook btn *****************/
.facebook_btn, .twitter_btn {
    max-width: 90%;
    padding-bottom: 20px;
}

/*************** Flash *****************/
.flash_wrap {
    position: absolute;
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0px;

    -moz-animation: fadein_out 5s ease 0s 1;
    -moz-animation-fill-mode: forwards;
    -webkit-animation: fadein_out 5s ease 0s 1;
    -webkit-animation-fill-mode: forwards;
}


.flash {
    background-color: rgba(255, 210, 50, 0.95);
    color: #000;
    min-width: 300px;
    max-width: 500px;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    position: relative;
    top: 0px;
    z-index: 100;
    text-align: center;
    margin: 0 auto;
}

.flash_success {
    background-color: rgba(50, 255, 91, 0.95);
    color: #000;
    min-width: 300px;
    max-width: 500px;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    position: relative;
    top: 0px;
    z-index: 100;
    text-align: center;
    margin: 0 auto;
}




@-moz-keyframes fadein_out {
    0% {
        top: -200px;
        opacity: 0;
    }
    20% {
        top: 0px;
        opacity: 1;
    }
    80% {
        top: 0px;
        opacity: 0.9;
    }
    100% {
        top: -200px;
        opacity: 0;
    }
}

@-webkit-keyframes fadein_out {
    0% {
        top: -200px;
        opacity: 0;
    }
    20% {
        top: 0px;
        opacity: 1;
    }
    80% {
        top: 0px;
        opacity: 0.9;
    }
    100% {
        top: -200px;
        opacity: 0;
    }
}

/************* about *******************/
.about_box_wrap {
    margin: 0;
}
.about_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.about_img_jpg {
    width: 50%;
    height: auto;
    margin: 0 auto;
    margin: 0 25%;
}
.about_box {
    max-width: 1000px;
    margin: 0 auto;
    background-color:  #fff;
    border-radius: 10px;
    padding: 80px 5%;
    overflow: auto;
}

.about_box h1 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    line-height: 2em;
}
.about_box h2 {
    text-align: center;
    margin: 100px 0 50px 0;
    border-bottom: solid 1px #888;
    padding-bottom: 10px;
}
.about_box h3 {
    margin: 50px 0 10px 0;
}
.about_box h4 {
    font-size: 19px;
}
.about_box p {
    font-size: 19px;

}
@media screen and (max-width: 780px) {
  .about_box {
    padding: 58px 3%;         /* 余白調節 780px以下適用 */
  }
}

/************* client_resize(img file form) *******************/
.client_resize {
    max-width: 100%;
}

/*************** BackTop *****************/
#back_top {
    position: absolute;
    position: fixed;
    z-index: 100;
    width: 100px;
    height: 100px;
    cursor: pointer;
    bottom: 50px;
    right: 30px;
}
#back_top img {
    width: 80%;
    height: auto;
}
#back_top img {
    opacity: 0.8;
}

#back_top img:hover {
    opacity: 1;
}


.back_top_area{
    position: relative;
}

@media (min-width: 768px) {
    .back_top_area {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .back_top_area {
        width: 960px !important;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .back_top_area {
        width: 1140px !important;
        margin:0 auto;

    }
}

#back_top_icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    bottom: 16px;
    right: 0px;
}
#back_top_icon img {
    width: 40px;
    height: auto;
}


@media screen and (max-width: 680px) {
    #back_top {
        display: none;
    }
}

/** スマホ画面 **/
@media (max-width: 780px) {
    .pc {
        display: none;
    }

    .brand {
        height: 58px;
        line-height: 50px;
        padding: 0px;
    }
    
    #brand img {
        width: 29.48vw;
        height: auto;
        margin: 0 auto;
        
    }

    .profile {
        padding-top: 56px !important;
        
        }

    /*****記事一覧コンテンツ****/
    

  

    
    
}

/*********お気に入りボタン***********/

.like .btn-danger {
    background: #ffffff !important;
    border-color: #555 !important;
    color: #555 !important;

}

.like .btn-primary{
    background: #d83c3d !important;
    border-color: #d83c3d!important;
    color: #ffffff !important;
}

.like .btn{
    border-radius: 0px !important;
}




/**ラッパー*/
.body_wrapper{
    position: relative;
    width: 100%;
    min-height: 100%;
}

/****もっと見る矢印*****/
/**トップページ マイページ**/
.more_btn{
    width: 100%;
    text-align: center ;
    margin: 10px auto;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;

}

.arrow_down{
    margin: 0 auto;
    display: block;
    width: 60px;
    height: 60px;
    position: relative;

    /*ずらして中央に配置*/
    transform: translate(-30px);
    margin: 0 auto;
}

.arrow_down::before,.arrow_down::after{
    content: "";
    display: block;
    width: 40px;/*線の長さ*/
    height: 1px;/*線の太さ*/
    background: #333;/*線の色*/
    position: absolute;
    top: calc(50% - 0px);/*線の重なり*/
    right: 0;
    border-radius: 100px;
    transform: rotate(160deg);/*線角度*/
    transform-origin:calc(100% - 0px) 50%;/*線の重なり*/
    
}    
.arrow_down::after{
    transform: rotate(20deg);/*線角度*/
}


.close_btn {
    width: 100%;
    text-align: center;
    margin: 10px auto;
    cursor: pointer;
}

/*** フォーム入力エリア **/

.form_deco input ,  .form_deco textarea{
    background-color: #F8F8F8 !important;
    border: 0px;
    border-radius: 0px !important;
    width: 100%;
    font-size: 12px;
}

.form_deco select{
    border: 0px;
    border-radius: 0px !important;
    width: 100%;
}

/***********************/
@media (min-width: 781px) {
    .sp{
        display: none;
    }

    #menu_bar #brand {
        /*margin: 25px auto 16px auto;
        width: 100%;*/
        
    }

    .footer .footer_pc{
        background-color: #333 !important;
    }
}

@media (max-width: 780px) {
    .pc {
        display: none;
    }

    #menu_click{
        display: none;

        width: 100%;
        height: 100%;

        background-color: #afafaf;
        

        position: fixed;
        z-index: 90;
        top: 40px;

    }

    

}

/** paginate関数を用いたもっと見るボタン **/
.view-more-button{
    width: 100%;
    text-align: center ;
    margin: 56px auto;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;

}

.view-more-button_sp{
    width: 100%;
    text-align: center ;
    margin: 48px auto 0 auto;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;

}

.page-load-status{
    margin:0 auto;
}

.infinite-scroll-request{
    text-align: center ;
}

.infinite-scroll-last{
    width: 100%;
    text-align: center ;
    margin: 56px auto;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.infinite-scroll-error{
    text-align: center ;
    font-size: 16px;
}

/***** フッター ****/
.menu_sp_content{
    padding: 48px 0px 0px 0px;
    text-align: left;
}



.micoto_foot_logo {
    padding: 0 !important;
    width: 10.4%;
    margin-right: 0%;
}

.fotter_micoto_logo img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (min-width: 2000px) {
    .fotter_micoto_logo img{
        width: auto;
        height: auto;
        object-fit: contain;
    }
}

.footer_contents {
    padding: 0 !important;
}


.fotter_twitter{
    color: #707070 !important;
}

.fotter_contents a{
    color:#707070 !important;
}

.menu .clearfix img{
    vertical-align: top;

}

.menu .clearfix span{
    vertical-align: top;

}

.footer_pc .el-icon-twitter{
    font-size: 2vw;
}

.unei_kaisha{
    margin-bottom: 0 !important;
}

.tw_fo_sp .el-icon-twitter{
    font-size: 9.6vw;
}

.footer.copyright_sp {
    font-size: 10px;
    font-weight: bold;
}

.sp_fot_bo{
    padding-bottom: 24px;
}
/*******ログイン後のメニューバー*******/
.after_login_menu{
    color: #000;
    display: flex;
    width: 100%;
    height: 64px;
    position: absolute;
    position: fixed;
    z-index: 1;
    background-color: #ffffff;
    border-bottom: 1px solid;
    border-color: #d8d8d8;


    margin: 80px 0px;
    text-align: center;
    
}

.after_login_menu_bar{
    display: flex;
    justify-content: space-between;
    /*justify-content: space-evenly;*/
    /*width: 40%;*/
    margin: 0 auto;
    padding: 0;
}

.after_login_menu .mypage_menu {
    display: table-cell;
    cursor: pointer;
    text-align: center;
}

.el-icon-envelope,
.el-icon-home, .el-icon-adult,
.el-icon-heart, .el-icon-comment,
.el-icon-credit-card
{
    font-size: 18px;
}


/******** gridによる記事一覧 **********/

.pj_wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 44px;
    row-gap: 77px;
}


.grid {
    
    position: relative;
}

.grid:before {
    content:"";
    display: block;
    padding-top: 96%; /* 高さを幅の93%に固定 */
}

.grid_contents {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



.pj_thumbnail{
    width: 100%;
    height: 55.9%;
    
    position: relative;
}

.imgholder_thum{
    position: relative;
    width: 100%;
    height: 100%;
}

.imgholder_thum:before {
    content: "";
    display: block;
    padding-top: 56.4%;
}

.img_list_thum {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    
    
}


.img_list_thum img{
    object-fit: cover;
    width: 100%;
    height: 100%;

    border-radius: 10px 10px 0 0;
}


.img_list_thum .movie{
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;

    border-radius: 10px 10px 0 0;
}



.pj_title{
    width: 100%;
    height: 41.2%;
    padding: min(1vw, 16px);
    

    position: relative;

    background-color: #ffff;
}

.graph_footer{
    position: absolute;
    bottom: min(1vw, 16px);
    left: min(1vw, 16px);
}


/********* スマホ メニューバー *****/
#icon img{
    width: 32px;
    height: 32px;
    object-fit: contain;
}


/********** bootstrap container上書き *************/

@media (min-width: 768px) {
    .container {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px !important;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px !important;
        margin:0 auto;

    }
}

/********もっと見るボタン***********/

.view-more-button .el-icon-chevron-down{
    font-size:26px;
    font-weight: 100;
}

.infinite-scroll-last .el-icon-chevron-up{
    font-size:26px;
    font-weight: 100;
}

/********************/
.menu{
    display:flex;
}

.menu_bar_micoto_about,
.menu_bar_ama{
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    
    text-decoration: none;
    
    
}





.menu_bar_micoto_about a{
    display: block;
    padding-left: 1.5vw;
    font-size: 1vw;
}


.menu_bar_ama a{
    display: block;
    padding: 0 1.5vw;
    font-size: 1vw;
}




.mypage_menu{
    width: min(11vw, 168px);
    height: 64px;

    
}

.mypage_menu a{
    display: block;
    height: 100%;
    
    color: #333333;

    padding: 8px 0;

    
}

.mypage_menu a:hover{
    background-color: #D8D8D8;
    color: #333333;
}




.kana{
    font-size: min(1vw, 14px);
    font-weight: bold;
    white-space: nowrap; /*改行させない*/
    margin-bottom: 8px;
}

.kana_co{
    font-size: min(1vw, 14px);
    font-weight: bold;
    white-space: nowrap; /*改行させない*/
    margin-bottom: 5px;
}


.mypage_menu img{
    width: 26px;
    height: auto;
    object-fit: contain;
}

.view-more-button_sp .el-icon-chevron-down{
    font-size: 38px;
}

.infinite-scroll-last .el-icon-chevron-up{
    font-size: 38px;
}

/*********スマホサブメニュー*************/

.wrap_sp_menu{
    padding: 40px 16px 42px 16px !important;
    height: 100vh;
    position: relative;
    overflow: auto;
}

.wrap_sp_menu h4 {
    padding: 0;
    margin-bottom: 6vh;
    
    font-size:1.7rem;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

.wrap_sp_menu h4 a{
    display: block;
    font-size:1.7rem;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

.log_regi{
    display: flex;
    justify-content: center;
    margin: 40px 0 24px 0 !important;
    padding:0 !important;
    
}

.log_regi a{
    display: inline-block;
}

.lgin,
.regi{
    padding:0 !important;
}

.regi a{
    padding: 8px 16px;
    font-size: 13px;
    font-weight: bold;
    color: #fff !important;
    background-color: #c21630;
    border-radius: 10px;
    height: 100%;
}

.lgin{
    padding: 8px 28px 8px 0 !important;
    font-size: 14px;
    font-weight: bold;
}

.post_link,
.hw_mi_link,
.chokinbako{
    width: 100% ;
    height: 7.2vh;
    line-height: 7.2vh;
    background-color: #FFFFFF;
    border-bottom: 1px solid #707070;
    white-space: nowrap;
    display: flex;
    align-items: center;

}

.post_link a,
.hw_mi_link a,
.chokinbako a{
    display: block;
    font-size: 1.45rem;
    font-weight: bold;
    padding-left: 24px;

}



.chokinbako img{
    width: 4vw;
    vertical-align: middle;
}

.sp_me_cho{
    vertical-align: middle;
}


.wrap_sp_menu .el-icon-chevron-right{
    text-align: right;
    color:#707070;
}

.wrap_sp_menu .el-icon-chevron-down {
    text-align: right;
    color: #707070;
}

.eicr{
    margin:0 6.4vw 0  auto ;
    cursor: pointer;
}

.eicr a{
    display: block;
}

.wrap_sp_menu .el-icon-question{
    padding-bottom: 0px;
}

.sub_menu_footer{
    position: absolute;
    bottom: 4vh;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.sub_menu_footer_loin{
    position: absolute;
    bottom: 2.5vh;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.sub_f_logo{
    margin-top: 52px;
}



.sub_f_logo_lgin img,
.sub_f_logo img{
    width: 34vw;
}


.tw_ic a{
    display: block;
}

.tw_ic{
    text-align: center;
}


.el-icon-twitter{
    color: #1DA1F2;
    font-size: 3.27rem;
}

.user_n_i{
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 1.2vh 4.26vw;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    align-items: center;

}

.user_n_i img{
    width: 10.6vw;
    height: 6vh;
    
}

.u_na{
    padding-left: 4.2vw;
    font-size:1.6rem;
}

.po_pro{
    display: flex;
    justify-content:space-between;
    margin: 12px 0 8px 0;
}

.mypage_menu_sp{
    width: 48.7%;
    
    background-color: #fff;
    border: 1px solid #D8D8D8;
    padding: 2.4vh 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.mypage_menu_sp .kana{
    padding-bottom: 1.6vh !important;
    margin: 0;
    font-size: 1.27rem;
}

.mypage_menu_sp .kana_co{
    padding-bottom: 1.1vh !important;
    margin: 0;
    font-size: 1.27rem;
}

.mypage_menu_sp .el-icon-home,
.mypage_menu_sp .el-icon-adult,
.mypage_menu_sp .el-icon-heart,
.mypage_menu_sp .el-icon-th-list

{
    font-size: 2.18rem !important;
}

.post_link .el-icon-file-new{
    font-size: 1.45rem;
}

.post_link span,
.hw_mi_link span,
.chokinbako span{
    vertical-align: middle;
}

.lg_out{
    font-size: 1.18rem;
    font-weight: bold;
    margin: 0 0 0 auto;
    color: #6F6F6F;
}

.pc_close_sub_menu .el-icon-home,
.pc_close_sub_menu .el-icon-adult,
.pc_close_sub_menu .el-icon-heart,
.pc_close_sub_menu .el-icon-chevron-left,
.el-icon-file-new,
.pc_close_sub_menu .el-icon-question,
.pc_close_sub_menu .el-icon-th-list,
.mypage_menu_sp .el-icon-home,
.mypage_menu_sp .el-icon-adult,
.mypage_menu_sp .el-icon-heart,
.el-icon-question,
.mypage_menu_sp .el-icon-th-list{
    color: #D8D8D8;
}



.el-icon-credit-card{
    
}

.mypage_menu_sp img{
    width: 28px;
    height: auto;
    object-fit: contain;
}

.fa_co{
    display:flex;
    justify-content:space-between;
    margin: 0px 0 8px 0;
}

.sp_sub_katsu{
    margin: 0 0 36px 0;
}

/************/
.pj_title{
    position: relative;
}

.shousai{
    position: absolute;
    bottom: min(1vw, 16px);
    right: min(1vw, 16px);
    font-size: min(0.8vw, 12px);
    
    border: 1px solid #707070;
}

.shousai a{
    display: block;
    
    padding-top: min(0.3vw, 6px);
    padding-bottom: min(0.3vw, 6px);
    padding-right: min(0.6vw, 12px);
    padding-left: min(0.6vw, 12px);
}

.title_sp{
    position: relative;
}

.shousai_sp{
    position: absolute;
    bottom: 1vw;
    right: 2.6vw;
    font-size: 2.6vw;
    border: 1px solid #707070;
}

.shousai_sp a{
    display: block;
    padding: 1.3vw 2.1vw;
}

#menu_sp_content div{
    cursor: pointer;
}

/**** 貯金額 *****/

.chokin_kobetu{
    position: absolute;
    bottom: min(1vw, 16px);
    left: min(1vw, 16px);
    font-size: min(1.1vw, 14px);
    font-weight: bold;
    border-bottom: 1px solid #707070;

    width: 60%;

    display: flex;
    justify-content:space-between;
    align-items: flex-end;
}

.cho_right{
    padding-right: min(0.7vw, 14px);
}

.chokingaku{
    font-size: min(1.4vw, 18px);
}



.chokin_all{
    text-align: center;
    margin: 64px 0 74px 0;
    
}

.b_l {
    border-bottom: solid 2px #C21630;
    font-size: min(1.4vw, 36px);
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-right: 52px;
}

.kingaku_all{
    font-size: min(5vw, 43px);
    color: #C21630;
    padding: 0 0.9vw 0 2.1vw;
}

.sp .chokin_all{
    text-align: center;
    margin-bottom: 44px;
    
}


.sp .b_l {

    display: inline-block;
    min-width: 200px;
    border-bottom: solid 2px #C21630;
    font-size: 20px;
    font-weight: bold;

    padding: 0;
}
.sp .kingaku_all{
    font-size: 32px;
    color: #C21630;
    padding: 0 6px 0 8px;
}

.cho_co{
    font-size: 20px;
    font-weight: bold;

    margin-top: 8px;
}


.chokin_kobetu_sp{
    position: absolute;
    bottom: 1vw;
    left: 2.6vw;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #707070;

    width: 60%;

    display: flex;
    justify-content:space-between;
    align-items: flex-end;
    
}

.chokingaku_sp{
    font-size: 18px;
}

.menu_bar_micoto_about img{
    width: 1.2vw;
    vertical-align: middle;
}

.come_choki{
    vertical-align: middle;
}


.post_link .el-icon-file-new {
    padding-bottom: 0px;
}

.chokin_all{
    position: relative;
}

.question{
    position: absolute;
    top: 0px;
    right: 42px;
}

.arrow_pj{
    position: absolute;
    bottom: 0px;
    right: -8px;
}

.f_speace{
    position: relative;
    
}

/****webフォント ちらつき防止****/
html {
    visibility: hidden;
}
html.wf-active,
html.loading-delay{
    visibility: visible;
}

.menu_sp_content a{
color: #707070 !important;
}
/***** 記事一覧********/

@media (max-width: 780px) {
    .article_sp{
    
        width: 100%;
        
        margin: 0 auto 24px auto;
        
    }

    .top_thum_sp {
        width: 100%;
    }

    .img_list_thum img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px 10px 0 0;
    }

    .img_list_thum .movie{
        object-fit: cover;
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px 10px 0 0;
    }
    
    .title_sp {
        width: 100%;
        padding: 16px 8px;
        background-color: #ffffff;
    }

    .sp h2 {
        font-size: 16px !important;
        margin-top: 0px;
        margin-bottom: 5px;
    }

}

/***プロジェクト詳細スライド***/
.sub_slide:focus{
    outline:none;
}

/***メッセージ関係****/


/******メニューバー******/
.katsudou{
    padding: 8px 0;
}


.katsudou:hover{
    background-color: #D8D8D8;
    color: #333333;
}

.progress {
    margin-bottom: 0px;
    height: 18px;
    border-radius: 50px;
    background: rgba(180, 180, 180, .1);
}



.progress-bar {
    color: #FFFFFF !important;
    line-height: 18px;
    font-size: 10px;
    font-weight: bold;
    text-align: start;
    padding-left: 12px;
}

.ok{
    display: none;
}

/****詳細テキスト装飾**/

.under_line_icon img{
    padding-bottom: 2px;
    width: 12px;
}

.h1_text{
    border-left: 10px solid #e8b429;
    padding-left: 20px;
    font-weight: bold;
}

.text_underline{
    border-bottom: 2px solid #e8b429;
}

/*****pc用サブメニュー*****/
.pc_close_sub_menu{
    display: none;
    position: absolute;
    top: 80px;
    right: -20px;

    width: 256px;
    background-color: #ffffff;
    padding: 16px;
    border: 1px solid #d8d8d8;
    box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 16%)
}

.menu_right .user img {
    position: absolute;
    top: 32%;
    right: 1vw;

}

.sub_icon_text img{
    width: 28px;
    height: 28px;
    vertical-align: middle;
}



.sub_bar_u_name{
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 1px solid #D8D8D8;
}

.sub_icon_text{
    font-size: 16px;
    font-weight: bold;
    padding-top: 16px;
    display: flex;
    align-items: center;

}

.pc_sub_bar_logout{
    font-size: 16px;
    font-weight: bold;
    padding-top: 12px ;
    border-top: 1px solid #D8D8D8;
    margin-top: 16px;

}

.pc_sub_bar_logout a{
    color:#6F6F6F !important; 
    

}


.pc_close_sub_menu .el-icon-home,
.pc_close_sub_menu .el-icon-heart,
.pc_close_sub_menu .el-icon-adult   {
    font-size: 28px;
    vertical-align: middle;
}

.pc_close_sub_menu .el-icon-th-list {
    font-size: 24px;
    vertical-align: middle;
}

.el-icon-th-list,
.el-icon-group{
    color: #6F6F6F;
}


.sub_menu_icon_area{
    text-align: center;
}

.sub_menu_icon_area{
    width: 28px;
    text-align: center;
}

.sub_me_text {
    vertical-align: middle;
    padding-left: 10px;
}

.pc_report_menu{
    cursor: pointer;
}

.pc_report_sub_menu{
    font-size: 14px;
    font-weight: bold;
    padding-left: 42px;
    margin-top: 12px;
}

.repo_ichi{
    margin-bottom: 12px;
}

.pc_icon_menu{
    cursor: pointer;
}

.favo_messe_user {
    display: flex;
    align-items: center;
    height: 80px;
    position: absolute;
    right: 7vw;
    z-index: 100;
    
}

.favo_messe_user .el-icon-heart{
    padding: 0 22px;
    color: #D8D8D8;
    font-size: 1.6vw;
}

.favo_messe_user .el-icon-file-new {
    padding-bottom: 0px;
    font-size: 1.6vw;
    padding: 0 22px;
}

.favo_messe_user img{
    width: 1.6vw;
}

.messa_sp_icon img{
    width: 22px;
}

.sub_f_logo_lgin {
    text-align: center;
    margin-top: 72px;
}

.search_icon{
    transform: scale(-1, 1);
}


.search_area{
    display: flex;
    height: 80px;
    align-items: center;
}

.search_text input{
    width: 12.4vw;
    height: 40px;
    
    border-radius: 8px 0 0 8px;
}

.search_text{
    margin: 0px;
}

.search_icon button{
    width: 40px;
    height: 40px;
    border-radius: 8px 0px 0 8px;
    background-color: #ffffff;
    border-right:0px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.c_s_kingaku,
.top_page_back{
    background-color: #F3F3F6;
}

.toppj_back_bottom{
    height: 64px;
    background-color: #F3F3F6;
}

#tabbody{
    background-color: #F3F3F6;
}

.nav_bg{
    height: 68px !important;
}

.gnav{
    background-color: #FFFFFF;
}

.top_graph .progress {
    margin-bottom: 0px;
    height: 12px !important;
    border-radius: 0px !important;
    background: rgba(180, 180, 180, .1);
}

.top_graph .progress-bar {
    color: #ffffff00 !important;
}

.grid_footer{
    display: flex;
}

.progress-bar-warning{
    background: linear-gradient(to right, #c21630, #e8b406);
}

.search_area .form-group {
    margin: 0px !important;
}

span.el-icon-th-list {
    vertical-align: middle;
}


.favo_messe_user span{
    vertical-align: middle;
}

.menu_bar_micoto_about span{
    vertical-align: middle;
}

.scroll_more {
    min-height: 300px;
}


.pj_labels{
  
    font-size: min(1.2vw, 14px);
    font-weight: bold;

    width: 100%;
}

.pj_success_lbl{
    /*margin-bottom: 8px;*/
}

.lbl_etc{
    display: flex;
    font-size: 10px;
    font-weight: bold;
}

.label_pj{
    background-color: #e8b429;
    text-align: center;
    /*margin-left: min(1vw, 16px);*/

    margin-right: min(0.5vw, 8px);

    width: 52px;
    height: 22px;
    line-height: 22px;
}



.label_success{

    border-radius: 16px 0;
    color: #ffffff;
    background-color: #c21630;
    
    text-align: center;

    padding: 4px 12px;
    margin-right: min(0.5vw, 8px);

}


.e_msg{
    font-size: 12px;
    color:#c21630;
}


.kanbai {
    margin-top: 8px;
}

.kanbai span {
    border: 1px solid #d8d8d8;
    background-color: #d8d8d8;
    padding: 4px 8px;
}


.per_number {
    min-width: 50px;
}

input.btn.sub_login_byn:hover {
    color: #ffffff;
}

.top_graph {
  min-height: 12px;
  background-color: #ffffff;
}

@media (max-width: 780px) {
    .grid_title{
        margin-bottom: 12px !important;
    }
    .grid_footer {
        margin-bottom: 0px;
        font-size: 12px !important;
        margin-bottom: 12px !important;
        
    }

    .sp_sub_menu_blank{
        height:116px;
    }

    .log_regi {
        margin: 80px 0 24px 0 !important;
        
    }

    .lgin {
        font-size: 28px;
    }

    .regi a {
        padding: 10px 16px;
        font-size: 24px;
    }

    .sp_report_sub_menu {
        width: 48.7%;
        background-color: #fff;
        padding: 2.4vh 0;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    .f_speace {
        margin-right: 12px;
    }

    .search_area {
        display: flex;
        width: 100%;
        height: 7.2vh;
        align-items: center;

        border: 1px solid #ccc;
        border-radius: 8px;
        background-color: #ffffff;

        margin: 36px 0 64px 0;
    }

    .search_area .form-group {
        width: 87.2%;
    }

    .search_icon {
        width: 12.8%;
    }

    .search_text input {
        width: 100%;
        height: auto;
    }

    .search_area .form-group input {
        border: 0!important;
        box-shadow: inset 0 0px 0px rgb(0 0 0 /0%);
    }

    .search_icon button {
        width: 100%;
        height: 7.2vh;
        background-color: #ffffff00;
        border: 1px solid #ffffff00;
        border-right: 1px solid #ccc;

        
    }

    .view-more-button {
        margin: 24px auto 0 auto;
    }

    .pj_labels{
        
    
        position: absolute;
        top: 12px;
        left:0px;
    
        font-size: 14px;
        font-weight: bold;
    
        width: 100%;
    }
    
    
    .label_pj{
        
        
        background-color: #e8b429;

        text-align: center;
        margin-right: 8px;
    }
    
    
    
    .label_success{
        
        color: #ffffff;
        background-color: #c21630;
       
        text-align: center;

        margin-right: 8px;
    }

}

img.img-circle {
    background-color: #ffffff;
}


.project_success {
    position: absolute;
    top: 0;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    padding: 4px 0;
    background: #c21630;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


article.post_sp {
    position: relative;
}

.sub_login input {
    border-bottom: 1px solid #d8d8d8 !important;
    height: 48px;
    padding-left: 10px;
    font-size: 14px;
}

.sub_login .toggle2 {
    position: relative;
}

.js-password-toggle2{
    position: absolute;
    top:40px;
    right: 20px;
}

.sub_login .el-icon-eye-close,
.sub_login .el-icon-eye-open {
    font-size: 20px;
}

.sub_login .form_deco input{
    background-color: #FFFFFF !important;
}

.sub_login {
    margin-top: 30px;
    margin-bottom: 56px;
}

.sub_login_byn {
    width: 100%;
    height: 48px;

    background-color: #6f6f6f;

    font-size: 18px !important;
    font-weight: bold;

    border-radius: 8px;
    margin: 33px 0 10px 0;
}

.forgot_pass a {
    font-size: 12px;
    font-weight: bold;
    color: #6F6F6F !important;
}

.forgot_pass{
    text-align: center;
    
}

.sub_shinki_touroku{
    font-size: 12px;
    font-weight: bold;
    color: #6F6F6F;

    margin: 48px 0 0 0;

    text-align: center;
}

.sub_shinki_btn{
    width: 100%;
    height: 48px;
    background-color: #c21630;
    text-align: center;
    line-height: 48px;
    border-radius: 8px;

    margin: 8px 0 52px 0;
}

.sub_shinki_btn a{
    display:block;

    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: bold;
}

/*********行間********/


.m_title,
.profile_nick_name,
.sp_pj_t,
.grid_title a,
.return_amt,
.rtn_name,
.report_title,
.project_name,
.repo_ti_tle,
.pj_title_c,
.rtn_name,
.small_opened_title,
.back_u_name a,
.title_report,
.re_pay_name,
.re_name,
.pj_name,
.user_info_contents .name a,
.sub_bar_u_name,
.return_name,
.h1.pj_view_pc_f,
.title_ch{
    line-height: 120%;
}

.self_des,
textarea,
.shinsei_info,
.content_view,
.ret_pay_amount,
.pay_cnt,
.ret_amount,
.u_self a,
.re_cont,
.return_amount,
.com_con,
.text_content{
    line-height: 150% !important;
}

*:focus {
    outline: none !important;
}

a.kochita_color {
    color: #428bca;
}


.coming_soon img {
    width: 100%;
}

.sp .coming_soon {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}