/* ■■■■ コーナー区切り ■■■■ */
.corner {
background: #000000;
-webkit-box-shadow : 0px 0px 10px #ffffff; /*枠全体の影*/
border-radius : 10px;
-webkit-border-radius : 10px;
border: 2px solid #353535;
margin-left : auto;
margin-right : auto;
width : 95%;
list-style : none;
}


/* ■■■■ アイコン ■■■■ */
.ic{
width : 12%;
}

/* ■■■■ 新着アイコン ■■■■ */

.ic_loop{
 float:left;
 width: 100%;
 text-align: center;
 font-weight: bold;
 letter-spacing: 2px;
 padding-left: 4px;
}

.ic_loop.arrange04{
 overflow: hidden;
}
.ic_loop.arrange04 span{
 -webkit-animation-duration: 6s;
 -webkit-animation-timing-function: linear;
 -webkit-animation-iteration-count: infinite;
 -webkit-transform-origin: middle center;
 -webkit-animation-name: outer04;
 position: relative;
 left: 0;
}
@-webkit-keyframes outer04 {
 0%{
 left: 3em;
 }
 100% {
 left: -3em;
 }
}

/* ■■■■ リスト青 ■■■■ */
.list_1 {
background-color : #000000; /*枠内の背景色*/
border-radius : 10px;
border : solid 2px #1ad2ff; /*一番外の枠色*/
margin-left : auto;
margin-right : auto;
width : 95%;
list-style : none;
}

.list_1 li {
position : relative;
border-bottom : solid 1px #1ad2ff; /*リスト内の区切り線の色*/
height : auto;
font-size: 14px;
overflow : hidden;
}

.list_1 li a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #ffffff; /*リスト内の文字色*/
text-decoration : none;
-webkit-box-sizing : border-box;
}

.list_1 li.no:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #4d4d4d;
background: #1a1a1a;
text-decoration : none;
-webkit-box-sizing : border-box;
}


.list_1 li:last-child {
border-bottom : none;
}

.list_1 li a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 3px #ffffff; /*右端　>　の色*/
border-right : solid 3px #1ad2ff; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}

/* ■■■■ リスト赤 ■■■■ */
.list_2 {
background-color : #000000; /*枠内の背景色*/
border-radius : 10px;
border : solid 2px #E5146E; /*一番外の枠色*/
margin-left : auto;
margin-right : auto;
width : 95%;
list-style : none;
}

.list_2 li {
position : relative;
border-bottom : solid 1px #E5146E; /*リスト内の区切り線の色*/
height : auto;
font-size: 14px;
overflow : hidden;
}

.list_2 li a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #ffffff; /*リスト内の文字色*/
text-decoration : none;
-webkit-box-sizing : border-box;
}

.list_2 li.no:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #4d4d4d;
background: #1a1a1a;
text-decoration : none;
-webkit-box-sizing : border-box;
}


.list_2 li:last-child {
border-bottom : none;
}

.list_2 li a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 3px #ffffff; /*右端　>　の色*/
border-right : solid 3px #E5146E; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}

/* ■■■■ リスト緑 ■■■■ */
.list_3 {
background-color : #000000; /*枠内の背景色*/
border-radius : 10px;
border : solid 2px #1FA75B; /*一番外の枠色*/
margin-left : auto;
margin-right : auto;
width : 95%;
list-style : none;
}

.list_3 li {
position : relative;
border-bottom : solid 1px #1FA75B; /*リスト内の区切り線の色*/
height : auto;
font-size: 14px;
overflow : hidden;
}

.list_3 li a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #ffffff; /*リスト内の文字色*/
text-decoration : none;
-webkit-box-sizing : border-box;
}

.list_3 li.no:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #4d4d4d;
background: #1a1a1a;
text-decoration : none;
-webkit-box-sizing : border-box;
}


.list_3 li:last-child {
border-bottom : none;
}

.list_3 li a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 3px #ffffff; /*右端　>　の色*/
border-right : solid 3px #1FA75B; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}

