@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

a{
    color: #dc3c36;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

html {
    font-size: 10px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset
}

@media (-o-min-device-pixel-ratio:2/1),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx),
only screen and (-webkit-min-device-pixel-ratio:2) {
    html {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

body {
    font-family: Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
    color: #443311;
    padding: 0 2.4rem
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

@media (hover:hover) {
    a:hover {
        opacity: .7
    }
}

iframe,
img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

#container {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 14px;
    line-height: 1.42857
}

#container .top_logo {
    display: block;
    width: 154px;
    padding: 32px 0;
    margin: 0 auto
}

#container h1.mainvisual img {
    width: 100%
}

#container article {}

#container article section {
    padding-bottom: 48px
}

#container article section h2 {
    line-height: 1;
    background: #F6F5F4;
    font-size: 18px;
    font-weight: bold;
    padding: 24px 16px;
    margin-bottom: 40px
}

#container article section h2 + .listBlock {
    margin-top: 0
}

#container article section .listBlock {
    margin-top: 40px;
    padding: 0 16px
}

#container article section .listBlock h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24px
}

#container article section .listBlock ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#container article section .listBlock ul li.item {
    width: 48.55372%;
    border-bottom: #EAE7E2 solid 1px
}

#container article section .listBlock ul li.item:first-child,
#container article section .listBlock ul li.item:nth-child(2) {
    border-top: #EAE7E2 solid 1px
}

#container article section .listBlock ul li.item a.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 8px 0
}

#container article section .listBlock ul li.item a.link .img {
    display: block;
    width: 60px
}

#container article section .listBlock ul li.item a.link .img img {
    width: 100%
}

#container article section .listBlock ul li.item a.link .desc {
    display: block;
    margin-left: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#container article section .listBlock ul li.item a.link .desc .title {
    display: block
}

#container article section .listBlock ul li.item a.link .desc .corp {
    display: block;
    font-size: 12px;
    color: rgba(68, 51, 17, 0.6);
    margin-top: 8px
}

#container article section .listBlock ul li.item a.link .desc .corp.pr:before {
    content: 'PR';
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    border: #CFCABF solid 1px;
    border-radius: 2px;
    padding: 0 1px;
    margin-right: 8px;
    vertical-align: middle
}

@media (hover:hover) {
    #container article section .listBlock ul li.item a.link:hover {
        background: #F6F5F4;
        opacity: 1
    }
}

#container article #overview {
    padding: 40px 0
}

#container article #overview .lead {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8
}

#container article #topics a.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 340px;
    border: #DC3C36 solid 1px;
    border-radius: 8px;
    margin: 40px auto 0;
    color: #DC3C36;
    padding: 18px 9px;
    line-height: 1
}

@media (hover:hover) {
    #container article #topics a.btn:hover {
        background: #DC3C36;
        opacity: 1;
        color: #fff
    }
}

#container article #event .event_list {
    padding: 0 16px
}

#container article #event .event_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#container article #event .event_list ul li.item {
    width: 48.45361%;
    margin-top: 16px
}

#container article #event .event_list ul li.item:first-child,
#container article #event .event_list ul li.item:nth-child(2) {
    margin-top: 0
}

#container article #event .event_list ul li.item a.link {
    display: block
}

#container article #sponsor .sponsors {
    padding: 0 16px
}

#container article #sponsor .sponsors ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#container article #sponsor .sponsors ul li.item {
    width: 23.76033%;
    margin-top: 16px;
    padding: 24px
}

#container article #sponsor .sponsors ul li.item:first-child,
#container article #sponsor .sponsors ul li.item:nth-child(2),
#container article #sponsor .sponsors ul li.item:nth-child(3),
#container article #sponsor .sponsors ul li.item:nth-child(4) {
    margin-top: 0
}

@media (max-width:768px) {
    #container article #sponsor .sponsors ul li.item {
        width: 30.99174%;
        margin-top: 16px
    }

    #container article #sponsor .sponsors ul li.item:nth-child(4) {
        margin-top: 16px
    }
}

#container article #sponsor .sponsors ul li.item .logo {
    display: block
}

