@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    zoom: 1
}

html {
    overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    color: #242424;
    background: #ffffff;
    letter-spacing: 0;
    position: relative;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}

body,
button,
input,
select,
textarea {
    font-size: 100%
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: "courier new", monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: "";
    content: none
}

small {
    font-size: 75%
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -.5em
}

sub {
    bottom: -.25em
}

ul,
ol {
    margin: 0;
    padding: 0
}

dd {
    margin: 0
}

nav ul,
nav ol {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure,
form {
    margin: 0
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
    *overflow: visible;
}

button {
    cursor: pointer;
    -webkit-appearance: button
}

input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-size: 100%
}

img,
abbr,
acronym,
fieldset {
    border: 0
}

li {
    list-style: none
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0
}

* {
    letter-spacing: .1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    color: #000;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none
}

a:hover {
    opacity: .7;
}

img {
    max-width: 100%;
    height: auto
}

img[src$=".svg"] {
    max-width: 100%;
    width: 100%;
    height: auto
}

.inner {
    max-width: 1000px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

section {
    position: relative;
}

.sp {
    display: none !important;
}
.sp-navi{
	display: none !important;
}

.futura {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
}

/* common */
header {
    position: relative;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
}

.header-inner {
    max-width: 1400px;
    margin: 0 auto;
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.header-logo {
    width: 130px;
    transition: all .5s;
}

.header-menu {
    max-width: 1000px;
    width: calc(100% - 180px);
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 10px;
}

.header-nav {
    width: calc(100% - 220px);
}

.header-navList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-navList li a {
    font-size: 14px;
    font-weight: 500;
    transition: all .5s;
}

.header-navList li a:hover {
    opacity: 1;
    color: #F3A31D;
}

.cmn-btn {
    max-width: 260px;
    width: 100%;
}

#container {
    overflow: hidden;
}

header .cmn-btn {
    max-width: 185px;
}

section {
    padding: 80px 0;
}

.cmn-btn a {
    border-radius: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    border: 2px solid #613A1A;
    transition: all .5s;
}

.cmn-btn a p {
    font-size: 16px;
    font-weight: 700;
    color: #613A1A;
    width: calc(100% - 20px);
    transition: all .5s;
}

.cmn-btn a:hover p {
    color: #F3A31D;
}

.cmn-btn a img {
    width: 15px;
    transition: all .5s;
    position: relative;
}

.cmn-btn a:hover {
    opacity: 1;
}

.cmn-btn a:hover img {
    transform: translateX(5px);
}

header .cmn-btn a {
    padding: 10px;
}
header .cmn-btn.LINE{
	max-width: 100px;
}
header .cmn-btn.LINE a{
	border: 2px solid #06C755;
}
header .cmn-btn.LINE a p{
	color: #06C755;
	text-align: center;
}
header .cmn-btn.LINE a p:hover{
	color: #fcb900;
}

header .cmn-btn a p {
    font-size: 14px;
}

.mv {
    position: relative;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    height: 100vh;
    margin-top: 74px;
    padding: 0 !important;
}

.mv img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv h2 {
    position: absolute;
    top: 15%;
    left: 60px;
    z-index: 2;
}

.mv h2 p {
    background: #fff;
    margin-bottom: 15px;
    padding: 7.5px 20px;
    font-size: 48px;
    font-weight: 700;
    color: #F3A31D;
    display: inline-block;
}

.mv h2 p span {
    color: #288424;
}

.mv::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.25);
    /* ← 白フィルターの濃さ調整 */
    z-index: 2;
}

