/*ページタイトル*/

.title_area {
    text-align:center;
    margin-top:50px;
}

.title_area .main_title_box {
    display:inline-block;
    width:auto;
    background-image:url("../../images/sanbe/about_sanbe/title_line.svg");
    background-repeat:repeat-x;
    background-position:bottom;
    background-size:auto 5px;
    height:70px;
}


.title_area .main_title_box h1  {
    display:inline;
    padding-left:90px;
    padding-right:50px;
    padding-bottom:10px;
    background-image:url("../../images/sanbe/information_sanbe/icn_information21.svg");
    background-repeat:no-repeat;
    background-size:21px auto;
    background-position:50px 18px;
    padding-top:10px;
    margin:0;
    margin-top:10px;
}

.climb_box {
    width:980px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

.climb_box .climb_img {
    position:absolute;
    right:95px;
    bottom:-10px;
}


/*インフォメーションエリア*/
#information_area  {
    width:100%;
    margin-top:60px;
}


#information_area .info  {
    width:100%;
}

#information_area .info .info_logo  {
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding-top:38px;
}

#information_area .info .info_box  {
    width:980px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
}

#information_area .info .info_box .information  {
    width:980px;
    background-color:#fff;
    padding-left:0px;
    padding-right:0px;
    padding-top:15px;
    padding-bottom:0px;
    margin-bottom:9px;
    margin-left:auto;
    margin-right:auto;
}

#information_area .info .info_box .information h3  {
    font-size:13px;
    color:#898989;
    margin:0;
}

#information_area .info .info_box .information h3 span  {
    font-size:15px;
    margin-left:15px;
    padding-left:60px;
}

#information_area .info .info_box .information h3 span.info_new  {
    background-image:url("../../images/sanbe/info_new44.svg");
    background-size:44px 25px;
    background-position:0 4px;
    background-repeat: no-repeat;
    padding-left:60px;
    font-size:20px;
}

#information_area .info .info_box .information h3 a  {
    color:#231815;
    text-decoration: none;

}

#information_area .info .info_box .information h3 a:hover  {
    text-decoration: underline;
}

#information_area .info .info_box .information hr  {
    border:none;
    border-bottom:1px dotted #231815;
    margin-top:8px;
    margin-bottom:8px;
}

#information_area .info .info_box .information p  {
    font-size:14px;
    line-height:1.4em;
    color:#231815;
    margin-top:8px;
    margin-bottom:20px;
    margin-left:138px;
}

#information_area .info .info_box .list_view_area   {
    width:100%;
    height:90px;
    position:relative;
}

#information_area .info .info_box .list_view_area .climb_img   {
    position:absolute;
    right:244px;
    top:15px;
}

#information_area .info .info_box .list_view_btn   {
    width:158px;
    height:38px;
    margin-left:auto;
    margin-right:auto;
    background-color:#231815;
    position:relative;
    overflow: hidden;
    text-align:center;
    margin-top:33px;
}

#information_area .info .info_box .list_view_btn a   {
    display:block;
    width:158px;
    height:38px;
    text-decoration: none;
}

#information_area .info .info_box .list_view_btn a:hover > .list_arrow   {
        transform : translate(8px, 0);
}

#information_area .info .info_box .list_view_btn .list_arrow   {
    position:absolute;
    left:-9px;
    top:16px;
    transition: .3s;
}

#information_area .info .info_box .list_view_btn .txt   {
    color:#fff;
    font-weight:400;
    display:block;
    margin-top:8px;
    margin-left:20px;
    font-size:14px;
}



/*一覧ページャー*/
#purpose_pagenation {
    text-align:center;
    margin-top:100px;
    margin-bottom:100px;
}

#purpose_pagenation ul {
    letter-spacing: -.4em;
    margin:0;
    padding:0;
}

#purpose_pagenation li {
    letter-spacing: normal;
    display:inline-block;
    height:30px;
    cursor: pointer;
    vertical-align: top;
    margin:0;
    padding:0;
}

