#price-chart,
#price-chart a,
#price-chart h2,
#price-chart table *,
#price-chart .offer_recommend_col,
#price-chart .offer_more_title,
#price-chart .comparison_txt,
#price-chart .comparison_legend_title,
#price-chart .comparison_legend_item_title,
#price-chart .comparison_legend_item_txt,
#price-chart .comparison_standard_title,
#price-chart .comparison_cost_title,
#price-chart .comparison_cost_txt,
#price-chart .price_detail,
#price-chart .comparison_average_text,
#price-chart .price_detail_title {
    font-family: "Noto Sans JP", sans-serif;
}

#price-chart table txt-number,
#price-chart table txt-number-s
{
    font-family: "Roboto", sans-serif;
	font-weight: 400;
}

#price-chart .monthly_fees_ttl,
#price-chart .offer_leading {
    font-family: "Noto Serif JP", serif;
}

#price-chart {
    background-color: #fff;
    color: #000;
    margin-bottom: 100px;
}
#price-chart * {
    font-feature-settings: "palt";
}
#price-chart .inner {
    max-width: 955px;
}
#price-chart h2 {
    width: 955px;
    max-width: 100%;
}
#price-chart table {
    border-collapse: collapse;
}
#price-chart table tr {
    background-color: #fff;
}
#price-chart table th {
    text-align: center;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.05em;
}
#price-chart table td {
    padding: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    vertical-align: top;
}
#price-chart table td:has(txt-number) {
    text-align: center;
}
#price-chart table td:has(txt-character) {
    text-align: center;
}
#price-chart table txt-strong {
    font-weight: 700;
}
#price-chart table txt-number {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
    padding-right: 2px;
}
#price-chart table .spec {
    color: #df2711;
}
#price-chart a {
    text-decoration: none;
}


/**  導入　**/

#price-chart .monthly_fees_ttl {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    color: #348907;
    text-align: center;
	margin-top: 32px;
}
#price-chart .monthly_fees_box {
    width: 280px;
	margin: 24px auto 0;
    border: solid 5px #d6c88e;
	text-align: center;
	padding: 16px 0;
	line-height: 1.0;
}
#price-chart .monthly_fees_box-inner{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 72px;
}
#price-chart .monthly_fees_month {
	font-size: 1.2rem;
	font-weight: 800;
}
#price-chart .monthly_fees_number {
  font-size: 4.4rem;
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  color: #d71111;
  letter-spacing: -0.08em;
}
#price-chart .monthly_fees_yen {
	color: #d71111;
	font-size: 1.4rem;
	font-weight: 800;
	margin-left: 8px;
}
#price-chart .monthly_fees_box img {
    width: 100%;
    display: block;
}


/**  料金とコース　**/

#price-chart .offer {
    margin-top: 32px;
}
#price-chart .offer_leading {
    font-size: 1.0rem;
	letter-spacing: -0.05em;
    font-weight: 500;
    line-height: 1.4285714286;
    text-align: center;
    margin-top: 32px;
}

#price-chart .offer_leading .spec {
    color: #39930a;
}
#price-chart .offer_ovs {
    margin-top: 32px;
}
#price-chart .offer_recommend {
    display: flex;
    align-items: flex-end;
}
#price-chart .offer_recommend_col {
    width: 196px;
    text-align: center;
    margin-bottom: 5px;
}
#price-chart .offer_recommend_col:nth-child(1) {
    width: 160px;
}
#price-chart .offer_recommend_col span {
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #d71111;
    display: inline-flex;
    gap: 6px;
    align-items: center;
}
#price-chart .offer_recommend_col span::before,
#price-chart .offer_recommend_col span::after {
    content: "";
    width: 1px;
    height: 22px;
    background-color: currentColor;
    display: inline-block;
    position: relative;
    top: 1px;
}
#price-chart .offer_recommend_col span::before {
    rotate: -20deg;
}
#price-chart .offer_recommend_col span::after {
    rotate: 20deg;
}

