@charset "UTF-8";

/* --------------------------------
 * content_area
 * -------------------------------- */

.content_area {
    width: 100%;
    margin: 120px auto 0;
    max-width: 1000px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse; /* Safari */
    flex-direction:         row-reverse;
}

.content_area .content_main {
    flex: 1;
    -webkit-flex: 1;
    margin-left: 2%;
    background: #fff;
    padding: 30px 3% 50px;
    border-radius: 3px;
	margin-top: 0;
}

@media screen and (max-width: 599px) {
    .content_area {
        width: 100%;
        margin: 0;
        display: block;
        padding-top: 46px;
    }
    .content_area .content_main {
        margin: auto;
        background: #fff;
        padding: 25px 4% 50px;
        border-radius: 3px;
    }
}




.content_area .redbld {
    font-weight: bold;
    background: linear-gradient(transparent 30%, rgba(255, 255, 95, 0.39) 0%);
}

.content_area h1 {
    font-size: 30px;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
}

.content_area h2 {
    font-size: 20px;
    padding: 10px 20px;
    line-height: 1.4;
    margin: 40px auto 10px;
    text-align: left;
    background: #faf7ec;
}

.content_area h1+h2 {
    margin-top: 0;
}

.content_area h4 {
    font-size: 16px;
    margin: 25px 0px 10px;
    padding: 0px 0px 8px;
    border-bottom: 1px dotted #ccc;
    line-height: 1.5;
}


.content_area p {
    font-size: 15px;
}

.content_area p+p {
    margin-top: 18px;
}


.content_area table {
    border-top: 1px solid #ccc;
    margin: 30px 0 24px ;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 85.7%;
    line-height: 141.7%;
}

.content_area table thead th {
    font-weight: bold;
}

.content_area th,
.content_area thead th {
    padding: 9px 24px;
    background-color: #f5f5f5;
}

.content_area tfoot th,
.content_area tfoot td {
    font-weight: bold;
}

.content_area table th,
.content_area table td {
    border: 1px solid #ccc;
    padding: 10px 15px;
    vertical-align: middle;
}

.content_area table.mobile-block th,
.content_area table.mobile-block td {
    border-top: none;
    display: block;
}

.content_area table ul {
    margin-bottom: 0px;
    margin-left: 15px;
}

.content_area table ul li {
    margin: 2px 0px;
    line-height: 1.3;
}

.content_area table.mobile-block th,
.content_area table.mobile-block td {
    border-top: none;
    display: block;
}

.content_area table td.noBdr {
    border-bottom: #fff 1px solid;
}


.content_area .graybg {
    padding: 10px 20px;
    margin: 30px auto;
    border: solid 1px #ddd;
    background: #f8f7f5;
    border-radius: 5px;
    font-size: 95%;
    color: #0B0B0B;
}
.content_area .graybg h4,
.content_area .graybg2 h4 {
    background-color: #f8f7f5;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 10px;
    font-size: 115%;
    line-height: 1.5;
}
.content_area .graybg h5,
.content_area .graybg2 h5 {
    display: inline-block;
    margin:20px 0 5px;
    font-weight: bold;
    border-left: 6px solid #ff6c00;
    line-height: 1.5;
    padding: 1px 10px;
    font-size: 105%;
}
.content_area .graybg ul {
    margin: 20px 0px 30px 0px;
}
.content_area .graybg li {
    margin-bottom: 20px;
    line-height: 1.4;
}


.content_area .img{
    text-align: center;
}
.content_area .jissekizu{
    width: 90%;
    max-width: 500px;
    margin: 20px auto 0;
}
.content_area .mini{
    font-size: 70%;
    display: block;
    text-align: right;
}


.content_area .bengoshiimg {
    float: right;
    padding: 0 0 15px 10px;
    width: 40%;
}
.content_area .namae{
    text-align: right;
}




@media screen and (max-width: 599px) {
    .content_area h1 {
        font-size: 22px;
        padding-bottom: 12px;
        margin-bottom: 15px;
    }
    .content_area h2 {
        font-size: 18px;
        margin: 30px auto 10px;
    }

    .content_area p+p {
        margin-top: 15px;
    }

    .content_area .beforeAfter img.illust {
    width: 40%;
    }
    .content_area .beforeAfter img.arrow {
    width: 13%;
}
}

/* fee */
/* ----------- fee -------------- */

.fee_content strong{
    font-weight: 700;
    color: #ff6c00;
}

/* .fee_content .wp-block-heading + .wp-block-table table{
	margin-top: 0;
} */

.fee_content tr td:first-child{
    background-color: #fffef6;
}

.fee_content .fee-case-box {
	border: 2px dotted #CDCDCD;
	border-radius: 5px;
	margin: 25px 0;
	padding: 25px 4%;
	font-size: 15px;
}

.fee_content .fee-case-box p + .wp-block-table table{
	margin-top: 0;
	margin-bottom: 30px;
}

.fee_content ol {
	list-style: none;
    counter-reset: number li;
    margin-top: 3px;
}

.fee_content ol li{
    list-style: none;
    margin-left: 4px;
    margin-bottom: 4px;
    padding-left: 1.7em;
}

.fee_content ol li:before {
	content: counter(li) ""!important;
	counter-increment: li!important;
	position: absolute;
    display: inline-block;
	width: 1.5em;
	height: 1.5em;
    margin-right: 4px;
	background: #bca97d;
	border: none;
	border-radius: 50%;
	color: #fff;
	line-height: 1.55;
	text-align: center;
	font-size: .75em;
    left: 0;
    top: 3px;
}

.fee_content figcaption{
	text-align: left;
    line-height: 1.3;
	margin-top: -10px;
    margin-bottom: 25px;
    font-size: 80%;
}

.fee_content figcaption::before,
.fee_content figcaption::after{
	display: none;
}

.fee_content .fee-accordion{
	margin-bottom: 20px;
}

.fee_content table{
    font-size: 95%;
    /* margin-top: 0; */
}

.fee_content h3{
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: dotted 1px;
    margin-top: 10px;
    padding-bottom: 4px;
    font-size: 100%;
}

.fee_content ul{
    margin-bottom: 10px;
}

.fee_content li{
    line-height: 1.55;
    list-style: disc;
    margin-left: 1em;
}

.fee-case-box *:first-child{
    margin-top: 0;
}

.fee_content h4 + .wp-block-table table{
    margin-top: 20px;
}