@charset "utf-8";
body {
    font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    word-break: break-all;
}
/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
a img {
    border: none;
}
/* デフォルト・リンク */
a:link {
    color: #3351CC;
    text-decoration: underline;
}
a:visited {
    color: #3351CC;
    text-decoration: underline;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
li {
    list-style: none;
}
/***** コンテナ 共通 *****/
#container-test {
    width: 100%;
    max-width: 700px;
    background: #FFF;
    margin: 0 auto;
    text-align: left;
}
.cmn-ttl {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    border-top: 5px solid #000;
    padding: 50px 0;
    margin-bottom: 0;
}
.cmn-top {
    text-align: right;
    padding: 1% 0;
    margin-bottom: 3%;
}
.cmn-top a {
    font-weight: normal;
    font-size: 13px;
    color: #000;
}
/***** Contents 1 *****/
#top-img img {
    max-width: 100%;
    margin-top: 20px;
}
#top-img h1 {
    margin-bottom: 0;
}
.cmn-txt {
    font-size: 14px;
    line-height: 1.6;
}
.cmn-txt span {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #ffe55f 70%);
}
#anchor-link {
    margin: 3% 0 0 0;
}
.anchor-ul {
    border-top: 5px solid #000;
    padding: 30px 0 30px 0;
}
.anchor-ul li.anchor-li:last-child {
    padding-bottom: 0;
}
.anchor-li {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 26px;
}
.anchor-li a {
    color: #000;
}
.Contents1-head {
    display: table;
}
.Contents1-head_li {
    display: table-cell;
    box-sizing: border-box;
}
.Contents1-head_li_r {
    display: table-cell;
    vertical-align: top;
    padding: 3% 0 0 2%;
    box-sizing: border-box;
}
.Contents1-h1 {
    background: #54c3f1;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    padding: 2%;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.Contents1-head_txt {
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    padding-top: 3%;
    text-align: justify;
}
.Contents1-head_txt_sp {
    display: none;
}
.Contents1-second_li {
    padding: 42px 0 0 0;
}
.Contents1-second_li div {
    margin-bottom: 20px;
}
.Contents1-h2 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 22px;
    color: #00b9ef;
    position: relative;
    line-height: 37px;
}
.Contents1-h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 37px;
    background: #54c3f1;
}
.Contents1-10txt {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 10px;
}
.Contents1-txt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}
.Contents1-txt a {
    color: #000;
}
.Contents1-txt .r-arrow {
    color: #00b9ef;
}
.Contents1-ten_li {
    border-bottom: 1px dotted #444;
    padding: 1.5% 0;
}
.ten-heading {
    margin-bottom: 1%;
}
.ten-heading span {
    background: #54c3f1;
    font-size: 16px;
    font-weight: bold;
    padding: 0.4% 0.7%;
    width: 100%;
    color: #FFF;
}
/* イクボス式マネジメント』の運営に必要な 4 つの要素 */
.Contents1-h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #54c3f1;
    padding-top: 5%;
    padding-bottom: 30px;
}
.four-ul {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    margin: 5% 0 0 0;
    padding: 0 6%;
    width: 100%;
    box-sizing: border-box;
}
.four-li {
    width: 48%;
    box-sizing: border-box;
    border-radius: 5px;
    background: #f4faff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 38px;
}
.four-head {
    background: #00b9ef;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    position: relative;
    padding: 20px 0 20px 0;
}
.four-head .four-no {
    font-size: 16px;
    background: #ffe55f;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}
.four-case {
    padding: 5% 0 9px 0;
    color: #01b9ef;
    font-weight: 500;
}
.four-case:after {
    width: 54px;
    height: 1px;
    content: '';
    display: block;
    margin: 0 auto;
    background-color: #333;
    position: relative;
    top: 5px;
}
.four-txt {
    padding: 4% 10% 6%;
    font-size: 13px;
    line-height: 1.6;
}
/* グラフ */
#graph-area {
    margin: 38px auto 2% auto;
    background: #fff6e3;
    padding: 27px 27px 20px 27px;
}
.g-txt_ul {
    padding: 1% 6%;
    text-align: center;
}
.g-txt_top {
    font-size: 16px;
    font-weight: bold;
}
.g-txt_mid {
    font-size: 10px;
    padding: 1% 0 2% 0;
}
.g-txt_bot {
    font-size: 14px;
    font-weight: bold;
}
.pc-graph {
    display: block !important;
}
.sp-graph {
    display: none !important;
}
/***** Contents 3 *****/
.Contents3-head {
    display: table;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 5% 0;
    margin-bottom: 3%;
}
.Contents3-li {
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 3% 0;
    margin-bottom: 3%;
    line-height: 24px;
}
.Contents3-txt1 {
    font-weight: bold;
}
.Contents3-txt2 span {
    font-weight: bold;
}
.Contents3-txt3 a {
    color: #000;
}
/***** Contents 4 *****/
#Contents4-div1 {
    border: 2px solid #666;
    border-radius: 5px;
    width: 100%;
    padding: 29px 32px;
    box-sizing: border-box;
}
.Contents4-top {
    background: #00b9ef;
    color: #FFF;
    text-align: center;
    padding: 2% 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}