/** オファーテーブル **/
#price-chart .offer_table {
    table-layout: fixed;
	width: 100%;
	position: relative;
	border-collapse: separate;
    border-spacing: 0; 
	border-bottom: 1px solid #969696;
}
#price-chart .offer_table .no {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: 0.04em;
    position: relative;
    top: 0;
    padding-left: 10px;
    padding-right: 10px;
	color: #fff;
	z-index: 0;
}
#price-chart .offer_table .no::after,
#price-chart .offer_table .no::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
	color: #fff;
}
#price-chart .offer_table .no::before {
    left: -1px;
    rotate: -20deg;
}
#price-chart .offer_table .no::after {
    right: 1px;
    rotate: 20deg;
}

#price-chart .offer_table .en,
#price-chart .offer_table .jp {
    display: block;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.04em;
}
#price-chart .offer_table .en {
    font-size: 1.0rem;
    line-height: 1.1739130435;
}
#price-chart .offer_table .jp {
    font-size: 0.6rem;
    line-height: 1.1428571429;
	font-weight: 600;
}
#price-chart .offer_table .th_small{
    font-size: 0.65rem;
}

#price-chart .offer_table th,
#price-chart .offer_table td {
    border-top: 1px solid #969696;
	border-right: 1px solid #969696;
	font-weight: 700;
}
#price-chart .offer_table thead th {
    width: 220px;
    background-color: #f2f2f2;
    padding: 18px 10px;
}





#price-chart .offer_table thead th:nth-child(1) {
    width: 60px;
	position: sticky;
	left: 0;
	z-index: 1;
}
#price-chart .offer_table thead th:nth-child(2) {
    background-color: #b09953;
	width: 100px;
}
#price-chart .offer_table thead th:nth-child(3) {
    background-color: #39930a;
	width: 100px;
}
#price-chart .offer_table thead th:nth-child(4) {
    background-color: #7cba27;
	width: 100px;
}
#price-chart .offer_table thead th:nth-child(5) {
    background-color: #c1d614;
	width: 100px;
}
#price-chart .offer_table tbody tr:nth-child(1) td {
    padding: 14px 12px 14px;
    vertical-align: top;
}
#price-chart .offer_table tbody th {
    background-color: #f2f2f2;
	position: sticky;
	left: 0;
}

#price-chart .offer_table tbody th:nth-child(1) {
}
#price-chart .offer_table tbody td {
    padding: 24px 15px;
    vertical-align: middle;
}
#price-chart .offer_table p {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
	text-align: justify;
}

/** CTA **/

