@charset "utf-8";

/*
Theme Name: asano
*/

html {
    color: #333;
    height: 100%;
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
}

.all_wrap {
    overflow: hidden;
    width: 100%;
}


/* 書体 */

body {
    font-family: 'Noto Sans JP', sans-serif;
}

h1,
h2 {
    font-family: 'Josefin Sans', sans-serif;
}


/*デバイス毎の出し分け-------------------------------------*/

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}


/*パーツ毎-----------------------------------------------*/

.inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
}

.inner h2 {
    font-size: 30px;
    margin-bottom: 50px;
    position: relative;
}

h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 60px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #E66700;
    /*線の色*/
}

p {
    font-size: 18px;
}

img {
    width: 100%;
    overflow: hidden;
}

a {
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: center;
}

#news {
    background: none;
}

#news_page {
    background: none;
}

.news_wrap {
    margin: 0 auto;
    background: none;
}

.inner h2 {
    font-size: 30px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.article_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 61.1%;
    margin-left: 19%;
    padding-top: 100px;
}

.inner th,
.inner td {
    font-size: 18px;
}

.news-img a {
    color: #000;
}

.news_content {
    display: flex;
    flex-direction: column;
}

#news article {
    width: 31.2%;
    transition: 0.7s;
    opacity: 1;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

#news_page article {
    width: 31.2%;
    transition: 0.7s;
    opacity: 1;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.article_hover {
    transform: scale(1.05);
}

#news article:nth-last-child(1) {
    margin-right: 0;
}

.article_img {
    width: 100%;
    height: 208px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    transition: 0.5s;
}

.article_img_wrap {
    width: 100%;
    height: 350px;
}

.article_text {
    margin: 14px 0;
    color: #000;
    padding-left: 15px;
}

.article_text small {
    font-size: 1.2rem;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    display: block;
    margin-bottom: 9.9px;
}

.article_text p {
    font-size: 1.4rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}

.article_all {
    margin-left: auto;
    display: flex;
    align-items: center;
    color: #000;
}

#news .section_title h2 {
    color: #000;
}

#news_page .section_title h2 {
    color: #000;
}

.more_news {
    width: 240px;
    height: 55px;
    background-image: url(images/more.png);
    background-size: cover;
    margin: 54px auto 157px;
}

#single_page {
    padding: 100px 16.6% 100px;
    background: none;
    background-color: none;
    z-index: 1;
}

.pnavi {
    width: 60%;
    height: 30px;
    margin: 50px auto;
    text-align: center;
    font-size: 20px;
}

.pnavi a {
    color: #003A1D;
    text-decoration: none;
    width: auto;
    margin: 0 10px;
}

#single_page .dv_h {
    z-index: 1;
}

.single_page_wrap {
    max-width: 1440px;
    margin: 0 auto;
    background-color: none;
    z-index: 0;
}

.single_img {
    background: url(images/article_test.png)center no-repeat;
    background-size: cover;
    height: 400px;
    z-index: 100;
}

.single_title {
    margin: 50px 5% 25px 5%;
    z-index: 102;
}

.single_title h2 {
    border: none;
    font-size: 2.5rem;
    padding-left: 15px;
    color: #003A1D;
    z-index: 102;
}

.single_title small {
    font-size: 1.4rem;
    font-family: Trebuchet MS;
    display: block;
    margin-bottom: 10px;
    color: #003A1D;
    z-index: 102;
}

.single_content p {
    font-size: 1.4rem;
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    color: #000;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: normal;
    margin-left: 7%;
    z-index: 102;
}

.back_btn {
    width: 100px;
    margin: 100px auto 0;
    font-family: Trebuchet MS;
    text-align: center;
}

.back_btn a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    font-size: 14px;
}

.back_btn1 {
    width: 100px;
    margin: 50px auto 50px;
    font-family: Trebuchet MS;
    text-align: center;
}

.back_btn1 a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    font-size: 14px;
}


/*news*/

.up_slow_item {
    opacity: 0;
    transform: translateY(30px);
}

.up_item {
    opacity: 0;
    transform: translateY(30px);
}

.up_action {
    animation: up_action 1s;
    transform: translateY(0);
    opacity: 1;
}

