@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');


/* GLOBAL
------------------------------- */
html {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    background-color: rgb(24, 24, 24);
    width: 100%;
    color: white;
    font-size: 0.8rem
}

*/ img {
    max-width: 100%;
}

.men-off {
    color: rgb(13, 180, 163);
    font-weight: bolder;
}

.oitoma {
    color: rgb(209, 88, 142);
    font-weight: bolder;
}

[class^="botan-"] {
    display: block;
    text-align: center;
    color: white;
    font-weight: bolder;
    padding: 5px;
    width: 300px;
    border-radius: 50px;
    margin: 8px auto;
    font-size: 1.5rem;
}

.botan-MO {
    background-color: rgb(13, 180, 163);
}

.botan-OT {
    background-color: rgb(209, 88, 142);
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    /* font-size: 80%; */
}

.container {
    margin: 20px 0;
    position: relative;
}

.title-frame {
    display: flex;
    justify-content: center;
    /* margin-top: 10px; */
}

.title {
    font-weight: 900;
    font-size: 2rem;
    padding: 3px 50px;
    text-align: center;
    background: rgb(13, 180, 163);
    /* border-radius: 35px; */
    color: white;
    width: 100%;
}

.link {
    font-weight: bolder;
    margin: 0px 5px 0px 35px;
    line-height: 20px;
    color: rgb(209, 88, 142);
}

.subtitle {
    font-size: 1.5rem;
    font-weight: bolder;
    padding: 0px 5px 0px 25px;
    margin-left: 15px;
    position: relative;
    background-image: url(../images/title_mark.png?ver=1.00);
    background-repeat: no-repeat;
    background-size: 30px;
    line-height: 30px;
}

body.Android .subtitle {
    background-position-y: 0px;
}

.subsubtitle {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
    margin-left: 15px;
}

.item-copy {
    margin: 10px 0px 0px 0px;
    line-height: 20px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bolder;
}

.item {
    width: calc(100% - 30px);
    margin: 0px 15px 0px 15px;
    line-height: 20px;
    /* font-size: 75% */
}

.item p, li {
    margin: 0px 5px 0px 15px;
    line-height: 20px;
    /* font-size: 0.8rem; */
}

.impact-text {
    font-size: 1.5rem;
    font-weight: bolder;
    padding: 7px 0;
}

.subsubsub p, .subsubsub li {
    margin: 0px 5px 0px 35px;
    line-height: 20px;
    /* font-size: 0.8rem; */
}

.subsubsubtitle {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 15px 0px 3px 15px !important;
    padding: 0px 0px 0px 20px;
    position: relative;
    background-image: url(../images/title_mark2.png?ver=1.00);
    background-repeat: no-repeat;
    background-size: 20px;
}

.small {
    margin: 0px 20px 0px 20px;
    font-size: 0.5rem;
}

ul {
    margin: 0px 0px 0px 20px;
    padding: 0;
}

.img-row {
    text-align: center;
}

.explanation {
    width: 90%;
    max-width: 800px;
}

.frex {
    display: flex;
}

.frex p {
    margin: 0px 6px 0px 20px;
}

.top-logo {
    width: 80%;
    display: flex;
    margin: auto;
}

.utikesi {
    text-decoration: line-through;
}

/* メンオフの中の人
------------------------------- */
.profile {
    width: 100%;
    margin: 0px 5px 20px 15px;
}

.icon-row {
    display: flex;
}

.icon {
    border-radius: 40px;
    width: 80px;
    height: 80px;
}

.name-row {
    margin: auto 10px;
}

.post {
    font-size: 0.8rem;
}

.name {
    font-weight: bold;
    font-size: 1.7rem;
    margin-top: 5px;
}

.twitter {
    background-image: url(../images/X_icon.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-y: 2px;
    padding-left: 18px;
}

.twitter a {
    display: block;
    text-decoration: none;
    color: white;
}

.comment {
    margin: 7px 0px 0px 10px;
}

.profile p {
    margin: 0px 0px 0px 0px;
}


/* モバイル版
------------------------------- */
@media (max-width: 700px) {}