body {
    color: #333333;
    max-width: 430px;
    text-align: center;
    margin: 0 auto;
    font-family: 'Noto Sans CJK JP', "Noto Sans JP", 'DINOT', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    overflow-x: hidden;
    background: #FFFFFF;
}

.bg_wrap {
    background-color: #E3E3E3;
}

header {
    background: #FFFFFF;
    width: 100%;
    height: 31px;
    box-shadow: 0 3px 6px #00000029;
    position: fixed;
    top: 0;
    z-index: 999;
    max-width: 430px;
}

.header_inner {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
}

header img {
    text-align: left;
    margin: 0;
}

header p {
    font-size: 12px;
    font-weight: bold;
}

/*main contents*/
.service_guide {
    background-color: #E3E3E3;
    padding-top: 10px;

}

/*事例詳細*/
/*背景*/
.consultation {
    margin: 30px 15px 10px 15px;
    border-radius: 16px;
    background-color: #FFFFFF;
}

.consultation_case {
    padding: 15px;
    text-align: left;
}

.consultation_case_top {
    display: flex;
    align-items: center;
}

.consultation_case_top img {
    margin-right: 18px;
}

.case_top {
    margin-top: 12px;
}

.case_top .hashtag li {
    color: #666;
    font-size: 10px;
    margin-right: 10px;
    line-height: 1.8;
}

.case_top .hashtag ul {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 8px;
    margin-bottom: 8px;
}

.case_text {
    font-size: 13px;
    line-height: 1.6;
}

.case_top_b {
    text-align: center;
    margin-top: 24px;
}

.case_top_button {
    display: inline-flex;
    align-items: center;
    width: 210px;
    height: 40px;
    background: transparent linear-gradient(0deg, #FF8A01 0%, #FFC400 100%);
    box-shadow: 0px 0px 6px #00000052;
    border-radius: 8px;
    justify-content: center;
    margin: 8px auto;
}

.case_top_b p {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: -0.3;
}

.case_top_b p::before {
    content: url(../img/);
}

.bk {
    text-align: left;
    margin-top: 24px;
    margin-left: 16px;
}

.bk a {
    font-size: 14px;
    color: #333333;
}


/*相談事例*/
.consultation2 {
    margin: 10px 15px 15px 15px;
    padding-bottom: 1px;
    border-radius: 16px;
    background-color: #FFFFFF;
}

.case_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: start;
    margin-bottom: 5px;
}

.case_profile {
    font-size: 12px;
    line-height: 16px;
}

.hashtag ul {
    display: inline-flex;
    flex-wrap: wrap;
}

.consultation_case_2 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 8px 0 12px;
    width: 80%;
}

.icon_moer1 {
    margin: 30px 5px 0px 15px;
}

.hidden_consultation_case {
    display: none;
}

.hidden_consultation_case.open {
    display: block;
}

.moerbutton {
    font-size: 10px;
    width: 154px;
    height: 40px;
    margin: 10px auto;
    display: block;
    background-color: #F5F5F5;
    color: #333333;
    padding:10px 15px;
    border-radius: 8px;
}

.moerbutton::before {
    content: "事例をもっとみる　" url("../img/icon_arrow3.svg");
    border-radius: 8px;
    width: 154px;
    height: 40px;
    padding: 0 5px;
}

.hidden_consultation_case.open + .moerbutton::before {
    content: "閉じる";
}



/*フッター*/
.company th,.company td {
    text-align: left;
    padding: 5px 20px 5px 0;
}

.company th {
    color: #666666;
    font-size: 10px;
}

.company td {
    color: #333333;
    font-size: 10px;
}

.copyright {
    font-size: 10px;
}

.copy {
    text-align: right;
}




/*
*/