/* ■■■■ リスト紫 ■■■■ */
.list_4 {
background-color : #000000; /*枠内の背景色*/
border-radius : 10px;
border : solid 2px #a85be4; /*一番外の枠色*/
margin-left : auto;
margin-right : auto;
width : 95%;
list-style : none;
}

.list_4 li {
position : relative;
border-bottom : solid 1px #a85be4; /*リスト内の区切り線の色*/
height : auto;
font-size: 14px;
overflow : hidden;
}

.list_4 li a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #ffffff; /*リスト内の文字色*/
text-decoration : none;
-webkit-box-sizing : border-box;
}

.list_4 li.no:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #4d4d4d;
background: #1a1a1a;
text-decoration : none;
-webkit-box-sizing : border-box;
}


.list_4 li:last-child {
border-bottom : none;
}

.list_4 li a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 3px #ffffff; /*右端　>　の色*/
border-right : solid 3px #a85be4; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}

/* ■■■■ メニューリスト中１段 ■■■■ */
.top_navi_1 ul {
margin-top : auto;
margin-left : 7px;
margin-bottom : auto;
margin-right : auto;
padding-right : auto;
min-width : auto;
max-width : auto;
}

.top_navi_1 ul li {
border: 1px solid #000;
border-right: 1px solid #353535;
border-bottom: 1px solid #353535;
border-right : none;
float : left;
list-style : none;
width : 96%;
text-align : center;
background: #1f1f1f;
box-shadow : 2px 2px 3px rgba(50,50,50,1), 0px 1px 1px rgba(255,255,255,1) inset, 0px 0px 1px rgba(0,0,0,0.5) inset;
}

.top_navi_1 ul li a{
font-size:12px;
width : auto;
height : 100%;
display : block;
padding : 10px 2px 8px 2px;
color : #ffffff;
text-decoration : none;
}

.top_navi_1 ul li:first-child{
border-top-left-radius : 8px;
border-bottom-left-radius : 8px;
}

.top_navi_1 ul li:last-child{
border: 1px solid #000;
border-right: 1px solid #353535;
border-bottom: 1px solid #353535;
border-top-right-radius : 8px;
border-bottom-right-radius : 8px;
}

/* ■■■■ メニューリスト中３段 ■■■■ */
.top_navi_3 ul {
margin-top : auto;
margin-left : 7px;
margin-bottom : auto;
margin-right : auto;
padding-right : auto;
min-width : auto;
max-width : auto;
}

.top_navi_3 ul li {
border: 1px solid #000;
border-right: 1px solid #353535;
border-bottom: 1px solid #353535;
border-right : none;
float : left;
list-style : none;
width : 32%;
text-align : center;
background: #1f1f1f;
box-shadow : 2px 2px 3px rgba(50,50,50,1), 0px 1px 1px rgba(255,255,255,1) inset, 0px 0px 1px rgba(0,0,0,0.5) inset;
}

.top_navi_3 ul li a{
font-size:12px;
width : auto;
height : 100%;
display : block;
padding : 10px 2px 8px 2px;
color : #ffffff;
text-decoration : none;
}

.top_navi_3 ul li:first-child{
border-top-left-radius : 8px;
border-bottom-left-radius : 8px;
}

.top_navi_3 ul li:last-child{
border: 1px solid #000;
border-right: 1px solid #353535;
border-bottom: 1px solid #353535;
border-top-right-radius : 8px;
border-bottom-right-radius : 8px;
}

.top_navi_3 .nolink{
font-size:12px;
display : block;
padding : 10px 2px 8px 2px;
color : #4d4d4d;
background: #1a1a1a;
text-decoration : none;
}

/* ■■■■ プレミアム鑑定 ■■■■ */
.pure{
background-color : #1f1166; /*枠内の背景色*/
border-radius : 10px;
border : solid 2px #2766e5; /*一番外の枠色*/
margin-left : auto;
margin-right : auto;
width : 95%;
}

