@charset "utf-8";

/*------------------------------------------------
ローカルナビ設定
------------------------------------------------*/

.lnaviArea dd.lnavi01 a,
.lnaviArea dd.lnavi01 + .sub .lnavi01_03 a {
	color: var(--category-color);
	font-weight: bold;
}
.lnaviArea dd.lnavi01 + .sub {
	display:block;
}

/*------------------------------------------------
メイン
------------------------------------------------*/

.titleArea .inner h2 {
    padding-top: 10px;
}

.btnB {
    background: #2479b4;
    border-radius: 5px;
    text-align: center;
    margin: 5px 0;
    padding: 15px 0;
}
.btnB a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 1.15em;
    line-height: 1.4;
    display: block;
    padding: 5px 0;
    background: url(../images/common/icon_b01.png) 98% center no-repeat;
}
table.ta01 th {
	width:24%;
}
table.ta01 td ul {
	padding-left:1em;
}
table.ta01 td li {
	list-style:outside disc;
}

h4.title2 {
    display: inline-block;
    background: #2479b4;
    color: #fff;
    padding: 0.5rem;
    border-radius: 0.5rem;
    line-height: 1.2;
    text-align: center;
}
h4.title3 {
    display: inline-block;
    background: #656565;
    color: #fff;
    padding: 0.5rem;
    border-radius: 0.5rem;
    line-height: 1.2;
    text-align: center;
}

h4.title2 span, h4.title3 span {
    font-size: calc(80%);
}

.frame2 {
    background: #d7f3ff;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}
.frame3 {
    background: #eeeeee;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.frames {
    background: #ffffff;
    border-radius: 0.5rem;
    padding: 1em;
    margin:1em 0 1em 2em;
}

div.chart1 {
    background-image: url(../images/specific/chart_01-02.png);
    background-repeat: repeat-y;
    flex-grow: 1;
}
div.chart2 {
    background-image: url(../images/specific/chart_02-03.png);
    background-repeat: repeat-y;
    flex-grow: 1;
}
div.chart3 {
    background-image: url(../images/specific/chart_03-04.png);
    background-repeat: repeat-y;
    flex-grow: 1;
}

a.insured {
    display: inline-block;
    padding: 0.25rem 1.5rem;
    color: #fff !important;
    background: #2479b4;
    border-radius: 0.25rem;
    text-decoration: none !important;
    margin-left: 1rem;
}

a.dependents {
    display: inline-block;
    padding: 0.25rem 1.5rem;
    color: #fff !important;
    background: #ff8124;
    border-radius: 0.25rem;
    text-decoration: none !important;
    margin-left: 1rem;
}