#price-chart .offer_more {
    background-color: #fff;
    border: 8px solid #d4ebc9;
    margin: 32px auto 0;
    padding: 24px 14px;
	width: 246px;
}
#price-chart .offer_more2 {
    background-color: #fff;
    border: 8px solid #d4ebc9;
    margin: 32px auto 44px;
    padding: 24px 14px 20px;
	width: 246px;
}
#price-chart .offer_more_title {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4347826087;
    letter-spacing: 0.04em;
    text-align: center;
	letter-spacing: -0.1px;
}
#price-chart .offer_more_btn_box {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    overflow: visible;
    position: relative;
    left: -2px;
    margin-top: 28px;
	flex-direction: column;
}
#price-chart .offer_more_btn_item {
    width: calc(94% - 10px);
}
#price-chart .offer_more_btn {
    --bc: #fff;
    width: 100%;
    height: 54px;
    background-color: var(--bc);
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-size: 1.0rem;
    font-weight: 800;
    line-height: 1.85;
    letter-spacing: 0.04em;
    color: #fff;
    border-radius: 999px;
    padding-left: 30px;
}
@media only screen and (min-width: 768px) {
    #price-chart .offer_more_btn {
        transition: filter 0.1s ease;
    }
    #price-chart .offer_more_btn:hover {
        filter: brightness(1.1);
    }
}
#price-chart .offer_more_btn__green {
    --bc: #58ae27;
}
#price-chart .offer_more_btn__red {
    --bc: #d41111;
}
#price-chart .offer_more_btn_up {
    background-color: #286208;
    border-radius: 2px;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #fff;
    padding: 2px 8px;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
}
#price-chart .offer_more_btn_up::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: 1px;
    translate: -50% 100%;
    border: 0;
    border-top: 6px solid #286208;
    border-left: 4px solid rgba(255, 255, 255, 0);
    border-right: 4px solid rgba(255, 255, 255, 0);
}
#price-chart .offer_more_btn_tag {
    background-color: #fff;
    display: inline-block;
    border-radius: 3px;
    padding: 5px 5px;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    color: var(--bc);
}
#price-chart .comparison {
    margin-top: 72px;
}
#price-chart .comparison h2 {
    margin-bottom: 18px;
}
#price-chart .comparison_txt {
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.75;
	width: 290px;
	margin: 0 auto;
	text-align: justify;
}
#price-chart .comparison_txt .spec {
    font-weight: 700;
    color: #39930a;
}
#price-chart .comparison_legend_box {
    border: 1px solid #388c0b;
    border-radius: 6px;
    position: relative;
    margin: 56px auto 0;
    padding:0 16px 160px;
	width: 258px;
}
#price-chart .comparison_legend_field {
    text-align: center;
}
#price-chart .comparison_legend_title {
    font-size: 1.0rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2727272727;
    color: #39930a;
    background-color: #fff;
    position: relative;
    top: -12px;
    padding: 4px 14px;
}
#price-chart .comparison_legend_lists {
    max-width: 848px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}
#price-chart .comparison_legend_item {
    padding-left: 32px;
    position: relative;
}
#price-chart .comparison_legend_item::before {
    content: "";
    width: 24px;
    aspect-ratio: 1.2;
    background-image: url("./../../../img/price/icon_checkbox.png");
    background-size: 24px;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
}
#price-chart .comparison_legend_item:nth-child(2) {
    margin-top: 33px;
}
#price-chart .comparison_legend_item:nth-child(3) {
    margin-top: 27px;
}
#price-chart .comparison_legend_item_title {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #d41111;
}
#price-chart .comparison_legend_item_txt {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.04em;
    margin-top: 7px;
	text-align: justify;
}
#price-chart .comparison_legend_dec {
    position: absolute;
    right: 0px;
    bottom: -12px;
}
#price-chart .comparison_legend_dec_award {
    width: 110px;
    position: absolute;
    right: 110px;
    bottom: 32px;
}
#price-chart .comparison_legend_dec_award img {
    display: block;
    width: 100%;
}
#price-chart .comparison_legend_dec_person {
    width: 140px;
    position: absolute;
    right: -30px;
    bottom: 0;
}
#price-chart .comparison_legend_dec_person img {
    display: block;
    width: 100%;
}
#price-chart .comparison_standard {
    max-width: 854px;
    margin-top: 89px;
    margin-left: auto;
    margin-right: auto;
}
#price-chart .comparison_standard_title {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 14px;
	width: 272px;
	margin: 0 auto 10px;
}
#price-chart .comparison_standard_title::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 1px;
    border: 0;
    border-top: 8px solid #39930a;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
}
#price-chart .comparison_standard_ovs {
    margin-top: 9px;
}


/**比較表**/

#price-chart .comparison_standard_table{
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
    border-spacing: 0; 
	border-bottom: 1px solid #a6a6a6;
}