.list_pure {
background-color : #1f1166; /*枠内の背景色*/
border-top : solid 2px #2766e5; /*一番外の枠色*/
border-bottom : solid 2px #2766e5; /*一番外の枠色*/
margin-left : auto;
margin-right : auto;
width : 98%;
list-style : none;
}

.list_pure li {
position : relative;
border-bottom : solid 2px #2766e5; /*リスト内の区切り線の色*/
height : auto;
font-size: 17px;
overflow : hidden;
}

.list_pure li a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
height : 100%;
padding : 10px;
color : #ffffff; /*リスト内の文字色*/
text-decoration : none;
-webkit-box-sizing : border-box;
}

.list_pure li.no:not(.noListLink) {
position : relative;
display : block;
width : 100%;
height : 100%;
padding : 10px;
color : #ffffff; /*リスト内の文字色*/
text-decoration : none;
-webkit-box-sizing : border-box;
}


.list_pure li:last-child {
border-bottom : none;
}

.list_pure li a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 2px #ffffff; /*右端　>　の色*/
border-right : solid 2px #2766e5; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}

/* ■■■■ ボックス全体 ■■■■ */
.mbox {
background: #190a00;
border-radius : 5px;
-webkit-border-radius : 5px;
border: 2px solid #353535;
border-right: 2px solid #666666;
border-bottom: 2px solid #666666;
margin-left : auto;
margin-right : auto;
width : 95%;
list-style : none;
}

.mbox a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
height : 100%;
padding : 10px;
text-decoration : none;
-webkit-box-sizing : border-box;
}

.mbox a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 3px #979797; /*右端　>　の色*/
border-right : solid 3px #979797; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}

