@charset "UTF-8";
/* CSS Document */

content.top li {
    margin-bottom: 0.0em;
}

content.top li:before {
    display: none;
}

/*--------------  K-CMS  --------------*/
.kcms{
    padding: 0 190px 0 0;
}

.kcms ul li {
    border-bottom: dashed 1px #000;
    padding: 12px 0 12px 8.5em;
    text-indent: -8.5em;
    width: 100%;
}

.top_scroll_box .kcms ul li:hover {
    background-color: #F1F8EA;
    -webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	cursor:pointer;
}

.kcms ul li:first-child {
    border-top: dashed 1px #000;
}

.kcms .kcms_date{
    color: #00984B;
    font-weight: 500;
    margin: 0 30px 0 5px;
    padding-left: 10px;
}

.kcms a{
    color: #227FAB;
    font-weight: 400;
}


/*--------------  タイトル  --------------*/

.kcms_content h1 {
    font-size: 1.45em;
    position: relative;
    display: block;
    color: #3BA63E;
    margin: 10px 0 80px 0;
    text-align: center;
    line-height: 1.4em;
}

.kcms_content h1:before {
    content: '';
    position: absolute;
    bottom: -35px;
    display: inline-block;
    width: 180px;
    height: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFE67A;
    border-radius: 5px;
}

.kcms_content h2 {
    width: 100%;
    height: auto;
    font-size: 1.3em;
    line-height: 1.8em;
    font-weight: 500;
    text-align: center;
    color: #6DBB58;
    position: relative;
    top: 0;
    padding-top: 0;
    margin: 0;
}

.kcms_content h2:before, .kcms_content h2:after { 
    display: none;
}

.kcms_content h2:before {
    display: none;
}

.kcms_content h2:after {
    display: none;
}

.kcms_content h3 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 35px 0 5px 0;
    text-align: left;
}

.kcms_content h3:before {
    display: none;
}


/*--------------  820以下  --------------*/
@media screen and (max-width:820px) {

/*--------------  タイトル（820以下）  --------------*/

.kcms_content h1 {
    font-size: 1.3em;
    margin: 10px 0 60px 0;
    text-align: center;
}

.kcms_content h1:before {
    bottom: -30px;
    width: 140px;
    height: 6px;
    border-radius: 3px;
}

.kcms_content h3 {
    font-size: 1.1em;
}


/*--------------  ベース（820以下）  --------------*/

.kcms{
    padding: 0 25px 0 0;
}

.kcms .kcms_date{
	display: block;
    margin: 0 10px 0 0;
    padding-left: 0;
}

.kcms ul li {
    padding-left: 0em;
    text-indent: 0em;
}

}


/*----------------------------------------------------------------

スクロール

------------------------------------------------------------------*/

.scroll_box {
    max-height: 450px;
    overflowY: auto;
    overflow-x: hidden;
}

/* スクロールの幅の設定 */
.scroll_box::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

.top_scroll_box {
    max-height: 400px;
    overflowY: auto;
    overflow-x: hidden;
}

/* スクロールの幅の設定 */
.top_scroll_box::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

/* スクロールの背景の設定 */
.top_scroll_box::-webkit-scrollbar-track {
    box-shadow: 0 0 4px #aaa inset;
    background-color: #fff;
}

/* スクロールのつまみ部分の設定 */
.top_scroll_box::-webkit-scrollbar-thumb {
    background: #6DBB58;
    box-shadow: 0 0 4px #7C7C7C inset;
}


/*--------------  820以下  --------------*/
@media screen and (max-width:820px) {

.scroll_box {
    max-height: 320px;
}

.top_scroll_box {
    max-height: 400px;
}

}