#purpose_pagenation li.prev_fast {
    width:50px;
    margin-right:20px;
    background-image:url("../../images/sanbe/information_sanbe/prev_fast50_off.svg");
    background-repeat:no-repeat;
    background-position:0 0;
}
#purpose_pagenation li.prev_fast:hover {
    background-image:url("../../images/sanbe/information_sanbe/prev_fast50_on.svg");
}

#purpose_pagenation li.prev {
    width:50px;
    margin-right:20px;
    background-image:url("../../images/sanbe/information_sanbe/prev50_off.svg");
    background-repeat:no-repeat;
    background-position:0 0;
}
#purpose_pagenation li.prev:hover {
    background-image:url("../../images/sanbe/information_sanbe/prev50_on.svg");
}

#purpose_pagenation li.next_end {
    width:50px;
    background-image:url("../../images/sanbe/information_sanbe/next_end50_off.svg");
    background-repeat:no-repeat;
    background-position:0 0;
}
#purpose_pagenation li.next_end:hover {
    background-image:url("../../images/sanbe/information_sanbe/next_end50_on.svg");
}

#purpose_pagenation li.next {
    width:50px;
    margin-right:20px;
    background-image:url("../../images/sanbe/information_sanbe/next50_off.svg");
    background-repeat:no-repeat;
    background-position:0 0;
}
#purpose_pagenation li.next:hover {
    background-image:url("../../images/sanbe/information_sanbe/next50_on.svg");
}

#purpose_pagenation li.no_btn {
    width:30px;
    border:2px solid #231815;
    background:#fff;
    color:#231815;
    text-align:center;
    font-weight:bold;
    margin-right:20px;
}

#purpose_pagenation li.no_btn:hover {
    background:#332421 !important;
    color:#fff !important;
}

#purpose_pagenation li.active {
    width:30px;
    background:#231815 !important;
    border:2px solid #231815 !important;
    color:#fff !important;
    text-align:center;
    font-weight:bold;
    cursor: default !important;
    margin-right:20px;
}


/*記事ページ*/
.content_area article   {
    width:980px;
    margin-left:auto;
    margin-right:auto;
    line-height:1.8em;
    margin-top:100px;
}

.content_area .article_view   {
    letter-spacing: -.4em;
    
}

.content_area .article_view .side_view   {
    letter-spacing: normal;
    display:inline-block;
    width:180px;
    vertical-align: top;
}

.content_area .article_view .side_view .date   {
    color:#727171;
    font-size:16px;
    margin:0;
}

.content_area .article_view .main_view   {
    letter-spacing: normal;
    display:inline-block;
    width:800px;
    vertical-align: top;
}

.content_area .article_view .main_view h3  {
    margin:0;
    font-size:32px;
    color:#231815;
    border-bottom:1px dotted #231815;
    padding-bottom:40px;
    line-height:1.5em;
}

/*ページャー*/
.content_area .navigation  {
    width:100%;
    margin-top:120px;
}

.content_area .navigation .nav-links  {
    text-align:center;
    letter-spacing:-.4em;
}

.content_area .navigation .nav-links .nav {
    letter-spacing: normal;
    vertical-align: top;
    display:inline-block;
    font-size:13px;
}

.content_area .navigation .nav-links .nav a {
    text-decoration: none;
    color:#231815;
}

.content_area .navigation .nav-links .nav a:hover {
    text-decoration: underline;
}

.content_area .navigation .nav-links .nav-previous  {
    margin-right:40px;
}

.content_area .navigation .nav-links .nav-next  {
    margin-left:40px;
}


.content_area .navigation .nav-links .back_list {
    width:135px;
    height:21px;
    background-color:#231815;
    text-align:center;
    letter-spacing: normal;
    display:inline-block;
    vertical-align: top;
    color:#fff;
    font-size:14px;
    transition:.3s;
}

.content_area .navigation .nav-links .back_list a {
    text-decoration: none;
    margin:0;
    padding:0;
    display:block;
    width:135px;
    height:21px;
}

.content_area .navigation .nav-links a:hover > .back_list {
    background-color:#48312B;
}