@keyframes up_action {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.right_item {
    opacity: 0;
    transform: translateX(30px);
}

.right_action {
    animation: right_action 1s;
    transform: translateX(0);
    opacity: 1;
}

@keyframes right_action {
    0% {
        transform: translateX(30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.left_slow_item {
    opacity: 0;
    transform: translateX(-30px);
}

.left_item {
    opacity: 0;
    transform: translateX(-30px);
}

.left_action {
    animation: left_action 1s;
    transform: translateX(0);
    opacity: 1!important;
}

@keyframes left_action {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.about_slide {
    height: 100%;
    width: 100%;
    background: #e2e2e2;
    z-index: 10;
}

.img_slide {
    animation: img_slide 0.9s;
    transform: translateX(100%);
}

@keyframes img_slide {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translateX(100%);
    }
}

.bg-slider h1 {
    font-size: 140px;
}


/*pc header------------------------------------------------*/

#h-menu #navi {
    transition: all .6s;
    overflow-y: auto;
    padding: 200px 0 0 100px;
    width: 300px;
    height: 100vh;
    z-index: 200;
    top: 0;
    left: -100vw;
    background-color: #000000;
    position: fixed;
}

#h-menu #navi a {
    color: #707070;
    font-size: 20px;
    padding-bottom: 50px;
}

#h-menu .nav_btn {
    width: 44px;
    height: 44px;
    z-index: 300;
    top: 50px;
    left: 100px;
    cursor: pointer;
    position: fixed;
    background-color: #333333;
    border-radius: 50%;
    transition: .2s;
}

#h-menu #nav_btn:hover {
    opacity: .8;
}

.hamburger_line {
    transition: all .6s;
    width: 15px;
    height: 2px;
    left: 15px;
    background-color: #707070;
    position: absolute;
}

.hamburger_line1 {
    top: 15px;
}

.hamburger_line2 {
    top: 21px;
}

.hamburger_line3 {
    top: 27px;
}

.nav_bg {
    opacity: 0;
    transition: all .6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
    position: fixed;
}


/* 表示された時用のCSS */

.nav_open #h-menu #navi {
    left: 0;
}

.nav_open .nav_bg {
    opacity: .8;
    visibility: visible;
}

.nav_open .hamburger_line1 {
    transform: rotate(45deg);
    top: 20px;
}

.nav_open .hamburger_line2 {
    width: 0;
    left: 50%;
}

.nav_open .hamburger_line3 {
    transform: rotate(-45deg);
    top: 20px;
}


/*pc main------------------------------------------------*/

main {
    width: 100vw;
    height: 100vh;
    background: center/cover;
    position: relative;
}

h1 {
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 34px;
    right: 56px;
    letter-spacing: 1.5rem;
}

main span {
    font-size: 36px;
    position: absolute;
    bottom: 17px;
    right: 58px;
    color: #fff;
    letter-spacing: 2.4rem;
}

.scroll-bar {
    width: 16px;
    position: absolute;
    left: 100px;
    bottom: 0;
}


/*pc news------------------------------------------------*/

.news-wrap {
    position: relative;
}

article {
    text-align: left;
    margin: 15px;
}

.news-img {
    width: 334px;
    height: 170px;
    overflow: hidden;
}

.news-img img {
    height: 200px;
}

.news-detail {
    width: 334px;
    height: 120px;
    padding: 10px 5px;
    box-shadow: 0 3px 6px lightgray;
}

.news-detail a {
    color: #000;
}

.date {
    font-size: 14px;
}

.category {
    margin-left: 10px;
    background-color: #E66700;
    color: #fff;
    font-size: 14px;
    padding: 0pxs;
	line-height:24px;
			width:150px;
}

.news-text {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 20px;
    color: #333;
    text-align: left;
	    background-color: none;


}
.news-text a{
		    background-color: #E66700;
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}
.more-btn {
    width: 200px;
    margin: 50px 0 0 427px;
}

.prev-arrow {
    position: absolute;
    top: 100px;
    left: -100px;
    width: 50px;
    background-image: url(images/btn-prev.png);
    background-size: 100%;
    height: 50px;
}

.next-arrow {
    position: absolute;
    top: 100px;
    right: -100px;
    width: 50px;
    background-image: url(images/btn-next.png);
    background-size: 100%;
    height: 50px;
}

.left_slow_item {
    opacity: 0;
    transform: translateX(-30px);
}

.left_item {
    opacity: 0;
    transform: translateX(-30px);
}

.left_action {
    animation: left_action 1s;
    transform: translateX(0);
    opacity: 1!important;
}

