@charset "utf-8";
/* CSS Document */
.subpage_title_area {
    background-color: #ffe9d5;
    color: #ff7a00;
}
.counseling_wrap {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    text-align: center;
    padding: 1% 5% 10% ;
}
.counseling_wrap a {
    color: #000000;
    font-weight: bold;
    border-bottom: 2px dotted #000000;
}
.counseling_wrap a:hover {
    opacity: 0.5;
}
.counseling_area {
    width: 100%;
    max-width: 800px;
    margin: 50px auto;
    line-height: normal;
}
.counseling_area p {
    line-height: normal;
}
.counseling_area img {
    width: 80%;
    max-width: 500px;
    height: auto;
}
/* 20230808_追加 */
span.del {
    text-decoration-line: line-through;
    text-decoration-style: double;
    text-decoration-color: red;
}
span.txt_red {
    font-weight: bold;
    color: red;
}
/***  20240530_追加  ***/
/***** フローチャート *****/
.counseling_flow_title {
    font-size: 25px;
    color: #ff7a00;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #ffe1c6 70%);
}
.counseling_flow {
    display: flex;
    text-align: left;
    margin: 3em 0;
}
.flow {
    padding-left: 0;
}
.flow > li {
    list-style-type: none;
    position: relative;
    padding-left: 50px;
}
.flow > li:not(:last-child) {
    padding-bottom: 10px;
}
.flow > li .icon {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 100vh;
    display: inline-block;
    background: #ff7a00;
    color: #fff;
    position: absolute;
    left: 0;
}
.flow > li:not(:last-child)::before {
    content: '';
    background: #c3c3c3;
    width: 4px;
    height: 100%;
    position: absolute;
    top: calc(50% - -30px);
    left: 23px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.flow > li dl dt {
    font-size: 25px;
    font-weight: bold;
    color: #ff7a00;
    margin-left: 15px;
}
.flow > li dl dd {
    font-size: 18px;
    margin-left: 15px;
}
/***** タイトル付リスト *****/
.counseling_list {
}
.list-tit {
    background: #59b880;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-weight: bold;
    line-height: 2;
    margin: 0;
    padding: .2em 1em;
    text-align: center;
    font-size: 25px;
}
.list-box {
    border: 2px solid #59b880;
    border-radius: 0 0 10px 10px;
    line-height: 2;
    margin: 0 0 1.5em;
    text-align: left;
}
.list-design {
    list-style-type: disc;
    padding: 3vw 3vw 3vw 3vw;
    margin-left: 17px;
}
.list-design ul {
    list-style-type: disc;
    list-style-position: outside;
}
.list-design li {
    font-size: clamp(18px,1.5vw,20px);
    margin-top: 20px;
    line-height: normal;
}
.list-design li:first-of-type {
    margin-top: 0;
}
.list-design li::marker {
    color: #59b880;
}
.list-design span {
    font-weight: bold;
}
/***** タイトル *****/
.counseling_title {
    max-width: 100%;
    color: #2e8b57; /*文字色*/
    background: #E5F2F1; /*背景色*/
    padding: 0.8em 0; /*上下の余白*/
    border-top: solid 3px #2e8b57; /*上線*/
    border-bottom: solid 3px #2e8b57; /*下線*/
    font-size: clamp(18px,2vw,23px);
    margin: 5% auto 0;
    text-align: center;
    line-height: 1.6;
}
.counseling_title span {
    font-size: clamp(25px,2.5vw,32px);
    letter-spacing: .2em;
    font-weight: bold;
}
a.counseling_reserve_btn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    padding: 20px 30px;
    font-weight: bold;
    border: 2px solid #ff7a00;
    background: #ff7a00;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: clamp(20px,2vw,25px);
    width: fit-content;
}
a.counseling_reserve_btn:hover {
    color: #ff7a00;
    background: #fff;
}
.counseling_txt {
    text-align: left;
    margin: 2em auto;
    padding: 2em; /*内側余白*/
    border-radius:10px;/*丸みを調整*/
    background-color: #E5F2F1; /*背景の色*/
}
.counseling_txt {
    font-size: 18px;
}