@charset "utf-8";

.content_left {
    float: left;
    display: inline-block;
    width: 26%;
}
.content_right {
    float: right;
    width: 70%;
    display: inline-block;
}
.content_left .blogList ul > li > ul > li {
    line-height: 1.2;
    border-bottom: dotted 1px #c7c7a9;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 90%;
    width: auto;
    display: block;
    float: none;
    background: url(../../common/img/btn_arrow02.png) no-repeat left top 1px / 14px auto;
}
.content_left h2.widgettitle {
    text-align: center;
    padding: 10px 0;
    background: #FFF;
    margin: 12px 0;
    font-size: 14px;
   color: #96804b;
}
.content_left .blogList ul > li > ul > li a {
    color: #fff;
}
.blogList .posts-all-link {
    padding: 10px;
}
.blogList .posts-all-link a {
    color: #fff;
    background:#96804b;
    font-size: 11px;
    text-align: center;
    padding: 3px;
    margin: auto;
    border-radius: 40px;
    width: 64%;
    display: block;
}
.post_box {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
}
p.big_tit {
    font-size: 18px;
    color: #000;
    border-bottom: 1px dotted #000;
    margin: 10px 0;
}
.more_btn a {
    display: block;
    padding: 3px;
    color: #fff;
}
.more_btn {
    background: #96804b;
    color: #fff;
    font-size: 80%;
    text-align: center;
    width: 120px;
    float: right;
    margin-top: 10px;
    border-radius: 40px;
}
input#s {
    padding: 10px;
}
.colum {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 25px;
}
.page_nav li {
    display: inline-block;
    width: 48%;
    float: left;
    text-align: center;
}
.page_nav {
    display: block;
    margin: auto;
}
.page_nav li a {
    color: #fff;
    padding: 5px;
    display: block;
    border: 1px solid #fff;
    border-radius: 20px;
    background: url(../../common/img/btn_arrow02.png) no-repeat left 20px center / 14px auto;
}
.blog_text {
    margin: 10px 0 0 0;
}
.page_nav li:last-child {
    float: right;
}
ul.post-categories li{
    list-style: none;
    width: 80%;
    display: inline;
}
input[type="checkbox"] {
    margin: 0 0 20px 0;
}
/*span.wpcf7-list-item.first {
    color: #fff;
    margin-bottom: 20px;
}
span.wpcf7-list-item.last {
    color: #fff;
    margin-bottom: 20px;
}*/
/* ■03.横幅768px以上、1299px以下（Tab用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1000px) {
/* ▼Tab用================================================================= */
/* ▲Tab用================================================================= */
}
/* ■05.横幅767px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:767px) {
/* ▼SP用================================================================ */
.content_right {
    float: none;
    width: 100%;
    display: block;
    margin: 0 0 40px 0;
    padding: 60px 0 0 0;
}
p.big_tit {
    font-size: 16px;}
.blog_text {
    padding-bottom: 20px;
}
.content_left {
    float: none;
    display: block;
    width: 100%;
    padding: 0 0 40px 0;
}
.content_left .blogList ul > li > ul > li {
    font-size: 100%;
    padding: 10px 0px 10px 22px;
    float: none;
    background: url(../../common/img/btn_arrow02.png) no-repeat left 1px center / 14px auto;
}
.day {
    text-align: right;
}
.page_nav li {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 2%;
}
/* ▲SP用================================================================ */
}

#custom_html-2 .custom-html-widget li {
    line-height: 1.2;
    border-bottom: dotted 1px #c7c7a9;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 90%;
    width: auto;
    display: block;
    float: none;
    background: url(../../common/img/btn_arrow02.png) no-repeat left top 1px / 14px auto;
}
#custom_html-2 .custom-html-widget li a {
    color: #fff;
}

@media screen and (min-width:0px) and (max-width:767px) {
#custom_html-2 .custom-html-widget li {
    font-size: 100%;
    padding: 10px 0px 10px 22px;
    float: none;
    background: url(../../common/img/btn_arrow02.png) no-repeat left 1px center / 14px auto;
}
}