@keyframes left_action {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


/*pc results------------------------------------------------*/

.results {
    display: flex;
    justify-content: flex-end;
    background-image: url(images/bk-results.jpg);
    padding: 50px 0;
}

.results-wrap {
    width: 66%;
    padding: 50px 10px 50px 50px;
    background-color: #FFFFFF;
}

.results h2 {
    margin-left: 16%;
    padding-left: 3%;
    text-align: left;
}

.results h2::after {
    margin-left: 0;
}

.results table {
    font-size: 18px;
    margin-top: 30px;
}

.results table th {
    text-align: left;
    line-height: 1.7;
}

.results table th span {
    margin-right: 10px;
    color: #E66700;
}

.results table td {
    padding: 0 0 30px 15px;
    line-height: 1.7;
}


/*pc profile------------------------------------------------*/

.profile-wrap {
    position: relative;
    margin-top: 30px;
}

.profile-name {
    width: 200px;
    position: absolute;
    top: 300px;
    right: -100px;
}

.profile-detail {
    width: 340px;
    background-color: #333;
    position: absolute;
    top: 580px;
    left: -100px;
    padding: 30px 20px 0;
}

.profile-detail table {
    color: #FFFFFF;
    font-size: 18px;
    text-align: left;
}

.profile-detail table td {
    padding: 0 0 30px 20px;
}

.profile-text {
    font-size: 18px;
    padding: 30px 20px 30px 280px;
    text-align: left;
    line-height: 1.7;
}


/*pc sponsors------------------------------------------------*/

.sponsors-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sponsor-img {
    height: 50px;
    padding: 0 15px;
    margin: 20px 0;
}


/*pc contact------------------------------------------------*/

.contact {
    background-color: #F7F7F7;
}

.contact-head {
    padding-bottom: 30px;
}

.contact form {
    background-color: #fff;
    padding: 30px 0;
}

.contact table {
    font-size: 1.8rem;
    text-align: left;
    margin: 0 auto;
    width: 90%;
}

.contact table th,
.contact table td {
    padding: 30px 10px;
}

.contact th {
    color: #3B4043;
    width: 30%;
}

.contact td {
    width: 70%;
}

.contact input,
.contact textarea {
    width: 90%;
    padding: 15px;
    font-size: 1.8rem;
    border: 1px solid #154F77;
    background-color: #F1F1F1;
    margin-left: 5%;
}

.contact input::placeholder,
.contact textarea::placeholder {
    font-size: 1.8rem;
    color: #C9C9C9;
}

.required {
    background-color: #F79999;
    font-size: 14px;
    padding: 5px 10px;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px;
}

.inqury {
    display: table-cell;
    vertical-align: middle;
}

#formbtn {
    width: 250px;
    margin: 0 auto;
    padding: 0;
    margin-top: 30px;
    transition: .2s;
    border: none;
    background-color: #FFE2AD;
}

.contact .submit:hover {
    opacity: 0.8;
}


/*pc footer------------------------------------------------*/

footer {
    background-color: #333333;
    color: #fff;
    height: 70px;
    text-align: center;
    font-size: 16px;
}

footer small {
    line-height: 70px;
}


/*=====================================================
PC 幅少 〜 tablet
======================================================*/

@media screen and (max-width:1200px) {
    .pc-only {
        display: none !important;
    }
    .prev-arrow {
        left: 0;
        z-index: 2;
    }
    .next-arrow {
        right: 0;
        z-index: 2;
    }
    .profile-name {
        right: 0;
    }
    .profile-detail {
        left: 0;
    }
}


/*=====================================================
sp
======================================================*/

