@charset "utf-8";
.nav_item.nav_outline::after{
	width: 100%;
}
.nav_item.nav_outline::after{
	width: 100%;
}
.footer_nav li.nav_outline{
	font-weight: 600;
}
@media screen and (max-width: 650px) {
.nav_item.nav_outline{
	font-weight: 600;
}
}


.subhead{
    background: url(../img/outline/subhead.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.com_inner02{
    max-width: 1240px;
    padding: 10px 20px 0;
    margin: 0 auto;
}
.inner_pan{
    padding: 10px 0 0 0;
}
.pan{
    color: #fff;
    font-size: 14px;
}
.co_bl{
    color: #333;
}
@media screen and (max-width: 768px) {
    .pan{
    font-size: 12px;
    }
}

.outline_list {
    margin-top: 60px;
}

.outline_list_items {
    width: 100%;
}

.outline_list_item {
    display: flex;
    border-bottom: 2px solid #b7b2b2;
}
.outline_list_items:first-child .outline_list_item{
    border-top: 2px solid #b7b2b2;
}
.outline_list_item dt {
    background: #f2f2f0;
    display: flex;
    /* align-items: center; */
    padding: 28px 40px;
    width: 30%;
}
.outline_list_item dt .dt_cap{
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-top: 0.5em;
}

.outline_list_item dd {
    display: flex;
    align-items: center;
    padding: 28px 40px;
    width: 70%;
}

.outline_list_item p {
    line-height: 1.6;
}
.outline_update{
    text-align: right;
    font-size: 16px;
    margin-top: 1em;
}
.outline_update p{
    text-align-last: left;
    display: inline-block;
    border-bottom: solid 1px #000;
}


@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 850px) {
}

@media screen and (max-width: 768px) {
.outline_list_item dd {
    font-size: 14px;
}
.outline_list_item dt {
    font-size: 14px;
}
}
@media screen and (max-width: 650px) {
.outline_list {
    margin-top: 40px;
}
.outline_list_item {
    flex-direction: column;
    border: none;
}
.outline_list_items:first-child .outline_list_item{
    border: none;
}
.outline_list_item dt {
    width: 100%;
    padding: 10px;
}
.outline_list_item dd {
    width: 100%;
    padding: 10px;
    font-size: 14px;
}
.outline_update {
    font-size: 12px;
}
}