﻿@charset "UTF-8";
/* CSS Document */

.fs-l-page{
    font-family: 'Noto Serif JP', serif;
}

.efla_main_img{
width:1200px;
margin: 0 auto 50px;
text-align: center;
}

.efla_top_img{
width:1200px;
margin: 0 auto 50px;

}

.efla_top_title{
font-size:24px;
text-align: center;
}

.efla_top_text{
font-size:18px;
text-align: center;
}

.efla_top_img_l, .efla_top_img_r {
    display: inline-block;
    width: calc(100%/2 - 5px);
    padding: 10px 30px;
    vertical-align: middle;
}

.efla_newitem ul li {
    display: block;
    float: left;
    background: #ffffff;
    padding: 10px;
    width: 24.4%;
    margin: 0 5px 5px -0px;
    line-height: 1.5;
    font-size: 100%;
    text-align: center;
    height: 500px;
}


.efla_newitem a {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}

.efla_newitem ul li img {
    width: 280px;
}

#s_carousel_banner img {
    width: 1200px;
}

.efla_img_list {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

.efla_img_list li{
    margin: auto 20px;
}

.efla_item_list{
    display: flex;
    justify-content: flex-start;
    text-align: center;
    font-size: 12px;
    flex-wrap: wrap;
}

.efla_item_box{
    width: 24%;
    margin: 0 10px 50px 0;
}

.top_efla_primary {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0 90px;
}


.top_efla_title {
    position: relative;
    text-align: center;
    font-family: "Times New Roman", "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG 明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Times, "serif";
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-bottom: 20px;
}

.top_efla_title::before {
    content: '';
    display: block;
    border-bottom: 1px solid #333;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.top_efla_title span {
    background-color: #FFF;
    display: inline-block;
    z-index: 2;
    padding: 0 5%;
    font-size: 28px;
}

.efla_top_concept{
    text-align: center;
    margin: 0 auto 50px;
}