.mv::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    /* ぼかし範囲 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: 3;
}

.mv-bottom {
    padding-block: 40px;
}

.mv-bottom p {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #613A1A;
    line-height: 1.7;
}

.intro {
    position: relative;
}

.intro::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 410px;
    left: 0px;
    top: 40%;
    background: rgba(243, 163, 29, 0.05);
}

.intro-title {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.intro-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #F3A31D;
}

.intro-title h2 span {
    background-image: radial-gradient(circle at center, #288424 20%, transparent 20%);
    background-position: top;
    background-repeat: repeat-x;
    background-size: 1.1em 0.5em;
    padding-top: .3em;
}

.intro-img {
    max-width: 700px;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
}

.intro-img img {
    border-radius: 30px;
}

.intro-txt {
    position: relative;
    position: relative;
    z-index: 1;
}

.intro-txt p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    padding-bottom: 30px;
}

.intro-txt p:last-child {
    padding-bottom: 0;
}

.intro-txt p span {
    color: #fb3030;
}

.intro-txt h3 {
    color: #613A1A;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 5px;
}

.cmn-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.cmn-title p {
    font-size: 16px;
    font-weight: 500;
    color: #613A1A;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

.cmn-title p::before {
    content: "";
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%;
    background: #288424;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
}

.cmn-title p::after {
    content: "";
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%;
    background: #288424;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
}

.cmn-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #F3A31D;
}

.reason-list ul {
    display: flex;
    justify-content: space-between;
}

.reason-list ul:nth-child(2) {
    justify-content: center;
    margin-top: -15%;
}

.reason-list ul:nth-child(3) {
    margin-top: -15%;
}

.reason-list ul li {
    position: relative;
    width: 30%;
}

.reason-list-img {
    border-radius: 50%;
    width: 100%;
    padding-top: 97%;
    margin-bottom: 15px;
    position: relative;
    border: 4px solid #613A1A;
    position: relative;
}

.reason-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
}

.reason-list-img p {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background: #F7931E;
    color: #fff;
    line-height: 71px;
    text-align: center;
    font-weight: 500;
    position: absolute;
    letter-spacing: 0;
    font-size: 44px;
    top: 0;
    left: 0;
}

.reason-list-txt {
    text-align: center;
}

.reason-list-txt h3 {
    font-size: 30px;
}

.reason-list-txt h3 span {
    color: #F3A31D;
}

.reason-list-txt h3 small {
    font-size: 24px;
}

.support {
    background: rgba(243, 163, 29, 0.1);
}

.menu-list {
    max-width: 700px;
    margin: 0 auto 40px;
}

.menu-list ul li:first-child a {
    border-top: 1px solid #613A1A;
}

.menu-list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    border-bottom: 1px solid #613A1A;
    transition: all .5s;
}

.menu-list ul li a:hover {
    opacity: 1;
}

.menu-list ul li a h3 {
    font-size: 24px;
    font-weight: 600;
    transition: all .5s;
}

.menu-list ul li a img {
    width: 30px;
    transition: all .5s;
}

.menu-list ul li a:hover h3 {
    color: #F3A31D;
}

.menu-list ul li a:hover img {
    transform: translateX(10px);
}

section .cmn-btn {
    margin: 0 auto;
}

.flow-list ol {
    margin: 0 auto 40px;
    max-width: 700px;
}

.flow-list ol li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border: 2px solid #F3A31D;
    padding: 10px 15px;
    border-radius: 15px;
    position: relative;
    background: #fff;
}

.flow-list ol li::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #F3A31D;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -15px;
}

.flow-list ol li:last-child::before {
    display: none;
}

.flow-list-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 50%;
    position: relative;
}

.flow-list-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.flow-list-txt p {
    font-size: 20px;
    color: #F3A31D;
    font-weight: 500;
    margin-bottom: 5px;
}

.flow-list-txt p span {
    font-size: 24px;
    font-weight: 500;
}

.flow-list-txt h3 {
    font-size: 28px;
    font-weight: 600;
}

.price-cont {
    max-width: 500px;
    margin: 0 auto;
}

.price-cont-box {
    position: relative;
    background: #F3A31D;
    border-radius: 15px;
    margin-bottom: 35px;
    text-align: center;
    padding: 20px 10px;
}

.price-cont-box::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #F3A31D;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -20px;
}

.price-cont-box h3 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

.price-cont-box h3 small {
    font-size: 20px;
    font-weight: 600;
}

.price-cont-num {
    text-align: center;
}

.price-cont-num p {
    font-size: 24px;
    font-weight: 500;
    color: #613A1A;
}

.price-cont-num p span {
    color: #F3A31D;
    font-size: 32px;
    font-weight: 700;
    padding-left: 5px;
}

.price-cont-num h4 {
    font-size: 32px;
    font-weight: 500;
    color: #613A1A;
}

.price-cont-num h4 small {
    font-size: 20px;
}

.price-cont-num h4 span {
    font-size: 64px;
    color: #F3A31D;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    position: relative;
    letter-spacing: -.001rem;
    padding-inline: 10px;
    z-index: 1;
}

.price-cont-num h4 span::before {
    content: "";
    width: 100%;
    height: 10px;
    background: #FEFA31;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

.price-cont-num span.caution {
    display: block;
    text-align: right;
    font-size: 16px;
    color: #613A1A;
    padding-top: 5px;
    letter-spacing: 0;
}

.voice {
    background: rgba(243, 163, 29, 0.1);
}

.voice-slide {
    border: 1px solid #F3A31D;
    background: #fff;
    padding: 20px 15px;
    border-radius: 30px;
    position: relative;
}

.voice-slide::before {
    content: "";
}

.voice-slide-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.voice-slide-top-left {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.voice-slide-top-left img {
    width: 35px;
}

.voice-slide-top-left p {
    width: calc(100% - 45px);
    font-size: 16px;
    font-weight: 500;
}

.voice-slide-top-right {
    width: 25px;
}

.voice-slide-title {
    text-align: center;
    margin-bottom: 15px;
}

.voice-slide-title h3 {
    font-size: 18px;
    font-weight: 600;
}

.voice-slide-txt p {
    font-size: 14px;
    line-height: 1.6;
}

.swiper-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.swiper-nav .swiper-pagination {
    position: relative;
    margin-inline: 15px;
}

.swiper-nav .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    background: #E6E6E6;
    margin-inline: 7.5px;
}

.swiper-nav .swiper-pagination .swiper-pagination-bullet-active {
    background: #288424;
}

.swiper-nav .swiper-button-prev,
.swiper-nav .swiper-button-next {
    position: relative;
    width: 35px;
    height: 35px;
    left: initial;
    right: initial;
    top: initial;
    margin: initial;
}

.swiper-nav .swiper-button-prev::after,
.swiper-nav .swiper-button-next::after {
    display: none;
}

.voice-swiper-txt p {
    font-size: 16px;
}

.huki_img {
    position: absolute;
    bottom: -26px;
    left: 40px;
    width: 35px !important;
    display: block;
}

.column-list {
    max-width: 700px;
    margin: 0 auto 40px;
}

.column-list ul li:first-child a {
    border-top: 1px solid #613A1A;
}

.column-list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    border-bottom: 1px solid #613A1A;
    transition: all .5s;
}

.column-list-thumb {
    width: 25%;
}

.column-list-txt {
    width: 72.5%;
    position: relative;
}

.column-list-txt p {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
}

.column-list-txt h3 {
    font-size: 18px;
    font-weight: 500;
    padding-right: 40px;
}

.column-list-txt img {
    width: 25px;
    height: 26px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all .5s;
}

a:hover .column-list-txt img {
    transform: translateY(-50%)translateX(5px);
    -webkit-transform: translateY(-50%)translateX(5px);
    -ms-transform: translateY(-50%)translateX(5px);
}

.footer-top {
    padding-block: 80px;
    background-image: url(../img/common/cta_bg.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}

.footer-top::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(243, 163, 29, 0.7);
    position: absolute;
    top: 0;
    letter-spacing: 0;
}

.footer-top-btn {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
	gap: 30px;
}

.footer-top-btn .cta-btn {
    width: 100%;
}

.footer-top-btn .cta-btn a {
    border-radius: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border: 1px solid #613A1A;
    transition: all .5s;
}

.footer-top-btn .cta-btn a img {
    width: 24.5px;
    margin-right: 10px;
}

.footer-top-btn .cta-btn a p {
    font-size: 18px;
    font-weight: 500;
    color: #613A1A;
}

.footer-top-btn .cta-btn.cta-line-btn a {
    border-color: #06C755;
}

.footer-top-btn .cta-btn.cta-line-btn a p {
    color: #06C755;
}

.footer-top-btn .cta-btn.cta-contact-btn a {
    border-color: #fff;
    background: #F7931E;
}

.footer-top-btn .cta-btn.cta-contact-btn a p {
    color: #fff;
}

.access {
    padding: 80px 0 60px;
    background: #F7931E;
}

.access .cmn-title p,
.access .cmn-title h2 {
    color: #fff;
}

.access-flex {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.access-flex-cont {
    width: 45%;
}

.access-flex-cont-iframe {
    margin-bottom: 20px;
}

.access-flex-cont-iframe iframe {
    height: 250px;
}

.access-flex-cont-txt {
    padding-inline: 5px;
}

.access-flex-cont-txt h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 5px;
}

.access-flex-cont-txt ul li {
    display: flex;
    align-items: center;
}

.access-flex-cont-txt ul li img {
    width: 15px;
    margin-right: 7.5px;
}

.access-flex-cont-txt ul li p,
.access-flex-cont-txt ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.access .cmn-btn a {
    border-radius: 0;
    text-align: center;
    border: 3px solid #613A1A;
    padding-inline: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #613A1A;
    display: block;
}

.access .cmn-btn a:hover {
    background: #613A1A;
    color: #fff;
}

.footer-bottom {
    padding: 30px 0 15px;
    text-align: center;
}

.footer-bottom a {
    display: block;
    margin-block: 10px 30px;
    font-size: 16px;
    text-decoration: underline;
    transition: all .5s;
}

.footer-bottom a:hover {
    color: #F7931E;
}

.footer-bottom img {
    width: 145px;
    margin: 0 auto 25px;
}

.copy {
    text-align: center;
}

.copy p {
    font-size: 12px;
}

section.price {
    padding-top: 0;
}

.under-mv {
    margin-top: 74px;
    padding: 100px 0;
    background-image: url(../img/under/under_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.under-mv::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.25);
    z-index: 2;
}

.under-mv h1 {
    background: #fff;
    padding: 7.5px 20px;
    font-size: 48px;
    font-weight: 700;
    color: #F3A31D;
    display: inline-block;
    margin-left: 60px;
    position: relative;
    z-index: 3;
}

.under-mv--bottom {
    padding-top: 60px;
}

.under-mv--bottom p {
    font-size: 18px;
    line-height: 1.8;
}

.under-mv--bottom p span {
    font-weight: 700;
    color: #F3A31D;
}

.under-container .intro-title h2 {
    color: #613A1A;
}

.under-container .intro-title h2 span {
    color: #F3A31D;
    background: initial;
}

.under-container .intro-txt p {
    padding-bottom: 30px;
}

.under-container .intro-txt p a {
    text-decoration: underline;
}

.under-container .intro-txt p:last-child {
    padding-bottom: 0;
}

.under-container .intro-txt p span {
    color: #fb3030;
    font-weight: 700;
}

.under-container .intro-txt p span.yellow {
    background: linear-gradient(transparent 60%, #ff6 60%);
    color: #242424;
    font-weight: 600;
}

.under-container .intro-txt p span.under {
    text-decoration: underline;
    color: #242424;
    font-weight: 500;
}

.intro.intro-two::before {
    left: initial;
    right: 0;
}

.orange-bg {
    background: rgba(243, 163, 29, 0.1);
}

.white-bg {
    background: #fff;
}

.price-container .price {
    padding-top: 80px;
}

.under-sub-title {
    margin-bottom: 30px;
    padding: 15px 20px;
    background: #F3A31D;
}

.under-sub-title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-left: 15px;
    line-height: 1;
    border-left: 5px solid #fff;
}

.symptom-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4.5px 7.5px;
}

.symptom-list li {
    font-size: 16px;
    font-weight: 500;
}

.symptom-list li span {
    color: #F3A31D;
    font-weight: 700;
    font-size: 18px;
}

.case-archive-cont-first {
    margin-bottom: 60px;
}

.case-container .menu-list {
    max-width: 1000px;
}

.case-container .menu-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.case-container .menu-list ul li {
    width: 49%;
}

.case-container .menu-list ul li:nth-child(2) a {
    border-top: 1px solid #613A1A;
}

.access-container .access {
    background: #fff;
}

.access-container .access .cmn-title p {
    color: #613A1A
}

.access-container .access .cmn-title h2 {
    color: #F3A31D;
}

.access-container .access-flex-cont {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.access-container .access-flex-cont-txt ul li {
    margin-bottom: 10px;
}

.access-container .access-flex-cont-txt ul li img {
    width: 20px;
    position: relative;
    top: 1px;
}

.access-container .access-flex-cont-txt ul li p,
.access-container .access-flex-cont-txt ul li a {
    font-size: 18px;
    color: #242424;
}

.access-container .michi-cont {
    margin: 60px auto 0;
    max-width: 700px;
}

.michi-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.michi-list ul li {
    border: 1px solid #F7931E;
    border-radius: 10px;
    background: rgba(243, 163, 29, 0.1);
    padding: 15px;
}

.michi-list ul li img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
}

.michi-list ul li p {
    font-size: 16px;
    font-weight: 600;
}

.acc-header {
    position: relative;
    align-items: center;
    cursor: pointer;
    padding: 20px 25px;
    display: flex;
    border-bottom: 1px solid #F3A31D;
}

.acc-header p {
    font-size: 32px;
    letter-spacing: 0.06em;
    text-align: left;
    color: #F3A31D;
    line-height: 1;
    margin-right: 15px;
}

.acc-header h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    width: calc(100% - 45px);
    color: #191924;
}

.acc-header::before,
.acc-header::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #F3A31D;
    transition: all 0.3s ease;
    transform: translateY(-50%);
}

.acc-header::after {
    transform: translateY(-50%) rotate(90deg);
}

.active .acc-header::after {
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
}

.active .acc-header::before {
    transform: translateY(-50%) rotate(0deg);
}

.acc-cont {
    padding: 15px 30px 0 65px;
    display: none;
}

.acc-cont p {
    font-size: 18px;
    line-height: 1.7;
    transition: all .7s;
    padding-bottom: 15px;
    color: #191924;
}

.staff-profile {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
}

.staff-profile th,
.staff-profile td {
    border: 1px solid #ddd;
    padding: 12px 16px;
    text-align: left;
    vertical-align: top;
}

.staff-profile th {
    width: 30%;
    background-color: rgba(243, 163, 29, 0.1);
    font-weight: 600;
    color: #333;
}

.staff-profile td {
    color: #555;
    line-height: 1.6;
}

.column-container .column-list ul {
    margin-bottom: 40px;
}

.pagenation .wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagenation .wp-pagenavi span {
    background: #288424;
    width: 30px;
    height: 30px;
    display: block;
    font-family: "futura-pt", sans-serif;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-inline: 10px;
}

.pagenation .wp-pagenavi a.page {
    background: #D9D9D9;
    width: 30px;
    height: 30px;
    display: block;
    font-family: "futura-pt", sans-serif;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    margin-inline: 10px;
}

.pagenation .wp-pagenavi a.nextpostslink {
    width: 20px;
    margin-left: 15px;
}

.pagenation .wp-pagenavi a.previouspostslink {
    width: 20px;
    margin-right: 15px;
}

.contact .cta-btn a {
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    border: 1px solid #613A1A;
    background: #613A1A;
    transition: all .5s;
    max-width: 500px;
    margin: 0 auto 20px;
}

.contact .cta-btn a img {
    width: 35px;
    margin-right: 15px;
}

.contact .cta-btn a p {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

.contact .cta-btn.cta-line-btn a {
    border-color: #06C755;
    background: #06C755;
}

.contact .cta-btn.cta-contact-btn a {
    background: #fb3030;
    border-color: #fb3030;
	width: 406px;
}

.contact-cont {
    margin-bottom: 60px;
}

.contact-cont:last-child {
    margin-bottom: 0;
}

.contact-cont_wrapper{
	display: flex;
	justify-content: center;
	gap: 30px;
}

.contact .intro-txt {
    text-align: center;
}

.case_detail .price {
    padding-top: 80px;
}

.case_detail .mv h2 {
    top: 10%;
    text-align: center;
    width: 100%;
    left: 0;
}

.worry-box {
    position: relative;
    max-width: 1000px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 40px 60px 100px;
    background-image: url(../img/case/worry_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
}

.worry-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(243, 163, 29, 0.1);
    z-index: 2;
}

.worry-box-title {
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
}

.worry-box-title h2 {
    border-radius: 50px;
    padding: 7.5px 20px;
    font-size: 32px;
    font-weight: 700;
    color: #F3A31D;
    background: #fff;
    display: inline-block;
    line-height: 1;
}

.worry-box-title h2 span {
    font-size: 42px;
}

.worry-box-list ul li {
    display: flex;
    margin-bottom: 15px;
    position: relative;
    z-index: 3;
}

.worry-box-list ul li img {
    width: 30px;
    margin-right: 15px;
}

.worry-box-list ul li p {
    font-size: 20px;
    color: #613A1A;
}

.intro-title p {
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #613A1A;
}

.arrow-bottom-img {
    width: 80px;
    margin: 40px auto 0;
}

.intro.howto {
    padding-top: 0px;
}

.intro.howto::before {
    display: none;
}

.intro.howto .intro-txt {
    margin-bottom: 40px;
}

.access-sub-title {
    text-align: center;
    margin-bottom: 15px;
}

/* .access-sub-title.kameari {
    margin-top: 40px;
} */

