.qmenubox {
    width: 720px;
    margin: 0 auto;
    padding-top: 40px;
}

.qmenubox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qmenubox ul {
}

.qmenubox ul li {
    width: 350px;
    height: 50px;
    border-radius: 25px;
    background: #d9ecec;
    margin-top: 20px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #2a2a2a;
    box-sizing: border-box;
    padding-top: 10px;
    transition: all .5s;
    cursor: pointer;
}

.qmenubox ul li.current {
    background-color: #204C8F;
    color: #FFF;
    cursor: unset;
}
@media (hover:hover){
.qmenubox ul li:hover{
        background-color: #204C8F;
    color: #FFF;
}
}
.categorybox {
    padding: 50px 30px 0 30px;
}

.categorybox > div {
    width: 100%;
    border-radius: 42px;
    border: 2px solid #6bcbd1;
    overflow: hidden;
    display: none;
}

.categorybox > div h3 {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.13em;
    text-align: center;
    color: #fff;
    line-height: 26px;
    background-color: #6BCBD1;
    padding: 30px 0;
}

.categorybox > div ul {
    margin: 30px 40px;
    width: calc(100% - 80px);
    border-radius: 15px;
    background: #e4f9f9;
    box-sizing: border-box;
    padding: 0 20px;
    padding-bottom: 20px;
}

.categorybox > div ul li {
    padding-top: 20px;
    box-sizing: border-box;
}

.categorybox > div ul li h4 {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #3ca4ab;
    line-height: 16px;
    padding: 10px 20px;
    background-color: #FFF;
    border-radius: 30px;
}
@media (min-width:600px){
#aboutclass ul li:nth-child(2) h4 {
    font-size: 15px;
}
}
.categorybox > div ul li p {
    padding-top: 15px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: left;
    color: #000;
    padding-left: 70px;
    text-indent: -46px;
}

.categorybox > div ul li p span {
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: left;
    color: #ff9100;
    padding-right: 5px;
}

.categorybox > div ul li p a {
    color: #FF9100;
    text-decoration: underline;
}

.categorybox > div.current {
    display: block;
}

@media(max-width:600px){
    .qmenubox {
    width: 100%;
    padding-top: 30px;
}

.qmenubox ul li {
    width: 48%;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #2a2a2a;
    height: 50px;
    padding-top: 7px;
    margin-top: 10px;
}

.categorybox {
    padding: 0;
    padding-top: 40px;
}

.categorybox > div h3 {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.13em;
    line-height: 16px;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}

.categorybox > div {
    border-radius: 20px;
}

.categorybox > div ul {
    margin: 20px;
    width: calc(100% - 40px);
    padding: 20px 10px;
    padding-top: 0;
}

.categorybox > div ul li h4 {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #3ca4ab;
    letter-spacing: 0;
    padding: 6px 10px 7px 10px;
    padding-left: calc(3em + 6px);
    text-indent: -2em;
}

.categorybox > div ul li h4 span {
    display: inline;
}

.categorybox > div ul li p {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0;
    padding-left:3em;
    text-indent:-2.2em;
    padding-top:10px;
}

.categorybox > div ul li p span {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0;
    display: inline;
}

}