@media screen and (max-width:480px) {
    /*デバイス毎の出し分け------------------------------------*/
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    /*パーツ毎----------------------------------------------*/
    .inner {
        width: 90%;
        padding: 50px 0;
    }
    h2 {
        font-size: 30px;
        padding-bottom: 20px;
        line-height: 1.5;
    }
    h2::after {
        bottom: 5px;
    }
    h3 {
        font-size: 18px;
        line-height: 1.5;
    }
	
    p {
        font-size: 14px;
        line-height: 1.5;
    }
    .bg-slider h1 {
        font-size: 60px;
    }
    /*sp header------------------------------------------------*/
    #h-menu .nav_btn {
        top: 20px;
        left: 20px;
    }
    /*sp main------------------------------------------------*/
    h1 {
        left: 3%;
        font-size: 60px;
        bottom: 62px;
    }
    main span {
        font-size: 15px;
        left: 3%;
        letter-spacing: .8rem;
        bottom: 50px;
    }
    /*sp news------------------------------------------------*/
    .news .inner {
        width: 100%;
    }
	.news-text a{
		    background-color: #E66700;
	color:#fff;
		font-size:15px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
}
    .prev-arrow {
        left: 3%;
        z-index: 2;
    }
    .next-arrow {
        right: 3%;
        z-index: 2;
    }
    .more-btn {
        width: 70%;
        margin: 30px 0 10px 20%;
    }
    .news-img {
        width: 100%;
        height: 100%;
    }
    .news-detail {
        width: 100%;
    }
    .news-text {
        font-size: 1.4rem;
    }
    #news_page article {
        width: 100%;
        margin-left: 16%;
    }
    #news_page .article_wrap {
        flex-direction: column;
    }
    /*sp results------------------------------------------------*/
    .results {
        background-image: url(images/sp/bk-results.jpg);
        padding-top: 200px;
    }
    .results-wrap {
        width: 95%;
        padding: 30px 10px 30px 15px;
    }
    .results h2 {
        margin-left: 27%;
    }
    .results h2::after {
        left: 28%;
    }
    .results table {
        font-size: 14px;
    }
    .results table th,
    .results table td {
        display: block;
    }
    .results table td {
        padding-left: 43px;
        padding-bottom: 15px;
    }
    /*sp profile------------------------------------------------*/
    .profile-name {
        right: -4%;
        width: 35%;
        top: 280px;
    }
    .profile-detail {
        width: 90%;
        top: 420px;
        left: 5%;
        padding: 20px 30px 0;
    }
    .profile-text {
        padding: 190px 0 0 0;
        font-size: 14px;
        line-height: 1.9;
    }
    .profile table {
        font-size: 1.4rem;
    }
    .profile-detail table td {
        padding: 0 0 20px 30px;
    }
    /*sp sponsors------------------------------------------------*/
    .sponsor-img {
        width: 49%;
    }
    .pia {
        width: 35%;
        margin: 20px 6%;
    }
    .three-e {
        width: 30%;
        margin: 20px 10% 50px;
    }
    .goya-rentacar {
        width: 40%;
        margin: 10px 3%;
    }
    /*sp contact------------------------------------------------*/
    .contact table {
        font-size: 1.4rem;
    }
    .contact table th,
    .contact table td {
        display: block;
        width: 100%;
        padding: 10px;
    }
    .contact input,
    .contact textarea {
        width: 100%;
        font-size: 1.4rem;
        padding: 10px;
        margin: 0;
    }
    .contact input::placeholder,
    .contact textarea::placeholder {
        width: 60%;
        font-size: 1.4rem;
        padding: 10px;
    }
    .required {
        font-size: 1.3rem;
    }
    .contact .submit {
        width: 60%;
    }
    /*sp footer------------------------------------------------*/
    footer {
        height: 40px;
    }
    footer small {
        font-size: 1.2rem;
        line-height: 40px;
    }
}


/*=====================================================
極小 sp
======================================================*/

@media screen and (max-width:350px) {
    h1 {
        font-size: 4.5rem;
        bottom: 77px;
    }
    .profile-name {
        top: 230px;
    }
    .profile-detail {
        top: 350px;
    }
    .profile-text {
        padding-top: 200px;
    }
}


/*=====================================================
single-news
======================================================*/

.article-header h2 {
    padding-bottom: 0;
}

.article-header h2 a {
    color: #333333;
}

.article-header h2::after {
    display: none;
}

.article-single .inner {
    text-align: left;
}

.date span {
    position: static;
}

.article-title {
    padding: 30px 0 50px;
    font-size: 3rem;
}

.article-single-text {
    font-size: 1.6em;
    line-height: 1.7;
}

.more a {
    padding-top: 100px;
    color: #333;
    font-size: 2rem;
    padding-bottom: 30px;
}

@media screen and (max-width:480px) {
    .article-header .inner {
        padding: 10px 0;
    }
    .article-title {
        line-height: 1.5;
        font-size: 2rem;
        padding-bottom: 20px;
    }
    .article-single-text {
        font-size: 1.4rem;
    }
    .bg-slider h1 {
        font-size: 40px;
    }
}


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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

body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('images/ajax-loader.gif') center center no-repeat;
}


/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

footer {
    background-color: #333333;
    color: #fff;
    height: 70px;
    text-align: center;
    font-size: 16px;
}

footer small {
    line-height: 70px;
}