.access-sub-title {
    font-size: 24px;
    font-weight: 600;
    color: #F7931E;
}

.privacy-policy p {
    font-size: 16px;
    line-height: 1.6;
}

.privacy-policy p.top-txt {
    margin-bottom: 30px;
    display: block;
}

.privacy-policy ol li {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.7;
}

.privacy-policy ol li li {
    margin-bottom: 0;
}

.privacy-policy ol li h2 {
    font-size: 18px;
    font-weight: 600;
    color: #613A1A;
    display: block;
    margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
    .mv h2 {
        top: 60px;
        left: 20px;
    }

    .mv h2 p {
        font-size: 4vw;
    }

    .header-navList li a {
        font-size: 13px;
    }

    .case-container .menu-list ul li {
        width: 49.5%;
    }

    .menu-list ul li a h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .header-navList li a {
        font-size: 12px;
    }

    header .cmn-btn {
        max-width: 165px;
    }

    header .cmn-btn a p {
        font-size: 12px;
    }

    .header-nav {
        width: calc(100% - 175px);
    }

    .header-menu {
        max-width: 1000px;
        width: calc(100% - 150px);
    }

    .reason-list-txt h3 {
        font-size: 24px;
    }

    .reason-list-txt h3 small {
        font-size: 20px;
    }

    section {
        padding: 60px 0;
    }

    .price-container .price,
    .case_detail .price {
        padding-top: 60px;
    }

    .access {
        padding: 60px 0 40px;
    }

    .access-flex-cont {
        width: 47.5%;
    }
}
@media screen and (max-width: 900px) {
	.sp-navi{
		 display: block !important;
	}
	.pc-navi{
		        display: none !important;
	}
	    header .drawer-nav {
        top: 57px;
        max-width: 300px;
        background: linear-gradient(to top, #FFB435 0%, #FFA000 100%);
    }

    .drawer--right.drawer-open header .drawer-hamburger {
        right: 0;
    }

    header .drawer-menu-Item:nth-child(1) a {
        margin-top: 2px solid #fff;
    }

    header .drawer-menu-item {
        padding: 0;
    }

    header .drawer-menu-Item a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        border-bottom: 2px solid #fff;
        transition: all .5s;
    }

    header .drawer-menu-Item a:hover,
    header .drawer-menu-Item:hover {
        opacity: 1;
        text-decoration: none !important;
    }

    header .drawer-menu-Item a p {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        transition: all .5s;
    }

    header .drawer-menu-Item a:hover p {
        text-decoration: none;
        color: #613A1A;
    }

    header .drawer-menu-Item a img {
        width: 25px;
        transition: all .5s;
    }

    header .drawer-menu-Item a:hover img {
        transform: translateX(5px);
    }

    header .drawer-menu {
        margin-bottom: 30px;
    }

    header .drawer-nav .cmn-btn {
        margin: 0 auto;
        max-width: 100%;
        width: calc(100% - 40px);
    }

    header .drawer-nav .cmn-btn a p {
        font-size: 16px;
    }
	header .cmn-btn.LINE{
		margin-bottom: 10px;
	}
	.cmn-btn a img{
		width: 25px;
	}

}