#price-chart .comparison_standard_table .en,
#price-chart .comparison_standard_table .jp {
    display: block;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.04em;
}
#price-chart .comparison_standard_table .en {
    font-size: 1.0rem;
    line-height: 1.1739130435;
}
#price-chart .comparison_standard_table .jp {
    font-size: 0.6rem;
    line-height: 1.1428571429;
}
#price-chart .comparison_standard_table th,
#price-chart .comparison_standard_table td {
	
    border-top: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
}
#price-chart .comparison_standard_table thead th {
    width: 178px;
    background-color: #fff;
    color: #fff;
    padding: 10px 10px 12px;
}
#price-chart .comparison_standard_table thead th:nth-child(1) {
    width: 60px;
	position: sticky;
	left: 0;
}
#price-chart .comparison_standard_table thead th:nth-child(2) {
    background-color: #b09953;
	width: 110px;
}
#price-chart .comparison_standard_table thead th:nth-child(3) {
    background-color: #39930a;
	width: 110px;
}
#price-chart .comparison_standard_table thead th:nth-child(5),
#price-chart .comparison_standard_table thead th:nth-child(4) {
    background-color: #737476;
	width: 100px;
}
#price-chart .comparison_standard_table tbody th {
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
    text-align: center;
	position: sticky;
	left: 0;
	background: #fff;
}
#price-chart .comparison_standard_table tbody td {
    height: 24px;
    font-weight: 700;
    padding: 14px 14px 10px;
    font-size: 0.7rem;
    text-align: center;
	vertical-align: middle;
}
#price-chart .comparison_standard_table .border_begin_from {
	box-sizing:border-box;
    border-top: 5px solid #d71111;
    border-left: 5px solid #d71111;
}
#price-chart .comparison_standard_table .border_begin_to {
	box-sizing:border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
	
    border-top: 5px solid #d71111;
    border-right: 5px solid #d71111;
}
#price-chart .comparison_standard_table .border_end_from {
	box-sizing:border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    border-left: 5px solid #d71111;
    border-bottom: 5px solid #d71111;
}
#price-chart .comparison_standard_table .border_end_to {
	box-sizing:border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    border-right: 5px solid #d71111;
    border-bottom: 5px solid #d71111;
}
#price-chart .comparison_standard_table .border_sidel {
	box-sizing:border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    border-left: 5px solid #d71111;
}
#price-chart .comparison_standard_table .border_sider {
	box-sizing:border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    border-right: 5px solid #d71111;
}
#price-chart .comparison_standard_table txt-number {
    font-size: 1.0rem;
}
#price-chart .comparison_standard_table txt-character {
    font-size: 0.8rem;
}
#price-chart .comparison_cost {
    margin-top: 80px;
}
#price-chart .comparison_cost_title {
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.6;
    color: #39930a;
    background-color: rgba(57, 147, 10, 0.18);
    padding: 8px 15px 7px;
	width: 260px;
	margin: 0 auto;
}
#price-chart .comparison_cost_txt {
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin: 13px auto 0;
	width: 288px;
	
}
#price-chart .comparison_cost_ovs {
    margin-top: 32px;
}


/**1年間比較表**/
#price-chart .comparison_cost_table {
    border-top: 1px solid #969696;
	border-right: 1px solid #969696;
	table-layout: fixed;
	width: 100%;
	position: relative;
	border-collapse: separate;
    border-spacing: 0; 
}

#price-chart .comparison_cost_table tr{
	border-bottom: 1px solid #969696;
}

#price-chart .comparison_cost_table .no {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: 0.04em;
    position: relative;
    top: 0;
    padding-left: 10px;
    padding-right: 10px;
}
#price-chart .comparison_cost_table .no::after,
#price-chart .comparison_cost_table .no::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
}
#price-chart .comparison_cost_table .no::before {
    left: -1px;
    rotate: -20deg;
}
#price-chart .comparison_cost_table .no::after {
    right: 1px;
    rotate: 20deg;
}
#price-chart .comparison_cost_table .en,
#price-chart .comparison_cost_table .jp {
    display: block;
    font-weight: 500;
    letter-spacing: 0.04em;
}
#price-chart .comparison_cost_table .en {
    font-size: 1.0rem;
    line-height: 1.35;
}
#price-chart .comparison_cost_table .jp {
    font-size: 0.6rem;
    line-height: 1.1428571429;
}
#price-chart .comparison_cost_table .jp-th {
    font-size: 0.8rem;
    line-height: 1.1428571429;
}