.Contents4-second_li {
    padding: 3% 0 1% 0;
}
.Contents4-second_li div {
    position: relative;
    margin-bottom: 1%;
}
.Contents4-h2 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 22px;
    color: #00b9ef;
    position: relative;
    line-height: 37px;
}
.Contents4-h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 37px;
    background: #54c3f1;
}
.Contents4-txt_s {
    font-size: 11px;
    line-height: 15px;
    padding-bottom: 2%;
}
.Contents4-img {
    padding: 2% 0 1% 0;
    display: block;
}
.Contents4-second_li {
    padding: 4% 0 5% 0;
    border-bottom: 1px dashed #ccc;
}
.sdg {
    padding-top: 1%;
    font-size: 18px;
    font-weight: bold;
}
.sdg span {
    font-size: 1.2rem;
    font-weight: bold;
}
#Contents4-div2 {
    margin: 5% auto 0;
    background: #fff6e6;
    border-radius: 5px;
    width: 100%;
    padding: 3% 3%;
    box-sizing: border-box;
}
.Contents4-btm {
    background: #00b9ef;
    border-radius: 5px;
    color: #FFF;
    text-align: left;
    padding: 4% 4% 2%;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 7px;
    position: relative;
}
.Contents4-btm span {
    font-style: italic;
}
.Contents4-btm .camp {
    position: absolute;
    background: #2d2b22;
    color: #FFF;
    border-radius: 40px;
    letter-spacing: 3px;
    font-size: 9px;
    padding: 5px 2%;
    top: -9%;
    display: flex;
    align-items: center;
    line-height: 1;
}
.Contents4-txt {
    font-size: 14px;
    line-height: 1.6;
    padding: 1% 0;
}
.Contents-dl_txt {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0 !important;
}
.Contents-dl_txt a {
    color: #000;
}
.Contents-dl_txt .r-arrow {
    color: #00b9ef;
}
.Contents4-last_txt {
    font-size: 14px;
    line-height: 25px;
    padding: 3% 0;
    margin-bottom: 3%;
    border-bottom: 1px solid #000;
}
.last-li {
    font-size: 14px;
    padding-bottom: 3%;
    list-style: none;
}
.last-li a {
    color: #000;
}
.back-p {
    text-align: center;
}
.back-p a {
    color: #000;
    font-size: 16px;
    padding: 5% 0 10% 0;
}
/****** Contents2 *****/
article {
    margin-bottom: 70px;
}
.user {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.user span {
    margin-left: 20px;
}
.userlist li:nth-child(1) img, .userlist li:nth-child(2) img {
    width: 50px;
}
.userlist li div + div {
    font-size: 12px;
    line-height: 1.6;
    text-align: justify;
}
.userlist li div + div span {
    display: none;
}
.userlist {
    margin-bottom: 30px;
}
.userlist li {
    padding: 17px 20px 20px 13px;
}
.userlist li:nth-child(3) img {
    width: 40px;
}
.Contents2head {
    background: #54c3f1;
    color: #fff;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
    padding: 24px 30px;
}
.Contents2head::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    border-top: 15px solid #54c2f0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.Contents2head h4 {
    background: #fff;
    color: #000;
    border-radius: 50px;
    font-size: 24px;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.Contents2head h5 {
    font-size: 16px;
    padding: 18px 0;
    font-weight: bold;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 0;
}
.userlist {
    display: flex;
    justify-content: space-between;
    margin-left: 5px;
}
.userlist li {
    background: #fff6e6;
    position: relative;
    width: 25%;
    border-radius: 5px;
}
.userlist li::after {
    content: "";
    width: 100%;
    border: 1px solid #000;
    height: 100%;
    display: block;
    top: -5px;
    left: -5px;
    position: absolute;
    border-radius: 5px;
}
#Contents2 p {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 0;
}
#Contents2 h3 {
    color: #00b9ef;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font-size: 20px;
    padding: 20px 0;
    font-weight: bold;
    margin-bottom: 30px;
}
#Contents2 .voicebox {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 24px 16px;
    width: 90%;
}
#Contents2 .balloon h5 {
    font-size: 16px;
    font-weight: bold;
}
#Contents2 .balloon {
    border: 3px solid #564741;
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 24px 16px;
}
#Contents2 .balloon h5 {
    margin-bottom: 20px;
}
.balloon.fukidasi_l:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 52px;
    margin-left: -14px;
    z-index: 2;
    border-left: 10px solid #ffffff;
    border-top: 10px solid #ffffff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(90deg);
}
.balloon.fukidasi_l:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 52px;
    margin-left: -17px;
    z-index: 1;
    border-left: 13px solid #564741;
    border-top: 13px solid #564741;
    border-right: 13px solid transparent;
    border-bottom: 13px solid transparent;
    transform: rotate(90deg);
}
.balloon.fukidasi_r:before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 33px;
    margin-left: -14px;
    z-index: 2;
    border-left: 10px solid #ffffff;
    border-top: 10px solid #ffffff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.balloon.fukidasi_r:after {
    content: "";
    position: absolute;
    bottom: -28px;
    right: 30px;
    margin-left: -17px;
    z-index: 1;
    border-left: 13px solid #564741;
    border-top: 13px solid #564741;
    border-right: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
