@charset "utf-8";
/* CSS Document */

.section.renew .section_inner {
    margin: 0 auto;
    padding: 0 0 60px 0;
}

.section.renew .headline {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*min-height: 300px;*/
	padding: 60px 30px 30px;
}

.section.renew .headline .title {
    font-size: 32px;
    line-height: 1;
}

.section.renew .headline .title span {
    display: block;
    font-size: 16px;
}

.section.renew .headline p {
    font-size: 18px;
}

.section.renew .static_content h2.title {
    background: url(/image/bg-a-bg) center top no-repeat;
    background-size: cover;
	padding: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.section.renew .static_content .column h3.subtitle {
    border-left: none;
	font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 14px;
	border-left: none;
    padding-left: 0;
}

.section.renew .static_content h4.subtitle {
	font-size: 1.375rem;
    line-height: 1.2;
    margin-bottom: 14px;
	border-left: none;
    padding-left: 0;
}

.section.renew .static_content h5.subtitle {
	font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 14px;
	border-left: none;
    padding-left: 0;
}


.section.renew .static_content .column .number_title {
    color: #000;
}

.section.renew .static_content .column .number_title .number {
    background: #0068b7;
    padding: 2px 0px;
    color: #fff;
    margin-right: 10px;
    min-width: 1.8em;
    text-align: center;
    display: inline-block;
}


.section.renew ol.list-style2 li .number {
    text-align: center;
    display: table-cell;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    background: #0068b7;
    vertical-align: middle;
    color: #ffffff;
    line-height: 30px;
}

.section.renew .locallink_box .locallink {
    width: 100%;
}


/*
 .section.renew .static_content ol.list-style1 {
	counter-reset: number;
    padding: 0;
    background: none;
 }
.section.renew .static_content ol.list-style1 li {
	list-style-type: none!important;
	position: relative;
	text-indent: 0;
    padding: 0 0 10px 40px;
    margin-top: 10px;
}

.section.renew .static_content ol.list-style1 li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	text-align: center;
    display: table-cell;
    top: 0;
    left: 0;
    width: 30px;
	height: 30px;
	border-radius: 0;
    background: #000000;
    vertical-align: middle;
    color: #ffffff;
    line-height: 30px;
}
*/


.section.renew .static_content ol.list-style1 {
    padding-left: 20px;
    margin: 20px 0 0;
    background: #FAFAFA;
    padding: 10px 20px 0 35px;
}


.section.renew .static_content .list-style3 {
    width: 100%;
    margin: 25px 0 45px;
}
.section.renew .static_content .list-style3 li {
    position: relative;
    list-style: none;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-left: calc(1.8em + 14px);
	padding-bottom: 30px;
    counter-increment: x;
    font-size: 18px;
    line-height: 1.8;
    border-top: none;
	border-bottom: 1px dotted #dddddd;
}
.section.renew .static_content .list-style3 li:last-of-type {
    margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.section.renew .static_content .list-style3 li::before {
    content: counter(x);
    position: absolute;
    top: 0;
    left: 0;
    background: #0068b7;
    color: #FFFFFF;
    padding: 2px 0;
    min-width: 1.8em;
    text-align: center;
    line-height: 1.5;
	border-radius: 0;
    width: inherit;
    height: inherit;
}
.section.renew .static_content .list-style3 li div {
    margin-bottom: 12px;
    background: none;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
}

.section.renew .static_content .list-style3 li ul li {
	padding-left: 15px;
    line-height: 1.4;
    margin-bottom: 0;
	margin-top: 5px;
	border-bottom: none;
	padding-bottom: 0;
}
.section.renew .static_content .list-style3 li ul li::before {
    content: ' ';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3c3b36;
    position: absolute;
    left: 0px;
    top: 6px;
    min-width: inherit;
    padding: 0;
    line-height: inherit;
}

.section.renew .static_content .list-style3.start03 {
	counter-reset: item 2;
}
.section.renew .static_content .list-style3.start03 li::before {
    content: counter(item);
    counter-increment: item;
}
.section.renew .static_content .list-style3.start05 {
	counter-reset: item 4;
}
.section.renew .static_content .list-style3.start05 li::before {
    content: counter(item);
    counter-increment: item;
}
.section.renew .static_content .list-style3.start06 {
	counter-reset: item 5;
}
.section.renew .static_content .list-style3.start06 li::before {
    content: counter(item);
    counter-increment: item;
}
.section.renew .static_content .list-style3.start07 {
	counter-reset: item 6;
}
.section.renew .static_content .list-style3.start07 li::before {
    content: counter(item);
    counter-increment: item;
}

.section.renew .static_content .list-style3 + p {
    text-align: left;
    margin-bottom: 0;
    padding-top: 0;
    border-top: none;
    font-size: 18px;
}


.section.renew .static_content hr {
	border-bottom: 1px dotted #dddddd;
    padding: 30px 0 0;
    height: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 0 0 30px;
}

/* リンク */
.content.bm_width.link {
    margin-top: 0;
}
.content.bm_width.link h2 {
    padding: 40px 0;
    font-size: 1.75rem;
    text-align: center;
    font-weight: 400;
}
.content.bm_width.link .panel-group {
    display: flex;
    margin-bottom: -40px;
    margin-left: -40px;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
	.content.bm_width.link .panel-group {
		flex-direction: column;
        align-items: center;
	}
}
.content.bm_width.link .panel-group > * {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 40px;
    display: flex;
    max-width: 395px;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	.content.bm_width.link .panel-group > * {
		width: 100%;
	}
}
.content.bm_width.link .panel-group > * img {
    max-width: 100%;
}
