@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,400);
@import url(/css/enfold/usr/operation/sp/font/font.css);

body {
    text-align: left;
    font-family: Roboto;
    letter-spacing: 0px;
    color: #333333;
    font-size: 24px;
    padding: 0 4.73%;
}

img {
    width: -webkit-fill-available;
}

h2 {
    text-align: center;
    font-weight: 500;
    margin-top: 100px;
    margin-bottom: 135px;
}

h3 {
    text-align: left;
    font-weight: 500;
    padding: 3%;
    font-size: 30px;
    border-top: solid 1px;
    border-bottom: solid 1px #000;
    border-left: solid 1px;
    border-right: solid 1px;
} 

h3.enf-toggle-trigger:before {
    content: "□";
}

h3.enf-toggle-trigger.is-open:before {
    content: "■";
}

.enf-toggle-content {
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
}

.enf-toggle-trigger.is-open {
    margin: 25px 0 0;
}