body {
    width: 100%;
    background-color: ghostwhite;
}

*, ::after, ::before {
    box-sizing: unset;
}

@media screen and (max-width:767.98px) {
    .content {
        width: 95%;
    }
}

@media screen and (min-width:768px) {
    .content {
        width: 80%;
        margin-top: 2em;
        margin-bottom: 10%;
        margin-left: auto;
        margin-right: auto;
    }
}

header .logo {
    width: 276px;
    height: 44px;
    padding: 6px 0 5px 6px;
}

#wrapper{
width:100%;
overflow-x: hidden !important;
}

.button.my-purple{
  background-color: #ce4dff;
  color: #0a0a0a;
}

.button.my-purple:hover{
  background-color: #ce4dff;
  border-color: transparent;
  color: #fff;
}

.button.my-purple-light{
  background-color: #f4dbfd;
  color: #0a0a0a;
}

/*
*.button.my-purple-light:hover{
*  background-color: #efc4ff;
*  border-color: transparent;
*  color: #fff;
*}
*/

.button.my-orange{
  background-color: #ff7e26;
  color: #0a0a0a;
}

.button.my-orange:hover{
  background-color: #ff7e26;
  border-color: transparent;
  color: #fff;
}

.button.my-orange-light{
  background-color: #ffceac;
  color: #0a0a0a;
}

/*
*.button.my-orange-light:hover{
*  background-color: #ffceac;
*  border-color: transparent;
*  color: #fff;
*}
*/
    /* リストデザイン */

.column.is-2.button.is-medium.is-fullwidth {
    background: black;
    border-radius: 0;
    z-index: 1;
    color: white;
}
.column.is-2.button.is-medium.is-fullwidth::after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    right: -10px;
    border-left: 10px solid black;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.column.is-8.button.is-medium.is-fullwidth {
    background: white;
    color: #ec008c;
    border: solid 1px #231f20;
    border-radius: 0;
}
.column.is-8.button.is-medium.is-fullwidth ul {
    font-size: 14px;
    margin: 0 1em 0;
    position: absolute;
    right: 0;
    text-align: left;
}
.column.is-8.button.is-medium.is-fullwidth ul li {
    list-style: none;
}
.level_box {
    display: flex;
    background: white;
    border: solid 1px gray;
    align-items: center;
}
.checktest_dl {
    display: flex;
    width: 80%;
    align-items: center;
    padding: 0 1em;
    font-weight: bold;
    font-size: 18px;
    color: #ec008c;
        justify-content: space-between;
        padding: .5em 0;
}
.checktest_dl div {
    text-align: right;
}
.level_box .checktest_dl p {
margin-bottom: 0;
    margin-left: 1em;
    margin-right: 1em;
    }
.checktest_dl button {
	background: #ec008c;
    border: none;
    border-radius: .3em;
    margin: .2em 1em;
    text-align: center;
    box-shadow: gray 3px 3px 3px;
    padding: 0 1em;
}
.checktest_dl button a {
    font-size: 16px;
    color: white;
    font-weight: bold;
}
.checktest_dl button img {
    width: 20px;
    padding: .3em;
    vertical-align: middle;
    margin-right: .5em;
    border-radius: .3em;
}

    /* nav */
nav#checktest {
    text-align: right;
}
nav#checktest a {
display: inline-block;
    color: white;
    background: #ec008c;
    padding: 1em;
    font-weight: bold;
    box-shadow: gray 3px 3px 3px;
    }
nav#checktest a img.testimg {
   width: 32px;
    vertical-align: middle;
    margin-right: .5em;
}
nav#checktest a img.arrow {
   width: 23px;
    vertical-align: middle;
    margin-left: .5em;
}

    /* --------------------
    レスポンシブ対応
    -------------------- */
    @media screen and (max-width:960px) {
        /*　画面サイズが960pxまでのスマホ　*/

    }
