[v-cloak] {
    display: none !important;
}
  
html, pre {
    font-family: "メイリオ", "Meiryo","游ゴシック","ヒラギノ角ゴ ProN W3","ヒラギノ明朝 Pro W6",Arial,Hiragino Kaku Gothic ProN,sans-serif;
}

body {
    min-width: 1280px;
    background: #f7f7f7;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

a:active, a:hover, a:focus {
    text-decoration: none;
    outline-width: 0;
}

input, textarea {
    border: none;
}

input:focus, textarea:focus {
    outline: none !important;
    border: 0px;
}

textarea {
    outline: none;
    resize: none;
}

.wBackground {
    word-break: break-all;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

.wBlock {
    width: 100%;
    display: block;
}

.wR_JS {
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

.wR_JC {
    width: 100%;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

.wR_JE {
    width: 100%;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

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

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

.wR_JSAE{
    width: 100%;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

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

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

.wR_JCAE{
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

.wR_JEAS {
    width: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

.wR_JEAC{
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

.wR_JEAE{
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

.wC_JS {
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
}

.wC_JC {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
}

.wC_JE {
    width: 100%;
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
}

.wC_JSAS {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
}

.wC_JSAC{
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
}

.wC_JSAE{
    width: 100%;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
}

.wC_JCAS {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
}

.wC_JCAC{
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
}

.wC_JCAE{
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
}

.wC_JEAS {
    width: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
}

.wC_JEAC{
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
}

.wC_JEAE{
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
}

.wCrossSlide {
    display: -webkit-box;
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.wCrossSlide::-webkit-scrollbar {
    display: none;
    background-color: transparent;
}

.lineBreak1 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.lineBreak2 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lineBreak3 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/**共通菜单*/
.meun_1:after {
    position: absolute;
    display: inline-block;
    top: -6px;
    left: 60px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 7px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    box-shadow: 2px -2px 2px rgba(3, 0, 0, 0.16);
}

.meunText_1 {
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.meunText_1:hover{
    background-color: #f5f5f5;
}

.meun_1 {
    margin-top: 50px;
    margin-right: 4px;
    padding: 8px 0;
    width: 132px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 1px 24px 0px rgba(3, 0, 0, 0.16);
    position: absolute;
}