.archive_contents{
    width: 70%;
    float: right;
}
.search_area{
    width: 30%;
    padding-right: 30px;
    float: left;
}
.alpha_title {
    margin: 30px 0 5px;
    width: 100%;
    position: relative;
}
.dot_bar{
    margin-bottom: 20px;
}
.searchcontents_title ,.search_title{
    font-family: 'Noto Sans JP','Lato','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-left: 15px;
    border-left: 5px solid #245059;
    color: #245059;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}
.single_title{
    font-family: 'Noto Sans JP','Lato','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #245059;
    line-height: 1.2;
    letter-spacing: 1px;
}
.search_area a{
    font-size: 14px;
    line-height: 2;
    color: #111;
    text-decoration: underline;
}
.sub_btn{
	font-size: 12px;
	color: #245059;
	text-decoration: none;
    position: absolute;
    bottom: 5px;
    right: 0;
}
.sub_btn span{
	font-family: 'Noto Sans JP','Lato','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
    margin: 0 0 0 5px;
    padding: 0;
}
.rss i{
    transform: scale(-1, 1);
}

/*///////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////// news ////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////*/
.news_list{
    margin-top: 25px;
}
.news_list li{
    margin-bottom: 25px;
}
.news_list .contents a{
    color: #111;
    font-size: 14px;
}
/*///////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////// press release ///////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////*/
.published{
    color: #00bf76;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    background: url('/wp/wp-content/themes/theme/img/datebg.gif');
    font-family: 'Noto Sans JP','Lato','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    width: 100%;
    margin-bottom: 8px;
}
.rss i{
    transform: scale(-1, 1);
}
.published span{
    padding-right: 10px;
    background: #fff;
}
.pressrelease_list{
    margin-top: 10px;
}
.pressrelease_list li{
    margin-bottom: 25px;
}
.pressrelease_list .contents a{
    color: #111;
    font-size: 14px;
}
.date{
    line-height: 1;
    color: #245059;
    margin: 0 0 15px 0;
}
.postcontents img{
    margin-bottom: 15px;
}
/*///////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////// postcontents ////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////*/
.postcontents{
    width: 100%;
}
.postcontents h2{
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #00bf76;
}
.postcontents h3{
    margin-bottom: 15px;
    font-size: 1.4em;
    font-weight: bold;
}
.postcontents h4{
    color: #00bf76;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}
.postcontents h5{
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}
.page_contents{
    color: #111;
    padding-top: 20px;
}
.postcontents img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.single_title{
    font-family: 'Noto Sans JP','Lato','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-size: 1.8em;
    font-weight: 500;
    color: #245059;
    line-height: 1.2;
    letter-spacing: 1px;
    border-bottom: 1px dotted #aaa;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/*///////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////// contact /////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////*/

.page_contents a{
    color: #111;
}
.page_contents .bold{
    font-weight: bold;
}
.page_contents .center{
    text-align: center;
}
.page_contents .grayline{
    border: 1px dotted #aaa;
    padding: 20px;
}
.page_contents .large{
    font-size: 1.4em;
}
.page_contents .mailtext{
    font-size: 16px;
    font-weight: normal;
    color: #555;
}
.page_contents .mailtext i{
    font-size: 14px;
    margin-right: 5px;
}


@media only screen and (max-width: 768px) {
    .archive_contents{
        width: 100%;
        float: none;
    }
    .search_area{
        width: 100%;
        padding: 25px 0 0;
        float: none;
        margin-top: 20px;
        border-top: 1px solid #eee;
    }
    .search_title{
        margin-top: 30px;
    }
}