#container article #sponsor .sponsors ul li.item .logo img {
    width: 100%
}

#footer {
    padding: 0 2.4rem 80px;
    font-size: 14px
}

#footer .copyright {
    text-align: center
}

a.credit{
    color: #dc3c36;
}

a.credit:hover{
    color: #dc3c36;
}


/*present_pc*/

#overview {
    border-bottom: 3px solid #F6F5F4;;
}

#container #summary{
     width: 100%;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8
   
}

#container #summary p{
    margin-bottom: 30px;
}


#container #summary h2{
    background: none;
    font-weight: 700;
    line-height: 1.85;
    font-size: 26px;
    font-size: 2.2rem;
    margin-bottom: 0;
    padding: 40px 0; 
}

#container #summary h3{
    font-size: 2rem;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
    padding: 1rem 0;
    letter-spacing: .08rem;
    margin-bottom: 30px;
    border-bottom: 5px solid #f6f5f4;
    font-weight: bold;
}

#container #summary small{
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 5px;
    color: rgba(68,51,17,.6);
    margin: 10px auto 30px;
    text-align: center;
}

#container #summary h4{
    font-size: 1.8rem;
    border-bottom: solid .2rem #dc3c36;
    margin: 4rem 0;
    padding: 0 0 1.3rem;
    letter-spacing: .05rem;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#container #summary h5{
    font-size: 1.6rem;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .05rem;
    line-height: 1.6;
    margin: .8rem 0 3.2rem;
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}


#container #summary h5:before{
font-size: 1.6rem;
    margin: .5rem;
    content: "■";
    color: #cfcabf;
}    


#container #summary .episode{
    margin-bottom: 60px;
}


#container #summary .fusion-clearfix{
    margin-bottom: 40px;
}

#container #summary .fusion-clearfix:after{
  content: "";
  display: block;
  clear: both;
  zoom : 1;    
}

#container #summary .float-left{
    width: 48%;
    float: left;
}

#container #summary .float-left>a>img:hover{
    opacity: 0.7;
}


#container #summary .float-right{
    width: 48%;
    float: right;
}

#container #summary .float-left img{
transition: all .2s;
    border-style: none;
    margin: 0 0 3rem;
}

.photo-credit {
    margin-top: -2.5rem;
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
}

#container #summary .photo-credit img{
    margin: 0 .5rem 0 0;
    padding: 0;
    vertical-align: sub;
    width: 3rem;
    height: 3rem;
    display: inline;
}

#container #summary .photo-credit img:hover{
    opacity: 0.7;
}


#container #summary .photo-credit:before{
    content: "撮影";
    margin-right: .5rem;
    font-size: 13px;
    font-size: 1.3rem;
    color: #431;
}

#container #summary .photo-credit a:hover{
    opacity: 1.0;
}


#container #summary .photo-credit .rc-username {
    color: #431;
    text-decoration: underline;
}

.photo-credit a:after{
    content: "さん";
    font-size: 13px;
    font-size: 1.3rem;
    color: #431;
}

.quotation {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    color: #431;
    margin: 0 0 2rem;
    padding: 1.5rem;
    background: #f6f5f4;
    border: .1rem dotted #cfcabf;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
}

.quotation .quotation-username {
    text-align: right;
    color: rgba(68,51,17,.6);
    border-top: .1rem dotted #cfcabf;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 1rem .3rem 0 0;
    margin: 1.5rem 0 0;
    line-height: 1;
}

.quotation .quotation-username:before {
    content: "by : ";
}

h2.summary{
        line-height: 1;
    background: #F6F5F4;
    font-size: 18px;
    font-weight: bold;
    padding: 24px 16px;
    margin-bottom: 0px;

}




@media screen and (max-width: 680px) {
@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

html {
    font-size: 10px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset
}

@media (-o-min-device-pixel-ratio:2/1),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx),
only screen and (-webkit-min-device-pixel-ratio:2) {
    html {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

body {
    font-family: Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
    color: #443311
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

@media (hover:hover) {
    a:hover {
        opacity: .7
    }
}

iframe,
img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

#container {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 14px;
    line-height: 1.42857
}

#container .top_logo {
    display: block;
    width: 88px;
    padding: 16px 0;
    margin: 0 auto
}

#container h1.mainvisual img {
    width: 100%
}