#price-chart .comparison_cost_table thead th {
    width: 88px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.2857142857;
    letter-spacing: 0.05em;
    padding: 14px 10px 12px;
    background-color: #fafafa;
}
#price-chart .comparison_cost_table thead th:nth-child(1) {
    position: sticky;
	left: 0;
	border-bottom: 1px solid #969696;
}
#price-chart .comparison_cost_table thead th:nth-child(2) {
    width: 120px;
	border-left: 1px solid #a6a6a6;
	border-bottom: 1px solid #969696;
}
#price-chart .comparison_cost_table thead th:nth-child(3) {
    width: 120px;
	border-left: 1px solid #a6a6a6;
	border-bottom: 1px solid #969696;
}
#price-chart .comparison_cost_table thead th:nth-child(4) {
    width: 120px;
	border-left: 1px solid #a6a6a6;
	border-bottom: 1px solid #969696;
}
#price-chart .comparison_cost_table thead th:nth-child(5) {
    width: 120px;
	border-left: 1px solid #a6a6a6;
	border-bottom: 1px solid #969696;
}
#price-chart .comparison_cost_table thead th:nth-child(6) {
    width: 120px;
	border-left: 1px solid #a6a6a6;
	border-bottom: 1px solid #969696;
}
#price-chart .comparison_cost_table tbody tr {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3571428571;
    letter-spacing: 0.05em;
	border-bottom: 1px solid #969696;
}
#price-chart .comparison_cost_table tbody tr:nth-child(1) th {
    background-color: #b09953;
}
#price-chart .comparison_cost_table tbody tr:nth-child(2) th {
    background-color: #39940b;
}
#price-chart .comparison_cost_table tbody tr:nth-child(2) td {
    padding-top: 20px;
    padding-bottom: 17px;
}
#price-chart .comparison_cost_table tbody th {
    background-color: #737476;
    color: #fff;
	position: sticky;
	left: 0;
	z-index: 99;
	border-bottom: 1px solid #969696;
}
#price-chart .comparison_cost_table tbody td {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    vertical-align: middle;
    position: relative;
    padding: 18px 16px 20px 10px;
	border-bottom: 1px solid #969696;
}
#price-chart .comparison_cost_table tbody td:last-child {
    padding-left: 20px;
    padding-right: 0;
}
#price-chart .comparison_cost_table tbody txt-number {
    font-size: 1.2rem;
    display: inline-block;
}
#price-chart .comparison_cost_table .operator {
    position: absolute;
    top: 50%;
    right: 2px;
    translate: 50% -50%;
}
#price-chart .comparison_cost_table .operator_plus {
    width: 17px;
    height: 17px;
}
#price-chart .comparison_cost_table .operator_plus::before,
#price-chart .comparison_cost_table .operator_plus::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50%;
}
#price-chart .comparison_cost_table .operator_plus::after {
    rotate: 90deg;
}
#price-chart .comparison_cost_table .operator_equal {
    width: 17px;
    height: 10px;
}
#price-chart .comparison_cost_table .operator_equal::before,
#price-chart .comparison_cost_table .operator_equal::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    left: 0;
}
#price-chart .comparison_cost_table .operator_equal::before {
    top: 4px;
}
#price-chart .comparison_cost_table .operator_equal::after {
    top: 10px;
}
#price-chart .comparison_cost_table p {
    font-size: 0.8rem;
}
#price-chart .comparison_cost_table .tag , #price-chart .offer_table .tag{
    width: 40px;
    height: 21px;
    background-color: #d71111;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -3px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
	z-index: -1;
}

#price-chart .data_table-outer{
	width: 420px;
	margin: 0 auto 42px;
}

