Commit 59ec926c by Orine Matsui

受講生の声を復活

parent 9fdf587a
......@@ -573,7 +573,8 @@ body {
}
}
.strategy .c-list3__box {
width: calc(100% - 160px);
/*width: calc(100% - 160px);*/
width: 100%;
background: #fff;
border: 1px solid #ebebeb;
border-radius: 25px;
......@@ -594,11 +595,11 @@ body {
width: 0;
height: 0;
border-style: solid;
border-width: 9px 0 9px 16px;
border-color: transparent transparent transparent #ebebeb;
border-width: 9px 16px 9px 0;
border-color: transparent #ebebeb transparent transparent;
position: absolute;
top: 50%;
right: -16px;
left: -16px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
......@@ -612,11 +613,11 @@ body {
width: 0;
height: 0;
border-style: solid;
border-width: 8px 0 8px 13px;
border-color: transparent transparent transparent #ffffff;
border-width: 8px 13px 8px 0;
border-color: transparent #ffffff transparent transparent;
position: absolute;
top: 50%;
right: -13px;
left: -13px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
z-index: 2;
......@@ -704,6 +705,7 @@ body {
}
}
.strategy .c-list3__avt {
display: none;
width: 120px;
border-radius: 50%;
border: 1px solid #ebebeb;
......@@ -1280,9 +1282,7 @@ body {
font-size: 10px;
}
}
.strategy5 {
display: none;
}
.strategy6 {
background-color: #203B54;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment