.l-header__bar {
    position: relative;
    width: 100%;
    min-height: 46px;
    padding-top: 10px;
}

.p-postList__link:hover .c-postThumb__img {
-webkit-transform:none;
transform:none;
}

.c-postThumb__img {
-webkit-transform: none;
    transform: none;
}
.text-left{
    text-align: left;
}

.li-first-none > ul >li:first-child {
    display: none;
}

.home-postList > ul >li:first-child {
    display: none;
}

.c-pageTitle {
font-size: 1.7em;
text-align: center;
}

/*投稿*/
.p-articleMetas {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: .625em;
    padding: 0 1px 10px 1px;
}
.p-blogCard {
    border: 2px solid #cccccc;
}
/*投稿本文p*/
.post_content p{
    background-color: #fff;
    color: #666;
    font-family: Noto Sans JP,sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.83em;
    margin: 0 0 2em;
    padding: 0;
    position: relative;
    text-align: left;
}

.-type-list .p-postList__excerpt, .-type-list2 .p-postList__excerpt {
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    margin: 10px 0 0;
    color: #333;
}


@media (min-width: 600px){
.home-row {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.new-row {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}   
.l-topTitleArea {
    min-height: 440px;
}
}

.catList {
    margin: 0 0 50px;
    text-align: center;
}

.catList li {
    display: inline-block;
    margin: 0 5px 10px;
}

.catList li a {
    background: #efefef;
    border-radius: 5px;
    color: #1176d4;
    display: block;
    line-height: 1em;
    padding: 1em 1.5em;
    text-decoration: none;
    border: 1px solid #1176d4;
}

.catList li.all a {
    background: #1176d4;
    color: #fff;
}

.catList li a:hover {
    opacity: .6;
}

table.CF7_table {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
}

table.CF7_table tr {
    border-top: 1px solid #e5e5e5;
}

.wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: 1.2em;
}
.CF7_btn {
    text-align: center !important;
    margin-top: 20px !important;
    margin-left: auto !important;
    margin-right: auto!important;
}
.wpcf7-spinner{
    display: none;
}

.CF7_req {
    font-size: .9em;
    padding: 5px;
    background: #2253a6;
    color: #fff;
    border-radius: 3px;
    margin-right: 1em;
}
.CF7_unreq {
    font-size: .9em;
    padding: 5px;
    background: #bdbdbd;
    color: #fff;
    border-radius: 3px;
    margin-right: 1em;
}
.CF7_table input, .CF7_table textarea {
    border: 0px solid #F8F7F2;
}
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    padding: .75em;
}
.wpcf7 input.wpcf7-submit {
    background-color: #3C3C3C;
    border: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 auto;
}

.c-widget__title {
    margin-bottom: 0;
}
.c-widget__title.-side::before {
    background: none;
}
.c-widget__title.-side::after {
    background: none;
}
.c-listMenu li {
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    margin-top: -1px;
    padding: 1em 1.5em;
    width: 100%;
}
.c-listMenu a {
    border-bottom: 0px;
}
.widget_categories>ul>.cat-item>a, .wp-block-categories-list>li>a {
    padding-left: 0em;
}
.widget_categories>ul>.cat-item>a:before, .wp-block-categories-list>li>a:before {
    content: none;
}
.p-postList__body h2{
    color:#333333 !important;
}
.p-postList__body h2:hover{
    color:#528BC8 !important;
}
.-type-card .p-postList__title, .-type-list .p-postList__title, .-type-list2 .p-postList__title :hover{
    color: #528BC8 !important;
}

.-type-card .p-postList__link {
    height: 60%;
}

.post_content h2  {
   border-left: 6px solid #2253a6 !important;
    color: #001a63 !important;
    font-size: 1.6em !important;
    font-weight: 600 !important;
    margin: 1em 0 !important;
    padding: .2em 0 .3em 1em !important;
    text-align: left !important;
}
.post_content h3 {
    color: #001a63 !important;
    margin: 0 0 1em!important;
    padding: 0 0 0.8em!important;
    border-bottom: 1px double #2253a6 !important;
    text-align: left !important;
}

.post_content .p-postList__body h2 {
    background: none !important;
    border: none !important;
    color: inherit !important;
    display: block !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
}

.post_content .p-postList__body h2:hover{
    color:#528BC8 !important;
}


.-type-card .p-postList__title, .-type-list .p-postList__title, .-type-list2 .p-postList__title {
    color: #333333;
}

.-type-card .p-postList__title, .-type-list .p-postList__title, .-type-list2 .p-postList__title :hover{
    color: #528BC8;
}

.home-Times {
    position: absolute;
    right: 5px;
    color: #666;
    font-size: 13px;
}

@media screen and (min-width: 768px){
.l-header__logo {
    padding: 0px 0 !important;
}    
.home-wrap {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.l-mainContent__inner > .post_content {
    margin: 4em 0;
    padding: 0;
    padding: none;
}

.CF7_table th {
    width: 30%;
    background-color: #ffff;
    text-align: left;
}
.-type-card .p-postList__title, .-type-list .p-postList__title, .-type-list2 .p-postList__title {
    font-size: 18px;
}
}

@media screen and (max-width: 768px){
table.CF7_table {
    width: 95%;
    text-align: left;
}
.CF7_table tr, .CF7_table td, .CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
}
.CF7_table th {
    background-color: #ebedf5;
}
}

/*bootstrap*/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.text-center {
    text-align: center!important;
}

.mt-5, .my-5 {
    margin-top: 3rem!important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

/*h2 タイトル*/
.worklistpage-title {
    line-height: 1.2;
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 2.5rem;
}
/*使ったのはcol-md-4*/
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-left {
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
}

.col-right {
    -ms-flex: 62%;
    flex: 0 0 62%;
    max-width: 62%;
}

.border {
    border: 1px solid #dee2e6!important;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.work-title-icon {
    font-size: 12px;
    color: #ffffff;
    background: #6ba6d1;
    border-radius: 4px;
    padding: 5px;
}


@media (min-width: 768px){
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

#main_contents {
    width: auto;
}

#main_contents {
    max-width: 1040px;
    margin: 0 auto;
    padding: 60px 0 43px;
}

#home-content .l-content {
    max-width: 1040px;
    margin: 0 auto 6em;
    padding-top: 0;
    position: relative;
    z-index: 1;
}

#home-content .l-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
    padding-left: 0;
    padding-right: 0;
}

.cat_icon {
    display: inline-block;
    border-radius: 1px;
    border: solid 1px #3b8dcd;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    background: #3b8dcd;
    color: #ffffff;
    padding: 4px 12px 4px;
    vertical-align: top;
}

.home_cat_new {
    display: inline-block;
    border-radius: 1px;
    border: solid 1px #3b8dcd;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #3b8dcd;
    padding: 4px 12px 4px;
    vertical-align: top;
    margin-left: 5px;
}

.home-postList h2 {
    font-size: 18px !important;
    border-left:none;
    border: none;
}

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    background: none;
    padding: .75em 1em;
    color: #fff;
}
.home-lead{
    max-width: 780px;
    margin: auto;
    padding-bottom: 50px;
}
.home-new-thumnail{
    width: 400px;
    height: 250px; 
} 

.home-list-thumnail{
    width:240px;
    height:144px;
}

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    border-top: none !important;
    border-bottom: none !important;
}
.column-rightbox {
    margin-left: 15px;
}

.home-new-title {
    font-size: 28px;
    padding-top: 20px;
}

.home-new-title a:hover{
    color:#528BC8 !important;
}

.home-new-excerpt {
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    margin: 10px 0 0;
    color: #333;
}

.veu_home_list {
    width: 100%;
    padding-bottom: 24px;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.1);
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}

.home-list-title {
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 5px;
    min-height: 56px;
}

.home-list-title a:hover{
    color:#528BC8 !important;
}

.home-list-excerpt {
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    margin: 10px 0 0;
    color: #333;
}
#sidebar .-type-list .p-postList__title, .-type-card .p-postList__excerpt {
    font-size: 13px;
    color: #666;
}
.-type-card .p-postList__title, .-type-list .p-postList__title, .-type-list2 .p-postList__title {
    font-size: 18px;
    min-height: 54px;
}

@media screen and (max-width: 1210px){
#main_contents {
    padding: 20px 0 40px;
}
}

@media screen and (max-width: 1100px){
#main_contents {
    padding: 40px 0 60px;
}
}

@media screen and (max-width: 650px){
#main_contents {
    padding: 20px 0 40px;
    width: 92vw;
    margin: auto;
}

.col-right {
    -ms-flex: 62%;
    flex: none;
    max-width: 100%;
    margin-top: 20px;
}

.column-rightbox {
    margin-left: 0px;
}
.home-Times {
    font-size: 10.5px;
}
.home-new-title {
    font-size: 18px;
    padding-top: 20px;
}
.home-list-thumnail {
    width: 96px;
    height: 96px;
}
.home-list-excerpt {
    display: none;
}
.l-mainContent__inner {
    width: 92vw;
    margin: auto;}
}
#sidebar-home {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
}