#price-chart .data_table{
    border-top: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
	border-collapse: separate;
    border-spacing: 0;
}

#price-chart .data_table td{
	border-right: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	background-color: #fff;
	text-align: center;
	padding: 8px;
    font-size: 0.7rem;
}

#price-chart .data_table-item{
	color: #39930a;
	background-color: #ecf6d7 !important;
    font-size: 0.8rem;
}

#price-chart .acordion_title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    color: #39930a;
    background-color: rgba(57, 147, 10, 0.18);
    padding: 8px 22px 7px;
    text-align: left;
}

#price-chart .comparison_average_flex{
    display: flex;
    justify-content: space-between;
    margin:23px auto 0;
    padding-bottom: 0;
	width: 290px;
}

#price-chart .comparison_average_text{
    flex-basis: 40%;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
	text-align: justify;
}

#price-chart .comparison_average_table{
    flex-basis: 40%;
	table-layout: fixed;
	width: 100%;
}

#price-chart .comparison_average_content{
	flex-basis: 64%;
	
}

#price-chart .comparison_average_img{
    flex-basis: 30%;
}

#price-chart .comparison_average_img img{
	width: 100%;
}



#price-chart .price_detail{
	margin-top: 64px;
}

#price-chart .price_detail_title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

#price-chart .price_detail_title::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 1px;
    border: 0;
    border-top: 8px solid #39930a;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
}
#price-chart .offer_table tbody .totalcost td {
    padding: 24px 15px !important;
    vertical-align: middle !important;
}

#price-chart .offer_table .breakdown{
    background-color: #646464;
    text-align: center;
    color: #fff;
    height: 24px;
    padding: 8px 0;
    font-size: 0.8rem;
}

#price-chart .offer_table .initial_cost td{
    padding: 12px 15px;
    height: 61px;

    text-align: center;
}

#price-chart .offer_table .initial_cost txt-number-s{
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
    padding-right: 2px;
}

#price-chart .other_price{
    margin-top: 56px;
}

#price-chart .annotation{
    font-size: 0.8rem;
}

#price-chart .table_text{
    font-size: 1.0rem;
}

#price-chart .support_table{
	
}

#price-chart .offer_table_outer{
	margin: 24px 0 80px;
}


/*=========================================
#accordion
=========================================*/

#price-chart .accordion{
    margin-top: 20px;
}

#price-chart .accordion-item {
}

/* ヘッダー部分 */
#price-chart .accordion-header {
    position: relative;
    padding:  0;
    cursor: pointer;
}
   

#price-chart .accordion-title {
    font-weight: bold;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.6;
    color: #000;
    background-color: #fff;
    padding: 13px 16px 12px;
    text-align: left;
    width: 256px;
	border: solid 1px #969696;
	border-radius: 8px;
	margin: 0 auto
}


/* 開閉アイコン */
#price-chart .accordion-icon {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    z-index: 99;
}


#price-chart .accordion-icon::before,
#price-chart .accordion-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    background-color: #000;
    transition: transform .3s;
}

/* 縦線 */
#price-chart .accordion-icon::before {
    width: 2px;
    height: 16px;
    margin-left: -1px;
    transform: translateY(-50%);
}

/* 横線 */
#price-chart .accordion-icon::after {
    width: 16px;
    height: 2px;
    margin-top: -1px;
    transform: translateX(-50%);
}

/* 開いているときは縦線を非表示に */
#price-chart .accordion-item.is-active .accordion-icon::before {
    transform: translateY(-50%) rotate(90deg);
}

/* コンテンツ部分 */
#price-chart .accordion-content {
    height: 0;
    overflow: hidden;
    transition: height .3s;
	margin-top: 32px;
}

#price-chart .accordion-content__inner {
    padding: 0 0 4px;
}

#price-chart .support{
	margin-top: 80px;
}

#price-chart .th_othercompany{
	background-color: #737476 !important;
	color: #fff;
}