#container article {}

#container article section {
    padding-bottom: 24px
}

#container article section h2 {
    line-height: 1;
    background: #F6F5F4;
    font-size: 18px;
    font-weight: bold;
    padding: 24px 1.6rem;
    margin-bottom: 16px
}

#container article section h2 + .listBlock {
    margin-top: 0
}

#container article section .listBlock {
    margin-top: 32px;
    padding: 0 1.6rem
}

#container article section .listBlock h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 16px
}

#container article section .listBlock ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#container article section .listBlock ul li.item {
    width: 100%;
    border-bottom: #EAE7E2 solid 1px
}

#container article section .listBlock ul li.item:first-child {
    border-top: #EAE7E2 solid 1px
}

@media (min-width:768px) {
    #container article section .listBlock ul li.item {
        width: 48.55372%;
        border-bottom: #EAE7E2 solid 1px
    }

    #container article section .listBlock ul li.item:first-child,
    #container article section .listBlock ul li.item:nth-child(2) {
        border-top: #EAE7E2 solid 1px
    }
}

#container article section .listBlock ul li.item a.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0
}

#container article section .listBlock ul li.item a.link .img {
    display: block;
    width: 60px
}

#container article section .listBlock ul li.item a.link .img img {
    width: 100%
}

#container article section .listBlock ul li.item a.link .desc {
    display: block;
    margin-left: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#container article section .listBlock ul li.item a.link .desc .title {
    display: block
}

#container article section .listBlock ul li.item a.link .desc .corp {
    display: block;
    font-size: 12px;
    color: rgba(68, 51, 17, 0.6);
    margin-top: 8px
}

#container article section .listBlock ul li.item a.link .desc .corp.pr:before {
    content: 'PR';
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    border: #CFCABF solid 1px;
    border-radius: 2px;
    padding: 0 1px;
    margin-right: 8px;
    vertical-align: middle
}

@media (hover:hover) {
    #container article section .listBlock ul li.item a.link:hover {
        background: #F6F5F4;
        opacity: 1
    }
}

#container article #overview {
    padding: 16px 1.6rem 24px
}

#container article #overview .lead {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8
}

#container article #topics a.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    border: #DC3C36 solid 1px;
    border-radius: 8px;
    margin: 24px 1.6rem 0;
    color: #DC3C36;
    padding: 18px 9px;
    line-height: 1
}

@media (hover:hover) {
    #container article #topics a.btn:hover {
        background: #DC3C36;
        opacity: 1;
        color: #fff
    }
}

#container article #event .event_list {
    padding: 0 1.6rem
}

#container article #event .event_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#container article #event .event_list ul li.item {
    width: 100%;
    margin-top: 16px
}

#container article #event .event_list ul li.item:first-child {
    margin-top: 0
}

#container article #event .event_list ul li.item a.link {
    display: block
}

@media (min-width:768px) {
    #container article #event .event_list ul li.item {
        width: 48.45361%;
        margin-top: 16px
    }

    #container article #event .event_list ul li.item:first-child,
    #container article #event .event_list ul li.item:nth-child(2) {
        margin-top: 0
    }
}

    
#container article #sponsor .sponsors {
    padding: 0 1.6rem
}

#container article #sponsor .sponsors ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#container article #sponsor .sponsors ul li.item {
    width: 47.52187%;
    margin-top: 16px;
    padding: 18px
}

#container article #sponsor .sponsors ul li.item:first-child,
#container article #sponsor .sponsors ul li.item:nth-child(2) {
    margin-top: 0
}

@media (min-width:768px) {
    #container article #sponsor .sponsors ul li.item {
        width: 30.99174%;
        margin-top: 16px
    }

    #container article #sponsor .sponsors ul li.item:nth-child(4) {
        margin-top: 16px
    }
}

