@charset "utf-8";
/* ==================================================

 個人情報保護方針

================================================== */
#outer a{
    color: #1994da;
}
#outer .summary_wrap .summary_tit{
    padding-bottom: 5px;
    border-bottom: solid #191919 1px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
}

#outer .txt_r{
    text-align: right;
}

#outer .txt_ind_2{
    padding-left: 2em;
    text-indent: -2em;
}

#outer .summary_wrap{
	margin: 0 10px 30px;
	font-size: 12px;
}

#outer .summary_wrap:last-child{
    margin-bottom: 0;
}

#outer .summary_wrap p,

    /* 番号付きリスト */
#outer ol.num,
#outer ol.num > li{
    list-style-position: inside;
    list-style-type: decimal;
}

#outer ol.num > li{
    padding-left: 1.5em;
    text-indent: -1.5em;
}

#outer ol.num > li:nth-child(n+10){
    padding-left: 2.2em;
    text-indent: -2.2em;
}

#outer ol.num > li:not(:last-child){
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #ccc solid;
}

/* 英字付きリスト */
#outer ol.abc,
#outer ol.abc > li{
    list-style-position: inside;
    list-style-type: lower-alpha;
}

#outer ol.abc > li{
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 1.5em;
    border-top: 1px #ccc dashed;
    text-indent: -1.5em;
}

/* ()付きリスト */
#outer ol.bracket_ind > li{
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 2.5em;
    border-top: 1px #ccc solid;
    text-indent: -2.5em;
}

#outer .num ol.bracket_ind > li{
    border-top-style: dashed; /* インナーのリストはダッシュ */
}


#outer .summary_wrap .summary_table{
    width: 100%;
}

#outer .summary_wrap .summary_table th,
#outer .summary_wrap .summary_table td{
	padding: 10px;
    border: 1px solid #ccc;
    word-break: break-all;
}

#outer .summary_wrap .summary_table th{
	background-color: #f2f2f2;
}
#outer ol.num > li:not(:last-child){
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #ccc solid;
}
#outer .summary_wrap .summary_table.txt_l th{
	text-align: left;
}

#outer table {
    color: #555;
}

#outer ol.num > li{
    list-style-position: inside;
    list-style-type: decimal;
}

/* ()付きリスト */
#outer ol.bracket_ind > li{
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 2.5em;
    border-top: 1px #ccc solid;
    text-indent: -2.5em;
}
