@charset "UTF-8";
/* CSS Document */
html {
    height: 100%;
}

body {
    font-family: 'Abel', sans-serif;
    background-color: #f4f4f4;
    height: 100%;
    font-weight: 300;
}

#wrap {
    position: relative;
    min-height: 100%;
}

.area_inner {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#wrap_head {
    height: 100px;
    display: block;
    position: relative;
}

#wrap_head h1 {
    display: inline-block;
    position: absolute;
    bottom: 25px;
    left: 20px;
}

/* header */
#header {
    height: 185px;
    background: url(../images/main_navi_bg.png) no-repeat center bottom;
}

.gnb_list {
    display: inline-block;
    position: absolute;
    bottom: 25px;
    right: 5px;
}

.gnb_list li {
    float: left;
    padding-left: 20px;
}

.gnb_list li a {
    font-size: 15px;
    color: #44ad88;
}

.gnb_list li a:hover {
    text-decoration: underline;
}

.gnb_list li:first-of-type {
    padding-left: 0;
}

.lnb_list {
    position: relative;
}

.lnb_list > li {
    float: left;
    line-height: 60px;
    margin-left: 38px;
    position: relative;
    display: inline-block;
}

.lnb_list > li:first-of-type {
    margin-left: 15px;
}

.lnb_list > li, .lnb_list > li > a {
    font-size: 16px;
    color: #222222;
    cursor: pointer;
}

.lnb_list > li > a:hover {
    color: #44ad88;
}

.snb {
    opacity: 0;
    display: none;
    position: absolute;
    min-width: 70px;
    max-width: 200px;
    min-height: 20px;
    padding: 20px 20px;
    background: #ffffff;
    opacity: 0.8 !important;
    border: 1px solid #61b899;
    z-index: 9999;
    text-align: center;
    word-break: keep-all;
    top: 52px;
    left: 50%;
}

.snb:after {
    content: url(../images/snb_arrow.png);
    position: absolute;
    left: 50%;
    top: -35px;
    margin-left: -7px;
}

.snb li {
    padding-top: 12px;
}

.snb li:first-child {
    padding-top: 0;
}

.snb li, .snb li a {
    font-size: 13px;
    color: #222222;
    line-height: 1.2;
}

.snb li a:hover {
    color: #44ad88;
    text-decoration: underline;
}

/* contents */
#contents {
    padding-top: 10px;
    padding-bottom: 150px;
    display: block;
    min-height: 100%;
}

#main_visual h2, #main_sublink h2 {
    display: none;
}

.area_grid {
    display: inline-block;
    float: left;
}

.grid02, .grid03 {
    margin-left: 15px;
}

.grid02 {
    display: inline-block;
    width: 367px;
}

.grid03 {
    display: inline-block;
    width: 236px;
}

.grid04 {
    clear: both;
    margin-top: 30px;
}

h2 {
    font-size: 18px;
    color: #222222;
}

#main_new.bg_box {
    height: 188px;
}

.bg_box {
    position: relative;
    background-color: #ffffff;
    display: block;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
}

.more_btn {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 22px;
}

.more_btn i {
    color: #cccccc;
    font-size: 22px;
}

.more_btn i:hover {
    color: #44ad88;
}

.new_list li {
    margin-top: 13px;
}

.new_list li:first-of-type {
    margin-top: 18px;
}

.new_list li a:hover span {
    color: #44ad88;
    text-decoration: underline;
}

.new_list li span {
    display: inline-block;
    float: left;
    width: 80%;
    font-family: 'Abel', sans-serif;
    font-size: 13px;
    color: #444444;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    line-height: 1.2;
}

.new_list li em {
    display: inline-block;
    float: left;
    width: 20%;
    text-align: right;
    font-size: 13px;
    font-style: italic;
    color: #44ad88;
}

.sublink_list li {
    display: inline-block;
    width: 180px;
    height: 180px;
    float: left;
    margin-top: 7px;
    position: relative;
    line-height: 1.3;
}

.sublink_list li a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 24px 22px;
    box-sizing: border-box;
}

.sublink_list li:nth-child(even) {
    margin-left: 7px;
}

.sublink_list li:nth-child(-n+2) {
    margin-top: 15px;
}

.sublink_list li:nth-child(1) {
    background-color: #6fe266;
}

.sublink_list li:nth-child(2) {
    background-color: #37d4c7;
}

.sublink_list li:nth-child(3) {
    background-color: #8a90e5;
}

.sublink_list li:nth-child(4) {
    background-color: #5eaeec;
}

.sublink_list li a {
    font-size: 22px;
    color: #ffffff;
}

.text_bar {
    display: block;
    width: 23px;
    height: 2px;
    background-color: #ffffff;
}

.sublink_list .text_bar {
    margin-bottom: 10px;
}

.sublink_list i {
    display: block;
    position: absolute;
    font-size: 60px;
    right: 20px;
    bottom: 20px;
}

#main_about {
    background: url(../images/main_bn_bg.jpg) no-repeat 0 0;
    width: 100%;
    height: 188px;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
}

#main_about .text_bar {
    margin: 15px auto;
}

#main_about h2 {
    font-size: 22px;
    color: #ffffff;
    font-weight: normal;
}

.about_list li {
    padding-top: 15px;
}

.about_list li:first-child {
    padding-top: 0;
}

.about_list li a {
    font-size: 17px;
    color: #ffffff;
}

.about_list li a:hover {
    color: #7dffd1;
    text-decoration: underline;
}

#main_date {
    margin-top: 15px;
}

#main_date.bg_box {
    height: 367px;
}

.date_list {
    padding-top: 7px;
}

.date_list li {
    display: block;
    padding: 13px 0 15px 0;
    border-bottom: 1px dotted #cccccc;
}

.date_list li:first-of-type {
    border-top: 1px dotted #cccccc;
    margin-top: 20px;
}

.date_list li a:hover span {
    text-decoration: underline;
}

.date_list li span, .date_list li em {
    display: block;
}

.date_list li span {
    color: #444444;
    font-size: 13px;
    font-family: 'Abel', sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    line-height: 1.2;
}

.date_list li em {
    color: #44ad88;
    font-size: 13px;
    padding-top: 7px;
}

#main_sister, #main_spon {
    float: left;
    position: relative;
}

#main_sister .slidebn {
    width: 367px;
}

#main_spon .slidebn {
    width: 618px;
}

#main_spon {
    margin-left: 15px;
}

.slidebn {
    height: 80px;
    margin-top: 15px;
    position: relative;
    background-color: #ffffff;
    float: left;
    box-sizing: border-box;
    padding: 20px 0 0 0;
}

.slidebn_list {
    display: table;
    overflow: hidden;
}

.slidebn_list > div {
    display: table-cell;
    vertical-align: middle;
}

#main_sister .slick-initialized .slick-slide img {
    margin: 0 20px;
}

#main_spon .slick-initialized .slick-slide img {
    margin: 0 30px;
}

.slide_btn {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
}

.btn_prev, .btn_next {
    float: left;

    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #444444;
    width: 20px;
    height: 20px;
    text-align: center;
    text-decoration: none;
}

.btn_next {
    border-left: 0;
}

.btn_prev i, .btn_next i {
    font-size: 13px;
    padding-top: 4px;
}

.btn_prev:hover, .btn_next:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
    background-color: #e9e9e9;
}

.btn_prev:active, .btn_next:active {
    position: relative;
    top: 1px;
}

/*footer*/
#footer {
    clear: both;
    display: block;
    background-color: #e4e4e4;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 13px;
    color: #888888;
    line-height: 1.8;
    position: absolute;
    bottom: 0;
    width: 100%;
}