@media (min-width:1024px) {
    #container article #sponsor .sponsors ul li.item {
        width: 23.76033%;
        margin-top: 16px
    }

    #container article #sponsor .sponsors ul li.item:first-child,
    #container article #sponsor .sponsors ul li.item:nth-child(2),
    #container article #sponsor .sponsors ul li.item:nth-child(3),
    #container article #sponsor .sponsors ul li.item:nth-child(4) {
        margin-top: 0
    }
}

#container article #sponsor .sponsors ul li.item .logo {
    display: block
}

#container article #sponsor .sponsors ul li.item .logo img {
    width: 100%
}
    
#footer {
    padding: 16px 1.6rem 80px;
    font-size: 14px
}

#footer .copyright {
    text-align: center
}


a.credit{
    color: #dc3c36;
}

a.credit:hover{
    color: #dc3c36;
}    
    
#event #mt16{    margin-top: 16px;
}

    #container article #sponsor .sponsors ul li.item:nth-child(4){margin-top: 0;}


    
    

/*present_sp*/

#container #summary{
    padding: 0 1.6rem;
}

#container #summary p{
    margin-bottom: 30px;
}


#container #summary h2{
}

#container #summary h3{
    background: none;
    font-size: 2rem;
    border-left: .3rem solid #dc3c36;
    padding: 0 0 0 1rem;
    letter-spacing: .04rem;    margin-bottom: 0;
    margin: 40px 0;
    border-bottom: none;
    border-radius: 0;
}

#container #summary small{
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 5px;
    color: rgba(68,51,17,.6);
    margin: 10px auto 30px;
    text-align: center;
}

#container #summary h4{
    font-size: 1.8rem;
    margin: 4rem 0 2rem;
    padding: 0;
    letter-spacing: .04rem;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#container #summary h5{
    font-size: 1.6rem;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .05rem;
    line-height: 1.6;
    margin: .8rem 0 3.2rem;
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}


#container #summary h5:before{
font-size: 1.6rem;
    margin: .5rem;
    content: "■";
    color: #cfcabf;
}    


#container #summary .episode{
    margin-bottom: 60px;
}


#container #summary .fusion-clearfix{
    margin-bottom: 40px;
}

#container #summary .fusion-clearfix:after{
  content: "";
  display: block;
  clear: both;
  zoom : 1;    
}

#container #summary .float-left{
    width: 100%;
    float: none;
}

#container #summary .float-left>a>img:hover{
    opacity: 0.7;
}


#container #summary .float-right{
    width: 100%;
    float: none;
}

#container #summary .float-left img{
transition: all .2s;
    border-style: none;
    margin: 0 0 3rem;
}

.photo-credit {
    margin-top: -2rem;
    margin-bottom: 2rem;
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
}

#container #summary .photo-credit img{
    margin: 0 .5rem 0 0;
    padding: 0;
    vertical-align: sub;
    width: 3rem;
    height: 3rem;
    display: inline;
}

#container #summary .photo-credit img:hover{
    opacity: 0.7;
}


#container #summary .photo-credit:before{
    content: "撮影";
    margin-right: .5rem;
    font-size: 13px;
    font-size: 1.3rem;
    color: #431;
}

#container #summary .photo-credit a:hover{
    opacity: 1.0;
}


#container #summary .photo-credit .rc-username {
    color: #431;
    text-decoration: underline;
}

.photo-credit a:after{
    content: "さん";
    font-size: 13px;
    font-size: 1.3rem;
    color: #431;
}

.quotation {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    color: #431;
    margin: 0 0 2rem;
    padding: 1.5rem;
    background: #f6f5f4;
    border: .1rem dotted #cfcabf;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
}

.quotation .quotation-username {
    text-align: right;
    color: rgba(68,51,17,.6);
    border-top: .1rem dotted #cfcabf;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 1rem .3rem 0 0;
    margin: 1.5rem 0 0;
    line-height: 1;
}

.quotation .quotation-username:before {
    content: "by : ";
}

h2.summary{
    line-height: 1;
    background: #F6F5F4;
    font-size: 18px;
    font-weight: bold;
    padding: 24px 1.6rem;
    margin-bottom: 16px
}
    
    
}