/* ■■■■ （ボタン赤） ■■■■ */
.advice_button_red {
margin-right : auto;
margin-left : auto;
margin-top : 5px;
margin-bottom : 10px;
height : auto;
width : 80%;
height : auto;
text-align : center;
border-radius : 8px;
-webkit-border-radius : 8px;
   border-top: 1px solid : #696969;
background: rgb(255,93,177); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,93,177,1)), color-stop(100%,rgba(239,1,124,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* Chrome10+,Safari5.1+ */
}

.advice_button_red a {
padding : 5px 5px 8px 5px;
font-size : 22px;
font-weight : bold;
letter-spacing : 2px;
color : #eeeeee;
text-decoration : none;
display : block;
text-shadow : -1px -1px 1px #696969, 1px 1px 1px #000000;
}

.advice_button_red span{
padding : 5px 5px 5px 5px;
line-height : 14px;
font-size : 15px;
font-weight : bold;
letter-spacing : 1px;
text-shadow : -1px -1px 1px #696969, 1px 1px 1px #000000;
}

/* ■■■■ （ボタン青） ■■■■ */
.advice_button_blue {
margin-right : auto;
margin-left : auto;
margin-top : 5px;
margin-bottom : 10px;
height : auto;
width : 80%;
height : auto;
text-align : center;
border-radius : 8px;
-webkit-border-radius : 8px;
   border-top: 1px solid : #696969;
background: rgb(135,224,253); /* Old browsers */
background: -moz-linear-gradient(top, rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(5,171,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Chrome10+,Safari5.1+ */
}

.advice_button_blue a {
padding : 5px 5px 8px 5px;
font-size : 22px;
font-weight : bold;
letter-spacing : 2px;
color : #eeeeee;
text-decoration : none;
display : block;
text-shadow : -1px -1px 1px #696969, 1px 1px 1px #000000;
}

.advice_button_blue span{
padding : 5px 5px 5px 5px;
line-height : 14px;
font-size : 15px;
font-weight : bold;
letter-spacing : 1px;
text-shadow : -1px -1px 1px #696969, 1px 1px 1px #000000;
}

/* ■■■■ （ボタン緑） ■■■■ */
.advice_button_green {
margin-right : auto;
margin-left : auto;
margin-top : 5px;
margin-bottom : 10px;
height : auto;
width : 80%;
height : auto;
text-align : center;
border-radius : 8px;
-webkit-border-radius : 8px;
   border-top: 1px solid : #696969;
background: rgb(205,235,142); /* Old browsers */
background: -moz-linear-gradient(top, rgba(205,235,142,1) 0%, rgba(165,201,86,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,235,142,1)), color-stop(100%,rgba(165,201,86,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%); /* Chrome10+,Safari5.1+ */
}

.advice_button_green a {
padding : 5px 5px 8px 5px;
font-size : 22px;
font-weight : bold;
letter-spacing : 2px;
color : #eeeeee;
text-decoration : none;
display : block;
text-shadow : -1px -1px 1px #696969, 1px 1px 1px #000000;
}

.advice_button_green span{
padding : 5px 5px 5px 5px;
line-height : 14px;
font-size : 15px;
font-weight : bold;
letter-spacing : 1px;
text-shadow : -1px -1px 1px #696969, 1px 1px 1px #000000;
}

/* ■■■■ （ボタン紫） ■■■■ */
.advice_button_purple {
margin-right : auto;
margin-left : auto;
margin-top : 5px;
margin-bottom : 10px;
height : auto;
width : 80%;
height : auto;
text-align : center;
border-radius : 8px;
-webkit-border-radius : 8px;
   border-top: 1px solid : #696969;
background: rgb(229,112,231); /* Old browsers */
background: -moz-linear-gradient(top, rgba(229,112,231,1) 0%, rgba(200,94,199,1) 47%, rgba(168,73,163,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,112,231,1)), color-stop(47%,rgba(200,94,199,1)), color-stop(100%,rgba(168,73,163,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(229,112,231,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%); /* Chrome10+,Safari5.1+ */
}

.advice_button_purple a {
padding : 5px 5px 8px 5px;
font-size : 22px;
font-weight : bold;
letter-spacing : 2px;
color : #eeeeee;
text-decoration : none;
display : block;
text-shadow : -1px -1px 1px #696969, 1px 1px 1px #000000;
}

.advice_button_purple span{
padding : 5px 5px 5px 5px;
line-height : 14px;
font-size : 15px;
font-weight : bold;
letter-spacing : 1px;
text-shadow : -1px -1px 1px #696969, 1px 1px 1px #000000;
}

/* ■■■■ リスト赤 ■■■■ */
.situ_1 {
background-color : #000000; /*枠内の背景色*/
border-radius : 10px;
border : solid 2px #E5146E; /*一番外の枠色*/
margin-left : auto;
margin-right : auto;
width : 95%;
list-style : none;
}

.situ_1 li {
position : relative;
border-bottom : solid 1px #E5146E; /*リスト内の区切り線の色*/
height : auto;
font-size: 14px;
overflow : hidden;
}

.situ_1 li a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #ffffff; /*リスト内の文字色*/
text-decoration : none;
-webkit-box-sizing : border-box;
}

.situ_1 li.no:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #4d4d4d;
background: #1a1a1a;
text-decoration : none;
-webkit-box-sizing : border-box;
}


.situ_1 li:last-child {
border-bottom : none;
}

.situ_1 li a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 3px #ffffff; /*右端　>　の色*/
border-right : solid 3px #E5146E; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}

/* ■■■■ リスト緑 ■■■■ */
.situ_2 {
background-color : #000000; /*枠内の背景色*/
border-radius : 10px;
border : solid 2px #1FA75B; /*一番外の枠色*/
margin-left : auto;
margin-right : auto;
width : 95%;
list-style : none;
}

.situ_2 li {
position : relative;
border-bottom : solid 1px #1FA75B; /*リスト内の区切り線の色*/
height : auto;
font-size: 14px;
overflow : hidden;
}

.situ_2 li a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #ffffff; /*リスト内の文字色*/
text-decoration : none;
-webkit-box-sizing : border-box;
}

.situ_2 li.no:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #4d4d4d;
background: #1a1a1a;
text-decoration : none;
-webkit-box-sizing : border-box;
}


.situ_2 li:last-child {
border-bottom : none;
}

.situ_2 li a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 3px #ffffff; /*右端　>　の色*/
border-right : solid 3px #1FA75B; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}

/* ■■■■ リスト紫 ■■■■ */
.situ_3 {
background-color : #000000; /*枠内の背景色*/
border-radius : 10px;
border : solid 2px #a85be4; /*一番外の枠色*/
margin-left : auto;
margin-right : auto;
width : 95%;
list-style : none;
}

.situ_3 li {
position : relative;
border-bottom : solid 1px #a85be4; /*リスト内の区切り線の色*/
height : auto;
font-size: 14px;
overflow : hidden;
}

.situ_3 li a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #ffffff; /*リスト内の文字色*/
text-decoration : none;
-webkit-box-sizing : border-box;
}

.situ_3 li.no:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #4d4d4d;
background: #1a1a1a;
text-decoration : none;
-webkit-box-sizing : border-box;
}


