* { font-family: "M PLUS 1p"; }
.hidden {
    display: none;
}

.global-container {
    width: 100%;
    height: 100%;
    /*border-image: url("../img/frm_news_mainframe.png") 14;*/
    /*border-style: solid;*/
    /*border-width: 15px;*/
    border: solid 18px #32302f;
    display: flex;
    background-color: #32302f;
}

.left-container {
    width: 272px;
    height: 100%;
    /*border-image: url("../img/frm_news_innerframe.png") 14;*/
    /*border-style: solid;*/
    /*border-width: 15px;*/
    /*background-color: #d0bc99;*/
}

.container-spacer {
    width: 14px;
    height: 100%;
    /*background-color: #d0bc99;*/
}

.right-container {
    height:100%;
    width: calc(100% - 286px);
    background-color: #32302f;
}

.menu {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;
    padding:0;
}

.contentWrapper {
    height: 100%;
    width: 100%;
    background-color: #282625;
    border-radius: 20px;
    padding: 14px;
}

.content {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    color: white;
}

.menu-list-item {
	font-weight: bold;
}

/*.menu-list-item + .menu-list-item {*/
/*    margin-top: 6px;*/
/*}*/


.open-button {
    width: 258px;
    height: 46px;
    background-image: url("../img/btn_help_normal.png");
	background-repeat: no-repeat;
    border-radius: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
	font-weight: bold;
    color: #374449;
    padding-left: 18px;
    user-select: none;
}

input:checked + .open-button {
    background-image: url("../img/btn_help_active.png");
	background-repeat: no-repeat;
    color: #ffffff;
}

.menu-content-list {
    overflow: hidden;
    max-height: 0;
    transition: .3s;
    display: flex;
    flex-direction: column;
    align-items: center;
	font-weight:bold;
}


input:checked + .open-button + .menu-content-list {
    padding-top: 8px;
    padding-bottom: 8px;
}

input:checked + .open-button + .menu-content-list.h50 {max-height: 50px;}
input:checked + .open-button + .menu-content-list.h100 {max-height: 100px;}
input:checked + .open-button + .menu-content-list.h150 {max-height: 150px;}
input:checked + .open-button + .menu-content-list.h200 {max-height: 200px;}
input:checked + .open-button + .menu-content-list.h250 {max-height: 250px;}
input:checked + .open-button + .menu-content-list.h300 {max-height: 300px;}
input:checked + .open-button + .menu-content-list.h350 {max-height: 350px;}
input:checked + .open-button + .menu-content-list.h400 {max-height: 400px;}
input:checked + .open-button + .menu-content-list.h450 {max-height: 450px;}
input:checked + .open-button + .menu-content-list.h500 {max-height: 500px;}
input:checked + .open-button + .menu-content-list.h550 {max-height: 550px;}
input:checked + .open-button + .menu-content-list.h600 {max-height: 600px;}
input:checked + .open-button + .menu-content-list.h650 {max-height: 650px;}
input:checked + .open-button + .menu-content-list.h700 {max-height: 700px;}
input:checked + .open-button + .menu-content-list.h750 {max-height: 750px;}
input:checked + .open-button + .menu-content-list.h800 {max-height: 800px;}
input:checked + .open-button + .menu-content-list.h850 {max-height: 850px;}
input:checked + .open-button + .menu-content-list.h900 {max-height: 900px;}
input:checked + .open-button + .menu-content-list.h950 {max-height: 950px;}
input:checked + .open-button + .menu-content-list.h1000 {max-height: 1000px;}
input:checked + .open-button + .menu-content-list.h1050 {max-height: 1050px;}

.menu-content-item {
    width: 236px;
    height: 24px;
    display: flex;
    color: white;
    align-items: center;
    padding-left: 0px;
    cursor: pointer;
    user-select: none;
	font-size:14px;
}

.menu-content-item + .menu-content-item {
    margin-top: 6px;
}

.menu-content-item:hover {
    color: #cf668e;
}

.menu-content-item.active {
    color: #cf668e;
}

/*詳細スタイル*/

.title-wrapper{
    width: 100%;
    /*border-image: url("../img/frm_news_detailtitle_bg.png") 14;*/
    /*border-style: solid;*/
    border-width: 15px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
}

.title-text {
    /*width: 100%;*/
    width: 460px;
    height: 34px;
    background-image: url("../img/img_help_titleheader.png");
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #9d9070;
}

.text {
    font-size: 14px;
    width: 100%;
    white-space: pre-wrap;
    word-break: break-word;
}

.text.comics {
    width: 100%;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 14px;
}
.text.comics img{
    width: 100%;
}

.image {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image img {
    width: 10%;
    flex-grow: 1;
    flex-shrink: 1;
}

.image img + img {
    margin-left: 5px;
}


.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.white {
    color: #ffffff;
}

.yellow {
    color: #fff953;
}

.red {
    color: #ff1a23;
}

.blue {
    color: #58a5ff;
}

.green {
    color: #18cd0a;
}

.orange {
    color: #ffab29;
}

.size-ss {
    font-size: 0.5rem;
}

.size-s{
    font-size: 0.8rem;
}

.size-m {
    font-size: 1rem;
}

.size-l{
    font-size: 1.5rem;
}

.size-xl {
    font-size: 2rem;
}

.separator {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