@media screen and (max-width: 834px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .header-inner {
        width: calc(100% - 40px);
    }

    .header-logo {
        width: 115px;
    }

    .mv {
        margin-top: 57px;
        height: auto;
    }

    header .drawer-hamburger-icon,
    header .drawer-hamburger-icon:after,
    header .drawer-hamburger-icon:before {
        background: #613A1A;
    }

    .mv h2 {
        top: 40px;
    }

    .mv h2 p {
        font-size: 4.25vw;
        padding: 5px 7.5px;
        margin-bottom: 10px;
    }

    .fixed-btn {
        position: fixed;
        max-width: 500px;
        width: 100%;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        /* display: grid !important;
        grid-template-columns: repeat(2, 1fr); */
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        transition: all .5s;
    }

    .fixed-btn.active {
        opacity: 1;
        visibility: visible;
    }

    .fixed-btn .cta-btn {
        text-align: center;
    }

    .fixed-btn .cta-btn a {
        background: #613A1A;
        display: block;
        padding: 10px 0;
    }

    .fixed-btn .cta-btn.cta-btn.cta-line-btn a {
        background: #06C755;
    }

    .fixed-btn .cta-btn.cta-btn.cta-contact-btn a {
        background: #F7931E;
    }

    .fixed-btn .cta-btn a img {
        width: 25px;
        margin: 0 auto 5px;
    }

    .fixed-btn .cta-btn.cta-btn.cta-contact-btn a img {
        margin-bottom: 10px;
    }

    .fixed-btn .cta-btn a p {
        font-size: 16px;
        line-height: 1;
        color: #fff;
        font-weight: 500;
    }

    .mv img {
        height: auto;
        object-fit: initial;
    }

    .mv-bottom {
        padding-block: 20px 0px;
    }

    .mv-bottom p {
        text-align: center;
        font-size: 14px;
    }

    section {
        padding: 50px 0;
    }

    .price-container .price,
    .case_detail .price {
        padding-top: 50px;
    }

    .intro-title {
        margin-bottom: 30px;
    }

    .intro-title h2 {
        font-size: 20px;
    }

    .intro-title h2 span {
        background-image: radial-gradient(circle at center, #288424 20%, transparent 20%);
        background-size: 1.1em 0.575em;
        padding-top: .35em;
    }

    .intro-img {
        max-width: 500px;
        margin: 0 auto 20px;
    }

    .intro-txt {
        max-width: 500px;
        margin: 0 auto;
    }

    .intro-txt p {
        font-size: 14px;
    }

    .intro-txt h3 {
        font-size: 18px;
    }

    .cmn-title {
        margin-bottom: 30px;
    }

    .cmn-title p {
        font-size: 12px;
    }

    .cmn-title h2 {
        font-size: 24px;
    }

    .cmn-title p::after,
    .cmn-title p::before {
        width: 5px;
        height: 5px;
    }

    .reason-list {
        max-width: 500px;
        margin: 0 auto;
    }

    .reason-list-img p {
        width: 30px;
        height: 30px;
        line-height: 31px;
        font-size: 16px;
    }

    .reason-list-txt h3 {
        font-size: 14px;
    }

    .reason-list-txt h3 small {
        font-size: 12px;
    }

    .reason-list ul li {
        width: 31%;
    }

    .reason-list-img {
        margin-bottom: 10px;
        padding-top: 94%;
    }

    .support .inner,
    .column .inner {
        width: 100%;
    }

    .menu-list {
        max-width: 500px;
        margin: 0 auto 30px;
    }

    .menu-list ul li a {
        padding: 15px 20px
    }

    .menu-list ul li a h3 {
        font-size: 18px;
    }

    .menu-list ul li a img {
        width: 20px;
    }

    .flow-list ol li {
        padding: 10px;
    }

    .flow-list-img {
        width: 60px;
        height: 60px;
    }

    .flow-list ol {
        margin: 0 auto 30px;
        max-width: 500px;
    }

    .flow-list-txt p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .flow-list-txt p span {
        font-size: 18px;
        letter-spacing: -.01rem;
    }

    .flow-list-txt h3 {
        font-size: 20px;
    }

    .price-cont-box {
        margin-bottom: 30px;
        padding: 15px 5px;
    }

    .price-cont-box h3 {
        font-size: 28px;
    }

    .voice-swiper-wrap {
        max-width: 500px;
        margin: 0 auto;
    }

    .voice-swiper-txt p {
        font-size: 12px;
    }

    .column-list ul li a {
        padding: 15px;
    }

    .column-list-txt p {
        font-size: 14px;
    }

    .column-list-txt h3 {
        font-size: 14px;
        padding-right: 30px;
    }

    .column-list-txt img {
        width: 20px;
        height: 21px;
    }

    .footer-top {
        padding-block: 25px;
    }

    .footer-top-btn {
        max-width: 300px;
        display: block;
    }

    .footer-top-btn .cta-btn {
        width: 100%;
		margin: 20px 0;
    }

    .footer-top-btn .cta-btn.cta-tel-btn {
        margin-block: 15px;
    }

    .footer-top-btn .cta-btn a {
        padding: 10px 15px;
    }

    .footer-top-btn .cta-btn a p {
        font-size: 16px;
    }

    .footer-top-btn .cta-btn a img {
        width: 20.5px;
        position: relative;
        margin-right: 10px;
        top: 2px;
    }

    .access-flex {
        display: block;
        max-width: 500px;
        margin: 0 auto 30px;
    }

    .access-flex-cont {
        width: 100%;
    }

    .access-flex-cont:nth-child(1) {
        margin-bottom: 30px;
    }

    .access-flex-cont-iframe iframe {
        height: 225px;
    }

    .access-flex-cont-iframe {
        margin-bottom: 15px;
    }

    .access-flex-cont-txt h3 {
        font-size: 20px;
    }

    .access-flex-cont-txt ul li {
        margin-bottom: 2.5px;
    }

    .access-flex-cont-txt ul li img {
        width: 15px;
        margin-right: 5px;
        position: relative;
        top: 1px;
    }

    .access .cmn-btn {
        max-width: 300px;
    }

    .access .cmn-btn a {
        padding-block: 10px;
    }

    .footer-bottom {
        padding: 25px 0 15px;
    }

    .footer-bottom img {
        width: 125px;
        margin: 0 auto 20px;
    }

    .under-mv {
        margin-top: 57px;
        padding-block: 80px;
    }

    .under-mv h1 {
        padding: 5px 10px;
        font-size: 24px;
        margin-left: 20px;
    }

    .under-mv--bottom {
        padding-top: 40px;
    }

    .under-mv--bottom p {
        font-size: 14px;
    }

    .case-container .menu-list ul {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }

    .case-container .menu-list ul li {
        width: 100%;
    }

    .case-container .menu-list ul li:nth-child(2) a {
        border-top: none;
    }

    .under-sub-title {
        margin-bottom: 20px;
        padding: 12.5px 15px
    }

    .under-sub-title h2 {
        font-size: 20px;
        padding-left: 10px;
        border-left: 4px solid #fff;
    }

    .symptom-list {
        gap: 2.5px 5px;
    }

    .symptom-list li {
        font-size: 14px;
    }

    .case-archive-cont-first {
        margin-bottom: 40px;
    }

    .case-container .menu-list {
        max-width: 500px;
        margin: 0 auto;
    }

    .access-container .access-flex-cont {
        max-width: 500px;
    }

    .access-container .michi-cont {
        margin: 40px auto 0;
        max-width: 500px;
    }

    .michi-list ul {
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }

    .michi-list ul li {
        margin-bottom: 15px;
    }

    .acc-header {
        padding: 15px 25px 15px 15px;
    }

    .acc-header p {
        font-size: 20px;
        margin-right: 7.5px;
    }

    .acc-header h3 {
        font-size: 16px;
        width: calc(100% - 35px);
    }

    .acc-cont {
        padding: 15px 25px 0 45px;
    }

    .acc-cont p {
        font-size: 14px;
        line-height: 1.6;
    }

    .staff-profile th,
    .staff-profile td {
        display: block;
        width: 100%;
    }

    .staff-profile td {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .intro-img img {
        border-radius: 15px;
    }

    .pagenation .wp-pagenavi span,
    .pagenation .wp-pagenavi a.page {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 18px;
        margin-inline: 7.5px;
    }

    .pagenation .wp-pagenavi a.previouspostslink {
        width: 17.5px;
        margin-right: 10px;
    }

    .pagenation .wp-pagenavi a.nextpostslink {
        width: 17.5px;
        margin-left: 10px;
    }

    .worry-box {
        max-width: 500px;
        margin: 40px auto 0;
        padding: 30px 20px 80px;
    }

    .worry-box-title {
        margin-bottom: 20px;
    }

    .worry-box-title h2 {
        padding: 7.5px 15px;
        font-size: 20px;
    }

    .worry-box-title h2 span {
        font-size: 24px;
    }

    .worry-box-list ul li {
        margin-bottom: 5px;
    }

    .worry-box-list ul li img {
        width: 20px;
        margin-right: 7.5px;
        position: relative;
        top: 4.5px;
    }

    .worry-box-list ul li p {
        font-size: 16px;
    }

    .intro-title p {
        padding-bottom: 10px;
        font-size: 16px;
    }

    .arrow-bottom-img {
        width: 50px;
        margin: 30px auto 0;
    }

    .intro.howto .intro-txt {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 800px){
	.contact-cont_wrapper{
		display: block;
	}
	.access-sub-title.kameari{
		margin-top: 40px;
	}
	.contact .cta-btn.cta-contact-btn a{
		width: 500px;
	}
} 

@media screen and (max-width: 500px) {
    .intro-title h2 span {
        background-size: 1em 0.5em;
    }

    .intro-txt p {
        font-size: 14px;
    }
	.footer-top-btn .cta-btn{
		width: 90%;
		margin: 0 auto;
		margin-top: 15px;
	}
    .intro::before {
        width: 275px;
        height: 350px;
    }

    .reason-list ul li {
        width: 40%;
    }

    .reason-list ul:nth-child(2),
    .reason-list ul:nth-child(3) {
        margin-top: 0;
    }

    .reason-list-txt h3 {
        white-space: nowrap;
    }

    .price-cont-box h3 {
        font-size: 24px;
    }

    .price-cont-num h4 {
        font-size: 28px;
    }

    .price-cont-num h4 span {
        font-size: 56px;
    }

    .column-list-txt p {
        font-size: 12px;
    }

    .contact .cta-btn a {
        padding: 12.5px 15px;
        max-width: 300px;
        margin: 0 auto 15p
    }
	
	.contact .cta-btn.cta-contact-btn a{
		width: 100%;
	}

    .contact .cta-btn a img {
        width: 25px;
        margin-right: 10px;
    }

    .contact .cta-btn a p {
        font-size: 20px;
    }

    .contact-cont {
        margin-bottom: 30px;
    }

    .contact-cont .intro-txt p {
        font-size: 12px;
    }

    .worry-box {
        margin: 20px auto 0;
        padding: 25px 15px 70px;
    }

    .worry-box-title h2 {
        padding: 7.5px 10px;
        font-size: 18px;
    }

    .worry-box-title h2 span {
        font-size: 20px;
    }

    .worry-box-list ul li p {
        font-size: 14px;
    }

    .worry-box-list ul li img {
        width: 17.5px;
    }

    .access-sub-title {
        font-size: 20px;
    }

    .access-sub-title.kameari {
        margin-top: 30px;
    }

    .privacy-policy p {
        font-size: 14px;
    }

    .privacy-policy p.top-txt {
        margin-bottom: 25px;
    }

    .privacy-policy ol li h2 {
        font-size: 16px;
    }

    .privacy-policy ol li {
        margin-bottom: 30px;
        font-size: 14px;
    }
}

.post-cont-date {
    margin-bottom: 20px;
}

.post-cont-date p {
    font-size: 16px;
    font-weight: 500;
}

/* ========================= */
/* ベーステキストスタイル */
/* ========================= */
.post-cont-wrap {
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.9;
    letter-spacing: 0.02em;
}

/* h2 見出し */
.post-cont-wrap h2 {
    font-size: 2em;
    font-weight: 700;
    border-left: 6px solid #F3A31D;
    padding-left: 1em;
    margin: 1.5em 0 .75em;
    position: relative;
}

.post-cont-wrap h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 60px;
    height: 2px;
    background: linear-gradient(to right, #F3A31D, transparent);
}

/* h3 見出し */
.post-cont-wrap h3 {
    font-size: 1.6em;
    font-weight: 600;
    margin: 1em 0 0.em;
    border-bottom: 2px solid #F3A31D;
    display: inline-block;
    padding-bottom: 0.2em;
}

/* h4 見出し */
.post-cont-wrap h4 {
    font-size: 1.3em;
    font-weight: 600;
    color: #F3A31D;
    margin: 1.5em 0 0.5em;
}

/* 段落 */
.post-cont-wrap p {
    font-size: 1.05em;
    line-height: 1.9;
    margin-bottom: 1.8em;
}

/* 強調 */
.post-cont-wrap strong {
    color: #F3A31D;
    background: linear-gradient(transparent 70%, rgba(243, 163, 29, 0.2) 30%);
    font-weight: 700;
}

/* リンク */
.post-cont-wrap a {
    color: #F3A31D;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.post-cont-wrap a:hover {
    color: #005177;
    text-decoration: none;
}

/* リスト */
.post-cont-wrap ul,
.post-cont-wrap ol {
    margin-left: 2em;
    margin-bottom: 1.8em;
}

.post-cont-wrap ul li {
    margin-bottom: 0.5em;
}

.post-cont-wrap ul li::marker,
.post-cont-wrap ol li::marker {
    color: #F3A31D;
}

/* 引用（blockquote） */
.post-cont-wrap blockquote {
    background: #fdf8ef;
    border-left: 4px solid #F3A31D;
    padding: 1.2em 1.5em;
    margin: 2em 0;
    border-radius: 6px;
    font-style: italic;
    color: #444;
    position: relative;
}

.post-cont-wrap blockquote::before {
    content: "“";
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 3em;
    color: rgba(243, 163, 29, 0.3);
    font-family: serif;
}

/* 画像とキャプション */
.post-cont-wrap figure {
    margin: 2em auto;
    text-align: center;
}

.post-cont-wrap img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.post-cont-wrap figcaption {
    font-size: 0.9em;
    color: #777;
    margin-top: 0.6em;
}

/* 区切り線 */
.post-cont-wrap hr {
    border: none;
    border-top: 1px dashed #ccc;
    margin: 2.5em 0;
}

/* テーブル */
.post-cont-wrap table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    font-size: 0.95em;
}

.post-cont-wrap table th,
.post-cont-wrap table td {
    border: 1px solid #ddd;
    padding: 0.9em 1em;
}

.post-cont-wrap table th {
    background: #f9f9f9;
    font-weight: 600;
    color: #333;
}

/* ボタンリンク */
.post-cont-wrap .btn {
    display: inline-block;
    padding: 0.9em 1.4em;
    background: #F3A31D;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
    font-weight: 600;
}

.post-cont-wrap .btn:hover {
    background: #005177;
}

/* コード */
.post-cont-wrap pre,
.post-cont-wrap code {
    background: #f7f7f7;
    border-radius: 4px;
    padding: 0.6em;
    border: 1px solid #e0e0e0;
}

/* ========================= */
/* レスポンシブ対応 */
/* ========================= */
@media (max-width: 834px) {
    .post-cont-wrap h2 {
        font-size: 1.6em;
        padding-left: 0.8em;
    }

    .post-cont-wrap h3 {
        font-size: 1.4em;
    }

    .post-cont-wrap p {
        font-size: 1em;
        line-height: 1.7;
    }

    .post-cont-wrap blockquote {
        font-size: 0.95em;
    }

    .post-cont-wrap .btn {
        font-size: 0.95em;
        padding: 0.7em 1em;
    }
}