.situ_3 li:last-child {
border-bottom : none;
}

.situ_3 li a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 3px #ffffff; /*右端　>　の色*/
border-right : solid 3px #a85be4; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}

/* ■■■■ リスト赤 ■■■■ */
.situ_4 {
background-color : #000000; /*枠内の背景色*/
border-radius : 10px;
border : solid 2px #E5146E; /*一番外の枠色*/
margin-left : auto;
margin-right : auto;
width : 95%;
list-style : none;
}

.situ_4 li {
position : relative;
border-bottom : solid 1px #E5146E; /*リスト内の区切り線の色*/
height : auto;
font-size: 14px;
overflow : hidden;
}

.situ_4 li a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #ffffff; /*リスト内の文字色*/
text-decoration : none;
-webkit-box-sizing : border-box;
}

.situ_4 li.no:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #4d4d4d;
background: #1a1a1a;
text-decoration : none;
-webkit-box-sizing : border-box;
}


.situ_4 li:last-child {
border-bottom : none;
}

.situ_4 li a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 3px #ffffff; /*右端　>　の色*/
border-right : solid 3px #E5146E; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}

/* ■■■■ リスト緑 ■■■■ */
.situ_5 {
background-color : #000000; /*枠内の背景色*/
border-radius : 10px;
border : solid 2px #1FA75B; /*一番外の枠色*/
margin-left : auto;
margin-right : auto;
width : 95%;
list-style : none;
}

.situ_5 li {
position : relative;
border-bottom : solid 1px #1FA75B; /*リスト内の区切り線の色*/
height : auto;
font-size: 14px;
overflow : hidden;
}

.situ_5 li a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #ffffff; /*リスト内の文字色*/
text-decoration : none;
-webkit-box-sizing : border-box;
}

.situ_5 li.no:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #4d4d4d;
background: #1a1a1a;
text-decoration : none;
-webkit-box-sizing : border-box;
}


.situ_5 li:last-child {
border-bottom : none;
}

.situ_5 li a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 3px #ffffff; /*右端　>　の色*/
border-right : solid 3px #1FA75B; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}



/* ■■■■ リスト紫 ■■■■ */
.situ_6 {
background-color : #000000; /*枠内の背景色*/
border-radius : 10px;
border : solid 2px #a85be4; /*一番外の枠色*/
margin-left : auto;
margin-right : auto;
width : 95%;
list-style : none;
}

.situ_6 li {
position : relative;
border-bottom : solid 1px #a85be4; /*リスト内の区切り線の色*/
height : auto;
font-size: 14px;
overflow : hidden;
}

.situ_6 li a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #ffffff; /*リスト内の文字色*/
text-decoration : none;
-webkit-box-sizing : border-box;
}

.situ_6 li.no:not(.noListLink) {
position : relative;
display : block;
width : 100%;
padding : 10px;
color : #4d4d4d;
background: #1a1a1a;
text-decoration : none;
-webkit-box-sizing : border-box;
}


.situ_6 li:last-child {
border-bottom : none;
}

.situ_6 li a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 3px #ffffff; /*右端　>　の色*/
border-right : solid 3px #a85be4; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}