#Contents2 section .d-flex {
    margin-bottom: 30px;
}
.d-flex {
    display: flex;
}
#Contents2 section .d-flex .usera img, #Contents2 section .d-flex .userb img {
    width: 50px;
}
#Contents2 section .d-flex .userc img {
    width: 40px;
}
.userimg {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #fff6e6;
    width: 114px;
    height: 112px;
    margin-right: 30px;
    position: relative;
}
.userimg div {
    font-size: 12px;
    margin-top: 10px;
}
.userimg::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -15px;
    border-left: 15px solid #fef6e6;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    right: -15px;
}
.katsuyou {
    display: flex;
    margin-bottom: 10px;
}
.katsuyou li {
    width: 200px;
    margin-right: 10px;
}
.katsuyou li img {
    max-width: 100%;
    display: block;
}
.katsuyou li small {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}
.sp_visible {
    display: none;
}
.sp_hidden {
    display: inherit;
}
@media (max-width: 768px) {
    .sp_visible {
        display: inherit;
    }
    .sp_hidden {
        display: none;
    }
    .cmn-top a {
        font-weight: bold;
        font-size: 12px;
        color: #000;
    }
    .anchor-li {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 20px;
        line-height: 1.6;
    }
    .cmn-top {
        text-align: right;
        padding: 6% 0 11%;
        margin-bottom: 3%;
    }
    /****** Contents1 *****/
    #top-head {
        padding: 0 15px;
    }
    #Contents1 {
        padding: 0 15px;
    }
    .Contents1-ten_li {
        border-bottom: 2px dotted #444;
        padding: 4% 0;
    }
    .Contents1-txt {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .four-ul {
        margin: 20px auto;
        padding: 0 6%;
        width: 100%;
        box-sizing: border-box;
    }
    .four-li {
        width: 92%;
        margin: 20px auto;
    }
    .Contents1-head_txt {
        display: none;
    }
    .Contents1-head_txt_sp {
        font-size: 15px;
        line-height: 1.6;
        font-weight: bold;
        padding-top: 3%;
        display: block;
        margin-bottom: 0
    }
    .Contents1-head_li {
        width: 24%;
    }
    .Contents1-h1 {
        padding: 11px;
        font-size: 20px;
        text-align: justify;
    }
    .Contents1-h2 {
        line-height: 32px;
    }
    .Contents1-h2:before {
        height: 100%;
    }
    .pc-graph {
        display: none !important;
    }
    .sp-graph {
        display: block !important;
    }
    #graph-area {
        padding: 27px 15px 20px 15px;
    }
    .g-txt_ul {
        padding: 0;
    }
    .g-txt_mid {
        padding: 10px 0 20px 0;
    }
    .g-txt_bot {
        padding-bottom: 8px;
    }
    /****** end Contents1 *****/
    /****** Contents2 *****/
    #Contents2 {
        padding: 0 15px;
    }
    .Contents2head {
        background: #54c3f1;
        color: #fff;
        border-radius: 5px;
        position: relative;
        margin-bottom: 30px;
        padding: 24px 15px 10px;
    }
    #Contents2 h3 {
        color: #00b9ef;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        font-size: 18px;
        padding: 20px 0;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .userlist {
        display: flex;
        justify-content: space-between;
        margin-left: 5px;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .userlist li {
        background: #fff6e6;
        position: relative;
        width: auto;
        border-radius: 5px;
        margin-bottom: 20px;
        padding: 15px 25px 20px 20px;
        display: flex;
    }
    .userlist li div + div {
        font-size: 12px;
    }
    .userlist li div + div span {
        display: block;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .user {
        display: flex;
        align-items: center;
        padding-bottom: 0;
        margin-right: 20px;
    }
    .userlist li:nth-child(1) img, .userlist li:nth-child(2) img {
        width: 50px;
        max-width: initial;
    }
    .userlist li:nth-child(3) img {
        max-width: initial;
    }
    .user span {
        display: none;
    }
    .Contents2head h4 {
        background: #fff;
        color: #000;
        border-radius: 50px;
        font-size: 19px;
        text-align: center;
        padding: 10px;
        font-weight: bold;
    }
    /****** end Contents2 *****/
    /****** Contents3 *****/
    #Contents3 {
        padding: 0 15px;
        margin-top: 30px;
    }
    #Contents3 .Contents1-head_txt_sp {
        margin-bottom: 30px;
    }
    .Contents1-h3 {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        color: #54c3f1;
        padding-top: 11%;
        padding-bottom: 10px;
    }
    .Contents3-li {
        padding: 0 0 5% 0;
        margin-bottom: 5%;
    }
    .Contents4-txt {
        font-size: 14px;
        line-height: 1.7;
        padding: 1% 0;
    }
    .Contents-dl_txt {
        margin-left: 1.4em;
        text-indent: -1.4em;
    }
    .Contents3-txt1 {
        padding-bottom: 1px;
    }
    /****** end Contents3 *****/
    /****** Contents4 *****/
    #Contents4 {
        padding: 0 15px;
        margin-top: 30px;
    }
    #Contents4-div1 {
        border: 2px solid #666;
        border-radius: 5px;
        width: 100%;
        padding: 10px 10px 30px;
        box-sizing: border-box;
    }
    .Contents4-top {
        text-align: left;
        padding: 4% 5%;
    }
    .Contents4-txt_s {
        font-size: 11px;
    }
    .Contents4-second_li {
        padding: 9% 0 5% 0;
        border-bottom: 1px dashed #ccc;
    }
    .last-li {
        font-size: 12px;
    }
    .last-li {
        padding-bottom: 5%;
        list-style: none;
    }
    #Contents4-div2 {
        padding: 8% 3%;
    }
    .Contents4-btm {
        padding: 22px 0 14px 22px;
    }
    .Contents4-btm .camp {
        top: -7%;
    }
    .Contents4-h2 {
        line-height: 32px;
        margin-bottom: 20px
    }
    .Contents4-h2:before {
        height: 32px;
    }
    .Contents4-img img {
        max-width: 100%;
    }
    .Contents4-last_txt {
        font-size: 14px;
        line-height: 25px;
        padding: 6% 0;
        margin-bottom: 6%;
        border-bottom: 1px solid #000;
    }
    .katsuyou li {
        width: 200px;
        margin-right: 10px;
    }
    .katsuyou li:last-child {
        margin: 0;
    }
    /****** end Contents4 *****/
}
@media(max-width:480px) {
    .katsuyou {
        display: flex;
        justify-content: space-between;
    }
}